mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-31 23:29:53 +07:00
Certain projects cannot be hurried by great engineer (#7076)
This commit is contained in:

committed by
GitHub

parent
207cba0844
commit
b79246ee02
@ -291,7 +291,7 @@
|
||||
"requiredBuilding": "Monument",
|
||||
"requiredTech": "Philosophy"
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
"name": "National College",
|
||||
"cost": 125,
|
||||
@ -895,7 +895,7 @@
|
||||
"name": "Manhattan Project",
|
||||
"cost": 750,
|
||||
"isNationalWonder": true,
|
||||
"uniques": ["Enables nuclear weapon", "Triggers a global alert upon completion"],
|
||||
"uniques": ["Enables nuclear weapon", "Triggers a global alert upon completion", "Cannot be hurried"],
|
||||
"requiredTech": "Atomic Theory"
|
||||
},
|
||||
{
|
||||
@ -931,8 +931,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"],
|
||||
"uniques": ["Enables construction of Spaceship parts", "Triggers a global alert upon completion",
|
||||
"Hidden when [Scientific] Victory is disabled", "Cannot be hurried"],
|
||||
"requiredTech": "Rocketry"
|
||||
},
|
||||
|
||||
@ -966,7 +966,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"]
|
||||
"Triggers a Cultural Victory upon completion", "Hidden when [Cultural] Victory is disabled", "Cannot be hurried"]
|
||||
}
|
||||
|
||||
|
||||
]
|
||||
|
Reference in New Issue
Block a user