Decisions to unform annexed formables to remake them - #149
Open
rogerburks wants to merge 1 commit into
Open
Conversation
rogerburks
force-pushed
the
rbx4/Unformables
branch
from
February 20, 2022 22:57
738f085 to
7ad5d84
Compare
rogerburks
force-pushed
the
rbx4/Unformables
branch
from
September 29, 2022 01:05
6d262e4 to
72a1e59
Compare
…, and if the tag fulfills prior requirements for the formable. Provides new options for Scandinavia to revert back to a pre-Scandinavia tag if it lacks at least two of the three mainland European capitals involved. Provided a new option for an Indonesian tag to form Indonesia after it has been organized. Other formable tags affected: Transcaucasia, Turkestan. Formables that are rarely or never formed by the ai are not addressed. Added a requirement that the tag itself cannot see the decision that erases its formable flag Added a fix for Tukulor Empire formation. I had thought during testing that it could be reformed after annexation, but obviously that is not true, given the check for formation in the Potential section of the decision. I moved this to the Allow section so that the player can see the possibility of reforming the Tukulor Empire even after it has been formed.
rogerburks
force-pushed
the
rbx4/Unformables
branch
from
September 29, 2022 01:21
72a1e59 to
f747262
Compare
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.
References #146 and #81
I think it is a good improvement if the player has the option to annex and re-form available cultural union tags and similar formables, for instance: re-forming Yugoslavia if they can annex it and fit the normal requirements. My idea for this is, if one is very close to a formable, it should not be prevented if another tag simply has a much easier path to it.
However, I believe that the formable itself must be annexed before this is made possible, so that the process is challenging but remains possible. A scenario would be: Someone is playing as Montenegro and is close to forming Yugoslavia, but Serbia outraces them. If Montenegro can annex Yugoslavia, it can then remove the flag
yugoslavia_formedand can then reform Yugoslavia.I have made a new decisions file,
cch.various.txtto house small decisions like this, to avoid keeping them in older HFM files. The localization is stored incch.fixes.csv.Supplies new options to reform certain formable tags after annexation, and if the tag fulfills prior requirements for the formable. Provides new options for Scandinavia to revert back to a pre-Scandinavia tag if it lacks at least two of the three mainland European capitals involved. Provided a new option for an Indonesian tag to form Indonesia after it has been organized. Other formable tags affected: Transcaucasia, Tukulor Empire (in this case only a simple edit to make it check for existence instead of previous formation), Turkestan. Formables that are never or almost never formed by the ai are not addressed.
The Tukulor Empire fix includes moving the existence check for
TOUto theAllowso that the player is aware of it.