mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-27 13:55:54 -04:00
Reduce Mod checker messages for a set of deprecated UniqueTypes (#5370)
This commit is contained in:
parent
9016385f30
commit
057f9b3f7b
@ -90,15 +90,15 @@ enum class UniqueType(val text:String, vararg targets: UniqueTarget) {
|
|||||||
Strength("[amount]% Strength", UniqueTarget.Unit, UniqueTarget.Global),
|
Strength("[amount]% Strength", UniqueTarget.Unit, UniqueTarget.Global),
|
||||||
|
|
||||||
@Deprecated("As of 3.17.3", ReplaceWith("[amount]% Strength"), DeprecationLevel.WARNING)
|
@Deprecated("As of 3.17.3", ReplaceWith("[amount]% Strength"), DeprecationLevel.WARNING)
|
||||||
StrengthPlus("+[amount]% Strength"),
|
StrengthPlus("+[amount]% Strength", UniqueTarget.Unit),
|
||||||
@Deprecated("As of 3.17.3", ReplaceWith("[amount]% Strength"), DeprecationLevel.WARNING)
|
@Deprecated("As of 3.17.3", ReplaceWith("[amount]% Strength"), DeprecationLevel.WARNING)
|
||||||
StrengthMin("-[amount]% Strength"),
|
StrengthMin("-[amount]% Strength", UniqueTarget.Unit),
|
||||||
@Deprecated("As of 3.17.3", ReplaceWith("[amount]% Strength <vs [unitFilter] units> OR [amount]% Strength <vs cities>"), DeprecationLevel.WARNING)
|
@Deprecated("As of 3.17.3", ReplaceWith("[amount]% Strength <vs [unitFilter] units> OR [amount]% Strength <vs cities>"), DeprecationLevel.WARNING)
|
||||||
StrengthPlusVs("+[amount]% Strength vs [combatantFilter]"),
|
StrengthPlusVs("+[amount]% Strength vs [combatantFilter]", UniqueTarget.Unit),
|
||||||
@Deprecated("As of 3.17.3", ReplaceWith("[amount]% Strength <vs [unitFilter] units> OR [amount]% Strength <vs cities>"), DeprecationLevel.WARNING)
|
@Deprecated("As of 3.17.3", ReplaceWith("[amount]% Strength <vs [unitFilter] units> OR [amount]% Strength <vs cities>"), DeprecationLevel.WARNING)
|
||||||
StrengthMinVs("-[amount]% Strength vs [combatantFilter]"),
|
StrengthMinVs("-[amount]% Strength vs [combatantFilter]", UniqueTarget.Unit),
|
||||||
@Deprecated("As of 3.17.3", ReplaceWith("[amount]% Strength"), DeprecationLevel.WARNING)
|
@Deprecated("As of 3.17.3", ReplaceWith("[amount]% Strength"), DeprecationLevel.WARNING)
|
||||||
CombatBonus("+[amount]% Combat Strength"),
|
CombatBonus("+[amount]% Combat Strength", UniqueTarget.Unit),
|
||||||
|
|
||||||
|
|
||||||
// TODO: Unify these (I'm in favor of "gain a free" above "provides" because it fits more cases)
|
// TODO: Unify these (I'm in favor of "gain a free" above "provides" because it fits more cases)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user