-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Add missing Natural Wonders #5204
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
Conversation
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.
Indentation is off a bit due to mixing of tabs & spaces, but we'll fix that later. Looks good otherwise!
ok, fixed that :) It is weird tho, because it all looked ok on my computer, it broke after uploading to github. |
Then you'll need a better editor - or better settings. Kotlin style guide expressly says do not use tabs and prescribes 4 spaces per indent. If your editor can handle python without the code breaking after a few edits, you should be fine... |
That makes five 👎 so let me balance that out: 👍🏻👍🏿👍🏼👍🏽👍👍🏾 - there, almost neutral. |
That basically means Natural Wonder can't spawn next to coast, which was omitted up to this point - which is why i did not include it.
ok. So that is still ToDo later.
Civ5 actually does that, but that would require quite a lot of uniques. Unfortunately, I don't feel I am capable of doing that (yet).
ok. I did not know that. But If I recall correctly, it used to be the case in past.
It was already added in #4916, so that is why there is only code and json :) To sum up: I will add avoid ocean thing and check if reddit source is indeed right, because i recall Sri Pada spawning next to coast tiles in my civ5 games. |
Now you mention it, Anyway, if you use
... at least as far as I see ... I hope I'm right. Perhaps someont thought of the deprecated fake StartingLocations, which at that point wouldn't have existed either. No matter, makes no difference.
Senility at work here.
Fingertips tingling... Can't be that hard. This first. |
This adds missing natural wonders from G&K and BNW. The latter are commented out, but I decided to leave them here anyway.