Small update

begin to complete the mobs board on the .ODS
This commit is contained in:
Ombridride 2015-03-26 19:01:45 +01:00
parent 522713354b
commit 354b82d78b
3 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@ -4,12 +4,12 @@
mobs:register_mob("mobs:creeper", {
-- animal, monster, npc, barbarian
type = "monster",
-- agressive, does 4 damage to player when hit
-- agressive, does 21 damage to player when explode
passive = false,
attack_type = "kamicaze",
damage = 21,
-- health & armor
hp_min = 40, hp_max = 50, armor = 90,
hp_min = 30, hp_max = 40, armor = 90,
-- textures and model
collisionbox = {-0.4, -0.01, -0.4, 0.4, 1.9, 0.4},
visual = "mesh",

View File

@ -4,7 +4,7 @@
mobs:register_mob("mobs:dirt_monster", {
-- animal, monster, npc, barbarian
type = "monster",
-- aggressive, deals 4 damage to player when hit
-- aggressive, deals 6 damage to player when hit
passive = false,
attack_type = "dogfight",
damage = 6,