{ "items": { "scrap_metal": { "name": "Scrap Metal", "type": "resource", "weight": 0.5, "volume": 0.2, "emoji": "\u2699\ufe0f", "image_path": "images/items/scrap_metal.webp", "description": "A raw material used for crafting and upgrades." }, "rusty_nails": { "name": "Rusty Nails", "weight": 0.2, "volume": 0.1, "type": "resource", "emoji": "\ud83d\udccc", "image_path": "images/items/rusty_nails.webp", "description": "A raw material used for crafting and upgrades." }, "wood_planks": { "name": "Wood Planks", "weight": 3.0, "volume": 2.0, "type": "resource", "emoji": "\ud83e\udeb5", "image_path": "images/items/wood_planks.webp", "description": "A raw material used for crafting and upgrades." }, "cloth_scraps": { "name": "Cloth Scraps", "weight": 0.1, "volume": 0.2, "type": "resource", "emoji": "\ud83e\uddf5", "image_path": "images/items/cloth_scraps.webp", "description": "A raw material used for crafting and upgrades." }, "cloth": { "name": "Cloth", "type": "resource", "weight": 0.1, "volume": 0.2, "emoji": "\ud83e\uddf5", "description": "A raw material used for crafting and upgrades.", "image_path": "images/items/cloth.webp", "uncraftable": true, "uncraft_yield": [ { "item_id": "cloth_scraps", "quantity": 2 } ], "uncraft_tools": [ { "item_id": "knife", "durability_cost": 1 } ] }, "plastic_bottles": { "name": "Plastic Bottles", "weight": 0.05, "volume": 0.3, "type": "resource", "emoji": "\ud83c\udf76", "image_path": "images/items/plastic_bottles.webp", "description": "A raw material used for crafting and upgrades." }, "bone": { "name": "Bone", "weight": 0.3, "volume": 0.1, "type": "resource", "emoji": "\ud83e\uddb4", "image_path": "images/items/bone.webp", "description": "A raw material used for crafting and upgrades." }, "raw_meat": { "name": "Raw Meat", "weight": 0.5, "volume": 0.2, "type": "resource", "emoji": "\ud83e\udd69", "image_path": "images/items/raw_meat.webp", "description": "A raw material used for crafting and upgrades." }, "animal_hide": { "name": "Animal Hide", "weight": 0.4, "volume": 0.3, "type": "resource", "emoji": "\ud83e\udde4", "image_path": "images/items/animal_hide.webp", "description": "A raw material used for crafting and upgrades." }, "mutant_tissue": { "name": "Mutant Tissue", "weight": 0.2, "volume": 0.1, "type": "resource", "emoji": "\ud83e\uddec", "image_path": "images/items/mutant_tissue.webp", "description": "A raw material used for crafting and upgrades." }, "infected_tissue": { "name": "Infected Tissue", "weight": 0.2, "volume": 0.1, "type": "resource", "emoji": "\u2623\ufe0f", "image_path": "images/items/infected_tissue.webp", "description": "A raw material used for crafting and upgrades." }, "stale_chocolate_bar": { "name": "Stale Chocolate Bar", "weight": 0.1, "volume": 0.1, "type": "consumable", "hp_restore": 10, "emoji": "\ud83c\udf6b", "image_path": "images/items/stale_chocolate_bar.webp", "description": "Can be consumed to restore health or stamina." }, "canned_beans": { "name": "Canned Beans", "weight": 0.4, "volume": 0.2, "type": "consumable", "hp_restore": 20, "stamina_restore": 5, "emoji": "\ud83e\udd6b", "image_path": "images/items/canned_beans.webp", "description": "Can be consumed to restore health or stamina." }, "canned_food": { "name": "Canned Food", "weight": 0.4, "volume": 0.2, "type": "consumable", "hp_restore": 25, "stamina_restore": 5, "emoji": "\ud83e\udd6b", "image_path": "images/items/canned_food.webp", "description": "Can be consumed to restore health or stamina." }, "bottled_water": { "name": "Bottled Water", "weight": 0.5, "volume": 0.3, "type": "consumable", "stamina_restore": 10, "emoji": "\ud83d\udca7", "image_path": "images/items/bottled_water.webp", "description": "Can be consumed to restore health or stamina." }, "water_bottle": { "name": "Water Bottle", "weight": 0.5, "volume": 0.3, "type": "consumable", "stamina_restore": 10, "emoji": "\ud83d\udca7", "image_path": "images/items/water_bottle.webp", "description": "Can be consumed to restore health or stamina." }, "energy_bar": { "name": "Energy Bar", "weight": 0.1, "volume": 0.1, "type": "consumable", "stamina_restore": 15, "emoji": "\ud83c\udf6b", "image_path": "images/items/energy_bar.webp", "description": "Can be consumed to restore health or stamina." }, "mystery_pills": { "name": "Mystery Pills", "weight": 0.05, "volume": 0.05, "type": "consumable", "hp_restore": 30, "emoji": "\ud83d\udc8a", "image_path": "images/items/mystery_pills.webp", "description": "Can be consumed to restore health or stamina." }, "first_aid_kit": { "name": "First Aid Kit", "description": "A professional medical kit with bandages, antiseptic, and pain relievers.", "weight": 0.8, "volume": 0.5, "type": "consumable", "hp_restore": 50, "emoji": "\ud83e\ude79", "image_path": "images/items/first_aid_kit.webp" }, "bandage": { "name": "Bandage", "description": "Clean cloth bandages for treating minor wounds. Can stop bleeding.", "weight": 0.1, "volume": 0.1, "type": "consumable", "hp_restore": 15, "treats": "Bleeding", "emoji": "\ud83e\ude79", "image_path": "images/items/bandage.webp" }, "medical_supplies": { "name": "Medical Supplies", "description": "Assorted medical supplies scavenged from a clinic.", "weight": 0.6, "volume": 0.4, "type": "consumable", "hp_restore": 40, "emoji": "\u2695\ufe0f", "image_path": "images/items/medical_supplies.webp" }, "antibiotics": { "name": "Antibiotics", "description": "Pills that fight infections. Expired, but better than nothing.", "weight": 0.1, "volume": 0.1, "type": "consumable", "hp_restore": 20, "treats": "Infected", "emoji": "\ud83d\udc8a", "image_path": "images/items/antibiotics.webp" }, "rad_pills": { "name": "Rad Pills", "description": "Anti-radiation medication. Helps flush radioactive particles from the body.", "weight": 0.05, "volume": 0.05, "type": "consumable", "hp_restore": 5, "treats": "Radiation", "emoji": "\u2622\ufe0f", "image_path": "images/items/rad_pills.webp" }, "tire_iron": { "name": "Tire Iron", "description": "A heavy metal tool. Makes a decent improvised weapon.", "weight": 2.0, "volume": 1.0, "type": "weapon", "equippable": true, "slot": "weapon", "durability": 100, "tier": 1, "encumbrance": 1, "stats": { "damage_min": 3, "damage_max": 5 }, "emoji": "\ud83d\udd27", "image_path": "images/items/tire_iron.webp" }, "baseball_bat": { "name": "Baseball Bat", "description": "Wooden bat with dents and bloodstains. Someone used this before you.", "weight": 1.0, "volume": 1.5, "type": "weapon", "slot": "hand", "emoji": "\u26be", "image_path": "images/items/baseball_bat.webp", "stats": { "damage_min": 5, "damage_max": 8 } }, "rusty_knife": { "name": "Rusty Knife", "description": "A dull, rusted blade. Better than your fists.", "weight": 0.3, "volume": 0.2, "type": "weapon", "equippable": true, "slot": "weapon", "durability": 50, "tier": 1, "encumbrance": 1, "repairable": true, "repair_materials": [ { "item_id": "scrap_metal", "quantity": 1 }, { "item_id": "rusty_nails", "quantity": 2 } ], "repair_percentage": 25, "stats": { "damage_min": 2, "damage_max": 5 }, "emoji": "\ud83d\udd2a", "image_path": "images/items/rusty_knife.webp" }, "knife": { "name": "Knife", "description": "A sharp survival knife in decent condition.", "weight": 0.3, "volume": 0.2, "type": "weapon", "equippable": true, "slot": "weapon", "durability": 80, "tier": 2, "encumbrance": 1, "craftable": true, "craft_level": 2, "craft_materials": [ { "item_id": "rusty_knife", "quantity": 1 }, { "item_id": "scrap_metal", "quantity": 3 }, { "item_id": "cloth_scraps", "quantity": 2 } ], "craft_tools": [ { "item_id": "hammer", "durability_cost": 3 } ], "repairable": true, "repair_materials": [ { "item_id": "scrap_metal", "quantity": 2 }, { "item_id": "cloth_scraps", "quantity": 1 } ], "repair_tools": [ { "item_id": "hammer", "durability_cost": 2 } ], "repair_percentage": 30, "uncraftable": true, "uncraft_yield": [ { "item_id": "scrap_metal", "quantity": 2 }, { "item_id": "cloth_scraps", "quantity": 1 } ], "uncraft_loss_chance": 0.25, "uncraft_tools": [ { "item_id": "hammer", "durability_cost": 1 } ], "stats": { "damage_min": 10, "damage_max": 15 }, "weapon_effects": { "bleeding": { "chance": 0.15, "damage": 2, "duration": 3 } }, "emoji": "\ud83d\udd2a", "image_path": "images/items/knife.webp" }, "rusty_pipe": { "name": "Rusty Pipe", "description": "Heavy metal pipe. Crude but effective.", "weight": 1.5, "volume": 0.8, "type": "weapon", "slot": "hand", "emoji": "\ud83d\udd29", "image_path": "images/items/rusty_pipe.webp", "stats": { "damage_min": 5, "damage_max": 8 } }, "tattered_rucksack": { "name": "Tattered Rucksack", "description": "An old backpack with torn straps. Still functional.", "weight": 1.0, "volume": 0.5, "type": "backpack", "equippable": true, "slot": "backpack", "durability": 100, "tier": 1, "encumbrance": 2, "craftable": true, "craft_materials": [ { "item_id": "cloth", "quantity": 5 }, { "item_id": "rusty_nails", "quantity": 3 } ], "repairable": true, "repair_materials": [ { "item_id": "cloth_scraps", "quantity": 3 }, { "item_id": "rusty_nails", "quantity": 1 } ], "repair_percentage": 20, "stats": { "weight_capacity": 10, "volume_capacity": 10 }, "emoji": "\ud83c\udf92", "image_path": "images/items/tattered_rucksack.webp" }, "hiking_backpack": { "name": "Hiking Backpack", "description": "A quality backpack with multiple compartments.", "weight": 1.5, "volume": 0.7, "type": "backpack", "equippable": true, "slot": "backpack", "durability": 150, "tier": 2, "encumbrance": 2, "repairable": true, "repair_materials": [ { "item_id": "cloth", "quantity": 2 }, { "item_id": "scrap_metal", "quantity": 1 } ], "repair_percentage": 25, "stats": { "weight_capacity": 20, "volume_capacity": 20 }, "emoji": "\ud83c\udf92", "image_path": "images/items/hiking_backpack.webp" }, "flashlight": { "name": "Flashlight", "description": "A battery-powered flashlight. Batteries low but working.", "weight": 0.3, "volume": 0.2, "type": "tool", "slot": "tool", "emoji": "\ud83d\udd26", "image_path": "images/items/flashlight.webp", "stats": { "damage_min": 5, "damage_max": 8 } }, "old_photograph": { "name": "Old Photograph", "weight": 0.01, "volume": 0.01, "type": "quest", "emoji": "\ud83d\udcf7", "image_path": "images/items/old_photograph.webp", "description": "A useful old photograph." }, "key_ring": { "name": "Key Ring", "weight": 0.1, "volume": 0.05, "type": "quest", "emoji": "\ud83d\udd11", "image_path": "images/items/key_ring.webp", "description": "A useful key ring." }, "makeshift_spear": { "name": "Makeshift Spear", "description": "A crude spear made from a sharpened stick and scrap metal.", "weight": 1.2, "volume": 2.0, "type": "weapon", "equippable": true, "slot": "weapon", "durability": 60, "tier": 1, "encumbrance": 2, "craftable": true, "craft_materials": [ { "item_id": "wood_planks", "quantity": 2 }, { "item_id": "scrap_metal", "quantity": 2 }, { "item_id": "cloth_scraps", "quantity": 1 } ], "repairable": true, "repair_materials": [ { "item_id": "wood_planks", "quantity": 1 }, { "item_id": "scrap_metal", "quantity": 1 } ], "repair_percentage": 25, "stats": { "damage_min": 4, "damage_max": 7 }, "emoji": "\u2694\ufe0f", "image_path": "images/items/makeshift_spear.webp" }, "reinforced_bat": { "name": "Reinforced Bat", "description": "A wooden bat wrapped with scrap metal and nails. Brutal.", "weight": 1.8, "volume": 1.5, "type": "weapon", "equippable": true, "slot": "weapon", "durability": 100, "tier": 2, "encumbrance": 3, "craftable": true, "craft_materials": [ { "item_id": "wood_planks", "quantity": 3 }, { "item_id": "scrap_metal", "quantity": 3 }, { "item_id": "rusty_nails", "quantity": 5 } ], "repairable": true, "repair_materials": [ { "item_id": "scrap_metal", "quantity": 2 }, { "item_id": "rusty_nails", "quantity": 2 } ], "repair_percentage": 20, "stats": { "damage_min": 5, "damage_max": 10 }, "weapon_effects": { "stun": { "chance": 0.2, "duration": 1 } }, "emoji": "\ud83c\udff8", "image_path": "images/items/reinforced_bat.webp" }, "leather_vest": { "name": "Leather Vest", "description": "A makeshift vest crafted from leather scraps. Provides basic protection.", "weight": 1.5, "volume": 1.0, "type": "armor", "equippable": true, "slot": "torso", "durability": 80, "tier": 2, "encumbrance": 2, "craftable": true, "craft_materials": [ { "item_id": "cloth", "quantity": 5 }, { "item_id": "cloth_scraps", "quantity": 8 }, { "item_id": "bone", "quantity": 2 } ], "repairable": true, "repair_materials": [ { "item_id": "cloth", "quantity": 2 }, { "item_id": "cloth_scraps", "quantity": 3 } ], "repair_percentage": 25, "stats": { "armor": 3, "hp_bonus": 10 }, "emoji": "\ud83e\uddba", "image_path": "images/items/leather_vest.webp" }, "cloth_bandana": { "name": "Cloth Bandana", "description": "A simple cloth head covering. Keeps the sun and dust out.", "weight": 0.1, "volume": 0.1, "type": "clothing", "equippable": true, "slot": "head", "durability": 50, "tier": 1, "encumbrance": 0, "craftable": true, "craft_materials": [ { "item_id": "cloth", "quantity": 2 } ], "repairable": true, "repair_materials": [ { "item_id": "cloth_scraps", "quantity": 2 } ], "repair_percentage": 30, "stats": { "armor": 1 }, "emoji": "\ud83e\udde3", "image_path": "images/items/cloth_bandana.webp" }, "sturdy_boots": { "name": "Sturdy Boots", "description": "Reinforced boots for traversing the wasteland.", "weight": 1.0, "volume": 0.8, "type": "clothing", "equippable": true, "slot": "feet", "durability": 100, "tier": 2, "encumbrance": 1, "craftable": true, "craft_materials": [ { "item_id": "cloth", "quantity": 4 }, { "item_id": "scrap_metal", "quantity": 2 }, { "item_id": "bone", "quantity": 2 } ], "repairable": true, "repair_materials": [ { "item_id": "cloth", "quantity": 2 }, { "item_id": "scrap_metal", "quantity": 1 } ], "repair_percentage": 25, "stats": { "armor": 2, "stamina_bonus": 5 }, "emoji": "\ud83e\udd7e", "image_path": "images/items/sturdy_boots.webp" }, "padded_pants": { "name": "Padded Pants", "description": "Pants reinforced with extra padding for protection.", "weight": 0.8, "volume": 0.6, "type": "armor", "equippable": true, "slot": "legs", "durability": 80, "tier": 2, "encumbrance": 1, "craftable": true, "craft_materials": [ { "item_id": "cloth", "quantity": 4 }, { "item_id": "cloth_scraps", "quantity": 5 } ], "repairable": true, "repair_materials": [ { "item_id": "cloth", "quantity": 2 }, { "item_id": "cloth_scraps", "quantity": 2 } ], "repair_percentage": 25, "stats": { "armor": 2, "hp_bonus": 5 }, "emoji": "\ud83d\udc56", "image_path": "images/items/padded_pants.webp" }, "reinforced_pack": { "name": "Reinforced Pack", "description": "A custom-built backpack with metal frame and extra pockets.", "weight": 2.0, "volume": 0.9, "type": "backpack", "equippable": true, "slot": "backpack", "durability": 200, "tier": 3, "encumbrance": 3, "craftable": true, "craft_level": 5, "craft_materials": [ { "item_id": "hiking_backpack", "quantity": 1 }, { "item_id": "scrap_metal", "quantity": 5 }, { "item_id": "cloth", "quantity": 3 }, { "item_id": "rusty_nails", "quantity": 3 } ], "craft_tools": [ { "item_id": "hammer", "durability_cost": 5 } ], "repairable": true, "repair_materials": [ { "item_id": "cloth", "quantity": 2 }, { "item_id": "scrap_metal", "quantity": 2 } ], "repair_tools": [ { "item_id": "hammer", "durability_cost": 3 } ], "repair_percentage": 20, "uncraftable": true, "uncraft_yield": [ { "item_id": "scrap_metal", "quantity": 3 }, { "item_id": "cloth", "quantity": 2 }, { "item_id": "rusty_nails", "quantity": 2 } ], "uncraft_loss_chance": 0.4, "uncraft_tools": [ { "item_id": "hammer", "durability_cost": 2 } ], "stats": { "weight_capacity": 30, "volume_capacity": 30 }, "emoji": "\ud83c\udf92", "image_path": "images/items/reinforced_pack.webp" }, "hammer": { "name": "Hammer", "description": "A basic tool for crafting and repairs. Essential for any survivor.", "weight": 0.8, "volume": 0.4, "type": "tool", "equippable": false, "stackable": false, "durability": 100, "tier": 2, "craftable": true, "craft_level": 2, "craft_materials": [ { "item_id": "scrap_metal", "quantity": 3 }, { "item_id": "wood_planks", "quantity": 1 } ], "repairable": true, "repair_materials": [ { "item_id": "scrap_metal", "quantity": 2 } ], "repair_percentage": 30, "emoji": "\ud83d\udd28", "image_path": "images/items/hammer.webp" }, "screwdriver": { "name": "Screwdriver", "description": "A flathead screwdriver. Useful for repairs and scavenging.", "weight": 0.2, "volume": 0.2, "type": "tool", "equippable": false, "stackable": false, "durability": 80, "tier": 1, "craftable": true, "craft_level": 1, "craft_materials": [ { "item_id": "scrap_metal", "quantity": 1 }, { "item_id": "plastic_bottles", "quantity": 1 } ], "repairable": true, "repair_materials": [ { "item_id": "scrap_metal", "quantity": 1 } ], "repair_percentage": 25, "emoji": "\ud83e\ude9b", "image_path": "images/items/screwdriver.webp", "stats": { "damage_min": 5, "damage_max": 8 } } } }