mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-27 05:46:43 -04:00
Merge pull request #582 from ninjatao/units_upgrade
Modern units upgrade tree.
This commit is contained in:
commit
1c4989c6b5
@ -826,6 +826,8 @@
|
|||||||
rangedStrength:30,
|
rangedStrength:30,
|
||||||
cost: 225,
|
cost: 225,
|
||||||
requiredTech:"Industrialization",
|
requiredTech:"Industrialization",
|
||||||
|
upgradesTo:"Machine Gun",
|
||||||
|
obsoleteTech:"Ballistics",
|
||||||
hurryCostModifier:20,
|
hurryCostModifier:20,
|
||||||
attackSound:"machinegun"
|
attackSound:"machinegun"
|
||||||
},
|
},
|
||||||
@ -914,6 +916,7 @@
|
|||||||
range:3,
|
range:3,
|
||||||
cost: 320,
|
cost: 320,
|
||||||
requiredTech:"Dynamite",
|
requiredTech:"Dynamite",
|
||||||
|
upgradesTo:"Rocket Artillery",
|
||||||
uniques:["Bonus vs City 200%","No defensive terrain bonus",
|
uniques:["Bonus vs City 200%","No defensive terrain bonus",
|
||||||
"Must set up to ranged attack","Limited Visibility","Indirect Fire"],
|
"Must set up to ranged attack","Limited Visibility","Indirect Fire"],
|
||||||
hurryCostModifier:20
|
hurryCostModifier:20
|
||||||
@ -942,6 +945,8 @@
|
|||||||
cost: 350,
|
cost: 350,
|
||||||
requiredTech:"Combustion",
|
requiredTech:"Combustion",
|
||||||
requiredResource:"Oil",
|
requiredResource:"Oil",
|
||||||
|
upgradesTo:"Tank",
|
||||||
|
obsoleteTech:"Combustion",
|
||||||
uniques:["Can move after attacking","No defensive terrain bonus"],
|
uniques:["Can move after attacking","No defensive terrain bonus"],
|
||||||
hurryCostModifier:20
|
hurryCostModifier:20
|
||||||
},
|
},
|
||||||
@ -998,6 +1003,8 @@
|
|||||||
strength:70,
|
strength:70,
|
||||||
cost: 375,
|
cost: 375,
|
||||||
requiredTech:"Plastics",
|
requiredTech:"Plastics",
|
||||||
|
upgradesTo:"Mechanized Infantry",
|
||||||
|
obsoleteTech:"Nuclear Fission",
|
||||||
hurryCostModifier:20,
|
hurryCostModifier:20,
|
||||||
attackSound:"shot"
|
attackSound:"shot"
|
||||||
},
|
},
|
||||||
@ -1021,6 +1028,8 @@
|
|||||||
cost: 375,
|
cost: 375,
|
||||||
requiredTech:"Combined Arms",
|
requiredTech:"Combined Arms",
|
||||||
requiredResource:"Oil",
|
requiredResource:"Oil",
|
||||||
|
upgradesTo:"Modern Armor",
|
||||||
|
//obsoleteTech:"Robotics",
|
||||||
uniques:["Can move after attacking","No defensive terrain bonus"]
|
uniques:["Can move after attacking","No defensive terrain bonus"]
|
||||||
hurryCostModifier:20,
|
hurryCostModifier:20,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user