aether-shards/src/items/tier1_gear.json

196 lines
4 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.",
"icon": "assets/icons/items/item_rusty_blade.png"
},
{
"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.",
"icon": "assets/icons/items/item_scrap_plate.png"
},
{
"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.",
"icon": "assets/icons/items/item_apprentice_wand.png"
},
{
"id": "ITEM_ROBES",
"name": "Novice Robes",
"type": "ARMOR",
"rarity": "COMMON",
"tags": [
"LIGHT"
],
"stats": {
"willpower": 3,
"magic": 1
},
"description": "Standard issue for the Arcane Dominion.",
"icon": "assets/icons/items/item_robes.png"
},
{
"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.",
"icon": "assets/icons/items/item_dagger.png"
},
{
"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.",
"icon": "assets/icons/items/item_padded_vest.png"
},
{
"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
}
],
"icon": "assets/icons/items/item_lockpick_set.png"
},
{
"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.",
"icon": "assets/icons/items/item_wrench.png"
},
{
"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.",
"icon": "assets/icons/items/item_leather_apron.png"
},
{
"id": "ITEM_TURRET_KIT",
"name": "Turret Construction Kit",
"type": "UTILITY",
"rarity": "COMMON",
"tags": [
"TECH"
],
"stats": {
"tech": 3
},
"active_ability": {
"ability_id": "SKILL_DEPLOY_TURRET"
},
"icon": "assets/icons/items/item_turret_kit.png"
},
{
"id": "ITEM_STAFF",
"name": "Quarterstaff",
"type": "WEAPON",
"rarity": "COMMON",
"tags": [
"PHYSICAL",
"MAGIC",
"BLUNT"
],
"stats": {
"attack": 3,
"willpower": 2
},
"description": "Simple wood, balanced for defense.",
"icon": "assets/icons/items/item_staff.png"
},
{
"id": "ITEM_LEAF_ROBES",
"name": "Sanctuary Robes",
"type": "ARMOR",
"rarity": "COMMON",
"tags": [
"LIGHT",
"ORGANIC"
],
"stats": {
"willpower": 4,
"health": 10
},
"description": "Woven from living vines.",
"icon": "assets/icons/items/item_leaf_robes.png"
}
]