mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-08 23:08:35 +07:00
4.11.0
This commit is contained in:
@ -1092,7 +1092,7 @@ Simple unique parameters are explained by mouseover. Complex parameters are expl
|
||||
Applicable to: Building, Unit
|
||||
|
||||
??? example "Can only be built"
|
||||
Meant to be used together with conditionals, like "Can only be built <after adopting [policy]> <while the empire is happy>". Only allows Building when ALL conditionals are met. Will also NOT block Upgrade and Transform actions. See also OnlyAvailable
|
||||
Meant to be used together with conditionals, like "Can only be built <after adopting [policy]> <while the empire is happy>". Only allows Building when ALL conditionals are met. Will also NOT block Upgrade and Transform actions. See also OnlyAvailable.
|
||||
Applicable to: Building, Unit
|
||||
|
||||
??? example "Must have an owned [tileFilter] within [amount] tiles"
|
||||
@ -2398,6 +2398,12 @@ Simple unique parameters are explained by mouseover. Complex parameters are expl
|
||||
|
||||
Applicable to: UnitActionModifier
|
||||
|
||||
??? example "<costs [amount] [stockpiledResource]>"
|
||||
A positive Integer value will be subtracted from your stock.
|
||||
Example: "<costs [3] [StockpiledResource]>"
|
||||
|
||||
Applicable to: UnitActionModifier
|
||||
|
||||
??? example "<once>"
|
||||
Applicable to: UnitActionModifier
|
||||
|
||||
|
Reference in New Issue
Block a user