diff options
| author | historia <[not public]> | 2026-07-09 05:27:10 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-09 05:27:10 -0400 |
| commit | c705ae942573984784ef501bf8198f61f5206ddd (patch) | |
| tree | c964066f3a244002bf75cb50a877630f46496f81 /data/items/tools | |
| parent | 74153c7814fc4cef988066ef04e38731a943bc12 (diff) | |
| download | thehouseoficarus-c705ae942573984784ef501bf8198f61f5206ddd.tar.gz | |
refactor: simplify yaml, remove support for old scalar fields
Diffstat (limited to 'data/items/tools')
| -rw-r--r-- | data/items/tools/empty_pot.yaml | 16 | ||||
| -rw-r--r-- | data/items/tools/plant_pot.yaml | 16 | ||||
| -rw-r--r-- | data/items/tools/unfired_pie_dish.yaml | 10 | ||||
| -rw-r--r-- | data/items/tools/unfired_plant_pot.yaml | 10 | ||||
| -rw-r--r-- | data/items/tools/unfired_pot.yaml | 10 |
5 files changed, 31 insertions, 31 deletions
diff --git a/data/items/tools/empty_pot.yaml b/data/items/tools/empty_pot.yaml index 9bb7c11..2620b52 100644 --- a/data/items/tools/empty_pot.yaml +++ b/data/items/tools/empty_pot.yaml @@ -1,18 +1,18 @@ color: "82" craft: - ingredients: - - items: - - unfired_pot - quantity: 1 + - ingredients: + - items: + - unfired_pot + quantity: 1 fail_message: The pot cracks in the oven and is ruined. level: 1 success_message: "You fire the %i1 in the oven." station: - - pottery_oven + - pottery_oven success: - base: 0.5 - cap: 0.95 - per_level: 0.02 + base: 0.5 + cap: 0.95 + per_level: 0.02 type: crafting ticks_per_cycle: 4 xp: 6 diff --git a/data/items/tools/plant_pot.yaml b/data/items/tools/plant_pot.yaml index ca384cd..d9cb53b 100644 --- a/data/items/tools/plant_pot.yaml +++ b/data/items/tools/plant_pot.yaml @@ -1,18 +1,18 @@ color: "82" craft: - ingredients: - - items: - - unfired_plant_pot - quantity: 1 + - ingredients: + - items: + - unfired_plant_pot + quantity: 1 fail_message: The plant pot cracks in the oven and is ruined. level: 19 success_message: "You fire the %i1 in the oven." station: - - pottery_oven + - pottery_oven success: - base: 0.3 - cap: 0.95 - per_level: 0.02 + base: 0.3 + cap: 0.95 + per_level: 0.02 type: crafting ticks_per_cycle: 4 xp: 18 diff --git a/data/items/tools/unfired_pie_dish.yaml b/data/items/tools/unfired_pie_dish.yaml index 56668a2..50148de 100644 --- a/data/items/tools/unfired_pie_dish.yaml +++ b/data/items/tools/unfired_pie_dish.yaml @@ -1,13 +1,13 @@ color: "AD" craft: - ingredients: - - items: - - soft_clay - quantity: 1 + - ingredients: + - items: + - soft_clay + quantity: 1 level: 7 success_message: "You shape the clay into a %n." station: - - pottery_wheel + - pottery_wheel type: crafting ticks_per_cycle: 4 xp: 15 diff --git a/data/items/tools/unfired_plant_pot.yaml b/data/items/tools/unfired_plant_pot.yaml index 8de17c8..d867125 100644 --- a/data/items/tools/unfired_plant_pot.yaml +++ b/data/items/tools/unfired_plant_pot.yaml @@ -1,13 +1,13 @@ color: "AD" craft: - ingredients: - - items: - - soft_clay - quantity: 1 + - ingredients: + - items: + - soft_clay + quantity: 1 level: 19 success_message: "You shape the clay into a %n." station: - - pottery_wheel + - pottery_wheel type: crafting ticks_per_cycle: 4 xp: 18 diff --git a/data/items/tools/unfired_pot.yaml b/data/items/tools/unfired_pot.yaml index 5c835e1..81dfa50 100644 --- a/data/items/tools/unfired_pot.yaml +++ b/data/items/tools/unfired_pot.yaml @@ -1,13 +1,13 @@ color: "AD" craft: - ingredients: - - items: - - soft_clay - quantity: 1 + - ingredients: + - items: + - soft_clay + quantity: 1 level: 1 success_message: "You shape the clay into a %n." station: - - pottery_wheel + - pottery_wheel type: crafting ticks_per_cycle: 4 xp: 6 |
