Advertisement
rangerage

Untitled

Aug 31st, 2012
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 4.88 KB | None | 0 0
  1. political_decisions = {
  2.     treaty_of_dublin = {
  3.         potential = {
  4.             tag = CAN
  5.             year = 1838
  6.             NOT = { has_country_flag = treaty_of_dublin }
  7.         }
  8.                
  9.         allow = {
  10.             war = no
  11.             money = 100000
  12.             relation = {
  13.                 who = IRE
  14.                 value = 100
  15.             }              
  16.         }
  17.                
  18.         effect = {
  19.             set_country_flag = treaty_of_dublin
  20.             IRE = {
  21.                 country_event = 66650
  22.             }
  23.             badboy = -2
  24.             prestige = 5
  25.         }
  26.                
  27.         ai_will_do = {
  28.             factor = 1
  29.         }
  30.     }
  31. }
  32.  
  33. country_event = {
  34.     id = 66650
  35.     title = "EVTNAME66650"
  36.     desc = "EVTDESC66650"
  37.     picture = "meeting"
  38.  
  39.     is_triggered_only = yes
  40.  
  41.     option = {
  42.         name = "EVTOPTA66650" #counter
  43.         IRE = {
  44.             country_event = {
  45.                 id = 66651
  46.                 days = 3
  47.             }
  48.         }
  49.         ai_chance = {
  50.             factor = 50
  51.         }
  52.     }
  53.  
  54.     option = {
  55.         name = "EVTOPTB66650" #negotiate
  56.         CAN = {
  57.             country_event = {
  58.                 id = 66652
  59.                 days = 7
  60.             }
  61.         }
  62.         ai_chance = {
  63.             factor = 50
  64.         }
  65.     }
  66. }
  67.  
  68. country_event = {   #counter
  69.     id = 66651
  70.     title = "EVTNAME66651"
  71.     desc = "EVTDESC66651"
  72.     picture = "administration"
  73.  
  74.     is_triggered_only = yes
  75.  
  76.     option = {
  77.         name = "EVTOPTA66651" #removal of cores/add alliance/influence
  78.         CAN = {
  79.             country_event = {
  80.                 id = 66653
  81.                 days = 7
  82.             }
  83.         }
  84.         ai_chance = {
  85.             factor = 45
  86.         }
  87.     }
  88.  
  89.     option = {
  90.         name = "EVTOPTB66651" #removal of cores
  91.         CAN = {
  92.             country_event = {
  93.                 id = 66654
  94.                 days = 7
  95.             }
  96.         }
  97.         ai_chance = {
  98.             factor = 55
  99.         }
  100.     }
  101. }
  102.  
  103. country_event = {
  104.     id = 66652 #Ireland Agrees to negotiate
  105.     title = "EVTNAME66652"
  106.     desc = "EVTDESC66652"
  107.     picture = "meeting3"
  108.        
  109.     is_triggered_only = yes
  110.        
  111.     option = {
  112.         name = "EVTOPTA66652"
  113.         CAN = {
  114.             country_event = {
  115.                 id = 66655
  116.                 days = 7
  117.             }
  118.         }
  119.     }
  120. }
  121.  
  122. country_event = {
  123.     id = 66653 #Removal of cores/add alliance/influence
  124.     title = "EVTNAME66653"
  125.     desc = "EVTDESC66653"
  126.     picture = "Travel"
  127.  
  128.     is_triggered_only = yes
  129.  
  130.     option = {
  131.         name = "EVTOPTA66653" #Acceptance
  132.         IRE = {
  133.             country_event = {
  134.                 id = 66656
  135.                 days = 10
  136.             }
  137.         }
  138.         ai_chance = {
  139.             factor = 65
  140.         }      
  141.     }
  142.    
  143.     option = {
  144.         name = "EVTOPTA66653"
  145.         IRE = {
  146.             country_event = { #Refusal
  147.                 id = 66657
  148.                 days = 6
  149.             }
  150.         }
  151.         ai_chance = {
  152.             factor = 35
  153.         }          
  154.     }
  155. }
  156.  
  157. country_event = {
  158.     id = 66654 #Removal of cores
  159.     title = "EVTNAME66654"
  160.     desc = "EVTDESC66654"
  161.     picture = "slavepower"
  162.  
  163.     is_triggered_only = yes
  164.  
  165.     option = {
  166.         name = "EVTOPTA66653" #Acceptance
  167.         IRE = {
  168.             country_event = {
  169.                 id = 66658
  170.                 days = 8
  171.             }
  172.             ai_chance = {
  173.                 factor = 70
  174.             }      
  175.         }
  176.     }
  177.    
  178.     option = {
  179.         name = "EVTOPTA66653"
  180.         IRE = {
  181.             country_event = { #Refusal
  182.                 id = 66657
  183.                 days = 5
  184.             }
  185.         }
  186.         ai_chance = {
  187.             factor = 30
  188.         }          
  189.     }
  190. }
  191.  
  192. country_event = {
  193.     id = 66655 #Ireland has agreed to negotiate, what are our terms?
  194.     title = "EVTNAME66655"
  195.     desc = "EVTDESC66655"
  196.     picture = "Sturt"
  197.        
  198.     is_triggered_only = yes
  199.        
  200.     option = {
  201.         name = "EVTOPTA66655" #Integrate into Empire/accept Irish/butmad brits
  202.         IRE = {
  203.             country_event = {
  204.                 id = 66659
  205.                 days = 5
  206.             }
  207.         }
  208.         ai_chance = {
  209.             factor = 30
  210.         }      
  211.     }
  212.    
  213.     option = {
  214.         name = "EVTOPTA66655"
  215.         IRE = {
  216.             country_event = { #Integrate into Empire
  217.                 id = 66660
  218.                 days = 5
  219.             }
  220.         }
  221.         ai_chance = {
  222.             factor = 40
  223.         }      
  224.        
  225.     }
  226.    
  227.     option = {
  228.         name = "EVTOPTA66655"
  229.         IRE = {
  230.             country_event = { #Puppet/Alliance/Influence/Core removal
  231.                 id = 66661
  232.                 days = 5
  233.             }
  234.         }
  235.         ai_chance = {
  236.             factor = 30
  237.         }      
  238.        
  239.     }
  240. }
  241.  
  242. country_event = {
  243.     id = 66656 #Removal of cores/add alliance/influence Accept
  244.     title = "EVTNAME66656"
  245.     desc = "EVTDESC66656"
  246.     picture = "finepeople"
  247.        
  248.     is_triggered_only = yes
  249.    
  250.     option = {
  251.         name = "EVTOPTA66656"
  252.         any_owned = {
  253.             limit = {
  254.                 is_core = CAN
  255.                 is_core = IRE
  256.             }
  257.             remove_core = CAN
  258.         }
  259.         CAN = {
  260.             infamy = -2
  261.             prestige = 10
  262.             create_alliance = IRE
  263.             relation = {
  264.                 who = IRE
  265.                 value = 100
  266.             }
  267.             diplomatic_influence = {
  268.                 who = IRE
  269.                 value = 150
  270.             }
  271.         }
  272.     }
  273. }
  274.  
  275. country_event = {
  276.     id = 66657 # Refusal
  277.     title = "EVTNAME66657"
  278.     desc = "EVTDESC66657"
  279.     picture = "finepeople"
  280.        
  281.     is_triggered_only = yes
  282.    
  283.     option = {
  284.         name = "EVTOPTA66656"
  285.         any_owned = {
  286.             limit = {
  287.                 is_core = CAN
  288.                 is_core = IRE
  289.             }
  290.             remove_core = CAN
  291.         }
  292.         CAN = {
  293.             infamy = -2
  294.             prestige = 10
  295.             create_alliance = IRE
  296.             relation = {
  297.                 who = IRE
  298.                 value = 100
  299.             }
  300.             diplomatic_influence = {
  301.                 who = IRE
  302.                 value = 150
  303.             }
  304.         }
  305.     }
  306. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement