Added a hidden option for enabling espionage (#7615)

This commit is contained in:
Xander Lenstra
2022-08-06 21:05:44 +02:00
committed by GitHub
parent baeae5c8ae
commit 44fdf53b05
5 changed files with 30 additions and 10 deletions

View File

@ -744,11 +744,6 @@ Simple unique parameters are explained by mouseover. Complex parameters are expl
Applicable to: Global, Unit
??? example "[greatPerson] is earned [relativeAmount]% faster"
Example: "[Great General] is earned [+20]% faster"
Applicable to: Global, Unit
??? example "Earn [amount]% of the damage done to [combatantFilter] units as [civWideStat]"
Example: "Earn [3]% of the damage done to [City] units as [Gold]"
@ -774,6 +769,11 @@ Simple unique parameters are explained by mouseover. Complex parameters are expl
Applicable to: Global, Unit
??? example "[greatPerson] is earned [relativeAmount]% faster"
Example: "[Great General] is earned [+20]% faster"
Applicable to: Global, Unit
??? example "[amount] Movement point cost to disembark"
Example: "[3] Movement point cost to disembark"
@ -1173,6 +1173,9 @@ Simple unique parameters are explained by mouseover. Complex parameters are expl
Applicable to: Unit
??? example "Destroys tile improvements when attacking"
Applicable to: Unit
??? example "Double movement in [terrainFilter]"
Example: "Double movement in [Fresh Water]"
@ -1663,11 +1666,6 @@ Simple unique parameters are explained by mouseover. Complex parameters are expl
??? example "<during a Golden Age>"
Applicable to: Conditional
??? example "<with [resource]>"
Example: "<with [Iron]>"
Applicable to: Conditional
??? example "<while the empire is happy>"
Applicable to: Conditional
@ -1729,6 +1727,16 @@ Simple unique parameters are explained by mouseover. Complex parameters are expl
Applicable to: Conditional
??? example "<with [resource]>"
Example: "<with [Iron]>"
Applicable to: Conditional
??? example "<without [resource]>"
Example: "<without [Iron]>"
Applicable to: Conditional
??? example "<in cities with a [buildingFilter]>"
Example: "<in cities with a [Culture]>"