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

feat: state-based silk road #35

Merged
merged 1 commit into from
Mar 25, 2024

Conversation

trym-b
Copy link
Collaborator

@trym-b trym-b commented Mar 25, 2024

Motivation

The current silk road system does not really have
any connection with any states, which makes it a
little bit uninteresting.

This commit now binds the silk road to states.

Changes

Countries at game start now will get the
country-wide modifier if they control one (or part of one) state that has a silk road modifier.

The silk road states were chosen from the
following map:
https://en.wikipedia.org/wiki/Silk_Road#/media/File:SeidenstrasseGMT.JPG

The modifier has also been split between the
state-based one and the country-wide one.

Every month countries that do not control at least one part of a state with the silk road modifier
will lose the country-wide modifier.

Every month countries that control at least one
part of a state with the silk road modifier will
gain the country-wide modifier if they do not have it already.

# Motivation

The current silk road system does not really have
any connection with any states, which makes it a
little bit uninteresting.

This commit now binds the silk road to states.

# Changes

Countries at game start now will get the
country-wide modifier if they control one (or part
of one) state that has a silk road modifier.

The silk road states were chosen from the
following map:
https://en.wikipedia.org/wiki/Silk_Road#/media/File:SeidenstrasseGMT.JPG

The modifier has also been split between the
state-based one and the country-wide one.

Every month countries that do not control at least
one part of a state with the silk road modifier
will lose the country-wide modifier.

Every month countries that control at least one
part of a state with the silk road modifier will
gain the country-wide modifier if they do not have
it already.
@AndHope AndHope merged commit 763834c into main Mar 25, 2024
1 check passed
@AndHope AndHope deleted the feat/turn-silk-road-into-state-modifiers branch March 25, 2024 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants