Destroyers now have a chance to intercept air attacks
This commit is contained in:
parent
558bba44cc
commit
7d8e3f76c3
1 changed files with 2 additions and 1 deletions
|
@ -992,9 +992,10 @@
|
|||
unitType:"WaterMelee",
|
||||
movement:6,
|
||||
strength:55,
|
||||
interceptRange:2,
|
||||
cost: 375,
|
||||
requiredTech:"Combustion",
|
||||
uniques:["Can attack submarines"], // todo: add interception and bonus vs submarines once we have air and submarine units
|
||||
uniques:["Can attack submarines","[40]% chance to intercept air attacks"], // todo: add bonus vs submarines
|
||||
hurryCostModifier:20
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue