mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-16 02:40:41 +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",
|
"name": "[Chu-Ko-Nu] ability",
|
||||||
"uniques": ["[1] additional attacks per turn", "Can move after attacking"]
|
"uniques": ["[1] additional attacks per turn", "Can move after attacking"]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "[Privateer] ability",
|
||||||
|
"uniques": ["May capture killed [Water] units"]
|
||||||
|
},
|
||||||
{ // For barbarian water units
|
{ // For barbarian water units
|
||||||
"name": "Unable to pillage tiles",
|
"name": "Unable to pillage tiles",
|
||||||
"uniques": ["Unable to pillage tiles"]
|
"uniques": ["Unable to pillage tiles"]
|
||||||
|
@ -890,8 +890,7 @@
|
|||||||
"cost": 150,
|
"cost": 150,
|
||||||
"requiredTech": "Navigation",
|
"requiredTech": "Navigation",
|
||||||
"upgradesTo": "Destroyer",
|
"upgradesTo": "Destroyer",
|
||||||
"promotions": ["Coastal Raider I"],
|
"promotions": ["Coastal Raider I", "[Privateer] ability"],
|
||||||
"uniques": ["May capture killed [Water] units"],
|
|
||||||
"attackSound": "cannon"
|
"attackSound": "cannon"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -904,8 +903,7 @@
|
|||||||
"cost": 150,
|
"cost": 150,
|
||||||
"requiredTech": "Navigation",
|
"requiredTech": "Navigation",
|
||||||
"upgradesTo": "Destroyer",
|
"upgradesTo": "Destroyer",
|
||||||
"promotions": ["Coastal Raider I", "Coastal Raider II", "Supply"],
|
"promotions": ["Coastal Raider I", "Coastal Raider II", "Supply", "[Privateer] ability"],
|
||||||
"uniques": ["May capture killed [Water] units"],
|
|
||||||
"attackSound": "cannon"
|
"attackSound": "cannon"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user