mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-29 23:10:39 -04:00
Resolved #563 - Added American unique B17 and Japanese unique Zero units
This commit is contained in:
parent
ab26f66e1a
commit
a032269cd9
Before Width: | Height: | Size: 287 B After Width: | Height: | Size: 287 B |
@ -2531,7 +2531,7 @@ UnitIcons/Artillery
|
|||||||
orig: 100, 100
|
orig: 100, 100
|
||||||
offset: 0, 0
|
offset: 0, 0
|
||||||
index: -1
|
index: -1
|
||||||
UnitIcons/B 17
|
UnitIcons/B17
|
||||||
rotate: false
|
rotate: false
|
||||||
xy: 1709, 1594
|
xy: 1709, 1594
|
||||||
size: 100, 100
|
size: 100, 100
|
||||||
|
@ -961,6 +961,22 @@
|
|||||||
"6 tiles in every direction always visible"]
|
"6 tiles in every direction always visible"]
|
||||||
attackSound:"shot"
|
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",
|
name:"Bomber",
|
||||||
unitType:"Bomber",
|
unitType:"Bomber",
|
||||||
@ -974,6 +990,22 @@
|
|||||||
hurryCostModifier:20,
|
hurryCostModifier:20,
|
||||||
attackSound:"shot"
|
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",
|
name:"Landship",
|
||||||
unitType:"Armor",
|
unitType:"Armor",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user