168 lines
3.3 KiB
Lua
168 lines
3.3 KiB
Lua
mobs:register_mob("mobs:female1_npc", {
|
|
type = "npc",
|
|
hp_min = 30,
|
|
hp_max = 75,
|
|
exp_min = 0,
|
|
exp_max = 0,
|
|
collisionbox = {-0.35,-1.0,-0.35, 0.35,0.8,0.35},
|
|
visual = "mesh",
|
|
mesh = "3d_armor_character.x",
|
|
textures = {"mobs_female1.png",
|
|
"3d_armor_trans.png",
|
|
"3d_armor_trans.png",
|
|
},
|
|
visual_size = {x=1, y=1},
|
|
makes_footstep_sound = true,
|
|
view_range = 12,
|
|
walk_velocity = 1.25,
|
|
run_velocity = 3.75,
|
|
damage = 6,
|
|
drops = { },
|
|
armor = 150,
|
|
drawtype = "front",
|
|
activity_level = 5,
|
|
lava_damage = 5,
|
|
light_damage = 0,
|
|
on_rightclick = nil,
|
|
walk_chance = 1,
|
|
attack_type = "dogfight",
|
|
animation = {
|
|
speed_normal = 30,
|
|
speed_run = 30,
|
|
stand_start = 0,
|
|
stand_end = 79,
|
|
walk_start = 168,
|
|
walk_end = 187,
|
|
run_start = 168,
|
|
run_end = 187,
|
|
punch_start = 200,
|
|
punch_end = 219,
|
|
},
|
|
jump = true,
|
|
sounds = {
|
|
attack = "default_punch",
|
|
},
|
|
attacks_monsters=false,
|
|
peaceful = true,
|
|
step=2,
|
|
blood_amount = 35,
|
|
blood_offset = 0.25,
|
|
rewards = {
|
|
{chance=90, item="default:bread"},
|
|
{chance=40, item="experience:6_exp"},
|
|
{chance=60, item="potions:magic_replenish1"},
|
|
},
|
|
})
|
|
|
|
mobs:register_mob("mobs:female2_npc", {
|
|
type = "npc",
|
|
hp_min = 30,
|
|
hp_max = 75,
|
|
exp_min = 0,
|
|
exp_max = 0,
|
|
collisionbox = {-0.35,-1.0,-0.35, 0.35,0.8,0.35},
|
|
visual = "mesh",
|
|
mesh = "3d_armor_character.x",
|
|
textures = {"mobs_female2.png",
|
|
"3d_armor_trans.png",
|
|
"3d_armor_trans.png",
|
|
},
|
|
visual_size = {x=1, y=1},
|
|
makes_footstep_sound = true,
|
|
view_range = 12,
|
|
walk_velocity = 1.25,
|
|
run_velocity = 3.75,
|
|
damage = 6,
|
|
drops = { },
|
|
armor = 150,
|
|
drawtype = "front",
|
|
water_damage = 1,
|
|
lava_damage = 5,
|
|
light_damage = 0,
|
|
on_rightclick = nil,
|
|
activity_level = 5,
|
|
attack_type = "dogfight",
|
|
animation = {
|
|
speed_normal = 30,
|
|
speed_run = 30,
|
|
stand_start = 0,
|
|
stand_end = 79,
|
|
walk_start = 168,
|
|
walk_end = 187,
|
|
run_start = 168,
|
|
run_end = 187,
|
|
punch_start = 200,
|
|
punch_end = 219,
|
|
},
|
|
jump = true,
|
|
sounds = {
|
|
attack = "default_punch",
|
|
},
|
|
attacks_monsters=false,
|
|
peaceful = true,
|
|
step=2,
|
|
blood_amount = 35,
|
|
blood_offset = 0.25,
|
|
rewards = {
|
|
{chance=90, item="default:bread"},
|
|
{chance=40, item="experience:6_exp"},
|
|
{chance=60, item="potions:magic_replenish1"},
|
|
},
|
|
})
|
|
|
|
mobs:register_mob("mobs:female3_npc", {
|
|
type = "npc",
|
|
hp_min = 30,
|
|
hp_max = 75,
|
|
exp_min = 0,
|
|
exp_max = 0,
|
|
collisionbox = {-0.35,-1.0,-0.35, 0.35,0.8,0.35},
|
|
visual = "mesh",
|
|
mesh = "3d_armor_character.x",
|
|
textures = {"mobs_female3.png",
|
|
"3d_armor_trans.png",
|
|
"3d_armor_trans.png",
|
|
},
|
|
visual_size = {x=1, y=1},
|
|
makes_footstep_sound = true,
|
|
view_range = 12,
|
|
walk_velocity = 1.3,
|
|
run_velocity = 4.15,
|
|
damage = 6,
|
|
drops = { },
|
|
armor = 150,
|
|
drawtype = "front",
|
|
water_damage = 1,
|
|
lava_damage = 5,
|
|
light_damage = 0,
|
|
on_rightclick = nil,
|
|
activity_level = 5,
|
|
attack_type = "dogfight",
|
|
animation = {
|
|
speed_normal = 30,
|
|
speed_run = 30,
|
|
stand_start = 0,
|
|
stand_end = 79,
|
|
walk_start = 168,
|
|
walk_end = 187,
|
|
run_start = 168,
|
|
run_end = 187,
|
|
punch_start = 200,
|
|
punch_end = 219,
|
|
},
|
|
jump = true,
|
|
sounds = {
|
|
attack = "default_punch",
|
|
},
|
|
attacks_monsters=false,
|
|
peaceful = true,
|
|
step=2,
|
|
blood_amount = 35,
|
|
blood_offset = 0.25,
|
|
rewards = {
|
|
{chance=90, item="default:bread"},
|
|
{chance=40, item="experience:6_exp"},
|
|
{chance=60, item="potions:magic_replenish1"},
|
|
},
|
|
})
|