Alangara_PRC8/_module/utp/pw_box.utp.json
Jaysyn904 86feb9ca6f Initial commit
Initial commit.
2024-06-05 21:21:06 -04:00

300 lines
5.5 KiB
JSON

{
"__data_type": "UTP ",
"AnimationState": {
"type": "byte",
"value": 0
},
"Appearance": {
"type": "dword",
"value": 7
},
"AutoRemoveKey": {
"type": "byte",
"value": 0
},
"BodyBag": {
"type": "byte",
"value": 0
},
"CloseLockDC": {
"type": "byte",
"value": 50
},
"Comment": {
"type": "cexostring",
"value": "--Persistent Containers--\n\nThis box mantains the items at the server restart.\nAfter you have put it on the ground right clik and modify the variable OWNER, insert a string as value which identify the box, i.e. the owner's name.\nAt the beginning the box might be empty.\nThere are ather three variables that change the characteristic of the chest:\n - OWNER ONLY : if you set this at 1 only a player with a name that contained in it words the string of OWNER can open the chest; \n - OWNER KEY : if this integer is larger than 0 the first time you open the chest you find inside it a number of key, equal to OWNER KEY, that opens the chest;\n - MAX NUM ITEMS : if this integer is larger than 0 it rapresents the max number of items that the chest can store. \n\nCreated By Ulmo\n\n\n\n"
},
"Conversation": {
"type": "resref",
"value": ""
},
"CurrentHP": {
"type": "short",
"value": 10
},
"Description": {
"type": "cexolocstring",
"value": {
"6": "In this chest you can store your items."
}
},
"DisarmDC": {
"type": "byte",
"value": 0
},
"Faction": {
"type": "dword",
"value": 1
},
"Fort": {
"type": "byte",
"value": 5
},
"Hardness": {
"type": "byte",
"value": 5
},
"HasInventory": {
"type": "byte",
"value": 1
},
"HP": {
"type": "short",
"value": 10
},
"Interruptable": {
"type": "byte",
"value": 1
},
"KeyName": {
"type": "cexostring",
"value": ""
},
"KeyRequired": {
"type": "byte",
"value": 0
},
"Lockable": {
"type": "byte",
"value": 1
},
"Locked": {
"type": "byte",
"value": 1
},
"LocName": {
"type": "cexolocstring",
"value": {
"6": "Personal Chest"
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": "pw_cassa_close"
},
"OnDamaged": {
"type": "resref",
"value": "pw_cassa_damage"
},
"OnDeath": {
"type": "resref",
"value": "pw_cassa_death"
},
"OnDisarm": {
"type": "resref",
"value": ""
},
"OnHeartbeat": {
"type": "resref",
"value": ""
},
"OnInvDisturbed": {
"type": "resref",
"value": "pw_cassa_disturb"
},
"OnLock": {
"type": "resref",
"value": ""
},
"OnMeleeAttacked": {
"type": "resref",
"value": ""
},
"OnOpen": {
"type": "resref",
"value": "pw_cassa_open"
},
"OnSpellCastAt": {
"type": "resref",
"value": ""
},
"OnTrapTriggered": {
"type": "resref",
"value": ""
},
"OnUnlock": {
"type": "resref",
"value": ""
},
"OnUsed": {
"type": "resref",
"value": "pw_cassa_used"
},
"OnUserDefined": {
"type": "resref",
"value": ""
},
"OpenLockDC": {
"type": "byte",
"value": 50
},
"PaletteID": {
"type": "byte",
"value": 6
},
"Plot": {
"type": "byte",
"value": 1
},
"PortraitId": {
"type": "word",
"value": 365
},
"Ref": {
"type": "byte",
"value": 0
},
"Static": {
"type": "byte",
"value": 0
},
"Tag": {
"type": "cexostring",
"value": "PW_BOX"
},
"TemplateResRef": {
"type": "resref",
"value": "pw_box"
},
"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
},
"VarTable": {
"type": "list",
"value": [
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "OWNER"
},
"Type": {
"type": "dword",
"value": 3
},
"Value": {
"type": "cexostring",
"value": ""
}
},
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "OWNER_ONLY"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 0
}
},
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "OWNER_KEY"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 0
}
},
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "MAX_NUM_ITEMS"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 0
}
},
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "LIMITED_NUM_ITEMS"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 0
}
}
]
},
"Will": {
"type": "byte",
"value": 0
}
}