actor DakkaClassItem: Boolean {}

actor Dakkaguy: Doomplayer
{
    Health 100
    Radius 16
    Height 56
    Mass 100

    Player.ColorRange 112, 127

    Player.DisplayName "Dakkaguy"
    Player.JumpZ 8

    Player.ForwardMove 1.0,    1.2
    Player.SideMove    1.0417, 1.25

    Player.HexenArmor 0, 20, 5, 15, 10
    Player.HealRadiusType "Health"

    Player.StartItem "DWep_Pistols"
    Player.StartItem "DWep_Fists"
    Player.StartItem "DakkaBullet_50AE", 70
    Player.StartItem "DakkaClassItem"


    // blame vincentprice for these
    DamageFactor "Dakka_NoDamage",      0
    DamageFactor "Dakka_RetreatSignal", 0

    PainChance                      255
    PainChance Dakka_NoDamage,      0
    PainChance Dakka_RetreatSignal, 0
	-NOSKIN
    +THRUSPECIES
}
