diff options
| author | historia <[not public]> | 2026-07-01 03:21:52 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-01 03:21:52 -0400 |
| commit | fbe5090ac3325ff8ea6989cdf4515c7f077c975b (patch) | |
| tree | 1811ad9c6a596e7177bb2c42944c389c0a120066 /data/items/tools | |
| parent | 5f37dc9b6f6b79da04da70ae0c33ec8d02998587 (diff) | |
| download | thehouseoficarus-fbe5090ac3325ff8ea6989cdf4515c7f077c975b.tar.gz | |
feat: item messaging standardized, custom messages for production paths implemented
Diffstat (limited to 'data/items/tools')
| -rw-r--r-- | data/items/tools/empty_pot.yaml | 2 | ||||
| -rw-r--r-- | data/items/tools/plant_pot.yaml | 2 | ||||
| -rw-r--r-- | data/items/tools/unfired_pie_dish.yaml | 2 | ||||
| -rw-r--r-- | data/items/tools/unfired_plant_pot.yaml | 2 | ||||
| -rw-r--r-- | data/items/tools/unfired_pot.yaml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/data/items/tools/empty_pot.yaml b/data/items/tools/empty_pot.yaml index 371a783..0386b37 100644 --- a/data/items/tools/empty_pot.yaml +++ b/data/items/tools/empty_pot.yaml @@ -6,7 +6,7 @@ craft: quantity: 1 fail_message: The pot cracks in the oven and is ruined. level: 1 - message: "You fire the %i1 in the oven." + success_message: "You fire the %i1 in the oven." station: - pottery_oven success: diff --git a/data/items/tools/plant_pot.yaml b/data/items/tools/plant_pot.yaml index e758167..b748877 100644 --- a/data/items/tools/plant_pot.yaml +++ b/data/items/tools/plant_pot.yaml @@ -6,7 +6,7 @@ craft: quantity: 1 fail_message: The plant pot cracks in the oven and is ruined. level: 19 - message: "You fire the %i1 in the oven." + success_message: "You fire the %i1 in the oven." station: - pottery_oven success: diff --git a/data/items/tools/unfired_pie_dish.yaml b/data/items/tools/unfired_pie_dish.yaml index bc0c5a5..455921d 100644 --- a/data/items/tools/unfired_pie_dish.yaml +++ b/data/items/tools/unfired_pie_dish.yaml @@ -5,7 +5,7 @@ craft: - soft_clay quantity: 1 level: 7 - message: "You shape the clay into a %n." + success_message: "You shape the clay into a %n." station: - pottery_wheel type: crafting diff --git a/data/items/tools/unfired_plant_pot.yaml b/data/items/tools/unfired_plant_pot.yaml index 30ccd83..26dfcca 100644 --- a/data/items/tools/unfired_plant_pot.yaml +++ b/data/items/tools/unfired_plant_pot.yaml @@ -5,7 +5,7 @@ craft: - soft_clay quantity: 1 level: 19 - message: "You shape the clay into a %n." + success_message: "You shape the clay into a %n." station: - pottery_wheel type: crafting diff --git a/data/items/tools/unfired_pot.yaml b/data/items/tools/unfired_pot.yaml index 9dc2406..6ba9551 100644 --- a/data/items/tools/unfired_pot.yaml +++ b/data/items/tools/unfired_pot.yaml @@ -5,7 +5,7 @@ craft: - soft_clay quantity: 1 level: 1 - message: "You shape the clay into a %n." + success_message: "You shape the clay into a %n." station: - pottery_wheel type: crafting |
