mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-22 10:54:19 -04:00
Update UniqueType.kt
This commit is contained in:
parent
17c59c02ed
commit
b1fb6bbe55
@ -433,6 +433,10 @@ enum class UniqueType(
|
||||
WithdrawsBeforeMeleeCombat("Withdraws before melee combat", UniqueTarget.Unit),
|
||||
CannotCaptureCities("Unable to capture cities", UniqueTarget.Unit, UniqueTarget.Global),
|
||||
CannotPillage("Unable to pillage tiles", UniqueTarget.Unit, UniqueTarget.Global),
|
||||
|
||||
// allow any unit to destory cities instead of capturing them, also allows non melee units to destroy cities
|
||||
CanDestroyCities("Can destroy [cityFilter] cities", UniqueTarget.Unit, UniqueTarget.Global,
|
||||
docDescription = "The unit will destroy cityFilter cities instead of capturing them, also allows non-melee units to destroy cities." + "Capital cities (including city states) are immune to this effect."),
|
||||
|
||||
// Movement
|
||||
NoMovementToPillage("No movement cost to pillage", UniqueTarget.Unit, UniqueTarget.Global),
|
||||
|
Loading…
x
Reference in New Issue
Block a user