KF2-CustomZeds/CustomZeds/Classes/WMDifficulty_Gorefast_Omega.uc

13 lines
374 B
Ucode
Raw Permalink Normal View History

2022-05-16 13:35:37 +00:00
class WMDifficulty_Gorefast_Omega extends KFDifficulty_Gorefast
abstract;
defaultproperties
{
Normal=(HealthMod=0.85f, HeadHealthMod=0.85f, BlockSettings=(Chance=0.75f))
Hard=(BlockSettings=(Chance=0.80f), RallySettings=(bCanRally=True))
Suicidal=(BlockSettings=(Chance=0.85f))
HellOnEarth=(BlockSettings=(Chance=0.9f))
Name="Default__WMDifficulty_Gorefast_Omega"
}