Hi everyone
So I've recreated the Clans from Vampire Requiem for the CQM and added the Covenants as Histories. Everything works just fine besides one History, the one for the Ordo Dracul.
I wanted to add bonus starting points to Bloodheal and Bloodbuff, but it just doesn't work. I tried it with "normal" disciplines, which works fine.
Here are the lines from the traiteffects000.txt
TraitEffectGroup
{
"InternalName" "History (Ordo Dracul)"
TraitEffect
{
"Trait" "Charisma"
"Modifier" "Max 3"
}
TraitEffect
{
"Trait" "Manipulation"
"Modifier" "Max 3"
}
TraitEffect
{
"Trait" "Appearance"
"Modifier" "Max 3"
}
TraitEffect
{
"Trait" "Blood_Healing"
"Modifier" "+2"
}
TraitEffect
{
"Trait" "Corpus_Vampirus"
"Modifier" "+2"
}
}
Where's the error?