aboutsummaryrefslogtreecommitdiff
path: root/data/items/equipment/adamant_platebody.yaml
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-20 23:43:35 -0400
committerhistoria <[not public]>2026-06-20 23:43:35 -0400
commit470bc5bd99b793e46305310b5fbeb3068eba45f1 (patch)
treeff268fab1a8e7699cd6404e6e86c2d4bd1c6f2f6 /data/items/equipment/adamant_platebody.yaml
parent010fa439399581391fcd509d2058191ff4fa74b3 (diff)
downloadthehouseoficarus-470bc5bd99b793e46305310b5fbeb3068eba45f1.tar.gz
refactor: removed separate crafting recipes and combined them into item YAML
Diffstat (limited to 'data/items/equipment/adamant_platebody.yaml')
-rw-r--r--data/items/equipment/adamant_platebody.yaml34
1 files changed, 23 insertions, 11 deletions
diff --git a/data/items/equipment/adamant_platebody.yaml b/data/items/equipment/adamant_platebody.yaml
index a37b781..d2bf9cb 100644
--- a/data/items/equipment/adamant_platebody.yaml
+++ b/data/items/equipment/adamant_platebody.yaml
@@ -1,15 +1,27 @@
+color: "120"
+craft:
+ consume:
+ - items:
+ - adamantite_bar
+ quantity: 5
+ level: 88
+ skill: smithing
+ station:
+ - anvil
+ type: smithing
+ wait: 4
+ xp: 312
+description: An adamant platebody.
+equip_slot: torso
id: adamant_platebody
name: adamant platebody
-color: "120"
-description: "An adamant platebody."
-value: 5000
+requirements:
+ defense: 30
stackable: false
-equip_slot: torso
stats:
- stab_defense: 49
- slash_defense: 55
- crush_defense: 40
- science_defense: -25
- ranged_defense: 49
-requirements:
- defense: 30
+ crush_defense: 40
+ ranged_defense: 49
+ science_defense: -25
+ slash_defense: 55
+ stab_defense: 49
+value: 5000