mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-29 15:01:09 -04:00
Added Combined Arms tech with Tank, Anti-Tank Gun units and Pentagon wonder
Tech tree rearrangement - now much closer to original G&K tree
This commit is contained in:
parent
f80077a412
commit
7497ffd3b6
BIN
android/Images/TechIcons/Atomic Theory.png
Normal file
BIN
android/Images/TechIcons/Atomic Theory.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.0 KiB |
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Before Width: | Height: | Size: 861 KiB After Width: | Height: | Size: 864 KiB |
@ -623,15 +623,15 @@
|
|||||||
providesFreeBuilding:"Broadcast Tower"
|
providesFreeBuilding:"Broadcast Tower"
|
||||||
uniques:["+1 population in each city","+1 happiness in each city"]
|
uniques:["+1 population in each city","+1 happiness in each city"]
|
||||||
requiredTech:"Telecommunications" // todo doesn't exist yet!
|
requiredTech:"Telecommunications" // todo doesn't exist yet!
|
||||||
},
|
},*/
|
||||||
{
|
{
|
||||||
name:"Pentagon",
|
name:"Pentagon",
|
||||||
isWonder:true,
|
isWonder:true,
|
||||||
culture:1,
|
culture:1,
|
||||||
greatPersonPoints:{production:2}
|
greatPersonPoints:{production:2}
|
||||||
uniques:["Gold cost of upgrading military units reduced by 33%"]
|
uniques:["Gold cost of upgrading military units reduced by 33%"]
|
||||||
requiredTech:"Combined Arms" // todo doesn't exist yet!
|
requiredTech:"Combined Arms"
|
||||||
},*/
|
},
|
||||||
{
|
{
|
||||||
name:"Spaceship Factory",
|
name:"Spaceship Factory",
|
||||||
production:3,
|
production:3,
|
||||||
|
@ -424,12 +424,22 @@
|
|||||||
row:2,
|
row:2,
|
||||||
prerequisites:["Plastics","Refrigeration"]
|
prerequisites:["Plastics","Refrigeration"]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name:"Atomic Theory",
|
||||||
|
row:3,
|
||||||
|
prerequisites:["Plastics","Electronics"]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name:"Computers",
|
name:"Computers",
|
||||||
row:5,
|
row:5,
|
||||||
prerequisites:["Electronics"],
|
prerequisites:["Electronics"],
|
||||||
uniques:["+10% science and production in all cities"]
|
uniques:["+10% science and production in all cities"]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name:"Combined Arms",
|
||||||
|
row:7,
|
||||||
|
prerequisites:["Ballistics","Combustion"]
|
||||||
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -442,7 +452,12 @@
|
|||||||
{
|
{
|
||||||
name:"Ecology",
|
name:"Ecology",
|
||||||
row:2,
|
row:2,
|
||||||
prerequisites:["Pharmaceuticals"]
|
prerequisites:["Atomic Theory","Pharmaceuticals"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name:"Nuclear Fission",
|
||||||
|
row:3,
|
||||||
|
prerequisites:["Atomic Theory"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name:"Robotics",
|
name:"Robotics",
|
||||||
@ -452,12 +467,7 @@
|
|||||||
{
|
{
|
||||||
name:"Rocketry",
|
name:"Rocketry",
|
||||||
row:6,
|
row:6,
|
||||||
prerequisites:["Ballistics","Computers"]
|
prerequisites:["Combined Arms","Computers"]
|
||||||
},
|
|
||||||
{
|
|
||||||
name:"Nuclear Fission",
|
|
||||||
row:7,
|
|
||||||
prerequisites:["Combustion"]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -474,14 +484,14 @@
|
|||||||
prerequisites:["Robotics","Ecology"]
|
prerequisites:["Robotics","Ecology"]
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name:"Satellites",
|
name:"Particle Physics",
|
||||||
row:5,
|
row:4,
|
||||||
prerequisites:["Rocketry","Computers","Ecology"]
|
prerequisites:["Nuclear Fission"]
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name:"Particle Physics",
|
name:"Satellites",
|
||||||
row:6,
|
row:5,
|
||||||
prerequisites:["Ecology","Computers","Nuclear Fission"]
|
prerequisites:["Rocketry","Robotics"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -494,7 +504,7 @@
|
|||||||
techs:[
|
techs:[
|
||||||
{
|
{
|
||||||
name:"Future Tech",
|
name:"Future Tech",
|
||||||
row:5,
|
row:4,
|
||||||
prerequisites:["Nanotechnology","Particle Physics","Satellites"],
|
prerequisites:["Nanotechnology","Particle Physics","Satellites"],
|
||||||
uniques:["Who knows what the future holds?"]
|
uniques:["Who knows what the future holds?"]
|
||||||
}
|
}
|
||||||
|
@ -115,7 +115,7 @@
|
|||||||
{
|
{
|
||||||
name:"Uranium",
|
name:"Uranium",
|
||||||
resourceType:"Strategic",
|
resourceType:"Strategic",
|
||||||
revealedBy:"Nuclear Fission",
|
revealedBy:"Atomic Theory",
|
||||||
terrainsCanBeFoundOn:["Plains","Desert","Tundra","Hill","Snow","Forest","Desert","Marsh","Grassland"],
|
terrainsCanBeFoundOn:["Plains","Desert","Tundra","Hill","Snow","Forest","Desert","Marsh","Grassland"],
|
||||||
production:1,
|
production:1,
|
||||||
improvement:"Mine",
|
improvement:"Mine",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user