Crusader Kings II

Crusader Kings II

Vampire Kingdoms 2.0
Fourk  [developer] 12 Mar, 2015 @ 7:01pm
Issues Wanting to Resolve
So these are primary issues I want to address first.

1. Make it so the Dracul (religious head) is created with one of the vampire traits or attains it rapidly upon succeeding.

2. So right now, the commanders of the two mercenary groups (the Flesheaters and the Bonemen) and the two holy orders (The Blood Knights and the Knights in Black) are not vampires. I can't seem to make the game have them be created as vampires. Thoughts on how to do this?

3. I need to test to see if the Dracul will call a vampiric crusade (the Blackening). Not sure how to force this so it tests. If someone is able to make it fire off, let me know.
< >
Showing 1-6 of 6 comments
3. did you create Crusade events like in the on_action_events file?
Last edited by SinStar87 (He/Him); 13 Mar, 2015 @ 5:57pm
1/2.Here's the Varangian trait for the captain of the guard, should be adaptable for the vampire mercs and religious head.

# Varangian Captain gets Varangian trait
character_event = {
id = TOG.3105
hide_window = yes

min_age = 16
only_men = yes
capable_only = yes
prisoner = no

trigger = {
has_landed_title = d_varangian_guard
NOT = { trait = varangian }
}

mean_time_to_happen = {
days = 1
}

immediate = {
add_trait = varangian
}

option = {
name = OK
}
}
Last edited by SinStar87 (He/Him); 13 Mar, 2015 @ 5:57pm
Not a bug so I'm posting it here. One of the vampire clans things has add quick, well I always take genius when I'm creating a character, so effectively I'm downgrading when I select that clan.

Edit* ok worked out a fix for it, worked fine for me
if = {
limit = { NOT = {trait = genius} }
add_trait = quick
}
Last edited by SinStar87 (He/Him); 15 Mar, 2015 @ 4:01pm
renamed the events in my download by replacing (10000930) with (VampK.) in events and local while I was messing with stuff
Jason 26 Jul, 2015 @ 2:27pm 
Issues (all related)

1) if I'm a pagan, invading another pagan, and I'm outed as a vampire, I become a reformed religion and my armies IMMEDIATELY start suffering from attrition.

2) if I'm norse, and i'm outed as a vampire, my massive fleet of boats cost a lot more, I can no longer get my vassals' levies without it pissing them off (dispite the fact that they supposedly worship me as a god), and my favorite CBs are now unavailable.

3) I think that dracul guy is a douchebag anyway. Praise be to the the father of vampires: Odin.

My point being: I think I should be able to play an OUTED vampire that worships a non-morthali religion.
Jason 30 Jul, 2015 @ 6:30pm 
what was your intent with the line
gain_title = FROM
in vamp_decisions.txt near the end of create_k_morthalv and create_k_darkv? I think you intended to put something there but I cant figure out what it is...

also, I don't think ck2 lets you use
is_playable = yes
as a quick trigger
< >
Showing 1-6 of 6 comments
Per page: 1530 50