mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-11 00:08:58 +07:00
Destroyers now have a chance to intercept air attacks
This commit is contained in:
@ -992,9 +992,10 @@
|
|||||||
unitType:"WaterMelee",
|
unitType:"WaterMelee",
|
||||||
movement:6,
|
movement:6,
|
||||||
strength:55,
|
strength:55,
|
||||||
|
interceptRange:2,
|
||||||
cost: 375,
|
cost: 375,
|
||||||
requiredTech:"Combustion",
|
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
|
hurryCostModifier:20
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user