From c36c1dc0c65e65b4d6ee53df6bbcc3a860eb6e4b Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Sun, 21 Jun 2026 01:05:35 -0400 Subject: Added %i, %n, %b to production skill messages to consistent color inputs, item names, and byproducts --- data/items/tools/empty_pot.yaml | 2 +- data/items/tools/plant_pot.yaml | 2 +- data/items/tools/unfired_pie_dish.yaml | 2 +- data/items/tools/unfired_plant_pot.yaml | 2 +- data/items/tools/unfired_pot.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'data/items/tools') diff --git a/data/items/tools/empty_pot.yaml b/data/items/tools/empty_pot.yaml index 0e1669a..b780af1 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 pot in the oven successfully. + message: "You fire the %i1 in the oven." skill: crafting station: - pottery_oven diff --git a/data/items/tools/plant_pot.yaml b/data/items/tools/plant_pot.yaml index bafd007..abe9610 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 plant pot in the oven successfully. + message: "You fire the %i1 in the oven." skill: crafting station: - pottery_oven diff --git a/data/items/tools/unfired_pie_dish.yaml b/data/items/tools/unfired_pie_dish.yaml index ee3fc6b..0b3049b 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 pie dish. + message: "You shape the clay into a %n." skill: crafting station: - pottery_wheel diff --git a/data/items/tools/unfired_plant_pot.yaml b/data/items/tools/unfired_plant_pot.yaml index 960112e..943cd67 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 plant pot. + message: "You shape the clay into a %n." skill: crafting station: - pottery_wheel diff --git a/data/items/tools/unfired_pot.yaml b/data/items/tools/unfired_pot.yaml index 654cd77..5c6b446 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 pot. + message: "You shape the clay into a %n." skill: crafting station: - pottery_wheel -- cgit v1.2.3