mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-16 10:49:17 +07:00
Resolved #952 - fixed building requirements for Neuschwanstein, Stone Works, Windmill and Spaceship Factory
This commit is contained in:
@ -33,6 +33,7 @@
|
||||
resourceBonusStats:{production:1},
|
||||
maintenance:1,
|
||||
hurryCostModifier:25,
|
||||
uniques:["Must not be on plains"]
|
||||
requiredTech:"Calendar"
|
||||
},
|
||||
{
|
||||
@ -600,6 +601,7 @@
|
||||
hurryCostModifier:25,
|
||||
maintenance:2,
|
||||
percentStatBonus:{production:10},
|
||||
uniques:["Must not be on hill"],
|
||||
requiredTech:"Economics"
|
||||
},
|
||||
|
||||
@ -721,7 +723,8 @@
|
||||
culture:4,
|
||||
gold:6,
|
||||
isWonder:true,
|
||||
uniques:["+1 happiness, +2 culture and +3 gold from every Castle"],
|
||||
uniques:["+1 happiness, +2 culture and +3 gold from every Castle",
|
||||
"Must be next to mountain"],
|
||||
requiredTech:"Railroad"
|
||||
},
|
||||
|
||||
@ -785,6 +788,7 @@
|
||||
requiredResource:"Aluminum",
|
||||
cost:360,
|
||||
uniques:["Increases production of spaceship parts by 50%"]
|
||||
requiredBuilding:"Factory",
|
||||
requiredTech:"Robotics"
|
||||
},
|
||||
{
|
||||
|
@ -53,6 +53,9 @@
|
||||
Portuguese:"Obras de pedras"
|
||||
German:"Mauerwerk"
|
||||
}
|
||||
|
||||
"Must not be on plains":{
|
||||
}
|
||||
|
||||
"Stonehenge":{
|
||||
Italian:"Stonehenge"
|
||||
@ -971,6 +974,9 @@
|
||||
Portuguese:"Moinho de vento"
|
||||
German:"Windmühle"
|
||||
}
|
||||
|
||||
"Must not be on hill":{
|
||||
}
|
||||
|
||||
"Museum":{
|
||||
Italian:"Museo"
|
||||
|
Reference in New Issue
Block a user