1,124
edits
(Created page with "iconList = { ['angry'] = { ['file'] = 'Angry.png', ['link'] = 'File:Angry.png' }, ['barrel'] = { ['file'] = 'Barrel.png', ['link']...") |
|||
Line 1: | Line 1: | ||
iconList = { | iconList = { | ||
['barrel'] = { | ['barrel'] = { | ||
['file'] = 'Barrel.png', | ['file'] = 'Barrel.png', | ||
Line 16: | Line 12: | ||
['link'] = 'Berries' | ['link'] = 'Berries' | ||
}, | }, | ||
['blueprint'] = { | |||
['file'] = 'Blueprint.png', | |||
['link'] = 'Blueprints' | |||
}, | |||
['boar'] = { | ['boar'] = { | ||
['file'] = 'Boar.png', | ['file'] = 'Boar.png', | ||
Line 23: | Line 23: | ||
['file'] = 'Bread.png', | ['file'] = 'Bread.png', | ||
['link'] = 'Bread' | ['link'] = 'Bread' | ||
}, | |||
['candle'] = { | |||
['file'] = 'Candle.png', | |||
['link'] = 'Candle' | |||
}, | }, | ||
['cheese'] = { | ['cheese'] = { | ||
Line 55: | Line 59: | ||
['file'] = 'Gold Coins.png', | ['file'] = 'Gold Coins.png', | ||
['link'] = 'Gold Coins' | ['link'] = 'Gold Coins' | ||
}, | }, | ||
['fish'] = { | ['fish'] = { | ||
Line 71: | Line 67: | ||
['file'] = 'Flour.png', | ['file'] = 'Flour.png', | ||
['link'] = 'Flour' | ['link'] = 'Flour' | ||
}, | }, | ||
['gem'] = { | ['gem'] = { | ||
Line 89: | Line 81: | ||
}, | }, | ||
['gold'] = { | ['gold'] = { | ||
['file'] = 'Gold Bars.png', | |||
['link'] = 'Gold' | |||
}, | |||
['gold bar'] = { | |||
['file'] = 'Gold Bars.png', | ['file'] = 'Gold Bars.png', | ||
['link'] = 'Gold' | ['link'] = 'Gold' | ||
Line 103: | Line 99: | ||
['file'] = 'Gold Ore.png', | ['file'] = 'Gold Ore.png', | ||
['link'] = 'Gold Ore' | ['link'] = 'Gold Ore' | ||
}, | }, | ||
['grape'] = { | ['grape'] = { | ||
Line 115: | Line 107: | ||
['file'] = 'Grapes.png', | ['file'] = 'Grapes.png', | ||
['link'] = 'Grapes' | ['link'] = 'Grapes' | ||
}, | }, | ||
['herb'] = { | ['herb'] = { | ||
Line 141: | Line 125: | ||
}, | }, | ||
['hops'] = { | ['hops'] = { | ||
['file'] = ' | ['file'] = 'Hop.png', | ||
['link'] = 'Hops' | ['link'] = 'Hops' | ||
}, | }, | ||
['iron'] = { | ['iron'] = { | ||
['file'] = 'Iron.png', | ['file'] = 'Iron Bar.png', | ||
['link'] = 'Iron' | |||
}, | |||
['iron bar'] = { | |||
['file'] = 'Iron Bar.png', | |||
['link'] = 'Iron' | ['link'] = 'Iron' | ||
}, | }, | ||
Line 180: | Line 168: | ||
['link'] = 'Splendor' | ['link'] = 'Splendor' | ||
}, | }, | ||
['logs'] = { | |||
['file'] = 'Logs.png', | |||
['link'] = 'Logs' | |||
}, | |||
['maintenance'] = { | ['maintenance'] = { | ||
['file'] = 'Maintenance Cost.png', | ['file'] = 'Maintenance Cost.png', | ||
['link'] = 'Maintenance' | ['link'] = 'Maintenance Cost' | ||
}, | }, | ||
['maintenance cost'] = { | ['maintenance cost'] = { | ||
Line 207: | Line 191: | ||
['file'] = 'Milk.png', | ['file'] = 'Milk.png', | ||
['link'] = 'Milk' | ['link'] = 'Milk' | ||
}, | }, | ||
['pike'] = { | ['pike'] = { | ||
Line 235: | Line 207: | ||
['file'] = 'Quartz.png', | ['file'] = 'Quartz.png', | ||
['link'] = 'Quartz' | ['link'] = 'Quartz' | ||
}, | }, | ||
['sculpture'] = { | ['sculpture'] = { | ||
['file'] = 'Sculpture.png', | ['file'] = 'Sculpture.png', | ||
['link'] = 'Sculpture' | ['link'] = 'Sculpture' | ||
}, | }, | ||
['spear'] = { | ['spear'] = { | ||
Line 260: | Line 216: | ||
['link'] = 'Spear' | ['link'] = 'Spear' | ||
}, | }, | ||
[' | ['stained glass'] = { | ||
['file'] = 'Stained Glass.png', | |||
['link'] = 'Stained Glass' | |||
}, | }, | ||
['stone'] = { | ['stone'] = { | ||
Line 284: | Line 240: | ||
['link'] = 'Water' | ['link'] = 'Water' | ||
}, | }, | ||
[' | ['wheat'] = { | ||
['file'] = 'Wheat.png', | |||
['link'] = 'Wheat' | |||
}, | }, | ||
['wine'] = { | ['wine'] = { | ||
['file'] = 'Wine.png', | ['file'] = 'Wine.png', | ||
['link'] = 'Wine' | ['link'] = 'Wine' | ||
}, | }, | ||
['wood'] = { | ['wood'] = { | ||
['file'] = ' | ['file'] = 'Logs.png', | ||
['link'] = 'Wood' | ['link'] = 'Wood' | ||
}, | }, | ||
Line 304: | Line 256: | ||
['link'] = 'Wool' | ['link'] = 'Wool' | ||
} | } | ||
} | } |