mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-25 10:26:05 +07:00
Barbarian water units no longer pillage
This commit is contained in:
parent
bdab784534
commit
0aa70668cc
@ -1444,7 +1444,8 @@
|
||||
"name": "Barbarians",
|
||||
"outerColor": [0,0,0],
|
||||
"innerColor": [185,12,12],
|
||||
"uniques": ["Can only heal by pillaging", "Excluded from map editor"]
|
||||
"uniques": ["Can only heal by pillaging", "Excluded from map editor",
|
||||
"[Water] units gain the [Unable to pillage tiles] promotion"]
|
||||
}
|
||||
|
||||
]
|
||||
|
@ -760,8 +760,12 @@
|
||||
"name": "[Zero] ability",
|
||||
"uniques": ["[+33]% Strength <vs [Fighter] units>"]
|
||||
},
|
||||
{
|
||||
"name": "[Chu-Ko-Nu] ability",
|
||||
"uniques": ["[1] additional attacks per turn", "Can move after attacking"]
|
||||
}
|
||||
{
|
||||
"name": "[Chu-Ko-Nu] ability",
|
||||
"uniques": ["[1] additional attacks per turn", "Can move after attacking"]
|
||||
},
|
||||
{ // For barbarian water units
|
||||
"name": "Unable to pillage tiles",
|
||||
"uniques": ["Unable to pillage tiles"]
|
||||
}
|
||||
]
|
||||
|
@ -1085,7 +1085,8 @@
|
||||
"name": "Barbarians",
|
||||
"outerColor": [0,0,0],
|
||||
"innerColor": [185,12,12],
|
||||
"uniques": ["Can only heal by pillaging", "Excluded from map editor"]
|
||||
"uniques": ["Can only heal by pillaging", "Excluded from map editor",
|
||||
"[Water] units gain the [Unable to pillage tiles] promotion"]
|
||||
}
|
||||
|
||||
]
|
||||
|
@ -585,5 +585,9 @@
|
||||
{
|
||||
"name": "[Zero] ability",
|
||||
"uniques": ["[+33]% Strength <vs [Fighter] units>"]
|
||||
},
|
||||
{ // For barbarian water units
|
||||
"name": "Unable to pillage tiles",
|
||||
"uniques": ["Unable to pillage tiles"]
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user