aboutsummaryrefslogtreecommitdiff
path: root/data/items/equipment/dragon_axe.yaml
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-07-01 02:21:42 -0400
committerhistoria <[not public]>2026-07-01 02:21:42 -0400
commit5f37dc9b6f6b79da04da70ae0c33ec8d02998587 (patch)
treef7c309e36267a4c456fcf5bca800e614507a80af /data/items/equipment/dragon_axe.yaml
parentfee376102192dc6f24297a7b11324636ace3a07d (diff)
downloadthehouseoficarus-5f37dc9b6f6b79da04da70ae0c33ec8d02998587.tar.gz
feat: qol improvements to items crud in admin gui
Diffstat (limited to 'data/items/equipment/dragon_axe.yaml')
-rw-r--r--data/items/equipment/dragon_axe.yaml33
1 files changed, 18 insertions, 15 deletions
diff --git a/data/items/equipment/dragon_axe.yaml b/data/items/equipment/dragon_axe.yaml
index 127b343..81f7c48 100644
--- a/data/items/equipment/dragon_axe.yaml
+++ b/data/items/equipment/dragon_axe.yaml
@@ -1,18 +1,21 @@
+color: C4
+description: A powerful dragon axe.
+equipment:
+ attack:
+ crush: 32
+ slash: 43
+ stab: -2
+ attack_type: slash
+ other:
+ strength: 36
+ slot: main_hand
+ speed: 5
+ type: melee_weapon
name: dragon axe
-color: "C4"
-description: "A powerful dragon axe."
-value: 50000
-stackable: false
-equip_slot: main_hand
-weapon_type: melee
-attack_type: slash
-stats:
- stab_attack: -2
- slash_attack: 43
- crush_attack: 32
- strength_bonus: 36
-speed: 5
-tool_type: axe
-tool_speed: 1
requirements:
accuracy: 60
+stackable: false
+tool:
+ speed: 1
+ type: axe
+value: 50000