Add unit ability 'withdraw before melee' to Caravel and Destroyer (#2256)

This commit is contained in:
proteus-anguinus 2020-03-25 21:25:30 +01:00 committed by GitHub
parent 144d53b6df
commit 7591d7f2c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -145,7 +145,7 @@
"strength": 10,
"cost": 45,
"requiredTech": "Sailing",
"uniques": ["Cannot enter ocean tiles"],
"uniques": ["Cannot enter ocean tiles",],
"upgradesTo": "Caravel",
"obsoleteTech": "Astronomy",
"hurryCostModifier": 20,
@ -661,7 +661,7 @@
"requiredTech": "Astronomy",
"upgradesTo": "Ironclad",
"obsoleteTech": "Combustion",
"uniques": ["+1 Visibility Range"],
"uniques": ["+1 Visibility Range","May withdraw before melee"],
"hurryCostModifier": 20
},
{
@ -1074,7 +1074,7 @@
"interceptRange": 2,
"cost": 375,
"requiredTech": "Combustion",
"uniques": ["Can attack submarines","[40]% chance to intercept air attacks"], // todo: add bonus vs submarines
"uniques": ["Can attack submarines","[40]% chance to intercept air attacks","May withdraw before melee"], // todo: add bonus vs submarines
"hurryCostModifier": 20
},
{