mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-20 12:48:56 +07:00
Added Gatling Gun unit
Cannon upgrades to Artillery
This commit is contained in:
BIN
android/Images/UnitIcons/Gatling Gun.png
Normal file
BIN
android/Images/UnitIcons/Gatling Gun.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Before Width: | Height: | Size: 780 KiB After Width: | Height: | Size: 782 KiB |
@ -186,6 +186,8 @@
|
||||
rangedStrength:18,
|
||||
cost: 120,
|
||||
requiredTech:"Machinery",
|
||||
upgradesTo:"Gatling Gun",
|
||||
obsoleteTech:"Industrialization",
|
||||
hurryCostModifier:20
|
||||
},
|
||||
{
|
||||
@ -199,6 +201,8 @@
|
||||
uniqueTo:"England",
|
||||
cost: 120,
|
||||
requiredTech:"Machinery",
|
||||
upgradesTo:"Gatling Gun",
|
||||
obsoleteTech:"Industrialization",
|
||||
hurryCostModifier:20
|
||||
},
|
||||
{
|
||||
@ -282,6 +286,8 @@
|
||||
rangedStrength:20,
|
||||
cost: 185,
|
||||
requiredTech:"Chemistry",
|
||||
upgradesTo:"Artillery",
|
||||
obsoleteTech:"Dynamite",
|
||||
uniques:["Bonus vs City 200%","No defensive terrain bonus","Must set up to ranged attack","Limited Visibility"],
|
||||
hurryCostModifier:20
|
||||
},
|
||||
@ -334,6 +340,17 @@
|
||||
|
||||
// Industrial Era
|
||||
|
||||
{
|
||||
name:"Gatling Gun",
|
||||
unitType:"Ranged",
|
||||
range:1,
|
||||
movement:2,
|
||||
strength:30,
|
||||
rangedStrength:30,
|
||||
cost: 225,
|
||||
requiredTech:"Industrialization",
|
||||
hurryCostModifier:20
|
||||
},
|
||||
{
|
||||
name:"Rifleman",
|
||||
unitType:"Melee",
|
||||
|
Reference in New Issue
Block a user