• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

lanypop

Recruit
7 Badges
Jul 15, 2020
8
0
  • Crusader Kings II
  • Crusader Kings II: The Old Gods
  • Europa Universalis IV
  • Europa Universalis IV: El Dorado
  • Stellaris
  • Crusader Kings III
  • Crusader Kings III: Royal Edition
I'm new to modding and I am trying to make a bloodline submod for The Gods 2.5 mod because it doesn't have any bloodlines in it. IDK what's wrong with my mod because the event doesn't show up. Do you guys know what's wrong with it? Here is an attachment of the mod.
 

Attachments

  • BloodlineEvents.txt
    772 bytes · Views: 0
  • GGB.csv
    232 bytes · Views: 0
  • GodBloodlines.csv
    203 bytes · Views: 0
  • RuleroftheGoodGods.txt
    363 bytes · Views: 0
#### FROM BloodlineEvents.txt ####

namespace = GGB
character_event = {
id = GGB.1
desc = EVTDESCGGB.1

only_playable = yes
religion = the_light
min_age = 16
culture = High_God
only_playable = yes # Redundant

trigger = {
OR = { # Must add OR if you can only have one of these traits
trait = kingofthegods
trait = queenofthegods
}

NOT = {
has_bloodline_flag = king_of_the_good_gods_bloodline_flag
}
}

option = {
name = EVTOPTAGGB.1
if = {
trigger = {
is_female = no
}
create_bloodline = {
type = ruler_of_the_good_gods
inheritance = patrilineal
}
}

else_if = {
trigger = {
is_female = yes
}
create_bloodline = {
type = ruler_of_the_good_gods
inheritance = matrilineal
}
}

ai_chance = { # No need for this, since the AI can only choose one option depending on their sex.
factor = 100
}
}
}

These are the errors that I found, let me know if it fixes it.
 
Last edited: