Files
echoes-of-the-ash/gamedata/items.json
2025-11-07 15:27:13 +01:00

633 lines
16 KiB
JSON

{
"items": {
"scrap_metal": {
"name": "Scrap Metal",
"type": "resource",
"weight": 0.5,
"volume": 0.2,
"emoji": "\u2699\ufe0f"
},
"rusty_nails": {
"name": "Rusty Nails",
"weight": 0.2,
"volume": 0.1,
"type": "resource",
"emoji": "\ud83d\udccc"
},
"wood_planks": {
"name": "Wood Planks",
"weight": 3.0,
"volume": 2.0,
"type": "resource",
"emoji": "\ud83e\udeb5"
},
"cloth_scraps": {
"name": "Cloth Scraps",
"weight": 0.1,
"volume": 0.2,
"type": "resource",
"emoji": "\ud83e\uddf5"
},
"cloth": {
"name": "Cloth",
"weight": 0.1,
"volume": 0.2,
"type": "resource",
"emoji": "\ud83e\uddf5"
},
"plastic_bottles": {
"name": "Plastic Bottles",
"weight": 0.05,
"volume": 0.3,
"type": "resource",
"emoji": "\ud83c\udf76"
},
"bone": {
"name": "Bone",
"weight": 0.3,
"volume": 0.1,
"type": "resource",
"emoji": "\ud83e\uddb4"
},
"raw_meat": {
"name": "Raw Meat",
"weight": 0.5,
"volume": 0.2,
"type": "resource",
"emoji": "\ud83e\udd69"
},
"animal_hide": {
"name": "Animal Hide",
"weight": 0.4,
"volume": 0.3,
"type": "resource",
"emoji": "\ud83e\udde4"
},
"mutant_tissue": {
"name": "Mutant Tissue",
"weight": 0.2,
"volume": 0.1,
"type": "resource",
"emoji": "\ud83e\uddec"
},
"infected_tissue": {
"name": "Infected Tissue",
"weight": 0.2,
"volume": 0.1,
"type": "resource",
"emoji": "\u2623\ufe0f"
},
"stale_chocolate_bar": {
"name": "Stale Chocolate Bar",
"weight": 0.1,
"volume": 0.1,
"type": "consumable",
"hp_restore": 10,
"emoji": "\ud83c\udf6b"
},
"canned_beans": {
"name": "Canned Beans",
"weight": 0.4,
"volume": 0.2,
"type": "consumable",
"hp_restore": 20,
"stamina_restore": 5,
"emoji": "\ud83e\udd6b"
},
"canned_food": {
"name": "Canned Food",
"weight": 0.4,
"volume": 0.2,
"type": "consumable",
"hp_restore": 25,
"stamina_restore": 5,
"emoji": "\ud83e\udd6b"
},
"bottled_water": {
"name": "Bottled Water",
"weight": 0.5,
"volume": 0.3,
"type": "consumable",
"stamina_restore": 10,
"emoji": "\ud83d\udca7"
},
"water_bottle": {
"name": "Water Bottle",
"weight": 0.5,
"volume": 0.3,
"type": "consumable",
"stamina_restore": 10,
"emoji": "\ud83d\udca7"
},
"energy_bar": {
"name": "Energy Bar",
"weight": 0.1,
"volume": 0.1,
"type": "consumable",
"stamina_restore": 15,
"emoji": "\ud83c\udf6b"
},
"mystery_pills": {
"name": "Mystery Pills",
"weight": 0.05,
"volume": 0.05,
"type": "consumable",
"hp_restore": 30,
"emoji": "\ud83d\udc8a"
},
"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"
},
"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"
},
"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"
},
"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"
},
"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"
},
"tire_iron": {
"name": "Tire Iron",
"description": "A heavy metal tool. Makes a decent improvised weapon.",
"weight": 2.0,
"volume": 1.0,
"type": "weapon",
"slot": "hand",
"damage_min": 3,
"damage_max": 7,
"emoji": "\ud83d\udd27"
},
"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",
"damage_min": 2,
"damage_max": 6,
"emoji": "\u26be"
},
"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"
},
"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": 3,
"damage_max": 6
},
"weapon_effects": {
"bleeding": {
"chance": 0.15,
"damage": 2,
"duration": 3
}
},
"emoji": "\ud83d\udd2a"
},
"rusty_pipe": {
"name": "Rusty Pipe",
"description": "Heavy metal pipe. Crude but effective.",
"weight": 1.5,
"volume": 0.8,
"type": "weapon",
"slot": "hand",
"damage_min": 4,
"damage_max": 8,
"emoji": "\ud83d\udd29"
},
"tattered_rucksack": {
"name": "Tattered Rucksack",
"description": "An old backpack with torn straps. Still functional.",
"weight": 1.0,
"volume": 0.5,
"type": "equipment",
"equippable": true,
"slot": "backpack",
"durability": 100,
"tier": 1,
"encumbrance": 2,
"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"
},
"hiking_backpack": {
"name": "Hiking Backpack",
"description": "A quality backpack with multiple compartments.",
"weight": 1.5,
"volume": 0.7,
"type": "equipment",
"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"
},
"flashlight": {
"name": "Flashlight",
"description": "A battery-powered flashlight. Batteries low but working.",
"weight": 0.3,
"volume": 0.2,
"type": "equipment",
"slot": "tool",
"emoji": "\ud83d\udd26"
},
"old_photograph": {
"name": "Old Photograph",
"weight": 0.01,
"volume": 0.01,
"type": "quest",
"emoji": "\ud83d\udcf7"
},
"key_ring": {
"name": "Key Ring",
"weight": 0.1,
"volume": 0.05,
"type": "quest",
"emoji": "\ud83d\udd11"
},
"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"
},
"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.20,
"duration": 1
}
},
"emoji": "\ud83c\udff8"
},
"leather_vest": {
"name": "Leather Vest",
"description": "A makeshift vest crafted from leather scraps. Provides basic protection.",
"weight": 1.5,
"volume": 1.0,
"type": "equipment",
"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_max": 10
},
"emoji": "\ud83e\uddba"
},
"cloth_bandana": {
"name": "Cloth Bandana",
"description": "A simple cloth head covering. Keeps the sun and dust out.",
"weight": 0.1,
"volume": 0.1,
"type": "equipment",
"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"
},
"sturdy_boots": {
"name": "Sturdy Boots",
"description": "Reinforced boots for traversing the wasteland.",
"weight": 1.0,
"volume": 0.8,
"type": "equipment",
"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_max": 5
},
"emoji": "\ud83e\udd7e"
},
"padded_pants": {
"name": "Padded Pants",
"description": "Pants reinforced with extra padding for protection.",
"weight": 0.8,
"volume": 0.6,
"type": "equipment",
"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_max": 5
},
"emoji": "\ud83d\udc56"
},
"reinforced_pack": {
"name": "Reinforced Pack",
"description": "A custom-built backpack with metal frame and extra pockets.",
"weight": 2.0,
"volume": 0.9,
"type": "equipment",
"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"
},
"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": "🔨"
},
"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": "🪛"
}
}
}