Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion jsons/Nations.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"uniques": [
"[+2 Happiness, +3 Culture, +1 Production] [in annexed cities]",
"[+2 Happiness, +3 Culture, +1 Production] [in puppeted cities]",
"[+15]% Strength <for [Land] units> <vs cities>"
"[Great General] units gain the [Akkadian General] promotion"
],
"cities": [
"Akkad","Kish","Sippar","Nuzi","Marad","Azupiranu","Eshnunna","Tell Brak","Tell Leilan","Umma",
Expand Down
24 changes: 24 additions & 0 deletions jsons/UnitPromotions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1402,5 +1402,29 @@
],
"prerequisites": ["Pünktlichkeit"],
"unitTypes": ["Sword","Mounted","Scout","Siege","Archery","Mounted Ranged","Armored","Gunpowder","Paratrooping","Ranged Gunpowder"]
},

// Siege Tower: Sapper
{
"name": "Sapper",
"uniques": [
"[+50]% Strength bonus for [{Land}] units within [2] tiles <when attacking> <vs cities>",
"[This Unit] loses the [Sapper] promotion <upon turn end> <in tiles not adjacent to [City center] tiles>",
"[This Unit] loses the [Sapper] promotion <upon turn end> <for [Trebuchet] units> <hidden from users>"
],
"civilopediaText": [
{
"text": "Siege Tower",
"link": "Unit/Siege Tower"
}
]
}

{
"name": "Akkadian General",
"uniques": [
"[+30]% Strength bonus for [{Military} {Land}] units within [2] tiles <vs cities>"
]
}

]
6 changes: 4 additions & 2 deletions jsons/Units.json
Original file line number Diff line number Diff line change
Expand Up @@ -742,9 +742,10 @@
"upgradesTo": "Trebuchet",
"promotions": ["Cover I", "Extra Sight"],
"uniques": [
"[+200]% Strength <vs cities> <when attacking>",
"[+150]% Strength <vs cities> <when attacking>",
"No defensive terrain bonus",
"Can only attack [City] units"
"Can only attack [City] units",
"[This Unit] gains the [Sapper] promotion <upon entering a [all] tile> <in tiles adjacent to [City center] tiles>"
],
"hurryCostModifier": 20,
"attackSound": "metalhit"
Expand Down Expand Up @@ -3243,6 +3244,7 @@
],
"movement": 7
},

{
"name": "Great Admiral",
"unitType": "Civilian Water",
Expand Down