Resolved #563 - Added American unique B17 and Japanese unique Zero units

This commit is contained in:
Yair Morgenstern 2019-09-01 16:35:20 +03:00
parent ab26f66e1a
commit a032269cd9
3 changed files with 33 additions and 1 deletions

View file

Before

Width:  |  Height:  |  Size: 287 B

After

Width:  |  Height:  |  Size: 287 B

View file

@ -2531,7 +2531,7 @@ UnitIcons/Artillery
orig: 100, 100
offset: 0, 0
index: -1
UnitIcons/B 17
UnitIcons/B17
rotate: false
xy: 1709, 1594
size: 100, 100

View file

@ -961,6 +961,22 @@
"6 tiles in every direction always visible"]
attackSound:"shot"
},
{
name:"Zero",
unitType:"Fighter",
replaces:"Fighter",
uniqueTo:"Japan",
movement:1,
strength:45,
rangedStrength:45,
range:8,
cost: 375,
requiredTech:"Radar",
hurryCostModifier:20,
uniques:["[100]% chance to intercept air attacks","Bonus vs Bomber 150%","Bonus vs Fighter 33%",
"6 tiles in every direction always visible"]
attackSound:"shot"
},
{
name:"Bomber",
unitType:"Bomber",
@ -974,6 +990,22 @@
hurryCostModifier:20,
attackSound:"shot"
},
{
name:"B17",
unitType:"Bomber",
replaces:"Bomber",
uniqueTo:"America",
movement:1,
strength:70,
rangedStrength:70,
range:10,
cost: 375,
requiredTech:"Radar",
requiredResource:"Oil",
promotions:["Evasion", "Siege I"],
hurryCostModifier:20,
attackSound:"shot"
},
{
name:"Landship",
unitType:"Armor",