mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-28 06:16:37 -04:00
Fixed self-made bug of missing helicopters...
This commit is contained in:
parent
8a5247324c
commit
ceef8bd7ad
@ -1235,10 +1235,10 @@
|
|||||||
"upgradesTo": "Helicopter Gunship",
|
"upgradesTo": "Helicopter Gunship",
|
||||||
"uniques": ["Bonus vs Armor 100%"]
|
"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)
|
// "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
|
// 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",
|
"name": "Helicopter Gunship",
|
||||||
"unitType": "Melee",
|
"unitType": "Melee",
|
||||||
"movement": 6,
|
"movement": 6,
|
||||||
@ -1283,7 +1283,7 @@
|
|||||||
"uniques": ["Can move after attacking","No defensive terrain bonus"]
|
"uniques": ["Can move after attacking","No defensive terrain bonus"]
|
||||||
},
|
},
|
||||||
|
|
||||||
/*
|
/* // THIS STUFF IS COMMENTED OUT!!!
|
||||||
// Information Era
|
// Information Era
|
||||||
{
|
{
|
||||||
"name": "Mobile SAM",
|
"name": "Mobile SAM",
|
||||||
|
@ -3,8 +3,8 @@ package com.unciv.build
|
|||||||
object BuildConfig {
|
object BuildConfig {
|
||||||
const val kotlinVersion = "1.3.71"
|
const val kotlinVersion = "1.3.71"
|
||||||
const val appName = "Unciv"
|
const val appName = "Unciv"
|
||||||
const val appCodeNumber = 507
|
const val appCodeNumber = 508
|
||||||
const val appVersion = "3.11.18"
|
const val appVersion = "3.11.18-patch1"
|
||||||
|
|
||||||
const val gdxVersion = "1.9.12"
|
const val gdxVersion = "1.9.12"
|
||||||
const val roboVMVersion = "2.3.1"
|
const val roboVMVersion = "2.3.1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user