54 lines
1.5 KiB
INI
54 lines
1.5 KiB
INI
; __ __ ____ _____ _____ ________ __
|
|
; | \/ |/ __ \| __ \_ _| ____\ \ / /
|
|
; | \ / | | | | | | || | | |__ \ \_/ /
|
|
; | |\/| | | | | | | || | | __| \ /
|
|
; | | | | |__| | |__| || |_| | | |
|
|
; |_| |_|\____/|_____/_____|_| |_|
|
|
; Stripper by Małgo 03.09.2022
|
|
|
|
;---------------------------------------
|
|
;Fix Ifrit broken function
|
|
;---------------------------------------
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "ifrit_math"
|
|
"classname" "math_counter"
|
|
}
|
|
insert:
|
|
{
|
|
"OnHitMin" "Bergan2_body_phys,SetDamageFilter,ct,0,-1"
|
|
}
|
|
}
|
|
;---------------------------------------
|
|
;Nerf ladder part on stage 2
|
|
;---------------------------------------
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "2path_cloud_20"
|
|
"classname" "path_track"
|
|
}
|
|
delete:
|
|
{
|
|
"OnPass" "cloud_model,FireUser1,,17,1"
|
|
"OnPass" "cloud_train,StartForward,,17,1"
|
|
"OnPass" "cmd,Command,say **[CLOUD] Hold here for 15 seconds!**,0,1"
|
|
"OnPass" "cloud_model,FireUser2,,0,1"
|
|
"OnPass" "cloud_train,Stop,,0,1"
|
|
"OnPass" "Stage2_door_003,Open,,15,1"
|
|
"OnPass" "cmd,Command,say **[CLOUD] Wait here! We don't know what waiting downstairs**,15,1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnPass" "cloud_model,FireUser1,,6,1"
|
|
"OnPass" "cloud_train,StartForward,,6,1"
|
|
"OnPass" "cmd,Command,say **[CLOUD] Hold here for 5 seconds!**,0,1"
|
|
"OnPass" "cloud_model,FireUser2,,0,1"
|
|
"OnPass" "cloud_train,Stop,,0,1"
|
|
"OnPass" "Stage2_door_003,Open,,5,1"
|
|
"OnPass" "cmd,Command,say **[CLOUD] Wait here! We don't know what waiting downstairs**,5,1"
|
|
}
|
|
} |