71 lines
772 B
INI
71 lines
772 B
INI
add:
|
|
{
|
|
"origin" "5905 795 -1073"
|
|
"targetname" "TheCurrentLevelPlugin"
|
|
"min" "1"
|
|
"max" "2"
|
|
"startvalue" "1"
|
|
"classname" "math_counter"
|
|
}
|
|
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"classname" "trigger_once"
|
|
"hammerid" "268192"
|
|
}
|
|
insert:
|
|
{
|
|
"OnStartTouch" "TheCurrentLevelPlugin,SetValue,1,0,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"classname" "trigger_once"
|
|
"hammerid" "268201"
|
|
}
|
|
insert:
|
|
{
|
|
"OnStartTouch" "TheCurrentLevelPlugin,SetValue,2,0,1"
|
|
}
|
|
}
|
|
|
|
|
|
|
|
;; _
|
|
|
|
;; stage 1 - fix fall teleport glitch
|
|
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "round1_silo_tp3"
|
|
"classname" "trigger_teleport"
|
|
}
|
|
replace:
|
|
{
|
|
"origin" "2386 -1752 43"
|
|
}
|
|
}
|
|
|
|
;; increase nuke damage
|
|
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "/r[1-2]_hurt/"
|
|
"classname" "trigger_hurt"
|
|
}
|
|
replace:
|
|
{
|
|
"damage" "100000"
|
|
}
|
|
}
|
|
|
|
|