diff options
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 |
