Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
It should be compatible with just about anything because it consists of it's own unique events and actions.
I won't be making any other versions of this mod but you could manually mod my mod to do it. It'd be one line of code to make it work that way.
gregarious
Both files within the events folder - 4 instances. replace gregorious with gregarious.
This is in the decisions folder, inside the make_rival text file.
potential = { #Conditions on the
vassal or dynasty member for the decision to appear
is_adult = yes
is_within_diplo_range = FROM
NOT = {
character = FROM
is_friend = FROM
is_rival = FROM
is_lover = FROM
}
}
allow = { #Conditions
for the decision to be enabled
NOT = {
opinion = {
who = FROM
value = -40
}
}
NOT = {
has_character_modifier = recent_friend
num_of_rivals = 5
}
prisoner = no
FROM = {
piety = 100
}