Module:Inventory slot/Aliases: Difference between revisions
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
} | } | ||
local aliases = { | local aliases = { | ||
-- All Tools (WIP) -- | |||
['Wooden Sword'] = { title = 'Wooden Sword', name = 'Wooden Sword', text = '/&9+4 Attack Damage' }, | |||
['Stone Sword'] = { title = 'Stone Sword', name = 'Stone Sword', text = '/&9+5 Attack Damage' }, | |||
['Iron Sword'] = { title = 'Iron Sword', name = 'Iron Sword', text = '/&9+6 Attack Damage' }, | |||
['Gold Sword'] = { title = 'Gold Sword', name = 'Gold Sword', text = '/&9+4 Attack Damage' }, | |||
['Diamond Sword'] = { title = 'Diamond Sword', name = 'Diamond Sword', text = '/&9+7 Attack Damage' }, | |||
-- Common fuel types for furnace -- | -- Common fuel types for furnace -- | ||
['Any fuel'] = { 'Coal', 'Charcoal', { title = 'Wood', name = 'Oak Wood' }, { title = 'Wood Planks', name = 'Oak Wood Planks' }, 'Block of Coal' }, | ['Any fuel'] = { 'Coal', 'Charcoal', { title = 'Wood', name = 'Oak Wood' }, { title = 'Wood Planks', name = 'Oak Wood Planks' }, 'Block of Coal' }, | ||