Barbarian water units no longer pillage

This commit is contained in:
yairm210 2024-05-16 06:55:05 +03:00
parent bdab784534
commit 0aa70668cc
4 changed files with 16 additions and 6 deletions

View File

@ -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"]
}
]

View File

@ -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"]
}
]

View File

@ -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"]
}
]

View File

@ -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"]
}
]