mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-11 18:40:25 +01:00
Reported modification of kamikaze group to creepers
This commit is contained in:
parent
8b8fdfa131
commit
5d5bf2dbd7
@ -6,7 +6,7 @@ mobs:register_mob("mobs:creeper", {
|
|||||||
type = "monster",
|
type = "monster",
|
||||||
-- agressive, does 21 damage to player when explode
|
-- agressive, does 21 damage to player when explode
|
||||||
passive = false,
|
passive = false,
|
||||||
attack_type = "kamicaze",
|
attack_type = "explode",
|
||||||
damage = 21,
|
damage = 21,
|
||||||
-- health & armor
|
-- health & armor
|
||||||
hp_min = 30, hp_max = 40, armor = 90,
|
hp_min = 30, hp_max = 40, armor = 90,
|
||||||
|
@ -6,7 +6,7 @@ mobs:register_mob("mobs:creeper", {
|
|||||||
type = "monster",
|
type = "monster",
|
||||||
-- agressive, does 21 damage to player when explode
|
-- agressive, does 21 damage to player when explode
|
||||||
passive = false,
|
passive = false,
|
||||||
attack_type = "kamicaze",
|
attack_type = "explode",
|
||||||
damage = 21,
|
damage = 21,
|
||||||
-- health & armor
|
-- health & armor
|
||||||
hp_min = 30, hp_max = 40, armor = 90,
|
hp_min = 30, hp_max = 40, armor = 90,
|
||||||
|
Loading…
Reference in New Issue
Block a user