AIR UNITS ARE GO!

Added interception and basic air unit AI
This commit is contained in:
Yair Morgenstern
2019-07-10 22:41:44 +03:00
parent 51ad40b8bf
commit 214b4880e4
9 changed files with 110 additions and 21 deletions

View File

@ -303,6 +303,18 @@
Portuguese:"Um(a) [unit] inimigo(a) foi destruido(a) enquanto atacando nosso(a) [ourUit]"
Japanese:"「私たちの[ourUnit]を攻撃している間に敵[unit]が破壊された"
}
"Our [attackerName] was destroyed by an intercepting [interceptorName]":{
}
"Our [interceptorName] intercepted and destroyed an enemy [attackerName]":{
}
"Our [$attackerName] was attacked by an intercepting [$interceptorName]":{
}
"Our [$interceptorName] intercepted and attacked an enemy [$attackerName]":{
}
"An enemy [unit] was spotted near our territory":{
Italian:"Abbiamo avvistato un'unità nemica [unit] vicino al nostro territorio"

View File

@ -960,15 +960,6 @@
French:"Porte-avions"
}
"Great War Bomber":{
Italian:"Bombardiere della Grande Guerra"
Romanian:"Bombardier din Marele Război"
Spanish:"Bombardero de la Gran Guerra"
Simplified_Chinese:"早期轰炸机"
Russian:"великий бомбардировщик0_0"
German:"Weltkriegsbomber"
French:"Bombardier de la grande guerre"
}
"Triplane":{
Italian:"Triplano"
@ -980,6 +971,20 @@
French:"Triplan"
}
"[percent]% chance to intercept air attacks":{
}
"Great War Bomber":{
Italian:"Bombardiere della Grande Guerra"
Romanian:"Bombardier din Marele Război"
Spanish:"Bombardero de la Gran Guerra"
Simplified_Chinese:"早期轰炸机"
Russian:"великий бомбардировщик0_0"
German:"Weltkriegsbomber"
French:"Bombardier de la grande guerre"
}
////// Atomic units (not in game yet but will be, not super important but why not)
"Rocket Artillery":{

View File

@ -838,10 +838,10 @@
hurryCostModifier:20,
attackSound:"shot"
},
/*
{
name:"Triplane",
unitType:"AirFighter",
unitType:"Fighter",
movement:1,
strength:35,
rangedStrength:35,
@ -849,6 +849,8 @@
cost: 325,
requiredTech:"Flight",
hurryCostModifier:20,
uniques:["[50]% chance to intercept air attacks","Bonus vs Bomber 150%",
"6 tiles in every direction always visible"]
attackSound:"shot"
},

View File

@ -21,8 +21,8 @@ android {
applicationId "com.unciv.app"
minSdkVersion 14
targetSdkVersion 28
versionCode 270
versionName "2.17.15"
versionCode 271
versionName "2.18.0"
}
// Had to add this crap for Travis to build, it wanted to sign the app