Mostly just looking at scripts
and checking items on mobs
This commit is contained in:
parent
57fef2a6ca
commit
7fc2bc8f28
_module
are
ifo
itp
ncs
69_hen_combat.ncs69_hen_conv.ncs69_hen_percep.ncs_golemstats.ncs_ness_spawn_hb.ncsarea_spawner.ncsareacleanup.ncsattack_pc.ncschng_fact_hostil.ncsclone_test_ring3.ncsdrow_bell_ring.ncsdrow_explosion.ncsemperor_attack.ncshench_o0_heal.ncshench_patrol.ncsirda_start.ncslmpperfacttheft.ncslmpperfconvabort.ncsmud_golem_ondam.ncsnpc_sit_chair.ncsnpc_sit_stay.ncsnpc_sit_woodenbe.ncsnw_c2_default1.ncsnw_c2_default2.ncsnw_c2_default3.ncsnw_c2_default4.ncsnw_c2_default5.ncsnw_c2_default6.ncsnw_c2_default8.ncsnw_c2_default9.ncsnw_c2_defaultb.ncson_damage_dr.ncsopen_attack_pc.ncsrandom_drop.ncsrh_golem_attack.ncsskull_final.ncsspawn_orig_hb.ncsspawn_sample_hb.ncsspawn_sc_spawn.ncsspawndaemon.ncssvirf_hostile_ck.ncstroll_userdefine.ncsvalen_attacks.ncsyang_death.ncsyin_death.ncs
nss
utc
aesyrimonbull2.utc.jsoncharron002.utc.jsonhillbandits.utc.jsonhillbandits1.utc.jsonhillbandits2.utc.jsonminotaur.utc.jsonorcranger.utc.jsonvampire.utc.json
uti
_release
@ -6353,7 +6353,7 @@
|
|||||||
},
|
},
|
||||||
"Version": {
|
"Version": {
|
||||||
"type": "dword",
|
"type": "dword",
|
||||||
"value": 48
|
"value": 49
|
||||||
},
|
},
|
||||||
"Width": {
|
"Width": {
|
||||||
"type": "int",
|
"type": "int",
|
||||||
|
@ -6783,7 +6783,7 @@
|
|||||||
},
|
},
|
||||||
"Version": {
|
"Version": {
|
||||||
"type": "dword",
|
"type": "dword",
|
||||||
"value": 5
|
"value": 6
|
||||||
},
|
},
|
||||||
"Width": {
|
"Width": {
|
||||||
"type": "int",
|
"type": "int",
|
||||||
|
@ -5477,6 +5477,21 @@
|
|||||||
"type": "int",
|
"type": "int",
|
||||||
"value": 1
|
"value": 1
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__struct_id": 0,
|
||||||
|
"Name": {
|
||||||
|
"type": "cexostring",
|
||||||
|
"value": "PRC_DEATH_DAMAGE_FROM_BLEEDING"
|
||||||
|
},
|
||||||
|
"Type": {
|
||||||
|
"type": "dword",
|
||||||
|
"value": 1
|
||||||
|
},
|
||||||
|
"Value": {
|
||||||
|
"type": "int",
|
||||||
|
"value": 1
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -4198,7 +4198,7 @@
|
|||||||
"__struct_id": 0,
|
"__struct_id": 0,
|
||||||
"CR": {
|
"CR": {
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"value": 18.0
|
"value": 23.0
|
||||||
},
|
},
|
||||||
"FACTION": {
|
"FACTION": {
|
||||||
"type": "cexostring",
|
"type": "cexostring",
|
||||||
@ -4217,7 +4217,7 @@
|
|||||||
"__struct_id": 0,
|
"__struct_id": 0,
|
||||||
"CR": {
|
"CR": {
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"value": 11.0
|
"value": 12.0
|
||||||
},
|
},
|
||||||
"FACTION": {
|
"FACTION": {
|
||||||
"type": "cexostring",
|
"type": "cexostring",
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -2,7 +2,7 @@ void main()
|
|||||||
{
|
{
|
||||||
|
|
||||||
effect eEffect = GetFirstEffect(OBJECT_SELF);
|
effect eEffect = GetFirstEffect(OBJECT_SELF);
|
||||||
while(GetIsEffectValid(eEffect))
|
//while(GetIsEffectValid(eEffect))
|
||||||
{
|
{
|
||||||
if(GetEffectTag(eEffect) == "BUFFS")
|
if(GetEffectTag(eEffect) == "BUFFS")
|
||||||
RemoveEffect(OBJECT_SELF, eEffect);
|
RemoveEffect(OBJECT_SELF, eEffect);
|
||||||
|
@ -13,5 +13,6 @@ void main()
|
|||||||
effect eSanctuary = EffectSanctuary(80);
|
effect eSanctuary = EffectSanctuary(80);
|
||||||
ApplyEffectToObject(DURATION_TYPE_TEMPORARY, eSanctuary, oPC);
|
ApplyEffectToObject(DURATION_TYPE_TEMPORARY, eSanctuary, oPC);
|
||||||
ExecuteScript("prc_ondying", OBJECT_SELF);
|
ExecuteScript("prc_ondying", OBJECT_SELF);
|
||||||
|
//ExecuteScript("prc_timer_dying", OBJECT_SELF);
|
||||||
//ExecuteScript("nw_o0_dying", OBJECT_SELF);
|
//ExecuteScript("nw_o0_dying", OBJECT_SELF);
|
||||||
}
|
}
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
},
|
},
|
||||||
"ChallengeRating": {
|
"ChallengeRating": {
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"value": 18.0
|
"value": 23.0
|
||||||
},
|
},
|
||||||
"ClassList": {
|
"ClassList": {
|
||||||
"type": "list",
|
"type": "list",
|
||||||
@ -57,7 +57,7 @@
|
|||||||
},
|
},
|
||||||
"CRAdjust": {
|
"CRAdjust": {
|
||||||
"type": "int",
|
"type": "int",
|
||||||
"value": -12
|
"value": -7
|
||||||
},
|
},
|
||||||
"CurrentHitPoints": {
|
"CurrentHitPoints": {
|
||||||
"type": "short",
|
"type": "short",
|
||||||
@ -65,7 +65,7 @@
|
|||||||
},
|
},
|
||||||
"DecayTime": {
|
"DecayTime": {
|
||||||
"type": "dword",
|
"type": "dword",
|
||||||
"value": 0
|
"value": 5000
|
||||||
},
|
},
|
||||||
"Deity": {
|
"Deity": {
|
||||||
"type": "cexostring",
|
"type": "cexostring",
|
||||||
|
@ -804,6 +804,10 @@
|
|||||||
"value": [
|
"value": [
|
||||||
{
|
{
|
||||||
"__struct_id": 0,
|
"__struct_id": 0,
|
||||||
|
"Dropable": {
|
||||||
|
"type": "byte",
|
||||||
|
"value": 1
|
||||||
|
},
|
||||||
"InventoryRes": {
|
"InventoryRes": {
|
||||||
"type": "resref",
|
"type": "resref",
|
||||||
"value": "soulreaversrob"
|
"value": "soulreaversrob"
|
||||||
@ -819,6 +823,10 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__struct_id": 1,
|
"__struct_id": 1,
|
||||||
|
"Dropable": {
|
||||||
|
"type": "byte",
|
||||||
|
"value": 1
|
||||||
|
},
|
||||||
"InventoryRes": {
|
"InventoryRes": {
|
||||||
"type": "resref",
|
"type": "resref",
|
||||||
"value": "soulreaversbla"
|
"value": "soulreaversbla"
|
||||||
|
@ -1,89 +1,13 @@
|
|||||||
{
|
{
|
||||||
"__data_type": "UTC ",
|
"__data_type": "UTC ",
|
||||||
"Appearance_Head": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"Appearance_Type": {
|
"Appearance_Type": {
|
||||||
"type": "word",
|
"type": "word",
|
||||||
"value": 6
|
"value": 274
|
||||||
},
|
|
||||||
"ArmorPart_RFoot": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
},
|
||||||
"BodyBag": {
|
"BodyBag": {
|
||||||
"type": "byte",
|
"type": "byte",
|
||||||
"value": 0
|
"value": 0
|
||||||
},
|
},
|
||||||
"BodyPart_Belt": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 0
|
|
||||||
},
|
|
||||||
"BodyPart_LBicep": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"BodyPart_LFArm": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"BodyPart_LFoot": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"BodyPart_LHand": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"BodyPart_LShin": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"BodyPart_LShoul": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 0
|
|
||||||
},
|
|
||||||
"BodyPart_LThigh": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"BodyPart_Neck": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"BodyPart_Pelvis": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"BodyPart_RBicep": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"BodyPart_RFArm": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"BodyPart_RHand": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"BodyPart_RShin": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"BodyPart_RShoul": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 0
|
|
||||||
},
|
|
||||||
"BodyPart_RThigh": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"BodyPart_Torso": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"Cha": {
|
"Cha": {
|
||||||
"type": "byte",
|
"type": "byte",
|
||||||
"value": 8
|
"value": 8
|
||||||
@ -108,22 +32,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"Color_Hair": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"Color_Skin": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"Color_Tattoo1": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"Color_Tattoo2": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"Comment": {
|
"Comment": {
|
||||||
"type": "cexostring",
|
"type": "cexostring",
|
||||||
"value": ""
|
"value": ""
|
||||||
@ -902,7 +810,7 @@
|
|||||||
},
|
},
|
||||||
"WalkRate": {
|
"WalkRate": {
|
||||||
"type": "int",
|
"type": "int",
|
||||||
"value": 4
|
"value": 7
|
||||||
},
|
},
|
||||||
"willbonus": {
|
"willbonus": {
|
||||||
"type": "short",
|
"type": "short",
|
||||||
@ -915,81 +823,5 @@
|
|||||||
"Wis": {
|
"Wis": {
|
||||||
"type": "byte",
|
"type": "byte",
|
||||||
"value": 11
|
"value": 11
|
||||||
},
|
|
||||||
"xAppearance_Head": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"xArmorPart_RFoot": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"xBodyPart_Belt": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 0
|
|
||||||
},
|
|
||||||
"xBodyPart_LBicep": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"xBodyPart_LFArm": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"xBodyPart_LFoot": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"xBodyPart_LHand": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"xBodyPart_LShin": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"xBodyPart_LShoul": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 0
|
|
||||||
},
|
|
||||||
"xBodyPart_LThigh": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"xBodyPart_Neck": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"xBodyPart_Pelvis": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"xBodyPart_RBicep": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"xBodyPart_RFArm": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"xBodyPart_RHand": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"xBodyPart_RShin": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"xBodyPart_RShoul": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 0
|
|
||||||
},
|
|
||||||
"xBodyPart_RThigh": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"xBodyPart_Torso": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 1
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,89 +1,13 @@
|
|||||||
{
|
{
|
||||||
"__data_type": "UTC ",
|
"__data_type": "UTC ",
|
||||||
"Appearance_Head": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"Appearance_Type": {
|
"Appearance_Type": {
|
||||||
"type": "word",
|
"type": "word",
|
||||||
"value": 6
|
"value": 271
|
||||||
},
|
|
||||||
"ArmorPart_RFoot": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
},
|
||||||
"BodyBag": {
|
"BodyBag": {
|
||||||
"type": "byte",
|
"type": "byte",
|
||||||
"value": 0
|
"value": 0
|
||||||
},
|
},
|
||||||
"BodyPart_Belt": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 0
|
|
||||||
},
|
|
||||||
"BodyPart_LBicep": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"BodyPart_LFArm": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"BodyPart_LFoot": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"BodyPart_LHand": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"BodyPart_LShin": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"BodyPart_LShoul": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 0
|
|
||||||
},
|
|
||||||
"BodyPart_LThigh": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"BodyPart_Neck": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"BodyPart_Pelvis": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"BodyPart_RBicep": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"BodyPart_RFArm": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"BodyPart_RHand": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"BodyPart_RShin": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"BodyPart_RShoul": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 0
|
|
||||||
},
|
|
||||||
"BodyPart_RThigh": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"BodyPart_Torso": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"Cha": {
|
"Cha": {
|
||||||
"type": "byte",
|
"type": "byte",
|
||||||
"value": 8
|
"value": 8
|
||||||
@ -108,22 +32,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"Color_Hair": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"Color_Skin": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"Color_Tattoo1": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"Color_Tattoo2": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"Comment": {
|
"Comment": {
|
||||||
"type": "cexostring",
|
"type": "cexostring",
|
||||||
"value": ""
|
"value": ""
|
||||||
@ -432,6 +340,21 @@
|
|||||||
"type": "word",
|
"type": "word",
|
||||||
"value": 0
|
"value": 0
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__struct_id": 4,
|
||||||
|
"InventoryRes": {
|
||||||
|
"type": "resref",
|
||||||
|
"value": "platearmoroftemp"
|
||||||
|
},
|
||||||
|
"Repos_PosX": {
|
||||||
|
"type": "word",
|
||||||
|
"value": 5
|
||||||
|
},
|
||||||
|
"Repos_Posy": {
|
||||||
|
"type": "word",
|
||||||
|
"value": 0
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -821,7 +744,7 @@
|
|||||||
},
|
},
|
||||||
"SoundSetFile": {
|
"SoundSetFile": {
|
||||||
"type": "word",
|
"type": "word",
|
||||||
"value": 147
|
"value": 118
|
||||||
},
|
},
|
||||||
"SpecAbilityList": {
|
"SpecAbilityList": {
|
||||||
"type": "list",
|
"type": "list",
|
||||||
@ -857,7 +780,7 @@
|
|||||||
},
|
},
|
||||||
"WalkRate": {
|
"WalkRate": {
|
||||||
"type": "int",
|
"type": "int",
|
||||||
"value": 4
|
"value": 7
|
||||||
},
|
},
|
||||||
"willbonus": {
|
"willbonus": {
|
||||||
"type": "short",
|
"type": "short",
|
||||||
@ -870,81 +793,5 @@
|
|||||||
"Wis": {
|
"Wis": {
|
||||||
"type": "byte",
|
"type": "byte",
|
||||||
"value": 11
|
"value": 11
|
||||||
},
|
|
||||||
"xAppearance_Head": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"xArmorPart_RFoot": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"xBodyPart_Belt": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 0
|
|
||||||
},
|
|
||||||
"xBodyPart_LBicep": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"xBodyPart_LFArm": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"xBodyPart_LFoot": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"xBodyPart_LHand": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"xBodyPart_LShin": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"xBodyPart_LShoul": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 0
|
|
||||||
},
|
|
||||||
"xBodyPart_LThigh": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"xBodyPart_Neck": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"xBodyPart_Pelvis": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"xBodyPart_RBicep": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"xBodyPart_RFArm": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"xBodyPart_RHand": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"xBodyPart_RShin": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"xBodyPart_RShoul": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 0
|
|
||||||
},
|
|
||||||
"xBodyPart_RThigh": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"xBodyPart_Torso": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 1
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,89 +1,13 @@
|
|||||||
{
|
{
|
||||||
"__data_type": "UTC ",
|
"__data_type": "UTC ",
|
||||||
"Appearance_Head": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"Appearance_Type": {
|
"Appearance_Type": {
|
||||||
"type": "word",
|
"type": "word",
|
||||||
"value": 6
|
"value": 279
|
||||||
},
|
|
||||||
"ArmorPart_RFoot": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
},
|
||||||
"BodyBag": {
|
"BodyBag": {
|
||||||
"type": "byte",
|
"type": "byte",
|
||||||
"value": 0
|
"value": 0
|
||||||
},
|
},
|
||||||
"BodyPart_Belt": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 0
|
|
||||||
},
|
|
||||||
"BodyPart_LBicep": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"BodyPart_LFArm": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"BodyPart_LFoot": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"BodyPart_LHand": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"BodyPart_LShin": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"BodyPart_LShoul": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 0
|
|
||||||
},
|
|
||||||
"BodyPart_LThigh": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"BodyPart_Neck": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"BodyPart_Pelvis": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"BodyPart_RBicep": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"BodyPart_RFArm": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"BodyPart_RHand": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"BodyPart_RShin": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"BodyPart_RShoul": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 0
|
|
||||||
},
|
|
||||||
"BodyPart_RThigh": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"BodyPart_Torso": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"Cha": {
|
"Cha": {
|
||||||
"type": "byte",
|
"type": "byte",
|
||||||
"value": 8
|
"value": 8
|
||||||
@ -108,22 +32,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"Color_Hair": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"Color_Skin": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"Color_Tattoo1": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"Color_Tattoo2": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"Comment": {
|
"Comment": {
|
||||||
"type": "cexostring",
|
"type": "cexostring",
|
||||||
"value": ""
|
"value": ""
|
||||||
@ -432,6 +340,21 @@
|
|||||||
"type": "word",
|
"type": "word",
|
||||||
"value": 0
|
"value": 0
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__struct_id": 4,
|
||||||
|
"InventoryRes": {
|
||||||
|
"type": "resref",
|
||||||
|
"value": "swordofloril"
|
||||||
|
},
|
||||||
|
"Repos_PosX": {
|
||||||
|
"type": "word",
|
||||||
|
"value": 6
|
||||||
|
},
|
||||||
|
"Repos_Posy": {
|
||||||
|
"type": "word",
|
||||||
|
"value": 0
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -857,7 +780,7 @@
|
|||||||
},
|
},
|
||||||
"WalkRate": {
|
"WalkRate": {
|
||||||
"type": "int",
|
"type": "int",
|
||||||
"value": 4
|
"value": 7
|
||||||
},
|
},
|
||||||
"willbonus": {
|
"willbonus": {
|
||||||
"type": "short",
|
"type": "short",
|
||||||
@ -870,81 +793,5 @@
|
|||||||
"Wis": {
|
"Wis": {
|
||||||
"type": "byte",
|
"type": "byte",
|
||||||
"value": 11
|
"value": 11
|
||||||
},
|
|
||||||
"xAppearance_Head": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"xArmorPart_RFoot": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"xBodyPart_Belt": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 0
|
|
||||||
},
|
|
||||||
"xBodyPart_LBicep": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"xBodyPart_LFArm": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"xBodyPart_LFoot": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"xBodyPart_LHand": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"xBodyPart_LShin": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"xBodyPart_LShoul": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 0
|
|
||||||
},
|
|
||||||
"xBodyPart_LThigh": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"xBodyPart_Neck": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"xBodyPart_Pelvis": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"xBodyPart_RBicep": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"xBodyPart_RFArm": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"xBodyPart_RHand": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"xBodyPart_RShin": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"xBodyPart_RShoul": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 0
|
|
||||||
},
|
|
||||||
"xBodyPart_RThigh": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"xBodyPart_Torso": {
|
|
||||||
"type": "word",
|
|
||||||
"value": 1
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"__data_type": "UTC ",
|
"__data_type": "UTC ",
|
||||||
"Appearance_Type": {
|
"Appearance_Type": {
|
||||||
"type": "word",
|
"type": "word",
|
||||||
"value": 122
|
"value": 120
|
||||||
},
|
},
|
||||||
"BodyBag": {
|
"BodyBag": {
|
||||||
"type": "byte",
|
"type": "byte",
|
||||||
@ -14,7 +14,7 @@
|
|||||||
},
|
},
|
||||||
"ChallengeRating": {
|
"ChallengeRating": {
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"value": 11.0
|
"value": 12.0
|
||||||
},
|
},
|
||||||
"ClassList": {
|
"ClassList": {
|
||||||
"type": "list",
|
"type": "list",
|
||||||
@ -65,7 +65,7 @@
|
|||||||
},
|
},
|
||||||
"DecayTime": {
|
"DecayTime": {
|
||||||
"type": "dword",
|
"type": "dword",
|
||||||
"value": 0
|
"value": 5000
|
||||||
},
|
},
|
||||||
"Deity": {
|
"Deity": {
|
||||||
"type": "cexostring",
|
"type": "cexostring",
|
||||||
@ -88,10 +88,6 @@
|
|||||||
"value": [
|
"value": [
|
||||||
{
|
{
|
||||||
"__struct_id": 16,
|
"__struct_id": 16,
|
||||||
"Dropable": {
|
|
||||||
"type": "byte",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"EquippedRes": {
|
"EquippedRes": {
|
||||||
"type": "resref",
|
"type": "resref",
|
||||||
"value": "deadlyaxe"
|
"value": "deadlyaxe"
|
||||||
@ -141,6 +137,13 @@
|
|||||||
"FeatList": {
|
"FeatList": {
|
||||||
"type": "list",
|
"type": "list",
|
||||||
"value": [
|
"value": [
|
||||||
|
{
|
||||||
|
"__struct_id": 1,
|
||||||
|
"Feat": {
|
||||||
|
"type": "word",
|
||||||
|
"value": 1
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"__struct_id": 1,
|
"__struct_id": 1,
|
||||||
"Feat": {
|
"Feat": {
|
||||||
@ -169,6 +172,13 @@
|
|||||||
"value": 28
|
"value": 28
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"__struct_id": 1,
|
||||||
|
"Feat": {
|
||||||
|
"type": "word",
|
||||||
|
"value": 41
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"__struct_id": 1,
|
"__struct_id": 1,
|
||||||
"Feat": {
|
"Feat": {
|
||||||
@ -251,6 +261,41 @@
|
|||||||
"type": "byte",
|
"type": "byte",
|
||||||
"value": 0
|
"value": 0
|
||||||
},
|
},
|
||||||
|
"ItemList": {
|
||||||
|
"type": "list",
|
||||||
|
"value": [
|
||||||
|
{
|
||||||
|
"__struct_id": 0,
|
||||||
|
"InventoryRes": {
|
||||||
|
"type": "resref",
|
||||||
|
"value": "deadlyaxe"
|
||||||
|
},
|
||||||
|
"Repos_PosX": {
|
||||||
|
"type": "word",
|
||||||
|
"value": 0
|
||||||
|
},
|
||||||
|
"Repos_Posy": {
|
||||||
|
"type": "word",
|
||||||
|
"value": 0
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__struct_id": 1,
|
||||||
|
"InventoryRes": {
|
||||||
|
"type": "resref",
|
||||||
|
"value": "wyvernskinleathe"
|
||||||
|
},
|
||||||
|
"Repos_PosX": {
|
||||||
|
"type": "word",
|
||||||
|
"value": 2
|
||||||
|
},
|
||||||
|
"Repos_Posy": {
|
||||||
|
"type": "word",
|
||||||
|
"value": 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"LastName": {
|
"LastName": {
|
||||||
"type": "cexolocstring",
|
"type": "cexolocstring",
|
||||||
"value": {
|
"value": {
|
||||||
@ -295,7 +340,7 @@
|
|||||||
},
|
},
|
||||||
"PortraitId": {
|
"PortraitId": {
|
||||||
"type": "word",
|
"type": "word",
|
||||||
"value": 256
|
"value": 255
|
||||||
},
|
},
|
||||||
"Race": {
|
"Race": {
|
||||||
"type": "byte",
|
"type": "byte",
|
||||||
@ -673,7 +718,7 @@
|
|||||||
},
|
},
|
||||||
"WalkRate": {
|
"WalkRate": {
|
||||||
"type": "int",
|
"type": "int",
|
||||||
"value": 4
|
"value": 7
|
||||||
},
|
},
|
||||||
"willbonus": {
|
"willbonus": {
|
||||||
"type": "short",
|
"type": "short",
|
||||||
|
@ -288,6 +288,21 @@
|
|||||||
"type": "word",
|
"type": "word",
|
||||||
"value": 0
|
"value": 0
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__struct_id": 4,
|
||||||
|
"InventoryRes": {
|
||||||
|
"type": "resref",
|
||||||
|
"value": "arrowoffire"
|
||||||
|
},
|
||||||
|
"Repos_PosX": {
|
||||||
|
"type": "word",
|
||||||
|
"value": 6
|
||||||
|
},
|
||||||
|
"Repos_Posy": {
|
||||||
|
"type": "word",
|
||||||
|
"value": 0
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -541,7 +541,7 @@
|
|||||||
},
|
},
|
||||||
"ScriptDeath": {
|
"ScriptDeath": {
|
||||||
"type": "resref",
|
"type": "resref",
|
||||||
"value": "nw_c2_vampire7"
|
"value": "nw_c2_default7"
|
||||||
},
|
},
|
||||||
"ScriptDialogue": {
|
"ScriptDialogue": {
|
||||||
"type": "resref",
|
"type": "resref",
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
},
|
},
|
||||||
"Cost": {
|
"Cost": {
|
||||||
"type": "dword",
|
"type": "dword",
|
||||||
"value": 3636
|
"value": 68212
|
||||||
},
|
},
|
||||||
"Cursed": {
|
"Cursed": {
|
||||||
"type": "byte",
|
"type": "byte",
|
||||||
@ -36,7 +36,7 @@
|
|||||||
},
|
},
|
||||||
"Identified": {
|
"Identified": {
|
||||||
"type": "byte",
|
"type": "byte",
|
||||||
"value": 0
|
"value": 1
|
||||||
},
|
},
|
||||||
"LocalizedName": {
|
"LocalizedName": {
|
||||||
"type": "cexolocstring",
|
"type": "cexolocstring",
|
||||||
@ -46,15 +46,15 @@
|
|||||||
},
|
},
|
||||||
"ModelPart1": {
|
"ModelPart1": {
|
||||||
"type": "byte",
|
"type": "byte",
|
||||||
"value": 13
|
"value": 23
|
||||||
},
|
},
|
||||||
"ModelPart2": {
|
"ModelPart2": {
|
||||||
"type": "byte",
|
"type": "byte",
|
||||||
"value": 33
|
"value": 13
|
||||||
},
|
},
|
||||||
"ModelPart3": {
|
"ModelPart3": {
|
||||||
"type": "byte",
|
"type": "byte",
|
||||||
"value": 33
|
"value": 13
|
||||||
},
|
},
|
||||||
"PaletteID": {
|
"PaletteID": {
|
||||||
"type": "byte",
|
"type": "byte",
|
||||||
@ -79,7 +79,7 @@
|
|||||||
},
|
},
|
||||||
"CostValue": {
|
"CostValue": {
|
||||||
"type": "word",
|
"type": "word",
|
||||||
"value": 1
|
"value": 9
|
||||||
},
|
},
|
||||||
"Param1": {
|
"Param1": {
|
||||||
"type": "byte",
|
"type": "byte",
|
||||||
@ -110,7 +110,7 @@
|
|||||||
},
|
},
|
||||||
"CostValue": {
|
"CostValue": {
|
||||||
"type": "word",
|
"type": "word",
|
||||||
"value": 1
|
"value": 2
|
||||||
},
|
},
|
||||||
"Param1": {
|
"Param1": {
|
||||||
"type": "byte",
|
"type": "byte",
|
||||||
@ -149,14 +149,14 @@
|
|||||||
},
|
},
|
||||||
"xModelPart1": {
|
"xModelPart1": {
|
||||||
"type": "word",
|
"type": "word",
|
||||||
"value": 13
|
"value": 23
|
||||||
},
|
},
|
||||||
"xModelPart2": {
|
"xModelPart2": {
|
||||||
"type": "word",
|
"type": "word",
|
||||||
"value": 33
|
"value": 13
|
||||||
},
|
},
|
||||||
"xModelPart3": {
|
"xModelPart3": {
|
||||||
"type": "word",
|
"type": "word",
|
||||||
"value": 33
|
"value": 13
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
},
|
},
|
||||||
"Cost": {
|
"Cost": {
|
||||||
"type": "dword",
|
"type": "dword",
|
||||||
"value": 100001
|
"value": 178490
|
||||||
},
|
},
|
||||||
"Cursed": {
|
"Cursed": {
|
||||||
"type": "byte",
|
"type": "byte",
|
||||||
@ -87,6 +87,68 @@
|
|||||||
"type": "word",
|
"type": "word",
|
||||||
"value": 0
|
"value": 0
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__struct_id": 0,
|
||||||
|
"ChanceAppear": {
|
||||||
|
"type": "byte",
|
||||||
|
"value": 100
|
||||||
|
},
|
||||||
|
"CostTable": {
|
||||||
|
"type": "byte",
|
||||||
|
"value": 25
|
||||||
|
},
|
||||||
|
"CostValue": {
|
||||||
|
"type": "word",
|
||||||
|
"value": 12
|
||||||
|
},
|
||||||
|
"Param1": {
|
||||||
|
"type": "byte",
|
||||||
|
"value": 255
|
||||||
|
},
|
||||||
|
"Param1Value": {
|
||||||
|
"type": "byte",
|
||||||
|
"value": 0
|
||||||
|
},
|
||||||
|
"PropertyName": {
|
||||||
|
"type": "word",
|
||||||
|
"value": 52
|
||||||
|
},
|
||||||
|
"Subtype": {
|
||||||
|
"type": "word",
|
||||||
|
"value": 6
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__struct_id": 0,
|
||||||
|
"ChanceAppear": {
|
||||||
|
"type": "byte",
|
||||||
|
"value": 100
|
||||||
|
},
|
||||||
|
"CostTable": {
|
||||||
|
"type": "byte",
|
||||||
|
"value": 25
|
||||||
|
},
|
||||||
|
"CostValue": {
|
||||||
|
"type": "word",
|
||||||
|
"value": 12
|
||||||
|
},
|
||||||
|
"Param1": {
|
||||||
|
"type": "byte",
|
||||||
|
"value": 255
|
||||||
|
},
|
||||||
|
"Param1Value": {
|
||||||
|
"type": "byte",
|
||||||
|
"value": 0
|
||||||
|
},
|
||||||
|
"PropertyName": {
|
||||||
|
"type": "word",
|
||||||
|
"value": 52
|
||||||
|
},
|
||||||
|
"Subtype": {
|
||||||
|
"type": "word",
|
||||||
|
"value": 17
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user