2022-05-16 13:35:37 +00:00
|
|
|
class WMPawn_ZedHusk_Tiny_Blue extends WMPawn_ZedHusk_Tiny;
|
|
|
|
|
|
|
|
static function string GetLocalizedName()
|
|
|
|
{
|
2022-08-22 15:43:13 +00:00
|
|
|
return class'CustomZeds.WMPawn_ZedConstants'.default.BlueString @ super.GetLocalizedName();
|
2022-05-16 13:35:37 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
defaultproperties
|
|
|
|
{
|
2022-08-22 15:43:13 +00:00
|
|
|
glowColor=(R=0.12f, G=0.5f, B=1.0f)
|
|
|
|
|
|
|
|
Begin Object Name=ChestLightComponent0
|
|
|
|
LightColor=(R=30, G=127, B=255, A=255)
|
|
|
|
End Object
|
2022-05-16 13:35:37 +00:00
|
|
|
|
|
|
|
Begin Object Class=PointLightComponent Name=ExplosionPointLightBlue
|
2022-08-22 15:43:13 +00:00
|
|
|
LightColor=(R=30, G=127, B=255, 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_Blue'
|
|
|
|
ExploLight=ExplosionPointLightBlue
|
|
|
|
End Object
|
|
|
|
|
|
|
|
Name="Default__WMPawn_ZedHusk_Tiny_Blue"
|
|
|
|
}
|