Replace unit action for timed golden ages with a generic triggered unique

Triggered uniques display side effects
This commit is contained in:
Yair Morgenstern
2023-03-03 14:13:00 +02:00
parent a1453a8b37
commit c3a4a18bba
6 changed files with 41 additions and 22 deletions

View File

@ -1599,7 +1599,8 @@
{
"name": "Great Artist",
"unitType": "Civilian",
"uniques": ["Can start an [8]-turn golden age",
"uniques": [
"Empire enters a [8]-turn Golden Age <by consuming this unit>",
"Can instantly construct a [Landmark] improvement <by consuming this unit>",
"Great Person - [Culture]", "Unbuildable", "Uncapturable"],
"movement": 2
@ -1607,7 +1608,8 @@
{
"name": "Great Scientist",
"unitType": "Civilian",
"uniques": ["Can hurry technology research",
"uniques": [
"Can hurry technology research",
"Can instantly construct a [Academy] improvement <by consuming this unit>",
"Great Person - [Science]", "Unbuildable", "Uncapturable"],
"movement": 2
@ -1646,7 +1648,9 @@
{
"name": "Great General",
"unitType": "Civilian",
"uniques": ["Can start an [8]-turn golden age", "[+15]% Strength bonus for [Military] units within [2] tiles",
"uniques": [
"Empire enters a [8]-turn Golden Age <by consuming this unit>",
"[+15]% Strength bonus for [Military] units within [2] tiles",
"Can instantly construct a [Citadel] improvement <by consuming this unit>",
"Great Person - [War]", "Unbuildable", "Uncapturable"],
"movement": 2
@ -1656,7 +1660,9 @@
"unitType": "Civilian",
"uniqueTo": "Mongolia",
"replaces": "Great General",
"uniques": ["Can start an [8]-turn golden age","[+15]% Strength bonus for [Military] units within [2] tiles",
"uniques": [
"Empire enters a [8]-turn Golden Age <by consuming this unit>",
"[+15]% Strength bonus for [Military] units within [2] tiles",
"All adjacent units heal [+15] HP when healing", "[+15] HP when healing",
"Can instantly construct a [Citadel] improvement <by consuming this unit>",
"Great Person - [War]", "Unbuildable", "Uncapturable"],

View File

@ -1258,7 +1258,8 @@
{
"name": "Great Artist",
"unitType": "Civilian",
"uniques": ["Can start an [8]-turn golden age",
"uniques": [
"Empire enters a [8]-turn Golden Age <by consuming this unit>",
"Can instantly construct a [Landmark] improvement <by consuming this unit>",
"Great Person - [Culture]", "Unbuildable", "Uncapturable"],
"movement": 2
@ -1305,7 +1306,9 @@
{
"name": "Great General",
"unitType": "Civilian",
"uniques": ["Can start an [8]-turn golden age", "[+15]% Strength bonus for [Military] units within [2] tiles",
"uniques": [
"Empire enters a [8]-turn Golden Age <by consuming this unit>",
"[+15]% Strength bonus for [Military] units within [2] tiles",
"Can instantly construct a [Citadel] improvement <by consuming this unit>",
"Great Person - [War]", "Unbuildable", "Uncapturable"],
"movement": 2
@ -1315,7 +1318,9 @@
"unitType": "Civilian",
"uniqueTo": "Mongolia",
"replaces": "Great General",
"uniques": ["Can start an [8]-turn golden age", "[+15]% Strength bonus for [Military] units within [2] tiles",
"uniques": [
"Empire enters a [8]-turn Golden Age <by consuming this unit>",
"[+15]% Strength bonus for [Military] units within [2] tiles",
"All adjacent units heal [+15] HP when healing", "[+15] HP when healing",
"Can instantly construct a [Citadel] improvement <by consuming this unit>",
"Great Person - [War]", "Unbuildable", "Uncapturable"],