texture improvements and iron giant

commited so that the changes don't dissappear
This commit is contained in:
D00Med 2016-07-23 11:50:03 +10:00
parent 458262ba55
commit cfc53981ba
13 changed files with 46 additions and 0 deletions

View File

@ -231,6 +231,52 @@ mobs:register_spawn("scifi_mobs:bipedm", {"default:stone","default:desert_sand"}
mobs:register_egg("scifi_mobs:bipedm", "Bipedal Mech", "scifi_mech_inv.png", 0)
mobs:register_mob("scifi_mobs:giant", {
type = "monster",
passive = false,
reach = 1,
damage = 2,
attack_type = "shoot",
hp_min = 22,
hp_max = 32,
armor = 230,
shoot_interval = 1.5,
arrow = "scifi_mobs:blaser",
shoot_offset = 1,
collisionbox = {-1, -0.35, -1, 1, 5, 1},
visual = "mesh",
mesh = "irongiant.b3d",
textures = {
{"scifi_irongiant.png"},
},
visual_size = {x=4, y=4},
makes_footstep_sound = false,
walk_velocity = 1,
run_velocity = 2,
jump = false,
water_damage = 0,
lava_damage = 2,
light_damage = 0,
view_range = 14,
animation = {
speed_normal = 6,
speed_run = 7,
walk_start = 1,
walk_end = 40,
stand_start = 1,
stand_end = 1,
run_start = 1,
run_end = 40,
shoot_start = 40,
shoot_end = 60,
},
})
mobs:register_spawn("scifi_mobs:giant", {"default:stone","default:dirt_with_grass"}, 20, 10, 15000, 2, 31000)
mobs:register_egg("scifi_mobs:giant", "Iron Giant", "scifi_giant_inv.png", 0)
mobs:register_mob("scifi_mobs:metalg", {
type = "monster",
passive = false,

BIN
models/irongiant.b3d Normal file

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 323 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 417 KiB

After

Width:  |  Height:  |  Size: 78 KiB

BIN
textures/scifi_mecha1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 417 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 324 KiB

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 324 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 24 KiB

BIN
textures/scifi_r21.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 228 KiB

After

Width:  |  Height:  |  Size: 58 KiB

BIN
textures/scifi_tank1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 KiB