19 lines
152 B
INI
19 lines
152 B
INI
|
;; _
|
||
|
|
||
|
;; increase nuke damage
|
||
|
|
||
|
modify:
|
||
|
{
|
||
|
match:
|
||
|
{
|
||
|
"targetname" "final_nuke"
|
||
|
"classname" "trigger_hurt"
|
||
|
}
|
||
|
replace:
|
||
|
{
|
||
|
"damage" "100000"
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|