Modul:ItemData: Unterschied zwischen den Versionen
Aus Eco - Deutsches Wiki
[unmarkierte Version] | [unmarkierte Version] |
Keine Bearbeitungszusammenfassung |
Dennis (Diskussion | Beiträge) K 1 Version importiert |
(kein Unterschied)
|
Version vom 6. Dezember 2019, 22:35 Uhr
Dokumentation
'Diese Seite NICHT manuell ändern!'
Diese Datei ist eine Datendatei, mit der Informationen im gesamten Eco-Wiki mithilfe verschiedener Module automatisiert werden.
Das Modul: ItemData wird derzeit verwendet in:
- Modul: Infobox_Item, Weitere Informationen finden Sie unter Vorlage: Infobox_Item.
- Modul: Beschreibung, Weitere Informationen finden Sie unter Vorlage: Beschreibung.
- Modul: FoodDetails, Weitere Informationen finden Sie unter Vorlage: FoodDetails.
Wenn Sie weitere Informationen auf einer Datenseite sehen möchten, fordern Sie diese im ECO Contribution Wiki Discord unter https://discord.gg/ynCVtN5 an.
return {
items = {
['A P Gen'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'Not sure why you would have this or want to place it, but it just generates pollution.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'APGenItem',
['typeID'] = '550',
},
['Acorn'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'PLACEHOLDER UNTIL OAKS',
['calories'] = '60.0',
['carbs'] = '2.0',
['protein'] = '1.0',
['fat'] = '3.0',
['vitamins'] = '2.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.01kg',
['yield'] = nil,
['type'] = 'AcornItem',
['typeID'] = '95',
},
['Acorn Powder'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Powdered acorn.',
['calories'] = '40.0',
['carbs'] = '3.0',
['protein'] = '5.0',
['fat'] = '2.0',
['vitamins'] = '5.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.2kg',
['yield'] = nil,
['type'] = 'AcornPowderItem',
['typeID'] = '96',
},
['Advanced Baking Skill Book'] = {
['category'] = 'Hidden/Research',
['group'] = 'Skill Books',
['description'] = 'Creates Advanced Baking Skill Scrolls that teach Advanced Baking',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'AdvancedBakingSkillBook',
['typeID'] = '291',
},
['Advanced Baking Skill Scroll'] = {
['category'] = 'Hidden/Research',
['group'] = 'Skill Scrolls',
['description'] = 'Teaches Advanced Baking',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'AdvancedBakingSkillScroll',
['typeID'] = '292',
},
['Advanced Campfire Cooking Skill Book'] = {
['category'] = 'Hidden/Research',
['group'] = 'Skill Books',
['description'] = 'Creates Advanced Campfire Cooking Skill Scrolls that teach Advanced Campfire Cooking',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'AdvancedCampfireCookingSkillBook',
['typeID'] = '294',
},
['Advanced Campfire Cooking Skill Scroll'] = {
['category'] = 'Hidden/Research',
['group'] = 'Skill Scrolls',
['description'] = 'Teaches Advanced Campfire Cooking',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'AdvancedCampfireCookingSkillScroll',
['typeID'] = '295',
},
['Advanced Combustion Engine'] = {
['category'] = '_None',
['group'] = 'Items',
['description'] = 'A more advanced version of the normal combustion engine that produces a greater output.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '1kg',
['yield'] = nil,
['type'] = 'AdvancedCombustionEngineItem',
['typeID'] = '187',
},
['Advanced Cooking Skill Book'] = {
['category'] = 'Hidden/Research',
['group'] = 'Skill Books',
['description'] = 'Creates Advanced Cooking Skill Scrolls that teach Advanced Cooking',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'AdvancedCookingSkillBook',
['typeID'] = '297',
},
['Advanced Cooking Skill Scroll'] = {
['category'] = 'Hidden/Research',
['group'] = 'Skill Scrolls',
['description'] = 'Teaches Advanced Cooking',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'AdvancedCookingSkillScroll',
['typeID'] = '298',
},
['Advanced Smelting Skill Book'] = {
['category'] = 'Hidden/Research',
['group'] = 'Skill Books',
['description'] = 'Creates Advanced Smelting Skill Scrolls that teach Advanced Smelting',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'AdvancedSmeltingSkillBook',
['typeID'] = '300',
},
['Advanced Smelting Skill Scroll'] = {
['category'] = 'Hidden/Research',
['group'] = 'Skill Scrolls',
['description'] = 'Teaches Advanced Smelting',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'AdvancedSmeltingSkillScroll',
['typeID'] = '301',
},
['Air Pump'] = {
['category'] = 'Hidden',
['group'] = 'World Object Items',
['description'] = 'Removes a given gas from the oxygen',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'AirPumpItem',
['typeID'] = '9',
},
['Alpha Cloak'] = {
['category'] = 'Hidden',
['group'] = 'AvatarPart',
['description'] = 'Thanks for supporting ECO!',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'AlphaCloakItem',
['typeID'] = '20',
},
['Alpha Goggles'] = {
['category'] = 'Hidden',
['group'] = 'AvatarPart',
['description'] = 'Thanks for supporting ECO!',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'AlphaGogglesItem',
['typeID'] = '19',
},
['Alpha Hat'] = {
['category'] = 'Hidden',
['group'] = 'AvatarPart',
['description'] = 'Thanks for supporting ECO!',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'AlphaHatItem',
['typeID'] = '18',
},
['Amanita Mushroom Spores'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Plant to grow amanita mushrooms. Not sure why you\'d want these poisonous mushrooms, though.',
['calories'] = '0.0',
['carbs'] = '0.0',
['protein'] = '0.0',
['fat'] = '0.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.01kg',
['yield'] = '0Wetlands Wanderer',
['type'] = 'AmanitaMushroomSporesItem',
['typeID'] = '267',
},
['Amanita Mushrooms'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'A potentially poisonous mushroom. It might be wise to not eat it.',
['calories'] = '-200.0',
['carbs'] = '0.0',
['protein'] = '0.0',
['fat'] = '0.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.01kg',
['yield'] = '0Wetlands Wanderer',
['type'] = 'AmanitaMushroomsItem',
['typeID'] = '97',
},
['Anvil'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'A solid shaped piece of metal used to hammer ingots into tools and other useful things.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'AnvilItem',
['typeID'] = '549',
},
['Arrow'] = {
['category'] = '_None',
['group'] = 'Items',
['description'] = 'Use with the bow to hunt for food (or amaze your friends by shooting apples off of their heads).',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = '500J',
['weight'] = '0.01kg',
['yield'] = nil,
['type'] = 'ArrowItem',
['typeID'] = '188',
},
['Asphalt Ramp'] = {
['category'] = 'WorldObject',
['group'] = 'Road Items',
['description'] = '4 x 4 Asphalt Ramp.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'AsphaltRampItem',
['typeID'] = '633',
},
['Asphalt Road'] = {
['category'] = '_None',
['group'] = 'Block Items',
['description'] = 'A paved surface constructed with asphalt and concrete. It\'s durable and extremely efficient for any wheeled vehicle.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Hands',
['maxStack'] = '10',
['fuel'] = nil,
['weight'] = '10kg',
['yield'] = nil,
['type'] = 'AsphaltRoadItem',
['typeID'] = '190',
},
['Atmosphere Regulator'] = {
['category'] = 'Hidden',
['group'] = 'World Object Items',
['description'] = 'Regulates the atmosphere of a room',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'AtmosphereRegulatorItem',
['typeID'] = '10',
},
['Atmosphere Tester'] = {
['category'] = 'Hidden',
['group'] = 'World Object Items',
['description'] = 'Sends a trigger the atmosphere meets the requirements',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'AtmosphereTesterItem',
['typeID'] = '11',
},
['Axe'] = {
['category'] = 'Hidden',
['group'] = 'Tools',
['description'] = 'A broadheaded axe useful for felling trees.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '0kg',
['yield'] = nil,
['type'] = 'AxeItem',
['typeID'] = '191',
},
['Backpack'] = {
['category'] = 'Hidden',
['group'] = 'Actionbar Items',
['description'] = 'Your currently carried items.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'BackpackItem',
['typeID'] = '51',
},
['Baked Meat'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Evenly baked meat; it might not have the perfect sear but it\'s good enough.',
['calories'] = '600.0',
['carbs'] = '0.0',
['protein'] = '12.0',
['fat'] = '10.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.5kg',
['yield'] = nil,
['type'] = 'BakedMeatItem',
['typeID'] = '98',
},
['Baked Roast'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'A trussed roast baked to perfection.',
['calories'] = '900.0',
['carbs'] = '2.0',
['protein'] = '10.0',
['fat'] = '7.0',
['vitamins'] = '5.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.5kg',
['yield'] = nil,
['type'] = 'BakedRoastItem',
['typeID'] = '99',
},
['Bakery Oven'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'A solidly built brick oven useful for baking all manner of treats.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'BakeryOvenItem',
['typeID'] = '551',
},
['Baking Skill Book'] = {
['category'] = 'Hidden/Research',
['group'] = 'Skill Books',
['description'] = 'Creates Baking Skill Scrolls that teach Baking',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'BakingSkillBook',
['typeID'] = '306',
},
['Baking Skill Scroll'] = {
['category'] = 'Hidden/Research',
['group'] = 'Skill Scrolls',
['description'] = 'Teaches Baking',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'BakingSkillScroll',
['typeID'] = '307',
},
['Bannock'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'A dense whole wheat unleavened bread.',
['calories'] = '600.0',
['carbs'] = '12.0',
['protein'] = '3.0',
['fat'] = '8.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'BannockItem',
['typeID'] = '100',
},
['Barrel'] = {
['category'] = '_None',
['group'] = 'Block Items',
['description'] = 'Expertly crafted from smoothed boards and metal bands, this can carry a variety of substances.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Hands',
['maxStack'] = '10',
['fuel'] = nil,
['weight'] = '2kg',
['yield'] = nil,
['type'] = 'BarrelItem',
['typeID'] = '192',
},
['Basic Backpack'] = {
['category'] = '_None',
['group'] = 'AvatarPart',
['description'] = '',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'BasicBackpackItem',
['typeID'] = '60',
},
['Basic Engineering Skill Book'] = {
['category'] = 'Hidden/Research',
['group'] = 'Skill Books',
['description'] = 'Creates Basic Engineering Skill Scrolls that teach Basic Engineering',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'BasicEngineeringSkillBook',
['typeID'] = '315',
},
['Basic Engineering Skill Scroll'] = {
['category'] = 'Hidden/Research',
['group'] = 'Skill Scrolls',
['description'] = 'Teaches Basic Engineering',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'BasicEngineeringSkillScroll',
['typeID'] = '316',
},
['Basic Salad'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'A seemingly random assortment of wild plants that form a sort of salad.',
['calories'] = '800.0',
['carbs'] = '6.0',
['protein'] = '4.0',
['fat'] = '4.0',
['vitamins'] = '6.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.3kg',
['yield'] = nil,
['type'] = 'BasicSaladItem',
['typeID'] = '101',
},
['Bean Paste'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Smashed beans can work as a thickener or flavour enhancer.',
['calories'] = '40.0',
['carbs'] = '3.0',
['protein'] = '5.0',
['fat'] = '7.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.2kg',
['yield'] = nil,
['type'] = 'BeanPasteItem',
['typeID'] = '102',
},
['Beans'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'A good source of protein.',
['calories'] = '120.0',
['carbs'] = '1.0',
['protein'] = '4.0',
['fat'] = '3.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.01kg',
['yield'] = '0Grassland Gatherer',
['type'] = 'BeansItem',
['typeID'] = '268',
},
['Bear S U P R E M E'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Just because the name has \'bear\' in it doesn\'t mean it actually contains bear.',
['calories'] = '1200.0',
['carbs'] = '7.0',
['protein'] = '16.0',
['fat'] = '18.0',
['vitamins'] = '8.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.5kg',
['yield'] = nil,
['type'] = 'BearSUPREMEItem',
['typeID'] = '104',
},
['Bearclaw'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'A sweet pastry with seperated sections that look a bit like a claw.',
['calories'] = '650.0',
['carbs'] = '11.0',
['protein'] = '5.0',
['fat'] = '18.0',
['vitamins'] = '6.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.3kg',
['yield'] = nil,
['type'] = 'BearclawItem',
['typeID'] = '103',
},
['Bearpack'] = {
['category'] = '_None',
['group'] = 'AvatarPart',
['description'] = 'Lets you carry as much as a bear! Not really, but it does help you carry more.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'BearpackItem',
['typeID'] = '61',
},
['Beet'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'A brilliantly colored bulb with an earthy sweetness.',
['calories'] = '230.0',
['carbs'] = '3.0',
['protein'] = '1.0',
['fat'] = '1.0',
['vitamins'] = '3.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.01kg',
['yield'] = '0Grassland Gatherer',
['type'] = 'BeetItem',
['typeID'] = '105',
},
['Beet Seed'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Plant to grow beets.',
['calories'] = '0.0',
['carbs'] = '0.0',
['protein'] = '0.0',
['fat'] = '0.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.01kg',
['yield'] = '0Grassland Gatherer',
['type'] = 'BeetSeedItem',
['typeID'] = '269',
},
['Berry Extract Fertilizer'] = {
['category'] = 'Tool',
['group'] = 'Tools',
['description'] = '',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '50',
['fuel'] = nil,
['weight'] = '0.5kg',
['yield'] = nil,
['type'] = 'BerryExtractFertilizerItem',
['typeID'] = '86',
},
['Big Backpack'] = {
['category'] = '_None',
['group'] = 'AvatarPart',
['description'] = 'BIGGER BACKPACKS????',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'BigBackpackItem',
['typeID'] = '62',
},
['Biodiesel'] = {
['category'] = '_None',
['group'] = 'Block Items',
['description'] = 'A vegetable or animal fat-based diesel fuel.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Hands',
['maxStack'] = '10',
['fuel'] = '50,000J',
['weight'] = '30kg',
['yield'] = nil,
['type'] = 'BiodieselItem',
['typeID'] = '193',
},
['Birch Seed'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Plant to grow into a birch sapling.',
['calories'] = '0.0',
['carbs'] = '0.0',
['protein'] = '0.0',
['fat'] = '0.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.01kg',
['yield'] = '0Forest Forager',
['type'] = 'BirchSeedItem',
['typeID'] = '270',
},
['Bison Carcass'] = {
['category'] = '_None',
['group'] = 'Items',
['description'] = 'A dead bison',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '4kg',
['yield'] = nil,
['type'] = 'BisonCarcassItem',
['typeID'] = '194',
},
['Blast Furnace'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'A superior replacement for the bloomery that can produce steel.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'BlastFurnaceItem',
['typeID'] = '552',
},
['Blinky Eyelids'] = {
['category'] = 'Hidden',
['group'] = 'AvatarPart',
['description'] = 'Eyes',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '0kg',
['yield'] = nil,
['type'] = 'BlinkyEyelidsItem',
['typeID'] = '54',
},
['Blood Meal Fertilizer'] = {
['category'] = 'Tool',
['group'] = 'Tools',
['description'] = '',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '50',
['fuel'] = nil,
['weight'] = '0.5kg',
['yield'] = nil,
['type'] = 'BloodMealFertilizerItem',
['typeID'] = '87',
},
['Bloomery'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'A chimney-shaped furnace for smelting ores.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'BloomeryItem',
['typeID'] = '553',
},
['Board'] = {
['category'] = '_None',
['group'] = 'Items',
['description'] = 'Can be used in simple crafts, or used to create workbenches.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = '2,000J',
['weight'] = '0.5kg',
['yield'] = nil,
['type'] = 'BoardItem',
['typeID'] = '195',
},
['Boiled Sausage'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Boiled sausages might not be as pretty as grilled ones, but they\'re still tasty.',
['calories'] = '600.0',
['carbs'] = '0.0',
['protein'] = '18.0',
['fat'] = '21.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.3kg',
['yield'] = nil,
['type'] = 'BoiledSausageItem',
['typeID'] = '106',
},
['Boiled Shoots'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Boiled in water to remove the inherent bitterness, this shoot is much tastier.',
['calories'] = '510.0',
['carbs'] = '6.0',
['protein'] = '0.0',
['fat'] = '3.0',
['vitamins'] = '11.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'BoiledShootsItem',
['typeID'] = '107',
},
['Bookshelf'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'A place to store knowledge and information; leads to the town hall.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'BookshelfItem',
['typeID'] = '554',
},
['Bow'] = {
['category'] = 'Tools',
['group'] = 'Tools',
['description'] = 'Shoots arrows. Useful for hunting.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'BowItem',
['typeID'] = '640',
},
['Brazier'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'A metal stand which can hold burning fuel to provide light.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'BrazierItem',
['typeID'] = '555',
},
['Bread'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'A delicious, crispy crust hides the soft interior.',
['calories'] = '750.0',
['carbs'] = '19.0',
['protein'] = '4.0',
['fat'] = '8.0',
['vitamins'] = '4.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.5kg',
['yield'] = nil,
['type'] = 'BreadItem',
['typeID'] = '108',
},
['Brick'] = {
['category'] = '_None',
['group'] = 'Block Items',
['description'] = 'Durable building material made from fired blocks and mortar.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Hands',
['maxStack'] = '10',
['fuel'] = nil,
['weight'] = '10kg',
['yield'] = nil,
['type'] = 'BrickItem',
['typeID'] = '196',
},
['Bricklaying Skill Book'] = {
['category'] = 'Hidden/Research',
['group'] = 'Skill Books',
['description'] = 'Creates Bricklaying Skill Scrolls that teach Bricklaying',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'BricklayingSkillBook',
['typeID'] = '325',
},
['Bricklaying Skill Scroll'] = {
['category'] = 'Hidden/Research',
['group'] = 'Skill Scrolls',
['description'] = 'Teaches Bricklaying',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'BricklayingSkillScroll',
['typeID'] = '326',
},
['Bullrush Seed'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Plant to grow bullrush.',
['calories'] = '0.0',
['carbs'] = '0.0',
['protein'] = '0.0',
['fat'] = '0.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.01kg',
['yield'] = '0Grassland Gatherer',
['type'] = 'BullrushSeedItem',
['typeID'] = '271',
},
['Bunchgrass Seed'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Plant to grow bunchgrass.',
['calories'] = '0.0',
['carbs'] = '0.0',
['protein'] = '0.0',
['fat'] = '0.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.01kg',
['yield'] = '0Grassland Gatherer',
['type'] = 'BunchgrassSeedItem',
['typeID'] = '272',
},
['Butchery Skill Book'] = {
['category'] = 'Hidden/Research',
['group'] = 'Skill Books',
['description'] = 'Creates Butchery Skill Scrolls that teach Butchery',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'ButcherySkillBook',
['typeID'] = '330',
},
['Butchery Skill Scroll'] = {
['category'] = 'Hidden/Research',
['group'] = 'Skill Scrolls',
['description'] = 'Teaches Butchery',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'ButcherySkillScroll',
['typeID'] = '331',
},
['Butchery Table'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'A block and cleaver to process raw meat into fancier dishes.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'ButcheryTableItem',
['typeID'] = '556',
},
['Button'] = {
['category'] = 'Hidden',
['group'] = 'World Object Items',
['description'] = 'Sends a signal to surrounding objects.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'ButtonItem',
['typeID'] = '0',
},
['C O2 Canister'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'For creating fancy foams!',
['calories'] = '10.0',
['carbs'] = '0.0',
['protein'] = '0.0',
['fat'] = '0.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'CO2CanisterItem',
['typeID'] = '124',
},
['Camas Ash Fertilizer'] = {
['category'] = 'Tool',
['group'] = 'Tools',
['description'] = '',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '50',
['fuel'] = nil,
['weight'] = '0.5kg',
['yield'] = nil,
['type'] = 'CamasAshFertilizerItem',
['typeID'] = '88',
},
['Camas Bread'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'A bread with a camas twist for a bit of flavor and fun. ',
['calories'] = '800.0',
['carbs'] = '16.0',
['protein'] = '5.0',
['fat'] = '11.0',
['vitamins'] = '8.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.5kg',
['yield'] = nil,
['type'] = 'CamasBreadItem',
['typeID'] = '109',
},
['Camas Bulb'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Plant to grow a camas plant.',
['calories'] = '120.0',
['carbs'] = '1.0',
['protein'] = '2.0',
['fat'] = '5.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.01kg',
['yield'] = '0Grassland Gatherer',
['type'] = 'CamasBulbItem',
['typeID'] = '273',
},
['Camas Bulb Bake'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'A spread of evenly baked camas bulbs; soft in the middle, golden brown on the outside.',
['calories'] = '400.0',
['carbs'] = '9.0',
['protein'] = '5.0',
['fat'] = '3.0',
['vitamins'] = '3.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.3kg',
['yield'] = nil,
['type'] = 'CamasBulbBakeItem',
['typeID'] = '110',
},
['Camas Mash'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'A mushy camas paste with some fat added for flavor and texture.',
['calories'] = '500.0',
['carbs'] = '4.0',
['protein'] = '4.0',
['fat'] = '11.0',
['vitamins'] = '3.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'CamasMashItem',
['typeID'] = '111',
},
['Camas Paste'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Pulverized camas works as an excellent thickener or flavour enhancer.',
['calories'] = '60.0',
['carbs'] = '3.0',
['protein'] = '2.0',
['fat'] = '10.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'CamasPasteItem',
['typeID'] = '112',
},
['Camo Pants'] = {
['category'] = '_None',
['group'] = 'AvatarPart',
['description'] = 'Hide from the animals!',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'CamoPantsItem',
['typeID'] = '63',
},
['Camo Shirt'] = {
['category'] = '_None',
['group'] = 'AvatarPart',
['description'] = 'Hide from the animals!',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'CamoShirtItem',
['typeID'] = '64',
},
['Campfire'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'Cook like a caveman on an uneven fire.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'CampfireItem',
['typeID'] = '557',
},
['Campfire Beans'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'A mushy mixture that can serve somewhat as a replacement protein in a meatless diet.',
['calories'] = '500.0',
['carbs'] = '2.0',
['protein'] = '8.0',
['fat'] = '6.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'CampfireBeansItem',
['typeID'] = '113',
},
['Campfire Roast'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'The uneven flame might be mediocre for cooking, but the open flame imparts a great flavor.',
['calories'] = '1000.0',
['carbs'] = '0.0',
['protein'] = '15.0',
['fat'] = '11.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.5kg',
['yield'] = nil,
['type'] = 'CampfireRoastItem',
['typeID'] = '114',
},
['Campfire Stew'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'A thick stew chock-full of meat, camas, and corn. A suprisingly good combination.',
['calories'] = '1200.0',
['carbs'] = '6.0',
['protein'] = '11.0',
['fat'] = '7.0',
['vitamins'] = '4.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.5kg',
['yield'] = nil,
['type'] = 'CampfireStewItem',
['typeID'] = '115',
},
['Candle Stand'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'A fancy candelabra for providing small amounts of light.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'CandleStandItem',
['typeID'] = '558',
},
['Capris'] = {
['category'] = '_None',
['group'] = 'AvatarPart',
['description'] = 'Capri pants (also known as three quarter pants, capris, crop pants, pedal pushers, clam-diggers, flood pants, jams, highwaters, culottes, or toreador pants) are pants that are longer than shorts but are not as long as trousers.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'CaprisItem',
['typeID'] = '65',
},
['Carpentry Table'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'A table for basic wooden crafts for home improvement and progress.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'CarpentryTableItem',
['typeID'] = '559',
},
['Carved Pumpkin'] = {
['category'] = 'Hidden',
['group'] = 'World Object Items',
['description'] = 'Spooky pumpkin that emits a magic light.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'CarvedPumpkinItem',
['typeID'] = '560',
},
['Cast Iron Stove'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'The perfect stove for the fledgling chef.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'CastIronStoveItem',
['typeID'] = '561',
},
['Cedar Seed'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Plant to grow a cedar sapling.',
['calories'] = '0.0',
['carbs'] = '0.0',
['protein'] = '0.0',
['fat'] = '0.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.01kg',
['yield'] = '0Forest Forager',
['type'] = 'CedarSeedItem',
['typeID'] = '274',
},
['Ceiling Candle'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'A fancy hanging candelabra.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'CeilingCandleItem',
['typeID'] = '562',
},
['Cellulose Fiber'] = {
['category'] = '_None',
['group'] = 'Items',
['description'] = 'Created by taking pulped plants and extruding them similarly to synthetic fibers.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'CelluloseFiberItem',
['typeID'] = '197',
},
['Cement Kiln'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'A rotary kiln that produces cement and concrete products.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'CementKilnItem',
['typeID'] = '563',
},
['Cement Skill Book'] = {
['category'] = 'Hidden/Research',
['group'] = 'Skill Books',
['description'] = 'Creates Cement Skill Scrolls that teach Cement',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'CementSkillBook',
['typeID'] = '345',
},
['Cement Skill Scroll'] = {
['category'] = 'Hidden/Research',
['group'] = 'Skill Scrolls',
['description'] = 'Teaches Cement',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'CementSkillScroll',
['typeID'] = '346',
},
['Cereal Germ'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'A by-product of milling, the germ is the reproductive part of the cereal that germinates.',
['calories'] = '20.0',
['carbs'] = '5.0',
['protein'] = '0.0',
['fat'] = '7.0',
['vitamins'] = '3.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.01kg',
['yield'] = nil,
['type'] = 'CerealGermItem',
['typeID'] = '116',
},
['Chair'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'A raised surface supported by legs. Without the back, it might be a stool.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'ChairItem',
['typeID'] = '564',
},
['Charcoal'] = {
['category'] = '_None',
['group'] = 'Items',
['description'] = 'A black residue, consisting of carbon and any remaining ash.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = '20,000J',
['weight'] = '1kg',
['yield'] = nil,
['type'] = 'CharcoalItem',
['typeID'] = '198',
},
['Charred Beet'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Perhaps not the best raw vegetable to char, this beet seems to have held up well enough.',
['calories'] = '470.0',
['carbs'] = '6.0',
['protein'] = '2.0',
['fat'] = '4.0',
['vitamins'] = '8.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'CharredBeetItem',
['typeID'] = '117',
},
['Charred Camas Bulb'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'A fibrous and sweet treat much like a sweet potato, though slightly blackened over the heat of a campfire.',
['calories'] = '510.0',
['carbs'] = '3.0',
['protein'] = '5.0',
['fat'] = '8.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'CharredCamasBulbItem',
['typeID'] = '118',
},
['Charred Corn'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'This piece of corn needs a good slathering of butter to crub that burnt taste.',
['calories'] = '530.0',
['carbs'] = '9.0',
['protein'] = '3.0',
['fat'] = '0.0',
['vitamins'] = '6.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'CharredCornItem',
['typeID'] = '119',
},
['Charred Fish'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'At least it doesn\'t have any scales any more.',
['calories'] = '550.0',
['carbs'] = '0.0',
['protein'] = '12.0',
['fat'] = '8.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.5kg',
['yield'] = nil,
['type'] = 'CharredFishItem',
['typeID'] = '120',
},
['Charred Meat'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'The blacked surface of this unrecognizable meat is "golden brown".',
['calories'] = '550.0',
['carbs'] = '0.0',
['protein'] = '10.0',
['fat'] = '10.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.8kg',
['yield'] = nil,
['type'] = 'CharredMeatItem',
['typeID'] = '121',
},
['Charred Sausage'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'A blacked sausage filled with meat, fat, and deliciousness.',
['calories'] = '500.0',
['carbs'] = '0.0',
['protein'] = '10.0',
['fat'] = '13.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.3kg',
['yield'] = nil,
['type'] = 'CharredSausageItem',
['typeID'] = '122',
},
['Charred Tomato'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'The blackened char on this tomato would contrast well with the red skin if there was any unburt surface left.',
['calories'] = '510.0',
['carbs'] = '6.0',
['protein'] = '4.0',
['fat'] = '3.0',
['vitamins'] = '5.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'CharredTomatoItem',
['typeID'] = '123',
},
['Circuit'] = {
['category'] = '_None',
['group'] = 'Items',
['description'] = 'A complex electrical component used in advanced electronics.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '1kg',
['yield'] = nil,
['type'] = 'CircuitItem',
['typeID'] = '199',
},
['Clam'] = {
['category'] = '_None',
['group'] = 'Items',
['description'] = 'A clam.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'ClamItem',
['typeID'] = '200',
},
['Cloth'] = {
['category'] = '_None',
['group'] = 'Items',
['description'] = 'A piece of rough cloth made by weaving fibers together.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'ClothItem',
['typeID'] = '201',
},
['CO2Item'] = {
['category'] = 'Hidden',
['group'] = 'Items',
['description'] = 'A byproduct gas of respiration.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'CO2Item',
['typeID'] = '15',
},
['Coal'] = {
['category'] = '_None',
['group'] = 'Block Items',
['description'] = 'A combustible mineral which when used as a fuel provides lots of energy but generates lots of pollution.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Hands',
['maxStack'] = '20',
['fuel'] = '20,000J',
['weight'] = '30kg',
['yield'] = nil,
['type'] = 'CoalItem',
['typeID'] = '202',
},
['Combustion Engine'] = {
['category'] = '_None',
['group'] = 'Items',
['description'] = 'An engine that generates power by combustion of fuel.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '1kg',
['yield'] = nil,
['type'] = 'CombustionEngineItem',
['typeID'] = '203',
},
['Combustion Generator'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'Consumes most fuels to produce energy.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'CombustionGeneratorItem',
['typeID'] = '565',
},
['Composite Filler'] = {
['category'] = 'Tool',
['group'] = 'Tools',
['description'] = '',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '50',
['fuel'] = nil,
['weight'] = '0.5kg',
['yield'] = nil,
['type'] = 'CompositeFillerItem',
['typeID'] = '89',
},
['Computer Lab'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'A place where you can sit all day and play video games! Or work on expert-level research.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'ComputerLabItem',
['typeID'] = '566',
},
['Concrete'] = {
['category'] = '_None',
['group'] = 'Items',
['description'] = 'A very strong building material made from cement and an aggregate like crushed stone.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '10kg',
['yield'] = nil,
['type'] = 'ConcreteItem',
['typeID'] = '204',
},
['Construction Post'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'For contruction contracts.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'ConstructionPostItem',
['typeID'] = '567',
},
['Contract Board'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'A board to post contracts.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'ContractBoardItem',
['typeID'] = '568',
},
['Cooking Skill Book'] = {
['category'] = 'Hidden/Research',
['group'] = 'Skill Books',
['description'] = 'Creates Cooking Skill Scrolls that teach Cooking',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'CookingSkillBook',
['typeID'] = '358',
},
['Cooking Skill Scroll'] = {
['category'] = 'Hidden/Research',
['group'] = 'Skill Scrolls',
['description'] = 'Teaches Cooking',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'CookingSkillScroll',
['typeID'] = '359',
},
['Copper Ingot'] = {
['category'] = '_None',
['group'] = 'Items',
['description'] = 'A hefty block of copper.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '4kg',
['yield'] = nil,
['type'] = 'CopperIngotItem',
['typeID'] = '205',
},
['Copper Ore'] = {
['category'] = '_None',
['group'] = 'Block Items',
['description'] = 'Unrefined ore with traces of copper.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Hands',
['maxStack'] = '20',
['fuel'] = nil,
['weight'] = '30kg',
['yield'] = nil,
['type'] = 'CopperOreItem',
['typeID'] = '206',
},
['Copper Pipe'] = {
['category'] = '_None',
['group'] = 'Block Items',
['description'] = 'A pipe for transporting liquids.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Hands',
['maxStack'] = '10',
['fuel'] = nil,
['weight'] = '2kg',
['yield'] = nil,
['type'] = 'CopperPipeItem',
['typeID'] = '207',
},
['Copper Wiring'] = {
['category'] = '_None',
['group'] = 'Items',
['description'] = 'A length of conductive wire useful for a variety of purposes.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.2kg',
['yield'] = nil,
['type'] = 'CopperWiringItem',
['typeID'] = '208',
},
['Corn'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'A warmly colored kernel studded vegetable.',
['calories'] = '230.0',
['carbs'] = '5.0',
['protein'] = '2.0',
['fat'] = '0.0',
['vitamins'] = '1.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.01kg',
['yield'] = '0Grassland Gatherer',
['type'] = 'CornItem',
['typeID'] = '125',
},
['Corn Fritters'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'These deep fried corn treats are both crispy and delicious.',
['calories'] = '500.0',
['carbs'] = '9.0',
['protein'] = '4.0',
['fat'] = '14.0',
['vitamins'] = '6.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'CornFrittersItem',
['typeID'] = '126',
},
['Corn Seed'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Plant to grow corn.',
['calories'] = '0.0',
['carbs'] = '0.0',
['protein'] = '0.0',
['fat'] = '0.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.01kg',
['yield'] = '0Grassland Gatherer',
['type'] = 'CornSeedItem',
['typeID'] = '275',
},
['Corn Starch'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Obtained from the endosperm of the kernal, cornstarch can be used as a thickening agent for sauces.',
['calories'] = '10.0',
['carbs'] = '0.0',
['protein'] = '0.0',
['fat'] = '0.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'CornStarchItem',
['typeID'] = '128',
},
['Cornmeal'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Dried and ground corn; it\'s like a courser flour.',
['calories'] = '60.0',
['carbs'] = '9.0',
['protein'] = '3.0',
['fat'] = '3.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'CornmealItem',
['typeID'] = '127',
},
['Corrugated Steel'] = {
['category'] = '_None',
['group'] = 'Block Items',
['description'] = 'Especially useful for industrial buildings.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Hands',
['maxStack'] = '10',
['fuel'] = nil,
['weight'] = '10kg',
['yield'] = nil,
['type'] = 'CorrugatedSteelItem',
['typeID'] = '209',
},
['Couch'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'A sweet couch to lounge on. Now with room for your friends!',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'CouchItem',
['typeID'] = '569',
},
['Creosote Bush Seed'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Plant to grow creosote bushes.',
['calories'] = '0.0',
['carbs'] = '0.0',
['protein'] = '0.0',
['fat'] = '0.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.01kg',
['yield'] = '0Desert Drifter',
['type'] = 'CreosoteBushSeedItem',
['typeID'] = '276',
},
['Crimini Mushroom Spores'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Plant to grow crimini mushrooms.',
['calories'] = '0.0',
['carbs'] = '0.0',
['protein'] = '0.0',
['fat'] = '0.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.01kg',
['yield'] = '0Wetlands Wanderer',
['type'] = 'CriminiMushroomSporesItem',
['typeID'] = '277',
},
['Crimini Mushrooms'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Edible mushrooms that are quite tasty.',
['calories'] = '200.0',
['carbs'] = '3.0',
['protein'] = '3.0',
['fat'] = '1.0',
['vitamins'] = '1.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.01kg',
['yield'] = '0Wetlands Wanderer',
['type'] = 'CriminiMushroomsItem',
['typeID'] = '129',
},
['Crimson Salad'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Just in case you want to eat red things without eating meat.',
['calories'] = '1100.0',
['carbs'] = '12.0',
['protein'] = '6.0',
['fat'] = '8.0',
['vitamins'] = '22.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.4kg',
['yield'] = nil,
['type'] = 'CrimsonSaladItem',
['typeID'] = '130',
},
['Crispy Bacon'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Give me all the bacon and eggs you have.',
['calories'] = '800.0',
['carbs'] = '0.0',
['protein'] = '18.0',
['fat'] = '14.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.2kg',
['yield'] = nil,
['type'] = 'CrispyBaconItem',
['typeID'] = '131',
},
['Currency Exchange'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'Allows players to exchange currency.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'CurrencyExchangeItem',
['typeID'] = '570',
},
['Cutting Edge Cooking Skill Book'] = {
['category'] = 'Hidden/Research',
['group'] = 'Skill Books',
['description'] = 'Creates Cutting Edge Cooking Skill Scrolls that teach Cutting Edge Cooking',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'CuttingEdgeCookingSkillBook',
['typeID'] = '364',
},
['Cutting Edge Cooking Skill Scroll'] = {
['category'] = 'Hidden/Research',
['group'] = 'Skill Scrolls',
['description'] = 'Teaches Cutting Edge Cooking',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'CuttingEdgeCookingSkillScroll',
['typeID'] = '365',
},
['Deed'] = {
['category'] = 'Hidden',
['group'] = 'Items',
['description'] = 'Deed for Unnamed Area',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'DeedItem',
['typeID'] = '31',
},
['Derpy Hat'] = {
['category'] = '_None',
['group'] = 'AvatarPart',
['description'] = 'Dorky sombrero that doesn\'t fit anyone. You feel embarrassed to wear it.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'DerpyHatItem',
['typeID'] = '66',
},
['Dev Flood Tool'] = {
['category'] = 'Hidden',
['group'] = 'Tools',
['description'] = 'Flood fixing tool! Left click to remove the top water layer. (Target a wall touching water)',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'DevFloodToolItem',
['typeID'] = '641',
},
['Dev Tool'] = {
['category'] = 'Hidden',
['group'] = 'Tools',
['description'] = 'DOES CHEATER THINGS THROUGH CHEATING POWERS',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'DevtoolItem',
['typeID'] = '642',
},
['Dirt'] = {
['category'] = '_None',
['group'] = 'Block Items',
['description'] = '',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Hands',
['maxStack'] = '10',
['fuel'] = nil,
['weight'] = '30kg',
['yield'] = nil,
['type'] = 'DirtItem',
['typeID'] = '634',
},
['Dirt Ramp'] = {
['category'] = 'WorldObject',
['group'] = 'Road Items',
['description'] = '4 x 2 Dirt Ramp.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'DirtRampItem',
['typeID'] = '631',
},
['Door'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'A sturdy wood door. Can be locked for certain players.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'DoorItem',
['typeID'] = '630',
},
['Ecko The Dolphin'] = {
['category'] = 'Hidden',
['group'] = 'Tools',
['description'] = 'Ecko, the dolphin god of Eco bugs. Handle with care and lightly sprinkle with water every so often to keep moist.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '0kg',
['yield'] = nil,
['type'] = 'EckoTheDolphinItem',
['typeID'] = '210',
},
['Economy Viewer'] = {
['category'] = 'Hidden',
['group'] = 'Actionbar Items',
['description'] = 'Displays the player-run economy across the world.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'EconomyViewerItem',
['typeID'] = '47',
},
['Ecoylent'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'A complete meal replacement solution.',
['calories'] = '1500.0',
['carbs'] = '500.0',
['protein'] = '500.0',
['fat'] = '500.0',
['vitamins'] = '500.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0kg',
['yield'] = nil,
['type'] = 'EcoylentItem',
['typeID'] = '132',
},
['Electric Motor'] = {
['category'] = '_None',
['group'] = 'Items',
['description'] = 'A motor.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '1kg',
['yield'] = nil,
['type'] = 'ElectricMotorItem',
['typeID'] = '211',
},
['Electric Wall Lamp'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'A wall mounted lamp that requires electricity to turn on.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'ElectricWallLampItem',
['typeID'] = '571',
},
['Electronics Assembly'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'A set of machinery to create electronics.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'ElectronicsAssemblyItem',
['typeID'] = '572',
},
['Electronics Skill Book'] = {
['category'] = 'Hidden/Research',
['group'] = 'Skill Books',
['description'] = 'Creates Electronics Skill Scrolls that teach Electronics',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'ElectronicsSkillBook',
['typeID'] = '372',
},
['Electronics Skill Scroll'] = {
['category'] = 'Hidden/Research',
['group'] = 'Skill Scrolls',
['description'] = 'Teaches Electronics',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'ElectronicsSkillScroll',
['typeID'] = '373',
},
['Elk Carcass'] = {
['category'] = '_None',
['group'] = 'Items',
['description'] = 'A dead elk.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '2kg',
['yield'] = nil,
['type'] = 'ElkCarcassItem',
['typeID'] = '212',
},
['Elk Taco'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'A tasty treat made from corn tortillas and meat.',
['calories'] = '650.0',
['carbs'] = '12.0',
['protein'] = '8.0',
['fat'] = '7.0',
['vitamins'] = '13.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.2kg',
['yield'] = nil,
['type'] = 'ElkTacoItem',
['typeID'] = '133',
},
['Elk Wellington'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'A prime cut of meat surrounded by pastry.',
['calories'] = '1400.0',
['carbs'] = '10.0',
['protein'] = '18.0',
['fat'] = '12.0',
['vitamins'] = '8.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.5kg',
['yield'] = nil,
['type'] = 'ElkWellingtonItem',
['typeID'] = '134',
},
['Epoxy'] = {
['category'] = '_None',
['group'] = 'Items',
['description'] = 'A useful material for hardening, curing, and other various uses.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '1kg',
['yield'] = nil,
['type'] = 'EpoxyItem',
['typeID'] = '213',
},
['Excavator'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'I EAT DIRT!',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '30kg',
['yield'] = nil,
['type'] = 'ExcavatorItem',
['typeID'] = '545',
},
['Fabulous Pants'] = {
['category'] = '_None',
['group'] = 'AvatarPart',
['description'] = 'Irresistibly fabulous pants.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'FabulousPantsItem',
['typeID'] = '67',
},
['Factory'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'A complex set of machinery for creating equally complex things.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'FactoryItem',
['typeID'] = '573',
},
['Farmers Table'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'A basic table for creating farming tools and similar products.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'FarmersTableItem',
['typeID'] = '574',
},
['Farming Skill Book'] = {
['category'] = 'Hidden/Research',
['group'] = 'Skill Books',
['description'] = 'Creates Farming Skill Scrolls that teach Farming',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'FarmingSkillBook',
['typeID'] = '377',
},
['Farming Skill Scroll'] = {
['category'] = 'Hidden/Research',
['group'] = 'Skill Scrolls',
['description'] = 'Teaches Farming',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'FarmingSkillScroll',
['typeID'] = '378',
},
['Fern Spore'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Plant to grow ferns.',
['calories'] = '0.0',
['carbs'] = '0.0',
['protein'] = '0.0',
['fat'] = '0.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.01kg',
['yield'] = '0Forest Forager',
['type'] = 'FernSporeItem',
['typeID'] = '278',
},
['Fertilizers Skill Book'] = {
['category'] = 'Hidden/Research',
['group'] = 'Skill Books',
['description'] = 'Creates Fertilizers Skill Scrolls that teach Fertilizers',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'FertilizersSkillBook',
['typeID'] = '382',
},
['Fertilizers Skill Scroll'] = {
['category'] = 'Hidden/Research',
['group'] = 'Skill Scrolls',
['description'] = 'Teaches Fertilizers',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'FertilizersSkillScroll',
['typeID'] = '383',
},
['Fiber Filler'] = {
['category'] = 'Tool',
['group'] = 'Tools',
['description'] = '',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '50',
['fuel'] = nil,
['weight'] = '0.5kg',
['yield'] = nil,
['type'] = 'FiberFillerItem',
['typeID'] = '90',
},
['Fiberglass'] = {
['category'] = '_None',
['group'] = 'Items',
['description'] = 'Plastic reinforced with glass fiber strands.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '1kg',
['yield'] = nil,
['type'] = 'FiberglassItem',
['typeID'] = '214',
},
['Fiddlehead Salad'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'A myriad of charred plants that make a healthy and odd blend.',
['calories'] = '970.0',
['carbs'] = '5.0',
['protein'] = '6.0',
['fat'] = '0.0',
['vitamins'] = '12.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.2kg',
['yield'] = nil,
['type'] = 'FiddleheadSaladItem',
['typeID'] = '136',
},
['Fiddleheads'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Acollection of the furled fronds of young ferns; a unique addition to a meal.',
['calories'] = '80.0',
['carbs'] = '3.0',
['protein'] = '1.0',
['fat'] = '0.0',
['vitamins'] = '3.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.01kg',
['yield'] = '0Forest Forager',
['type'] = 'FiddleheadsItem',
['typeID'] = '135',
},
['Fireweed Seed'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Plant to grow fireweed.',
['calories'] = '0.0',
['carbs'] = '0.0',
['protein'] = '0.0',
['fat'] = '0.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.01kg',
['yield'] = '0Tundra Traveller',
['type'] = 'FireweedSeedItem',
['typeID'] = '279',
},
['Fireweed Shoots'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'A bitter, brightly colored shoot similar to asparagus.',
['calories'] = '150.0',
['carbs'] = '3.0',
['protein'] = '0.0',
['fat'] = '0.0',
['vitamins'] = '4.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.01kg',
['yield'] = '0Tundra Traveller',
['type'] = 'FireweedShootsItem',
['typeID'] = '137',
},
['Fish Trap'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'A trap to catch fish as they swim. ',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'FishTrapItem',
['typeID'] = '576',
},
['Fishery'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'A place to create fishing poles and traps.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'FisheryItem',
['typeID'] = '575',
},
['Fishing Pole'] = {
['category'] = '_None',
['group'] = 'Tools',
['description'] = '',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'FishingPoleItem',
['typeID'] = '643',
},
['Fit Torso'] = {
['category'] = 'Hidden',
['group'] = 'AvatarPart',
['description'] = 'Torso',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '0kg',
['yield'] = nil,
['type'] = 'FitTorsoItem',
['typeID'] = '55',
},
['Flat Steel'] = {
['category'] = '_None',
['group'] = 'Block Items',
['description'] = 'Coated with a layer of epoxy, this steel refuses to rust.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Hands',
['maxStack'] = '10',
['fuel'] = nil,
['weight'] = '10kg',
['yield'] = nil,
['type'] = 'FlatSteelItem',
['typeID'] = '215',
},
['Flatbread'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Without any leavening the flatbread isn\'t very puffy. But it\'s still tasty.',
['calories'] = '500.0',
['carbs'] = '12.0',
['protein'] = '6.0',
['fat'] = '2.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.2kg',
['yield'] = nil,
['type'] = 'FlatbreadItem',
['typeID'] = '138',
},
['Flour'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'A fine, milled wheat product that�\'s useful for all baking.',
['calories'] = '50.0',
['carbs'] = '15.0',
['protein'] = '0.0',
['fat'] = '0.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.4kg',
['yield'] = nil,
['type'] = 'FlourItem',
['typeID'] = '139',
},
['Fox Carcass'] = {
['category'] = '_None',
['group'] = 'Items',
['description'] = 'A dead fox.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '1kg',
['yield'] = nil,
['type'] = 'FoxCarcassItem',
['typeID'] = '216',
},
['Framed Glass'] = {
['category'] = '_None',
['group'] = 'Block Items',
['description'] = 'A transparent, solid material useful for more than just windows.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Hands',
['maxStack'] = '10',
['fuel'] = nil,
['weight'] = '10kg',
['yield'] = nil,
['type'] = 'FramedGlassItem',
['typeID'] = '217',
},
['Fried Hare Haunches'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Everything is better deep fried.',
['calories'] = '700.0',
['carbs'] = '7.0',
['protein'] = '13.0',
['fat'] = '18.0',
['vitamins'] = '4.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'FriedHareHaunchesItem',
['typeID'] = '140',
},
['Fried Tomatoes'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Secret\'s in the sauce.',
['calories'] = '560.0',
['carbs'] = '8.0',
['protein'] = '4.0',
['fat'] = '7.0',
['vitamins'] = '4.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.2kg',
['yield'] = nil,
['type'] = 'FriedTomatoesItem',
['typeID'] = '141',
},
['Fruit Salad'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'While tomatoes are fruits, you don\'t usually put them in fruit salads.',
['calories'] = '900.0',
['carbs'] = '8.0',
['protein'] = '2.0',
['fat'] = '2.0',
['vitamins'] = '10.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.3kg',
['yield'] = nil,
['type'] = 'FruitSaladItem',
['typeID'] = '142',
},
['Fur Pelt'] = {
['category'] = '_None',
['group'] = 'Items',
['description'] = 'A soft, furry pelt.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.5kg',
['yield'] = nil,
['type'] = 'FurPeltItem',
['typeID'] = '218',
},
['Garden Boots'] = {
['category'] = '_None',
['group'] = 'AvatarPart',
['description'] = '',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'GardenBootsItem',
['typeID'] = '68',
},
['Gas Generator'] = {
['category'] = 'Hidden',
['group'] = 'World Object Items',
['description'] = 'Creates gas of a given type',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'GasGeneratorItem',
['typeID'] = '17',
},
['Gasoline'] = {
['category'] = '_None',
['group'] = 'Block Items',
['description'] = 'Refined petroleum useful for fueling machines and generators.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Hands',
['maxStack'] = '10',
['fuel'] = '50,000J',
['weight'] = '30kg',
['yield'] = nil,
['type'] = 'GasolineItem',
['typeID'] = '219',
},
['Gear'] = {
['category'] = '_None',
['group'] = 'Items',
['description'] = 'A toothed machine part that interlocks with others.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.5kg',
['yield'] = nil,
['type'] = 'GearItem',
['typeID'] = '220',
},
['Gearbox'] = {
['category'] = '_None',
['group'] = 'Items',
['description'] = 'Provides speed and torque conversions from a rotating power source to another device',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '1kg',
['yield'] = nil,
['type'] = 'GearboxItem',
['typeID'] = '221',
},
['Giant Cactus Fruit'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'A bulbous fruit that used to top Saguaro cacti.',
['calories'] = '300.0',
['carbs'] = '2.0',
['protein'] = '0.0',
['fat'] = '3.0',
['vitamins'] = '5.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.01kg',
['yield'] = '0Desert Drifter',
['type'] = 'GiantCactusFruitItem',
['typeID'] = '143',
},
['Gigot Sleeve Shirt'] = {
['category'] = '_None',
['group'] = 'AvatarPart',
['description'] = 'Cool piratey shirt that makes your biceps look bigger than they really are.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'GigotSleeveShirtItem',
['typeID'] = '69',
},
['Glass'] = {
['category'] = '_None',
['group'] = 'Block Items',
['description'] = 'A transparent, solid material useful for more than just windows.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Hands',
['maxStack'] = '10',
['fuel'] = nil,
['weight'] = '10kg',
['yield'] = nil,
['type'] = 'GlassItem',
['typeID'] = '222',
},
['Glassworking Skill Book'] = {
['category'] = 'Hidden/Research',
['group'] = 'Skill Books',
['description'] = 'Creates Glassworking Skill Scrolls that teach Glassworking',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'GlassworkingSkillBook',
['typeID'] = '392',
},
['Glassworking Skill Scroll'] = {
['category'] = 'Hidden/Research',
['group'] = 'Skill Scrolls',
['description'] = 'Teaches Glassworking',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'GlassworkingSkillScroll',
['typeID'] = '393',
},
['Gold Flakes'] = {
['category'] = '_None',
['group'] = 'Items',
['description'] = 'A highly efficient conductor for delicate electronics.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.5kg',
['yield'] = nil,
['type'] = 'GoldFlakesItem',
['typeID'] = '223',
},
['Gold Ingot'] = {
['category'] = '_None',
['group'] = 'Items',
['description'] = 'A shiny, refined gold ingot.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '4kg',
['yield'] = nil,
['type'] = 'GoldIngotItem',
['typeID'] = '224',
},
['Gold Ore'] = {
['category'] = '_None',
['group'] = 'Block Items',
['description'] = 'Unrefined ore with traces of gold.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Hands',
['maxStack'] = '20',
['fuel'] = nil,
['weight'] = '30kg',
['yield'] = nil,
['type'] = 'GoldOreItem',
['typeID'] = '225',
},
['Government'] = {
['category'] = 'Hidden',
['group'] = 'Actionbar Items',
['description'] = 'Displays government activity, such as laws and elections, and provides links to the server\'s web page.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'LawsetItem',
['typeID'] = '52',
},
['Graphs'] = {
['category'] = 'Hidden',
['group'] = 'Actionbar Items',
['description'] = 'Opens the world graphs.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'GraphItem',
['typeID'] = '45',
},
['Grass Seed'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Plant to grow grass.',
['calories'] = '0.0',
['carbs'] = '0.0',
['protein'] = '0.0',
['fat'] = '0.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.01kg',
['yield'] = '0Grassland Gatherer',
['type'] = 'GrassSeedItem',
['typeID'] = '280',
},
['Hammer'] = {
['category'] = 'Hidden',
['group'] = 'Tools',
['description'] = 'Destroys constructed materials.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'HammerItem',
['typeID'] = '520',
},
['Hardy Beard'] = {
['category'] = 'Hidden',
['group'] = 'AvatarPart',
['description'] = '',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'HardyBeardItem',
['typeID'] = '70',
},
['Hare Carcass'] = {
['category'] = '_None',
['group'] = 'Items',
['description'] = 'A dead hare.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.5kg',
['yield'] = nil,
['type'] = 'HareCarcassItem',
['typeID'] = '226',
},
['Henley'] = {
['category'] = '_None',
['group'] = 'AvatarPart',
['description'] = 'A Henley shirt is a collarless pullover shirt, characterized by a placket beneath the round neckline, about 8 to 13 cm long and usually having 2?5 buttons. It essentially resembles a collarless polo shirt.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'HenleyItem',
['typeID'] = '71',
},
['Hewn Log'] = {
['category'] = '_None',
['group'] = 'Block Items',
['description'] = 'A log hewn and shaped to be a building material.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Hands',
['maxStack'] = '20',
['fuel'] = nil,
['weight'] = '10kg',
['yield'] = nil,
['type'] = 'HewnLogItem',
['typeID'] = '227',
},
['Hide Ash Fertilizer'] = {
['category'] = 'Tool',
['group'] = 'Tools',
['description'] = '',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '50',
['fuel'] = nil,
['weight'] = '0.5kg',
['yield'] = nil,
['type'] = 'HideAshFertilizerItem',
['typeID'] = '91',
},
['Hip Hop Hips'] = {
['category'] = 'Hidden',
['group'] = 'AvatarPart',
['description'] = 'Hips',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '0kg',
['yield'] = nil,
['type'] = 'HipHopHipsItem',
['typeID'] = '56',
},
['Hoe'] = {
['category'] = 'Hidden',
['group'] = 'Tools',
['description'] = 'Used to till soil and prepare it for planting.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'HoeItem',
['typeID'] = '522',
},
['Huckleberries'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'A handfull of small wild berries. I\'m your huckleberry.',
['calories'] = '80.0',
['carbs'] = '2.0',
['protein'] = '0.0',
['fat'] = '0.0',
['vitamins'] = '6.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.01kg',
['yield'] = '0Forest Forager',
['type'] = 'HuckleberriesItem',
['typeID'] = '144',
},
['Huckleberry Extract'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'A concentrated blast of huckleberry goodness.',
['calories'] = '60.0',
['carbs'] = '0.0',
['protein'] = '0.0',
['fat'] = '0.0',
['vitamins'] = '15.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.2kg',
['yield'] = nil,
['type'] = 'HuckleberryExtractItem',
['typeID'] = '145',
},
['Huckleberry Muffin'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'A soft, slightly sweet bread studded with juicy huckleberries.',
['calories'] = '450.0',
['carbs'] = '8.0',
['protein'] = '3.0',
['fat'] = '2.0',
['vitamins'] = '9.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.2kg',
['yield'] = nil,
['type'] = 'HuckleberryMuffinItem',
['typeID'] = '146',
},
['Huckleberry Pie'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'A fantastic combination of flaky crust and scrumptious berries.',
['calories'] = '1300.0',
['carbs'] = '6.0',
['protein'] = '4.0',
['fat'] = '4.0',
['vitamins'] = '12.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.6kg',
['yield'] = nil,
['type'] = 'HuckleberryPieItem',
['typeID'] = '147',
},
['Huckleberry Seed'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Plant to grow a huckleberry bush.',
['calories'] = '0.0',
['carbs'] = '0.0',
['protein'] = '0.0',
['fat'] = '0.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.01kg',
['yield'] = '0Forest Forager',
['type'] = 'HuckleberrySeedItem',
['typeID'] = '281',
},
['Human Limbs'] = {
['category'] = 'Hidden',
['group'] = 'AvatarPart',
['description'] = 'Limbs',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '0kg',
['yield'] = nil,
['type'] = 'HumanLimbsItem',
['typeID'] = '57',
},
['Hydrocolloids'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Used to make collids for bursts of flavor.',
['calories'] = '10.0',
['carbs'] = '0.0',
['protein'] = '0.0',
['fat'] = '0.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'HydrocolloidsItem',
['typeID'] = '148',
},
['Hydrometer'] = {
['category'] = 'Hidden',
['group'] = 'Tools',
['description'] = 'Measures the water content of the environment.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'HydrometerItem',
['typeID'] = '644',
},
['Icebox'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'A box of ice. It\'s in the name!',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'IceboxItem',
['typeID'] = '577',
},
['Industry Skill Book'] = {
['category'] = 'Hidden/Research',
['group'] = 'Skill Books',
['description'] = 'Creates Industry Skill Scrolls that teach Industry',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'IndustrySkillBook',
['typeID'] = '409',
},
['Industry Skill Scroll'] = {
['category'] = 'Hidden/Research',
['group'] = 'Skill Scrolls',
['description'] = 'Teaches Industry',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'IndustrySkillScroll',
['typeID'] = '410',
},
['Infused Oil'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Oil infused with flavor to enhance it.',
['calories'] = '120.0',
['carbs'] = '0.0',
['protein'] = '0.0',
['fat'] = '12.0',
['vitamins'] = '3.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'InfusedOilItem',
['typeID'] = '149',
},
['Iron Axe'] = {
['category'] = 'Tool',
['group'] = 'Tools',
['description'] = 'A broadheaded axe useful for felling trees.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '1kg',
['yield'] = nil,
['type'] = 'IronAxeItem',
['typeID'] = '519',
},
['Iron Hammer'] = {
['category'] = 'Tool',
['group'] = 'Tools',
['description'] = 'Destroys constructed materials.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '1kg',
['yield'] = nil,
['type'] = 'IronHammerItem',
['typeID'] = '521',
},
['Iron Hoe'] = {
['category'] = 'Tool',
['group'] = 'Tools',
['description'] = 'Used to till soil and prepare it for planting.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '1kg',
['yield'] = nil,
['type'] = 'IronHoeItem',
['typeID'] = '523',
},
['Iron Ingot'] = {
['category'] = '_None',
['group'] = 'Items',
['description'] = 'Refined block of iron.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '4kg',
['yield'] = nil,
['type'] = 'IronIngotItem',
['typeID'] = '228',
},
['Iron Ore'] = {
['category'] = '_None',
['group'] = 'Block Items',
['description'] = 'Unrefined ore with traces of iron.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Hands',
['maxStack'] = '20',
['fuel'] = nil,
['weight'] = '30kg',
['yield'] = nil,
['type'] = 'IronOreItem',
['typeID'] = '229',
},
['Iron Pickaxe'] = {
['category'] = 'Tool',
['group'] = 'Tools',
['description'] = 'A pointy implement to break down stone and ore into managable rubble.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '1kg',
['yield'] = nil,
['type'] = 'IronPickaxeItem',
['typeID'] = '524',
},
['Iron Pipe'] = {
['category'] = '_None',
['group'] = 'Block Items',
['description'] = 'A pipe for transporting liquids.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Hands',
['maxStack'] = '10',
['fuel'] = nil,
['weight'] = '2kg',
['yield'] = nil,
['type'] = 'IronPipeItem',
['typeID'] = '230',
},
['Iron Scythe'] = {
['category'] = 'Tool',
['group'] = 'Tools',
['description'] = 'Nothing says harvest time (or death) like a scythe.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '1kg',
['yield'] = nil,
['type'] = 'IronScytheItem',
['typeID'] = '525',
},
['Iron Shovel'] = {
['category'] = 'Tool',
['group'] = 'Tools',
['description'] = 'A wide, flat headed tool for moving rubble, dirt, and sand.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '1kg',
['yield'] = nil,
['type'] = 'IronShovelItem',
['typeID'] = '526',
},
['Kelp'] = {
['category'] = '_None',
['group'] = 'Items',
['description'] = 'Some creepy kelp.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'KelpItem',
['typeID'] = '231',
},
['Kelp Seed'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Plant to grow kelp.',
['calories'] = '0.0',
['carbs'] = '0.0',
['protein'] = '0.0',
['fat'] = '0.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.01kg',
['yield'] = nil,
['type'] = 'KelpSeedItem',
['typeID'] = '282',
},
['Kiln'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'Useful for baking bricks and finishing pottery.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'KilnItem',
['typeID'] = '578',
},
['Kitchen'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'A prep area for food which allows for more complex dishes.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'KitchenItem',
['typeID'] = '579',
},
['Laboratory'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'For researching the science side of cooking. Science rules!',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'LaboratoryItem',
['typeID'] = '580',
},
['Large Rug'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'A large area rug to cover that weird stain.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'RugLargeItem',
['typeID'] = '596',
},
['Laser'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'AVOID DIRECT EYE EXPOSURE',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'LaserItem',
['typeID'] = '581',
},
['Leather Hide'] = {
['category'] = '_None',
['group'] = 'Items',
['description'] = 'A thick hide.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.5kg',
['yield'] = nil,
['type'] = 'LeatherHideItem',
['typeID'] = '232',
},
['Light Backpack'] = {
['category'] = '_None',
['group'] = 'AvatarPart',
['description'] = 'FASTER BACKPACKS????',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'LightBackpackItem',
['typeID'] = '72',
},
['Liquid Nitrogen'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Useful for a quick chilling.',
['calories'] = '10.0',
['carbs'] = '0.0',
['protein'] = '0.0',
['fat'] = '0.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'LiquidNitrogenItem',
['typeID'] = '150',
},
['Liquid Waste'] = {
['category'] = 'Hidden',
['group'] = 'Items',
['description'] = 'Nitrogen-rich urine.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'LiquidWaste',
['typeID'] = '6',
},
['Log'] = {
['category'] = '_None',
['group'] = 'Block Items',
['description'] = 'A stack of logs.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Hands',
['maxStack'] = '20',
['fuel'] = '4,000J',
['weight'] = '10kg',
['yield'] = nil,
['type'] = 'LogItem',
['typeID'] = '233',
},
['LogicGateItem'] = {
['category'] = 'Hidden',
['group'] = 'World Object Items',
['description'] = '',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'LogicGateItem',
['typeID'] = '1',
},
['Low Top Shoes'] = {
['category'] = '_None',
['group'] = 'AvatarPart',
['description'] = 'Basic, ordinary, every day, run of the mill, nondescript, conventional, commonplace, humdrum, standard, middle-of-the-road, garden-variety low-top shoes.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'LowTopShoesItem',
['typeID'] = '73',
},
['Lumber'] = {
['category'] = '_None',
['group'] = 'Block Items',
['description'] = 'Can be fashioned into various usable equipment.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Hands',
['maxStack'] = '10',
['fuel'] = '4,000J',
['weight'] = '10kg',
['yield'] = nil,
['type'] = 'LumberItem',
['typeID'] = '234',
},
['Lumber Skill Book'] = {
['category'] = 'Hidden/Research',
['group'] = 'Skill Books',
['description'] = 'Creates Lumber Skill Scrolls that teach Lumber',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'LumberSkillBook',
['typeID'] = '421',
},
['Lumber Skill Scroll'] = {
['category'] = 'Hidden/Research',
['group'] = 'Skill Scrolls',
['description'] = 'Teaches Lumber',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'LumberSkillScroll',
['typeID'] = '422',
},
['Macaroons'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'A small circular biscuit with a sweet huckleberry filling.',
['calories'] = '250.0',
['carbs'] = '16.0',
['protein'] = '7.0',
['fat'] = '12.0',
['vitamins'] = '9.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.2kg',
['yield'] = nil,
['type'] = 'MacaroonsItem',
['typeID'] = '151',
},
['Machine Shop'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'A fancy toolbench that creates equally fancy toys.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'MachineShopItem',
['typeID'] = '583',
},
['Maltodextrin'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'For powdering high-fat liquids.',
['calories'] = '10.0',
['carbs'] = '0.0',
['protein'] = '0.0',
['fat'] = '0.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'MaltodextrinItem',
['typeID'] = '152',
},
['Masonry Table'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'A workstation for hewing and shaping stone into usable objects.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'MasonryTableItem',
['typeID'] = '584',
},
['Meat Pie'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Much like a huckleberry pie, but filled to the brim with succulent meat.',
['calories'] = '1300.0',
['carbs'] = '6.0',
['protein'] = '8.0',
['fat'] = '8.0',
['vitamins'] = '4.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.6kg',
['yield'] = nil,
['type'] = 'MeatPieItem',
['typeID'] = '153',
},
['Meat Stock'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'A meaty stock made from the flesh of animals.',
['calories'] = '700.0',
['carbs'] = '8.0',
['protein'] = '6.0',
['fat'] = '6.0',
['vitamins'] = '4.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.8kg',
['yield'] = nil,
['type'] = 'MeatStockItem',
['typeID'] = '154',
},
['Mechanics Skill Book'] = {
['category'] = 'Hidden/Research',
['group'] = 'Skill Books',
['description'] = 'Creates Mechanics Skill Scrolls that teach Mechanics',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'MechanicsSkillBook',
['typeID'] = '435',
},
['Mechanics Skill Scroll'] = {
['category'] = 'Hidden/Research',
['group'] = 'Skill Scrolls',
['description'] = 'Teaches Mechanics',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'MechanicsSkillScroll',
['typeID'] = '436',
},
['Medium Rug'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'A medium rug for medium uses.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'RugMediumItem',
['typeID'] = '597',
},
['Metal Construction Skill Book'] = {
['category'] = 'Hidden/Research',
['group'] = 'Skill Books',
['description'] = 'Creates Metal Construction Skill Scrolls that teach Metal Construction',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'MetalConstructionSkillBook',
['typeID'] = '442',
},
['Metal Construction Skill Scroll'] = {
['category'] = 'Hidden/Research',
['group'] = 'Skill Scrolls',
['description'] = 'Teaches Metal Construction',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'MetalConstructionSkillScroll',
['typeID'] = '443',
},
['Meteor Shard'] = {
['category'] = '_None',
['group'] = 'Tools',
['description'] = 'Thanks for supporting ECO!',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'MeteorShardItem',
['typeID'] = '24',
},
['Milk'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Milk, although maybe not from an animal.',
['calories'] = '120.0',
['carbs'] = '3.0',
['protein'] = '10.0',
['fat'] = '7.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.01kg',
['yield'] = nil,
['type'] = 'MilkItem',
['typeID'] = '155',
},
['Mill'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'Refines food resources by crushing them under a stone millstone.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'MillItem',
['typeID'] = '585',
},
['Milling Skill Book'] = {
['category'] = 'Hidden/Research',
['group'] = 'Skill Books',
['description'] = 'Creates Milling Skill Scrolls that teach Milling',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'MillingSkillBook',
['typeID'] = '448',
},
['Milling Skill Scroll'] = {
['category'] = 'Hidden/Research',
['group'] = 'Skill Scrolls',
['description'] = 'Teaches Milling',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'MillingSkillScroll',
['typeID'] = '449',
},
['Mint'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'Allows for the creation of currency.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'MintItem',
['typeID'] = '586',
},
['Modern Axe'] = {
['category'] = 'Tool',
['group'] = 'Tools',
['description'] = 'A broadheaded axe useful for felling trees.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '1kg',
['yield'] = nil,
['type'] = 'ModernAxeItem',
['typeID'] = '527',
},
['Modern Hammer'] = {
['category'] = 'Tool',
['group'] = 'Tools',
['description'] = 'Destroys constructed materials.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '1kg',
['yield'] = nil,
['type'] = 'ModernHammerItem',
['typeID'] = '528',
},
['Modern Hoe'] = {
['category'] = 'Tool',
['group'] = 'Tools',
['description'] = 'Used to till soil and prepare it for planting.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '1kg',
['yield'] = nil,
['type'] = 'ModernHoeItem',
['typeID'] = '529',
},
['Modern Pickaxe'] = {
['category'] = 'Tool',
['group'] = 'Tools',
['description'] = 'A pointy implement to break down stone and ore into managable rubble.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '1kg',
['yield'] = nil,
['type'] = 'ModernPickaxeItem',
['typeID'] = '530',
},
['Modern Scythe'] = {
['category'] = 'Tool',
['group'] = 'Tools',
['description'] = 'Nothing says harvest time (or death) like a scythe.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '1kg',
['yield'] = nil,
['type'] = 'ModernScytheItem',
['typeID'] = '531',
},
['Modern Shovel'] = {
['category'] = 'Tool',
['group'] = 'Tools',
['description'] = 'A wide, flat headed tool for moving rubble, dirt, and sand.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '1kg',
['yield'] = nil,
['type'] = 'ModernShovelItem',
['typeID'] = '532',
},
['Mortared Stone'] = {
['category'] = '_None',
['group'] = 'Block Items',
['description'] = 'Used to create tough but rudimentary buildings.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Hands',
['maxStack'] = '10',
['fuel'] = nil,
['weight'] = '10kg',
['yield'] = nil,
['type'] = 'MortaredStoneItem',
['typeID'] = '235',
},
['NitrogenItem'] = {
['category'] = 'Hidden',
['group'] = 'Items',
['description'] = 'An inert gas.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'NitrogenItem',
['typeID'] = '16',
},
['Normal Hair'] = {
['category'] = 'Hidden',
['group'] = 'AvatarPart',
['description'] = 'The hair with a completely normal amount of flare.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'NormalHairItem',
['typeID'] = '74',
},
['Notch Belt'] = {
['category'] = '_None',
['group'] = 'AvatarPart',
['description'] = 'Belt with a slightly V-shaped buckle.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'NotchBeltItem',
['typeID'] = '75',
},
['Nuclear Fuel'] = {
['category'] = '_None',
['group'] = 'Items',
['description'] = 'Unstable nucler fuel.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '10kg',
['yield'] = nil,
['type'] = 'NuclearFuelItem',
['typeID'] = '236',
},
['Objectives'] = {
['category'] = 'Hidden',
['group'] = 'Actionbar Items',
['description'] = 'Opens the objectives panel, showing the stated objectives and other activites of citizens.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'WorldPopItem',
['typeID'] = '46',
},
['OccupancyInitItem'] = {
['category'] = '_None',
['group'] = 'Items',
['description'] = '',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'OccupancyInitItem',
['typeID'] = '53',
},
['Oil'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'A plant fat extracted for use in cooking.',
['calories'] = '120.0',
['carbs'] = '0.0',
['protein'] = '0.0',
['fat'] = '15.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = '4,000J',
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'OilItem',
['typeID'] = '156',
},
['Oil Drilling Skill Book'] = {
['category'] = 'Hidden/Research',
['group'] = 'Skill Books',
['description'] = 'Creates Oil Drilling Skill Scrolls that teach Oil Drilling',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'OilDrillingSkillBook',
['typeID'] = '464',
},
['Oil Drilling Skill Scroll'] = {
['category'] = 'Hidden/Research',
['group'] = 'Skill Scrolls',
['description'] = 'Teaches Oil Drilling',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'OilDrillingSkillScroll',
['typeID'] = '465',
},
['Oil Refinery'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'Sets of pipes and tanks which refine crude petroleum into usable products.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'OilRefineryItem',
['typeID'] = '587',
},
['OxygenItem'] = {
['category'] = 'Hidden',
['group'] = 'Items',
['description'] = 'A reactive gas needed for respiration.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'OxygenItem',
['typeID'] = '14',
},
['Padded Chair'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'A comfy chair to rest in.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'PaddedChairItem',
['typeID'] = '588',
},
['Paper'] = {
['category'] = '_None',
['group'] = 'Items',
['description'] = 'It\'s paper.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'PaperItem',
['typeID'] = '237',
},
['Paper Milling Skill Book'] = {
['category'] = 'Hidden/Research',
['group'] = 'Skill Books',
['description'] = 'Creates Paper Milling Skill Scrolls that teach Paper Milling',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'PaperMillingSkillBook',
['typeID'] = '469',
},
['Paper Milling Skill Scroll'] = {
['category'] = 'Hidden/Research',
['group'] = 'Skill Scrolls',
['description'] = 'Teaches Paper Milling',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'PaperMillingSkillScroll',
['typeID'] = '470',
},
['Peasant Hair'] = {
['category'] = 'Hidden',
['group'] = 'AvatarPart',
['description'] = 'The haircut your mom always made you get before you realized you could make your own decisions.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'PeasantHairItem',
['typeID'] = '76',
},
['Pelt Fertilizer'] = {
['category'] = 'Tool',
['group'] = 'Tools',
['description'] = '',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '50',
['fuel'] = nil,
['weight'] = '0.5kg',
['yield'] = nil,
['type'] = 'PeltFertilizerItem',
['typeID'] = '92',
},
['Petroleum'] = {
['category'] = '_None',
['group'] = 'Block Items',
['description'] = 'A fossil fuel essential for manufacturing gasoline, plastics, and asphalt. It\'s extraction, transport, and burning all have environmental impacts.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Hands',
['maxStack'] = '10',
['fuel'] = '40,000J',
['weight'] = '30kg',
['yield'] = nil,
['type'] = 'PetroleumItem',
['typeID'] = '238',
},
['Phosphate Fertilizer'] = {
['category'] = 'Tool',
['group'] = 'Tools',
['description'] = '',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '50',
['fuel'] = nil,
['weight'] = '0.5kg',
['yield'] = nil,
['type'] = 'PhosphateFertilizerItem',
['typeID'] = '93',
},
['Pickaxe'] = {
['category'] = 'Hidden',
['group'] = 'Tools',
['description'] = 'A pointy implement to break down stone and ore into managable rubble.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '0kg',
['yield'] = nil,
['type'] = 'PickaxeItem',
['typeID'] = '239',
},
['Piston'] = {
['category'] = '_None',
['group'] = 'Items',
['description'] = 'A moving component that transfers force. Can also function as a valve occasionally.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '1kg',
['yield'] = nil,
['type'] = 'PistonItem',
['typeID'] = '240',
},
['Pitch'] = {
['category'] = '_None',
['group'] = 'Items',
['description'] = 'A binding pitch useful as a mortar. Used as pitch.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.5kg',
['yield'] = nil,
['type'] = 'PitchItem',
['typeID'] = '241',
},
['Plant Fibers'] = {
['category'] = '_None',
['group'] = 'Items',
['description'] = 'Harvested from a number of plants, these fibers are useful for a suprising number of things.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.01kg',
['yield'] = '0Grassland Gatherer',
['type'] = 'PlantFibersItem',
['typeID'] = '242',
},
['Plastic'] = {
['category'] = '_None',
['group'] = 'Block Items',
['description'] = 'An extremely useful synthetic material derived from petrochemicals',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Hands',
['maxStack'] = '10',
['fuel'] = nil,
['weight'] = '30kg',
['yield'] = nil,
['type'] = 'PlasticItem',
['typeID'] = '243',
},
['PlayerItem'] = {
['category'] = 'Hidden',
['group'] = 'Items',
['description'] = '',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'PlayerItem',
['typeID'] = '28',
},
['Powered Cart'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'Large cart for hauling sizable loads.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '15kg',
['yield'] = nil,
['type'] = 'PoweredCartItem',
['typeID'] = '546',
},
['Prepared Meat'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Carefully butchered meat, ready to cook.',
['calories'] = '600.0',
['carbs'] = '0.0',
['protein'] = '4.0',
['fat'] = '6.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.5kg',
['yield'] = nil,
['type'] = 'PreparedMeatItem',
['typeID'] = '157',
},
['Preserved Meat'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Smoked meat.',
['calories'] = '600.0',
['carbs'] = '0.0',
['protein'] = '14.0',
['fat'] = '11.0',
['vitamins'] = '7.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.5kg',
['yield'] = nil,
['type'] = 'PreservedMeatItem',
['typeID'] = '158',
},
['Prickly Pear Fruit'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'A succulent fruit coated in a rather terrifying array of spines.',
['calories'] = '190.0',
['carbs'] = '2.0',
['protein'] = '1.0',
['fat'] = '1.0',
['vitamins'] = '3.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.01kg',
['yield'] = '0Desert Drifter',
['type'] = 'PricklyPearFruitItem',
['typeID'] = '159',
},
['Prickly Pear Seed'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Plant to grow prickly pear cacti.',
['calories'] = '0.0',
['carbs'] = '0.0',
['protein'] = '0.0',
['fat'] = '0.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.01kg',
['yield'] = '0Desert Drifter',
['type'] = 'PricklyPearSeedItem',
['typeID'] = '283',
},
['Prime Cut'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'A perfectly marbled piece of meat.',
['calories'] = '600.0',
['carbs'] = '0.0',
['protein'] = '9.0',
['fat'] = '4.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.5kg',
['yield'] = nil,
['type'] = 'PrimeCutItem',
['typeID'] = '160',
},
['Property Claim Flag'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'Place this down to claim a plot of land.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'PropertyClaimItem',
['typeID'] = '32',
},
['Pulp Filler'] = {
['category'] = 'Tool',
['group'] = 'Tools',
['description'] = '',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '50',
['fuel'] = nil,
['weight'] = '0.5kg',
['yield'] = nil,
['type'] = 'PulpFillerItem',
['typeID'] = '94',
},
['Pump Jack'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'Drill, baby! Drill!',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'PumpJackItem',
['typeID'] = '591',
},
['Raw Bacon'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'A fatty cut of meat that happens to be inexplicably tastier than other cuts.',
['calories'] = '600.0',
['carbs'] = '0.0',
['protein'] = '3.0',
['fat'] = '9.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.05kg',
['yield'] = nil,
['type'] = 'RawBaconItem',
['typeID'] = '161',
},
['Raw Fish'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'A fatty cut of raw fish.',
['calories'] = '200.0',
['carbs'] = '0.0',
['protein'] = '3.0',
['fat'] = '7.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.05kg',
['yield'] = nil,
['type'] = 'RawFishItem',
['typeID'] = '162',
},
['Raw Meat'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Fresh raw meat from the hunt. It should probably be cooked before being consumed.',
['calories'] = '250.0',
['carbs'] = '0.0',
['protein'] = '7.0',
['fat'] = '3.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'RawMeatItem',
['typeID'] = '163',
},
['Raw Roast'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'A trussed roast tied and ready to be cooked.',
['calories'] = '800.0',
['carbs'] = '0.0',
['protein'] = '6.0',
['fat'] = '5.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.5kg',
['yield'] = nil,
['type'] = 'RawRoastItem',
['typeID'] = '164',
},
['Raw Sausage'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Ground meat stuffed into an intestine casing.',
['calories'] = '500.0',
['carbs'] = '0.0',
['protein'] = '4.0',
['fat'] = '8.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.3kg',
['yield'] = nil,
['type'] = 'RawSausageItem',
['typeID'] = '165',
},
['Rebar'] = {
['category'] = '_None',
['group'] = 'Items',
['description'] = 'Ribbed steel bars for reinforcing stuctures.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '3kg',
['yield'] = nil,
['type'] = 'RebarItem',
['typeID'] = '244',
},
['Refrigerator'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'An icebox from the future with significantly better cooling properties.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'RefrigeratorItem',
['typeID'] = '592',
},
['Reinforced Concrete'] = {
['category'] = '_None',
['group'] = 'Block Items',
['description'] = 'A study construction material poured around a latice of rebar.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Hands',
['maxStack'] = '10',
['fuel'] = nil,
['weight'] = '10kg',
['yield'] = nil,
['type'] = 'ReinforcedConcreteItem',
['typeID'] = '245',
},
['Repair Station'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'A place to fix up broken tools.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'RepairStationItem',
['typeID'] = '593',
},
['Research Table'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'A basic table for researching new technologies and skills.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'ResearchTableItem',
['typeID'] = '594',
},
['Rice'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Plant to grow rice.',
['calories'] = '90.0',
['carbs'] = '7.0',
['protein'] = '1.0',
['fat'] = '0.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.01kg',
['yield'] = '0Wetlands Wanderer',
['type'] = 'RiceItem',
['typeID'] = '284',
},
['Rice Sludge'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Sometimes when you try and make rice, you just add too much water. Some people might call this porridge, but that would indicate intention.',
['calories'] = '450.0',
['carbs'] = '10.0',
['protein'] = '4.0',
['fat'] = '0.0',
['vitamins'] = '4.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'RiceSludgeItem',
['typeID'] = '166',
},
['Rivet'] = {
['category'] = '_None',
['group'] = 'Items',
['description'] = 'A useful steel bolt for holding together inventions.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '2kg',
['yield'] = nil,
['type'] = 'RivetItem',
['typeID'] = '246',
},
['Road Tool'] = {
['category'] = 'Tools',
['group'] = 'Tools',
['description'] = 'Used to press roads into dirt and stone rubble.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '1kg',
['yield'] = nil,
['type'] = 'RoadToolItem',
['typeID'] = '247',
},
['Rolling Mill'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'For rolling steel into more buildable materials.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'RollingMillItem',
['typeID'] = '595',
},
['Round Pot'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'Sometimes you just want to bring a little bit of nature into your house.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'PlanterPotRoundItem',
['typeID'] = '589',
},
['Rounded Face'] = {
['category'] = 'Hidden',
['group'] = 'AvatarPart',
['description'] = 'Face',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '0kg',
['yield'] = nil,
['type'] = 'RoundedFaceItem',
['typeID'] = '58',
},
['Running Shoes'] = {
['category'] = '_None',
['group'] = 'AvatarPart',
['description'] = 'FASTER SHOES???',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'RunningShoesItem',
['typeID'] = '77',
},
['Sagebrush Seed'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Plant to grow sagebrush.',
['calories'] = '0.0',
['carbs'] = '0.0',
['protein'] = '0.0',
['fat'] = '0.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.01kg',
['yield'] = '0Grassland Gatherer',
['type'] = 'SagebrushSeedItem',
['typeID'] = '285',
},
['Salmon'] = {
['category'] = '_None',
['group'] = 'Items',
['description'] = 'A salmon.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '1kg',
['yield'] = nil,
['type'] = 'SalmonItem',
['typeID'] = '248',
},
['Salt Basket'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'A basket of salt.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'SaltBasketItem',
['typeID'] = '599',
},
['Sand'] = {
['category'] = '_None',
['group'] = 'Block Items',
['description'] = '',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Hands',
['maxStack'] = '10',
['fuel'] = nil,
['weight'] = '30kg',
['yield'] = nil,
['type'] = 'SandItem',
['typeID'] = '635',
},
['Sawmill'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'Used to saw wood into lumber.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'SawmillItem',
['typeID'] = '600',
},
['Scrap Meat'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Chunks of extra meat.',
['calories'] = '50.0',
['carbs'] = '0.0',
['protein'] = '5.0',
['fat'] = '5.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.01kg',
['yield'] = nil,
['type'] = 'ScrapMeatItem',
['typeID'] = '167',
},
['Scruffy Hair'] = {
['category'] = 'Hidden',
['group'] = 'AvatarPart',
['description'] = 'Rockstar cool-person hair. This finely crafted hairpiece says "I don\'t care what you think. I\'m wearing an awesome toupee".',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'ScruffyHairItem',
['typeID'] = '78',
},
['Scythe'] = {
['category'] = 'Hidden',
['group'] = 'Tools',
['description'] = 'Nothing says harvest time (or death) like a scythe.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '0kg',
['yield'] = nil,
['type'] = 'ScytheItem',
['typeID'] = '249',
},
['Seared Meat'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'A cut of perfectly seared steak.',
['calories'] = '600.0',
['carbs'] = '0.0',
['protein'] = '19.0',
['fat'] = '16.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.5kg',
['yield'] = nil,
['type'] = 'SearedMeatItem',
['typeID'] = '168',
},
['Servo'] = {
['category'] = '_None',
['group'] = 'Items',
['description'] = 'A rotary actuator that allows for control over angular position.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '1kg',
['yield'] = nil,
['type'] = 'ServoItem',
['typeID'] = '250',
},
['Sewage'] = {
['category'] = 'Hidden',
['group'] = 'Block Items',
['description'] = '',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Hands',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'SewageItem',
['typeID'] = '637',
},
['Shelf Cabinet'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'When a shelf and a cabinet aren\'t enough individually.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'ShelfCabinetItem',
['typeID'] = '601',
},
['Short Beard'] = {
['category'] = 'Hidden',
['group'] = 'AvatarPart',
['description'] = '',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'ShortBeardItem',
['typeID'] = '79',
},
['Shovel'] = {
['category'] = 'Hidden',
['group'] = 'Tools',
['description'] = 'A wide, flat headed tool for moving rubble, dirt, and sand.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '0kg',
['yield'] = nil,
['type'] = 'ShovelItem',
['typeID'] = '251',
},
['Simmered Meat'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Meat cooked in meat juices keeps the meat juicy.',
['calories'] = '900.0',
['carbs'] = '5.0',
['protein'] = '12.0',
['fat'] = '8.0',
['vitamins'] = '4.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.8kg',
['yield'] = nil,
['type'] = 'SimmeredMeatItem',
['typeID'] = '169',
},
['Simple Syrup'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'A simple water and suger combination heated until the sugar dissolves.',
['calories'] = '400.0',
['carbs'] = '12.0',
['protein'] = '0.0',
['fat'] = '3.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.2kg',
['yield'] = nil,
['type'] = 'SimpleSyrupItem',
['typeID'] = '170',
},
['Small Rug'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'A small rug for when you just didn\'t have enough materials to make a bigger one.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'RugSmallItem',
['typeID'] = '598',
},
['Small Table'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'More of a nightstand than a table, really.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'SmallTableItem',
['typeID'] = '602',
},
['Small Wood Cart'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'A tiny cart for tiny things.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '10kg',
['yield'] = nil,
['type'] = 'SmallWoodCartItem',
['typeID'] = '547',
},
['Small Wood Sign'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'A small wooden sign for all your small text needs.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'SmallWoodSignItem',
['typeID'] = '603',
},
['Smelting Skill Book'] = {
['category'] = 'Hidden/Research',
['group'] = 'Skill Books',
['description'] = 'Creates Smelting Skill Scrolls that teach Smelting',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'SmeltingSkillBook',
['typeID'] = '492',
},
['Smelting Skill Scroll'] = {
['category'] = 'Hidden/Research',
['group'] = 'Skill Scrolls',
['description'] = 'Teaches Smelting',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'SmeltingSkillScroll',
['typeID'] = '493',
},
['Smog'] = {
['category'] = 'Hidden',
['group'] = 'Items',
['description'] = 'After 1000 units of smog are released into the atmosphere, CO2 parts-per-million (PPM) will raise by 1.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'SmogItem',
['typeID'] = '13',
},
['Soil Sampler'] = {
['category'] = 'Tools',
['group'] = 'Tools',
['description'] = 'Beaker and measuring tools for detecting the factors influencing plants in the environment.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'SoilSamplerItem',
['typeID'] = '645',
},
['Solar Generator'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'Generates electrical power from the sun! It also stores energy to work at night.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'SolarGeneratorItem',
['typeID'] = '604',
},
['Solid Waste'] = {
['category'] = 'Hidden',
['group'] = 'Items',
['description'] = 'Solid human waste, full of recyclable components.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'SolidWaste',
['typeID'] = '5',
},
['Square Belt'] = {
['category'] = '_None',
['group'] = 'AvatarPart',
['description'] = 'Belt with a square buckle.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'SquareBeltItem',
['typeID'] = '80',
},
['Square Jaw'] = {
['category'] = 'Hidden',
['group'] = 'AvatarPart',
['description'] = 'Jaw',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '0kg',
['yield'] = nil,
['type'] = 'SquareJawItem',
['typeID'] = '59',
},
['Square Pot'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'Sometimes you just want to bring a little bit of nature into your house.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'PlanterPotSquareItem',
['typeID'] = '590',
},
['Standing Torch'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'A stand for a torch.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'StandingTorchItem',
['typeID'] = '605',
},
['Steel'] = {
['category'] = '_None',
['group'] = 'Items',
['description'] = 'A strong alloy of iron and other elements.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '4kg',
['yield'] = nil,
['type'] = 'SteelItem',
['typeID'] = '252',
},
['Steel Axe'] = {
['category'] = 'Tool',
['group'] = 'Tools',
['description'] = 'A broadheaded axe useful for felling trees.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '1kg',
['yield'] = nil,
['type'] = 'SteelAxeItem',
['typeID'] = '533',
},
['Steel Hammer'] = {
['category'] = 'Tool',
['group'] = 'Tools',
['description'] = 'Destroys constructed materials.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '1kg',
['yield'] = nil,
['type'] = 'SteelHammerItem',
['typeID'] = '534',
},
['Steel Hoe'] = {
['category'] = 'Tool',
['group'] = 'Tools',
['description'] = 'Used to till soil and prepare it for planting.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '1kg',
['yield'] = nil,
['type'] = 'SteelHoeItem',
['typeID'] = '535',
},
['Steel Pickaxe'] = {
['category'] = 'Tool',
['group'] = 'Tools',
['description'] = 'A pointy implement to break down stone and ore into managable rubble.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '1kg',
['yield'] = nil,
['type'] = 'SteelPickaxeItem',
['typeID'] = '536',
},
['Steel Pipe'] = {
['category'] = '_None',
['group'] = 'Block Items',
['description'] = 'A pipe for transporting liquids.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Hands',
['maxStack'] = '10',
['fuel'] = nil,
['weight'] = '2kg',
['yield'] = nil,
['type'] = 'SteelPipeItem',
['typeID'] = '253',
},
['Steel Scythe'] = {
['category'] = 'Tool',
['group'] = 'Tools',
['description'] = 'Nothing says harvest time (or death) like a scythe.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '1kg',
['yield'] = nil,
['type'] = 'SteelScytheItem',
['typeID'] = '537',
},
['Steel Shovel'] = {
['category'] = 'Tool',
['group'] = 'Tools',
['description'] = 'A wide, flat headed tool for moving rubble, dirt, and sand.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '1kg',
['yield'] = nil,
['type'] = 'SteelShovelItem',
['typeID'] = '538',
},
['Stockpile'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'Designates a 5x5x5 area as storage for large items.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'StockpileItem',
['typeID'] = '606',
},
['Stone'] = {
['category'] = '_None',
['group'] = 'Block Items',
['description'] = 'A pile of stones.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Hands',
['maxStack'] = '20',
['fuel'] = nil,
['weight'] = '7kg',
['yield'] = nil,
['type'] = 'StoneItem',
['typeID'] = '254',
},
['Stone Axe'] = {
['category'] = 'Tool',
['group'] = 'Tools',
['description'] = 'A broadheaded axe useful for felling trees.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '1kg',
['yield'] = nil,
['type'] = 'StoneAxeItem',
['typeID'] = '539',
},
['Stone Brazier'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'A stone stand which can hold burning fuel to provide light.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'StoneBrazierItem',
['typeID'] = '607',
},
['Stone Construction Skill Book'] = {
['category'] = 'Hidden/Research',
['group'] = 'Skill Books',
['description'] = 'Creates Stone Construction Skill Scrolls that teach Stone Construction',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'StoneConstructionSkillBook',
['typeID'] = '500',
},
['Stone Construction Skill Scroll'] = {
['category'] = 'Hidden/Research',
['group'] = 'Skill Scrolls',
['description'] = 'Teaches Stone Construction',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'StoneConstructionSkillScroll',
['typeID'] = '501',
},
['Stone Hammer'] = {
['category'] = 'Tool',
['group'] = 'Tools',
['description'] = 'Destroys constructed materials.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '1kg',
['yield'] = nil,
['type'] = 'StoneHammerItem',
['typeID'] = '540',
},
['Stone Pickaxe'] = {
['category'] = 'Tool',
['group'] = 'Tools',
['description'] = 'A pointy implement to break down stone and ore into managable rubble.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '1kg',
['yield'] = nil,
['type'] = 'StonePickaxeItem',
['typeID'] = '541',
},
['Stone Ramp'] = {
['category'] = 'WorldObject',
['group'] = 'Road Items',
['description'] = '4 x 2 Stone Ramp.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'StoneRampItem',
['typeID'] = '632',
},
['Stone Road'] = {
['category'] = '_None',
['group'] = 'Block Items',
['description'] = 'A rocky surface formed from smoothed rubble. It\'s fairly durable and efficient for any wheeled vehicle.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Hands',
['maxStack'] = '10',
['fuel'] = nil,
['weight'] = '30kg',
['yield'] = nil,
['type'] = 'StoneRoadItem',
['typeID'] = '255',
},
['Stone Scythe'] = {
['category'] = 'Tool',
['group'] = 'Tools',
['description'] = 'Nothing says harvest time (or death) like a scythe.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '1kg',
['yield'] = nil,
['type'] = 'StoneScytheItem',
['typeID'] = '542',
},
['Stone Well'] = {
['category'] = 'Hidden',
['group'] = 'World Object Items',
['description'] = 'PLACEHOLDER',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'StoneWellItem',
['typeID'] = '608',
},
['Storage Chest'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'A container you can store items in.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'StorageChestItem',
['typeID'] = '609',
},
['Store'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'Allows the selling and trading of items.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'StoreItem',
['typeID'] = '610',
},
['Stove'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'A heavy stove for cooking more complex dishes.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'StoveItem',
['typeID'] = '611',
},
['Strange Fuel'] = {
['category'] = 'Hidden',
['group'] = 'Items',
['description'] = 'CHEEEAAAAATER',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = '10,000,000J',
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'StrangeFuelItem',
['typeID'] = '256',
},
['Streetlamp'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'A towering metal lightpost that requires electricity to run.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'StreetlampItem',
['typeID'] = '612',
},
['Stuffed Turkey'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'To give thanks for fact that this food items gives two nutrients more than other food at the same tier.',
['calories'] = '1500.0',
['carbs'] = '7.0',
['protein'] = '9.0',
['fat'] = '9.0',
['vitamins'] = '7.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '1kg',
['yield'] = nil,
['type'] = 'StuffedTurkeyItem',
['typeID'] = '171',
},
['Substrate'] = {
['category'] = '_None',
['group'] = 'Items',
['description'] = 'The foundation material for complex electronics.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '1kg',
['yield'] = nil,
['type'] = 'SubstrateItem',
['typeID'] = '257',
},
['Sugar'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Even sweet lovers don\'t eat sugar plain.',
['calories'] = '50.0',
['carbs'] = '15.0',
['protein'] = '0.0',
['fat'] = '0.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'SugarItem',
['typeID'] = '172',
},
['Sugarcane'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'How did you even get this?',
['calories'] = '1.0',
['carbs'] = '0.0',
['protein'] = '0.0',
['fat'] = '1.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.01kg',
['yield'] = nil,
['type'] = 'SugarcaneItem',
['typeID'] = '286',
},
['Sweet Salad'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'The sweetness of the fruits happens to work well with the salad.',
['calories'] = '1100.0',
['carbs'] = '15.0',
['protein'] = '7.0',
['fat'] = '9.0',
['vitamins'] = '18.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.4kg',
['yield'] = nil,
['type'] = 'SweetSaladItem',
['typeID'] = '173',
},
['Switch'] = {
['category'] = 'Hidden',
['group'] = 'World Object Items',
['description'] = 'Toggle on any touching wires and electronic objects.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'SwitchItem',
['typeID'] = '2',
},
['Table'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'A large table for placing things on.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'TableItem',
['typeID'] = '613',
},
['Tailings'] = {
['category'] = '_None',
['group'] = 'Block Items',
['description'] = 'Waste product from smelting. When left on soil the run-off will create pollution; killing nearby plants and seeping into the water supply. Contain in buildings or bury in rock to neutralize.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Hands',
['maxStack'] = '10',
['fuel'] = nil,
['weight'] = '0.03kg',
['yield'] = nil,
['type'] = 'TailingsItem',
['typeID'] = '638',
},
['Tailoring Skill Book'] = {
['category'] = 'Hidden/Research',
['group'] = 'Skill Books',
['description'] = 'Creates Tailoring Skill Scrolls that teach Tailoring',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'TailoringSkillBook',
['typeID'] = '509',
},
['Tailoring Skill Scroll'] = {
['category'] = 'Hidden/Research',
['group'] = 'Skill Scrolls',
['description'] = 'Teaches Tailoring',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'TailoringSkillScroll',
['typeID'] = '510',
},
['Tailoring Table'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'Spearhead the fashion movement with the finest clothes and� hair!',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'TailoringTableItem',
['typeID'] = '614',
},
['Tall Boots'] = {
['category'] = '_None',
['group'] = 'AvatarPart',
['description'] = 'Knee-high boots are boots that rise to the knee, or slightly thereunder. They are generally tighter around the leg shaft and ankle than at the top.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'TallBootsItem',
['typeID'] = '81',
},
['Tallow'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Rendered animal fat useful for more than just cooking.',
['calories'] = '200.0',
['carbs'] = '0.0',
['protein'] = '0.0',
['fat'] = '8.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = '2,000J',
['weight'] = '0.02kg',
['yield'] = nil,
['type'] = 'TallowItem',
['typeID'] = '174',
},
['Tallow Candle'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'A candle which can burn tallow to produce a small amount of light.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'TallowCandleItem',
['typeID'] = '615',
},
['Tallow Lamp'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'A pottery lamp. Fuel with tallow.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'TallowLampItem',
['typeID'] = '616',
},
['Tallow Wall Lamp'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'A candle mounted on a wall bracket which can burn tallow to produce a small amount of light.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'TallowWallLampItem',
['typeID'] = '617',
},
['Tomato'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Intelligence is knowing this is a fruit; wisdom is not putting it in a fruit salad.',
['calories'] = '240.0',
['carbs'] = '3.0',
['protein'] = '1.0',
['fat'] = '1.0',
['vitamins'] = '3.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.01kg',
['yield'] = '0Forest Forager',
['type'] = 'TomatoItem',
['typeID'] = '175',
},
['Tomato Seed'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Plant to grow tomato plants.',
['calories'] = '0.0',
['carbs'] = '0.0',
['protein'] = '0.0',
['fat'] = '0.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.01kg',
['yield'] = '0Grassland Gatherer',
['type'] = 'TomatoSeedItem',
['typeID'] = '287',
},
['Torch'] = {
['category'] = '_None',
['group'] = 'Tools',
['description'] = 'A little bit of light to help beat back the night.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = '1,000J',
['weight'] = '0.5kg',
['yield'] = nil,
['type'] = 'TorchItem',
['typeID'] = '258',
},
['Tortilla'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'A thin, unleavened flatbread.',
['calories'] = '350.0',
['carbs'] = '18.0',
['protein'] = '10.0',
['fat'] = '0.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'TortillaItem',
['typeID'] = '176',
},
['Transglutaminase'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Any enzyme that can be used to bond proteins together.',
['calories'] = '10.0',
['carbs'] = '0.0',
['protein'] = '0.0',
['fat'] = '0.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'TransglutaminaseItem',
['typeID'] = '177',
},
['Transmission Pole'] = {
['category'] = 'Hidden',
['group'] = 'World Object Items',
['description'] = 'Can link energy.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'TransmissionPoleItem',
['typeID'] = '639',
},
['Treasury'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'Allows the setting of taxes.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'TreasuryItem',
['typeID'] = '618',
},
['Tree Debris'] = {
['category'] = '_None',
['group'] = 'Block Items',
['description'] = 'Clear cut debris that needs to be broken down to be more usable.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Hands',
['maxStack'] = '10',
['fuel'] = '100J',
['weight'] = '0.5kg',
['yield'] = nil,
['type'] = 'TreeDebrisItem',
['typeID'] = '259',
},
['Trousers'] = {
['category'] = '_None',
['group'] = 'AvatarPart',
['description'] = 'Sturdy pair of slim-fit pants. Trousers are an item of clothing worn from the waist to the ankles, covering both legs separately (rather than with cloth extending across both legs as in robes, skirts, and dresses).',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'TrousersItem',
['typeID'] = '82',
},
['Trout'] = {
['category'] = '_None',
['group'] = 'Items',
['description'] = 'A trout.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '1kg',
['yield'] = nil,
['type'] = 'TroutItem',
['typeID'] = '260',
},
['Tuna'] = {
['category'] = '_None',
['group'] = 'Items',
['description'] = 'A tuna.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '1kg',
['yield'] = nil,
['type'] = 'TunaItem',
['typeID'] = '261',
},
['Turkey Carcass'] = {
['category'] = '_None',
['group'] = 'Items',
['description'] = 'A dead turkey',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '1kg',
['yield'] = nil,
['type'] = 'TurkeyCarcassItem',
['typeID'] = '262',
},
['Urchin'] = {
['category'] = '_None',
['group'] = 'Items',
['description'] = 'An urchin.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'UrchinItem',
['typeID'] = '263',
},
['Valve'] = {
['category'] = '_None',
['group'] = 'Items',
['description'] = 'A device that regulates, directs, or controls the flow of fluid.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '1kg',
['yield'] = nil,
['type'] = 'ValveItem',
['typeID'] = '264',
},
['Vegetable Medley'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'An eclectic arrangement of vegetables.',
['calories'] = '900.0',
['carbs'] = '4.0',
['protein'] = '3.0',
['fat'] = '5.0',
['vitamins'] = '10.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.3kg',
['yield'] = nil,
['type'] = 'VegetableMedleyItem',
['typeID'] = '178',
},
['Vegetable Soup'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Who knew plants in plant broth could be so tasty?',
['calories'] = '1200.0',
['carbs'] = '6.0',
['protein'] = '3.0',
['fat'] = '3.0',
['vitamins'] = '12.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.9kg',
['yield'] = nil,
['type'] = 'VegetableSoupItem',
['typeID'] = '179',
},
['Vegetable Stock'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'A hearty stock full of assorted vegetables.',
['calories'] = '700.0',
['carbs'] = '12.0',
['protein'] = '0.0',
['fat'] = '0.0',
['vitamins'] = '12.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.8kg',
['yield'] = nil,
['type'] = 'VegetableStockItem',
['typeID'] = '180',
},
['Wainwright Table'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'A set of smoothing and woodworking tools that assist in creating wheels and transportation.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'WainwrightTableItem',
['typeID'] = '619',
},
['Wall Candle'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'A wall mounted candle.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'WallCandleItem',
['typeID'] = '620',
},
['Washboard'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'Sometimes it can be nice to have clean clothes.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'WashboardItem',
['typeID'] = '621',
},
['Washing Machine'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'Why hand scrub your clothes on a washboard when you could throw them into this magical cleaning machine?',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'WashingMachineItem',
['typeID'] = '622',
},
['Waste'] = {
['category'] = 'Hidden',
['group'] = 'Items',
['description'] = '',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'Waste',
['typeID'] = '7',
},
['WaterItem'] = {
['category'] = 'Hidden',
['group'] = 'Block Items',
['description'] = '',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Hands',
['maxStack'] = '10',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'WaterItem',
['typeID'] = '636',
},
['Waterweed Seed'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Plant to grow waterweed.',
['calories'] = '0.0',
['carbs'] = '0.0',
['protein'] = '0.0',
['fat'] = '0.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.01kg',
['yield'] = nil,
['type'] = 'WaterweedSeedItem',
['typeID'] = '288',
},
['Waterwheel'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'Use the power of flowing water to produce mechanical power.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'WaterwheelItem',
['typeID'] = '623',
},
['Wheat'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'A common grain that is significantly more useful processed.',
['calories'] = '130.0',
['carbs'] = '6.0',
['protein'] = '2.0',
['fat'] = '0.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.01kg',
['yield'] = '0Grassland Gatherer',
['type'] = 'WheatItem',
['typeID'] = '181',
},
['Wheat Porridge'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'A thick gruel of wheat, wheat, more wheat, and a dash of huckleberry flavor.',
['calories'] = '510.0',
['carbs'] = '8.0',
['protein'] = '4.0',
['fat'] = '0.0',
['vitamins'] = '8.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.2kg',
['yield'] = nil,
['type'] = 'WheatPorridgeItem',
['typeID'] = '182',
},
['Wheat Seed'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'Plant to grow wheat.',
['calories'] = '0.0',
['carbs'] = '0.0',
['protein'] = '0.0',
['fat'] = '0.0',
['vitamins'] = '0.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.01kg',
['yield'] = '0Grassland Gatherer',
['type'] = 'WheatSeedItem',
['typeID'] = '289',
},
['Wild Mix'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'A dressed salad that, with the added sweetness, its pretty tasty.',
['calories'] = '800.0',
['carbs'] = '7.0',
['protein'] = '5.0',
['fat'] = '3.0',
['vitamins'] = '16.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.6kg',
['yield'] = nil,
['type'] = 'WildMixItem',
['typeID'] = '183',
},
['Wild Stew'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'A thick stew made with a variety of vegetables.',
['calories'] = '1200.0',
['carbs'] = '6.0',
['protein'] = '6.0',
['fat'] = '5.0',
['vitamins'] = '11.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.5kg',
['yield'] = nil,
['type'] = 'WildStewItem',
['typeID'] = '184',
},
['Wilted Fiddleheads'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'While a bunch of wilted fiddleheads may seem a bit sad, at least they\'re nutritious.',
['calories'] = '500.0',
['carbs'] = '7.0',
['protein'] = '4.0',
['fat'] = '0.0',
['vitamins'] = '11.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.2kg',
['yield'] = nil,
['type'] = 'WiltedFiddleheadsItem',
['typeID'] = '185',
},
['Wind Turbine'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'Generates electrical power from the wind.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'WindTurbineItem',
['typeID'] = '625',
},
['Windmill'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'Use wind to produce mechanical power.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'WindmillItem',
['typeID'] = '624',
},
['Wire'] = {
['category'] = 'Hidden',
['group'] = 'Block Items',
['description'] = 'Connects electronic components.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Hands',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'WireItem',
['typeID'] = '3',
},
['Wolf Carcass'] = {
['category'] = '_None',
['group'] = 'Items',
['description'] = 'A dead wolf.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '1kg',
['yield'] = nil,
['type'] = 'WolfCarcassItem',
['typeID'] = '265',
},
['Wolf Whisperer Hat'] = {
['category'] = 'Hidden',
['group'] = 'AvatarPart',
['description'] = 'Thanks for supporting ECO!',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'WolfWhispererHatItem',
['typeID'] = '21',
},
['Wolf Whisperer Mask'] = {
['category'] = 'Hidden',
['group'] = 'AvatarPart',
['description'] = 'AWOOOOOOOOO',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'WolfWhispererMaskItem',
['typeID'] = '22',
},
['Wolf Whisperer Shirt'] = {
['category'] = 'Hidden',
['group'] = 'AvatarPart',
['description'] = 'Thanks for supporting ECO!',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'WolfWhispererShirtItem',
['typeID'] = '23',
},
['Wood Cart'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'Small wheelbarrow for hauling minimal loads.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '15kg',
['yield'] = nil,
['type'] = 'WoodCartItem',
['typeID'] = '548',
},
['Wood Construction Skill Book'] = {
['category'] = 'Hidden/Research',
['group'] = 'Skill Books',
['description'] = 'Creates Wood Construction Skill Scrolls that teach Wood Construction',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'WoodConstructionSkillBook',
['typeID'] = '514',
},
['Wood Construction Skill Scroll'] = {
['category'] = 'Hidden/Research',
['group'] = 'Skill Scrolls',
['description'] = 'Teaches Wood Construction',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'WoodConstructionSkillScroll',
['typeID'] = '515',
},
['Wood Pulp'] = {
['category'] = '_None',
['group'] = 'Items',
['description'] = 'A byproduct of processing lumber, wood pulp can be burned for pitch or pressed into paper.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.01kg',
['yield'] = nil,
['type'] = 'WoodPulpItem',
['typeID'] = '266',
},
['Wood Sign'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'A large sign for all your large text needs!',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'WoodSignItem',
['typeID'] = '628',
},
['Wooden Fabric Bed'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'A much more comfortable bed made with fabric.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'WoodenFabricBedItem',
['typeID'] = '626',
},
['Wooden Hoe'] = {
['category'] = 'Tool',
['group'] = 'Tools',
['description'] = 'Used to till soil and prepare it for planting.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '1kg',
['yield'] = nil,
['type'] = 'WoodenHoeItem',
['typeID'] = '543',
},
['Wooden Latrine'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'A wooden potty.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'LatrineItem',
['typeID'] = '582',
},
['Wooden Shovel'] = {
['category'] = 'Tool',
['group'] = 'Tools',
['description'] = 'A wide, flat headed tool for moving rubble, dirt, and sand.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '1kg',
['yield'] = nil,
['type'] = 'WoodenShovelItem',
['typeID'] = '544',
},
['Wooden Straw Bed'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'A nice, scratchy and horrible uncomfortable bed. But at least it keeps you off the ground.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = nil,
['yield'] = nil,
['type'] = 'WoodenStrawBedItem',
['typeID'] = '627',
},
['Work Backpack'] = {
['category'] = '_None',
['group'] = 'AvatarPart',
['description'] = 'Lighter pack that causes lower calorie consumption.',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'WorkBackpackItem',
['typeID'] = '83',
},
['Work Boots'] = {
['category'] = '_None',
['group'] = 'AvatarPart',
['description'] = 'CALORIE SHOES???',
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['carried'] = 'Backpack',
['maxStack'] = '1',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'WorkBootsItem',
['typeID'] = '84',
},
['Workbench'] = {
['category'] = 'WorldObject',
['group'] = 'World Object Items',
['description'] = 'A bench for the basics and making even more benches.',
['maxStack'] = '100',
['carried'] = 'Backpack',
['weight'] = nil,
['calories'] = nil,
['carbs'] = nil,
['protein'] = nil,
['fat'] = nil,
['vitamins'] = nil,
['density'] = nil,
['fuel'] = nil,
['yield'] = nil,
['currency'] = nil,
['skillValue'] = nil,
['roomCategory'] = nil,
['furnitureType'] = nil,
['repeatsDepreciation'] = nil,
['materialTier'] = nil,
['fuelsUsed'] = nil,
['gridRadius'] = nil,
['energyUsed'] = nil,
['energyProduced'] = nil,
['energyType'] = nil,
['fluidsUsed'] = nil,
['fluidsProduced'] = nil,
['validTalents'] = '[[]]',
['footprint'] = '2 X 2 X 1',
['mobile'] = nil,
['roomSizeReq'] = nil,
['roomMatReq'] = nil,
['roomContainReq'] = nil,
['inventorySlots'] = nil,
['inventoryMaxWeight'] = nil,
['type'] = 'WorkbenchItem',
['typeID'] = '791',
},
['Yeast'] = {
['category'] = '_None',
['group'] = 'Food',
['description'] = 'A fungus that acts as an amazing leavening agent.',
['calories'] = '60.0',
['carbs'] = '0.0',
['protein'] = '8.0',
['fat'] = '0.0',
['vitamins'] = '7.0',
['carried'] = 'Backpack',
['maxStack'] = '100',
['fuel'] = nil,
['weight'] = '0.1kg',
['yield'] = nil,
['type'] = 'YeastItem',
['typeID'] = '186',
},
},
}