Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 20th, 2012  |  syntax: None  |  size: 0.62 KB  |  hits: 17  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1.  
  2. #defensive war vs holy
  3. holywar_defense = {
  4.         potential = {
  5.                 is_ruler = yes
  6.         }
  7.        
  8.         trigger = {
  9.                 any_war = {
  10.                 OR = {
  11.                         using_cb = religious
  12.                         using_cb = crusade                     
  13.                                 }
  14.                         defender = {
  15.                                 character = ROOT
  16.                         }
  17.                 }
  18.                 NOT = {
  19.                         any_war = {
  20.                                 attacker = {
  21.                                         character = ROOT
  22.                                 }
  23.                         }
  24.                 }
  25.         }
  26.  
  27.         vassal_opinion = 30    
  28.         city_vassal_min_levy = 0.7
  29.         city_vassal_max_levy = 0.7
  30.         castle_vassal_min_levy = 0.7
  31.         castle_vassal_max_levy = 0.7
  32.         temple_vassal_min_levy = 0.7
  33.         temple_vassal_max_levy = 0.7
  34.         land_morale = 0.3
  35.         land_organisation = 0.3
  36.         global_tax_modifier = 0.5
  37. }