Skip to content

Commit

Permalink
Update tile resources
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLoach committed Oct 16, 2024
1 parent d156185 commit 46c23f5
Show file tree
Hide file tree
Showing 3 changed files with 170 additions and 121 deletions.
5 changes: 4 additions & 1 deletion jsons/Terrains.json
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,9 @@
"type": "TerrainFeature",
"gold": 1,
"movementCost": 0, // So Civilopedia won't display a cost of 1
"uniques": ["Doesn't generate naturally", "Excluded from map editor"]
"uniques": [
"Doesn't generate naturally",
"Excluded from map editor"
]
}
]
7 changes: 6 additions & 1 deletion jsons/TileImprovements.json
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,12 @@
{
"name": "Ancient ruins", // Tribal Village in Civ4
"terrainsCanBeBuiltOn": ["Land"],
"uniques": ["Unpillagable", "Provides a random bonus when entered", "Unbuildable"]
"uniques": [
"Comment [Tribal Village]",
"Unpillagable",
"Provides a random bonus when entered",
"Unbuildable"
]
},

{
Expand Down
Loading

0 comments on commit 46c23f5

Please sign in to comment.