PoA_PRC8/_module/utd/keep_out_door.utd.json
Jaysyn904 02b3d3f14e Made Appraise useful
Made Appraise useful.  Made merchant faction non-global.  Toolset update added several new fields to various object.  Full compile.  Updated release archive.
2024-06-04 20:14:31 -04:00

214 lines
3.7 KiB
JSON

{
"__data_type": "UTD ",
"AnimationState": {
"type": "byte",
"value": 0
},
"Appearance": {
"type": "dword",
"value": 0
},
"AutoRemoveKey": {
"type": "byte",
"value": 0
},
"CloseLockDC": {
"type": "byte",
"value": 40
},
"Comment": {
"type": "cexostring",
"value": "This door is locked with a fake key name, therefore it's unopennable by anyone but a DM, however the door has the script \"quick_lock\" attached to it's OnOpen event, so it will quickly close and lock after 3 seconds, DMs will figure this out rather fast, and learn to get in quicker!\r\n\r\nThe door also tells the PC that it's barred from the other side, so they will get the hint, that it's unoppenable.\r\n\r\nYou might want to change the door name, to whatever is befitting, I just choose Barred Door becase I like to know what the door does.."
},
"Conversation": {
"type": "resref",
"value": ""
},
"CurrentHP": {
"type": "short",
"value": 60
},
"Description": {
"type": "cexolocstring",
"value": {
"0": "",
"id": 9072
}
},
"DisarmDC": {
"type": "byte",
"value": 20
},
"Faction": {
"type": "dword",
"value": 1
},
"Fort": {
"type": "byte",
"value": 25
},
"GenericType_New": {
"type": "dword",
"value": 8
},
"Hardness": {
"type": "byte",
"value": 10
},
"HP": {
"type": "short",
"value": 60
},
"Interruptable": {
"type": "byte",
"value": 1
},
"KeyName": {
"type": "cexostring",
"value": "aFakeKeyName"
},
"KeyRequired": {
"type": "byte",
"value": 1
},
"LinkedTo": {
"type": "cexostring",
"value": ""
},
"LinkedToFlags": {
"type": "byte",
"value": 0
},
"LoadScreenID": {
"type": "word",
"value": 0
},
"Lockable": {
"type": "byte",
"value": 1
},
"Locked": {
"type": "byte",
"value": 1
},
"LocName": {
"type": "cexolocstring",
"value": {
"0": "Barred Door",
"id": 5349
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnClosed": {
"type": "resref",
"value": ""
},
"OnDamaged": {
"type": "resref",
"value": ""
},
"OnDeath": {
"type": "resref",
"value": "x2_door_death"
},
"OnDisarm": {
"type": "resref",
"value": ""
},
"OnFailToOpen": {
"type": "resref",
"value": "barred_message"
},
"OnHeartbeat": {
"type": "resref",
"value": ""
},
"OnLock": {
"type": "resref",
"value": ""
},
"OnMeleeAttacked": {
"type": "resref",
"value": ""
},
"OnOpen": {
"type": "resref",
"value": "quick_lock"
},
"OnSpellCastAt": {
"type": "resref",
"value": ""
},
"OnTrapTriggered": {
"type": "resref",
"value": ""
},
"OnUnlock": {
"type": "resref",
"value": ""
},
"OnUserDefined": {
"type": "resref",
"value": ""
},
"OpenLockDC": {
"type": "byte",
"value": 40
},
"PaletteID": {
"type": "byte",
"value": 0
},
"Plot": {
"type": "byte",
"value": 1
},
"PortraitId": {
"type": "word",
"value": 0
},
"Ref": {
"type": "byte",
"value": 0
},
"Tag": {
"type": "cexostring",
"value": "keep_out_door"
},
"TemplateResRef": {
"type": "resref",
"value": "keep_out_door"
},
"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": 2
},
"Will": {
"type": "byte",
"value": 0
}
}