Add new and deprecated uniques of #4487, #4459

Xander Lenstra 2021-07-13 19:06:21 +02:00
parent c8039a1b7e
commit decf0f1437

@ -348,7 +348,7 @@ These last two uniques may seem like they only have a one-time effect. However,
"Doubles Gold given to enemy if city is captured"
"[amount]% of food is carried over after population increases"
"[amount]% of food is carried over [cityFilter] after population increases"
"All newly-trained [unitFilter] units [cityFilter] receive the [promotionName] promotion"
@ -556,7 +556,9 @@ These last two uniques may seem like they only have a one-time effect. However,
"Invisible to others"
"Can only attack [] units"
"Can only attack [unitFilter] units"
"Can only attack [tileFilter] tiles"
"Not displayed as an available construction without [resourceName/buildingName]"
@ -669,7 +671,7 @@ These uniques have been recently deprecated. While they are still supported, the
"+1 Movement" - Replaced with "[amount] Movement"
"Can only attack water" - Replaced with "Can only attack [unitFilter] units"
"Can only attack water" - Replaced with "Can only attack [unitFilter] units" or "Can only attack [tileFilter] tiles", depending on use
"+25% Defence against ranged attacks" - Replaced with "[amount]% Strength when defending vs [unitFilter]"
@ -687,4 +689,6 @@ These uniques have been recently deprecated. While they are still supported, the
"All newly-trained [unitFilter] units in this city receive the [promotionName] promotion" - Replaced with "All newly-trained [unitFilter] units [cityFilter] receive the [promotionName] promotion"
"New [unitFilter] units start with [amount] Experience in this city" - Replaced with "New [unitFilter] units start with [amount] Experience [cityFilter]"
"New [unitFilter] units start with [amount] Experience in this city" - Replaced with "New [unitFilter] units start with [amount] Experience [cityFilter]"
"[amount]% of food is carried over after population increases" - Replaced with "[amount]% of food is carried over [cityFilter] after population increases"