mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-12 16:59:11 +07:00
More generic battle notifications
This commit is contained in:
@ -985,13 +985,14 @@ Your citizens are revolting due to very high unhappiness! =
|
|||||||
([amount] HP) =
|
([amount] HP) =
|
||||||
|
|
||||||
# Battle actions
|
# Battle actions
|
||||||
attacked =
|
has attacked =
|
||||||
raided =
|
has raided =
|
||||||
captured =
|
has captured =
|
||||||
destroyed =
|
has destroyed =
|
||||||
intercepted =
|
has intercepted =
|
||||||
destroyed the defence of =
|
has destroyed the defence of =
|
||||||
intercepted and destroyed =
|
has intercepted and destroyed =
|
||||||
|
was destroyed while attacking =
|
||||||
|
|
||||||
# Enemy types
|
# Enemy types
|
||||||
An enemy [unit] =
|
An enemy [unit] =
|
||||||
@ -1002,9 +1003,8 @@ our [unit] =
|
|||||||
# cityName is a single word, no need for translation
|
# cityName is a single word, no need for translation
|
||||||
|
|
||||||
# New translation format (possible hp loss is "bundled into" the unit/city name)
|
# New translation format (possible hp loss is "bundled into" the unit/city name)
|
||||||
[enemyType] has [battleAction] [ourType] =
|
[enemyCombatant] [battleAction] [ourCombatant] =
|
||||||
[ourType] has [battleAction] an enemy [unit] =
|
[ourType] [battleAction] an enemy [unit] =
|
||||||
An enemy [unit] was destroyed while attacking [ourType] =
|
|
||||||
|
|
||||||
# Interceptor types
|
# Interceptor types
|
||||||
an unknown interceptor =
|
an unknown interceptor =
|
||||||
|
Reference in New Issue
Block a user