small fixes

This commit is contained in:
EpicValor 2023-08-26 21:43:53 -05:00
parent cf6b4a5e03
commit e5ea315cd4
9 changed files with 900 additions and 22 deletions

View File

@ -6353,7 +6353,7 @@
},
"Version": {
"type": "dword",
"value": 2
"value": 3
},
"Width": {
"type": "int",

View File

@ -14093,7 +14093,7 @@
},
"Version": {
"type": "dword",
"value": 2
"value": 3
},
"Width": {
"type": "int",

View File

@ -2934,7 +2934,7 @@
},
"Tag": {
"type": "cexostring",
"value": "tres_goldhigh"
"value": "treasurelrg001"
},
"TemplateResRef": {
"type": "resref",
@ -2995,7 +2995,7 @@
},
"Tag": {
"type": "cexostring",
"value": "tres_goldhigh"
"value": "treasurelrg001"
},
"TemplateResRef": {
"type": "resref",
@ -3056,7 +3056,7 @@
},
"Tag": {
"type": "cexostring",
"value": "tres_goldhigh"
"value": "treasurelrg001"
},
"TemplateResRef": {
"type": "resref",
@ -3117,7 +3117,7 @@
},
"Tag": {
"type": "cexostring",
"value": "tres_goldhigh"
"value": "treasurelrg001"
},
"TemplateResRef": {
"type": "resref",
@ -3178,7 +3178,7 @@
},
"Tag": {
"type": "cexostring",
"value": "tres_goldhigh"
"value": "treasurelrg001"
},
"TemplateResRef": {
"type": "resref",
@ -3239,7 +3239,7 @@
},
"Tag": {
"type": "cexostring",
"value": "tres_goldhigh"
"value": "treasurelrg001"
},
"TemplateResRef": {
"type": "resref",
@ -3483,7 +3483,7 @@
},
"Tag": {
"type": "cexostring",
"value": "vampire"
"value": "vampire001"
},
"TemplateResRef": {
"type": "resref",
@ -3727,7 +3727,7 @@
},
"Tag": {
"type": "cexostring",
"value": "vampire"
"value": "vampire001"
},
"TemplateResRef": {
"type": "resref",
@ -3971,7 +3971,7 @@
},
"Tag": {
"type": "cexostring",
"value": "vampire"
"value": "vampire001"
},
"TemplateResRef": {
"type": "resref",
@ -4093,7 +4093,7 @@
},
"Tag": {
"type": "cexostring",
"value": "vampire"
"value": "vampire001"
},
"TemplateResRef": {
"type": "resref",
@ -4215,7 +4215,7 @@
},
"Tag": {
"type": "cexostring",
"value": "vampire"
"value": "vampire001"
},
"TemplateResRef": {
"type": "resref",

View File

@ -12225,7 +12225,7 @@
},
"Tag": {
"type": "cexostring",
"value": "worg"
"value": "worg001"
},
"TemplateResRef": {
"type": "resref",
@ -12288,7 +12288,7 @@
},
"Tag": {
"type": "cexostring",
"value": "worg"
"value": "worg001"
},
"TemplateResRef": {
"type": "resref",
@ -12351,7 +12351,7 @@
},
"Tag": {
"type": "cexostring",
"value": "worg"
"value": "worg001"
},
"TemplateResRef": {
"type": "resref",
@ -12414,7 +12414,7 @@
},
"Tag": {
"type": "cexostring",
"value": "worg"
"value": "worg001"
},
"TemplateResRef": {
"type": "resref",
@ -13233,7 +13233,7 @@
},
"Tag": {
"type": "cexostring",
"value": "worg"
"value": "worg001"
},
"TemplateResRef": {
"type": "resref",

View File

@ -620,6 +620,25 @@
"type": "resref",
"value": "winterwolf"
}
},
{
"__struct_id": 0,
"CR": {
"type": "float",
"value": 7.0
},
"FACTION": {
"type": "cexostring",
"value": "Hostile"
},
"NAME": {
"type": "cexostring",
"value": "Worg"
},
"RESREF": {
"type": "resref",
"value": "worg001"
}
}
]
},
@ -7262,7 +7281,7 @@
"__struct_id": 0,
"CR": {
"type": "float",
"value": 18.0
"value": 22.0
},
"FACTION": {
"type": "cexostring",

View File

@ -231,6 +231,17 @@
"type": "resref",
"value": "strongbox"
}
},
{
"__struct_id": 0,
"NAME": {
"type": "cexostring",
"value": "Treasure"
},
"RESREF": {
"type": "resref",
"value": "treasurelrg001"
}
}
]
},

View File

@ -14,7 +14,7 @@
},
"ChallengeRating": {
"type": "float",
"value": 18.0
"value": 22.0
},
"ClassList": {
"type": "list",
@ -57,7 +57,7 @@
},
"CRAdjust": {
"type": "int",
"value": 0
"value": 2
},
"CurrentHitPoints": {
"type": "short",
@ -87,6 +87,20 @@
"Equip_ItemList": {
"type": "list",
"value": [
{
"__struct_id": 16,
"EquippedRes": {
"type": "resref",
"value": "wswmss011"
}
},
{
"__struct_id": 32,
"EquippedRes": {
"type": "resref",
"value": "wswmss011"
}
},
{
"__struct_id": 65536,
"EquippedRes": {
@ -498,7 +512,7 @@
},
"ScriptDeath": {
"type": "resref",
"value": "nw_c2_vampire7"
"value": "nw_c2_default7"
},
"ScriptDialogue": {
"type": "resref",

View File

@ -0,0 +1,617 @@
{
"__data_type": "UTC ",
"Appearance_Type": {
"type": "word",
"value": 185
},
"BodyBag": {
"type": "byte",
"value": 0
},
"Cha": {
"type": "byte",
"value": 10
},
"ChallengeRating": {
"type": "float",
"value": 7.0
},
"ClassList": {
"type": "list",
"value": [
{
"__struct_id": 2,
"Class": {
"type": "int",
"value": 23
},
"ClassLevel": {
"type": "short",
"value": 7
}
}
]
},
"Comment": {
"type": "cexostring",
"value": ""
},
"Con": {
"type": "byte",
"value": 16
},
"Conversation": {
"type": "resref",
"value": ""
},
"CRAdjust": {
"type": "int",
"value": 0
},
"CurrentHitPoints": {
"type": "short",
"value": 67
},
"DecayTime": {
"type": "dword",
"value": 5000
},
"Deity": {
"type": "cexostring",
"value": ""
},
"Description": {
"id": 12819,
"type": "cexolocstring",
"value": {}
},
"Dex": {
"type": "byte",
"value": 16
},
"Disarmable": {
"type": "byte",
"value": 0
},
"Equip_ItemList": {
"type": "list",
"value": [
{
"__struct_id": 16384,
"EquippedRes": {
"type": "resref",
"value": "nw_it_crewps005"
}
},
{
"__struct_id": 32768,
"EquippedRes": {
"type": "resref",
"value": "nw_it_crewps005"
}
},
{
"__struct_id": 65536,
"EquippedRes": {
"type": "resref",
"value": "nw_it_crewps005"
}
}
]
},
"FactionID": {
"type": "word",
"value": 1
},
"FeatList": {
"type": "list",
"value": [
{
"__struct_id": 1,
"Feat": {
"type": "word",
"value": 0
}
},
{
"__struct_id": 1,
"Feat": {
"type": "word",
"value": 6
}
},
{
"__struct_id": 1,
"Feat": {
"type": "word",
"value": 228
}
},
{
"__struct_id": 1,
"Feat": {
"type": "word",
"value": 28
}
},
{
"__struct_id": 1,
"Feat": {
"type": "word",
"value": 289
}
}
]
},
"FirstName": {
"id": 12820,
"type": "cexolocstring",
"value": {}
},
"fortbonus": {
"type": "short",
"value": 0
},
"Gender": {
"type": "byte",
"value": 2
},
"GoodEvil": {
"type": "byte",
"value": 50
},
"HitPoints": {
"type": "short",
"value": 67
},
"Int": {
"type": "byte",
"value": 6
},
"Interruptable": {
"type": "byte",
"value": 1
},
"IsImmortal": {
"type": "byte",
"value": 0
},
"IsPC": {
"type": "byte",
"value": 0
},
"LastName": {
"type": "cexolocstring",
"value": {}
},
"LawfulChaotic": {
"type": "byte",
"value": 0
},
"Lootable": {
"type": "byte",
"value": 0
},
"MaxHitPoints": {
"type": "short",
"value": 88
},
"NaturalAC": {
"type": "byte",
"value": 7
},
"NoPermDeath": {
"type": "byte",
"value": 0
},
"PaletteID": {
"type": "byte",
"value": 7
},
"PerceptionRange": {
"type": "byte",
"value": 11
},
"Phenotype": {
"type": "int",
"value": 0
},
"Plot": {
"type": "byte",
"value": 0
},
"PortraitId": {
"type": "word",
"value": 321
},
"Race": {
"type": "byte",
"value": 19
},
"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",
"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": 7
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 9
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 0
}
},
{
"__struct_id": 0,
"Rank": {
"type": "byte",
"value": 7
}
},
{
"__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": 9
}
},
{
"__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
}
},
{
"__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
}
}
]
},
"SoundSetFile": {
"type": "word",
"value": 106
},
"SpecAbilityList": {
"type": "list",
"value": []
},
"StartingPackage": {
"type": "byte",
"value": 0
},
"Str": {
"type": "byte",
"value": 18
},
"Subrace": {
"type": "cexostring",
"value": ""
},
"Tag": {
"type": "cexostring",
"value": "NW_WORG"
},
"Tail_New": {
"type": "dword",
"value": 0
},
"TemplateList": {
"type": "list",
"value": []
},
"TemplateResRef": {
"type": "resref",
"value": "worg001"
},
"WalkRate": {
"type": "int",
"value": 7
},
"willbonus": {
"type": "short",
"value": 0
},
"Wings_New": {
"type": "dword",
"value": 0
},
"Wis": {
"type": "byte",
"value": 14
}
}

View File

@ -0,0 +1,217 @@
{
"__data_type": "UTP ",
"AnimationState": {
"type": "byte",
"value": 0
},
"Appearance": {
"type": "dword",
"value": 191
},
"AutoRemoveKey": {
"type": "byte",
"value": 0
},
"BodyBag": {
"type": "byte",
"value": 0
},
"CloseLockDC": {
"type": "byte",
"value": 0
},
"Comment": {
"type": "cexostring",
"value": "Treasure Large"
},
"Conversation": {
"type": "resref",
"value": ""
},
"CurrentHP": {
"type": "short",
"value": 15
},
"Description": {
"id": 66929,
"type": "cexolocstring",
"value": {}
},
"DisarmDC": {
"type": "byte",
"value": 15
},
"Faction": {
"type": "dword",
"value": 1
},
"Fort": {
"type": "byte",
"value": 16
},
"Hardness": {
"type": "byte",
"value": 5
},
"HasInventory": {
"type": "byte",
"value": 1
},
"HP": {
"type": "short",
"value": 15
},
"Interruptable": {
"type": "byte",
"value": 0
},
"KeyName": {
"type": "cexostring",
"value": ""
},
"KeyRequired": {
"type": "byte",
"value": 0
},
"Lockable": {
"type": "byte",
"value": 0
},
"Locked": {
"type": "byte",
"value": 0
},
"LocName": {
"id": 64112,
"type": "cexolocstring",
"value": {}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
},
"OnDamaged": {
"type": "resref",
"value": ""
},
"OnDeath": {
"type": "resref",
"value": "nw_o2_generalhig"
},
"OnDisarm": {
"type": "resref",
"value": ""
},
"OnHeartbeat": {
"type": "resref",
"value": ""
},
"OnInvDisturbed": {
"type": "resref",
"value": ""
},
"OnLock": {
"type": "resref",
"value": ""
},
"OnMeleeAttacked": {
"type": "resref",
"value": ""
},
"OnOpen": {
"type": "resref",
"value": "nw_o2_generalhig"
},
"OnSpellCastAt": {
"type": "resref",
"value": ""
},
"OnTrapTriggered": {
"type": "resref",
"value": ""
},
"OnUnlock": {
"type": "resref",
"value": ""
},
"OnUsed": {
"type": "resref",
"value": ""
},
"OnUserDefined": {
"type": "resref",
"value": ""
},
"OpenLockDC": {
"type": "byte",
"value": 18
},
"PaletteID": {
"type": "byte",
"value": 6
},
"Plot": {
"type": "byte",
"value": 0
},
"PortraitId": {
"type": "word",
"value": 554
},
"Ref": {
"type": "byte",
"value": 0
},
"Static": {
"type": "byte",
"value": 0
},
"Tag": {
"type": "cexostring",
"value": "TreasureLarge"
},
"TemplateResRef": {
"type": "resref",
"value": "treasurelrg001"
},
"TrapDetectable": {
"type": "byte",
"value": 1
},
"TrapDetectDC": {
"type": "byte",
"value": 0
},
"TrapDisarmable": {
"type": "byte",
"value": 1
},
"TrapFlag": {
"type": "byte",
"value": 0
},
"TrapOneShot": {
"type": "byte",
"value": 1
},
"TrapType": {
"type": "byte",
"value": 0
},
"Type": {
"type": "byte",
"value": 0
},
"Useable": {
"type": "byte",
"value": 1
},
"Will": {
"type": "byte",
"value": 0
}
}