-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
There are still some objectives lists that don't specify gold_carryover
amount
#14
Comments
Oh, same thing with the |
OK so in PR #17 I think I handled most of the scenarios that needed the |
Note that the default carryover percentage when left unspecified is 80%: see https://wiki.wesnoth.org/ScenarioWML or https://wiki.wesnoth.org/DirectActionsWML#.5Bendlevel.5D |
Similar bug for FtF: cooljeanius/Flight_Freedom#7 |
…feedback Addresses some feedback from @Toranks Changes include: - addresses issue #7 - clarify Barnon's gold mechanic a bit further (still might need a further update for issue #14 though) - extra debug messages for reinforcement scattering in S04 - ensure Gawen is really always poisoned in the first scenario - some additional tuning of the second scenario - fix team coloring of kneeling Akladian lords in the coronation cutscene (S03) - additional recruiting space in Barnon on NORMAL, too - fix Hoyre returning on NIGHTMARE; closes issue #78
@Toranks reminded me about this issue when playing through the Battle of Barnon; do we want to ensure the carryover is always 100% there so that only the additional custom hand-coded "discount" gets applied to Lorin's gold? |
Having played the battle of bannon for the second time, the huge money discount caused by the 80% plus difficulty reduction is quite noticeable. It would be nice to convert it to 100% as well to avoid confusion. If possible, do the conversion in the victory event instead of in the next stage, so that money carried from one stage to another is reflected directly in the final carryover report, more clear to the player. |
set carryover_percentage to 100 as per discussion in nemaara/A_New_Order#14 with @Toranks (the objectives still don't list this yet, though)
OK, carryover converted to 100 in #109; the basic issue here of matching the objective notes with the actual carryover in every scenario still remains, though |
(untested) see nemaara/A_New_Order#14
One annoying thing here is all of the nonlinear portions (e.g. all the branches from S14's large-scale strategical map) all have options to return to a signpost to try a different scenario, which has a full carryover, which is different from the normal objectives, which... don't? I think they just have standard carryovers instead... not quite sure how to handle the objectives for such situations... |
did some more tweaking of objectives for nemaara/A_New_Order#14 also added some additional translator comments for nemaara/A_New_Order#182
...and with early finish bonuses. See nemaara/A_New_Order#14
#194 at least partially addresses this, although there are still a few places where I haven't verified the carryover amounts yet... |
* Start of another PR - Another attempt at fixing #23 again; cc @Toranks and @knyghtmare - Refer to Gawen as "Haldric" in S08 for #182 - Dune is probably ok to reference explicitly by name in the translators' comments - try Lorin stat changes suggested in #179 * a number of additional minor fixes - be more explicit about carryover amounts for issue #14 (still need to check scenarios 20 thru 26) - check for Lorin's presence in Kyobaine Easter Egg for issue #150 - attempt at improving the situation for issue #165 (still broken) - Update commentary re: issue #79 - Updates to dialogue and translation notes for issue #182 - Enables Raedwood East for normal gameplay for issue #129 - Give Lorin unique bridge destruction dialogue for issue #187 * a few minor tweaks * a few additional updates - add luacheck workflow - add a few additional changelog items - dialogue changes for checkbox 2 of issue #32 * Add Rob Roe death message - see issue #199 * some more changes from other repo - more spellchecking - use proper portrait for Kyobaine in her death message - tried to add a new fix for #79, but it doesn't seem to work... - a few more footnotes * latest batch of changes from other repo (squashed)
OK I think I've got as much of this done for 1.7.0 as I'm going to; retargeting the remaining part to 1.8.0 |
gold_carryover
amount
…esnoth-map-diff-4ed1015 Bump utils/wesnoth-map-diff from `21f0790` to `4ed1015`
Most other scenarios put
[gold_carryover]
in their objectives, so it is rather unusual not to see it here.git grep gold_carryover
turns up nothing.The text was updated successfully, but these errors were encountered: