stripper-configs/ze_vile_sewers_a3.cfg

44 lines
926 B
INI

;+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
;change boss damage so its not that dumb
;damage type is slash so it only deals fourth of the damage through kevlar
;miniboss deals 15dmg big wolf 50dmg hp set to 100 to try to balance it
;+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
modify:
{
match:
{
"targetname" "Boss1_Trig_Damage"
"classname" "trigger_hurt"
}
replace:
{
"damage" "60"
"damagecap" "90"
}
}
modify:
{
match:
{
"targetname" "Boss1_Werewolf_Trig_Damage"
"classname" "trigger_hurt"
}
replace:
{
"damage" "100"
"damagecap" "150"
"damagetype" "4"
}
}
modify:
{
match:
{
"targetname" "Health_Trig_Boss1"
"classname" "trigger_multiple"
}
insert:
{
"OnStartTouch" "!activator,AddOutput,health 100,0,-1"
}
}