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

122 lines
2.7 KiB
JSON

{
"__data_type": "UTT ",
"AutoRemoveKey": {
"type": "byte",
"value": 0
},
"Comment": {
"type": "cexostring",
"value": "Generic Descriptive Skill Trigger/Placeable.\r\nby OldManWhistler\r\n\r\nUse PGUP/PGDW to scroll. The PDF file that came with this script has this information available in an easy to print form.\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_RESREF\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\nRESREF: Must match a valid ResRef of the object to be created or sound to be played.\r\nThe RESREF *can* contain underscores. Remember that resrefs are case sensitive.\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."
},
"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 Listen for Sound 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": "6_DC_13_XP_4_FC_RESREF"
},
"TemplateResRef": {
"type": "resref",
"value": "dst_trigger004"
},
"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
}
}