• 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.

redsimonDE

Heiliger Krieger
105 Badges
Jul 14, 2013
326
218
  • Crusader Kings Complete
  • Crusader Kings II
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: Sword of Islam
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: The Republic
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Horse Lords
  • Crusader Kings II: Reapers Due
  • Crusader Kings II: Conclave
  • Crusader Kings II: Way of Life
  • Crusader Kings II: Monks and Mystics
  • Crusader Kings II: Jade Dragon
  • Crusader Kings II: Holy Fury Pre-order
  • Mount & Blade: With Fire and Sword
  • Mount & Blade: Warband
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
 
Upvote 0