Skip to content

Commit

Permalink
Update FFXII Westersand v8 (#16)
Browse files Browse the repository at this point in the history
* Update Westersand v8

* Update default_ents.jsonc

* Update default_ents.jsonc

* Update default_ents.jsonc

* Update default_ents.jsonc

* Update 3254#entityLumpName.jsonc

* Update default_ents.jsonc

* Update from Seth

* Full removal of epick blocker

* Update ze_ffxii_westersand_v8.jsonc

* Revert epick blocker removal method
  • Loading branch information
notkoen authored Nov 20, 2024
1 parent f51f06d commit aa44a83
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 deletions.
6 changes: 3 additions & 3 deletions entwatch/ze_ffxii_westersand_v8.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"message": true,
"ui": true,
"transfer": false,
"color": "red",
"color": "yellow",
"triggers": ["3082"],
"handlers": [
{
Expand Down Expand Up @@ -117,7 +117,7 @@
"ui": true,
"transfer": false,
"color": "purple",
"triggers": [""],
"triggers": ["3077"],
"handlers": [
{
"type": "button",
Expand Down Expand Up @@ -225,7 +225,7 @@
"message": true,
"ui": true,
"transfer": true,
"color": "yellow",
"color": "white",
"handlers": [
{
"type": "button",
Expand Down
21 changes: 20 additions & 1 deletion stripper/ze_ffxii_westersand_v8/default_ents.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
}
}
]
}
}

0 comments on commit aa44a83

Please sign in to comment.