mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-03-29 07:40:43 +01:00
Small update
begin to complete the mobs board on the .ODS
This commit is contained in:
parent
522713354b
commit
354b82d78b
Binary file not shown.
@ -4,12 +4,12 @@
|
|||||||
mobs:register_mob("mobs:creeper", {
|
mobs:register_mob("mobs:creeper", {
|
||||||
-- animal, monster, npc, barbarian
|
-- animal, monster, npc, barbarian
|
||||||
type = "monster",
|
type = "monster",
|
||||||
-- agressive, does 4 damage to player when hit
|
-- agressive, does 21 damage to player when explode
|
||||||
passive = false,
|
passive = false,
|
||||||
attack_type = "kamicaze",
|
attack_type = "kamicaze",
|
||||||
damage = 21,
|
damage = 21,
|
||||||
-- health & armor
|
-- health & armor
|
||||||
hp_min = 40, hp_max = 50, armor = 90,
|
hp_min = 30, hp_max = 40, armor = 90,
|
||||||
-- textures and model
|
-- textures and model
|
||||||
collisionbox = {-0.4, -0.01, -0.4, 0.4, 1.9, 0.4},
|
collisionbox = {-0.4, -0.01, -0.4, 0.4, 1.9, 0.4},
|
||||||
visual = "mesh",
|
visual = "mesh",
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
mobs:register_mob("mobs:dirt_monster", {
|
mobs:register_mob("mobs:dirt_monster", {
|
||||||
-- animal, monster, npc, barbarian
|
-- animal, monster, npc, barbarian
|
||||||
type = "monster",
|
type = "monster",
|
||||||
-- aggressive, deals 4 damage to player when hit
|
-- aggressive, deals 6 damage to player when hit
|
||||||
passive = false,
|
passive = false,
|
||||||
attack_type = "dogfight",
|
attack_type = "dogfight",
|
||||||
damage = 6,
|
damage = 6,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user