From fbe5090ac3325ff8ea6989cdf4515c7f077c975b Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Wed, 1 Jul 2026 03:21:52 -0400 Subject: feat: item messaging standardized, custom messages for production paths implemented --- data/items/consumables/bread.yaml | 2 +- data/items/consumables/bread_dough.yaml | 2 +- data/items/consumables/guam_potion_unf.yaml | 2 +- data/items/consumables/pie_dish.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'data/items/consumables') diff --git a/data/items/consumables/bread.yaml b/data/items/consumables/bread.yaml index 1f8a996..6ded8b0 100644 --- a/data/items/consumables/bread.yaml +++ b/data/items/consumables/bread.yaml @@ -7,7 +7,7 @@ craft: fail: burnt_meat fail_message: You burn the bread to a crisp. level: 1 - message: "You bake the dough into a %n." + success_message: "You bake the dough into a %n." station: - cooking_range type: cooking diff --git a/data/items/consumables/bread_dough.yaml b/data/items/consumables/bread_dough.yaml index 48fa986..cce972d 100644 --- a/data/items/consumables/bread_dough.yaml +++ b/data/items/consumables/bread_dough.yaml @@ -16,7 +16,7 @@ craft: end_message: testend fail: "" level: 0 - message: testmsg + success_message: testmsg output_qty: 0 start_message: teststart station: [] diff --git a/data/items/consumables/guam_potion_unf.yaml b/data/items/consumables/guam_potion_unf.yaml index dc963ed..b758ac1 100644 --- a/data/items/consumables/guam_potion_unf.yaml +++ b/data/items/consumables/guam_potion_unf.yaml @@ -9,7 +9,7 @@ craft: - vial_of_water quantity: 1 wait: 0 - message: "You mix %i1 and %i2 into %n!!!" + success_message: "You mix %i1 and %i2 into %n!!!" description: An unfinished potion with guam floating in water. name: guam potion (unf) stackable: false diff --git a/data/items/consumables/pie_dish.yaml b/data/items/consumables/pie_dish.yaml index 89d82e4..959cb65 100644 --- a/data/items/consumables/pie_dish.yaml +++ b/data/items/consumables/pie_dish.yaml @@ -6,7 +6,7 @@ craft: quantity: 1 fail_message: The pie dish cracks in the oven and is ruined. level: 7 - message: "You fire the %i1 in the oven." + success_message: "You fire the %i1 in the oven." station: - pottery_oven success: -- cgit v1.2.3