Is there anyway to slow down the speed of the proselytize councillor ability in the defines files. If so, how
Of course i changed the game rule. I'm not an idiot and i've been playing this game for years. I'm trying to slow it down even further. I would assume that players who aren't comfortable enough to tinker with game rules, certainly aren't trying to tinker with the defines files. It's kind of funny you thought that would be the case. Like, how stupid do you think everyone else is. Thanks for actually trying to answer the question thoughInstead of modding, did you think of simply changing the game rule for it to "Slower" ?
Game rules - Crusader Kings II Wiki
ck2.paradoxwikis.com
Regarding the modification question, pretty sure you have to mod the job_lord_spiritual.txt file
and change mtth and/or modifiers for event 900 and nothing in defines.
Of course i changed the game rule. I'm not an idiot and i've been playing this game for years. I'm trying to slow it down even further. I would assume that players who aren't comfortable enough to tinker with game rules, certainly aren't trying to tinker with the defines files. It's kind of funny you thought that would be the case. Like, how stupid do you think everyone else is.
Thanks for actually trying to answer the question though
The way you intially responded was very condescending. And it's not the first or even tenth time i've seen you answer a question in that way. You didnt even bother trying to answer my question at first, just asked, patronizingly, whether i had been smart enough to think of changing the game rule. Admittedly, I did have my initial reaction before i had noticed that you edited in an answer to my actual question. So in the end, no harm doneHow should i know all this ? Right, not at all. Maybe you assumed a bit much, eh...
You didn't deliver that information, so you shouldn't expect me/people to consider this nondelivered information.
Besides that, you posted in the general forum originally and not in the User Modifcation forum, where a pure modification
question belongs.
You're welcome.
???The way you intially responded was very condescending. And it's not the first or even tenth time i've seen you answer a question in that way. You didnt even bother trying to answer my question at first, just asked, patronizingly, whether i had been smart enough to think of changing the game rule.
Probably not defines.lua modding, but events moddingIs there anyway to slow down the speed of the proselytize councillor ability in the defines files. If so, how
religious_events.txt
##########################
### Proselytize Events ###
##########################
# Preacher Arrives
character_event = {
id = 39600
desc = EVTDESC39600
...
option = {
name = EVTOPTB39600 # Allow them to preach
ai_chance = {
factor = 1
+ # Game rules
+ modifier = {
+ factor = 0.3
+ has_game_rule = {
+ name = religious_conversion
+ value = slower
+ }
+ }