Kayerts
Arcane
- Joined
- Jan 28, 2011
- Messages
- 883
In my fledgeling mod attempts I've run into a few questions regarding adding mercenaries and holy orders. It seems pretty forward as you can add the titles in landed_titles.txt and the company and troop numbers in static_modifiers.txt. Then add their names to the *.csv and it should be done as far as I can tell. If you want to get fancy you might even copy-paste the events regarding holy orders with the new names and titles added and they should work as they do for the templars and hospitalers.
What I don't get however is where I can find and edit the values for cost and upkeep. Nor can I find the trigger that controls in what year a holy order becomes available. Anyone who knows?
Formation of the knights is in events/religious_events.txt (not under the common/ hierarchy).
Cost and upkeep are determined in common/defines.lua, but it's a global modifier based on what classification of hirelings they are and how many troops you have. (Though I'm guessing levy_size in common/static_modifiers.txt is the only attribute that determines cost at full strength.)