mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-09 07:18:57 +07:00
Helicopter Gunship (#3385)
* -Helicopter Gunship Implemented -Anti-Tank Gun upgrades to it * unit atlas * "All tiles cost 1 movement"
This commit is contained in:
@ -1232,9 +1232,23 @@
|
||||
"strength": 50,
|
||||
"cost": 300,
|
||||
"requiredTech": "Combined Arms",
|
||||
//"upgradesTo": "Helicopter Gunship",
|
||||
"upgradesTo": "Helicopter Gunship",
|
||||
"uniques": ["Bonus vs Armor 100%"]
|
||||
},
|
||||
{
|
||||
// "Hovering unit" unique gives ability to get into impassable tiles - and only that (no vision bonus or flying over ocean)
|
||||
// Unit embarks like any other ground unit and has penalty for attacking over river or from embarked state
|
||||
// "Unable to capture cities"
|
||||
"name": "Helicopter Gunship",
|
||||
"unitType": "Melee",
|
||||
"movement": 6,
|
||||
"strength": 60,
|
||||
"cost": 425,
|
||||
"requiredTech": "Computers",
|
||||
"requiredResource": "Aluminum",
|
||||
"uniques": ["Bonus vs Armor 100%", "No defensive terrain bonuses", "Can move after attacking", "All tiles cost 1 movement", "Can pass through impassable tiles", "Unable to capture cities"],
|
||||
"attackSound": "shot"
|
||||
},
|
||||
{
|
||||
"name": "Rocket Artillery",
|
||||
"unitType": "Siege",
|
||||
@ -1312,20 +1326,6 @@
|
||||
"attackSound": "shot"
|
||||
// cannot be based on carrier
|
||||
},
|
||||
{
|
||||
// "Hovering unit" unique gives ability to get into impassable tiles - and only that (no vision bonus or flying over ocean)
|
||||
// Unit embarks like any other ground unit and has penalty for attacking over river or from embarked state
|
||||
// "Unable to capture cities"
|
||||
"name": "Helicopter Gunship",
|
||||
"unitType": "Melee",
|
||||
"movement": 6,
|
||||
"strength": 60,
|
||||
"cost": 425,
|
||||
"requiredTech": "Computers",
|
||||
"requiredResource": "Aluminum",
|
||||
"uniques": ["Bonus vs Armor 100%", "Ignores terrain cost", "No defensive terrain bonuses", "Can move after attacking"],
|
||||
"attackSound": "shot"
|
||||
},
|
||||
{
|
||||
"name": "Missile Cruiser",
|
||||
"unitType": "WaterRanged",
|
||||
|
Reference in New Issue
Block a user