Diplomatic penalty of stealing lands decreases by time. (#3318)

This commit is contained in:
Duan Tao 2020-11-04 16:25:55 +08:00 committed by GitHub
parent 65524cb7dd
commit ff8221de2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -428,6 +428,7 @@ class DiplomacyManager() {
revertToZero(DiplomaticModifiers.BetrayedPromiseToNotSettleCitiesNearUs, 1 / 8f) // That's a bastardly thing to do
revertToZero(DiplomaticModifiers.UnacceptableDemands, 1 / 4f)
revertToZero(DiplomaticModifiers.LiberatedCity, 1 / 8f)
revertToZero(DiplomaticModifiers.StealingTerritory, 1 / 4f)
setFriendshipBasedModifier()