fix: fix a typo in Civilization-related-JSON-files.md (#9225)

This commit is contained in:
caffidev 2023-04-20 02:35:41 +10:00 committed by GitHub
parent 8f7db469b9
commit 4dc6d50cde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -147,7 +147,7 @@ This file contains the Quests that may be given to major Civilizations by City S
| name | String | Required | Unique identifier name of the quest, it is also shown |
| description | String | Required | Description of the quest shown to players |
| type | Enum | Default Individual | Individual or Global |
| influece | Float | Default 40 | Influence reward gained on quest completion |
| influence | Float | Default 40 | Influence reward gained on quest completion |
| duration | Integer | Default 0 | Maximum number of turns to complete the quest, 0 if there's no turn limit |
| minimumCivs | Integer | Default 1 | Minimum number of Civs needed to start the quest. It is meaningful only for type = Global |
@ -193,7 +193,7 @@ This file contains all the technologies. It is organized into an outer list of '
| techCost | Integer | Required | Default cost of the techs in this column. |
| buildingCost | Integer | Required | Default cost of buildings requiring this tech. |
| wonderCost | Integer | Required | Default cost of wonders requiring this tech. |
| techs | List of Techs | Required | List of techs as follows - pay attention to the nesting of {} and []. |
| techs | List | Required | List of techs as follows - pay attention to the nesting of {} and []. |
#### Tech structure