Added Cover, March and Charge promotions

This commit is contained in:
Yair Morgenstern
2018-06-17 23:08:16 +03:00
parent 5fa9ad0640
commit ed8e664358
9 changed files with 44 additions and 9 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -85,4 +85,28 @@
effect:"+1 Visibility Range",
unitTypes:["Scout"]
}
{
name:"Cover I",
effect:"+25% Defence against ranged attacks",
unitTypes:["Melee","Ranged","Siege"]
}
{
name:"Cover II",
prerequisites:["Cover I"],
effect:"+25% Defence against ranged attacks",
unitTypes:["Melee","Ranged","Siege"]
}
{
name:"March",
prerequisites:["Accuracy II","Barrage II","Shock III","Drill III"],
effect:"Unit will heal every turn, even if it performs an action",
unitTypes:["Melee","Ranged","Siege","Mounted"]
}
{
name:"Charge",
prerequisites:["Shock II","Drill II"],
effect:"Bonus vs wounded units 33%",
unitTypes:["Mounted"]
}
]

View File

@ -21,8 +21,8 @@ android {
applicationId "com.unciv.game"
minSdkVersion 14
targetSdkVersion 26
versionCode 84
versionName "2.5.0"
versionCode 85
versionName "2.5.1"
}
buildTypes {
release {