Changing the amount of renown need to join a faction?

Users who are viewing this thread

Llew2

Cheap ass bum
Count
I can't seem to find what file it is located in. I've looked through module_scripts and module_game_menus, but it wasn't there, as far as I can see. Does anyone else know where it is, before I search through every single file for three hours?
 
it's in module_dialogs, more specifically:

  [anyone,"lord_ask_enter_service", [(troop_get_slot, ":renown", "trp_player", slot_troop_renown),
                                    (store_mul, ":vassal_potential", "$g_talk_troop_relation", 5),
                                    (val_add, ":vassal_potential", ":renown"),
                                    (ge, ":vassal_potential", 160),
                                    (call_script, "script_get_poorest_village_of_faction", "$g_talk_troop_faction"),
                                    (gt, reg0, 0),
                                    (assign, "$g_invite_offered_center", reg0),
 
Back
Top Bottom