+ Reply to Thread
Page 64 of 440 FirstFirst ... 14 39 54 62 63 64 65 66 74 89 114 139 164 ... LastLast
Results 1,261 to 1,280 of 8786

Thread: Crusader Kings II ~ Quick Answers

  1. #1261
    People's Commissar of the Navy Demi Moderator Avindian's Avatar
    Crusader Kings IIDarkest HourDeus VultEU3 CompleteDivine Wind
    For the MotherlandHearts of Iron IIIHOI3: Their Finest HourHeir to the ThroneLeviathan: Warships
    March of the EaglesVictoria: RevolutionsRome GoldSemper FiSengoku
    Sword of the Stars IISupreme Ruler: Cold WarVictoria 2Victoria II: A House DividedVictoria II: Heart of Darkness
    V2 BetaCK2: Holy Knight500k club

    Join Date
    Jan 2010
    Location
    Manhattan, KS
    Posts
    7,054
    Quote Originally Posted by Veldmaarschalk View Post
    Yes, go the Law screen and hover your mouse over the little number at the bottom of your portrait

    I am not currently Emperor; I am a contender for the crown, the Duke of Mecklenburg.
    Active AARs
    Gun boat diplomacy: An HOD Tutorial AAR -- New!
    The Hohenzollerns megacampaign part 2: For God and the family (Bavaria DW 5.2) -- In progress
    Tukhachevsky's Army and the Politburo -- an Interactive Soviet TFH AAR -- Updates|Administration -- In progress
    Like what you see? Check out my Inkwell for awards and completed AARs!

    Please vote for your favorite completed 2012 AARs! EU3|V2|CKII|HOI3

    If I use this color, I am speaking as a Demi-Mod. If you have any questions, please PM me directly. Forum Rules|Interactive AARs|AARland Rules #1|AARland Rules #2|EvW Missile Silo - check before posting!

  2. #1262
    Quote Originally Posted by Avindian View Post
    I am not currently Emperor; I am a contender for the crown, the Duke of Mecklenburg.
    You can still access it from the laws screen. In the top left your shield should be where the HRE shield is in that picture. Next to it and smaller will be the HRE shield. You should be able to click the HRE shield.

    Quote Originally Posted by ariantes View Post
    That depends on a lot of things, not sure if I got all of them.

    1) You can't push claims of females who are not rulers.
    2) you don't have to give him land, but if you are not his liege, once he got his claim, he won't be your vassal (ie. he will be independent).
    3) You can push a claim of males (and female rulers) of your dynasty if they are at your court or at the court of your vassals.
    2) Unless the claim you are pressing for him is de-jure your vassal, or he is of your dynasty. If either of those is true, then you don't need to give him land for him to become your vassal.
    3) You can push the claim of anyone in your realm except unlanded females (unsure how true cognatic affects this), not just dynasty members.

    Quote Originally Posted by Slaunyeh View Post
    how can i start a war on the behalf of the claimant ?
    Same way you start a normal war. There should be a list of CB and on some you will have the person who's claim you are pressing's portrait.
    Last edited by Keinwyn; 16-03-2012 at 17:22.

  3. #1263
    Quote Originally Posted by Slaunyeh View Post
    Thank you . It clarify some, but how can i start a war on the behalf of the claimant ?
    If the claimant is at your court or at the court of one of your vassals, click on the county you want to claim (or the capital county of a duchy if you want to claim a duchy) and click on the lord of that county. If he has a liege, click on the liege, repeat until you reach the independent ruler. Go to diplomacy, declare war, there should be the the option "Claim XY" with the thumbnail of the of the claimant next to it.

    Now, if you are both (you and the holder of the title not the claim) part of the same independent nation (like HRE) and the crown laws allow warfare between vassals, you don't need to declare war on the liege, but you can declare war directly on the holder of the title.

    If the claimant is not at your court or at the court of one of your vassals, you need to invite him to your court first.

  4. #1264
    Quote Originally Posted by ariantes View Post
    Another question:

    how long do epidemics last? My whole kingdom is hit by tuberculosis and all my vassals are all contracting consumption and dying. It's is kinda annoying
    Code:
    tuberculosis = {
    	contagiousness = 0.2
    	outbreak_chance = 0.02
    	effect = {
    		city_tax_modifier = -0.5
    		supply_limit = -4
    		max_attrition = 0.05
    	}
    	icon = 1
    	tooltip = TUBERCULOSIS_INFO
    	months = 24
    	trait = has_tuberculosis
    	always_get_message = no
    
    	timeperiod = {
    		start_date = 1066.9.15
    		end_date = 1452.1.1		
    
    		one_only = no
    	}
    }
    Looks like 24 months.


    Code:
    tuberculosis = {
    	contagiousness = 0.2
    	outbreak_chance = 0.02
    	effect = {
    		city_tax_modifier = -0.5
    		supply_limit = -4
    		max_attrition = 0.05
    	}
    	icon = 1
    	tooltip = TUBERCULOSIS_INFO
    	months = 24
    	trait = has_tuberculosis
    	always_get_message = no
    
    	timeperiod = {
    		start_date = 1066.9.15
    		end_date = 1452.1.1		
    
    		one_only = no
    	}
    }
    
    typhoid_fever = {
    	contagiousness = 0.2
    	outbreak_chance = 0.02
    	effect = {
    		city_tax_modifier = -0.5
    		supply_limit = -4
    		max_attrition = 0.05
    	}
    	icon = 2
    	tooltip = TYPHOID_FEVER_INFO
    	months = 24
    	trait = has_typhoid_fever
    	always_get_message = no
    	
    	timeperiod = {
    		start_date = 1066.9.15
    		end_date = 1452.1.1
    
    		one_only = no
    	}
    }
    
    typhus = {
    	contagiousness = 0.4
    	outbreak_chance = 0.08
    	effect = {
    		city_tax_modifier = -0.5
    		supply_limit = -4
    		max_attrition = 0.05
    	}
    	icon = 3
    	tooltip = TYPHUS_INFO
    	months = 5
    	trait = has_typhus
    	always_get_message = no
    	
    	timeperiod = {
    		start_date = 1066.9.15
    		end_date = 1452.1.1
    
    		one_only = no
    	}
    }
    
    bubonic_plague = {
    	contagiousness = 0.8
    	outbreak_chance = 0.01
    	effect = {
    		city_tax_modifier = -0.8
    		supply_limit = -4
    		max_attrition = 0.05
    	}
    	icon = 4
    	tooltip = BUBONIC_PLAGUE_INFO
    	months = 7
    	trait = has_bubonic_plague
    	always_get_message = yes
    
    	timeperiod = {
    		start_date = 1300.1.1
    		end_date = 1400.1.1
    
    		one_only = yes
    	}
    }
    
    measles = {
    	contagiousness = 0.4
    	outbreak_chance = 0.08
    	effect = {
    		city_tax_modifier = -0.5
    		supply_limit = -4
    		max_attrition = 0.05
    	}
    	icon = 5
    	tooltip = MEASLES_INFO
    	months = 5
    	trait = has_measles
    	always_get_message = no
    	
    	timeperiod = {
    		start_date = 1066.9.15
    		end_date = 1452.1.1
    
    		one_only = no
    	}
    }
    
    small_pox = {
    	contagiousness = 0.4
    	outbreak_chance = 0.16
    	effect = {
    		city_tax_modifier = -0.2
    		supply_limit = -4
    		max_attrition = 0.05
    	}
    	icon = 6
    	tooltip = SMALL_POX_INFO
    	months = 4
    	trait = has_small_pox
    	always_get_message = no
    	
    	timeperiod = {
    		start_date = 1066.9.15
    		end_date = 1452.1.1
    
    		one_only = no
    	}
    }
    "A dagger in the dark is worth a thousand swords at dawn." - Warhammer
    "Your words are as empty as your future. I am the vanguard of your destruction, this exchange is over." - Sovereign

  5. #1265
    What do you guys think is best cultural building?

    Im Italian is it worth it to build the pikemen building or should i skip it?

  6. #1266
    Hi all,
    i am playing as duke of Milan. That shit of the Emperor has decided medium authority crown so i can't make war to other vassals of his. But Bavaria (one of his) attacked Toscana (another one of his). How can it be???
    What do u suggest me to do? I can't do no wars...
    btw how could i become emperor??

  7. #1267
    New question (I hope it hasn't been asked before).
    How is character types decided and is player characters always nobles?

  8. #1268
    B&C+M Supermoderator Veldmaarschalk's Avatar
    74 games registered

    74

    200k clubCrusader Kings IIV2 BetaCK2: Holy Knight500k club

    Join Date
    Apr 2003
    Location
    The Netherlands
    Posts
    28,990
    Quote Originally Posted by BraidsMAmma View Post
    New question (I hope it hasn't been asked before).
    How is character types decided and is player characters always nobles?
    Yes, you can only play nobles

    No, idea what you mean with 'character types'.

  9. #1269
    Quote Originally Posted by BraidsMAmma View Post
    New question (I hope it hasn't been asked before).
    How is character types decided and is player characters always nobles?
    You mean doge, duke, or archbishop? By what kind of holding they have. Give a county to a guy with a city and he will be a doge.

  10. #1270
    I have made my brother a Lord-mayor (opps!) and here is a simple question. Will his son be a Lord-Mayor or a count when he obtains his titles from my brother?

  11. #1271
    Second Lieutenant Slaunyeh's Avatar
    Crusader Kings II

    Join Date
    Mar 2012
    Location
    Brazil
    Posts
    172
    Quote Originally Posted by Asimov4000 View Post
    Hi all,
    i am playing as duke of Milan. That shit of the Emperor has decided medium authority crown so i can't make war to other vassals of his. But Bavaria (one of his) attacked Toscana (another one of his). How can it be???
    What do u suggest me to do? I can't do no wars...
    btw how could i become emperor??
    The vassals-but-you can wage war when crown laws forbid it seems to be a bug, many times reported.
    Exodus 15:3
    The Lord is as a man of war, Almighty is his name.

    The rest is marketing.

  12. #1272
    People's Commissar of the Navy Demi Moderator Avindian's Avatar
    Crusader Kings IIDarkest HourDeus VultEU3 CompleteDivine Wind
    For the MotherlandHearts of Iron IIIHOI3: Their Finest HourHeir to the ThroneLeviathan: Warships
    March of the EaglesVictoria: RevolutionsRome GoldSemper FiSengoku
    Sword of the Stars IISupreme Ruler: Cold WarVictoria 2Victoria II: A House DividedVictoria II: Heart of Darkness
    V2 BetaCK2: Holy Knight500k club

    Join Date
    Jan 2010
    Location
    Manhattan, KS
    Posts
    7,054
    I'm a bit confused about the "request title" decision; can somebody tell me the requirements? I'm having a hard time understanding the tooltip.
    Active AARs
    Gun boat diplomacy: An HOD Tutorial AAR -- New!
    The Hohenzollerns megacampaign part 2: For God and the family (Bavaria DW 5.2) -- In progress
    Tukhachevsky's Army and the Politburo -- an Interactive Soviet TFH AAR -- Updates|Administration -- In progress
    Like what you see? Check out my Inkwell for awards and completed AARs!

    Please vote for your favorite completed 2012 AARs! EU3|V2|CKII|HOI3

    If I use this color, I am speaking as a Demi-Mod. If you have any questions, please PM me directly. Forum Rules|Interactive AARs|AARland Rules #1|AARland Rules #2|EvW Missile Silo - check before posting!

  13. #1273
    In bruges giving good tumbles burny26's Avatar
    Arsenal of DemocracyCrusader Kings IIDarkest HourDeus VultEuropa Universalis 3
    EU3 CompleteDivine WindFor the MotherlandHearts of Iron IIIHOI3: Their Finest Hour
    Heir to the ThroneMarch of the EaglesEuropa Universalis: RomeSemper FiSengoku
    Victoria 2Victoria II: A House DividedVictoria II: Heart of DarknessRome: Vae Victis500k club

    Join Date
    Sep 2010
    Posts
    526
    What does this mean :" Religion groups are now marked playable in the religion file"

    Papacy playable?

  14. #1274
    Quote Originally Posted by burny26 View Post
    What does this mean :" Religion groups are now marked playable in the religion file"

    Papacy playable?
    That means the trigger that stops you from playing Pagans or Muslims is now in a text file allowing you to change it so you can play as Pagans or Muslims.
    "A dagger in the dark is worth a thousand swords at dawn." - Warhammer
    "Your words are as empty as your future. I am the vanguard of your destruction, this exchange is over." - Sovereign

  15. #1275
    Quote Originally Posted by Slaunyeh View Post
    The vassals-but-you can wage war when crown laws forbid it seems to be a bug, many times reported.
    Is it a bug? I haven't played as the HRE, so I'm not sure what's De Jure and what's not, but what I've found in my English campaign is that my Dukes in Ireland, Egypt and Scotland were able to declare war independently, but the rest of my Dukes were not. If they were De Jure English, they were bound by my crown laws. If they were not, they appear to be bound by the crown laws of their De Jure kingdom. This meant my French dukes couldn't declare war because they were bound by the crown law of France. My Irish, Scottish and Egyptian Dukes were not restricted by crown laws (because the crown didn't exist, or crown law was low enough). Once I created the Kingdom of Ireland, it inherited the Crown Laws of England and my Irish vassals lost the ability to declare war independently. I usurped the already extant Kingdom or Scotland, with low crown law, and these guys kept the ability to declare war.

  16. #1276
    Restricted access until e-mail confirmed
    Crusader Kings IIEU3 CompleteDivine Wind

    Join Date
    Apr 2010
    Posts
    15
    Hello!
    If the guardian of my heir is "Levantine", it's possible that my heir switches his culture to "Levantine"?
    Or the "Guardian culture switch" works only with european cultures (+ ethiopian)?

  17. #1277
    Star Swirl the Bearded Baneslave's Avatar
    HoI AnthologyArsenal of DemocracyCrusader Kings IICommander: Conquest of the AmericasDarkest Hour
    Deus VultEuropa Universalis 3EU3 CompleteDivine WindFor The Glory
    For the MotherlandHearts of Iron IIIHOI3: Their Finest HourHeir to the ThroneLeviathan: Warships
    The Kings CrusadeMagickaMajesty 2March of the EaglesEU3 Napoleon's Ambition
    Victoria: RevolutionsEuropa Universalis: RomeRome GoldSemper FiSupreme Ruler 2020 Gold
    Victoria 2Victoria II: A House DividedVictoria II: Heart of DarknessRome: Vae VictisMount & Blade: Warband

    Join Date
    Apr 2004
    Location
    Mikkeli, Finland
    Posts
    6,267
    Knab: Yes, it is possible.

  18. #1278
    Quote Originally Posted by Knab View Post
    Hello!
    If the guardian of my heir is "Levantine", it's possible that my heir switches his culture to "Levantine"?
    Or the "Guardian culture switch" works only with european cultures (+ ethiopian)?
    Yes

  19. #1279
    Hi all,
    is there a way you can suggest me to make lower the Crown authority of Emperor??

    Thanks!

  20. #1280
    does syphilitic cause someone to be insane?

    (married off a syphilitic woman to a mayor i didn't like. a few years later she died). 10 years later he is stark raving mad and in prison for trying to kill a bunch of people. Was this a random occurrence or something that was programmed in by paradox?

+ Reply to Thread
Page 64 of 440 FirstFirst ... 14 39 54 62 63 64 65 66 74 89 114 139 164 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts