mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-28 22:37:02 -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 |
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user