2022-05-16 13:35:37 +00:00
|
|
|
class WMPawn_ZedCrawler_Mini extends WMPawn_ZedCrawler_NoElite;
|
|
|
|
|
|
|
|
static function string GetLocalizedName()
|
|
|
|
{
|
2024-03-08 14:06:36 +00:00
|
|
|
return class'WMPawn_ZedConstants'.default.TinyString @ super.GetLocalizedName();
|
2022-05-16 13:35:37 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
simulated function PostBeginPlay()
|
|
|
|
{
|
|
|
|
IntendedBodyScale = 0.65f;
|
|
|
|
|
|
|
|
super.PostBeginPlay();
|
|
|
|
}
|
|
|
|
|
|
|
|
defaultproperties
|
|
|
|
{
|
|
|
|
DoshValue=6
|
|
|
|
Health=45
|
|
|
|
Mass=30.0f
|
|
|
|
GroundSpeed=575.0f
|
|
|
|
SprintSpeed=675.0f
|
|
|
|
|
|
|
|
XPValues(0)=6
|
|
|
|
XPValues(1)=8
|
|
|
|
XPValues(2)=8
|
|
|
|
XPValues(3)=8
|
|
|
|
|
|
|
|
Name="Default__WMPawn_ZedCrawler_Mini"
|
|
|
|
}
|