-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Adding religous city states to unciv! #5136
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
Merged
Merged
Changes from 23 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
b4bdfab
Adding religous city states to unciv!
MorphicDreamer 8c9b59a
Adding religous city states to unciv!
MorphicDreamer 23d23f0
Adding religous city states to unciv!
MorphicDreamer 0d52f61
Adding religous city states to unciv!
MorphicDreamer 984fec1
Adding religous city states to unciv!
MorphicDreamer 8f19cda
Adding religous city states to unciv!
MorphicDreamer 9e0a21c
Merge branch 'yairm210:master' into master
MorphicDreamer dd9abab
Adding religous city states to unciv!
MorphicDreamer 8a2764c
Adding religous city states to unciv!
MorphicDreamer 362f128
Adding religous city states to unciv!
MorphicDreamer dbbff1d
Adding religous city states to unciv!
MorphicDreamer 04db1dc
Adding religous city states to unciv!
MorphicDreamer 09fa5b7
Adding religous city states to unciv!
MorphicDreamer 6fd18e3
Adding religous city states to unciv!
MorphicDreamer c2a97cd
Adding religous city states to unciv!
MorphicDreamer 4f0fc9d
Adding religous city states to unciv!
MorphicDreamer a362b5a
Adding religous city states to unciv!
MorphicDreamer 368071b
Merge branch 'master' into master
MorphicDreamer c970044
Adding religous city states to unciv!
MorphicDreamer b147470
Merge remote-tracking branch 'origin/master'
MorphicDreamer 3c8aaed
Adding religous city states to unciv!
MorphicDreamer 0e61cd0
Adding religous city states to unciv!
MorphicDreamer 89d4aa4
Adding religous city states to unciv!
MorphicDreamer f356196
Adding religous city states to unciv!
MorphicDreamer f742a3e
Merge branch 'master' into master
MorphicDreamer 92bf9d9
Adding religous city states to unciv!
MorphicDreamer a0dc8eb
Adding religous city states to unciv!
MorphicDreamer b9fa792
Adding religous city states to unciv!
MorphicDreamer 8678be2
Adding religous city states to unciv!
MorphicDreamer bba4f47
Adding religous city states to unciv!
MorphicDreamer 8df8e61
Adding religous city states to unciv!
MorphicDreamer b39e926
Adding religous city states to unciv!
MorphicDreamer d224202
Adding religous city states to unciv!
MorphicDreamer 51aa238
Adding religous city states to unciv!
MorphicDreamer 074dcf0
Adding religous city states to unciv!
MorphicDreamer dc69f8e
Adding religous city states to unciv!
MorphicDreamer c47601e
Merge branch 'yairm210:master' into master
MorphicDreamer 57c01b6
Merge branch 'yairm210:master' into master
MorphicDreamer 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[Tech,Flags,Skin,Construction] | ||
[Construction,Flags,Skin,Tech] |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1121,6 +1121,42 @@ | |
"innerColor": [224,224,224], | ||
"cities": ["Mogadishu"] | ||
}, | ||
{ | ||
"name": "Bratislava", | ||
"adjective": ["Bratislava"], | ||
"cityStateType": "Religious", | ||
|
||
"declaringWar": "I didn't want to do this. We declare war.", | ||
"attacked": "I will fear no evil. For god is with me!", | ||
"defeated": "Why have you forsaken us my lord?", | ||
"outerColor": [0, 0, 0], | ||
"innerColor": [255,255,255], | ||
"cities": ["Bratislava"] | ||
}, | ||
{ | ||
"name": "Cahokia", | ||
"adjective": ["Cahokia"], | ||
"cityStateType": "Religious", | ||
|
||
"declaringWar": "We have wanted this for a LONG time. War it shall be.", | ||
"attacked": "Very well, we will kick you back to the ancient era!", | ||
"defeated": "This isn't how it is supposed to be!", | ||
"outerColor": [0, 0, 0], | ||
"innerColor": [203, 253, 232], | ||
"cities": ["Cahokia"] | ||
}, | ||
{ | ||
"name": "Jerusalem", | ||
"adjective": ["Jerusalem"], | ||
"cityStateType": "Religious", | ||
|
||
"declaringWar": "By god's grace we will not allow these atrocities to occur any longer. We declare war!", | ||
"attacked": "May god have mercy on your evil soul.", | ||
"defeated": "I for one welcome our new conquer overlord!", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Cute :) |
||
"outerColor": [0, 0, 0], | ||
"innerColor": [198,255,192], | ||
"cities": ["Jerusalem"] | ||
}, | ||
|
||
|
||
|
||
|
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
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
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.