mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-15 18:28:42 +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:
@ -796,7 +796,7 @@
|
|||||||
"requiredTech": "Astronomy",
|
"requiredTech": "Astronomy",
|
||||||
"upgradesTo": "Ironclad",
|
"upgradesTo": "Ironclad",
|
||||||
"obsoleteTech": "Combustion",
|
"obsoleteTech": "Combustion",
|
||||||
"uniques": ["[+1] Sight", "May withdraw before melee ([80]%)"],
|
"uniques": ["[+1] Sight", "Withdraws before melee combat <with [80]% chance>"],
|
||||||
"hurryCostModifier": 30,
|
"hurryCostModifier": 30,
|
||||||
"attackSound": "cannon"
|
"attackSound": "cannon"
|
||||||
},
|
},
|
||||||
@ -1293,7 +1293,7 @@
|
|||||||
"cost": 375,
|
"cost": 375,
|
||||||
"requiredTech": "Combustion",
|
"requiredTech": "Combustion",
|
||||||
"uniques": ["Can see invisible [Submarine] units", "[40]% chance to intercept air attacks",
|
"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"
|
"attackSound": "shipguns"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -635,7 +635,7 @@
|
|||||||
"requiredTech": "Astronomy",
|
"requiredTech": "Astronomy",
|
||||||
"upgradesTo": "Ironclad",
|
"upgradesTo": "Ironclad",
|
||||||
"obsoleteTech": "Combustion",
|
"obsoleteTech": "Combustion",
|
||||||
"uniques": ["[+1] Sight", "May withdraw before melee ([80]%)"],
|
"uniques": ["[+1] Sight", "Withdraws before melee combat <with [80]% chance>"],
|
||||||
"hurryCostModifier": 30,
|
"hurryCostModifier": 30,
|
||||||
"attackSound": "cannon"
|
"attackSound": "cannon"
|
||||||
},
|
},
|
||||||
@ -980,7 +980,7 @@
|
|||||||
"cost": 375,
|
"cost": 375,
|
||||||
"requiredTech": "Combustion",
|
"requiredTech": "Combustion",
|
||||||
"uniques": ["Can see invisible [Submarine] units", "[40]% chance to intercept air attacks",
|
"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"
|
"attackSound": "shipguns"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user