mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-14 09:48:12 +07:00
Fixed ambush bonus amount (#5021)
This commit is contained in:
@ -474,13 +474,13 @@
|
||||
|
||||
{
|
||||
"name": "Ambush I",
|
||||
"uniques": ["+[25]% Strength vs [Armored]"],
|
||||
"uniques": ["+[33]% Strength vs [Armored]"],
|
||||
"unitTypes": ["Sword","Gunpowder","Fighter","Bomber"]
|
||||
},
|
||||
{
|
||||
"name": "Ambush II",
|
||||
"prerequisites": ["Ambush I"],
|
||||
"uniques": ["+[25]% Strength vs [Armored]"],
|
||||
"uniques": ["+[33]% Strength vs [Armored]"],
|
||||
"unitTypes": ["Sword","Gunpowder","Fighter","Bomber"]
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user