Skip to content

Commit

Permalink
Merge pull request #78291 from Maleclypse/Improve-Dreamdross-inquire-…
Browse files Browse the repository at this point in the history
…fail-messaging

[ Xedra Evolved ] Improve Dreamsmith Dreamdross Inquiry failure messaging
  • Loading branch information
Night-Pryanik authored Dec 4, 2024
2 parents 512963f + b84645c commit 50c7721
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion data/mods/Xedra_Evolved/eocs/dreamsmith.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,12 @@
{ "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": "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",
Expand Down
2 changes: 1 addition & 1 deletion data/mods/Xedra_Evolved/recipes/misc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" ],
Expand Down

0 comments on commit 50c7721

Please sign in to comment.