Initial upload. PRC8 has been added. Module compiles, PRC's default AI & treasure scripts have been integrated. Started work on top hak for SLA / Ability / Scripting modifications.
122 lines
3.0 KiB
JSON
122 lines
3.0 KiB
JSON
{
|
|
"__data_type": "UTT ",
|
|
"AutoRemoveKey": {
|
|
"type": "byte",
|
|
"value": 0
|
|
},
|
|
"Comment": {
|
|
"type": "cexostring",
|
|
"value": "This trigger allows PCs to find hidden doors, including trap doors and grates.\r\n\r\nTo use:\r\n\r\nPaint this trigger in the area where the door is meant to be.\r\n\r\nGive it a tag as follows: secrdr_code(explained below)_your initials_a unique name you gave it\r\n\r\nCodes:\r\n\r\nwd - wooden wall door\r\nme - metal wall door\r\nst - Stone wall door\r\ntw - trap door wood\r\nts - trap door stone\r\ngm - metal grate\r\ngs - stone grate\r\n\r\nSo for example, it might be: secrdr_wd_jw_cryptslvl1\r\n\r\nThe DC to find the door is entered into the key tab field. You find that in the advanced tab, above.\r\n\r\nPlace a waypoint where the door should appear. Give the waypoint a tag which is the tag of the trigger you painted, with _apr_wp at the end.\r\n\r\nSo for example, it might be: secrdr_tw_jw_cryptslvl1_apr_wp\r\n\r\nYou will need to experiment to make sure the waypoint is facing the right way.\r\n\r\nPlace a waypoint where the players should appear. Give this a tag which is the tag of this trigger with _DST at the end.\r\n\r\nSo for example, it might be secrdr_wd_jw_cryptslvl1_DST\r\n\r\nMake sure you have jw_generic_exit in the area's on exit event"
|
|
},
|
|
"Cursor": {
|
|
"type": "byte",
|
|
"value": 0
|
|
},
|
|
"DisarmDC": {
|
|
"type": "byte",
|
|
"value": 10
|
|
},
|
|
"Faction": {
|
|
"type": "dword",
|
|
"value": 1
|
|
},
|
|
"HighlightHeight": {
|
|
"type": "float",
|
|
"value": 3.0
|
|
},
|
|
"KeyName": {
|
|
"type": "cexostring",
|
|
"value": "DC_TO_FIND_DOOR_GOES_HERE"
|
|
},
|
|
"LinkedTo": {
|
|
"type": "cexostring",
|
|
"value": ""
|
|
},
|
|
"LinkedToFlags": {
|
|
"type": "byte",
|
|
"value": 0
|
|
},
|
|
"LoadScreenID": {
|
|
"type": "word",
|
|
"value": 0
|
|
},
|
|
"LocalizedName": {
|
|
"type": "cexolocstring",
|
|
"value": {
|
|
"0": "Secret Door Trigger"
|
|
}
|
|
},
|
|
"OnClick": {
|
|
"type": "resref",
|
|
"value": ""
|
|
},
|
|
"OnDisarm": {
|
|
"type": "resref",
|
|
"value": ""
|
|
},
|
|
"OnTrapTriggered": {
|
|
"type": "resref",
|
|
"value": ""
|
|
},
|
|
"PaletteID": {
|
|
"type": "byte",
|
|
"value": 3
|
|
},
|
|
"PortraitId": {
|
|
"type": "word",
|
|
"value": 0
|
|
},
|
|
"ScriptHeartbeat": {
|
|
"type": "resref",
|
|
"value": ""
|
|
},
|
|
"ScriptOnEnter": {
|
|
"type": "resref",
|
|
"value": "jw_dtct_secret_p"
|
|
},
|
|
"ScriptOnExit": {
|
|
"type": "resref",
|
|
"value": ""
|
|
},
|
|
"ScriptUserDefine": {
|
|
"type": "resref",
|
|
"value": ""
|
|
},
|
|
"Tag": {
|
|
"type": "cexostring",
|
|
"value": "secrdr_CODE_YRINITIAL_UNIQUENAME"
|
|
},
|
|
"TemplateResRef": {
|
|
"type": "resref",
|
|
"value": "jw_secret_dr_tri"
|
|
},
|
|
"TrapDetectable": {
|
|
"type": "byte",
|
|
"value": 1
|
|
},
|
|
"TrapDetectDC": {
|
|
"type": "byte",
|
|
"value": 10
|
|
},
|
|
"TrapDisarmable": {
|
|
"type": "byte",
|
|
"value": 1
|
|
},
|
|
"TrapFlag": {
|
|
"type": "byte",
|
|
"value": 0
|
|
},
|
|
"TrapOneShot": {
|
|
"type": "byte",
|
|
"value": 1
|
|
},
|
|
"TrapType": {
|
|
"type": "byte",
|
|
"value": 0
|
|
},
|
|
"Type": {
|
|
"type": "int",
|
|
"value": 0
|
|
}
|
|
}
|