diff options
| author | historia <[not public]> | 2026-06-21 01:05:35 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-21 01:05:35 -0400 |
| commit | c36c1dc0c65e65b4d6ee53df6bbcc3a860eb6e4b (patch) | |
| tree | ea5b796d7b8ce6ae422b30542e0da97e818207e8 /data/items/tools | |
| parent | 470bc5bd99b793e46305310b5fbeb3068eba45f1 (diff) | |
| download | thehouseoficarus-c36c1dc0c65e65b4d6ee53df6bbcc3a860eb6e4b.tar.gz | |
Added %i, %n, %b to production skill messages to consistent color inputs, item names, and byproducts
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 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 |
