From 08259f29ee74f6e17745ed74fbbbffcf834d5d12 Mon Sep 17 00:00:00 2001 From: Maleclypse <54345792+Maleclypse@users.noreply.github.com> Date: Sun, 1 Dec 2024 22:25:59 -0600 Subject: [PATCH 1/3] Improve messaging --- data/mods/Xedra_Evolved/eocs/dreamsmith.json | 2 +- data/mods/Xedra_Evolved/recipes/misc.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/mods/Xedra_Evolved/eocs/dreamsmith.json b/data/mods/Xedra_Evolved/eocs/dreamsmith.json index d099a638be0c2..c0a44ab6f46cf 100644 --- a/data/mods/Xedra_Evolved/eocs/dreamsmith.json +++ b/data/mods/Xedra_Evolved/eocs/dreamsmith.json @@ -115,7 +115,7 @@ { "math": [ "DREAMSMITH_RECIPE_SCORE = 0" ] }, { "math": [ "DREAMSMITH_RECIPE_SCORE_TARGET", "+=", "25" ] } ], - "false_effect": [ { "u_message": "You tried to test a new idea, but it failed. Try again.", "type": "bad" } ] + "false_effect": [ { "u_message": "You tried to test a new idea, but it failed. Try again, each attempt brings you closer to success.", "type": "bad" } ] }, { "type": "effect_on_condition", diff --git a/data/mods/Xedra_Evolved/recipes/misc.json b/data/mods/Xedra_Evolved/recipes/misc.json index 11fefda947499..0551d8443db55 100644 --- a/data/mods/Xedra_Evolved/recipes/misc.json +++ b/data/mods/Xedra_Evolved/recipes/misc.json @@ -2,7 +2,7 @@ { "id": "dreamsmith_research", "name": "inquire dreamdross", - "description": "You spend some time trying to understand what the dreamdross is capable of, and how you can utilize its power. You probably need a lot of attempts to research the whole depth of this unusual metal.", + "description": "You spend some time trying to understand what the dreamdross is capable of, and how you can utilize its power. You probably need a lot of attempts to research the whole depth of this unusual metal and even your failures will make your future success more inevitable.", "type": "recipe", "activity_level": "LIGHT_EXERCISE", "result_eocs": [ "EOC_DREAMSMITHS_SCORE_TRAIN" ], From 892fdcd641985b1dc29a9491915e694f29e8d659 Mon Sep 17 00:00:00 2001 From: Maleclypse <54345792+Maleclypse@users.noreply.github.com> Date: Sun, 1 Dec 2024 22:36:19 -0600 Subject: [PATCH 2/3] Update data/mods/Xedra_Evolved/eocs/dreamsmith.json --- data/mods/Xedra_Evolved/eocs/dreamsmith.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/mods/Xedra_Evolved/eocs/dreamsmith.json b/data/mods/Xedra_Evolved/eocs/dreamsmith.json index c0a44ab6f46cf..f5cacfe884053 100644 --- a/data/mods/Xedra_Evolved/eocs/dreamsmith.json +++ b/data/mods/Xedra_Evolved/eocs/dreamsmith.json @@ -115,7 +115,7 @@ { "math": [ "DREAMSMITH_RECIPE_SCORE = 0" ] }, { "math": [ "DREAMSMITH_RECIPE_SCORE_TARGET", "+=", "25" ] } ], - "false_effect": [ { "u_message": "You tried to test a new idea, but it failed. Try again, each attempt brings you closer to success.", "type": "bad" } ] + "false_effect": [ { "u_message": "Using the dreamdross, you test out a new idea. It fails, but you're getting closer to a breakthrough. You can feel it.", "type": "bad" } ] }, { "type": "effect_on_condition", From b84645c40b6a555683607d6a211888fd043626fb Mon Sep 17 00:00:00 2001 From: Maleclypse <54345792+Maleclypse@users.noreply.github.com> Date: Sun, 1 Dec 2024 22:46:06 -0600 Subject: [PATCH 3/3] Update data/mods/Xedra_Evolved/eocs/dreamsmith.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- data/mods/Xedra_Evolved/eocs/dreamsmith.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/data/mods/Xedra_Evolved/eocs/dreamsmith.json b/data/mods/Xedra_Evolved/eocs/dreamsmith.json index f5cacfe884053..be42cbadeb765 100644 --- a/data/mods/Xedra_Evolved/eocs/dreamsmith.json +++ b/data/mods/Xedra_Evolved/eocs/dreamsmith.json @@ -115,7 +115,12 @@ { "math": [ "DREAMSMITH_RECIPE_SCORE = 0" ] }, { "math": [ "DREAMSMITH_RECIPE_SCORE_TARGET", "+=", "25" ] } ], - "false_effect": [ { "u_message": "Using the dreamdross, you test out a new idea. It fails, but you're getting closer to a breakthrough. You can feel it.", "type": "bad" } ] + "false_effect": [ + { + "u_message": "Using the dreamdross, you test out a new idea. It fails, but you're getting closer to a breakthrough. You can feel it.", + "type": "bad" + } + ] }, { "type": "effect_on_condition",