Files
HeroesStone_PRC8/_module/utt/dst_trigger001.utt.json
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

122 lines
2.8 KiB
JSON

{
"__data_type": "UTT ",
"AutoRemoveKey": {
"type": "byte",
"value": 0
},
"Comment": {
"type": "cexostring",
"value": "Generic Tracking Trigger\r\nby OldManWhistler\r\n\r\nUse PGUP/PGDW to scroll.\r\n\r\nThis is an automated trigger where all the information about how the trigger is supposed to work is contained in the trigger instance. This script works with the OnUsed event for placeables or the OnEnter/OnClick event for triggers.\r\n\r\nThe NAME of the trigger will control the text that is displayed on success.\r\n\r\nThe TAG of the trigger will control the rest of the variables:\r\n#_DC#_#_XP#_#_FC#_x0_tracks\r\n\r\nDC: The DC that has to be beaten by a d20+modifier roll.\r\nXP: The amount of XP to reward on success.\r\nFC: Specifies the orientation/direction of the created object.\r\n\r\nNote: Any values that are not filled in will be taken as a value of zero or an empty string. You *must* fill all the values up to your last significant value.\r\n\r\nValid values for FC:\r\n0 - West\r\n1 - South West\r\n2 - South\r\n3 - South East\r\n4 - East\r\n5 - North East\r\n6 - North\r\n7 - North West\r\n"
},
"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": ""
},
"LinkedTo": {
"type": "cexostring",
"value": ""
},
"LinkedToFlags": {
"type": "byte",
"value": 0
},
"LoadScreenID": {
"type": "word",
"value": 0
},
"LocalizedName": {
"type": "cexolocstring",
"value": {
"0": "Generic Tracking Trigger (see comments for instructions)"
}
},
"OnClick": {
"type": "resref",
"value": ""
},
"OnDisarm": {
"type": "resref",
"value": ""
},
"OnTrapTriggered": {
"type": "resref",
"value": ""
},
"PaletteID": {
"type": "byte",
"value": 0
},
"PortraitId": {
"type": "word",
"value": 0
},
"ScriptHeartbeat": {
"type": "resref",
"value": ""
},
"ScriptOnEnter": {
"type": "resref",
"value": "trig_skill_desc"
},
"ScriptOnExit": {
"type": "resref",
"value": ""
},
"ScriptUserDefine": {
"type": "resref",
"value": ""
},
"Tag": {
"type": "cexostring",
"value": "57_DC_13_XP_3_FC_x0_tracks"
},
"TemplateResRef": {
"type": "resref",
"value": "dst_trigger001"
},
"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
}
}