16 lines
283 B
INI
Executable File
16 lines
283 B
INI
Executable File
;----------------------------
|
|
; Lowers trendmachines hp
|
|
;----------------------------
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "machine_break"
|
|
"classname" "func_breakable"
|
|
"hammerid" "65266"
|
|
}
|
|
replace:
|
|
{
|
|
"health" "30000"
|
|
}
|
|
} |