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
Browse files Browse the repository at this point in the history
  • Loading branch information
ConsoleQAQ committed Jul 1, 2023
1 parent c88faa5 commit fd1276a
Showing 1 changed file with 210 additions and 0 deletions.
210 changes: 210 additions & 0 deletions stripper/ze_ffxiv_wanderers_palace_v6_2z1.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,213 @@ modify:
"OnUser2" "Map_Tone,SetBloomScale,1.00,5,1"
}
}

;--------------------
;[Dreamland] Changes
;--------------------
modify:
{
match:
{
"targetname" "Trigger_Castle"
}
delete:
{
"OnTrigger" "Dreamland_FallInto_CasePickRandom01"
}
}
modify:
{
match:
{
"targetname" "Template_Dreamland"
}
delete:
{
"OnUser1" "ServerCommandsv_enablebunnyhopping 1121"
}
insert:
{
"OnUser1" "ServerCommandsv_airaccelerate 120121"
}
}
modify:
{
match:
{
"targetname" "Dream_Breaker_Hurt"
}
replace:
{
"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
;------------------------------
modify:
{
match:
{
"targetname" "Suzaku_Temp_Interlude"
}
delete:
{
"OnUser1" "!selfKill0.141"
}
insert:
{
"OnUser1" "!selfKill131"
}
}

;--------------------------------------
;[Item_Thunder_Particle_2] Map Balance
;--------------------------------------
modify:
{
match:
{
"targetname" "Item_Thunder_Particle_2"
}
delete:
{
"OnUser2" "Item_Thunder_HurtDisable301"
"OnUser2" "!selfKill30.031"
}
insert:
{
"OnUser2" "Item_Thunder_HurtDisable181"
"OnUser2" "!selfKill18.031"
}
}

;--------------------------------------
;[Final_Bahamut_Dive_Push] Map Balance
;--------------------------------------
modify:
{
match:
{
"targetname" "Final_Bahamut_Dive_Push"
}
insert:
{
"filtername" "Filter_Team_Human"
}
}


;--------------------------------
;[MiniBoss Plume - Garuda] Fixes
;--------------------------------
modify:
{
match:
{
"targetname" "Trigger_Hard"
}
insert:
{
"OnUser1" "Temp_Maker,AddOutput,targetname Garuda_Rollcall_Maker,1,1"
}
}

;--------------------------
;[Laser MagicDebuff] Fixes
;--------------------------
modify:
{
match:
{
"targetname" "Final_Ultima_Weapon_Laser_Debuff"
}
delete:
{
"OnFail" "!activatorAddContextMagicDebuff:10-1"
}
insert:
{
"OnFail" "!activatorAddContextMagicDebuff:11-1"
}
}

;------------------------
;[Light Trigger] Changes
;------------------------
modify:
{
match:
{
"targetname" "Item_Light_Trigger"
}
delete:
{
"OnStartTouch" "!activatorSetDamageFilter5-1"
}
insert:
{
"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 fd1276a

Please sign in to comment.