Update NewCivs.md

This commit is contained in:
Yair Morgenstern 2019-09-02 00:04:45 +03:00 committed by GitHub
parent a3a5a82eaa
commit c82ce697b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,9 +10,9 @@ Each civ has some basic information - what the civ name is, the leader's name, c
In addition, each civ has flavor text when declaring war, intoduction etc.
All of these need to be filled in in [Nations.json](android/assets/jsons/Nations.json)
All of these need to be filled in in [Nations.json](/android/assets/jsons/Nations.json)
Adding your Civ and leader names in the [Nations translation file](android/assets/jsons/Translations/Diplomacy%2CTrade%2CNations.json)
Adding your Civ and leader names in the [Nations translation file](/android/assets/jsons/Translations/Diplomacy%2CTrade%2CNations.json)
will notify translators that they should translate them =)
## Get your Civ icon
@ -21,7 +21,7 @@ Each civ has an icon, like the wreath for Rome, for instant identification.
All of these icons are white on a transparent background, and are 100x100 pixels.
You'll need to put your icon in the [NationIcons folder](android/Images/NationIcons).
You'll need to put your icon in the [NationIcons folder](/android/Images/NationIcons).
Same as with the nation name and leader name, the unique ability should also be put in the Nations translation file for bonus points =)
@ -32,22 +32,22 @@ But apart from the flavor, they are boring gameplay-wise, so now we need to add
## Adding unique units
Units in general are added in the [Units.json](android/assets/jsons/Units.json) file, with an icon in the
[UnitIcons](android/Images/UnitIcons) folder.
Units in general are added in the [Units.json](/android/assets/jsons/Units.json) file, with an icon in the
[UnitIcons](/android/Images/UnitIcons) folder.
The icon must be 200x200 pixels, white on transparent background.
Remember that these are unique units, so search for an existing unique unit to see how they replace their regular counterparts!
Again, [translation file](android/assets/jsons/Translations/Units%2CPromotions.json) for bonus points!
Again, [translation file](/android/assets/jsons/Translations/Units%2CPromotions.json) for bonus points!
## Adding unique buildings
Same as the units - info is in the [Buildings.json](android/assets/jsons/Buildings.json) file
and icons in the [BuildingIcons](android/Images/BuildingIcons) folder,
Same as the units - info is in the [Buildings.json](/android/assets/jsons/Buildings.json) file
and icons in the [BuildingIcons](/android/Images/BuildingIcons) folder,
same rules for the icons apply.
Again, [translation file](android/assets/jsons/Translations/Buildings.json) for bonus points!
Again, [translation file](/android/assets/jsons/Translations/Buildings.json) for bonus points!
## Civ Unique