Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
Update ze_sandstorm_go_v1_5x3.cfg
Browse files Browse the repository at this point in the history
After further discussion with Vauff the OnPass(?) on the filter which is used to target item users stacks the same entities as the entities used to detect the item usage.
  • Loading branch information
December authored Jul 1, 2023
1 parent 04a21ec commit f31d270
Showing 1 changed file with 29 additions and 40 deletions.
69 changes: 29 additions & 40 deletions stripper/ze_sandstorm_go_v1_5x3.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -812,55 +812,46 @@ modify:
modify:
{
match:
{
"classname" "filter_activator_name"
"targetname" "tornado_filter"
}
delete:
{
"OnPass" "tornado_prtStop8-1"
"classname" "filter_activator_name"
"targetname" "boss_fff2"
}
insert:
delete:
{
"OnPass" "tornado_prtDestroyImmediately8-1"
}
}

modify:
{
match:
{
"classname" "filter_activator_name"
"targetname" "heal_filter"
}
delete:
{
"OnPass" "heal_prt1Stop8.01-1"
}
insert:
{
"OnPass" "heal_prt1DestroyImmediately8.01-1"
"OnPass" "heal_prt1Start0.1-1"
"OnPass" "heal_prt1Stop8.01-1"
"OnPass" "heal_buttonLock0-1"
"OnPass" "heal_buttonUnlock60-1"
"OnPass" "heal_b1Stop0-1"
"OnPass" "heal_b1Start60-1"
"OnPass" "heal_trDisable8.01-1"
"OnPass" "heal_staffSetAnimationmulti0-1"
"OnPass" "heal_staffSetAnimationidle2-1"
"OnPass" "heal_trEnable0-1"
}
}

modify:
{
match:
{
"classname" "filter_activator_name"
"targetname" "zDark_filter"
}
delete:
{
"OnPass" "Dark_prt1Stop1.5-1"
"targetname" "boss_fff6"
}
insert:
{
"OnPass" "Dark_prt1DestroyImmediately1.5-1"
}
}

modify:
delete:
{
"OnPass" "tornado_buttonLock0-1"
"OnPass" "tornado_buttonUnlock60-1"
"OnPass" "tornado_prtStart0-1"
"OnPass" "tornado_prtStop8-1"
"OnPass" "tornado_trEnable0-1"
"OnPass" "tornado_trDisable8-1"
"OnPass" "tornado_prt_2Stop0-1"
"OnPass" "tornado_prt_2Start60-1"
"OnPass" "tornado_staffSetAnimationlies0-1"
"OnPass" "tornado_staffSetAnimationidle8-1"
}
}
modify:
{
match:
{
Expand All @@ -882,7 +873,6 @@ modify:
"OnCase04" "gg_up_prtDestroyImmediately3-1"
}
}

modify:
{
match:
Expand All @@ -901,7 +891,6 @@ modify:
"OnCase03" "grg_boss_dark_pDestroyImmediately3-1"
}
}

modify:
{
match:
Expand Down

0 comments on commit f31d270

Please sign in to comment.