summaryrefslogtreecommitdiff
path: root/gamemode/itemsystem/items/deaddroppable.lua
diff options
context:
space:
mode:
authorScott <scotth0828@gmail.com>2016-05-05 17:45:09 -0400
committerScott <scotth0828@gmail.com>2016-05-05 17:45:09 -0400
commit12c3f620dce7419282fd452250a83ca9651602b8 (patch)
treebd6cef38e77bb54fc73c410fab6cfa7ab990030f /gamemode/itemsystem/items/deaddroppable.lua
parente5235e8f1967e211e494e3ba3a85b5fcbfc219c3 (diff)
downloadgmstranded-12c3f620dce7419282fd452250a83ca9651602b8.tar.gz
gmstranded-12c3f620dce7419282fd452250a83ca9651602b8.tar.bz2
gmstranded-12c3f620dce7419282fd452250a83ca9651602b8.zip
Some res images added, res images renamed
Diffstat (limited to 'gamemode/itemsystem/items/deaddroppable.lua')
-rw-r--r--gamemode/itemsystem/items/deaddroppable.lua27
1 files changed, 14 insertions, 13 deletions
diff --git a/gamemode/itemsystem/items/deaddroppable.lua b/gamemode/itemsystem/items/deaddroppable.lua
index 75c127f..81af605 100644
--- a/gamemode/itemsystem/items/deaddroppable.lua
+++ b/gamemode/itemsystem/items/deaddroppable.lua
@@ -2,7 +2,7 @@
--Try to keep this table in alphabetical order so if something needs changeing, you can find it
local tbl = {
- {"Adamantine Ore","Something you can craft with!","items/adamantine_ore.png"},
+ {"Adamantine Ore","Something you can craft with!","items/ore_adamantine.png"},
{"Air Rune","This stone seems like it should be heavier.","test.png"},
{"Baits","Something you can use to fish with! (Consumed automatically)","test.png"},
{"Basic Rune","Something you can craft with!","test.png"},
@@ -10,7 +10,7 @@ local tbl = {
{"Batteries","It holds a charge!","test.png"},
{"Cedar","You can identify that this is wood.","test.png"},
{"Charcoal","Bits of burnt wood.","test.png"},
- {"Copper Ore","Something you can craft with!","items/copper_ore.png"},
+ {"Copper Ore","Something you can craft with!","items/ore_copper.png"},
{"Dough","Something you can craft with!","test.png"},
{"Dust","Ever wondered what would happen if sand got smaller?","test.png"},
{"Earth Rune","A stone that's heavier than it looks.","test.png"},
@@ -19,40 +19,41 @@ local tbl = {
{"Flashlight","Lights up the dark!","test.png"},
{"Glass","Useful in construction!","test.png"},
{"Gold","You're Rich!","test.png"},
- {"Gold Ore","Something you can craft with!","items/gold_ore.png"},
+ {"Gold Ore","Something you can craft with!","items/ore_gold.png"},
{"Gunpowder","Something you can craft with!","test.png"},
{"Herbs","Blech, vegtables...","test.png"},
{"Iron","Something you can craft with!","test.png"},
- {"Iron Ore","Something you can craft with!","items/iron_ore.png"},
+ {"Iron Ore","Something you can craft with!","items/ore_iron.png"},
{"Mahogany","A rich dark color.","test.png"},
{"Maple","It's some nice wood, Eh?","test.png"},
{"Meat","Something you can craft with!","test.png"},
- {"Mithril Ore","Something you can craft with!","items/mithril_ore.png"},
+ {"Mithril Ore","Something you can craft with!","items/ore_mithril.png"},
+ {"Oak","You've got wood.","items/wood_oak.png"},
{"Pickaxe Handle","Something you can craft with!","test.png"},
{"Pickaxe Head","Something you can craft with!","test.png"},
{"Plastic","Some solidified resin!","test.png"},
{"Platinum","Something you can craft with!","test.png"},
- {"Platinum Ore","Something you can craft with!","items/platinum_ore.png"},
+ {"Platinum Ore","Something you can craft with!","items/ore_platinum.png"},
{"Pure Mithril","Something you can craft with!","test.png"},
{"Resin","Something you can craft with!","test.png"},
{"Salmon","Something you can craft with!","test.png"},
{"Sand","How in the world are you holding this stuff?","test.png"},
{"Shark","Something you can craft with!","test.png"},
{"Silver","Something you can craft with!","test.png"},
- {"Silver Ore","Something you can craft with!","items/silver_ore.png"},
+ {"Silver Ore","Something you can craft with!","items/ore_silver.png"},
{"Spices","Freshen up that stinking mutton!","test.png"},
{"Steel","Something you can craft with!","test.png"},
- {"Steel Ore","Something you can craft with!","items/steel_ore.png"},
- {"Stone","Something you can craft with!","test.png"},
+ {"Steel Ore","Something you can craft with!","items/ore_steel.png"},
+ {"Stone","Something you can craft with!","stone.png"},
{"Strange Stone","Something you can craft with!","test.png"},
{"Sulpher","Watch out, it's explosive!","test.png"},
- {"Teak","You've got wood.","test.png"},
+ {"Teak","You've got wood.","wood_teak.png"},
{"Tech","You're blinded by SCIENCE!","test.png"},
- {"Tech Ore","Something you can craft with!","items/tech_ore.png"},
+ {"Tech Ore","Something you can craft with!","items/ore_tech.png"},
{"Trout","A flippy floppy fish!","test.png"},
- {"Urine Bottles","Something you can craft with!","items/urine.png"},
+ {"Urine Bottles","Something you can craft with!","items/bottle_urine.png"},
{"Water Rune","Whenever you touch it, your hand feels slightly damp.","test.png"},
- {"Wood","Something you can craft with!","test.png"},
+ {"Wood","Something you can craft with!","items/wood.png"},
{"Wrist Watch","See the time wherever you go!","test.png"},
}