mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-09 23:39:40 +07:00
Added uniques and deprecations for "Requires" and "Unlocked by" uniques - #6165
This commit is contained in:
@ -1111,7 +1111,7 @@
|
||||
"requiredTech": "Nuclear Fission",
|
||||
"requiredResource": "Uranium",
|
||||
"promotions" : ["Evasion"],
|
||||
"uniques": ["Nuclear weapon of Strength [1]", "Requires [Manhattan Project]", "Self-destructs when attacking",
|
||||
"uniques": ["Nuclear weapon of Strength [1]", "Only available <if [Manhattan Project] is constructed>", "Self-destructs when attacking",
|
||||
"Blast radius [2]"],
|
||||
"attackSound": "nuke"
|
||||
// Plane rather than a missile - can be based in city or Carrier only.
|
||||
@ -1165,7 +1165,7 @@
|
||||
"range": 12,
|
||||
"cost": 1000,
|
||||
"requiredTech": "Advanced Ballistics",
|
||||
"uniques": ["Nuclear weapon of Strength [2]", "Requires [Manhattan Project]",
|
||||
"uniques": ["Nuclear weapon of Strength [2]", "Only available <if [Manhattan Project] is constructed>",
|
||||
"Blast radius [2]", "Consumes [2] [Uranium]"],
|
||||
"attackSound": "nuke"
|
||||
},
|
||||
@ -1360,7 +1360,7 @@
|
||||
"cost": 500,
|
||||
"requiredTech": "Robotics",
|
||||
"requiredResource": "Aluminum",
|
||||
"uniques": ["Spaceship part", "Cannot be purchased", "Requires [Apollo Program]", "Uncapturable", "Can be added to [The Spaceship] in the Capital"]
|
||||
"uniques": ["Spaceship part", "Cannot be purchased", "Only available <if [Apollo Program] is constructed>", "Uncapturable", "Can be added to [The Spaceship] in the Capital"]
|
||||
// costs 1500 in BNW
|
||||
},
|
||||
{
|
||||
@ -1370,7 +1370,7 @@
|
||||
"cost": 750,
|
||||
"requiredTech": "Satellites",
|
||||
"requiredResource": "Aluminum",
|
||||
"uniques": ["Spaceship part", "Cannot be purchased", "Requires [Apollo Program]", "Uncapturable", "Can be added to [The Spaceship] in the Capital"]
|
||||
"uniques": ["Spaceship part", "Cannot be purchased", "Only available <if [Apollo Program] is constructed>", "Uncapturable", "Can be added to [The Spaceship] in the Capital"]
|
||||
// costs 1500 in BNW
|
||||
},
|
||||
{
|
||||
@ -1380,7 +1380,7 @@
|
||||
"cost": 750,
|
||||
"requiredTech": "Particle Physics",
|
||||
"requiredResource": "Aluminum",
|
||||
"uniques": ["Spaceship part", "Cannot be purchased", "Requires [Apollo Program]", "Uncapturable", "Can be added to [The Spaceship] in the Capital"]
|
||||
"uniques": ["Spaceship part", "Cannot be purchased", "Only available <if [Apollo Program] is constructed>", "Uncapturable", "Can be added to [The Spaceship] in the Capital"]
|
||||
// costs 1500 in BNW
|
||||
},
|
||||
{
|
||||
@ -1390,7 +1390,7 @@
|
||||
"cost": 750,
|
||||
"requiredTech": "Nanotechnology",
|
||||
"requiredResource": "Aluminum",
|
||||
"uniques": ["Spaceship part", "Cannot be purchased", "Requires [Apollo Program]", "Uncapturable", "Can be added to [The Spaceship] in the Capital"]
|
||||
"uniques": ["Spaceship part", "Cannot be purchased", "Only available <if [Apollo Program] is constructed>", "Uncapturable", "Can be added to [The Spaceship] in the Capital"]
|
||||
// costs 1500 in BNW
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user