Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ Xedra Evolved ] Improve Dreamsmith Dreamdross Inquiry failure messaging #78291

Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data/mods/Xedra_Evolved/eocs/dreamsmith.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" } ]
Maleclypse marked this conversation as resolved.
Show resolved Hide resolved
},
{
"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
Loading