mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-15 18:28:42 +07:00
Add unique to allow for generalized great generals (#10828)
* Add unique to allow for generalized great generals * Don't add compatibility for rulesets with conditional generals * Add to rulesets * add in pre Kotlin 9 parenthesis * whoops missed a parenthesis * I guess pre Kotlin 9 parenthesis was unnecessary, whoops * Add back old variables to clone function * Move the list of all potential generals to Ruleset * Move list of unit construction rejections to IConstruction * flip !any{} to none{} * Fix imports * Typo
This commit is contained in:
@ -1653,6 +1653,7 @@
|
||||
"Empire enters a [8]-turn Golden Age <by consuming this unit>",
|
||||
"[+15]% Strength bonus for [Military] units within [2] tiles",
|
||||
"Can instantly construct a [Citadel] improvement <by consuming this unit>",
|
||||
"Can be earned through combat",
|
||||
"Great Person - [War]", "Unbuildable", "Uncapturable"],
|
||||
"movement": 2
|
||||
},
|
||||
@ -1666,6 +1667,7 @@
|
||||
"[+15]% Strength bonus for [Military] units within [2] tiles",
|
||||
"All adjacent units heal [+15] HP when healing", "[+15] HP when healing",
|
||||
"Can instantly construct a [Citadel] improvement <by consuming this unit>",
|
||||
"Can be earned through combat",
|
||||
"Great Person - [War]", "Unbuildable", "Uncapturable"],
|
||||
"movement": 5
|
||||
},
|
||||
|
@ -1296,6 +1296,7 @@
|
||||
"Empire enters a [8]-turn Golden Age <by consuming this unit>",
|
||||
"[+15]% Strength bonus for [Military] units within [2] tiles",
|
||||
"Can instantly construct a [Citadel] improvement <by consuming this unit>",
|
||||
"Can be earned through combat",
|
||||
"Great Person - [War]", "Unbuildable", "Uncapturable"],
|
||||
"movement": 2
|
||||
},
|
||||
@ -1309,6 +1310,7 @@
|
||||
"[+15]% Strength bonus for [Military] units within [2] tiles",
|
||||
"All adjacent units heal [+15] HP when healing", "[+15] HP when healing",
|
||||
"Can instantly construct a [Citadel] improvement <by consuming this unit>",
|
||||
"Can be earned through combat",
|
||||
"Great Person - [War]", "Unbuildable", "Uncapturable"],
|
||||
"movement": 5
|
||||
},
|
||||
|
Reference in New Issue
Block a user