18 lines
204 B
INI
18 lines
204 B
INI
|
;--------------------
|
||
|
;INCREASE NUKE DAMAGE
|
||
|
;--------------------
|
||
|
|
||
|
modify:
|
||
|
{
|
||
|
match:
|
||
|
{
|
||
|
"classname" "trigger_hurt"
|
||
|
"targetname" "sunburn"
|
||
|
}
|
||
|
replace:
|
||
|
{
|
||
|
"damage" "10000"
|
||
|
"damagecap" "10000"
|
||
|
}
|
||
|
}
|