mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-14 17:59:11 +07:00
Proper implementation of pledge to protect (#5165)
* penalties for attacking * proper timers on penalties * template.properties * space * Player can pick sides when protected civs attacked/bullied Protect gives resting point 10 for influence * correct string
This commit is contained in:
@ -103,6 +103,11 @@ Do you want to break your promise to [leaderName]? =
|
||||
We promised not to settle near them ([count] turns remaining) =
|
||||
They promised not to settle near us ([count] turns remaining) =
|
||||
|
||||
[civName] is upset that you demanded tribute from [cityState], whom they have pledged to protect! =
|
||||
[civName] is upset that you attacked [cityState], whom they have pledged to protect! =
|
||||
[civName] is outraged that you destroyed [cityState], whom they had pledged to protect! =
|
||||
[civName] has destroyed [cityState], whom you had pledged to protect! =
|
||||
|
||||
Unforgivable =
|
||||
Afraid =
|
||||
Enemy =
|
||||
@ -139,12 +144,20 @@ Your arrogant demands are in bad taste =
|
||||
Your use of nuclear weapons is disgusting! =
|
||||
You have stolen our lands! =
|
||||
You gave us units! =
|
||||
You destroyed City States that were under our protection! =
|
||||
You attacked City States that were under our protection! =
|
||||
You demanded tribute from City States that were under our protection! =
|
||||
You sided with a City State over us =
|
||||
|
||||
Demands =
|
||||
Please don't settle new cities near us. =
|
||||
Very well, we shall look for new lands to settle. =
|
||||
We shall do as we please. =
|
||||
We noticed your new city near our borders, despite your promise. This will have....implications. =
|
||||
I've been informed that my armies have taken tribute from [civName], a city-state under your protection.\nI assure you, this was quite unintentional, and I hope that this does not serve to drive us apart. =
|
||||
We asked [civName] for a tribute recently and they gave in.\nYou promised to protect them from such things, but we both know you cannot back that up. =
|
||||
It's come to my attention that I may have attacked [civName], a city-state under your protection.\nWhile it was not my goal to be at odds with your empire, this was deemed a necessary course of action. =
|
||||
I thought you might like to know that I've launched an invasion of one of your little pet states.\nThe lands of [civName] will make a fine addition to my own. =
|
||||
|
||||
Enter the amount of gold =
|
||||
|
||||
@ -168,6 +181,7 @@ Gift Improvement =
|
||||
Diplomatic Marriage ([amount] Gold) =
|
||||
We have married into the ruling family of [civName], bringing them under our control. =
|
||||
[civName] has married into the ruling family of [civName2], bringing them under their control. =
|
||||
You have broken your Pledge to Protect [civName]! =
|
||||
|
||||
Cultured =
|
||||
Maritime =
|
||||
|
Reference in New Issue
Block a user