mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-08 23:08:35 +07:00
Fix Spaceship production boni (and key binding) (#6247)
* Fix spaceship part boni * Key binding for 'Add part to spaceship'
This commit is contained in:
@ -465,9 +465,7 @@
|
||||
"hurryCostModifier": 25,
|
||||
"requiredNearbyImprovedResources": ["Iron"],
|
||||
"requiredTech": "Metal Casting",
|
||||
// If spaceship parts are changed into units, the spaceship part unique should be changed to
|
||||
// "[+15]% Production when constructing [Spaceship part] units [in this city]"
|
||||
"uniques": ["[+15]% Production when constructing [Spaceship part] buildings [in this city]",
|
||||
"uniques": ["[+15]% Production when constructing [Spaceship part] units [in this city]",
|
||||
"[+15]% Production when constructing [Land] units [in this city]",
|
||||
"[+1 Production] from [Iron] tiles [in this city]"]
|
||||
},
|
||||
@ -947,9 +945,7 @@
|
||||
"requiredResource": "Aluminum",
|
||||
"cost": 360,
|
||||
"requiredBuilding": "Factory",
|
||||
// If spaceship parts are changed into units, this unique should be changed to
|
||||
// "[+50]% Production when constructing [Spaceship part] units [in this city]"
|
||||
"uniques": ["[+50]% Production when constructing [Spaceship part] buildings [in this city]"],
|
||||
"uniques": ["[+50]% Production when constructing [Spaceship part] units [in this city]"],
|
||||
"requiredTech": "Robotics"
|
||||
},
|
||||
// Column 16
|
||||
|
Reference in New Issue
Block a user