Browse Source

add outline for glass helmet

master
poikilos 5 years ago
committed by Jacob Gustafson
parent
commit
2034540cd4
  1. 2
      Bucket_Game-branches/glass_helmet--add-190808/mods/scubagear/depends.txt
  2. 10
      Bucket_Game-branches/glass_helmet--add-190808/mods/scubagear/init.lua
  3. BIN
      Bucket_Game-branches/glass_helmet--add-190808/mods/scubagear/textures/glass_helmet.png

2
Bucket_Game-branches/glass_helmet--add-190808/mods/scubagear/depends.txt

@ -0,0 +1,2 @@
default
3d_armor

10
Bucket_Game-branches/glass_helmet--add-190808/mods/scubagear/init.lua

@ -0,0 +1,10 @@
-- if rawget(_G, "armor") and armor.register_liquid then
armor:register_armor("3d_armor:helmet_glass_scuba", {
description = S("Glass Scuba Helmet"),
inventory_image = "3d_armor_inv_helmet_wood.png",
groups = {armor_head=1, armor_water=1, armor_use=2000},
armor_groups = {fleshy=5},
damage_groups = {cracky=3, snappy=2, choppy=3, crumbly=2, level=1},
})

BIN
Bucket_Game-branches/glass_helmet--add-190808/mods/scubagear/textures/glass_helmet.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Loading…
Cancel
Save