PoA_PRC8/_module/utd/teleporting_door.utd.json

214 lines
3.9 KiB
JSON
Raw Permalink Normal View History

2022-10-07 14:20:31 -04:00
{
"__data_type": "UTD ",
"AnimationState": {
"type": "byte",
"value": 0
},
"Appearance": {
"type": "dword",
"value": 0
},
"AutoRemoveKey": {
"type": "byte",
"value": 0
},
"CloseLockDC": {
"type": "byte",
"value": 0
},
"Comment": {
"type": "cexostring",
"value": "This door simply teleports the person clicking on it to the waypoint which is tagnamed the same tagname as the waypoint's tagname in the \"tdoor_teleport\" script which is in the OnFailToOpen Event of THIS door.\r\n\r\nSimply open that script up to set the tagname of the destination and determine if you wish to teleport the whole party or not, you can also choose to leave the Associates of the PC outside of the door by turning off the teleport associates option in the script.\r\n\r\nI designed this door because I wanted a door which could telepor the whole party or just the PC themself, though the restrected door does the same thing, THIS door however uses less Resources to do it, because there is a lot less code in the script used by this door."
},
"Conversation": {
"type": "resref",
"value": ""
},
"CurrentHP": {
"type": "short",
"value": 6666
},
"Description": {
"type": "cexolocstring",
"value": {
"0": "",
"id": 9077
2022-10-07 14:20:31 -04:00
}
},
"DisarmDC": {
"type": "byte",
"value": 15
},
"Faction": {
"type": "dword",
"value": 1
},
"Fort": {
"type": "byte",
"value": 66
},
"GenericType_New": {
"type": "dword",
2022-10-07 14:20:31 -04:00
"value": 8
},
"Hardness": {
"type": "byte",
"value": 66
},
"HP": {
"type": "short",
"value": 6666
},
"Interruptable": {
"type": "byte",
"value": 1
},
"KeyName": {
"type": "cexostring",
"value": "FakeKey"
},
"KeyRequired": {
"type": "byte",
"value": 1
},
"LinkedTo": {
"type": "cexostring",
"value": ""
},
"LinkedToFlags": {
"type": "byte",
"value": 0
},
"LoadScreenID": {
"type": "word",
"value": 0
},
"Lockable": {
"type": "byte",
"value": 0
},
"Locked": {
"type": "byte",
"value": 1
},
"LocName": {
"type": "cexolocstring",
"value": {
"0": "Teleporting Door",
"id": 5349
2022-10-07 14:20:31 -04:00
}
},
"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": "door_teleport"
},
"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": 18
},
"PaletteID": {
"type": "byte",
"value": 0
},
"Plot": {
"type": "byte",
"value": 1
},
"PortraitId": {
"type": "word",
"value": 0
},
"Ref": {
"type": "byte",
"value": 0
},
"Tag": {
"type": "cexostring",
"value": "teleporting_door"
},
"TemplateResRef": {
"type": "resref",
"value": "teleporting_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": 0
},
"Will": {
"type": "byte",
"value": 0
}
}