34 lines
348 B
INI
Executable File
34 lines
348 B
INI
Executable File
;
|
|
; STRIPPER BY ENCAP
|
|
;
|
|
;buffed nuke
|
|
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "trigger_hurt_fin"
|
|
"damage" "1500"
|
|
"classname" "trigger_hurt"
|
|
}
|
|
replace:
|
|
{
|
|
"damage" "100000"
|
|
}
|
|
}
|
|
|
|
;; increase zm boxes hp
|
|
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "depart_break_zm2"
|
|
"health" "60"
|
|
"classname" "func_breakable"
|
|
}
|
|
replace:
|
|
{
|
|
"health" "200"
|
|
}
|
|
} |