mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-04 07:17:50 +07:00
docs: linting - List for victory illustrations to be shown as list
This commit is contained in:
@ -77,6 +77,7 @@ Civilopedia falls back to the icon for the Belief type - as you can see in the b
|
||||
You can enable pictures for each of the Victories, illustrating their progress. That could be a Spaceship under construction, showing the parts you've added, or cultural progress as you complete Policy branches. They will be shown on a new tab of the Victory Screen.
|
||||
|
||||
For this, you need to create a number of images. In the following, `<>` denote names as they appear in [VictoryTypes.json](../Other/Miscellaneous-JSON-files.md#victorytypes-json), untranslated, and these file names (like any other in Unciv) are case-sensitive. All files are optional, except Background as noted:
|
||||
|
||||
* `VictoryIllustrations/<name>/Background.png` - this determines overall dimensions, the others must not exceed its size and should ideally have identical size. Mandatory, if this file is missing, no illustrations will be shown for this Victory Type.
|
||||
* `VictoryIllustrations/<name>/Won.png` - shown if _you_ (the viewing player) won this Victory.
|
||||
* `VictoryIllustrations/<name>/Lost.png` - shown if a competitor won this Victory - or you have completed this Victory, but have won a different one before.
|
||||
|
Reference in New Issue
Block a user