-
Notifications
You must be signed in to change notification settings - Fork 13
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
Spain flavour #602
Open
ArnauGit
wants to merge
40
commits into
dev
Choose a base branch
from
Update-of-Spanish-laws
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Spain flavour #602
Changes from 37 commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
555d8d2
Merge pull request #593 from Cold-War-Project/dev
Arcadyi b16b4c2
Update Spanish laws (now within law_package)
ArnauGit 89869f4
Spain - Edit IGs
ArnauGit b4d0f2d
Added Carrero Blanco for Spain
ArnauGit 86733b5
Caudillo trait
ArnauGit 8ea5e98
Add localization for Caudillo trait
ArnauGit 25c0f85
feat: added francoism modifier to adjust ig clout
Matti-96 4908c90
fix: character name fix
Matti-96 84ef2d9
Spanish IG leaders added
ArnauGit fe2b789
Added Spanish IG names
ArnauGit 23a2fc5
Update names_i_ for Spanish IG
ArnauGit 2ab80f9
Edited Francoism nation modifiers
ArnauGit c318772
New path for Caudillo gfx
ArnauGit 02bf160
Add files via upload
ArnauGit a1919dd
Merge branch 'dev' into Update-of-Spanish-laws
DZappala 5364905
Merge branch 'dev' into Update-of-Spanish-laws
af4e98b
JE entry and pariah for Spain
ArnauGit efc4c1c
JE for Francoist reform
ArnauGit e543891
International pariah loc
ArnauGit e065e60
Francoist reform loc
ArnauGit d0395a9
International pariah modifier
ArnauGit 6233392
Decreased relations for Spain
ArnauGit 38e302d
UN application not possible with International Pariah modifier
ArnauGit 3a63fad
Spain events file
ArnauGit e8e0ee1
Delete events/spain_events directory
ArnauGit 6020d40
Spain events file corrected
ArnauGit c90b4cc
00_code_on_actions for Spanish event
ArnauGit 1970b4d
Spanish state buildings balanced
ArnauGit d4cb288
Spain event image
ArnauGit d707a41
Image loc
ArnauGit a4b4d93
Spanish reform fail rebalance
ArnauGit c3ec7c5
Update CWP_francoist_reform.txt
ArnauGit 837363b
Added Franco-Peron protocols decision and event
ArnauGit 0f0703f
Added Peronism modifier for Argentina
ArnauGit a851e44
Added Juan Perón as Argentina's laborist leader
ArnauGit da3c068
Added image for Franco Peron Protocols
ArnauGit cdc8512
Merge branch 'dev' into Update-of-Spanish-laws
DZappala ab0685a
Edited Spanish flavour
ArnauGit 0fc460f
Merge branch 'Update-of-Spanish-laws' of https://github.com/Cold-War-…
ArnauGit be0326a
Edited ideologies
ArnauGit File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
Franco_peron_protocol_decision = { | ||
is_shown = { | ||
NOT = { | ||
has_variable = franco_protocol_contacts | ||
} | ||
and = { | ||
exists = c:ARG | ||
exists = c:SPA | ||
this = c:SPA | ||
c:SPA = { | ||
or = { | ||
has_modifier = international_pariah | ||
has_ruling_interest_group = ig_securocrats | ||
has_ruling_interest_group = ig_patriots | ||
has_law = law_type:law_isolationism | ||
} | ||
} | ||
|
||
} | ||
} | ||
possible = { | ||
exists = c:SPA | ||
this = c:SPA | ||
c:ARG = { | ||
relations:root >= relations_threshold:cordial | ||
has_ruling_interest_group = ig_laborists | ||
|
||
} | ||
} | ||
when_taken = { | ||
c:ARG = { trigger_event = franco_peron_event.1 | ||
} | ||
set_variable = franco_protocol_contacts | ||
|
||
} | ||
ai_chance = { | ||
base = 0 | ||
modifier = { | ||
trigger = { | ||
game_date >= 1946.3.1 | ||
} | ||
add = 50 | ||
} | ||
} | ||
} |
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
egalitarian is not a leader ideology!
Make sure to pull character ideologies only from the files prepended with "cwp_00_leader_"