mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-26 05:14:32 -04:00
Logistics allows move after attack (#7291)
This commit is contained in:
parent
56812f0297
commit
efc095eaa1
@ -471,7 +471,7 @@
|
||||
"name": "Logistics",
|
||||
"prerequisites": ["Accuracy III","Barrage III","Targeting III", "Wolfpack III",
|
||||
"Bombardment III", "Coastal Raider III","Boarding Party III","Siege III", "Mobility II", "Anti-Armor II"],
|
||||
"uniques": ["[1] additional attacks per turn"],
|
||||
"uniques": ["[1] additional attacks per turn", "Can move after attacking"],
|
||||
"unitTypes": ["Archery","Ranged Gunpowder","Siege","Melee Water","Ranged Water","Submarine","Fighter","Bomber","Helicopter"]
|
||||
},
|
||||
|
||||
@ -596,5 +596,9 @@
|
||||
{
|
||||
"name": "[Zero] ability",
|
||||
"uniques": ["[+33]% Strength <vs [Fighter] units>"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "[Chu-Ko-Nu] ability",
|
||||
"uniques": ["[1] additional attacks per turn", "Can move after attacking"]
|
||||
}
|
||||
]
|
||||
|
@ -691,7 +691,7 @@
|
||||
"requiredTech": "Machinery",
|
||||
"upgradesTo": "Gatling Gun",
|
||||
"obsoleteTech": "Industrialization",
|
||||
"promotions": ["Logistics"],
|
||||
"promotions": ["[Chu-Ko-Nu] ability"],
|
||||
"attackSound": "arrow"
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user