From 2ae4a052fd1c15c3c6ba0f1dd324d896371aaffc Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Fri, 19 Jun 2026 02:40:22 -0400 Subject: feat: rough technology skill added --- data/items/capacitor_gloves.yaml | 11 +++++++++++ data/items/neural_headband.yaml | 11 +++++++++++ data/items/power_amulet.yaml | 8 ++++++++ 3 files changed, 30 insertions(+) create mode 100644 data/items/capacitor_gloves.yaml create mode 100644 data/items/neural_headband.yaml create mode 100644 data/items/power_amulet.yaml (limited to 'data/items') diff --git a/data/items/capacitor_gloves.yaml b/data/items/capacitor_gloves.yaml new file mode 100644 index 0000000..e5af9ed --- /dev/null +++ b/data/items/capacitor_gloves.yaml @@ -0,0 +1,11 @@ +id: capacitor_gloves +name: Capacitor Gloves +description: "Gloves woven with superconducting filaments." +color: "250" +value: 300 +equip_slot: hands +stats: + stab_defense: 2 + slash_defense: 2 + crush_defense: 2 + technology_bonus: 2 diff --git a/data/items/neural_headband.yaml b/data/items/neural_headband.yaml new file mode 100644 index 0000000..e01e57d --- /dev/null +++ b/data/items/neural_headband.yaml @@ -0,0 +1,11 @@ +id: neural_headband +name: Neural Headband +description: "A thin band of circuitry that amplifies neural signals, reducing battery drain." +color: "39" +value: 500 +equip_slot: head +stats: + stab_defense: 1 + slash_defense: 1 + crush_defense: 1 + technology_bonus: 4 diff --git a/data/items/power_amulet.yaml b/data/items/power_amulet.yaml new file mode 100644 index 0000000..bd136a4 --- /dev/null +++ b/data/items/power_amulet.yaml @@ -0,0 +1,8 @@ +id: power_amulet +name: Power Amulet +description: "A pendant containing a miniature power cell that augments tech efficiency." +color: "220" +value: 800 +equip_slot: neck +stats: + technology_bonus: 3 -- cgit v1.2.3