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

Commit

Permalink
Multiple balancing changes + Lyrics support from mapper (#433)
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

---------

Co-authored-by: ConsoleQAQ <[email protected]>
  • Loading branch information
ConsoleQAQ and ConsoleQAQ authored Jun 27, 2023
1 parent dcbf9b9 commit fef2dc1
Showing 1 changed file with 167 additions and 0 deletions.
167 changes: 167 additions & 0 deletions stripper/ze_ffxiv_wanderers_palace_v6_2z1.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ modify:
}
insert:
{
"OnUser1" "!self,Command,sv_airaccelerate 12,0,1"
"OnUser1" "!self,Command,say < Map fixed >,10,1"
}
}
Expand Down Expand Up @@ -151,3 +152,169 @@ modify:
"OnUser2" "Map_Tone,SetBloomScale,1.00,5,1"
}
}

;--------------------
;[Dreamland] Changes [Triggers,SpeedCap,Items]
;--------------------
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:
{
"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"
}
}

;------------------------------
;[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"
}
}

0 comments on commit fef2dc1

Please sign in to comment.