mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-30 14:48:56 +07:00
Replace unit action for timed golden ages with a generic triggered unique
Triggered uniques display side effects
This commit is contained in:
@ -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"],
|
||||
|
@ -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"],
|
||||
|
Reference in New Issue
Block a user