Crusader Kings III

Crusader Kings III

36 个评价
Rebalanced Ransoming
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
197.064 KB
6 月 14 日 上午 10:45
6 月 18 日 上午 7:05
2 项改动说明 ( 查看 )

订阅以下载
Rebalanced Ransoming

在 I Am Full Truie 的 1 个合集中
Immersive Hard
52 件物品
描述
Introduction
This mod is part of a broader "Rebalanced" lightweight mods series. (A breakdown from the former "Rebalanced +" mod)

I essentially made each mechanism its own submod so that players could pick only the aspects they want to see modified/added.

Indeed, everyone has a different idea of what needs tweaking in the vanilla game and what does not.

"Why not make everything Game Rule ?" one might ask ; i felt like having those as separate mods would make it easier from a player's perspective, as most people don't even bother tweaking the game rules.

It's also a little easier maintenance-wise on my end, and - I feel - more readable for players. You'll know exactly what you're modifying from your subscriptions/playsets.

This mod will include a Game Rule which will give you 4 settings :
- Values set to so that at 15 Diplomacy, you ransom 100% of Vanilla values (no increase beyond) - way easier/lighter
- Values set to so that at 20 Diplomacy, you ransom 100% of Vanilla values (no increase beyond) - easier/lighter
- Default - 30 Diplomacy is 100% (intended setting to play the mod)
- Values set to so that at 40 Diplomacy, you ransom 100% of Vanilla values (no increase beyond) - way harder/heavier







Mod content

This mod makes it so that the ransom value you get scales with your Diplomacy skill. For each Setting (default being 30), the value represents the Diplomacy skill at which you get what you'd get for ransoming that person in the base game. Obviously, this value is a max value, so if the Game Rule setting #30 gets you back to the base game value at 30 Diplomacy, being at 50 will not result in an increase.
It will inherently nerf the Golden Obligations Perk (which has been adjusted a tiny bit to make it yield less gold).

Also, this mod removes the ludicrous flat 0.5 and 0.25 multipliers for players in Hard and Very Hard difficulty modes. They are pretty unimaginative to begin with, and doubling down on the mod makes it absurdly impossible to get decent values.

Why no increase ? Because this is a Rebalance mod of a too exploitable mechanism. Also I never understood why a 0 Diplomacy character would be able to negotiate the same release a 30 Diplomacy one. Especially when the Golden Obligations Perk scales, but not ransoming in general.

Overall, this idea is to make the game slightly more challenging and immersive as well.

A few screenshots to illustrate (Normal values - 30 Diplomacy yields Vanilla values) :











Compatibility
Pretty much everything.



Savegame compatibility
Yes.



Available Languages




MY MODS




Rebalancing / Lightweight Mods


[www.patreon.com]
17 条留言
Does this mod fixes scaling bug from kidnappers legacy which caused mass ransom to give you enormous money amount ?
Jet 9 月 2 日 下午 8:30 
can u ransom non courtiers/fam?
I Am Full Truie  [作者] 6 月 16 日 上午 10:37 
@Azeloth agreed, but re balancing all events is quite the task
Azeloth 6 月 16 日 上午 6:05 
My personal opinion is what causes unbalance in game is scaled money. Where some common artifact cost a whole decade of somelord income. Or When you bribe courtier with ammount of money you could build multiple buildings. Addition to that Game spawns alot of money. Often in decisions where someone gives you ammount of money and they actually dont lose it. So game spawns alot of random money. Ransoming itself is not that bad. Like you said everyone has they own opinion what needs Balancing.
I Am Full Truie  [作者] 6 月 15 日 下午 12:47 
@Ēarendel lol what ?
that's not what the mod does, on the contrary
it make it so the max you can get at 30 Diplo is what Vanilla would have given you
some a peasant will be w/e a peasant's worth in vanilla at 30 Diplo, half the value at 15 Diplo, etc
Ēarendel 6 月 15 日 上午 11:45 
Is some peasant bumpkin really going to cost 100 gold with 30 diplomacy?
Captain Smollett 6 月 15 日 上午 7:11 
I can't, but i can say that if recall your files correctly then you should have the same issue.
The issue being - if you are trying to ransom a third party (say, your child), then UI cost in the option itself is different to the actual cost, because those are shown before scope:payer is set and are listed from POV of secondary_recipient, thus, counting THEIR diplomacy, not YOURS, so the cost is different.
I Am Full Truie  [作者] 6 月 15 日 上午 6:54 
@Captain SSmolleTT "With my thing the loc kinda breaks when ransoming a third party (i assume this might be an issue in your mod too?)" => send me a screen in PM ;)
Captain Smollett 6 月 15 日 上午 6:46 
With my thing the loc kinda breaks when ransoming a third party (i assume this might be an issue in your mod too?)
Captain Smollett 6 月 15 日 上午 6:40 
I didnt get what you were saying at first but now after testing it a bit yeah, i didnt account for that somehow. Oops. Anyways here's what i came up with , except i wanted it to also increase ransom costs if you're way better. You can prob change the offset (add = -1 part) to be the same as max and it will work just fine for your case:

multiply = {
value = 1
add = {
value = imprisoner.diplomacy
add = 2 #offsets the values a bit so 1 vs 2 diplo isnt an x2 difference
divide = { value = diplomacy add = 2 }
max = 1.5 #range 0 to 1.5
add = -1 #range -1 to 0.5
multiply = 2 #range -2 to 1
multiply = 0.2 #range -0.4 to 0.2
#final range 0.6 to 1.2
}
}