KF2-CustomZeds/CustomZeds/Classes/WMPawn_ZedHusk_Tiny_Green.uc

28 lines
725 B
Ucode
Raw Normal View History

2022-05-16 13:35:37 +00:00
class WMPawn_ZedHusk_Tiny_Green extends WMPawn_ZedHusk_Tiny;
static function string GetLocalizedName()
{
2024-03-08 14:06:36 +00:00
return class'WMPawn_ZedConstants'.default.GreenString @ super.GetLocalizedName();
2022-05-16 13:35:37 +00:00
}
defaultproperties
{
2022-08-22 15:43:13 +00:00
glowColor=(R=0.12f, G=1.0f, B=0.12f)
Begin Object Name=ChestLightComponent0
LightColor=(R=30, G=255, B=30, A=255)
End Object
2022-05-16 13:35:37 +00:00
Begin Object Class=PointLightComponent Name=ExplosionPointLightGreen
2022-08-22 15:43:13 +00:00
LightColor=(R=30, G=255, B=30, A=255)
2022-05-16 13:35:37 +00:00
bCastPerObjectShadows=False
End Object
Begin Object Name=TinyExploTemplate0
ExplosionEffects=KFImpactEffectInfo'ZedternalReborn_Zeds.Husk.FX_Husk_Tiny_Explosion_Green'
ExploLight=ExplosionPointLightGreen
End Object
Name="Default__WMPawn_ZedHusk_Tiny_Green"
}