stripper-configs/ze_bathroom_v2_5s.cfg
2019-06-17 01:13:20 +02:00

76 lines
856 B
INI

add:
{
"origin" "1800 3624 -3000"
"targetname" "TheCurrentLevelPlugin"
"min" "1"
"max" "3"
"startvalue" "1"
"classname" "math_counter"
}
modify:
{
match:
{
"targetname" "saving_relay1"
"classname" "logic_relay"
}
insert:
{
"OnTrigger" "TheCurrentLevelPlugin,SetValue,1,0,1"
}
}
modify:
{
match:
{
"targetname" "saving_relay2"
"classname" "logic_relay"
}
insert:
{
"OnTrigger" "TheCurrentLevelPlugin,SetValue,2,0,1"
}
}
modify:
{
match:
{
"targetname" "saving_relay3"
"classname" "logic_relay"
}
insert:
{
"OnTrigger" "TheCurrentLevelPlugin,SetValue,3,0,1"
}
}
;---------
; BOSS HP
;---------
modify:
{
match:
{
"targetname" "kostka_hp"
}
replace:
{
"max" "1300"
"startvalue" "120"
}
}
modify:
{
match:
{
"targetname" "kostka_hp_backup"
}
replace:
{
"max" "999999"
"startvalue" "120"
}
}