mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-09 07:18:57 +07:00
Modding: Replaced "Hidden when [victoryType] Victory is disabled" with "Only available <when [victoryType] Victory is enabled>"
This commit is contained in:
@ -1110,8 +1110,8 @@
|
||||
"name": "Apollo Program",
|
||||
"cost": 750,
|
||||
"isNationalWonder": true,
|
||||
"uniques": ["Enables construction of Spaceship parts", "Triggers a global alert upon completion",
|
||||
"Hidden when [Scientific] Victory is disabled", "Cannot be hurried"],
|
||||
"uniques": ["Enables construction of Spaceship parts", "Triggers a global alert upon completion",
|
||||
"Only available <when [Scientific] Victory is enabled>", "Cannot be hurried"],
|
||||
"requiredTech": "Rocketry"
|
||||
},
|
||||
{
|
||||
@ -1167,7 +1167,7 @@
|
||||
"culture": 1,
|
||||
"greatPersonPoints": {"Great Merchant": 2},
|
||||
"requiredTech": "Globalization",
|
||||
"uniques": ["Triggers voting for the Diplomatic Victory", "Hidden when [Diplomatic] Victory is disabled", "Triggers a global alert upon completion"],
|
||||
"uniques": ["Triggers voting for the Diplomatic Victory", "Only available <when [Diplomatic] Victory is enabled>", "Triggers a global alert upon completion"],
|
||||
"quote": "'More than ever before in human history, we share a common destiny. We can master it only if we face it together. And that is why we have the United Nations.' - Kofi Annan"
|
||||
},
|
||||
|
||||
@ -1178,7 +1178,7 @@
|
||||
"cost": 1500,
|
||||
"isNationalWonder": true,
|
||||
"uniques": ["Hidden until [5] social policy branches have been completed", "Triggers a global alert upon build start",
|
||||
"Triggers a Cultural Victory upon completion", "Hidden when [Cultural] Victory is disabled", "Cannot be hurried"]
|
||||
"Triggers a Cultural Victory upon completion", "Only available <when [Cultural] Victory is enabled>", "Cannot be hurried"]
|
||||
},
|
||||
|
||||
// Religious buildings
|
||||
|
@ -933,7 +933,7 @@
|
||||
"cost": 750,
|
||||
"isNationalWonder": true,
|
||||
"uniques": ["Enables construction of Spaceship parts", "Triggers a global alert upon completion",
|
||||
"Hidden when [Scientific] Victory is disabled", "Cannot be hurried"],
|
||||
"Only available <when [Scientific] Victory is enabled>", "Cannot be hurried"],
|
||||
"requiredTech": "Rocketry"
|
||||
},
|
||||
|
||||
@ -956,7 +956,7 @@
|
||||
"culture": 1,
|
||||
"greatPersonPoints": {"Great Merchant": 2},
|
||||
"requiredTech": "Globalization",
|
||||
"uniques": ["Triggers voting for the Diplomatic Victory", "Hidden when [Diplomatic] Victory is disabled", "Triggers a global alert upon completion"],
|
||||
"uniques": ["Triggers voting for the Diplomatic Victory", "Only available <when [Diplomatic] Victory is enabled>", "Triggers a global alert upon completion"],
|
||||
"quote": "'More than ever before in human history, we share a common destiny. We can master it only if we face it together. And that is why we have the United Nations.' - Kofi Annan"
|
||||
},
|
||||
|
||||
@ -967,7 +967,7 @@
|
||||
"cost": 1500,
|
||||
"isNationalWonder": true,
|
||||
"uniques": ["Hidden until [5] social policy branches have been completed", "Triggers a global alert upon build start",
|
||||
"Triggers a Cultural Victory upon completion", "Hidden when [Cultural] Victory is disabled", "Cannot be hurried"]
|
||||
"Triggers a Cultural Victory upon completion", "Only available <when [Cultural] Victory is enabled>", "Cannot be hurried"]
|
||||
}
|
||||
|
||||
]
|
||||
|
Reference in New Issue
Block a user