2023-08-08 16:22:17 -04:00
{
"__data_type" : "UTC " ,
"Appearance_Head" : {
"type" : "byte" ,
"value" : 1
} ,
"Appearance_Type" : {
"type" : "word" ,
"value" : 6
} ,
"ArmorPart_RFoot" : {
"type" : "byte" ,
"value" : 1
} ,
"BodyBag" : {
"type" : "byte" ,
"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" : {
"type" : "byte" ,
"value" : 12
} ,
"ChallengeRating" : {
"type" : "float" ,
2023-08-24 15:20:50 -05:00
"value" : 26.0
2023-08-08 16:22:17 -04:00
} ,
"ClassList" : {
"type" : "list" ,
"value" : [
{
"__struct_id" : 2 ,
"Class" : {
"type" : "int" ,
2023-10-08 23:57:44 -05:00
"value" : 4
2023-08-08 16:22:17 -04:00
} ,
"ClassLevel" : {
"type" : "short" ,
2023-10-08 23:57:44 -05:00
"value" : 26
2023-08-08 16:22:17 -04:00
}
}
]
} ,
"Color_Hair" : {
"type" : "byte" ,
2023-10-08 23:57:44 -05:00
"value" : 170
2023-08-08 16:22:17 -04:00
} ,
"Color_Skin" : {
"type" : "byte" ,
2023-10-08 23:57:44 -05:00
"value" : 91
2023-08-08 16:22:17 -04:00
} ,
"Color_Tattoo1" : {
"type" : "byte" ,
"value" : 1
} ,
"Color_Tattoo2" : {
"type" : "byte" ,
"value" : 1
} ,
"Comment" : {
"type" : "cexostring" ,
"value" : ""
} ,
"Con" : {
"type" : "byte" ,
"value" : 20
} ,
"Conversation" : {
"type" : "resref" ,
"value" : ""
} ,
"CRAdjust" : {
"type" : "int" ,
2023-10-13 21:50:23 -05:00
"value" : -69
2023-08-08 16:22:17 -04:00
} ,
"CurrentHitPoints" : {
"type" : "short" ,
2023-10-08 23:57:44 -05:00
"value" : 691
2023-08-08 16:22:17 -04:00
} ,
"DecayTime" : {
"type" : "dword" ,
2023-10-08 23:57:44 -05:00
"value" : 5000
2023-08-08 16:22:17 -04:00
} ,
"Deity" : {
"type" : "cexostring" ,
"value" : ""
} ,
"Description" : {
"type" : "cexolocstring" ,
"value" : {
2024-02-14 21:41:42 -05:00
"0" : "The cursed, undead corruptions of once-upright paladins who fell from grace, Doom Knights are the scourge of all lands over which they hold dominion." ,
"id" : 12458
2023-08-08 16:22:17 -04:00
}
} ,
"Dex" : {
"type" : "byte" ,
"value" : 16
} ,
"Disarmable" : {
"type" : "byte" ,
"value" : 0
} ,
"Equip_ItemList" : {
"type" : "list" ,
"value" : [
{
"__struct_id" : 1 ,
"EquippedRes" : {
"type" : "resref" ,
"value" : "mithrilmask"
}
} ,
{
"__struct_id" : 2 ,
"EquippedRes" : {
"type" : "resref" ,
"value" : "crimsonchain"
}
} ,
{
"__struct_id" : 16 ,
"EquippedRes" : {
"type" : "resref" ,
"value" : "totality"
}
} ,
2023-10-13 21:50:23 -05:00
{
"__struct_id" : 128 ,
"EquippedRes" : {
"type" : "resref" ,
"value" : "item009"
}
} ,
2023-08-08 16:22:17 -04:00
{
"__struct_id" : 131072 ,
"EquippedRes" : {
"type" : "resref" ,
"value" : "nw_it_creitem048"
}
}
]
} ,
"FactionID" : {
"type" : "word" ,
"value" : 1
} ,
"FeatList" : {
"type" : "list" ,
"value" : [
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 0
}
} ,
2023-10-08 23:57:44 -05:00
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 1
}
} ,
2023-08-08 16:22:17 -04:00
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 2
}
} ,
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 4
}
} ,
2023-10-08 23:57:44 -05:00
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 408
}
} ,
2023-08-08 16:22:17 -04:00
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 6
}
} ,
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 228
}
} ,
2023-10-08 23:57:44 -05:00
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 8
}
} ,
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 10
}
} ,
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 966
}
} ,
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 619
}
} ,
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 637
}
} ,
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 623
}
} ,
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 636
}
} ,
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 633
}
} ,
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 675
}
} ,
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 661
}
} ,
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 674
}
} ,
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 391
}
} ,
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 15
}
} ,
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 52
}
} ,
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 69
}
} ,
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 54
}
} ,
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 55
}
} ,
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 63
}
} ,
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 68
}
} ,
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 58
}
} ,
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 66
}
} ,
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 65
}
} ,
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 64
}
} ,
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 62
}
} ,
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 377
}
} ,
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 20
}
} ,
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 21
}
} ,
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 26
}
} ,
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 27
}
} ,
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 28
}
} ,
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 30
}
} ,
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 392
}
} ,
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 39
}
} ,
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 41
}
} ,
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 42
}
} ,
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 43
}
} ,
2023-08-08 16:22:17 -04:00
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 107
}
} ,
2023-10-08 23:57:44 -05:00
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 93
}
} ,
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 106
}
} ,
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 104
}
} ,
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 103
}
} ,
2023-08-08 16:22:17 -04:00
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 289
}
} ,
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 45
}
2023-10-08 23:57:44 -05:00
} ,
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 145
}
} ,
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 131
}
} ,
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 144
}
} ,
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 142
}
} ,
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 141
}
} ,
{
"__struct_id" : 1 ,
"Feat" : {
"type" : "word" ,
"value" : 24423
}
2023-08-08 16:22:17 -04:00
}
]
} ,
"FirstName" : {
"type" : "cexolocstring" ,
"value" : {
2024-02-14 21:41:42 -05:00
"0" : "Hell Bastard" ,
"id" : 12459
2023-08-08 16:22:17 -04:00
}
} ,
"fortbonus" : {
"type" : "short" ,
"value" : 0
} ,
"Gender" : {
"type" : "byte" ,
"value" : 0
} ,
"GoodEvil" : {
"type" : "byte" ,
"value" : 0
} ,
"HitPoints" : {
"type" : "short" ,
2023-10-08 23:57:44 -05:00
"value" : 691
2023-08-08 16:22:17 -04:00
} ,
"Int" : {
"type" : "byte" ,
"value" : 12
} ,
"Interruptable" : {
"type" : "byte" ,
"value" : 1
} ,
"IsImmortal" : {
"type" : "byte" ,
"value" : 0
} ,
"IsPC" : {
"type" : "byte" ,
"value" : 0
} ,
"ItemList" : {
"type" : "list" ,
"value" : [
{
"__struct_id" : 0 ,
"InventoryRes" : {
"type" : "resref" ,
"value" : "crimsonchain"
} ,
"Repos_PosX" : {
"type" : "word" ,
"value" : 0
} ,
"Repos_Posy" : {
"type" : "word" ,
"value" : 0
}
} ,
{
"__struct_id" : 1 ,
"InventoryRes" : {
"type" : "resref" ,
"value" : "totality"
} ,
"Repos_PosX" : {
"type" : "word" ,
"value" : 2
} ,
"Repos_Posy" : {
"type" : "word" ,
"value" : 0
}
} ,
{
"__struct_id" : 2 ,
"InventoryRes" : {
"type" : "resref" ,
"value" : "mithrilmask"
} ,
"Repos_PosX" : {
"type" : "word" ,
"value" : 4
} ,
"Repos_Posy" : {
"type" : "word" ,
"value" : 0
}
}
]
} ,
"LastName" : {
"type" : "cexolocstring" ,
"value" : { }
} ,
"LawfulChaotic" : {
"type" : "byte" ,
"value" : 0
} ,
"Lootable" : {
"type" : "byte" ,
"value" : 0
} ,
"MaxHitPoints" : {
"type" : "short" ,
2023-10-08 23:57:44 -05:00
"value" : 821
2023-08-08 16:22:17 -04:00
} ,
"NaturalAC" : {
"type" : "byte" ,
2023-10-13 21:50:23 -05:00
"value" : 10
2023-08-08 16:22:17 -04:00
} ,
"NoPermDeath" : {
"type" : "byte" ,
"value" : 0
} ,
"PaletteID" : {
"type" : "byte" ,
"value" : 29
} ,
"PerceptionRange" : {
"type" : "byte" ,
"value" : 11
} ,
"Phenotype" : {
"type" : "int" ,
"value" : 0
} ,
"Plot" : {
"type" : "byte" ,
"value" : 0
} ,
"PortraitId" : {
"type" : "word" ,
"value" : 190
} ,
"Race" : {
"type" : "byte" ,
"value" : 24
} ,
"refbonus" : {
"type" : "short" ,
"value" : 0
} ,
"ScriptAttacked" : {
"type" : "resref" ,
"value" : "nw_c2_default5"
} ,
"ScriptDamaged" : {
"type" : "resref" ,
"value" : "nw_c2_default6"
} ,
"ScriptDeath" : {
"type" : "resref" ,
"value" : "nw_c2_default7"
} ,
"ScriptDialogue" : {
"type" : "resref" ,
"value" : "nw_c2_default4"
} ,
"ScriptDisturbed" : {
"type" : "resref" ,
"value" : "nw_c2_default8"
} ,
"ScriptEndRound" : {
"type" : "resref" ,
"value" : "nw_c2_default3"
} ,
"ScriptHeartbeat" : {
"type" : "resref" ,
"value" : "nw_c2_default1"
} ,
"ScriptOnBlocked" : {
"type" : "resref" ,
"value" : "nw_c2_defaulte"
} ,
"ScriptOnNotice" : {
"type" : "resref" ,
"value" : "nw_c2_default2"
} ,
"ScriptRested" : {
"type" : "resref" ,
"value" : "nw_c2_defaulta"
} ,
"ScriptSpawn" : {
"type" : "resref" ,
"value" : "nw_c2_default9"
} ,
"ScriptSpellAt" : {
"type" : "resref" ,
"value" : "nw_c2_defaultb"
} ,
"ScriptUserDefine" : {
"type" : "resref" ,
"value" : "nw_c2_defaultd"
} ,
"SkillList" : {
"type" : "list" ,
"value" : [
{
"__struct_id" : 0 ,
"Rank" : {
"type" : "byte" ,
"value" : 0
}
} ,
{
"__struct_id" : 0 ,
"Rank" : {
"type" : "byte" ,
2023-10-08 23:57:44 -05:00
"value" : 21
2023-08-08 16:22:17 -04:00
}
} ,
{
"__struct_id" : 0 ,
"Rank" : {
"type" : "byte" ,
"value" : 0
}
} ,
{
"__struct_id" : 0 ,
"Rank" : {
"type" : "byte" ,
2023-10-08 23:57:44 -05:00
"value" : 29
2023-08-08 16:22:17 -04:00
}
} ,
{
"__struct_id" : 0 ,
"Rank" : {
"type" : "byte" ,
2023-10-08 23:57:44 -05:00
"value" : 29
2023-08-08 16:22:17 -04:00
}
} ,
{
"__struct_id" : 0 ,
"Rank" : {
"type" : "byte" ,
"value" : 0
}
} ,
{
"__struct_id" : 0 ,
"Rank" : {
"type" : "byte" ,
"value" : 5
}
} ,
{
"__struct_id" : 0 ,
"Rank" : {
"type" : "byte" ,
2023-10-08 23:57:44 -05:00
"value" : 25
2023-08-08 16:22:17 -04:00
}
} ,
{
"__struct_id" : 0 ,
"Rank" : {
"type" : "byte" ,
"value" : 0
}
} ,
{
"__struct_id" : 0 ,
"Rank" : {
"type" : "byte" ,
"value" : 0
}
} ,
{
"__struct_id" : 0 ,
"Rank" : {
"type" : "byte" ,
"value" : 0
}
} ,
{
"__struct_id" : 0 ,
"Rank" : {
"type" : "byte" ,
"value" : 0
}
} ,
{
"__struct_id" : 0 ,
"Rank" : {
"type" : "byte" ,
"value" : 0
}
} ,
{
"__struct_id" : 0 ,
"Rank" : {
"type" : "byte" ,
"value" : 0
}
} ,
{
"__struct_id" : 0 ,
"Rank" : {
"type" : "byte" ,
"value" : 5
}
} ,
{
"__struct_id" : 0 ,
"Rank" : {
"type" : "byte" ,
"value" : 0
}
} ,
{
"__struct_id" : 0 ,
"Rank" : {
"type" : "byte" ,
"value" : 0
}
} ,
{
"__struct_id" : 0 ,
"Rank" : {
"type" : "byte" ,
"value" : 8
}
} ,
{
"__struct_id" : 0 ,
"Rank" : {
"type" : "byte" ,
"value" : 0
}
} ,
{
"__struct_id" : 0 ,
"Rank" : {
"type" : "byte" ,
"value" : 0
}
} ,
{
"__struct_id" : 0 ,
"Rank" : {
"type" : "byte" ,
"value" : 0
}
} ,
{
"__struct_id" : 0 ,
"Rank" : {
"type" : "byte" ,
"value" : 0
}
} ,
{
"__struct_id" : 0 ,
"Rank" : {
"type" : "byte" ,
"value" : 0
}
} ,
{
"__struct_id" : 0 ,
"Rank" : {
"type" : "byte" ,
"value" : 0
}
} ,
{
"__struct_id" : 0 ,
"Rank" : {
"type" : "byte" ,
"value" : 0
}
} ,
{
"__struct_id" : 0 ,
"Rank" : {
"type" : "byte" ,
2023-10-08 23:57:44 -05:00
"value" : 25
2023-08-08 16:22:17 -04:00
}
} ,
2023-08-24 15:20:50 -05:00
{
"__struct_id" : 0 ,
"Rank" : {
"type" : "byte" ,
2023-10-08 23:57:44 -05:00
"value" : 25
2023-08-24 15:20:50 -05:00
}
} ,
{
"__struct_id" : 0 ,
"Rank" : {
"type" : "byte" ,
"value" : 0
}
} ,
{
"__struct_id" : 0 ,
"Rank" : {
"type" : "byte" ,
"value" : 0
}
} ,
{
"__struct_id" : 0 ,
"Rank" : {
"type" : "byte" ,
"value" : 0
}
} ,
{
"__struct_id" : 0 ,
"Rank" : {
"type" : "byte" ,
"value" : 0
}
} ,
{
"__struct_id" : 0 ,
"Rank" : {
"type" : "byte" ,
"value" : 0
}
} ,
{
"__struct_id" : 0 ,
"Rank" : {
"type" : "byte" ,
"value" : 0
}
} ,
{
"__struct_id" : 0 ,
"Rank" : {
"type" : "byte" ,
"value" : 0
}
} ,
{
"__struct_id" : 0 ,
"Rank" : {
"type" : "byte" ,
"value" : 0
}
} ,
{
"__struct_id" : 0 ,
"Rank" : {
"type" : "byte" ,
"value" : 0
}
} ,
{
"__struct_id" : 0 ,
"Rank" : {
"type" : "byte" ,
"value" : 0
}
} ,
{
"__struct_id" : 0 ,
"Rank" : {
"type" : "byte" ,
"value" : 0
}
} ,
2023-08-08 16:22:17 -04:00
{
"__struct_id" : 0 ,
"Rank" : {
"type" : "byte" ,
"value" : 0
}
}
]
} ,
"SoundSetFile" : {
"type" : "word" ,
"value" : 28
} ,
"SpecAbilityList" : {
"type" : "list" ,
"value" : [
{
"__struct_id" : 4 ,
"Spell" : {
"type" : "word" ,
"value" : 198
} ,
"SpellCasterLevel" : {
"type" : "byte" ,
"value" : 9
} ,
"SpellFlags" : {
"type" : "byte" ,
"value" : 1
}
} ,
{
"__struct_id" : 4 ,
"Spell" : {
"type" : "word" ,
"value" : 198
} ,
"SpellCasterLevel" : {
"type" : "byte" ,
"value" : 9
} ,
"SpellFlags" : {
"type" : "byte" ,
"value" : 1
}
} ,
{
"__struct_id" : 4 ,
"Spell" : {
"type" : "word" ,
"value" : 41
} ,
"SpellCasterLevel" : {
"type" : "byte" ,
"value" : 9
} ,
"SpellFlags" : {
"type" : "byte" ,
"value" : 1
}
} ,
{
"__struct_id" : 4 ,
"Spell" : {
"type" : "word" ,
"value" : 41
} ,
"SpellCasterLevel" : {
"type" : "byte" ,
"value" : 9
} ,
"SpellFlags" : {
"type" : "byte" ,
"value" : 1
}
} ,
{
"__struct_id" : 4 ,
"Spell" : {
"type" : "word" ,
"value" : 58
} ,
"SpellCasterLevel" : {
"type" : "byte" ,
"value" : 9
} ,
"SpellFlags" : {
"type" : "byte" ,
"value" : 1
}
} ,
{
"__struct_id" : 4 ,
"Spell" : {
"type" : "word" ,
"value" : 132
} ,
"SpellCasterLevel" : {
"type" : "byte" ,
"value" : 9
} ,
"SpellFlags" : {
"type" : "byte" ,
"value" : 1
}
} ,
{
"__struct_id" : 4 ,
"Spell" : {
"type" : "word" ,
"value" : 157
} ,
"SpellCasterLevel" : {
"type" : "byte" ,
"value" : 9
} ,
"SpellFlags" : {
"type" : "byte" ,
"value" : 1
}
} ,
{
"__struct_id" : 4 ,
"Spell" : {
"type" : "word" ,
"value" : 157
} ,
"SpellCasterLevel" : {
"type" : "byte" ,
"value" : 9
} ,
"SpellFlags" : {
"type" : "byte" ,
"value" : 1
}
} ,
{
"__struct_id" : 4 ,
"Spell" : {
"type" : "word" ,
"value" : 157
} ,
"SpellCasterLevel" : {
"type" : "byte" ,
"value" : 9
} ,
"SpellFlags" : {
"type" : "byte" ,
"value" : 1
}
}
]
} ,
"StartingPackage" : {
"type" : "byte" ,
2023-10-08 23:57:44 -05:00
"value" : 26
2023-08-08 16:22:17 -04:00
} ,
"Str" : {
"type" : "byte" ,
2023-10-08 23:57:44 -05:00
"value" : 38
2023-08-08 16:22:17 -04:00
} ,
"Subrace" : {
"type" : "cexostring" ,
"value" : ""
} ,
"Tag" : {
"type" : "cexostring" ,
"value" : "HellBastard"
} ,
2023-08-24 15:20:50 -05:00
"Tail_New" : {
"type" : "dword" ,
2023-08-08 16:22:17 -04:00
"value" : 0
} ,
"TemplateList" : {
"type" : "list" ,
"value" : [ ]
} ,
"TemplateResRef" : {
"type" : "resref" ,
"value" : "hellbastard"
} ,
"WalkRate" : {
"type" : "int" ,
"value" : 7
} ,
"willbonus" : {
"type" : "short" ,
"value" : 0
} ,
2023-08-24 15:20:50 -05:00
"Wings_New" : {
"type" : "dword" ,
2023-10-08 23:57:44 -05:00
"value" : 78
2023-08-08 16:22:17 -04:00
} ,
"Wis" : {
"type" : "byte" ,
"value" : 15
2023-08-24 15:20:50 -05:00
} ,
"xAppearance_Head" : {
"type" : "word" ,
"value" : 1
} ,
"xArmorPart_RFoot" : {
"type" : "word" ,
"value" : 1
} ,
"xBodyPart_Belt" : {
"type" : "word" ,
"value" : 0
} ,
"xBodyPart_LBicep" : {
"type" : "word" ,
"value" : 1
} ,
"xBodyPart_LFArm" : {
"type" : "word" ,
"value" : 1
} ,
"xBodyPart_LFoot" : {
"type" : "word" ,
"value" : 1
} ,
"xBodyPart_LHand" : {
"type" : "word" ,
"value" : 1
} ,
"xBodyPart_LShin" : {
"type" : "word" ,
"value" : 1
} ,
"xBodyPart_LShoul" : {
"type" : "word" ,
"value" : 0
} ,
"xBodyPart_LThigh" : {
"type" : "word" ,
"value" : 1
} ,
"xBodyPart_Neck" : {
"type" : "word" ,
"value" : 1
} ,
"xBodyPart_Pelvis" : {
"type" : "word" ,
"value" : 1
} ,
"xBodyPart_RBicep" : {
"type" : "word" ,
"value" : 1
} ,
"xBodyPart_RFArm" : {
"type" : "word" ,
"value" : 1
} ,
"xBodyPart_RHand" : {
"type" : "word" ,
"value" : 1
} ,
"xBodyPart_RShin" : {
"type" : "word" ,
"value" : 1
} ,
"xBodyPart_RShoul" : {
"type" : "word" ,
"value" : 0
} ,
"xBodyPart_RThigh" : {
"type" : "word" ,
"value" : 1
} ,
"xBodyPart_Torso" : {
"type" : "word" ,
"value" : 1
2023-08-08 16:22:17 -04:00
}
}