Introduce more variance between difficulties#3
Open
cooljeanius wants to merge 7 commits intostevecotton:masterfrom
Open
Introduce more variance between difficulties#3cooljeanius wants to merge 7 commits intostevecotton:masterfrom
cooljeanius wants to merge 7 commits intostevecotton:masterfrom
Conversation
copy over my version of the scenario from https://github.com/cooljeanius/wesnoth_mods/blob/master/campaigns/Defense_of_Elensefar/01_Elensefar.cfg (basically just tweaks some values to create more variance between difficulties)
Owner
|
I don't understand the motivation - while each difficulty needs some changes, I don't see a reason to avoid reusing numbers in general. |
stevecotton
reviewed
May 23, 2022
stevecotton
reviewed
May 23, 2022
stevecotton
reviewed
May 23, 2022
Author
Having more variance between difficulties gives players more of a motivation to try them all, or, if they only want to do a single playthru of whichever difficulty is best for them, it increases the chances that changing the difficulty will get them the results they want. |
address feedback received from @stevecotton in reviews
using the aspell spellchecker
cooljeanius
commented
Oct 27, 2024
| abbrev= _ "DoE" | ||
| define=CAMPAIGN_DEFENSE_OF_ELENSEFAR | ||
| extra_defines=ENABLE_ANCIENT_LICH | ||
| {ENABLE_ANCIENT_LICH} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR basically just copies over my version of the scenario from: https://github.com/cooljeanius/wesnoth_mods/blob/master/campaigns/Defense_of_Elensefar/01_Elensefar.cfg
I don't really like it when values get reused between difficulties, so I edited some of them to ensure that they always differ with each difficulty.
Edit: With new commits, we can now say:
Closes #2
Closes #4