198 lines
4.7 KiB
JSON
198 lines
4.7 KiB
JSON
{
|
|
"weapons": [
|
|
{
|
|
"id": "rusty_dagger",
|
|
"name": "Rusty Dagger",
|
|
"description": "Old and rusty, but better than nothing.",
|
|
"baseAtk": 3,
|
|
"slot": "weapon",
|
|
"price": 30,
|
|
"image": "assets/images/items/rusty_dagger.png"
|
|
},
|
|
{
|
|
"id": "iron_sword",
|
|
"name": "Iron Sword",
|
|
"description": "A standard soldier's sword.",
|
|
"baseAtk": 8,
|
|
"slot": "weapon",
|
|
"price": 80,
|
|
"image": "assets/images/items/iron_sword.png"
|
|
},
|
|
{
|
|
"id": "battle_axe",
|
|
"name": "Battle Axe",
|
|
"description": "Heavy but powerful.",
|
|
"baseAtk": 12,
|
|
"slot": "weapon",
|
|
"price": 120,
|
|
"image": "assets/images/items/battle_axe.png"
|
|
},
|
|
{
|
|
"id": "stunning_hammer",
|
|
"name": "Stunning Hammer",
|
|
"description": "A heavy hammer that can stun foes.",
|
|
"baseAtk": 10,
|
|
"slot": "weapon",
|
|
"price": 150,
|
|
"image": "assets/images/items/stunning_hammer.png",
|
|
"effects": [
|
|
{
|
|
"type": "stun",
|
|
"probability": 20,
|
|
"duration": 1
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "jagged_dagger",
|
|
"name": "Jagged Dagger",
|
|
"description": "A cruel dagger that causes bleeding.",
|
|
"baseAtk": 7,
|
|
"slot": "weapon",
|
|
"price": 130,
|
|
"image": "assets/images/items/jagged_dagger.png",
|
|
"effects": [
|
|
{
|
|
"type": "bleed",
|
|
"probability": 100,
|
|
"duration": 3,
|
|
"value": 30
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "sunderer_axe",
|
|
"name": "Sunderer Axe",
|
|
"description": "An axe that exposes enemy weaknesses.",
|
|
"baseAtk": 11,
|
|
"slot": "weapon",
|
|
"price": 160,
|
|
"image": "assets/images/items/sunderer_axe.png",
|
|
"effects": [
|
|
{
|
|
"type": "vulnerable",
|
|
"probability": 100,
|
|
"duration": 2
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"armors": [
|
|
{
|
|
"id": "torn_tunic",
|
|
"name": "Torn Tunic",
|
|
"description": "Offers minimal protection.",
|
|
"baseHp": 10,
|
|
"slot": "armor",
|
|
"price": 20,
|
|
"image": "assets/images/items/torn_tunic.png"
|
|
},
|
|
{
|
|
"id": "leather_vest",
|
|
"name": "Leather Vest",
|
|
"description": "Light and flexible.",
|
|
"baseHp": 30,
|
|
"slot": "armor",
|
|
"price": 60,
|
|
"image": "assets/images/items/leather_vest.png"
|
|
},
|
|
{
|
|
"id": "chainmail",
|
|
"name": "Chainmail",
|
|
"description": "Reliable protection against cuts.",
|
|
"baseHp": 60,
|
|
"slot": "armor",
|
|
"price": 120,
|
|
"image": "assets/images/items/chainmail.png"
|
|
}
|
|
],
|
|
"shields": [
|
|
{
|
|
"id": "pot_lid",
|
|
"name": "Pot Lid",
|
|
"description": "It was used for cooking.",
|
|
"baseArmor": 1,
|
|
"slot": "shield",
|
|
"price": 10,
|
|
"image": "assets/images/items/pot_lid.png"
|
|
},
|
|
{
|
|
"id": "wooden_shield",
|
|
"name": "Wooden Shield",
|
|
"description": "Sturdy oak wood.",
|
|
"baseArmor": 3,
|
|
"slot": "shield",
|
|
"price": 40,
|
|
"image": "assets/images/items/wooden_shield.png"
|
|
},
|
|
{
|
|
"id": "kite_shield",
|
|
"name": "Kite Shield",
|
|
"description": "Used by knights.",
|
|
"baseArmor": 6,
|
|
"slot": "shield",
|
|
"price": 100,
|
|
"image": "assets/images/items/kite_shield.png"
|
|
},
|
|
{
|
|
"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
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"accessories": [
|
|
{
|
|
"id": "old_ring",
|
|
"name": "Old Ring",
|
|
"description": "A tarnished ring.",
|
|
"baseAtk": 1,
|
|
"baseHp": 5,
|
|
"slot": "accessory",
|
|
"price": 25,
|
|
"image": "assets/images/items/old_ring.png"
|
|
},
|
|
{
|
|
"id": "copper_ring",
|
|
"name": "Copper Ring",
|
|
"description": "A simple ring",
|
|
"baseAtk": 1,
|
|
"baseHp": 5,
|
|
"slot": "accessory",
|
|
"price": 25,
|
|
"image": "assets/images/items/copper_ring.png"
|
|
},
|
|
{
|
|
"id": "ruby_amulet",
|
|
"name": "Ruby Amulet",
|
|
"description": "Glows with a faint red light.",
|
|
"baseAtk": 3,
|
|
"baseHp": 15,
|
|
"slot": "accessory",
|
|
"price": 80,
|
|
"image": "assets/images/items/ruby_amulet.png"
|
|
},
|
|
{
|
|
"id": "heros_badge",
|
|
"name": "Hero's Badge",
|
|
"description": "A badge of honor.",
|
|
"baseAtk": 5,
|
|
"baseHp": 25,
|
|
"baseArmor": 1,
|
|
"slot": "accessory",
|
|
"price": 150,
|
|
"image": "assets/images/items/heros_badge.png"
|
|
}
|
|
]
|
|
}
|