master
HimbeerserverDE 2020-10-31 13:14:14 +01:00
parent e81d206f9e
commit 60520cbc68
3 changed files with 34 additions and 0 deletions

34
dragon.lua Normal file
View File

@ -0,0 +1,34 @@
mobs:register_mob("bedwars:dragon", {
type = "monster",
hp_min = 500,
hp_max = 500,
armor = 100,
passive = false,
pushable = false,
view_range = 32,
damage = 8,
knock_back = false,
fear_height = 0,
fall_damage = false,
water_damage = 0,
lava_damage = 4,
suffocation = 2,
floats = 1,
fly = true,
follow = {},
reach = 4,
attack_monsters = true,
attack_animals = true,
attack_npcs = true,
owner_loyal = false,
group_attack = false,
group_helper = "bedwars:dragon",
attack_type = "dogfight",
pathfinding = 1,
makes_footstep_sound = false,
drops = {},
visual = "mesh",
mesh = "dragon.b3d",
collisionbox = {-1.5, -1.5, -1.5, 1.5, 1.5, 1.5},
textures = {"dragon.png"},
})

BIN
models/dragon.b3d Normal file

Binary file not shown.

BIN
textures/dragon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB