mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-24 21:51:14 +07:00
Update uniques for withdrawing before melee combat (#11904)
* - Turn Privateer's unique ability into a promotion - Add promotion to Privateer and Sea Beggar * Update uniques for withdrawing before melee combat
This commit is contained in:
parent
9c864c34f0
commit
aeea13bb71
@ -796,7 +796,7 @@
|
||||
"requiredTech": "Astronomy",
|
||||
"upgradesTo": "Ironclad",
|
||||
"obsoleteTech": "Combustion",
|
||||
"uniques": ["[+1] Sight", "May withdraw before melee ([80]%)"],
|
||||
"uniques": ["[+1] Sight", "Withdraws before melee combat <with [80]% chance>"],
|
||||
"hurryCostModifier": 30,
|
||||
"attackSound": "cannon"
|
||||
},
|
||||
@ -1293,7 +1293,7 @@
|
||||
"cost": 375,
|
||||
"requiredTech": "Combustion",
|
||||
"uniques": ["Can see invisible [Submarine] units", "[40]% chance to intercept air attacks",
|
||||
"May withdraw before melee ([80]%)", "[+100]% Strength <vs [Submarine] units>"],
|
||||
"Withdraws before melee combat <with [80]% chance>", "[+100]% Strength <vs [Submarine] units>"],
|
||||
"attackSound": "shipguns"
|
||||
},
|
||||
|
||||
|
@ -635,7 +635,7 @@
|
||||
"requiredTech": "Astronomy",
|
||||
"upgradesTo": "Ironclad",
|
||||
"obsoleteTech": "Combustion",
|
||||
"uniques": ["[+1] Sight", "May withdraw before melee ([80]%)"],
|
||||
"uniques": ["[+1] Sight", "Withdraws before melee combat <with [80]% chance>"],
|
||||
"hurryCostModifier": 30,
|
||||
"attackSound": "cannon"
|
||||
},
|
||||
@ -980,7 +980,7 @@
|
||||
"cost": 375,
|
||||
"requiredTech": "Combustion",
|
||||
"uniques": ["Can see invisible [Submarine] units", "[40]% chance to intercept air attacks",
|
||||
"May withdraw before melee ([80]%)", "[+100]% Strength <vs [Submarine] units>"],
|
||||
"Withdraws before melee combat <with [80]% chance>", "[+100]% Strength <vs [Submarine] units>"],
|
||||
"attackSound": "shipguns"
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user