0 of 0

File information

Last updated

Original upload

Created by

krisk0

Uploaded by

kpvsz

Virus scan

Safe to use

Tags for this mod

About this mod

Enables fertility display on every character's window, next to age.

Requirements
Permissions and credits
Requires Elder Kings.

Language support

No messages requiring localization are added. Thus, the mod supports all languages supported by other mods.

Legal notice

I do not think I can publish a file from Elder Kings here. Therefore I only publish block of code and where-to-insert-it instruction. 

Install instruction

1. Open in a text editor file from ELder Kings called mods/elder-kings-ck3/gui/window_character.gui
2. Find three lines

# EK ADDITION: magicka icon
ek_magicka = { }
}
3. After those lines insert  block

text_single = {
name = "fertility"
raw_text = "[Character.GetFertility|%0]"
default_format = "#low"
fontsize = 20
fontsize_min = 14
align = nobaseline
}
4. Save file

List of my CK3 modifications