1
0
зеркало из https://github.com/sys4-fr/server-nalc.git synced 2025-10-16 07:35:24 +02:00
begin to complete the mobs board on the .ODS
Этот коммит содержится в:
Ombridride
2015-03-26 19:01:45 +01:00
родитель 522713354b
Коммит 354b82d78b
3 изменённых файлов: 3 добавлений и 3 удалений

Двоичные данные
Tableau-valeurs-MFF.ods

Двоичный файл не отображается.

Просмотреть файл

@@ -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",

Просмотреть файл

@@ -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,