Skip to content

Commit

Permalink
Fix holy warriors, swiss guard, and promotions
Browse files Browse the repository at this point in the history
  • Loading branch information
SeventhM committed Jul 1, 2023
1 parent ef89551 commit ad2b932
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion jsons/Beliefs.json
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@
{
"name": "Holy Warriors",
"type": "Follower",
"uniques": ["May buy [{Military} {Land}] units with [Faith] [in cities following this religion]"]
"uniques": ["May buy [{Military} {Land}] units with [Faith] for [2] times their normal Production cost <in this city>"]
},
{
"name": "Liturgical Drama",
Expand Down
6 changes: 3 additions & 3 deletions jsons/UnitPromotions.json
Original file line number Diff line number Diff line change
Expand Up @@ -649,19 +649,19 @@
{
"name": "Ambition",
"uniques": ["[+50]% Strength <when attacking>"],
"prerequisites": ["Mystic Blade", "Ambition", "Invulnerability", "Restlessness"],
"prerequisites": ["Mystic Blade"],
"unitTypes": ["Sword","Gunpowder"]
},
{
"name": "Invulnerability",
"uniques": ["All healing effects doubled"],
"prerequisites": ["Mystic Blade", "Ambition", "Invulnerability", "Restlessness"],
"prerequisites": ["Mystic Blade"],
"unitTypes": ["Sword","Gunpowder"]
},
{
"name": "Restlessness",
"uniques": ["[1] additional attacks per turn"],
"prerequisites": ["Mystic Blade", "Ambition", "Invulnerability", "Restlessness"],
"prerequisites": ["Mystic Blade"],
"unitTypes": ["Sword","Gunpowder"]
},
{
Expand Down
2 changes: 1 addition & 1 deletion jsons/Units.json
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,7 @@
"unitType": "Sword",
"movement": 3,
"strength": 25,
"cost": 118,
"cost": 65,
"requiredTech": "Civil Service",
"promotions": ["Medic","Medic II"],
"uniques": ["[+50]% Strength <vs [Mounted] units>","Unbuildable","Can be purchased with [Gold] [in all cities]","Earn [100]% of killed [Military] unit's [Strength] as [Faith]","Earn [100]% of killed [Military] unit's [Strength] as [Gold]"],
Expand Down

0 comments on commit ad2b932

Please sign in to comment.