61 lines
656 B
INI
61 lines
656 B
INI
;----------
|
|
;Fix nuke
|
|
;-----------
|
|
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"classname" "func_button"
|
|
"hammerid" "3523"
|
|
}
|
|
insert:
|
|
{
|
|
"OnPressed" "gasattack,AddOutput,damage 9999999,120,1"
|
|
}
|
|
}
|
|
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "gasattack"
|
|
"classname" "trigger_hurt"
|
|
}
|
|
replace:
|
|
{
|
|
"damage" "10000"
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
;; music volume
|
|
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"message" "umbrellacorp/biohazard.mp3"
|
|
"classname" "ambient_generic"
|
|
}
|
|
replace:
|
|
{
|
|
"message" "#umbrellacorp/biohazard.mp3"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"message" "umbrellacorp/the_queen_2nd_phase.mp3"
|
|
"classname" "ambient_generic"
|
|
}
|
|
replace:
|
|
{
|
|
"message" "#umbrellacorp/the_queen_2nd_phase.mp3"
|
|
}
|
|
}
|
|
|