aether-shards/src/items/tier1_gear.json

118 lines
3 KiB
JSON
Raw Normal View History

[
{
"id": "ITEM_RUSTY_BLADE",
"name": "Rusty Infantry Blade",
"type": "WEAPON",
"rarity": "COMMON",
"tags": ["PHYSICAL", "MELEE"],
"stats": { "attack": 3 },
"description": "Standard issue jagged metal. Reliable but heavy."
},
{
"id": "ITEM_SCRAP_PLATE",
"name": "Scrap Plate Armor",
"type": "ARMOR",
"rarity": "COMMON",
"tags": ["HEAVY"],
"stats": { "defense": 3, "speed": -1 },
"description": "Cobbled together from ruin debris."
},
{
"id": "ITEM_APPRENTICE_WAND",
"name": "Apprentice Spark-Wand",
"type": "WEAPON",
"rarity": "COMMON",
"tags": ["MAGIC", "RANGED"],
"stats": { "magic": 4 },
"description": "A cracked crystal on a stick. Leaks sparks."
},
{
"id": "ITEM_ROBES",
"name": "Novice Robes",
"type": "ARMOR",
"rarity": "COMMON",
"tags": ["LIGHT"],
"stats": { "willpower": 3, "magic": 1 },
"description": "Standard issue for the Arcane Dominion."
},
{
"id": "ITEM_DAGGER",
"name": "Scavenger's Shiv",
"type": "WEAPON",
"rarity": "COMMON",
"tags": ["PHYSICAL", "MELEE", "LIGHT"],
"stats": { "attack": 2, "speed": 1 },
"description": "Sharp, rusty, and easy to hide."
},
{
"id": "ITEM_PADDED_VEST",
"name": "Padded Vest",
"type": "ARMOR",
"rarity": "COMMON",
"tags": ["LIGHT"],
"stats": { "defense": 1, "movement": 1 },
"description": "Doesn't stop a sword, but helps with the cold."
},
{
"id": "ITEM_LOCKPICK_SET",
"name": "Lockpick Set",
"type": "UTILITY",
"rarity": "COMMON",
"tags": ["TECH"],
"stats": { "tech": 2 },
"passive_effects": [
{
"trigger": "ON_INTERACT",
"condition": "TARGET_LOCKED",
"action": "UNLOCK",
"chance": 0.5
}
]
},
{
"id": "ITEM_WRENCH",
"name": "Heavy Wrench",
"type": "WEAPON",
"rarity": "COMMON",
"tags": ["PHYSICAL", "TECH", "BLUNT"],
"stats": { "attack": 4, "tech": 2 },
"description": "Good for fixing turrets and breaking knees."
},
{
"id": "ITEM_LEATHER_APRON",
"name": "Smith's Apron",
"type": "ARMOR",
"rarity": "COMMON",
"tags": ["MEDIUM"],
"stats": { "defense": 2, "fire_resist": 5 },
"description": "Thick leather to protect against sparks."
},
{
"id": "ITEM_TURRET_KIT",
"name": "Turret Construction Kit",
"type": "UTILITY",
"rarity": "COMMON",
"tags": ["TECH"],
"stats": { "tech": 3 },
"active_ability": { "ability_id": "SKILL_DEPLOY_TURRET" }
},
{
"id": "ITEM_STAFF",
"name": "Quarterstaff",
"type": "WEAPON",
"rarity": "COMMON",
"tags": ["PHYSICAL", "MAGIC", "BLUNT"],
"stats": { "attack": 3, "willpower": 2 },
"description": "Simple wood, balanced for defense."
},
{
"id": "ITEM_LEAF_ROBES",
"name": "Sanctuary Robes",
"type": "ARMOR",
"rarity": "COMMON",
"tags": ["LIGHT", "ORGANIC"],
"stats": { "willpower": 4, "health": 10 },
"description": "Woven from living vines."
}
]