mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-14 09:48:12 +07:00
- Turn Privateer's unique ability into a promotion (#11761)
- Add promotion to Privateer and Sea Beggar
This commit is contained in:
@ -764,6 +764,10 @@
|
||||
"name": "[Chu-Ko-Nu] ability",
|
||||
"uniques": ["[1] additional attacks per turn", "Can move after attacking"]
|
||||
},
|
||||
{
|
||||
"name": "[Privateer] ability",
|
||||
"uniques": ["May capture killed [Water] units"]
|
||||
},
|
||||
{ // For barbarian water units
|
||||
"name": "Unable to pillage tiles",
|
||||
"uniques": ["Unable to pillage tiles"]
|
||||
|
@ -890,8 +890,7 @@
|
||||
"cost": 150,
|
||||
"requiredTech": "Navigation",
|
||||
"upgradesTo": "Destroyer",
|
||||
"promotions": ["Coastal Raider I"],
|
||||
"uniques": ["May capture killed [Water] units"],
|
||||
"promotions": ["Coastal Raider I", "[Privateer] ability"],
|
||||
"attackSound": "cannon"
|
||||
},
|
||||
{
|
||||
@ -904,8 +903,7 @@
|
||||
"cost": 150,
|
||||
"requiredTech": "Navigation",
|
||||
"upgradesTo": "Destroyer",
|
||||
"promotions": ["Coastal Raider I", "Coastal Raider II", "Supply"],
|
||||
"uniques": ["May capture killed [Water] units"],
|
||||
"promotions": ["Coastal Raider I", "Coastal Raider II", "Supply", "[Privateer] ability"],
|
||||
"attackSound": "cannon"
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user