Crusader Kings 2 - 3.0's weight gain

They made the code a bit more flexible, but I still hate how they divide everything and put it in random folders. Instead of making:
trait_name = “obese”
desc = “example desc”

They always do something like:
health.txt
trait_name = “obese”
title = health.5001.desc

health_events.txt
character_modifier = obese_modifier

health_events_eng.txt
health.5001.desc:0 “You become obese”

This is so annoying and time consuming when you do not know where to search. Who knew that nudity trigger is not hidden in “clothing_triggers”, but in “diplomacy_triggers” file? Paradox code is always so messy, it is good that they started leaving comments and notes at least.

5 Likes