diff --git a/entwatch/ze_ffxii_westersand_v8.jsonc b/entwatch/ze_ffxii_westersand_v8.jsonc index c6f905d..b66ffbe 100644 --- a/entwatch/ze_ffxii_westersand_v8.jsonc +++ b/entwatch/ze_ffxii_westersand_v8.jsonc @@ -72,7 +72,7 @@ "message": true, "ui": true, "transfer": false, - "color": "red", + "color": "yellow", "triggers": ["3082"], "handlers": [ { @@ -117,7 +117,7 @@ "ui": true, "transfer": false, "color": "purple", - "triggers": [""], + "triggers": ["3077"], "handlers": [ { "type": "button", @@ -225,7 +225,7 @@ "message": true, "ui": true, "transfer": true, - "color": "yellow", + "color": "white", "handlers": [ { "type": "button", diff --git a/stripper/ze_ffxii_westersand_v8/default_ents.jsonc b/stripper/ze_ffxii_westersand_v8/default_ents.jsonc index bcd985b..a192950 100644 --- a/stripper/ze_ffxii_westersand_v8/default_ents.jsonc +++ b/stripper/ze_ffxii_westersand_v8/default_ents.jsonc @@ -88,5 +88,24 @@ ] } } + ], + // Kill epick blockers when round starts + "modify": [ + { + "match": { + "classname": "logic_auto" + }, + "insert": { + "io": [ + { + "outputname": "OnMapSpawn", + "targetname": "Staff_*_Epicker", + "inputname": "Kill", + "delay": 10.0, + "timestofire": 1 + } + ] + } + } ] -} +} \ No newline at end of file