there is a mod called romance of the three kingdoms and i would really like to have kids with my harem instead of just those extra consort so i dont have child of concubine from my heir here is what i have so far
Code:
### IMPERIAL DELIGHT ###
#Empress chooses a girl
character_event={
id=EMP.2
desc=EVTDESC_EMP.2
title=EVTTITLE_EMP
picture=GFX_evt_lovers
is_triggered_only=yes
immediate={
random_courtier={
limit={
prisoner=no
has_epidemic=no
is_ill=no
trait=inner_court
is_pregnant=no
NOT={ has_character_flag=lady_retired }
NOT={ has_character_flag=harem_ref }
}
save_event_target_as=target_lover
}
}
option={ #Accept Girl
name=OK
any_courtier={
limit={
trait=inner_court
has_character_flag=harem_ref
}
clr_character_flag=harem_ref
}
event_target:target_lover={
character_event={ id=EMP.3 }
}
}
option={ #REFUSE Girl
name=NOTHX
event_target:target_lover={
set_character_flag=harem_ref
}
character_event={ id=EMP.2 }
}
}
### IMPERIAL DELIGHT ###
#Ping Concubine
character_event={
id=EMP.3
is_triggered_only=yes
hide_window=yes
immediate={
wealth=5
religion_head={
wealth=-5
character_event={ id=EMP.4 }
}
}
effect = {
impregnate = THIS
hidden_tooltip = {
add_trait = pregnant
}
}
}
### IMPERIAL DELIGHT ###
#Empress chooses a girl
character_event={
id=EMP.4
desc=EVTDESC_EMP.4
title=EVTTITLE_EMP
picture=GFX_evt_lovers
is_triggered_only=yes
option={ #Visits concubine
name=OK
FROM={ character_event={ id=WoL.98 } }
}
}
can someone help and tell me what's wrong
]here is the full document where to place this as it sometimes impregnated them with themselves
Code:
### IMPERIAL DELIGHT ###
#Empress chooses a girl
character_event={
id=EMP.2
desc=EVTDESC_EMP.2
title=EVTTITLE_EMP
picture=GFX_evt_lovers
is_triggered_only=yes
immediate={
random_courtier={
limit={
prisoner=no
has_epidemic=no
is_ill=no
trait=inner_court
is_pregnant=no
NOT={ has_character_flag=lady_retired }
NOT={ has_character_flag=harem_ref }
}
save_event_target_as=target_lover
}
}
option={ #Accept Girl
name=OK
any_courtier={
limit={
trait=inner_court
has_character_flag=harem_ref
}
clr_character_flag=harem_ref
}
event_target:target_lover={
character_event={ id=EMP.3 }
}
}
option={ #REFUSE Girl
name=NOTHX
event_target:target_lover={
set_character_flag=harem_ref
}
character_event={ id=EMP.2 }
}
}
### IMPERIAL DELIGHT ###
#Ping Concubine
character_event={
id=EMP.3
is_triggered_only=yes
hide_window=yes
immediate={
wealth=5
religion_head={
wealth=-5
character_event={ id=EMP.4 }
}
}
effect = {
impregnate = THIS
hidden_tooltip = {
add_trait = pregnant
}
}
}
### IMPERIAL DELIGHT ###
#Empress chooses a girl
character_event={
id=EMP.4
desc=EVTDESC_EMP.4
title=EVTTITLE_EMP
picture=GFX_evt_lovers
is_triggered_only=yes
option={ #Visits concubine
name=OK
FROM={ character_event={ id=WoL.98 } }
}
}
can someone help and tell me what's wrong
]here is the full document where to place this as it sometimes impregnated them with themselves
Attachments
Last edited: