Exemplo n.º 1
0
        public override CreatureBattleInfo CreateBattleInfo()
        {
            var info = Ammo.CreateItemInfo(this);

            return(new CreatureBattleInfo(this, 0, 0, info.Dmg, 0, info.ToHit));
        }