From c705ae942573984784ef501bf8198f61f5206ddd Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Thu, 9 Jul 2026 05:27:10 -0400 Subject: refactor: simplify yaml, remove support for old scalar fields --- data/items/equipment/adamant_full_helm.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'data/items/equipment/adamant_full_helm.yaml') diff --git a/data/items/equipment/adamant_full_helm.yaml b/data/items/equipment/adamant_full_helm.yaml index f6c00d6..b469000 100644 --- a/data/items/equipment/adamant_full_helm.yaml +++ b/data/items/equipment/adamant_full_helm.yaml @@ -1,15 +1,15 @@ color: "78" craft: - ingredients: - - items: - - adamantite_bar - quantity: 2 - level: 77 - station: - - anvil - type: smithing - ticks_per_cycle: 4 - xp: 125 + - ingredients: + - items: + - adamantite_bar + quantity: 2 + level: 77 + station: + - anvil + type: smithing + ticks_per_cycle: 4 + xp: 125 description: An adamant full helmet. equipment: defense: -- cgit v1.2.3