mob balance changes, area changes

added flavor npcs in some areas that had none.
This commit is contained in:
EpicValor 2023-08-25 20:14:32 -05:00
parent 37c64df0c6
commit 558a3ec773
57 changed files with 18207 additions and 1279 deletions

View File

@ -7901,7 +7901,7 @@
}, },
"Version": { "Version": {
"type": "dword", "type": "dword",
"value": 7 "value": 8
}, },
"Width": { "Width": {
"type": "int", "type": "int",

View File

@ -2569,7 +2569,7 @@
}, },
"Version": { "Version": {
"type": "dword", "type": "dword",
"value": 68 "value": 69
}, },
"Width": { "Width": {
"type": "int", "type": "int",

View File

@ -5364,7 +5364,7 @@
}, },
"Version": { "Version": {
"type": "dword", "type": "dword",
"value": 17 "value": 18
}, },
"Width": { "Width": {
"type": "int", "type": "int",

View File

@ -11169,7 +11169,7 @@
}, },
"Version": { "Version": {
"type": "dword", "type": "dword",
"value": 33 "value": 34
}, },
"Width": { "Width": {
"type": "int", "type": "int",

View File

@ -320,6 +320,13 @@
"type": "cexostring", "type": "cexostring",
"value": "Freestanding Merchant's Placard - 5" "value": "Freestanding Merchant's Placard - 5"
} }
},
{
"__struct_id": 9,
"Comment": {
"type": "cexostring",
"value": "Invisible Object\r\n\r\nPLACE THIS ON MAP WITH SPAWN CODES"
}
} }
] ]
}, },
@ -419,6 +426,90 @@
"type": "cexostring", "type": "cexostring",
"value": "" "value": ""
} }
},
{
"__struct_id": 5,
"Comment": {
"type": "cexostring",
"value": ""
}
},
{
"__struct_id": 5,
"Comment": {
"type": "cexostring",
"value": ""
}
},
{
"__struct_id": 5,
"Comment": {
"type": "cexostring",
"value": ""
}
},
{
"__struct_id": 5,
"Comment": {
"type": "cexostring",
"value": ""
}
},
{
"__struct_id": 5,
"Comment": {
"type": "cexostring",
"value": ""
}
},
{
"__struct_id": 5,
"Comment": {
"type": "cexostring",
"value": ""
}
},
{
"__struct_id": 5,
"Comment": {
"type": "cexostring",
"value": ""
}
},
{
"__struct_id": 5,
"Comment": {
"type": "cexostring",
"value": "This is a waypoint that can be placed in an area to mark a spot that should be visited by NPCs (to give random walking around some direction). \r\n\r\nThis will affect the animations and behavior of NPCs using the PlayAmbientAnimations functions (see the OnSpawn script nw_c2_default9 and the library x0_i0_anims for details). \r\n\r\nNote that this feature will only work in modules that use the XP1 modified AI. "
}
},
{
"__struct_id": 5,
"Comment": {
"type": "cexostring",
"value": "This is a waypoint that can be placed in an area to mark a spot that should be visited by NPCs (to give random walking around some direction). \r\n\r\nThis will affect the animations and behavior of NPCs using the PlayAmbientAnimations functions (see the OnSpawn script nw_c2_default9 and the library x0_i0_anims for details). \r\n\r\nNote that this feature will only work in modules that use the XP1 modified AI. "
}
},
{
"__struct_id": 5,
"Comment": {
"type": "cexostring",
"value": "This is a waypoint that can be placed in an area to mark a spot that should be visited by NPCs (to give random walking around some direction). \r\n\r\nThis will affect the animations and behavior of NPCs using the PlayAmbientAnimations functions (see the OnSpawn script nw_c2_default9 and the library x0_i0_anims for details). \r\n\r\nNote that this feature will only work in modules that use the XP1 modified AI. "
}
},
{
"__struct_id": 5,
"Comment": {
"type": "cexostring",
"value": "This is a waypoint that can be placed in an area to mark a spot that should be visited by NPCs (to give random walking around some direction). \r\n\r\nThis will affect the animations and behavior of NPCs using the PlayAmbientAnimations functions (see the OnSpawn script nw_c2_default9 and the library x0_i0_anims for details). \r\n\r\nNote that this feature will only work in modules that use the XP1 modified AI. "
}
},
{
"__struct_id": 5,
"Comment": {
"type": "cexostring",
"value": "This is a waypoint that can be placed in an interior area to mark it as a shop. This will affect the animations and behavior of NPCs using the PlayAmbientAnimations functions (see the OnSpawn script nw_c2_default9 and the library x0_i0_anims for details). \r\n\r\nNote that this feature will only work in modules that use the XP1 modified AI. "
}
} }
] ]
} }

File diff suppressed because it is too large Load Diff

View File

@ -684,7 +684,7 @@
"__struct_id": 2, "__struct_id": 2,
"Orientation": { "Orientation": {
"type": "float", "type": "float",
"value": 3.117041349411011 "value": 3.117040872573853
}, },
"X": { "X": {
"type": "float", "type": "float",

View File

@ -96,8 +96,8 @@
"type": "byte", "type": "byte",
"value": 16 "value": 16
}, },
"GenericType": { "GenericType_New": {
"type": "byte", "type": "dword",
"value": 0 "value": 0
}, },
"Hardness": { "Hardness": {
@ -317,8 +317,8 @@
"type": "byte", "type": "byte",
"value": 25 "value": 25
}, },
"GenericType": { "GenericType_New": {
"type": "byte", "type": "dword",
"value": 2 "value": 2
}, },
"Hardness": { "Hardness": {
@ -594,6 +594,10 @@
"0": "Area Spawner" "0": "Area Spawner"
} }
}, },
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": { "OnClosed": {
"type": "resref", "type": "resref",
"value": "" "value": ""
@ -1152,6 +1156,10 @@
"type": "resref", "type": "resref",
"value": "blazeshelm" "value": "blazeshelm"
}, },
"xModelPart1": {
"type": "word",
"value": 24
},
"XOrientation": { "XOrientation": {
"type": "float", "type": "float",
"value": 0.0 "value": 0.0
@ -1588,6 +1596,10 @@
"type": "resref", "type": "resref",
"value": "stonemask" "value": "stonemask"
}, },
"xModelPart1": {
"type": "word",
"value": 4
},
"XOrientation": { "XOrientation": {
"type": "float", "type": "float",
"value": 0.0 "value": 0.0
@ -1625,7 +1637,7 @@
}, },
"Cost": { "Cost": {
"type": "dword", "type": "dword",
"value": 202374 "value": 202304
}, },
"Cursed": { "Cursed": {
"type": "byte", "type": "byte",
@ -1878,6 +1890,10 @@
"type": "resref", "type": "resref",
"value": "reddragonscale" "value": "reddragonscale"
}, },
"xModelPart1": {
"type": "word",
"value": 33
},
"XOrientation": { "XOrientation": {
"type": "float", "type": "float",
"value": 0.0 "value": 0.0
@ -2166,6 +2182,10 @@
"type": "resref", "type": "resref",
"value": "buckleofbedora" "value": "buckleofbedora"
}, },
"xModelPart1": {
"type": "word",
"value": 5
},
"XOrientation": { "XOrientation": {
"type": "float", "type": "float",
"value": 0.0 "value": 0.0
@ -2212,6 +2232,10 @@
"0": "Chest" "0": "Chest"
} }
}, },
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": { "OnClosed": {
"type": "resref", "type": "resref",
"value": "relock_items" "value": "relock_items"
@ -2593,6 +2617,10 @@
"type": "resref", "type": "resref",
"value": "bracersofprote" "value": "bracersofprote"
}, },
"xModelPart1": {
"type": "word",
"value": 5
},
"XOrientation": { "XOrientation": {
"type": "float", "type": "float",
"value": 0.0 "value": 0.0
@ -2628,9 +2656,17 @@
"type": "byte", "type": "byte",
"value": 0 "value": 0
}, },
"Cloth1Color": {
"type": "byte",
"value": 0
},
"Cloth2Color": {
"type": "byte",
"value": 0
},
"Cost": { "Cost": {
"type": "dword", "type": "dword",
"value": 433057 "value": 784561
}, },
"Cursed": { "Cursed": {
"type": "byte", "type": "byte",
@ -2651,6 +2687,14 @@
"type": "byte", "type": "byte",
"value": 0 "value": 0
}, },
"Leather1Color": {
"type": "byte",
"value": 0
},
"Leather2Color": {
"type": "byte",
"value": 0
},
"LocalizedName": { "LocalizedName": {
"id": 67590, "id": 67590,
"type": "cexolocstring", "type": "cexolocstring",
@ -2658,6 +2702,14 @@
"0": "Soldiers Cloak" "0": "Soldiers Cloak"
} }
}, },
"Metal1Color": {
"type": "byte",
"value": 0
},
"Metal2Color": {
"type": "byte",
"value": 0
},
"ModelPart1": { "ModelPart1": {
"type": "byte", "type": "byte",
"value": 3 "value": 3
@ -2974,6 +3026,10 @@
"type": "resref", "type": "resref",
"value": "soldierscloak" "value": "soldierscloak"
}, },
"xModelPart1": {
"type": "word",
"value": 3
},
"XOrientation": { "XOrientation": {
"type": "float", "type": "float",
"value": 0.0 "value": 0.0
@ -3072,6 +3128,10 @@
"type": "resref", "type": "resref",
"value": "10000gp" "value": "10000gp"
}, },
"xModelPart1": {
"type": "word",
"value": 1
},
"XOrientation": { "XOrientation": {
"type": "float", "type": "float",
"value": 0.0 "value": 0.0
@ -3118,6 +3178,10 @@
"0": "Chest" "0": "Chest"
} }
}, },
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": { "OnClosed": {
"type": "resref", "type": "resref",
"value": "relock_items" "value": "relock_items"
@ -3339,7 +3403,7 @@
}, },
"Cost": { "Cost": {
"type": "dword", "type": "dword",
"value": 897920 "value": 1375600
}, },
"Cursed": { "Cursed": {
"type": "byte", "type": "byte",
@ -3689,6 +3753,18 @@
"type": "resref", "type": "resref",
"value": "ummekosflamber" "value": "ummekosflamber"
}, },
"xModelPart1": {
"type": "word",
"value": 22
},
"xModelPart2": {
"type": "word",
"value": 13
},
"xModelPart3": {
"type": "word",
"value": 22
},
"XOrientation": { "XOrientation": {
"type": "float", "type": "float",
"value": 0.0 "value": 0.0
@ -3726,7 +3802,7 @@
}, },
"Cost": { "Cost": {
"type": "dword", "type": "dword",
"value": 623114 "value": 985750
}, },
"Cursed": { "Cursed": {
"type": "byte", "type": "byte",
@ -3983,6 +4059,18 @@
"type": "resref", "type": "resref",
"value": "tragictrade" "value": "tragictrade"
}, },
"xModelPart1": {
"type": "word",
"value": 63
},
"xModelPart2": {
"type": "word",
"value": 31
},
"xModelPart3": {
"type": "word",
"value": 53
},
"XOrientation": { "XOrientation": {
"type": "float", "type": "float",
"value": 0.0 "value": 0.0
@ -4020,7 +4108,7 @@
}, },
"Cost": { "Cost": {
"type": "dword", "type": "dword",
"value": 373534 "value": 620598
}, },
"Cursed": { "Cursed": {
"type": "byte", "type": "byte",
@ -4281,6 +4369,18 @@
"type": "resref", "type": "resref",
"value": "swordoffire" "value": "swordoffire"
}, },
"xModelPart1": {
"type": "word",
"value": 11
},
"xModelPart2": {
"type": "word",
"value": 11
},
"xModelPart3": {
"type": "word",
"value": 11
},
"XOrientation": { "XOrientation": {
"type": "float", "type": "float",
"value": 0.0 "value": 0.0
@ -4318,7 +4418,7 @@
}, },
"Cost": { "Cost": {
"type": "dword", "type": "dword",
"value": 12530 "value": 21644
}, },
"Cursed": { "Cursed": {
"type": "byte", "type": "byte",
@ -4486,6 +4586,18 @@
"type": "resref", "type": "resref",
"value": "kagonestilongsw" "value": "kagonestilongsw"
}, },
"xModelPart1": {
"type": "word",
"value": 32
},
"xModelPart2": {
"type": "word",
"value": 42
},
"xModelPart3": {
"type": "word",
"value": 52
},
"XOrientation": { "XOrientation": {
"type": "float", "type": "float",
"value": 0.0 "value": 0.0
@ -4532,6 +4644,10 @@
"0": "Chest" "0": "Chest"
} }
}, },
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": { "OnClosed": {
"type": "resref", "type": "resref",
"value": "relock_items" "value": "relock_items"

View File

@ -1741,7 +1741,7 @@
"__struct_id": 0, "__struct_id": 0,
"CR": { "CR": {
"type": "float", "type": "float",
"value": 29.0 "value": 33.0
}, },
"FACTION": { "FACTION": {
"type": "cexostring", "type": "cexostring",
@ -3881,7 +3881,7 @@
"__struct_id": 0, "__struct_id": 0,
"CR": { "CR": {
"type": "float", "type": "float",
"value": 24.0 "value": 30.0
}, },
"FACTION": { "FACTION": {
"type": "cexostring", "type": "cexostring",
@ -5737,7 +5737,7 @@
"__struct_id": 0, "__struct_id": 0,
"CR": { "CR": {
"type": "float", "type": "float",
"value": 37.0 "value": 124.0
}, },
"FACTION": { "FACTION": {
"type": "cexostring", "type": "cexostring",
@ -5756,7 +5756,7 @@
"__struct_id": 0, "__struct_id": 0,
"CR": { "CR": {
"type": "float", "type": "float",
"value": 298.0 "value": 150.0
}, },
"FACTION": { "FACTION": {
"type": "cexostring", "type": "cexostring",
@ -5927,7 +5927,7 @@
"__struct_id": 0, "__struct_id": 0,
"CR": { "CR": {
"type": "float", "type": "float",
"value": 14.0 "value": 19.0
}, },
"FACTION": { "FACTION": {
"type": "cexostring", "type": "cexostring",
@ -6370,6 +6370,25 @@
"type": "resref", "type": "resref",
"value": "nasgarthianrava" "value": "nasgarthianrava"
} }
},
{
"__struct_id": 0,
"CR": {
"type": "float",
"value": 34.0
},
"FACTION": {
"type": "cexostring",
"value": "Hostile"
},
"NAME": {
"type": "cexostring",
"value": "Soul Reaver Guardian"
},
"RESREF": {
"type": "resref",
"value": "soulreaverguar"
}
} }
] ]
}, },
@ -6502,7 +6521,7 @@
"__struct_id": 0, "__struct_id": 0,
"CR": { "CR": {
"type": "float", "type": "float",
"value": 25.0 "value": 41.0
}, },
"FACTION": { "FACTION": {
"type": "cexostring", "type": "cexostring",
@ -6673,7 +6692,7 @@
"__struct_id": 0, "__struct_id": 0,
"CR": { "CR": {
"type": "float", "type": "float",
"value": 12.0 "value": 16.0
}, },
"FACTION": { "FACTION": {
"type": "cexostring", "type": "cexostring",
@ -7068,25 +7087,6 @@
"value": "soul_wight_test" "value": "soul_wight_test"
} }
}, },
{
"__struct_id": 0,
"CR": {
"type": "float",
"value": 21.0
},
"FACTION": {
"type": "cexostring",
"value": "Hostile"
},
"NAME": {
"type": "cexostring",
"value": "Soul Reaver Guardian"
},
"RESREF": {
"type": "resref",
"value": "soulreaverguar"
}
},
{ {
"__struct_id": 0, "__struct_id": 0,
"CR": { "CR": {
@ -9813,7 +9813,7 @@
"__struct_id": 0, "__struct_id": 0,
"CR": { "CR": {
"type": "float", "type": "float",
"value": 47.0 "value": 90.0
}, },
"FACTION": { "FACTION": {
"type": "cexostring", "type": "cexostring",
@ -10775,6 +10775,139 @@
"value": "olina" "value": "olina"
} }
}, },
{
"__struct_id": 0,
"CR": {
"type": "float",
"value": 96.0
},
"FACTION": {
"type": "cexostring",
"value": "Merchant"
},
"NAME": {
"type": "cexostring",
"value": "Order Member"
},
"RESREF": {
"type": "resref",
"value": "ordermember"
}
},
{
"__struct_id": 0,
"CR": {
"type": "float",
"value": 33.0
},
"FACTION": {
"type": "cexostring",
"value": "Merchant"
},
"NAME": {
"type": "cexostring",
"value": "Order Member"
},
"RESREF": {
"type": "resref",
"value": "ordermember001"
}
},
{
"__struct_id": 0,
"CR": {
"type": "float",
"value": 30.0
},
"FACTION": {
"type": "cexostring",
"value": "Merchant"
},
"NAME": {
"type": "cexostring",
"value": "Order Member"
},
"RESREF": {
"type": "resref",
"value": "ordermember002"
}
},
{
"__struct_id": 0,
"CR": {
"type": "float",
"value": 28.0
},
"FACTION": {
"type": "cexostring",
"value": "Merchant"
},
"NAME": {
"type": "cexostring",
"value": "Order Member"
},
"RESREF": {
"type": "resref",
"value": "ordermember003"
}
},
{
"__struct_id": 0,
"CR": {
"type": "float",
"value": 28.0
},
"FACTION": {
"type": "cexostring",
"value": "Merchant"
},
"NAME": {
"type": "cexostring",
"value": "Order Member"
},
"RESREF": {
"type": "resref",
"value": "ordermember004"
}
},
{
"__struct_id": 0,
"CR": {
"type": "float",
"value": 28.0
},
"FACTION": {
"type": "cexostring",
"value": "Merchant"
},
"NAME": {
"type": "cexostring",
"value": "Order Member"
},
"RESREF": {
"type": "resref",
"value": "ordermember005"
}
},
{
"__struct_id": 0,
"CR": {
"type": "float",
"value": 28.0
},
"FACTION": {
"type": "cexostring",
"value": "Merchant"
},
"NAME": {
"type": "cexostring",
"value": "Order Member"
},
"RESREF": {
"type": "resref",
"value": "ordermember006"
}
},
{ {
"__struct_id": 0, "__struct_id": 0,
"CR": { "CR": {
@ -16251,7 +16384,7 @@
"__struct_id": 0, "__struct_id": 0,
"CR": { "CR": {
"type": "float", "type": "float",
"value": 5.0 "value": 30.0
}, },
"FACTION": { "FACTION": {
"type": "cexostring", "type": "cexostring",
@ -16289,7 +16422,7 @@
"__struct_id": 0, "__struct_id": 0,
"CR": { "CR": {
"type": "float", "type": "float",
"value": 6.0 "value": 28.0
}, },
"FACTION": { "FACTION": {
"type": "cexostring", "type": "cexostring",

View File

@ -28,6 +28,17 @@
"value": "acidarmour" "value": "acidarmour"
} }
}, },
{
"__struct_id": 0,
"NAME": {
"type": "cexostring",
"value": "Adept's Tunic"
},
"RESREF": {
"type": "resref",
"value": "cloth028"
}
},
{ {
"__struct_id": 0, "__struct_id": 0,
"NAME": { "NAME": {
@ -105,6 +116,17 @@
"value": "drowtunic" "value": "drowtunic"
} }
}, },
{
"__struct_id": 0,
"NAME": {
"type": "cexostring",
"value": "Duergar Mage Robe"
},
"RESREF": {
"type": "resref",
"value": "mduerar011"
}
},
{ {
"__struct_id": 0, "__struct_id": 0,
"NAME": { "NAME": {
@ -193,6 +215,17 @@
"value": "healersoutfit" "value": "healersoutfit"
} }
}, },
{
"__struct_id": 0,
"NAME": {
"type": "cexostring",
"value": "Healer's Outfit"
},
"RESREF": {
"type": "resref",
"value": "healersoutfit001"
}
},
{ {
"__struct_id": 0, "__struct_id": 0,
"NAME": { "NAME": {
@ -215,6 +248,17 @@
"value": "herostunic" "value": "herostunic"
} }
}, },
{
"__struct_id": 0,
"NAME": {
"type": "cexostring",
"value": "Illusionist's Robe"
},
"RESREF": {
"type": "resref",
"value": "cloth021"
}
},
{ {
"__struct_id": 0, "__struct_id": 0,
"NAME": { "NAME": {

Binary file not shown.

View File

@ -0,0 +1,91 @@
//::///////////////////////////////////////////////
//:: Name x2_def_spawn
//:: Copyright (c) 2001 Bioware Corp.
//:://////////////////////////////////////////////
/*
Default On Spawn script
2003-07-28: Georg Zoeller:
If you set a ninteger on the creature named
"X2_USERDEFINED_ONSPAWN_EVENTS"
The creature will fire a pre and a post-spawn
event on itself, depending on the value of that
variable
1 - Fire Userdefined Event 1510 (pre spawn)
2 - Fire Userdefined Event 1511 (post spawn)
3 - Fire both events
2007-12-31: Deva Winblood
Modified to look for X3_HORSE_OWNER_TAG and if
it is defined look for an NPC with that tag
nearby or in the module (checks near first).
It will make that NPC this horse's master.
*/
//:://////////////////////////////////////////////
//:: Created By: Keith Warner, Georg Zoeller
//:: Created On: June 11/03
//:://////////////////////////////////////////////
const int EVENT_USER_DEFINED_PRESPAWN = 1510;
const int EVENT_USER_DEFINED_POSTSPAWN = 1511;
#include "x0_i0_walkway"
#include "x2_inc_switches"
void main()
{
string sTag;
object oNPC;
// User defined OnSpawn event requested?
int nSpecEvent = GetLocalInt(OBJECT_SELF,"X2_USERDEFINED_ONSPAWN_EVENTS");
// Pre Spawn Event requested
if (nSpecEvent == 1 || nSpecEvent == 3 )
{
SignalEvent(OBJECT_SELF,EventUserDefined(EVENT_USER_DEFINED_PRESPAWN ));
}
sTag=GetLocalString(OBJECT_SELF,"X3_HORSE_OWNER_TAG");
if (GetStringLength(sTag)>0)
{ // look for master
oNPC=GetNearestObjectByTag(sTag);
if (GetIsObjectValid(oNPC)&&GetObjectType(oNPC)==OBJECT_TYPE_CREATURE)
{ // master found
AddHenchman(oNPC);
} // master found
else
{ // look in module
oNPC=GetObjectByTag(sTag);
if (GetIsObjectValid(oNPC)&&GetObjectType(oNPC)==OBJECT_TYPE_CREATURE)
{ // master found
AddHenchman(oNPC);
} // master found
else
{ // master does not exist - remove X3_HORSE_OWNER_TAG
DeleteLocalString(OBJECT_SELF,"X3_HORSE_OWNER_TAG");
} // master does not exist - remove X3_HORSE_OWNER_TAG
} // look in module
} // look for master
/* Fix for the new golems to reduce their number of attacks */
int nNumber = GetLocalInt(OBJECT_SELF,CREATURE_VAR_NUMBER_OF_ATTACKS);
if (nNumber >0 )
{
SetBaseAttackBonus(nNumber);
}
// Execute default OnSpawn script.
ExecuteScript("nw_c2_default9", OBJECT_SELF);
//Post Spawn event requeste
if (nSpecEvent == 2 || nSpecEvent == 3)
{
SignalEvent(OBJECT_SELF,EventUserDefined(EVENT_USER_DEFINED_POSTSPAWN));
}
WalkWayPoints();
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
"__data_type": "UTC ", "__data_type": "UTC ",
"Appearance_Type": { "Appearance_Type": {
"type": "word", "type": "word",
"value": 23 "value": 156
}, },
"BodyBag": { "BodyBag": {
"type": "byte", "type": "byte",
@ -14,7 +14,7 @@
}, },
"ChallengeRating": { "ChallengeRating": {
"type": "float", "type": "float",
"value": 12.0 "value": 16.0
}, },
"ClassList": { "ClassList": {
"type": "list", "type": "list",
@ -57,7 +57,7 @@
}, },
"CRAdjust": { "CRAdjust": {
"type": "int", "type": "int",
"value": 0 "value": 4
}, },
"CurrentHitPoints": { "CurrentHitPoints": {
"type": "short", "type": "short",
@ -455,7 +455,7 @@
}, },
"PortraitId": { "PortraitId": {
"type": "word", "type": "word",
"value": 153 "value": 299
}, },
"Race": { "Race": {
"type": "byte", "type": "byte",
@ -797,7 +797,7 @@
}, },
"SoundSetFile": { "SoundSetFile": {
"type": "word", "type": "word",
"value": 2 "value": 237
}, },
"SpecAbilityList": { "SpecAbilityList": {
"type": "list", "type": "list",
@ -833,7 +833,7 @@
}, },
"WalkRate": { "WalkRate": {
"type": "int", "type": "int",
"value": 5 "value": 7
}, },
"willbonus": { "willbonus": {
"type": "short", "type": "short",

View File

@ -1,96 +1,20 @@
{ {
"__data_type": "UTC ", "__data_type": "UTC ",
"Appearance_Head": {
"type": "byte",
"value": 2
},
"Appearance_Type": { "Appearance_Type": {
"type": "word", "type": "word",
"value": 6 "value": 33
},
"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": 25 "value": 26
}, },
"ChallengeRating": { "ChallengeRating": {
"type": "float", "type": "float",
"value": 298.0 "value": 150.0
}, },
"ClassList": { "ClassList": {
"type": "list", "type": "list",
@ -103,7 +27,7 @@
}, },
"ClassLevel": { "ClassLevel": {
"type": "short", "type": "short",
"value": 30 "value": 12
} }
}, },
{ {
@ -114,7 +38,7 @@
}, },
"ClassLevel": { "ClassLevel": {
"type": "short", "type": "short",
"value": 10 "value": 5
} }
}, },
{ {
@ -125,34 +49,188 @@
}, },
"ClassLevel": { "ClassLevel": {
"type": "short", "type": "short",
"value": 20 "value": 10
},
"KnownList6": {
"type": "list",
"value": [
{
"__struct_id": 3,
"Spell": {
"type": "word",
"value": 3106
},
"SpellFlags": {
"type": "byte",
"value": 1
},
"SpellMetaMagic": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 3,
"Spell": {
"type": "word",
"value": 186
},
"SpellFlags": {
"type": "byte",
"value": 1
},
"SpellMetaMagic": {
"type": "byte",
"value": 0
}
}
]
},
"KnownList7": {
"type": "list",
"value": [
{
"__struct_id": 3,
"Spell": {
"type": "word",
"value": 132
},
"SpellFlags": {
"type": "byte",
"value": 1
},
"SpellMetaMagic": {
"type": "byte",
"value": 0
}
}
]
},
"KnownList8": {
"type": "list",
"value": [
{
"__struct_id": 3,
"Spell": {
"type": "word",
"value": 89
},
"SpellFlags": {
"type": "byte",
"value": 1
},
"SpellMetaMagic": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 3,
"Spell": {
"type": "word",
"value": 134
},
"SpellFlags": {
"type": "byte",
"value": 1
},
"SpellMetaMagic": {
"type": "byte",
"value": 0
}
}
]
},
"KnownList9": {
"type": "list",
"value": [
{
"__struct_id": 3,
"Spell": {
"type": "word",
"value": 533
},
"SpellFlags": {
"type": "byte",
"value": 1
},
"SpellMetaMagic": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 3,
"Spell": {
"type": "word",
"value": 63
},
"SpellFlags": {
"type": "byte",
"value": 1
},
"SpellMetaMagic": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 3,
"Spell": {
"type": "word",
"value": 73
},
"SpellFlags": {
"type": "byte",
"value": 1
},
"SpellMetaMagic": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 3,
"Spell": {
"type": "word",
"value": 19341
},
"SpellFlags": {
"type": "byte",
"value": 1
},
"SpellMetaMagic": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 3,
"Spell": {
"type": "word",
"value": 185
},
"SpellFlags": {
"type": "byte",
"value": 1
},
"SpellMetaMagic": {
"type": "byte",
"value": 0
}
}
]
} }
} }
] ]
}, },
"Color_Hair": {
"type": "byte",
"value": 1
},
"Color_Skin": {
"type": "byte",
"value": 47
},
"Color_Tattoo1": {
"type": "byte",
"value": 1
},
"Color_Tattoo2": {
"type": "byte",
"value": 1
},
"Comment": { "Comment": {
"type": "cexostring", "type": "cexostring",
"value": "fgfg\r\nMob Boss" "value": "fgfg\r\nMob Boss"
}, },
"Con": { "Con": {
"type": "byte", "type": "byte",
"value": 35 "value": 34
}, },
"Conversation": { "Conversation": {
"type": "resref", "type": "resref",
@ -160,11 +238,11 @@
}, },
"CRAdjust": { "CRAdjust": {
"type": "int", "type": "int",
"value": -124 "value": -14
}, },
"CurrentHitPoints": { "CurrentHitPoints": {
"type": "short", "type": "short",
"value": 1322 "value": 649
}, },
"DecayTime": { "DecayTime": {
"type": "dword", "type": "dword",
@ -180,7 +258,7 @@
}, },
"Dex": { "Dex": {
"type": "byte", "type": "byte",
"value": 25 "value": 24
}, },
"Disarmable": { "Disarmable": {
"type": "byte", "type": "byte",
@ -366,6 +444,13 @@
"value": 14 "value": 14
} }
}, },
{
"__struct_id": 1,
"Feat": {
"type": "word",
"value": 15
}
},
{ {
"__struct_id": 1, "__struct_id": 1,
"Feat": { "Feat": {
@ -387,6 +472,13 @@
"value": 68 "value": 68
} }
}, },
{
"__struct_id": 1,
"Feat": {
"type": "word",
"value": 57
}
},
{ {
"__struct_id": 1, "__struct_id": 1,
"Feat": { "Feat": {
@ -394,6 +486,13 @@
"value": 83 "value": 83
} }
}, },
{
"__struct_id": 1,
"Feat": {
"type": "word",
"value": 390
}
},
{ {
"__struct_id": 1, "__struct_id": 1,
"Feat": { "Feat": {
@ -408,6 +507,13 @@
"value": 19 "value": 19
} }
}, },
{
"__struct_id": 1,
"Feat": {
"type": "word",
"value": 20
}
},
{ {
"__struct_id": 1, "__struct_id": 1,
"Feat": { "Feat": {
@ -520,6 +626,27 @@
"value": 40 "value": 40
} }
}, },
{
"__struct_id": 1,
"Feat": {
"type": "word",
"value": 41
}
},
{
"__struct_id": 1,
"Feat": {
"type": "word",
"value": 42
}
},
{
"__struct_id": 1,
"Feat": {
"type": "word",
"value": 43
}
},
{ {
"__struct_id": 1, "__struct_id": 1,
"Feat": { "Feat": {
@ -642,7 +769,7 @@
}, },
"fortbonus": { "fortbonus": {
"type": "short", "type": "short",
"value": 0 "value": 9
}, },
"Gender": { "Gender": {
"type": "byte", "type": "byte",
@ -654,7 +781,7 @@
}, },
"HitPoints": { "HitPoints": {
"type": "short", "type": "short",
"value": 1322 "value": 649
}, },
"Int": { "Int": {
"type": "byte", "type": "byte",
@ -723,11 +850,11 @@
}, },
"MaxHitPoints": { "MaxHitPoints": {
"type": "short", "type": "short",
"value": 2102 "value": 1000
}, },
"NaturalAC": { "NaturalAC": {
"type": "byte", "type": "byte",
"value": 22 "value": 23
}, },
"NoPermDeath": { "NoPermDeath": {
"type": "byte", "type": "byte",
@ -751,7 +878,7 @@
}, },
"PortraitId": { "PortraitId": {
"type": "word", "type": "word",
"value": 310 "value": 1295
}, },
"Race": { "Race": {
"type": "byte", "type": "byte",
@ -759,7 +886,7 @@
}, },
"refbonus": { "refbonus": {
"type": "short", "type": "short",
"value": 0 "value": 11
}, },
"ScriptAttacked": { "ScriptAttacked": {
"type": "resref", "type": "resref",
@ -995,14 +1122,14 @@
"__struct_id": 0, "__struct_id": 0,
"Rank": { "Rank": {
"type": "byte", "type": "byte",
"value": 14 "value": 30
} }
}, },
{ {
"__struct_id": 0, "__struct_id": 0,
"Rank": { "Rank": {
"type": "byte", "type": "byte",
"value": 14 "value": 30
} }
}, },
{ {
@ -1093,7 +1220,7 @@
}, },
"SoundSetFile": { "SoundSetFile": {
"type": "word", "type": "word",
"value": 96 "value": 237
}, },
"SpecAbilityList": { "SpecAbilityList": {
"type": "list", "type": "list",
@ -1136,7 +1263,7 @@
}, },
"Str": { "Str": {
"type": "byte", "type": "byte",
"value": 39 "value": 38
}, },
"Subrace": { "Subrace": {
"type": "cexostring", "type": "cexostring",
@ -1160,11 +1287,11 @@
}, },
"WalkRate": { "WalkRate": {
"type": "int", "type": "int",
"value": 5 "value": 4
}, },
"willbonus": { "willbonus": {
"type": "short", "type": "short",
"value": 0 "value": 19
}, },
"Wings_New": { "Wings_New": {
"type": "dword", "type": "dword",
@ -1173,81 +1300,5 @@
"Wis": { "Wis": {
"type": "byte", "type": "byte",
"value": 22 "value": 22
},
"xAppearance_Head": {
"type": "word",
"value": 2
},
"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
} }
} }

View File

@ -682,7 +682,7 @@
"__struct_id": 0, "__struct_id": 0,
"Name": { "Name": {
"type": "cexostring", "type": "cexostring",
"value": "X2_L_SPAWN_USE_AMBIENT" "value": "X4_L_USE_AMBIENT_CIVILIZED"
}, },
"Type": { "Type": {
"type": "dword", "type": "dword",

View File

@ -656,6 +656,26 @@
"type": "resref", "type": "resref",
"value": "commale001" "value": "commale001"
}, },
"VarTable": {
"type": "list",
"value": [
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "X4_L_USE_AMBIENT_CIVILIZED"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 1
}
}
]
},
"WalkRate": { "WalkRate": {
"type": "int", "type": "int",
"value": 7 "value": 7

View File

@ -664,6 +664,26 @@
"type": "resref", "type": "resref",
"value": "femalecommoner" "value": "femalecommoner"
}, },
"VarTable": {
"type": "list",
"value": [
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "X4_L_USE_AMBIENT_CIVILIZED"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 1
}
}
]
},
"WalkRate": { "WalkRate": {
"type": "int", "type": "int",
"value": 4 "value": 4

View File

@ -146,7 +146,7 @@
}, },
"DecayTime": { "DecayTime": {
"type": "dword", "type": "dword",
"value": 0 "value": 5000
}, },
"Deity": { "Deity": {
"type": "cexostring", "type": "cexostring",
@ -664,6 +664,26 @@
"type": "resref", "type": "resref",
"value": "femalenoble" "value": "femalenoble"
}, },
"VarTable": {
"type": "list",
"value": [
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "X4_L_USE_AMBIENT_CIVILIZED"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 1
}
}
]
},
"WalkRate": { "WalkRate": {
"type": "int", "type": "int",
"value": 4 "value": 4

View File

@ -110,11 +110,11 @@
}, },
"Color_Hair": { "Color_Hair": {
"type": "byte", "type": "byte",
"value": 1 "value": 154
}, },
"Color_Skin": { "Color_Skin": {
"type": "byte", "type": "byte",
"value": 4 "value": 1
}, },
"Color_Tattoo1": { "Color_Tattoo1": {
"type": "byte", "type": "byte",
@ -146,7 +146,7 @@
}, },
"DecayTime": { "DecayTime": {
"type": "dword", "type": "dword",
"value": 0 "value": 5000
}, },
"Deity": { "Deity": {
"type": "cexostring", "type": "cexostring",
@ -664,6 +664,26 @@
"type": "resref", "type": "resref",
"value": "femalepeasant" "value": "femalepeasant"
}, },
"VarTable": {
"type": "list",
"value": [
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "X4_L_USE_AMBIENT_CIVILIZED"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 1
}
}
]
},
"WalkRate": { "WalkRate": {
"type": "int", "type": "int",
"value": 4 "value": 4

View File

@ -1755,6 +1755,36 @@
"type": "int", "type": "int",
"value": 1 "value": 1
} }
},
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "X2_L_BEH_COMPASSION"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 80
}
},
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "X2_L_BEH_MAGIC"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 60
}
} }
] ]
}, },

View File

@ -2,7 +2,7 @@
"__data_type": "UTC ", "__data_type": "UTC ",
"Appearance_Type": { "Appearance_Type": {
"type": "word", "type": "word",
"value": 44 "value": 15044
}, },
"BodyBag": { "BodyBag": {
"type": "byte", "type": "byte",
@ -14,7 +14,7 @@
}, },
"ChallengeRating": { "ChallengeRating": {
"type": "float", "type": "float",
"value": 29.0 "value": 33.0
}, },
"ClassList": { "ClassList": {
"type": "list", "type": "list",
@ -27,7 +27,7 @@
}, },
"ClassLevel": { "ClassLevel": {
"type": "short", "type": "short",
"value": 20 "value": 5
} }
}, },
{ {
@ -49,7 +49,7 @@
}, },
"ClassLevel": { "ClassLevel": {
"type": "short", "type": "short",
"value": 20 "value": 5
} }
} }
] ]
@ -68,11 +68,11 @@
}, },
"CRAdjust": { "CRAdjust": {
"type": "int", "type": "int",
"value": -32 "value": 0
}, },
"CurrentHitPoints": { "CurrentHitPoints": {
"type": "short", "type": "short",
"value": 952 "value": 525
}, },
"DecayTime": { "DecayTime": {
"type": "dword", "type": "dword",
@ -88,7 +88,7 @@
}, },
"Dex": { "Dex": {
"type": "byte", "type": "byte",
"value": 20 "value": 22
}, },
"Disarmable": { "Disarmable": {
"type": "byte", "type": "byte",
@ -443,11 +443,11 @@
}, },
"HitPoints": { "HitPoints": {
"type": "short", "type": "short",
"value": 952 "value": 525
}, },
"Int": { "Int": {
"type": "byte", "type": "byte",
"value": 13 "value": 14
}, },
"Interruptable": { "Interruptable": {
"type": "byte", "type": "byte",
@ -497,11 +497,11 @@
}, },
"MaxHitPoints": { "MaxHitPoints": {
"type": "short", "type": "short",
"value": 1557 "value": 800
}, },
"NaturalAC": { "NaturalAC": {
"type": "byte", "type": "byte",
"value": 31 "value": 20
}, },
"NoPermDeath": { "NoPermDeath": {
"type": "byte", "type": "byte",
@ -525,7 +525,7 @@
}, },
"PortraitId": { "PortraitId": {
"type": "word", "type": "word",
"value": 199 "value": 191
}, },
"Race": { "Race": {
"type": "byte", "type": "byte",
@ -867,7 +867,7 @@
}, },
"SoundSetFile": { "SoundSetFile": {
"type": "word", "type": "word",
"value": 29 "value": 30
}, },
"SpecAbilityList": { "SpecAbilityList": {
"type": "list", "type": "list",
@ -970,7 +970,7 @@
}, },
"Str": { "Str": {
"type": "byte", "type": "byte",
"value": 35 "value": 34
}, },
"Subrace": { "Subrace": {
"type": "cexostring", "type": "cexostring",

View File

@ -2,7 +2,7 @@
"__data_type": "UTC ", "__data_type": "UTC ",
"Appearance_Head": { "Appearance_Head": {
"type": "byte", "type": "byte",
"value": 13 "value": 12
}, },
"Appearance_Type": { "Appearance_Type": {
"type": "word", "type": "word",
@ -90,7 +90,7 @@
}, },
"ChallengeRating": { "ChallengeRating": {
"type": "float", "type": "float",
"value": 5.0 "value": 30.0
}, },
"ClassList": { "ClassList": {
"type": "list", "type": "list",
@ -103,7 +103,252 @@
}, },
"ClassLevel": { "ClassLevel": {
"type": "short", "type": "short",
"value": 14 "value": 20
},
"MemorizedList1": {
"type": "list",
"value": [
{
"__struct_id": 3,
"Spell": {
"type": "word",
"value": 32
},
"SpellFlags": {
"type": "byte",
"value": 1
},
"SpellMetaMagic": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 3,
"Spell": {
"type": "word",
"value": 53
},
"SpellFlags": {
"type": "byte",
"value": 1
},
"SpellMetaMagic": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 3,
"Spell": {
"type": "word",
"value": 66
},
"SpellFlags": {
"type": "byte",
"value": 1
},
"SpellMetaMagic": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 3,
"Spell": {
"type": "word",
"value": 452
},
"SpellFlags": {
"type": "byte",
"value": 1
},
"SpellMetaMagic": {
"type": "byte",
"value": 0
}
}
]
},
"MemorizedList2": {
"type": "list",
"value": [
{
"__struct_id": 3,
"Spell": {
"type": "word",
"value": 13
},
"SpellFlags": {
"type": "byte",
"value": 1
},
"SpellMetaMagic": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 3,
"Spell": {
"type": "word",
"value": 420
},
"SpellFlags": {
"type": "byte",
"value": 1
},
"SpellMetaMagic": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 3,
"Spell": {
"type": "word",
"value": 137
},
"SpellFlags": {
"type": "byte",
"value": 1
},
"SpellMetaMagic": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 3,
"Spell": {
"type": "word",
"value": 165
},
"SpellFlags": {
"type": "byte",
"value": 1
},
"SpellMetaMagic": {
"type": "byte",
"value": 0
}
}
]
},
"MemorizedList3": {
"type": "list",
"value": [
{
"__struct_id": 3,
"Spell": {
"type": "word",
"value": 34
},
"SpellFlags": {
"type": "byte",
"value": 1
},
"SpellMetaMagic": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 3,
"Spell": {
"type": "word",
"value": 453
},
"SpellFlags": {
"type": "byte",
"value": 1
},
"SpellMetaMagic": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 3,
"Spell": {
"type": "word",
"value": 91
},
"SpellFlags": {
"type": "byte",
"value": 1
},
"SpellMetaMagic": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 3,
"Spell": {
"type": "word",
"value": 176
},
"SpellFlags": {
"type": "byte",
"value": 1
},
"SpellMetaMagic": {
"type": "byte",
"value": 0
}
}
]
},
"MemorizedList4": {
"type": "list",
"value": [
{
"__struct_id": 3,
"Spell": {
"type": "word",
"value": 62
},
"SpellFlags": {
"type": "byte",
"value": 1
},
"SpellMetaMagic": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 3,
"Spell": {
"type": "word",
"value": 130
},
"SpellFlags": {
"type": "byte",
"value": 1
},
"SpellMetaMagic": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 3,
"Spell": {
"type": "word",
"value": 177
},
"SpellFlags": {
"type": "byte",
"value": 1
},
"SpellMetaMagic": {
"type": "byte",
"value": 0
}
}
]
} }
} }
] ]
@ -138,11 +383,11 @@
}, },
"CRAdjust": { "CRAdjust": {
"type": "int", "type": "int",
"value": -9 "value": 11
}, },
"CurrentHitPoints": { "CurrentHitPoints": {
"type": "short", "type": "short",
"value": 120 "value": 153
}, },
"DecayTime": { "DecayTime": {
"type": "dword", "type": "dword",
@ -158,7 +403,7 @@
}, },
"Dex": { "Dex": {
"type": "byte", "type": "byte",
"value": 22 "value": 24
}, },
"Disarmable": { "Disarmable": {
"type": "byte", "type": "byte",
@ -178,7 +423,7 @@
"__struct_id": 16, "__struct_id": 16,
"EquippedRes": { "EquippedRes": {
"type": "resref", "type": "resref",
"value": "nw_wbwmln010" "value": "nw_wbwmln011"
} }
}, },
{ {
@ -204,6 +449,13 @@
"value": 0 "value": 0
} }
}, },
{
"__struct_id": 1,
"Feat": {
"type": "word",
"value": 2931
}
},
{ {
"__struct_id": 1, "__struct_id": 1,
"Feat": { "Feat": {
@ -267,6 +519,34 @@
"value": 374 "value": 374
} }
}, },
{
"__struct_id": 1,
"Feat": {
"type": "word",
"value": 584
}
},
{
"__struct_id": 1,
"Feat": {
"type": "word",
"value": 587
}
},
{
"__struct_id": 1,
"Feat": {
"type": "word",
"value": 631
}
},
{
"__struct_id": 1,
"Feat": {
"type": "word",
"value": 636
}
},
{ {
"__struct_id": 1, "__struct_id": 1,
"Feat": { "Feat": {
@ -506,7 +786,7 @@
}, },
"HitPoints": { "HitPoints": {
"type": "short", "type": "short",
"value": 120 "value": 153
}, },
"Int": { "Int": {
"type": "byte", "type": "byte",
@ -531,7 +811,7 @@
"__struct_id": 0, "__struct_id": 0,
"InventoryRes": { "InventoryRes": {
"type": "resref", "type": "resref",
"value": "nw_wswss001" "value": "nw_wamar001"
}, },
"Repos_PosX": { "Repos_PosX": {
"type": "word", "type": "word",
@ -541,6 +821,21 @@
"type": "word", "type": "word",
"value": 0 "value": 0
} }
},
{
"__struct_id": 1,
"InventoryRes": {
"type": "resref",
"value": "nw_wswmss002"
},
"Repos_PosX": {
"type": "word",
"value": 1
},
"Repos_Posy": {
"type": "word",
"value": 0
}
} }
] ]
}, },
@ -560,7 +855,7 @@
}, },
"MaxHitPoints": { "MaxHitPoints": {
"type": "short", "type": "short",
"value": 232 "value": 313
}, },
"NaturalAC": { "NaturalAC": {
"type": "byte", "type": "byte",
@ -657,14 +952,14 @@
"__struct_id": 0, "__struct_id": 0,
"Rank": { "Rank": {
"type": "byte", "type": "byte",
"value": 20 "value": 23
} }
}, },
{ {
"__struct_id": 0, "__struct_id": 0,
"Rank": { "Rank": {
"type": "byte", "type": "byte",
"value": 11 "value": 17
} }
}, },
{ {
@ -685,14 +980,14 @@
"__struct_id": 0, "__struct_id": 0,
"Rank": { "Rank": {
"type": "byte", "type": "byte",
"value": 11 "value": 17
} }
}, },
{ {
"__struct_id": 0, "__struct_id": 0,
"Rank": { "Rank": {
"type": "byte", "type": "byte",
"value": 11 "value": 17
} }
}, },
{ {
@ -706,7 +1001,7 @@
"__struct_id": 0, "__struct_id": 0,
"Rank": { "Rank": {
"type": "byte", "type": "byte",
"value": 11 "value": 17
} }
}, },
{ {
@ -755,14 +1050,14 @@
"__struct_id": 0, "__struct_id": 0,
"Rank": { "Rank": {
"type": "byte", "type": "byte",
"value": 11 "value": 17
} }
}, },
{ {
"__struct_id": 0, "__struct_id": 0,
"Rank": { "Rank": {
"type": "byte", "type": "byte",
"value": 11 "value": 17
} }
}, },
{ {
@ -811,7 +1106,7 @@
"__struct_id": 0, "__struct_id": 0,
"Rank": { "Rank": {
"type": "byte", "type": "byte",
"value": 11 "value": 17
} }
}, },
{ {
@ -839,7 +1134,7 @@
"__struct_id": 0, "__struct_id": 0,
"Rank": { "Rank": {
"type": "byte", "type": "byte",
"value": 11 "value": 14
} }
}, },
{ {
@ -982,7 +1277,7 @@
}, },
"xAppearance_Head": { "xAppearance_Head": {
"type": "word", "type": "word",
"value": 13 "value": 12
}, },
"xArmorPart_RFoot": { "xArmorPart_RFoot": {
"type": "word", "type": "word",

View File

@ -14,7 +14,7 @@
}, },
"ChallengeRating": { "ChallengeRating": {
"type": "float", "type": "float",
"value": 24.0 "value": 30.0
}, },
"ClassList": { "ClassList": {
"type": "list", "type": "list",
@ -57,7 +57,7 @@
}, },
"CRAdjust": { "CRAdjust": {
"type": "int", "type": "int",
"value": -24 "value": -18
}, },
"CurrentHitPoints": { "CurrentHitPoints": {
"type": "short", "type": "short",

View File

@ -90,7 +90,7 @@
}, },
"ChallengeRating": { "ChallengeRating": {
"type": "float", "type": "float",
"value": 6.0 "value": 28.0
}, },
"ClassList": { "ClassList": {
"type": "list", "type": "list",
@ -103,7 +103,7 @@
}, },
"ClassLevel": { "ClassLevel": {
"type": "short", "type": "short",
"value": 15 "value": 20
} }
} }
] ]
@ -138,11 +138,11 @@
}, },
"CRAdjust": { "CRAdjust": {
"type": "int", "type": "int",
"value": -18 "value": 0
}, },
"CurrentHitPoints": { "CurrentHitPoints": {
"type": "short", "type": "short",
"value": 316 "value": 343
}, },
"DecayTime": { "DecayTime": {
"type": "dword", "type": "dword",
@ -232,6 +232,13 @@
"value": 4 "value": 4
} }
}, },
{
"__struct_id": 1,
"Feat": {
"type": "word",
"value": 408
}
},
{ {
"__struct_id": 1, "__struct_id": 1,
"Feat": { "Feat": {
@ -274,6 +281,13 @@
"value": 14 "value": 14
} }
}, },
{
"__struct_id": 1,
"Feat": {
"type": "word",
"value": 69
}
},
{ {
"__struct_id": 1, "__struct_id": 1,
"Feat": { "Feat": {
@ -288,6 +302,20 @@
"value": 68 "value": 68
} }
}, },
{
"__struct_id": 1,
"Feat": {
"type": "word",
"value": 66
}
},
{
"__struct_id": 1,
"Feat": {
"type": "word",
"value": 377
}
},
{ {
"__struct_id": 1, "__struct_id": 1,
"Feat": { "Feat": {
@ -394,7 +422,7 @@
}, },
"HitPoints": { "HitPoints": {
"type": "short", "type": "short",
"value": 316 "value": 343
}, },
"Int": { "Int": {
"type": "byte", "type": "byte",
@ -428,7 +456,7 @@
}, },
"MaxHitPoints": { "MaxHitPoints": {
"type": "short", "type": "short",
"value": 376 "value": 423
}, },
"NaturalAC": { "NaturalAC": {
"type": "byte", "type": "byte",
@ -546,7 +574,7 @@
"__struct_id": 0, "__struct_id": 0,
"Rank": { "Rank": {
"type": "byte", "type": "byte",
"value": 18 "value": 23
} }
}, },
{ {
@ -810,7 +838,7 @@
}, },
"Str": { "Str": {
"type": "byte", "type": "byte",
"value": 21 "value": 23
}, },
"Subrace": { "Subrace": {
"type": "cexostring", "type": "cexostring",

File diff suppressed because it is too large Load Diff

View File

@ -793,7 +793,7 @@
"__struct_id": 0, "__struct_id": 0,
"Name": { "Name": {
"type": "cexostring", "type": "cexostring",
"value": "X2_L_SPAWN_USE_AMBIENT" "value": "X4_L_USE_AMBIENT_CIVILIZED"
}, },
"Type": { "Type": {
"type": "dword", "type": "dword",

View File

@ -671,7 +671,7 @@
"__struct_id": 0, "__struct_id": 0,
"Name": { "Name": {
"type": "cexostring", "type": "cexostring",
"value": "X2_L_SPAWN_USE_AMBIENT" "value": "X4_L_USE_AMBIENT_CIVILIZED"
}, },
"Type": { "Type": {
"type": "dword", "type": "dword",

View File

@ -664,6 +664,26 @@
"type": "resref", "type": "resref",
"value": "portcommoner" "value": "portcommoner"
}, },
"VarTable": {
"type": "list",
"value": [
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "X4_L_USE_AMBIENT_CIVILIZED"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 1
}
}
]
},
"WalkRate": { "WalkRate": {
"type": "int", "type": "int",
"value": 4 "value": 4

View File

@ -563,6 +563,26 @@
"type": "resref", "type": "resref",
"value": "prostitute" "value": "prostitute"
}, },
"VarTable": {
"type": "list",
"value": [
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "X4_L_USE_AMBIENT_CIVILIZED"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 1
}
}
]
},
"WalkRate": { "WalkRate": {
"type": "int", "type": "int",
"value": 7 "value": 7

View File

@ -2,7 +2,7 @@
"__data_type": "UTC ", "__data_type": "UTC ",
"Appearance_Head": { "Appearance_Head": {
"type": "byte", "type": "byte",
"value": 2 "value": 4
}, },
"Appearance_Type": { "Appearance_Type": {
"type": "word", "type": "word",
@ -90,7 +90,7 @@
}, },
"ChallengeRating": { "ChallengeRating": {
"type": "float", "type": "float",
"value": 47.0 "value": 90.0
}, },
"ClassList": { "ClassList": {
"type": "list", "type": "list",
@ -929,6 +929,26 @@
} }
} }
] ]
},
"MemorizedList9": {
"type": "list",
"value": [
{
"__struct_id": 3,
"Spell": {
"type": "word",
"value": 48
},
"SpellFlags": {
"type": "byte",
"value": 1
},
"SpellMetaMagic": {
"type": "byte",
"value": 0
}
}
]
} }
}, },
{ {
@ -946,11 +966,11 @@
}, },
"Color_Hair": { "Color_Hair": {
"type": "byte", "type": "byte",
"value": 18 "value": 154
}, },
"Color_Skin": { "Color_Skin": {
"type": "byte", "type": "byte",
"value": 12 "value": 2
}, },
"Color_Tattoo1": { "Color_Tattoo1": {
"type": "byte", "type": "byte",
@ -966,7 +986,7 @@
}, },
"Con": { "Con": {
"type": "byte", "type": "byte",
"value": 17 "value": 16
}, },
"Conversation": { "Conversation": {
"type": "resref", "type": "resref",
@ -974,7 +994,7 @@
}, },
"CRAdjust": { "CRAdjust": {
"type": "int", "type": "int",
"value": -88 "value": -45
}, },
"CurrentHitPoints": { "CurrentHitPoints": {
"type": "short", "type": "short",
@ -1404,13 +1424,6 @@
"value": 136 "value": 136
} }
}, },
{
"__struct_id": 1,
"Feat": {
"type": "word",
"value": 339
}
},
{ {
"__struct_id": 1, "__struct_id": 1,
"Feat": { "Feat": {
@ -1444,7 +1457,7 @@
}, },
"Int": { "Int": {
"type": "byte", "type": "byte",
"value": 13 "value": 14
}, },
"Interruptable": { "Interruptable": {
"type": "byte", "type": "byte",
@ -1627,7 +1640,7 @@
}, },
"PortraitId": { "PortraitId": {
"type": "word", "type": "word",
"value": 947 "value": 80
}, },
"Race": { "Race": {
"type": "byte", "type": "byte",
@ -1969,7 +1982,7 @@
}, },
"SoundSetFile": { "SoundSetFile": {
"type": "word", "type": "word",
"value": 444 "value": 220
}, },
"SpecAbilityList": { "SpecAbilityList": {
"type": "list", "type": "list",
@ -2072,7 +2085,7 @@
}, },
"Str": { "Str": {
"type": "byte", "type": "byte",
"value": 16 "value": 24
}, },
"Subrace": { "Subrace": {
"type": "cexostring", "type": "cexostring",
@ -2094,6 +2107,26 @@
"type": "resref", "type": "resref",
"value": "sila" "value": "sila"
}, },
"VarTable": {
"type": "list",
"value": [
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "70_ALLOW_SHAPECHANGE"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 1
}
}
]
},
"WalkRate": { "WalkRate": {
"type": "int", "type": "int",
"value": 4 "value": 4
@ -2108,11 +2141,11 @@
}, },
"Wis": { "Wis": {
"type": "byte", "type": "byte",
"value": 25 "value": 26
}, },
"xAppearance_Head": { "xAppearance_Head": {
"type": "word", "type": "word",
"value": 2 "value": 4
}, },
"xArmorPart_RFoot": { "xArmorPart_RFoot": {
"type": "word", "type": "word",

View File

@ -707,7 +707,7 @@
}, },
"SoundSetFile": { "SoundSetFile": {
"type": "word", "type": "word",
"value": 0 "value": 177
}, },
"SpecAbilityList": { "SpecAbilityList": {
"type": "list", "type": "list",
@ -741,6 +741,41 @@
"type": "resref", "type": "resref",
"value": "slumresident" "value": "slumresident"
}, },
"VarTable": {
"type": "list",
"value": [
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "X4_L_USE_AMBIENT_CIVILIZED"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 1
}
},
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "X2_L_SPAWN_USE_AMBIENT"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 1
}
}
]
},
"WalkRate": { "WalkRate": {
"type": "int", "type": "int",
"value": 4 "value": 4

View File

@ -707,7 +707,7 @@
}, },
"SoundSetFile": { "SoundSetFile": {
"type": "word", "type": "word",
"value": 0 "value": 221
}, },
"SpecAbilityList": { "SpecAbilityList": {
"type": "list", "type": "list",
@ -741,6 +741,41 @@
"type": "resref", "type": "resref",
"value": "slumresident001" "value": "slumresident001"
}, },
"VarTable": {
"type": "list",
"value": [
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "X4_L_USE_AMBIENT_CIVILIZED"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 1
}
},
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "X2_L_SPAWN_USE_AMBIENT"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 1
}
}
]
},
"WalkRate": { "WalkRate": {
"type": "int", "type": "int",
"value": 4 "value": 4

View File

@ -707,7 +707,7 @@
}, },
"SoundSetFile": { "SoundSetFile": {
"type": "word", "type": "word",
"value": 0 "value": 358
}, },
"SpecAbilityList": { "SpecAbilityList": {
"type": "list", "type": "list",
@ -741,6 +741,41 @@
"type": "resref", "type": "resref",
"value": "slumresident002" "value": "slumresident002"
}, },
"VarTable": {
"type": "list",
"value": [
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "X4_L_USE_AMBIENT_CIVILIZED"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 1
}
},
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "X2_L_SPAWN_USE_AMBIENT"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 1
}
}
]
},
"WalkRate": { "WalkRate": {
"type": "int", "type": "int",
"value": 4 "value": 4

View File

@ -2,11 +2,11 @@
"__data_type": "UTC ", "__data_type": "UTC ",
"Appearance_Head": { "Appearance_Head": {
"type": "byte", "type": "byte",
"value": 27 "value": 11
}, },
"Appearance_Type": { "Appearance_Type": {
"type": "word", "type": "word",
"value": 6 "value": 4
}, },
"ArmorPart_RFoot": { "ArmorPart_RFoot": {
"type": "byte", "type": "byte",
@ -54,7 +54,7 @@
}, },
"BodyPart_Pelvis": { "BodyPart_Pelvis": {
"type": "byte", "type": "byte",
"value": 2 "value": 1
}, },
"BodyPart_RBicep": { "BodyPart_RBicep": {
"type": "byte", "type": "byte",
@ -82,7 +82,7 @@
}, },
"BodyPart_Torso": { "BodyPart_Torso": {
"type": "byte", "type": "byte",
"value": 2 "value": 1
}, },
"Cha": { "Cha": {
"type": "byte", "type": "byte",
@ -90,7 +90,7 @@
}, },
"ChallengeRating": { "ChallengeRating": {
"type": "float", "type": "float",
"value": 37.0 "value": 124.0
}, },
"ClassList": { "ClassList": {
"type": "list", "type": "list",
@ -103,7 +103,7 @@
}, },
"ClassLevel": { "ClassLevel": {
"type": "short", "type": "short",
"value": 20 "value": 10
}, },
"MemorizedList2": { "MemorizedList2": {
"type": "list", "type": "list",
@ -671,19 +671,19 @@
}, },
"Color_Hair": { "Color_Hair": {
"type": "byte", "type": "byte",
"value": 29 "value": 18
}, },
"Color_Skin": { "Color_Skin": {
"type": "byte", "type": "byte",
"value": 45 "value": 169
}, },
"Color_Tattoo1": { "Color_Tattoo1": {
"type": "byte", "type": "byte",
"value": 55 "value": 1
}, },
"Color_Tattoo2": { "Color_Tattoo2": {
"type": "byte", "type": "byte",
"value": 45 "value": 1
}, },
"Comment": { "Comment": {
"type": "cexostring", "type": "cexostring",
@ -699,7 +699,7 @@
}, },
"CRAdjust": { "CRAdjust": {
"type": "int", "type": "int",
"value": -92 "value": 0
}, },
"CurrentHitPoints": { "CurrentHitPoints": {
"type": "short", "type": "short",
@ -1120,7 +1120,7 @@
}, },
"MaxHitPoints": { "MaxHitPoints": {
"type": "short", "type": "short",
"value": 1000 "value": 960
}, },
"NaturalAC": { "NaturalAC": {
"type": "byte", "type": "byte",
@ -1148,7 +1148,7 @@
}, },
"PortraitId": { "PortraitId": {
"type": "word", "type": "word",
"value": 187 "value": 92
}, },
"Race": { "Race": {
"type": "byte", "type": "byte",
@ -1490,7 +1490,7 @@
}, },
"SoundSetFile": { "SoundSetFile": {
"type": "word", "type": "word",
"value": 396 "value": 361
}, },
"SpecAbilityList": { "SpecAbilityList": {
"type": "list", "type": "list",
@ -1623,7 +1623,7 @@
}, },
"Str": { "Str": {
"type": "byte", "type": "byte",
"value": 25 "value": 26
}, },
"Subrace": { "Subrace": {
"type": "cexostring", "type": "cexostring",
@ -1647,7 +1647,7 @@
}, },
"WalkRate": { "WalkRate": {
"type": "int", "type": "int",
"value": 5 "value": 7
}, },
"willbonus": { "willbonus": {
"type": "short", "type": "short",
@ -1655,7 +1655,7 @@
}, },
"Wings_New": { "Wings_New": {
"type": "dword", "type": "dword",
"value": 4 "value": 0
}, },
"Wis": { "Wis": {
"type": "byte", "type": "byte",
@ -1663,7 +1663,7 @@
}, },
"xAppearance_Head": { "xAppearance_Head": {
"type": "word", "type": "word",
"value": 27 "value": 11
}, },
"xArmorPart_RFoot": { "xArmorPart_RFoot": {
"type": "word", "type": "word",
@ -1707,7 +1707,7 @@
}, },
"xBodyPart_Pelvis": { "xBodyPart_Pelvis": {
"type": "word", "type": "word",
"value": 2 "value": 1
}, },
"xBodyPart_RBicep": { "xBodyPart_RBicep": {
"type": "word", "type": "word",
@ -1735,6 +1735,6 @@
}, },
"xBodyPart_Torso": { "xBodyPart_Torso": {
"type": "word", "type": "word",
"value": 2 "value": 1
} }
} }

View File

@ -1,96 +1,20 @@
{ {
"__data_type": "UTC ", "__data_type": "UTC ",
"Appearance_Head": {
"type": "byte",
"value": 2
},
"Appearance_Type": { "Appearance_Type": {
"type": "word", "type": "word",
"value": 6 "value": 74
},
"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": 20 "value": 20
}, },
"ChallengeRating": { "ChallengeRating": {
"type": "float", "type": "float",
"value": 21.0 "value": 34.0
}, },
"ClassList": { "ClassList": {
"type": "list", "type": "list",
@ -119,22 +43,6 @@
} }
] ]
}, },
"Color_Hair": {
"type": "byte",
"value": 1
},
"Color_Skin": {
"type": "byte",
"value": 20
},
"Color_Tattoo1": {
"type": "byte",
"value": 1
},
"Color_Tattoo2": {
"type": "byte",
"value": 1
},
"Comment": { "Comment": {
"type": "cexostring", "type": "cexostring",
"value": "Bridge of sorrows" "value": "Bridge of sorrows"
@ -149,11 +57,11 @@
}, },
"CRAdjust": { "CRAdjust": {
"type": "int", "type": "int",
"value": -31 "value": 4
}, },
"CurrentHitPoints": { "CurrentHitPoints": {
"type": "short", "type": "short",
"value": 40 "value": 60
}, },
"DecayTime": { "DecayTime": {
"type": "dword", "type": "dword",
@ -178,13 +86,6 @@
"Equip_ItemList": { "Equip_ItemList": {
"type": "list", "type": "list",
"value": [ "value": [
{
"__struct_id": 2,
"EquippedRes": {
"type": "resref",
"value": "srguardrobes"
}
},
{ {
"__struct_id": 128, "__struct_id": 128,
"EquippedRes": { "EquippedRes": {
@ -217,7 +118,7 @@
"__struct_id": 131072, "__struct_id": 131072,
"EquippedRes": { "EquippedRes": {
"type": "resref", "type": "resref",
"value": "it_creitemunh001" "value": "greaterwraith007"
} }
} }
] ]
@ -524,7 +425,7 @@
}, },
"HitPoints": { "HitPoints": {
"type": "short", "type": "short",
"value": 40 "value": 60
}, },
"Int": { "Int": {
"type": "byte", "type": "byte",
@ -558,7 +459,7 @@
}, },
"MaxHitPoints": { "MaxHitPoints": {
"type": "short", "type": "short",
"value": 200 "value": 220
}, },
"NaturalAC": { "NaturalAC": {
"type": "byte", "type": "byte",
@ -570,7 +471,7 @@
}, },
"PaletteID": { "PaletteID": {
"type": "byte", "type": "byte",
"value": 29 "value": 27
}, },
"PerceptionRange": { "PerceptionRange": {
"type": "byte", "type": "byte",
@ -586,7 +487,7 @@
}, },
"PortraitId": { "PortraitId": {
"type": "word", "type": "word",
"value": 310 "value": 211
}, },
"Race": { "Race": {
"type": "byte", "type": "byte",
@ -928,7 +829,7 @@
}, },
"SoundSetFile": { "SoundSetFile": {
"type": "word", "type": "word",
"value": 96 "value": 40
}, },
"SpecAbilityList": { "SpecAbilityList": {
"type": "list", "type": "list",
@ -995,7 +896,7 @@
}, },
"WalkRate": { "WalkRate": {
"type": "int", "type": "int",
"value": 5 "value": 7
}, },
"willbonus": { "willbonus": {
"type": "short", "type": "short",
@ -1008,81 +909,5 @@
"Wis": { "Wis": {
"type": "byte", "type": "byte",
"value": 20 "value": 20
},
"xAppearance_Head": {
"type": "word",
"value": 2
},
"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
} }
} }

View File

@ -14,7 +14,7 @@
}, },
"ChallengeRating": { "ChallengeRating": {
"type": "float", "type": "float",
"value": 14.0 "value": 19.0
}, },
"ClassList": { "ClassList": {
"type": "list", "type": "list",
@ -27,7 +27,7 @@
}, },
"ClassLevel": { "ClassLevel": {
"type": "short", "type": "short",
"value": 15 "value": 3
} }
}, },
{ {
@ -57,7 +57,7 @@
}, },
"CRAdjust": { "CRAdjust": {
"type": "int", "type": "int",
"value": -10 "value": 0
}, },
"CurrentHitPoints": { "CurrentHitPoints": {
"type": "short", "type": "short",
@ -275,6 +275,10 @@
"value": [ "value": [
{ {
"__struct_id": 0, "__struct_id": 0,
"Dropable": {
"type": "byte",
"value": 1
},
"InventoryRes": { "InventoryRes": {
"type": "resref", "type": "resref",
"value": "x0_it_msmlmisc06" "value": "x0_it_msmlmisc06"
@ -304,7 +308,7 @@
}, },
"MaxHitPoints": { "MaxHitPoints": {
"type": "short", "type": "short",
"value": 264 "value": 216
}, },
"NaturalAC": { "NaturalAC": {
"type": "byte", "type": "byte",

View File

@ -14,7 +14,7 @@
}, },
"ChallengeRating": { "ChallengeRating": {
"type": "float", "type": "float",
"value": 25.0 "value": 41.0
}, },
"ClassList": { "ClassList": {
"type": "list", "type": "list",
@ -27,7 +27,7 @@
}, },
"ClassLevel": { "ClassLevel": {
"type": "short", "type": "short",
"value": 20 "value": 10
} }
}, },
{ {
@ -49,7 +49,7 @@
}, },
"ClassLevel": { "ClassLevel": {
"type": "short", "type": "short",
"value": 10 "value": 5
} }
} }
] ]
@ -68,7 +68,7 @@
}, },
"CRAdjust": { "CRAdjust": {
"type": "int", "type": "int",
"value": -9 "value": 13
}, },
"CurrentHitPoints": { "CurrentHitPoints": {
"type": "short", "type": "short",
@ -616,7 +616,7 @@
}, },
"MaxHitPoints": { "MaxHitPoints": {
"type": "short", "type": "short",
"value": 470 "value": 350
}, },
"NaturalAC": { "NaturalAC": {
"type": "byte", "type": "byte",

View File

@ -0,0 +1,248 @@
{
"__data_type": "UTI ",
"AddCost": {
"type": "dword",
"value": 0
},
"ArmorPart_Belt": {
"type": "byte",
"value": 11
},
"ArmorPart_LBicep": {
"type": "byte",
"value": 3
},
"ArmorPart_LFArm": {
"type": "byte",
"value": 9
},
"ArmorPart_LFoot": {
"type": "byte",
"value": 7
},
"ArmorPart_LHand": {
"type": "byte",
"value": 8
},
"ArmorPart_LShin": {
"type": "byte",
"value": 3
},
"ArmorPart_LShoul": {
"type": "byte",
"value": 4
},
"ArmorPart_LThigh": {
"type": "byte",
"value": 3
},
"ArmorPart_Neck": {
"type": "byte",
"value": 1
},
"ArmorPart_Pelvis": {
"type": "byte",
"value": 3
},
"ArmorPart_RBicep": {
"type": "byte",
"value": 3
},
"ArmorPart_RFArm": {
"type": "byte",
"value": 9
},
"ArmorPart_RFoot": {
"type": "byte",
"value": 7
},
"ArmorPart_RHand": {
"type": "byte",
"value": 8
},
"ArmorPart_Robe": {
"type": "byte",
"value": 15
},
"ArmorPart_RShin": {
"type": "byte",
"value": 3
},
"ArmorPart_RShoul": {
"type": "byte",
"value": 4
},
"ArmorPart_RThigh": {
"type": "byte",
"value": 3
},
"ArmorPart_Torso": {
"type": "byte",
"value": 19
},
"BaseItem": {
"type": "int",
"value": 16
},
"Charges": {
"type": "byte",
"value": 0
},
"Cloth1Color": {
"type": "byte",
"value": 25
},
"Cloth2Color": {
"type": "byte",
"value": 54
},
"Comment": {
"type": "cexostring",
"value": "1"
},
"Cost": {
"type": "dword",
"value": 1
},
"Cursed": {
"type": "byte",
"value": 0
},
"DescIdentified": {
"type": "cexolocstring",
"value": {}
},
"Description": {
"type": "cexolocstring",
"value": {}
},
"Identified": {
"type": "byte",
"value": 1
},
"Leather1Color": {
"type": "byte",
"value": 25
},
"Leather2Color": {
"type": "byte",
"value": 25
},
"LocalizedName": {
"id": 12921,
"type": "cexolocstring",
"value": {}
},
"Metal1Color": {
"type": "byte",
"value": 29
},
"Metal2Color": {
"type": "byte",
"value": 48
},
"PaletteID": {
"type": "byte",
"value": 5
},
"Plot": {
"type": "byte",
"value": 0
},
"PropertiesList": {
"type": "list",
"value": []
},
"StackSize": {
"type": "word",
"value": 1
},
"Stolen": {
"type": "byte",
"value": 0
},
"Tag": {
"type": "cexostring",
"value": "NW_CLOTH020"
},
"TemplateResRef": {
"type": "resref",
"value": "cloth021"
},
"xArmorPart_Belt": {
"type": "word",
"value": 11
},
"xArmorPart_LBice": {
"type": "word",
"value": 3
},
"xArmorPart_LFArm": {
"type": "word",
"value": 9
},
"xArmorPart_LFoot": {
"type": "word",
"value": 7
},
"xArmorPart_LHand": {
"type": "word",
"value": 8
},
"xArmorPart_LShin": {
"type": "word",
"value": 3
},
"xArmorPart_LShou": {
"type": "word",
"value": 4
},
"xArmorPart_LThig": {
"type": "word",
"value": 3
},
"xArmorPart_Neck": {
"type": "word",
"value": 1
},
"xArmorPart_Pelvi": {
"type": "word",
"value": 3
},
"xArmorPart_RBice": {
"type": "word",
"value": 3
},
"xArmorPart_RFArm": {
"type": "word",
"value": 9
},
"xArmorPart_RFoot": {
"type": "word",
"value": 7
},
"xArmorPart_RHand": {
"type": "word",
"value": 8
},
"xArmorPart_Robe": {
"type": "word",
"value": 15
},
"xArmorPart_RShin": {
"type": "word",
"value": 3
},
"xArmorPart_RShou": {
"type": "word",
"value": 4
},
"xArmorPart_RThig": {
"type": "word",
"value": 3
},
"xArmorPart_Torso": {
"type": "word",
"value": 19
}
}

View File

@ -0,0 +1,248 @@
{
"__data_type": "UTI ",
"AddCost": {
"type": "dword",
"value": 0
},
"ArmorPart_Belt": {
"type": "byte",
"value": 0
},
"ArmorPart_LBicep": {
"type": "byte",
"value": 1
},
"ArmorPart_LFArm": {
"type": "byte",
"value": 1
},
"ArmorPart_LFoot": {
"type": "byte",
"value": 6
},
"ArmorPart_LHand": {
"type": "byte",
"value": 1
},
"ArmorPart_LShin": {
"type": "byte",
"value": 9
},
"ArmorPart_LShoul": {
"type": "byte",
"value": 0
},
"ArmorPart_LThigh": {
"type": "byte",
"value": 3
},
"ArmorPart_Neck": {
"type": "byte",
"value": 1
},
"ArmorPart_Pelvis": {
"type": "byte",
"value": 37
},
"ArmorPart_RBicep": {
"type": "byte",
"value": 1
},
"ArmorPart_RFArm": {
"type": "byte",
"value": 1
},
"ArmorPart_RFoot": {
"type": "byte",
"value": 6
},
"ArmorPart_RHand": {
"type": "byte",
"value": 1
},
"ArmorPart_Robe": {
"type": "byte",
"value": 242
},
"ArmorPart_RShin": {
"type": "byte",
"value": 9
},
"ArmorPart_RShoul": {
"type": "byte",
"value": 0
},
"ArmorPart_RThigh": {
"type": "byte",
"value": 3
},
"ArmorPart_Torso": {
"type": "byte",
"value": 39
},
"BaseItem": {
"type": "int",
"value": 16
},
"Charges": {
"type": "byte",
"value": 0
},
"Cloth1Color": {
"type": "byte",
"value": 7
},
"Cloth2Color": {
"type": "byte",
"value": 34
},
"Comment": {
"type": "cexostring",
"value": "1"
},
"Cost": {
"type": "dword",
"value": 1
},
"Cursed": {
"type": "byte",
"value": 0
},
"DescIdentified": {
"type": "cexolocstring",
"value": {}
},
"Description": {
"type": "cexolocstring",
"value": {}
},
"Identified": {
"type": "byte",
"value": 1
},
"Leather1Color": {
"type": "byte",
"value": 7
},
"Leather2Color": {
"type": "byte",
"value": 4
},
"LocalizedName": {
"id": 12928,
"type": "cexolocstring",
"value": {}
},
"Metal1Color": {
"type": "byte",
"value": 20
},
"Metal2Color": {
"type": "byte",
"value": 16
},
"PaletteID": {
"type": "byte",
"value": 5
},
"Plot": {
"type": "byte",
"value": 0
},
"PropertiesList": {
"type": "list",
"value": []
},
"StackSize": {
"type": "word",
"value": 1
},
"Stolen": {
"type": "byte",
"value": 0
},
"Tag": {
"type": "cexostring",
"value": "NW_CLOTH027"
},
"TemplateResRef": {
"type": "resref",
"value": "cloth028"
},
"xArmorPart_Belt": {
"type": "word",
"value": 0
},
"xArmorPart_LBice": {
"type": "word",
"value": 1
},
"xArmorPart_LFArm": {
"type": "word",
"value": 1
},
"xArmorPart_LFoot": {
"type": "word",
"value": 6
},
"xArmorPart_LHand": {
"type": "word",
"value": 1
},
"xArmorPart_LShin": {
"type": "word",
"value": 9
},
"xArmorPart_LShou": {
"type": "word",
"value": 0
},
"xArmorPart_LThig": {
"type": "word",
"value": 3
},
"xArmorPart_Neck": {
"type": "word",
"value": 1
},
"xArmorPart_Pelvi": {
"type": "word",
"value": 37
},
"xArmorPart_RBice": {
"type": "word",
"value": 1
},
"xArmorPart_RFArm": {
"type": "word",
"value": 1
},
"xArmorPart_RFoot": {
"type": "word",
"value": 6
},
"xArmorPart_RHand": {
"type": "word",
"value": 1
},
"xArmorPart_Robe": {
"type": "word",
"value": 242
},
"xArmorPart_RShin": {
"type": "word",
"value": 9
},
"xArmorPart_RShou": {
"type": "word",
"value": 0
},
"xArmorPart_RThig": {
"type": "word",
"value": 3
},
"xArmorPart_Torso": {
"type": "word",
"value": 39
}
}

View File

@ -18,7 +18,7 @@
}, },
"Cost": { "Cost": {
"type": "dword", "type": "dword",
"value": 562830 "value": 1417810
}, },
"Cursed": { "Cursed": {
"type": "byte", "type": "byte",
@ -46,15 +46,15 @@
}, },
"ModelPart1": { "ModelPart1": {
"type": "byte", "type": "byte",
"value": 42 "value": 13
}, },
"ModelPart2": { "ModelPart2": {
"type": "byte", "type": "byte",
"value": 22 "value": 23
}, },
"ModelPart3": { "ModelPart3": {
"type": "byte", "type": "byte",
"value": 32 "value": 34
}, },
"PaletteID": { "PaletteID": {
"type": "byte", "type": "byte",
@ -95,7 +95,38 @@
}, },
"Subtype": { "Subtype": {
"type": "word", "type": "word",
"value": 2 "value": 11
}
},
{
"__struct_id": 0,
"ChanceAppear": {
"type": "byte",
"value": 100
},
"CostTable": {
"type": "byte",
"value": 4
},
"CostValue": {
"type": "word",
"value": 10
},
"Param1": {
"type": "byte",
"value": 255
},
"Param1Value": {
"type": "byte",
"value": 0
},
"PropertyName": {
"type": "word",
"value": 16
},
"Subtype": {
"type": "word",
"value": 13
} }
}, },
{ {
@ -110,7 +141,7 @@
}, },
"CostValue": { "CostValue": {
"type": "word", "type": "word",
"value": 4 "value": 6
}, },
"Param1": { "Param1": {
"type": "byte", "type": "byte",
@ -304,14 +335,14 @@
}, },
"xModelPart1": { "xModelPart1": {
"type": "word", "type": "word",
"value": 42 "value": 13
}, },
"xModelPart2": { "xModelPart2": {
"type": "word", "type": "word",
"value": 22 "value": 23
}, },
"xModelPart3": { "xModelPart3": {
"type": "word", "type": "word",
"value": 32 "value": 34
} }
} }

View File

@ -18,7 +18,7 @@
}, },
"Cost": { "Cost": {
"type": "dword", "type": "dword",
"value": 17475186 "value": 3492426
}, },
"Cursed": { "Cursed": {
"type": "byte", "type": "byte",
@ -139,7 +139,7 @@
}, },
"CostValue": { "CostValue": {
"type": "word", "type": "word",
"value": 10 "value": 7
}, },
"Param1": { "Param1": {
"type": "byte", "type": "byte",
@ -170,7 +170,7 @@
}, },
"CostValue": { "CostValue": {
"type": "word", "type": "word",
"value": 10 "value": 7
}, },
"Param1": { "Param1": {
"type": "byte", "type": "byte",
@ -201,7 +201,7 @@
}, },
"CostValue": { "CostValue": {
"type": "word", "type": "word",
"value": 10 "value": 7
}, },
"Param1": { "Param1": {
"type": "byte", "type": "byte",
@ -406,68 +406,6 @@
"value": 16 "value": 16
} }
}, },
{
"__struct_id": 0,
"ChanceAppear": {
"type": "byte",
"value": 100
},
"CostTable": {
"type": "byte",
"value": 24
},
"CostValue": {
"type": "word",
"value": 6
},
"Param1": {
"type": "byte",
"value": 255
},
"Param1Value": {
"type": "byte",
"value": 0
},
"PropertyName": {
"type": "word",
"value": 48
},
"Subtype": {
"type": "word",
"value": 17
}
},
{
"__struct_id": 0,
"ChanceAppear": {
"type": "byte",
"value": 100
},
"CostTable": {
"type": "byte",
"value": 24
},
"CostValue": {
"type": "word",
"value": 6
},
"Param1": {
"type": "byte",
"value": 255
},
"Param1Value": {
"type": "byte",
"value": 0
},
"PropertyName": {
"type": "word",
"value": 48
},
"Subtype": {
"type": "word",
"value": 24
}
},
{ {
"__struct_id": 0, "__struct_id": 0,
"ChanceAppear": { "ChanceAppear": {

View File

@ -0,0 +1,440 @@
{
"__data_type": "UTI ",
"AddCost": {
"type": "dword",
"value": 0
},
"ArmorPart_Belt": {
"type": "byte",
"value": 0
},
"ArmorPart_LBicep": {
"type": "byte",
"value": 8
},
"ArmorPart_LFArm": {
"type": "byte",
"value": 1
},
"ArmorPart_LFoot": {
"type": "byte",
"value": 9
},
"ArmorPart_LHand": {
"type": "byte",
"value": 1
},
"ArmorPart_LShin": {
"type": "byte",
"value": 16
},
"ArmorPart_LShoul": {
"type": "byte",
"value": 0
},
"ArmorPart_LThigh": {
"type": "byte",
"value": 3
},
"ArmorPart_Neck": {
"type": "byte",
"value": 1
},
"ArmorPart_Pelvis": {
"type": "byte",
"value": 30
},
"ArmorPart_RBicep": {
"type": "byte",
"value": 8
},
"ArmorPart_RFArm": {
"type": "byte",
"value": 1
},
"ArmorPart_RFoot": {
"type": "byte",
"value": 9
},
"ArmorPart_RHand": {
"type": "byte",
"value": 1
},
"ArmorPart_Robe": {
"type": "byte",
"value": 251
},
"ArmorPart_RShin": {
"type": "byte",
"value": 16
},
"ArmorPart_RShoul": {
"type": "byte",
"value": 0
},
"ArmorPart_RThigh": {
"type": "byte",
"value": 3
},
"ArmorPart_Torso": {
"type": "byte",
"value": 50
},
"BaseItem": {
"type": "int",
"value": 16
},
"Charges": {
"type": "byte",
"value": 0
},
"Cloth1Color": {
"type": "byte",
"value": 12
},
"Cloth2Color": {
"type": "byte",
"value": 20
},
"Comment": {
"type": "cexostring",
"value": "Level 4\r\n\r\nhequila drop"
},
"Cost": {
"type": "dword",
"value": 173938
},
"Cursed": {
"type": "byte",
"value": 0
},
"DescIdentified": {
"type": "cexolocstring",
"value": {
"0": "Originaly created by the healers of the followers of the holy order the design of this robe has since been copied by clerics and healers throughout the land"
}
},
"Description": {
"type": "cexolocstring",
"value": {
"0": ""
}
},
"Identified": {
"type": "byte",
"value": 0
},
"Leather1Color": {
"type": "byte",
"value": 13
},
"Leather2Color": {
"type": "byte",
"value": 12
},
"LocalizedName": {
"type": "cexolocstring",
"value": {
"0": "Healer's Outfit"
}
},
"Metal1Color": {
"type": "byte",
"value": 24
},
"Metal2Color": {
"type": "byte",
"value": 25
},
"PaletteID": {
"type": "byte",
"value": 5
},
"Plot": {
"type": "byte",
"value": 0
},
"PropertiesList": {
"type": "list",
"value": [
{
"__struct_id": 0,
"ChanceAppear": {
"type": "byte",
"value": 100
},
"CostTable": {
"type": "byte",
"value": 2
},
"CostValue": {
"type": "word",
"value": 4
},
"Param1": {
"type": "byte",
"value": 255
},
"Param1Value": {
"type": "byte",
"value": 0
},
"PropertyName": {
"type": "word",
"value": 1
},
"Subtype": {
"type": "word",
"value": 0
}
},
{
"__struct_id": 0,
"ChanceAppear": {
"type": "byte",
"value": 100
},
"CostTable": {
"type": "byte",
"value": 3
},
"CostValue": {
"type": "word",
"value": 8
},
"Param1": {
"type": "byte",
"value": 255
},
"Param1Value": {
"type": "byte",
"value": 0
},
"PropertyName": {
"type": "word",
"value": 15
},
"Subtype": {
"type": "word",
"value": 139
}
},
{
"__struct_id": 0,
"ChanceAppear": {
"type": "byte",
"value": 100
},
"CostTable": {
"type": "byte",
"value": 3
},
"CostValue": {
"type": "word",
"value": 8
},
"Param1": {
"type": "byte",
"value": 255
},
"Param1Value": {
"type": "byte",
"value": 0
},
"PropertyName": {
"type": "word",
"value": 15
},
"Subtype": {
"type": "word",
"value": 226
}
},
{
"__struct_id": 0,
"ChanceAppear": {
"type": "byte",
"value": 100
},
"CostTable": {
"type": "byte",
"value": 7
},
"CostValue": {
"type": "word",
"value": 4
},
"Param1": {
"type": "byte",
"value": 255
},
"Param1Value": {
"type": "byte",
"value": 0
},
"PropertyName": {
"type": "word",
"value": 23
},
"Subtype": {
"type": "word",
"value": 7
}
},
{
"__struct_id": 0,
"ChanceAppear": {
"type": "byte",
"value": 100
},
"CostTable": {
"type": "byte",
"value": 7
},
"CostValue": {
"type": "word",
"value": 4
},
"Param1": {
"type": "byte",
"value": 255
},
"Param1Value": {
"type": "byte",
"value": 0
},
"PropertyName": {
"type": "word",
"value": 23
},
"Subtype": {
"type": "word",
"value": 9
}
},
{
"__struct_id": 0,
"ChanceAppear": {
"type": "byte",
"value": 100
},
"CostTable": {
"type": "byte",
"value": 2
},
"CostValue": {
"type": "word",
"value": 4
},
"Param1": {
"type": "byte",
"value": 255
},
"Param1Value": {
"type": "byte",
"value": 0
},
"PropertyName": {
"type": "word",
"value": 40
},
"Subtype": {
"type": "word",
"value": 0
}
}
]
},
"StackSize": {
"type": "word",
"value": 1
},
"Stolen": {
"type": "byte",
"value": 0
},
"Tag": {
"type": "cexostring",
"value": "HealersOutfit"
},
"TemplateResRef": {
"type": "resref",
"value": "healersoutfit001"
},
"xArmorPart_Belt": {
"type": "word",
"value": 0
},
"xArmorPart_LBice": {
"type": "word",
"value": 8
},
"xArmorPart_LFArm": {
"type": "word",
"value": 1
},
"xArmorPart_LFoot": {
"type": "word",
"value": 9
},
"xArmorPart_LHand": {
"type": "word",
"value": 1
},
"xArmorPart_LShin": {
"type": "word",
"value": 16
},
"xArmorPart_LShou": {
"type": "word",
"value": 0
},
"xArmorPart_LThig": {
"type": "word",
"value": 3
},
"xArmorPart_Neck": {
"type": "word",
"value": 1
},
"xArmorPart_Pelvi": {
"type": "word",
"value": 30
},
"xArmorPart_RBice": {
"type": "word",
"value": 8
},
"xArmorPart_RFArm": {
"type": "word",
"value": 1
},
"xArmorPart_RFoot": {
"type": "word",
"value": 9
},
"xArmorPart_RHand": {
"type": "word",
"value": 1
},
"xArmorPart_Robe": {
"type": "word",
"value": 251
},
"xArmorPart_RShin": {
"type": "word",
"value": 16
},
"xArmorPart_RShou": {
"type": "word",
"value": 0
},
"xArmorPart_RThig": {
"type": "word",
"value": 3
},
"xArmorPart_Torso": {
"type": "word",
"value": 50
}
}

View File

@ -18,7 +18,7 @@
}, },
"Cost": { "Cost": {
"type": "dword", "type": "dword",
"value": 6077530 "value": 537918
}, },
"Cursed": { "Cursed": {
"type": "byte", "type": "byte",
@ -58,37 +58,6 @@
"PropertiesList": { "PropertiesList": {
"type": "list", "type": "list",
"value": [ "value": [
{
"__struct_id": 0,
"ChanceAppear": {
"type": "byte",
"value": 100
},
"CostTable": {
"type": "byte",
"value": 2
},
"CostValue": {
"type": "word",
"value": 10
},
"Param1": {
"type": "byte",
"value": 255
},
"Param1Value": {
"type": "byte",
"value": 0
},
"PropertyName": {
"type": "word",
"value": 56
},
"Subtype": {
"type": "word",
"value": 0
}
},
{ {
"__struct_id": 0, "__struct_id": 0,
"ChanceAppear": { "ChanceAppear": {
@ -101,38 +70,7 @@
}, },
"CostValue": { "CostValue": {
"type": "word", "type": "word",
"value": 11 "value": 9
},
"Param1": {
"type": "byte",
"value": 255
},
"Param1Value": {
"type": "byte",
"value": 0
},
"PropertyName": {
"type": "word",
"value": 16
},
"Subtype": {
"type": "word",
"value": 0
}
},
{
"__struct_id": 0,
"ChanceAppear": {
"type": "byte",
"value": 100
},
"CostTable": {
"type": "byte",
"value": 4
},
"CostValue": {
"type": "word",
"value": 13
}, },
"Param1": { "Param1": {
"type": "byte", "type": "byte",
@ -163,7 +101,7 @@
}, },
"CostValue": { "CostValue": {
"type": "word", "type": "word",
"value": 13 "value": 9
}, },
"Param1": { "Param1": {
"type": "byte", "type": "byte",
@ -194,7 +132,7 @@
}, },
"CostValue": { "CostValue": {
"type": "word", "type": "word",
"value": 7 "value": 5
}, },
"Param1": { "Param1": {
"type": "byte", "type": "byte",
@ -287,7 +225,7 @@
}, },
"CostValue": { "CostValue": {
"type": "word", "type": "word",
"value": 16 "value": 10
}, },
"Param1": { "Param1": {
"type": "byte", "type": "byte",

View File

@ -70,7 +70,7 @@
}, },
"CostValue": { "CostValue": {
"type": "word", "type": "word",
"value": 7 "value": 4
}, },
"Param1": { "Param1": {
"type": "byte", "type": "byte",
@ -132,7 +132,7 @@
}, },
"CostValue": { "CostValue": {
"type": "word", "type": "word",
"value": 6 "value": 3
}, },
"Param1": { "Param1": {
"type": "byte", "type": "byte",
@ -194,7 +194,7 @@
}, },
"CostValue": { "CostValue": {
"type": "word", "type": "word",
"value": 3 "value": 1
}, },
"Param1": { "Param1": {
"type": "byte", "type": "byte",
@ -225,7 +225,7 @@
}, },
"CostValue": { "CostValue": {
"type": "word", "type": "word",
"value": 5 "value": 3
}, },
"Param1": { "Param1": {
"type": "byte", "type": "byte",
@ -244,68 +244,6 @@
"value": 2 "value": 2
} }
}, },
{
"__struct_id": 0,
"ChanceAppear": {
"type": "byte",
"value": 100
},
"CostTable": {
"type": "byte",
"value": 5
},
"CostValue": {
"type": "word",
"value": 7
},
"Param1": {
"type": "byte",
"value": 255
},
"Param1Value": {
"type": "byte",
"value": 255
},
"PropertyName": {
"type": "word",
"value": 20
},
"Subtype": {
"type": "word",
"value": 7
}
},
{
"__struct_id": 0,
"ChanceAppear": {
"type": "byte",
"value": 100
},
"CostTable": {
"type": "byte",
"value": 5
},
"CostValue": {
"type": "word",
"value": 7
},
"Param1": {
"type": "byte",
"value": 255
},
"Param1Value": {
"type": "byte",
"value": 0
},
"PropertyName": {
"type": "word",
"value": 20
},
"Subtype": {
"type": "word",
"value": 9
}
},
{ {
"__struct_id": 0, "__struct_id": 0,
"ChanceAppear": { "ChanceAppear": {
@ -566,7 +504,7 @@
}, },
"CostValue": { "CostValue": {
"type": "word", "type": "word",
"value": 10 "value": 7
}, },
"Param1": { "Param1": {
"type": "byte", "type": "byte",

View File

@ -0,0 +1,311 @@
{
"__data_type": "UTI ",
"AddCost": {
"type": "dword",
"value": 0
},
"ArmorPart_Belt": {
"type": "byte",
"value": 0
},
"ArmorPart_LBicep": {
"type": "byte",
"value": 10
},
"ArmorPart_LFArm": {
"type": "byte",
"value": 4
},
"ArmorPart_LFoot": {
"type": "byte",
"value": 4
},
"ArmorPart_LHand": {
"type": "byte",
"value": 4
},
"ArmorPart_LShin": {
"type": "byte",
"value": 4
},
"ArmorPart_LShoul": {
"type": "byte",
"value": 0
},
"ArmorPart_LThigh": {
"type": "byte",
"value": 15
},
"ArmorPart_Neck": {
"type": "byte",
"value": 1
},
"ArmorPart_Pelvis": {
"type": "byte",
"value": 35
},
"ArmorPart_RBicep": {
"type": "byte",
"value": 10
},
"ArmorPart_RFArm": {
"type": "byte",
"value": 4
},
"ArmorPart_RFoot": {
"type": "byte",
"value": 4
},
"ArmorPart_RHand": {
"type": "byte",
"value": 4
},
"ArmorPart_Robe": {
"type": "byte",
"value": 200
},
"ArmorPart_RShin": {
"type": "byte",
"value": 4
},
"ArmorPart_RShoul": {
"type": "byte",
"value": 0
},
"ArmorPart_RThigh": {
"type": "byte",
"value": 15
},
"ArmorPart_Torso": {
"type": "byte",
"value": 50
},
"BaseItem": {
"type": "int",
"value": 16
},
"Charges": {
"type": "byte",
"value": 0
},
"Cloth1Color": {
"type": "byte",
"value": 23
},
"Cloth2Color": {
"type": "byte",
"value": 15
},
"Comment": {
"type": "cexostring",
"value": ""
},
"Cost": {
"type": "dword",
"value": 2925
},
"Cursed": {
"type": "byte",
"value": 0
},
"DescIdentified": {
"type": "cexolocstring",
"value": {}
},
"Description": {
"type": "cexolocstring",
"value": {}
},
"Identified": {
"type": "byte",
"value": 1
},
"Leather1Color": {
"type": "byte",
"value": 23
},
"Leather2Color": {
"type": "byte",
"value": 15
},
"LocalizedName": {
"id": 91081,
"type": "cexolocstring",
"value": {}
},
"Metal1Color": {
"type": "byte",
"value": 3
},
"Metal2Color": {
"type": "byte",
"value": 27
},
"PaletteID": {
"type": "byte",
"value": 5
},
"Plot": {
"type": "byte",
"value": 0
},
"PropertiesList": {
"type": "list",
"value": [
{
"__struct_id": 0,
"ChanceAppear": {
"type": "byte",
"value": 100
},
"CostTable": {
"type": "byte",
"value": 2
},
"CostValue": {
"type": "word",
"value": 1
},
"Param1": {
"type": "byte",
"value": 255
},
"Param1Value": {
"type": "byte",
"value": 0
},
"PropertyName": {
"type": "word",
"value": 1
},
"Subtype": {
"type": "word",
"value": 0
}
},
{
"__struct_id": 0,
"ChanceAppear": {
"type": "byte",
"value": 100
},
"CostTable": {
"type": "byte",
"value": 7
},
"CostValue": {
"type": "word",
"value": 3
},
"Param1": {
"type": "byte",
"value": 255
},
"Param1Value": {
"type": "byte",
"value": 0
},
"PropertyName": {
"type": "word",
"value": 23
},
"Subtype": {
"type": "word",
"value": 7
}
}
]
},
"StackSize": {
"type": "word",
"value": 1
},
"Stolen": {
"type": "byte",
"value": 0
},
"Tag": {
"type": "cexostring",
"value": "X2_MDUERAR010"
},
"TemplateResRef": {
"type": "resref",
"value": "mduerar011"
},
"xArmorPart_Belt": {
"type": "word",
"value": 0
},
"xArmorPart_LBice": {
"type": "word",
"value": 10
},
"xArmorPart_LFArm": {
"type": "word",
"value": 4
},
"xArmorPart_LFoot": {
"type": "word",
"value": 4
},
"xArmorPart_LHand": {
"type": "word",
"value": 4
},
"xArmorPart_LShin": {
"type": "word",
"value": 4
},
"xArmorPart_LShou": {
"type": "word",
"value": 0
},
"xArmorPart_LThig": {
"type": "word",
"value": 15
},
"xArmorPart_Neck": {
"type": "word",
"value": 1
},
"xArmorPart_Pelvi": {
"type": "word",
"value": 35
},
"xArmorPart_RBice": {
"type": "word",
"value": 10
},
"xArmorPart_RFArm": {
"type": "word",
"value": 4
},
"xArmorPart_RFoot": {
"type": "word",
"value": 4
},
"xArmorPart_RHand": {
"type": "word",
"value": 4
},
"xArmorPart_Robe": {
"type": "word",
"value": 200
},
"xArmorPart_RShin": {
"type": "word",
"value": 4
},
"xArmorPart_RShou": {
"type": "word",
"value": 0
},
"xArmorPart_RThig": {
"type": "word",
"value": 15
},
"xArmorPart_Torso": {
"type": "word",
"value": 50
}
}

View File

@ -18,7 +18,7 @@
}, },
"Cost": { "Cost": {
"type": "dword", "type": "dword",
"value": 2211124 "value": 411844
}, },
"Cursed": { "Cursed": {
"type": "byte", "type": "byte",
@ -70,69 +70,7 @@
}, },
"CostValue": { "CostValue": {
"type": "word", "type": "word",
"value": 8 "value": 5
},
"Param1": {
"type": "byte",
"value": 255
},
"Param1Value": {
"type": "byte",
"value": 0
},
"PropertyName": {
"type": "word",
"value": 56
},
"Subtype": {
"type": "word",
"value": 0
}
},
{
"__struct_id": 0,
"ChanceAppear": {
"type": "byte",
"value": 100
},
"CostTable": {
"type": "byte",
"value": 4
},
"CostValue": {
"type": "word",
"value": 10
},
"Param1": {
"type": "byte",
"value": 255
},
"Param1Value": {
"type": "byte",
"value": 0
},
"PropertyName": {
"type": "word",
"value": 16
},
"Subtype": {
"type": "word",
"value": 2
}
},
{
"__struct_id": 0,
"ChanceAppear": {
"type": "byte",
"value": 100
},
"CostTable": {
"type": "byte",
"value": 2
},
"CostValue": {
"type": "word",
"value": 8
}, },
"Param1": { "Param1": {
"type": "byte", "type": "byte",
@ -194,7 +132,7 @@
}, },
"CostValue": { "CostValue": {
"type": "word", "type": "word",
"value": 25 "value": 7
}, },
"Param1": { "Param1": {
"type": "byte", "type": "byte",
@ -212,6 +150,68 @@
"type": "word", "type": "word",
"value": 0 "value": 0
} }
},
{
"__struct_id": 0,
"ChanceAppear": {
"type": "byte",
"value": 100
},
"CostTable": {
"type": "byte",
"value": 24
},
"CostValue": {
"type": "word",
"value": 20
},
"Param1": {
"type": "byte",
"value": 6
},
"Param1Value": {
"type": "byte",
"value": 54
},
"PropertyName": {
"type": "word",
"value": 48
},
"Subtype": {
"type": "word",
"value": 20
}
},
{
"__struct_id": 0,
"ChanceAppear": {
"type": "byte",
"value": 100
},
"CostTable": {
"type": "byte",
"value": 2
},
"CostValue": {
"type": "word",
"value": 4
},
"Param1": {
"type": "byte",
"value": 255
},
"Param1Value": {
"type": "byte",
"value": 0
},
"PropertyName": {
"type": "word",
"value": 67
},
"Subtype": {
"type": "word",
"value": 0
}
} }
] ]
}, },

View File

@ -6,7 +6,7 @@
}, },
"ArmorPart_Belt": { "ArmorPart_Belt": {
"type": "byte", "type": "byte",
"value": 6 "value": 0
}, },
"ArmorPart_LBicep": { "ArmorPart_LBicep": {
"type": "byte", "type": "byte",
@ -18,7 +18,7 @@
}, },
"ArmorPart_LFoot": { "ArmorPart_LFoot": {
"type": "byte", "type": "byte",
"value": 9 "value": 160
}, },
"ArmorPart_LHand": { "ArmorPart_LHand": {
"type": "byte", "type": "byte",
@ -26,7 +26,7 @@
}, },
"ArmorPart_LShin": { "ArmorPart_LShin": {
"type": "byte", "type": "byte",
"value": 14 "value": 83
}, },
"ArmorPart_LShoul": { "ArmorPart_LShoul": {
"type": "byte", "type": "byte",
@ -34,7 +34,7 @@
}, },
"ArmorPart_LThigh": { "ArmorPart_LThigh": {
"type": "byte", "type": "byte",
"value": 8 "value": 155
}, },
"ArmorPart_Neck": { "ArmorPart_Neck": {
"type": "byte", "type": "byte",
@ -54,7 +54,7 @@
}, },
"ArmorPart_RFoot": { "ArmorPart_RFoot": {
"type": "byte", "type": "byte",
"value": 9 "value": 160
}, },
"ArmorPart_RHand": { "ArmorPart_RHand": {
"type": "byte", "type": "byte",
@ -62,11 +62,11 @@
}, },
"ArmorPart_Robe": { "ArmorPart_Robe": {
"type": "byte", "type": "byte",
"value": 6 "value": 221
}, },
"ArmorPart_RShin": { "ArmorPart_RShin": {
"type": "byte", "type": "byte",
"value": 14 "value": 83
}, },
"ArmorPart_RShoul": { "ArmorPart_RShoul": {
"type": "byte", "type": "byte",
@ -74,11 +74,11 @@
}, },
"ArmorPart_RThigh": { "ArmorPart_RThigh": {
"type": "byte", "type": "byte",
"value": 8 "value": 155
}, },
"ArmorPart_Torso": { "ArmorPart_Torso": {
"type": "byte", "type": "byte",
"value": 1 "value": 3
}, },
"BaseItem": { "BaseItem": {
"type": "int", "type": "int",
@ -102,7 +102,7 @@
}, },
"Cost": { "Cost": {
"type": "dword", "type": "dword",
"value": 1433380 "value": 1730560
}, },
"Cursed": { "Cursed": {
"type": "byte", "type": "byte",
@ -263,7 +263,7 @@
}, },
"CostValue": { "CostValue": {
"type": "word", "type": "word",
"value": 4 "value": 6
}, },
"Param1": { "Param1": {
"type": "byte", "type": "byte",
@ -437,37 +437,6 @@
"value": 4 "value": 4
} }
}, },
{
"__struct_id": 0,
"ChanceAppear": {
"type": "byte",
"value": 100
},
"CostTable": {
"type": "byte",
"value": 18
},
"CostValue": {
"type": "word",
"value": 3
},
"Param1": {
"type": "byte",
"value": 9
},
"Param1Value": {
"type": "byte",
"value": 3
},
"PropertyName": {
"type": "word",
"value": 44
},
"Subtype": {
"type": "word",
"value": 0
}
},
{ {
"__struct_id": 0, "__struct_id": 0,
"ChanceAppear": { "ChanceAppear": {
@ -529,68 +498,6 @@
"type": "word", "type": "word",
"value": 9 "value": 9
} }
},
{
"__struct_id": 0,
"ChanceAppear": {
"type": "byte",
"value": 100
},
"CostTable": {
"type": "byte",
"value": 0
},
"CostValue": {
"type": "word",
"value": 0
},
"Param1": {
"type": "byte",
"value": 255
},
"Param1Value": {
"type": "byte",
"value": 0
},
"PropertyName": {
"type": "word",
"value": 63
},
"Subtype": {
"type": "word",
"value": 9
}
},
{
"__struct_id": 0,
"ChanceAppear": {
"type": "byte",
"value": 100
},
"CostTable": {
"type": "byte",
"value": 0
},
"CostValue": {
"type": "word",
"value": 0
},
"Param1": {
"type": "byte",
"value": 255
},
"Param1Value": {
"type": "byte",
"value": 0
},
"PropertyName": {
"type": "word",
"value": 63
},
"Subtype": {
"type": "word",
"value": 10
}
} }
] ]
}, },
@ -612,7 +519,7 @@
}, },
"xArmorPart_Belt": { "xArmorPart_Belt": {
"type": "word", "type": "word",
"value": 6 "value": 0
}, },
"xArmorPart_LBice": { "xArmorPart_LBice": {
"type": "word", "type": "word",
@ -624,7 +531,7 @@
}, },
"xArmorPart_LFoot": { "xArmorPart_LFoot": {
"type": "word", "type": "word",
"value": 9 "value": 160
}, },
"xArmorPart_LHand": { "xArmorPart_LHand": {
"type": "word", "type": "word",
@ -632,7 +539,7 @@
}, },
"xArmorPart_LShin": { "xArmorPart_LShin": {
"type": "word", "type": "word",
"value": 14 "value": 83
}, },
"xArmorPart_LShou": { "xArmorPart_LShou": {
"type": "word", "type": "word",
@ -640,7 +547,7 @@
}, },
"xArmorPart_LThig": { "xArmorPart_LThig": {
"type": "word", "type": "word",
"value": 8 "value": 155
}, },
"xArmorPart_Neck": { "xArmorPart_Neck": {
"type": "word", "type": "word",
@ -660,7 +567,7 @@
}, },
"xArmorPart_RFoot": { "xArmorPart_RFoot": {
"type": "word", "type": "word",
"value": 9 "value": 160
}, },
"xArmorPart_RHand": { "xArmorPart_RHand": {
"type": "word", "type": "word",
@ -668,11 +575,11 @@
}, },
"xArmorPart_Robe": { "xArmorPart_Robe": {
"type": "word", "type": "word",
"value": 6 "value": 221
}, },
"xArmorPart_RShin": { "xArmorPart_RShin": {
"type": "word", "type": "word",
"value": 14 "value": 83
}, },
"xArmorPart_RShou": { "xArmorPart_RShou": {
"type": "word", "type": "word",
@ -680,10 +587,10 @@
}, },
"xArmorPart_RThig": { "xArmorPart_RThig": {
"type": "word", "type": "word",
"value": 8 "value": 155
}, },
"xArmorPart_Torso": { "xArmorPart_Torso": {
"type": "word", "type": "word",
"value": 1 "value": 3
} }
} }

View File

@ -102,7 +102,7 @@
}, },
"Cost": { "Cost": {
"type": "dword", "type": "dword",
"value": 5703654 "value": 4584648
}, },
"Cursed": { "Cursed": {
"type": "byte", "type": "byte",
@ -388,7 +388,7 @@
}, },
"CostValue": { "CostValue": {
"type": "word", "type": "word",
"value": 3 "value": 1
}, },
"Param1": { "Param1": {
"type": "byte", "type": "byte",
@ -419,7 +419,7 @@
}, },
"CostValue": { "CostValue": {
"type": "word", "type": "word",
"value": 4 "value": 2
}, },
"Param1": { "Param1": {
"type": "byte", "type": "byte",
@ -450,7 +450,7 @@
}, },
"CostValue": { "CostValue": {
"type": "word", "type": "word",
"value": 5 "value": 3
}, },
"Param1": { "Param1": {
"type": "byte", "type": "byte",

View File

@ -18,7 +18,7 @@
}, },
"Cost": { "Cost": {
"type": "dword", "type": "dword",
"value": 6595296 "value": 2342736
}, },
"Cursed": { "Cursed": {
"type": "byte", "type": "byte",
@ -65,37 +65,6 @@
"PropertiesList": { "PropertiesList": {
"type": "list", "type": "list",
"value": [ "value": [
{
"__struct_id": 0,
"ChanceAppear": {
"type": "byte",
"value": 100
},
"CostTable": {
"type": "byte",
"value": 2
},
"CostValue": {
"type": "word",
"value": 4
},
"Param1": {
"type": "byte",
"value": 255
},
"Param1Value": {
"type": "byte",
"value": 0
},
"PropertyName": {
"type": "word",
"value": 56
},
"Subtype": {
"type": "word",
"value": 0
}
},
{ {
"__struct_id": 0, "__struct_id": 0,
"ChanceAppear": { "ChanceAppear": {
@ -374,68 +343,6 @@
"type": "word", "type": "word",
"value": 18 "value": 18
} }
},
{
"__struct_id": 0,
"ChanceAppear": {
"type": "byte",
"value": 100
},
"CostTable": {
"type": "byte",
"value": 24
},
"CostValue": {
"type": "word",
"value": 3
},
"Param1": {
"type": "byte",
"value": 255
},
"Param1Value": {
"type": "byte",
"value": 0
},
"PropertyName": {
"type": "word",
"value": 48
},
"Subtype": {
"type": "word",
"value": 17
}
},
{
"__struct_id": 0,
"ChanceAppear": {
"type": "byte",
"value": 100
},
"CostTable": {
"type": "byte",
"value": 24
},
"CostValue": {
"type": "word",
"value": 3
},
"Param1": {
"type": "byte",
"value": 255
},
"Param1Value": {
"type": "byte",
"value": 0
},
"PropertyName": {
"type": "word",
"value": 48
},
"Subtype": {
"type": "word",
"value": 24
}
} }
] ]
}, },

View File

@ -6,7 +6,7 @@
}, },
"ArmorPart_Belt": { "ArmorPart_Belt": {
"type": "byte", "type": "byte",
"value": 12 "value": 95
}, },
"ArmorPart_LBicep": { "ArmorPart_LBicep": {
"type": "byte", "type": "byte",
@ -14,27 +14,27 @@
}, },
"ArmorPart_LFArm": { "ArmorPart_LFArm": {
"type": "byte", "type": "byte",
"value": 13 "value": 1
}, },
"ArmorPart_LFoot": { "ArmorPart_LFoot": {
"type": "byte", "type": "byte",
"value": 5 "value": 7
}, },
"ArmorPart_LHand": { "ArmorPart_LHand": {
"type": "byte", "type": "byte",
"value": 8 "value": 1
}, },
"ArmorPart_LShin": { "ArmorPart_LShin": {
"type": "byte", "type": "byte",
"value": 12 "value": 4
}, },
"ArmorPart_LShoul": { "ArmorPart_LShoul": {
"type": "byte", "type": "byte",
"value": 16 "value": 0
}, },
"ArmorPart_LThigh": { "ArmorPart_LThigh": {
"type": "byte", "type": "byte",
"value": 12 "value": 3
}, },
"ArmorPart_Neck": { "ArmorPart_Neck": {
"type": "byte", "type": "byte",
@ -42,7 +42,7 @@
}, },
"ArmorPart_Pelvis": { "ArmorPart_Pelvis": {
"type": "byte", "type": "byte",
"value": 3 "value": 161
}, },
"ArmorPart_RBicep": { "ArmorPart_RBicep": {
"type": "byte", "type": "byte",
@ -50,31 +50,31 @@
}, },
"ArmorPart_RFArm": { "ArmorPart_RFArm": {
"type": "byte", "type": "byte",
"value": 13 "value": 2
}, },
"ArmorPart_RFoot": { "ArmorPart_RFoot": {
"type": "byte", "type": "byte",
"value": 5 "value": 7
}, },
"ArmorPart_RHand": { "ArmorPart_RHand": {
"type": "byte", "type": "byte",
"value": 8 "value": 1
}, },
"ArmorPart_Robe": { "ArmorPart_Robe": {
"type": "byte", "type": "byte",
"value": 5 "value": 174
}, },
"ArmorPart_RShin": { "ArmorPart_RShin": {
"type": "byte", "type": "byte",
"value": 12 "value": 4
}, },
"ArmorPart_RShoul": { "ArmorPart_RShoul": {
"type": "byte", "type": "byte",
"value": 16 "value": 0
}, },
"ArmorPart_RThigh": { "ArmorPart_RThigh": {
"type": "byte", "type": "byte",
"value": 12 "value": 3
}, },
"ArmorPart_Torso": { "ArmorPart_Torso": {
"type": "byte", "type": "byte",
@ -90,11 +90,11 @@
}, },
"Cloth1Color": { "Cloth1Color": {
"type": "byte", "type": "byte",
"value": 52 "value": 23
}, },
"Cloth2Color": { "Cloth2Color": {
"type": "byte", "type": "byte",
"value": 45 "value": 23
}, },
"Comment": { "Comment": {
"type": "cexostring", "type": "cexostring",
@ -102,7 +102,7 @@
}, },
"Cost": { "Cost": {
"type": "dword", "type": "dword",
"value": 4122928 "value": 3553357
}, },
"Cursed": { "Cursed": {
"type": "byte", "type": "byte",
@ -123,15 +123,15 @@
}, },
"Identified": { "Identified": {
"type": "byte", "type": "byte",
"value": 0 "value": 1
}, },
"Leather1Color": { "Leather1Color": {
"type": "byte", "type": "byte",
"value": 44 "value": 45
}, },
"Leather2Color": { "Leather2Color": {
"type": "byte", "type": "byte",
"value": 45 "value": 91
}, },
"LocalizedName": { "LocalizedName": {
"id": 13854, "id": 13854,
@ -142,11 +142,11 @@
}, },
"Metal1Color": { "Metal1Color": {
"type": "byte", "type": "byte",
"value": 3 "value": 95
}, },
"Metal2Color": { "Metal2Color": {
"type": "byte", "type": "byte",
"value": 3 "value": 94
}, },
"PaletteID": { "PaletteID": {
"type": "byte", "type": "byte",
@ -264,7 +264,7 @@
}, },
"CostValue": { "CostValue": {
"type": "word", "type": "word",
"value": 4 "value": 5
}, },
"Param1": { "Param1": {
"type": "byte", "type": "byte",
@ -283,68 +283,6 @@
"value": 0 "value": 0
} }
}, },
{
"__struct_id": 0,
"ChanceAppear": {
"type": "byte",
"value": 100
},
"CostTable": {
"type": "byte",
"value": 13
},
"CostValue": {
"type": "word",
"value": 9
},
"Param1": {
"type": "byte",
"value": 255
},
"Param1Value": {
"type": "byte",
"value": 0
},
"PropertyName": {
"type": "word",
"value": 13
},
"Subtype": {
"type": "word",
"value": 9
}
},
{
"__struct_id": 0,
"ChanceAppear": {
"type": "byte",
"value": 100
},
"CostTable": {
"type": "byte",
"value": 13
},
"CostValue": {
"type": "word",
"value": 9
},
"Param1": {
"type": "byte",
"value": 255
},
"Param1Value": {
"type": "byte",
"value": 0
},
"PropertyName": {
"type": "word",
"value": 13
},
"Subtype": {
"type": "word",
"value": 10
}
},
{ {
"__struct_id": 0, "__struct_id": 0,
"ChanceAppear": { "ChanceAppear": {
@ -530,68 +468,6 @@
"type": "word", "type": "word",
"value": 0 "value": 0
} }
},
{
"__struct_id": 0,
"ChanceAppear": {
"type": "byte",
"value": 100
},
"CostTable": {
"type": "byte",
"value": 0
},
"CostValue": {
"type": "word",
"value": 0
},
"Param1": {
"type": "byte",
"value": 255
},
"Param1Value": {
"type": "byte",
"value": 255
},
"PropertyName": {
"type": "word",
"value": 63
},
"Subtype": {
"type": "word",
"value": 9
}
},
{
"__struct_id": 0,
"ChanceAppear": {
"type": "byte",
"value": 100
},
"CostTable": {
"type": "byte",
"value": 0
},
"CostValue": {
"type": "word",
"value": 0
},
"Param1": {
"type": "byte",
"value": 255
},
"Param1Value": {
"type": "byte",
"value": 255
},
"PropertyName": {
"type": "word",
"value": 63
},
"Subtype": {
"type": "word",
"value": 10
}
} }
] ]
}, },
@ -613,7 +489,7 @@
}, },
"xArmorPart_Belt": { "xArmorPart_Belt": {
"type": "word", "type": "word",
"value": 12 "value": 95
}, },
"xArmorPart_LBice": { "xArmorPart_LBice": {
"type": "word", "type": "word",
@ -621,27 +497,27 @@
}, },
"xArmorPart_LFArm": { "xArmorPart_LFArm": {
"type": "word", "type": "word",
"value": 13 "value": 1
}, },
"xArmorPart_LFoot": { "xArmorPart_LFoot": {
"type": "word", "type": "word",
"value": 5 "value": 7
}, },
"xArmorPart_LHand": { "xArmorPart_LHand": {
"type": "word", "type": "word",
"value": 8 "value": 1
}, },
"xArmorPart_LShin": { "xArmorPart_LShin": {
"type": "word", "type": "word",
"value": 12 "value": 4
}, },
"xArmorPart_LShou": { "xArmorPart_LShou": {
"type": "word", "type": "word",
"value": 16 "value": 0
}, },
"xArmorPart_LThig": { "xArmorPart_LThig": {
"type": "word", "type": "word",
"value": 12 "value": 3
}, },
"xArmorPart_Neck": { "xArmorPart_Neck": {
"type": "word", "type": "word",
@ -649,7 +525,7 @@
}, },
"xArmorPart_Pelvi": { "xArmorPart_Pelvi": {
"type": "word", "type": "word",
"value": 3 "value": 161
}, },
"xArmorPart_RBice": { "xArmorPart_RBice": {
"type": "word", "type": "word",
@ -657,31 +533,31 @@
}, },
"xArmorPart_RFArm": { "xArmorPart_RFArm": {
"type": "word", "type": "word",
"value": 13 "value": 2
}, },
"xArmorPart_RFoot": { "xArmorPart_RFoot": {
"type": "word", "type": "word",
"value": 5 "value": 7
}, },
"xArmorPart_RHand": { "xArmorPart_RHand": {
"type": "word", "type": "word",
"value": 8 "value": 1
}, },
"xArmorPart_Robe": { "xArmorPart_Robe": {
"type": "word", "type": "word",
"value": 5 "value": 174
}, },
"xArmorPart_RShin": { "xArmorPart_RShin": {
"type": "word", "type": "word",
"value": 12 "value": 4
}, },
"xArmorPart_RShou": { "xArmorPart_RShou": {
"type": "word", "type": "word",
"value": 16 "value": 0
}, },
"xArmorPart_RThig": { "xArmorPart_RThig": {
"type": "word", "type": "word",
"value": 12 "value": 3
}, },
"xArmorPart_Torso": { "xArmorPart_Torso": {
"type": "word", "type": "word",

View File

@ -34,7 +34,7 @@
}, },
"ArmorPart_LThigh": { "ArmorPart_LThigh": {
"type": "byte", "type": "byte",
"value": 8 "value": 149
}, },
"ArmorPart_Neck": { "ArmorPart_Neck": {
"type": "byte", "type": "byte",
@ -74,7 +74,7 @@
}, },
"ArmorPart_RThigh": { "ArmorPart_RThigh": {
"type": "byte", "type": "byte",
"value": 8 "value": 149
}, },
"ArmorPart_Torso": { "ArmorPart_Torso": {
"type": "byte", "type": "byte",
@ -90,11 +90,11 @@
}, },
"Cloth1Color": { "Cloth1Color": {
"type": "byte", "type": "byte",
"value": 17 "value": 107
}, },
"Cloth2Color": { "Cloth2Color": {
"type": "byte", "type": "byte",
"value": 31 "value": 167
}, },
"Comment": { "Comment": {
"type": "cexostring", "type": "cexostring",
@ -126,11 +126,11 @@
}, },
"Leather1Color": { "Leather1Color": {
"type": "byte", "type": "byte",
"value": 12 "value": 11
}, },
"Leather2Color": { "Leather2Color": {
"type": "byte", "type": "byte",
"value": 18 "value": 126
}, },
"LocalizedName": { "LocalizedName": {
"type": "cexolocstring", "type": "cexolocstring",
@ -140,11 +140,11 @@
}, },
"Metal1Color": { "Metal1Color": {
"type": "byte", "type": "byte",
"value": 41 "value": 107
}, },
"Metal2Color": { "Metal2Color": {
"type": "byte", "type": "byte",
"value": 44 "value": 172
}, },
"PaletteID": { "PaletteID": {
"type": "byte", "type": "byte",
@ -590,68 +590,6 @@
"type": "word", "type": "word",
"value": 17 "value": 17
} }
},
{
"__struct_id": 0,
"ChanceAppear": {
"type": "byte",
"value": 100
},
"CostTable": {
"type": "byte",
"value": 0
},
"CostValue": {
"type": "word",
"value": 0
},
"Param1": {
"type": "byte",
"value": 255
},
"Param1Value": {
"type": "byte",
"value": 0
},
"PropertyName": {
"type": "word",
"value": 63
},
"Subtype": {
"type": "word",
"value": 3
}
},
{
"__struct_id": 0,
"ChanceAppear": {
"type": "byte",
"value": 100
},
"CostTable": {
"type": "byte",
"value": 0
},
"CostValue": {
"type": "word",
"value": 0
},
"Param1": {
"type": "byte",
"value": 255
},
"Param1Value": {
"type": "byte",
"value": 0
},
"PropertyName": {
"type": "word",
"value": 63
},
"Subtype": {
"type": "word",
"value": 7
}
} }
] ]
}, },
@ -701,7 +639,7 @@
}, },
"xArmorPart_LThig": { "xArmorPart_LThig": {
"type": "word", "type": "word",
"value": 8 "value": 149
}, },
"xArmorPart_Neck": { "xArmorPart_Neck": {
"type": "word", "type": "word",
@ -741,7 +679,7 @@
}, },
"xArmorPart_RThig": { "xArmorPart_RThig": {
"type": "word", "type": "word",
"value": 8 "value": 149
}, },
"xArmorPart_Torso": { "xArmorPart_Torso": {
"type": "word", "type": "word",