LoD_PRC8/_module/utt/turnbeamoff001.utt.json
Jaysyn904 94990edc60 Initial Upload
Initial Upload
2023-09-21 21:20:34 -04:00

122 lines
2.6 KiB
JSON

{
"__data_type": "UTT ",
"AutoRemoveKey": {
"type": "byte",
"value": 0
},
"Comment": {
"type": "cexostring",
"value": "This trigger is used to turn on beams in an area. When a PC walks into the trigger, beams will be turned on. By changing the tag, it will influence different beams. The tag of this trigger is always \"BeamOn_\" followed by one of three things.\r\n\r\nIf the tag ends with some number and a beam type, such as \"00Cold\" then the trigger will turn on only the beam of the matching type and number in the same area that the trigger is in.\r\n\r\nIf the tag ends with just a type, such as \"Cold\" then the trigger will turn on all cold-type beams in the same area the trigger is in. For example, by using the tag \"BeamOn_Holy\" all holy-based beams in the area will be turned on.\r\n\r\n\r\nIf the tag ends with \"All\" then the trigger will turn on all beams in the same area the trigger is in."
},
"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": "Turn Beam On"
}
},
"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": "onent_beamon"
},
"ScriptOnExit": {
"type": "resref",
"value": ""
},
"ScriptUserDefine": {
"type": "resref",
"value": ""
},
"Tag": {
"type": "cexostring",
"value": "BeamOn_All"
},
"TemplateResRef": {
"type": "resref",
"value": "turnbeamoff001"
},
"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
}
}