mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-24 17:50:37 +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",
|
||||
-- agressive, does 21 damage to player when explode
|
||||
passive = false,
|
||||
attack_type = "kamicaze",
|
||||
attack_type = "explode",
|
||||
damage = 21,
|
||||
-- health & armor
|
||||
hp_min = 30, hp_max = 40, armor = 90,
|
||||
|
@ -6,7 +6,7 @@ mobs:register_mob("mobs:creeper", {
|
||||
type = "monster",
|
||||
-- agressive, does 21 damage to player when explode
|
||||
passive = false,
|
||||
attack_type = "kamicaze",
|
||||
attack_type = "explode",
|
||||
damage = 21,
|
||||
-- health & armor
|
||||
hp_min = 30, hp_max = 40, armor = 90,
|
||||
|
Loading…
Reference in New Issue
Block a user