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.1 KiB
JSON
122 lines
3.1 KiB
JSON
{
|
|
"__data_type": "UTT ",
|
|
"AutoRemoveKey": {
|
|
"type": "byte",
|
|
"value": 0
|
|
},
|
|
"Comment": {
|
|
"type": "cexostring",
|
|
"value": "This trigger will transform a placeable to a mob with a visual effect when someone walks on it.\r\n\r\nTo use: Create your placeable in the toolset. It must exist in the toolset. It must have the SAME TAG AND RES REF. The placeable should be set to be not static.\r\n\r\nPut your placeable on the map in your area. Put a waypoint right on top of the placeable. Give the waypoint this tag: jw_newtranstrig_wp\r\n\r\nPaint this trigger around the placeable.\r\n\r\nChange the tag of the trigger you have painted (not the one in the toolset) to be the res ref of the mob you want to create. \r\n\r\nChange the key tag (in the advanced tab above) to be the tag of the placeable.\r\n\r\nMake sure jw_generic_exit is in your on exit script. This will ensure that when players leave the area, the placeable reappears and the trigger is re-activated. It also destroys the mob if it is still there.\r\n\r\nAvoid placing these triggers near an exit, as players can just walk in and out and respawn the mob. Alternatively, make the mob give no XP so it is an obstacle rather than an XP machine.\r\n\r\nDo not place two of these triggers which use the same placeable right next to each other.\r\n\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": "TAGOFPLACEABLETOTRANSFORMHERE"
|
|
},
|
|
"LinkedTo": {
|
|
"type": "cexostring",
|
|
"value": ""
|
|
},
|
|
"LinkedToFlags": {
|
|
"type": "byte",
|
|
"value": 0
|
|
},
|
|
"LoadScreenID": {
|
|
"type": "word",
|
|
"value": 0
|
|
},
|
|
"LocalizedName": {
|
|
"type": "cexolocstring",
|
|
"value": {
|
|
"0": "Placeable transforms to mob 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_mobtransf_ent"
|
|
},
|
|
"ScriptOnExit": {
|
|
"type": "resref",
|
|
"value": ""
|
|
},
|
|
"ScriptUserDefine": {
|
|
"type": "resref",
|
|
"value": "jw_mobtransf_usd"
|
|
},
|
|
"Tag": {
|
|
"type": "cexostring",
|
|
"value": "Resrefofmobtocreatehere"
|
|
},
|
|
"TemplateResRef": {
|
|
"type": "resref",
|
|
"value": "jw_mobstransf_tr"
|
|
},
|
|
"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
|
|
}
|
|
}
|