Compare commits

..

No commits in common. "994d7d32274842282d34410de388165778bd166b" and "051c47ef077221b046839bc4d1bfda028ed2bfd6" have entirely different histories.

4 changed files with 37 additions and 116 deletions

Binary file not shown.

Binary file not shown.

View file

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