mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-22 10:54:19 -04:00
doc: all for-every uniques are positive only
This commit is contained in:
parent
910e42d182
commit
31e0187d51
@ -953,8 +953,10 @@ enum class UniqueType(
|
||||
|
||||
ForEveryCountable("for every [countable]", UniqueTarget.MetaModifier,
|
||||
docDescription = "Works for positive numbers only"),
|
||||
ForEveryAdjacentTile("for every adjacent [tileFilter]", UniqueTarget.MetaModifier),
|
||||
ForEveryAmountCountable("for every [positiveAmount] [countable]", UniqueTarget.MetaModifier),
|
||||
ForEveryAdjacentTile("for every adjacent [tileFilter]", UniqueTarget.MetaModifier,
|
||||
docDescription = "Works for positive numbers only"),
|
||||
ForEveryAmountCountable("for every [positiveAmount] [countable]", UniqueTarget.MetaModifier,
|
||||
docDescription = "Works for positive numbers only"),
|
||||
|
||||
ModifiedByGameSpeed("(modified by game speed)", UniqueTarget.MetaModifier,
|
||||
docDescription = "Can only be applied to certain uniques, see details of each unique for specifics"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user