One line summary of your issue
3.0 (PXTU) CK II - Female legendary warrior bloodline gives no combat rating bonus
Game Version
3.0
What expansions do you have installed?
All of the above
Do you have mods enabled?
No
Please explain your issue is in as much detail as possible.
The warrior lodge bloodline with the id legendary_warrior_female gives no combat rating bonus, even though the male version does. Other female versions of warrior lodge bloodlines give the same combat rating bonus as male versions, so I assume it is a typo bug.
Steps to reproduce the issue.
Look up file "03_legendary_warrior_lodge_bloodlines.txt" in CKII>common>bloodlines.
Here is the code:
legendary_warrior_male = { #Easier joining warrior lodges
monthly_character_prestige = 0.1
combat_rating = 15
bloodline_effect_joining_warrior_lodge = 1
inheritance = patrilineal
allow_bastards = yes
flags = { legendary_warrior_lodge_bloodline created_bloodline bloodline_legendary_warrior }
picture = GFX_bloodlines_symbol_war
}
legendary_warrior_female = { #Easier joining warrior lodges
monthly_character_prestige = 0.1
bloodline_effect_joining_warrior_lodge = 1
inheritance = matrilineal
allow_bastards = yes
flags = { legendary_warrior_lodge_bloodline created_bloodline bloodline_legendary_warrior }
picture = GFX_bloodlines_symbol_war
}
Upload Attachment
3.0 (PXTU) CK II - Female legendary warrior bloodline gives no combat rating bonus
Game Version
3.0
What expansions do you have installed?
All of the above
Do you have mods enabled?
No
Please explain your issue is in as much detail as possible.
The warrior lodge bloodline with the id legendary_warrior_female gives no combat rating bonus, even though the male version does. Other female versions of warrior lodge bloodlines give the same combat rating bonus as male versions, so I assume it is a typo bug.
Steps to reproduce the issue.
Look up file "03_legendary_warrior_lodge_bloodlines.txt" in CKII>common>bloodlines.
Here is the code:
legendary_warrior_male = { #Easier joining warrior lodges
monthly_character_prestige = 0.1
combat_rating = 15
bloodline_effect_joining_warrior_lodge = 1
inheritance = patrilineal
allow_bastards = yes
flags = { legendary_warrior_lodge_bloodline created_bloodline bloodline_legendary_warrior }
picture = GFX_bloodlines_symbol_war
}
legendary_warrior_female = { #Easier joining warrior lodges
monthly_character_prestige = 0.1
bloodline_effect_joining_warrior_lodge = 1
inheritance = matrilineal
allow_bastards = yes
flags = { legendary_warrior_lodge_bloodline created_bloodline bloodline_legendary_warrior }
picture = GFX_bloodlines_symbol_war
}
Upload Attachment
Upvote
0