377 lines
9.3 KiB
JSON
377 lines
9.3 KiB
JSON
{
|
|
"weapons": [
|
|
{
|
|
"id": "gladius",
|
|
"name": "Gladius",
|
|
"description": "A standard short sword used by gladiators.",
|
|
"baseAtk": 8,
|
|
"slot": "weapon",
|
|
"price": 30,
|
|
"image": "assets/images/items/gladius.png",
|
|
"rarity": "normal",
|
|
"tier": "tier1"
|
|
},
|
|
{
|
|
"id": "flail",
|
|
"name": "Flail",
|
|
"description": "A spiked ball attached to a chain. Hard to predict.",
|
|
"baseAtk": 5,
|
|
"luck": 5,
|
|
"slot": "weapon",
|
|
"price": 45,
|
|
"image": "assets/images/items/flail.png",
|
|
"rarity": "magic",
|
|
"tier": "tier1"
|
|
},
|
|
{
|
|
"id": "trident",
|
|
"name": "Trident",
|
|
"description": "A three-pronged spear. Offers good reach.",
|
|
"baseAtk": 9,
|
|
"baseHp": 5,
|
|
"slot": "weapon",
|
|
"price": 70,
|
|
"image": "assets/images/items/trident.png",
|
|
"rarity": "normal",
|
|
"tier": "tier2"
|
|
},
|
|
{
|
|
"id": "scimitar",
|
|
"name": "Scimitar",
|
|
"description": "A curved blade, known for swift cuts.",
|
|
"baseAtk": 13,
|
|
"dodge": 3,
|
|
"slot": "weapon",
|
|
"price": 90,
|
|
"image": "assets/images/items/scimitar.png",
|
|
"rarity": "magic",
|
|
"tier": "tier2"
|
|
},
|
|
{
|
|
"id": "war_axe",
|
|
"name": "War Axe",
|
|
"description": "Heavy and powerful, designed to break shields.",
|
|
"baseAtk": 16,
|
|
"slot": "weapon",
|
|
"price": 120,
|
|
"image": "assets/images/items/war_axe.png",
|
|
"rarity": "magic",
|
|
"tier": "tier2"
|
|
},
|
|
{
|
|
"id": "war_hammer",
|
|
"name": "War Hammer",
|
|
"description": "A heavy hammer that can daze foes.",
|
|
"baseAtk": 14,
|
|
"slot": "weapon",
|
|
"price": 150,
|
|
"image": "assets/images/items/war_hammer.png",
|
|
"effects": [
|
|
{
|
|
"type": "stun",
|
|
"probability": 20,
|
|
"duration": 1
|
|
}
|
|
],
|
|
"rarity": "rare",
|
|
"tier": "tier2"
|
|
},
|
|
{
|
|
"id": "barbed_net",
|
|
"name": "Barbed Net",
|
|
"description": "A weighted net to ensnare and wound opponents.",
|
|
"baseAtk": 4,
|
|
"slot": "weapon",
|
|
"price": 130,
|
|
"image": "assets/images/items/barbed_net.png",
|
|
"effects": [
|
|
{
|
|
"type": "bleed",
|
|
"probability": 100,
|
|
"duration": 3,
|
|
"value": 30
|
|
}
|
|
],
|
|
"rarity": "rare",
|
|
"tier": "tier1"
|
|
},
|
|
{
|
|
"id": "steel_greatsword",
|
|
"name": "Steel Greatsword",
|
|
"description": "A massive, well-crafted steel sword.",
|
|
"baseAtk": 24,
|
|
"slot": "weapon",
|
|
"price": 180,
|
|
"image": "assets/images/items/steel_greatsword.png",
|
|
"rarity": "magic",
|
|
"tier": "tier3"
|
|
},
|
|
{
|
|
"id": "hooked_spear",
|
|
"name": "Hooked Spear",
|
|
"description": "A spear with a hook to pull enemies off balance.",
|
|
"baseAtk": 15,
|
|
"slot": "weapon",
|
|
"price": 250,
|
|
"image": "assets/images/items/hooked_spear.png",
|
|
"effects": [
|
|
{
|
|
"type": "disarmed",
|
|
"probability": 30,
|
|
"duration": 1
|
|
}
|
|
],
|
|
"rarity": "rare",
|
|
"tier": "tier3"
|
|
},
|
|
{
|
|
"id": "executioners_axe",
|
|
"name": "Executioner's Axe",
|
|
"description": "A terrifying axe that exposes enemy weaknesses.",
|
|
"baseAtk": 28,
|
|
"slot": "weapon",
|
|
"price": 300,
|
|
"image": "assets/images/items/executioners_axe.png",
|
|
"effects": [
|
|
{
|
|
"type": "vulnerable",
|
|
"probability": 100,
|
|
"duration": 2
|
|
}
|
|
],
|
|
"rarity": "legendary",
|
|
"tier": "tier3"
|
|
}
|
|
],
|
|
"armors": [
|
|
{
|
|
"id": "simple_rags",
|
|
"name": "Simple Rags",
|
|
"description": "Better than nothing.",
|
|
"baseHp": 15,
|
|
"slot": "armor",
|
|
"price": 15,
|
|
"image": "assets/images/items/simple_rags.png",
|
|
"rarity": "normal",
|
|
"tier": "tier1"
|
|
},
|
|
{
|
|
"id": "leather_vest",
|
|
"name": "Leather Vest",
|
|
"description": "Light and flexible.",
|
|
"baseHp": 30,
|
|
"slot": "armor",
|
|
"price": 60,
|
|
"image": "assets/images/items/leather_vest.png",
|
|
"rarity": "magic",
|
|
"tier": "tier1"
|
|
},
|
|
{
|
|
"id": "chainmail",
|
|
"name": "Chainmail",
|
|
"description": "Reliable protection against cuts.",
|
|
"baseHp": 70,
|
|
"slot": "armor",
|
|
"price": 120,
|
|
"image": "assets/images/items/chainmail.png",
|
|
"rarity": "magic",
|
|
"tier": "tier2"
|
|
},
|
|
{
|
|
"id": "steel_plate",
|
|
"name": "Steel Plate",
|
|
"description": "Solid, heavy protection.",
|
|
"baseHp": 120,
|
|
"slot": "armor",
|
|
"price": 200,
|
|
"image": "assets/images/items/steel_plate.png",
|
|
"rarity": "magic",
|
|
"tier": "tier3"
|
|
},
|
|
{
|
|
"id": "reinforced_leather",
|
|
"name": "Reinforced Leather",
|
|
"description": "Remarkably light and durable.",
|
|
"baseHp": 70,
|
|
"dodge": 5,
|
|
"slot": "armor",
|
|
"price": 280,
|
|
"image": "assets/images/items/reinforced_leather.png",
|
|
"rarity": "rare",
|
|
"tier": "tier3"
|
|
}
|
|
],
|
|
"shields": [
|
|
{
|
|
"id": "pot_lid",
|
|
"name": "Pot Lid",
|
|
"description": "It was used for cooking.",
|
|
"baseArmor": 2,
|
|
"slot": "shield",
|
|
"price": 10,
|
|
"image": "assets/images/items/pot_lid.png",
|
|
"rarity": "normal",
|
|
"tier": "tier1"
|
|
},
|
|
{
|
|
"id": "wooden_buckler",
|
|
"name": "Wooden Buckler",
|
|
"description": "A small, agile shield.",
|
|
"baseArmor": 3,
|
|
"slot": "shield",
|
|
"price": 40,
|
|
"image": "assets/images/items/wooden_buckler.png",
|
|
"rarity": "magic",
|
|
"tier": "tier1"
|
|
},
|
|
{
|
|
"id": "kite_shield",
|
|
"name": "Kite Shield",
|
|
"description": "Used by professional soldiers.",
|
|
"baseArmor": 6,
|
|
"slot": "shield",
|
|
"price": 100,
|
|
"image": "assets/images/items/kite_shield.png",
|
|
"rarity": "magic",
|
|
"tier": "tier2"
|
|
},
|
|
{
|
|
"id": "steel_shield",
|
|
"name": "Steel Shield",
|
|
"description": "A heavy, durable shield.",
|
|
"baseArmor": 9,
|
|
"slot": "shield",
|
|
"price": 180,
|
|
"image": "assets/images/items/steel_shield.png",
|
|
"rarity": "magic",
|
|
"tier": "tier3"
|
|
},
|
|
{
|
|
"id": "tower_shield",
|
|
"name": "Tower Shield",
|
|
"description": "Almost like a small wall.",
|
|
"baseArmor": 18,
|
|
"slot": "shield",
|
|
"price": 260,
|
|
"image": "assets/images/items/tower_shield.png",
|
|
"rarity": "rare",
|
|
"tier": "tier3"
|
|
},
|
|
{
|
|
"id": "cursed_shield",
|
|
"name": "Cursed Shield",
|
|
"description": "A shield that prevents the wielder from defending themselves.",
|
|
"baseArmor": 5,
|
|
"slot": "shield",
|
|
"price": 50,
|
|
"image": "assets/images/items/cursed_shield.png",
|
|
"effects": [
|
|
{
|
|
"type": "defenseForbidden",
|
|
"probability": 100,
|
|
"duration": 999
|
|
}
|
|
],
|
|
"rarity": "legendary",
|
|
"tier": "tier2"
|
|
}
|
|
],
|
|
"accessories": [
|
|
{
|
|
"id": "tarnished_ring",
|
|
"name": "Tarnished Ring",
|
|
"description": "A simple ring. Might bring a little luck.",
|
|
"baseAtk": 1,
|
|
"baseHp": 5,
|
|
"slot": "accessory",
|
|
"price": 25,
|
|
"image": "assets/images/items/tarnished_ring.png",
|
|
"luck": 5,
|
|
"rarity": "magic",
|
|
"tier": "tier1"
|
|
},
|
|
{
|
|
"id": "engraved_amulet",
|
|
"name": "Engraved Amulet",
|
|
"description": "Glows with a faint inner light.",
|
|
"baseAtk": 3,
|
|
"baseHp": 15,
|
|
"slot": "accessory",
|
|
"price": 80,
|
|
"image": "assets/images/items/engraved_amulet.png",
|
|
"luck": 7,
|
|
"rarity": "rare",
|
|
"tier": "tier2"
|
|
},
|
|
{
|
|
"id": "champions_badge",
|
|
"name": "Champion's Badge",
|
|
"description": "A badge of honor, earned with blood.",
|
|
"baseAtk": 5,
|
|
"baseHp": 25,
|
|
"baseArmor": 1,
|
|
"slot": "accessory",
|
|
"price": 150,
|
|
"image": "assets/images/items/champions_badge.png",
|
|
"luck": 10,
|
|
"rarity": "legendary",
|
|
"tier": "tier3"
|
|
},
|
|
{
|
|
"id": "worn_talisman",
|
|
"name": "Worn Talisman",
|
|
"description": "A strange charm that seems to bend fate.",
|
|
"baseAtk": 0,
|
|
"baseHp": 10,
|
|
"slot": "accessory",
|
|
"price": 200,
|
|
"image": "assets/images/items/worn_talisman.png",
|
|
"luck": 25,
|
|
"rarity": "unique",
|
|
"tier": "tier3"
|
|
}
|
|
],
|
|
"consumables": [
|
|
{
|
|
"id": "potion_heal_small",
|
|
"name": "Healing Potion",
|
|
"description": "Restores 20 HP instantly.",
|
|
"slot": "consumable",
|
|
"hpBonus": 20,
|
|
"price": 15,
|
|
"rarity": "normal",
|
|
"tier": "tier1",
|
|
"image": "assets/images/items/potion.png"
|
|
},
|
|
{
|
|
"id": "potion_armor_small",
|
|
"name": "Iron Skin Potion",
|
|
"description": "Grants +10 Armor instantly.",
|
|
"slot": "consumable",
|
|
"armorBonus": 10,
|
|
"price": 20,
|
|
"rarity": "normal",
|
|
"tier": "tier1",
|
|
"image": "assets/images/items/potion.png"
|
|
},
|
|
{
|
|
"id": "potion_strength_small",
|
|
"name": "Strength Potion",
|
|
"description": "Increases Attack Power for 1 turn.",
|
|
"slot": "consumable",
|
|
"effects": [
|
|
{
|
|
"type": "attackUp",
|
|
"probability": 100,
|
|
"duration": 1,
|
|
"value": 5
|
|
}
|
|
],
|
|
"price": 25,
|
|
"rarity": "magic",
|
|
"tier": "tier1",
|
|
"image": "assets/images/items/potion.png"
|
|
}
|
|
]
|
|
}
|