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

Commit

Permalink
more wanderers balancing from mapper (#438)
Browse files Browse the repository at this point in the history
* rework physics lvl system

* commented 2 changes

* remove particle change, 1 player in admin room

* remove floor breaking event

* shorten infection timer

* revert

* Multiple balancing changes, lyrics support

* lyrics vscript wanderers v6

* correct stripper version

* fix vscript pathing

* vscript path issue fix

* lyrics removed as requested

* More wanderers balancing requested by mapper

* more wanderers balancing from mapper

---------

Co-authored-by: ConsoleQAQ <[email protected]>
  • Loading branch information
ConsoleQAQ and ConsoleQAQ authored Jul 1, 2023
1 parent a526018 commit c4a5e2a
Showing 1 changed file with 79 additions and 18 deletions.
97 changes: 79 additions & 18 deletions stripper/ze_ffxiv_wanderers_palace_v6_2z1.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,23 @@ modify:
"OnUser1" "!self,Command,say < Map fixed >,10,1"
}
}
modify:
{
match:
{
"targetname" "L_Relay"
}
delete:
{
"OnTrigger" "!activatorAddOutputOnUser2 Map_SpeedMod:ModifySpeed:1.05:0:-10-1"
"OnTrigger" "!activatorAddOutputOnUser3 Map_SpeedMod:ModifySpeed:1.25:0:-10-1"
}
insert:
{
"OnTrigger" "!activatorAddOutputOnUser2 Map_SpeedMod:ModifySpeed:1.02:0:-10-1"
"OnTrigger" "!activatorAddOutputOnUser3 Map_SpeedMod:ModifySpeed:1.23:0:-10-1"
}
}

;---------------------
;[Map_NukeZone] Fixes
Expand Down Expand Up @@ -154,26 +171,9 @@ modify:
}

;--------------------
;[Dreamland] Changes [Triggers,SpeedCap,Items]
;[Dreamland] Changes
;--------------------
modify:
{
match:
{
"targetname" "/Toy_Birthday_.*/"
}
insert:
{
"OnCase10" "!self,Kill,,0,1"
"OnCase11" "!self,Kill,,0,1"
"OnCase12" "!self,Kill,,0,1"
"OnCase13" "!self,Kill,,0,1"
"OnCase14" "!self,Kill,,0,1"
"OnCase15" "!self,Kill,,0,1"
"OnCase16" "!self,Kill,,0,1"
}
}
modify:
{
match:
{
Expand Down Expand Up @@ -210,6 +210,32 @@ modify:
"damage" "100000"
}
}
modify:
{
match:
{
"targetname" "Dreamland_FallInto_Counter"
}
delete:
{
"OnUser4" "Temp_Dream_*Kill01"
}
}
modify:
{
match:
{
"targetname" "Dream_Chaser2_Main_Hitbox"
}
delete:
{
"OnUser4" "Dream_Chaser2_Target_TrainKill01"
}
insert:
{
"OnUser4" "Dream_Chaser2_Target_TrainKill0.051"
}
}

;------------------------------
;[Suzaku_Temp_Interlude] Fixes
Expand Down Expand Up @@ -266,6 +292,7 @@ modify:
}
}


;--------------------------------
;[MiniBoss Plume - Garuda] Fixes
;--------------------------------
Expand Down Expand Up @@ -318,3 +345,37 @@ modify:
"OnStartTouch" "!activatorSetDamageFilter3-1"
}
}

;----------------------
;[Chaos_Water] Changes
;----------------------
modify:
{
match:
{
"targetname" "Chaos_Water"
}
replace:
{
"damage" "1000"
}
delete:
{
"filtername" "Filter_Team_Human"
"OnHurtPlayer" "Boss_Health*Add500-1"
}
}
modify:
{
match:
{
"targetname" "Trigger_Refrain"
"classname" "trigger_push"
}
insert:
{
"OnUser1" "Chaos_Water,AddOutput,OnHurtPlayer Filter_Team_Human:TestActivator::0:-1,5,1"
"OnUser1" "Filter_Team_Human,AddOutput,OnFail !activator:AddOutput:origin 0 -10880 336:0:-1,5,1"
"OnUser1" "Filter_Team_Human,AddOutput,OnPass Boss_Health*:Add:50:0:-1,5,1"
}
}

0 comments on commit c4a5e2a

Please sign in to comment.