Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2015
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.60 KB | None | 0 0
  1. ##################################################################################################
  2. # scriptable and usable for event-system below.
  3. ##################################################################################################
  4.  
  5. ##### POLITICAL EVENTS ######
  6. government_sanitarium = {
  7. population_growth = 0.005
  8. icon = 19
  9. }
  10.  
  11. ##### TECH SCHOOLS ######
  12. academic_confusion = {
  13. research_points_modifier = -0.01
  14. prestige = -0.01
  15. icon = 6
  16. }
  17.  
  18. ##### LIBERAL REVOLUTIONS #####
  19. liberal_agitation = {
  20. pop_consciousness_modifier = 0.1
  21. icon = 4
  22. }
  23.  
  24. springtime_of_nations = {
  25. core_pop_militancy_modifier = 0.3
  26. icon = 8
  27. }
  28.  
  29. global_liberal_agitation = {
  30. core_pop_militancy_modifier = 0.02
  31. global_pop_consciousness_modifier = 0.05
  32. icon = 4
  33. }
  34.  
  35. potato_blight = {
  36. population_growth = -0.02
  37. pop_militancy_modifier = 0.01
  38. icon = 20
  39. }
  40.  
  41. anti_jacobin_tract = {
  42. core_pop_consciousness_modifier = -0.05
  43. icon = 3
  44. }
  45.  
  46. cholera_epidemic_small = {
  47. population_growth = -0.01
  48. icon = 20
  49. }
  50.  
  51. cholera_epidemic_big = {
  52. population_growth = -0.02
  53. icon = 20
  54. }
  55.  
  56. conservative_reaction = {
  57. pop_consciousness_modifier = 0.01
  58. icon = 4
  59. }
  60.  
  61. liberal_reaction = {
  62. pop_consciousness_modifier = 0.01
  63. icon = 4
  64. }
  65.  
  66. national_tragedy = {
  67. pop_consciousness_modifier = 0.01
  68. icon = 15
  69. }
  70.  
  71. ##### CIVILIZATION AND GUNBOATS #####
  72. western_influences = {
  73. global_pop_militancy_modifier = 0.1
  74. global_pop_consciousness_modifier = 0.05
  75. research_points_modifier = 0.2
  76. icon = 10
  77. }
  78.  
  79. uncivilized_isolationism = {
  80. global_pop_militancy_modifier = -0.1
  81. global_pop_consciousness_modifier = -0.05
  82. research_points_modifier = -0.2
  83. icon = 10
  84. }
  85.  
  86. western_presence = {
  87. pop_militancy_modifier = 0.1
  88. research_points_modifier = 0.01
  89. icon = 9
  90. }
  91.  
  92. foreign_smugglers = {
  93. poor_life_needs = -0.05
  94. middle_life_needs = -0.05
  95. rich_life_needs = -0.05
  96. icon = 12
  97. }
  98.  
  99. foreign_trading_post = {
  100. poor_life_needs = -0.1
  101. middle_life_needs = -0.1
  102. rich_life_needs = -0.1
  103. icon = 11
  104. }
  105.  
  106. silk_famine = {
  107. farm_rgo_eff = -0.5
  108. icon = 14
  109. }
  110.  
  111. dissatisfied_workers = {
  112. farm_rgo_eff = -0.25
  113. mine_rgo_eff = -0.25
  114. icon = 20
  115. }
  116.  
  117. naval_school = {
  118. research_points_modifier = 0.01
  119. icon = 17
  120. }
  121.  
  122. trade_restrictions = {
  123. poor_life_needs = 0.05
  124. middle_life_needs = 0.05
  125. rich_life_needs = 0.05
  126. pop_consciousness_modifier = -0.05
  127. icon = 10
  128. }
  129.  
  130. colonial_dry_spell = {
  131. pop_militancy_modifier = 0.05
  132. farm_RGO_eff = -0.20
  133. icon = 14
  134. }
  135.  
  136. colonial_exploitation = {
  137. farm_RGO_eff = 0.10
  138. mine_RGO_eff = 0.10
  139. pop_militancy_modifier = 0.1
  140. icon = 18
  141. }
  142.  
  143. colonial_museum_of_natural_history = {
  144. research_points_modifier = 0.02
  145. icon = 5
  146. }
  147.  
  148. colonial_mismanagement = {
  149. pop_militancy_modifier = -0.02
  150. farm_rgo_eff = -0.5
  151. mine_rgo_eff = -0.5
  152. icon = 2
  153. }
  154.  
  155. colonial_recruitment = {
  156. immigrant_attract = 1 #100%
  157. life_rating = 0.1
  158. population_growth = 0.001
  159. assimilation_rate = 0.25
  160. icon = 9
  161. }
  162.  
  163. baby_boom = {
  164. population_growth = 0.001
  165. icon = 19
  166. }
  167.  
  168. loyal_askaris = {
  169. pop_militancy_modifier = -0.05
  170. pop_consciousness_modifier = -0.05
  171. prestige = 0.01
  172. icon = 17
  173. }
  174.  
  175. muhammad_alis_reforms = {
  176. research_points_modifier = 0.5
  177. pop_consciousness_modifier = 0.05
  178. icon = 5
  179. }
  180.  
  181. ##### SUFFRAGETTE MOVEMENTS #####
  182.  
  183. female_suffrage = {
  184. poor_vote = 0.05
  185. middle_vote = 0.02
  186. rich_vote = -0.01
  187. core_pop_militancy_modifier = -0.02
  188. icon = 7
  189. }
  190.  
  191. ##### SOCIALISM AND FACISM #####
  192.  
  193. labor_union = {
  194. core_pop_consciousness_modifier = 0.05
  195. farm_rgo_eff = 0.05
  196. mine_rgo_eff = 0.05
  197. icon = 4
  198. }
  199.  
  200. militant_trade_union = {
  201. core_pop_militancy_modifier = 0.05
  202. farm_rgo_eff = 0.05
  203. mine_rgo_eff = 0.05
  204. icon = 4
  205. }
  206.  
  207. worker_union = {
  208. poor_everyday_needs = -0.1
  209. farm_rgo_eff = -0.05
  210. mine_rgo_eff = -0.05
  211. pop_militancy_modifier = 0.2
  212. icon = 4
  213. }
  214.  
  215. strike_solution = {
  216. farm_rgo_eff = 0.25
  217. mine_rgo_eff = 0.25
  218. icon = 4
  219. }
  220.  
  221. province_strike = {
  222. pop_militancy_modifier = 0.2
  223. icon = 4
  224. }
  225.  
  226. may_day = {
  227. farm_rgo_eff = -0.1
  228. mine_rgo_eff = -0.1
  229. pop_militancy_modifier = -0.2
  230. icon = 4
  231. }
  232.  
  233. national_workshops = {
  234. farm_rgo_eff = -0.02
  235. mine_rgo_eff = -0.02
  236. prestige = 0.02
  237. icon = 13
  238. }
  239.  
  240. worker_revolt = {
  241. farm_rgo_eff = -0.2
  242. mine_rgo_eff = -0.2
  243. icon = 20
  244. }
  245.  
  246. black_shirts = {
  247. pop_militancy_modifier = 0.4
  248. icon = 18
  249. }
  250.  
  251. free_corps = {
  252. pop_militancy_modifier = 0.2
  253. icon = 18
  254. }
  255.  
  256. am_everywhere = {
  257. prestige = 0.01
  258. icon = 16
  259. }
  260.  
  261. the_massacre = {
  262. poor_everyday_needs = -0.2
  263. population_growth = -0.01
  264. icon = 18
  265. }
  266. fascist_welfare = {
  267. poor_everyday_needs = -0.1
  268. population_growth = 0.001
  269. icon = 12
  270. }
  271.  
  272. beer_hall_putsch = {
  273. population_growth = -0.001
  274. pop_militancy_modifier = 0.2
  275. icon = 18
  276. }
  277.  
  278. ##### Civilization & Gunboats #####
  279. local_opium_habit = {
  280. mine_rgo_eff = -0.2
  281. farm_rgo_eff = -0.2
  282. pop_consciousness_modifier = -0.01
  283. icon = 20
  284. }
  285.  
  286. sayings_of_the_dutch = {
  287. research_points_modifier = 0.05
  288. icon = 5
  289. }
  290.  
  291. european_military_mission = {
  292. research_points_modifier = 0.02
  293. pop_militancy_modifier = 0.1
  294. icon = 17
  295. }
  296.  
  297. extraterritoriality_granted = {
  298. pop_militancy_modifier = 0.15
  299. icon = 10
  300. }
  301.  
  302. military_reform = {
  303. leadership_modifier = 0.2
  304. pop_militancy_modifier = 0.3
  305. icon = 18
  306. }
  307.  
  308. educational_reform = {
  309. research_points_modifier = 0.05
  310. pop_militancy_modifier = 0.07
  311. icon = 5
  312. }
  313.  
  314. legation_quarter = {
  315. pop_militancy_modifier = 0.03
  316. icon = 8
  317. }
  318.  
  319. kettler_denkmal = {
  320. prestige = -0.07
  321. pop_militancy_modifier = 0.03
  322. icon = 8
  323. }
  324.  
  325. local_economic_downturn = {
  326. local_RGO_output = -0.2
  327. pop_consciousness_modifier = 0.5
  328. icon = 12
  329. }
  330.  
  331. ##### AMERICAN CIVIL WAR #####
  332. free_staters = {
  333. life_rating = -0.02
  334. pop_militancy_modifier = 0.05
  335. icon = 1
  336. }
  337.  
  338. border_ruffians = {
  339. life_rating = -0.02
  340. pop_militancy_modifier = 0.05
  341. icon = 18
  342. }
  343.  
  344. underground_railroad = {
  345. pop_militancy_modifier = 0.05
  346. pop_consciousness_modifier = 0.025
  347. icon = 4
  348. }
  349.  
  350. abolitionist_society = {
  351. pop_militancy_modifier = 0.01
  352. pop_consciousness_modifier = 0.025
  353. icon = 8
  354. }
  355.  
  356. knights_of_the_golden_circle = {
  357. pop_consciousness_modifier = 0.1
  358. pop_militancy_modifier = 0.1
  359. icon = 18
  360. }
  361.  
  362. american_anti_slavery_society = {
  363. pop_consciousness_modifier = 0.1
  364. icon = 8
  365. }
  366.  
  367. copperhead_democrats = {
  368. pop_consciousness_modifier = 0.1
  369. icon = 20
  370. }
  371.  
  372. anaconda_plan = {
  373. war_exhaustion = 0.05
  374. icon = 18
  375. }
  376.  
  377. the_homestead_act = {
  378. global_immigrant_attract = 0.5 #50%
  379. global_assimilation_rate = 0.5
  380. icon = 9
  381. }
  382.  
  383. the_slavery_debate = {
  384. global_pop_consciousness_modifier = 0.05
  385. icon = 4
  386. }
  387.  
  388. the_bonnie_blue_flag = {
  389. leadership = 2
  390. mobilisation_economy_impact = -0.25
  391. mobilisation_size = 0.1
  392. icon = 15
  393. }
  394.  
  395. ##### WORKPLACE EVENTS #####
  396. silk_famine = {
  397. farm_rgo_eff = -0.5
  398. icon = 14
  399. }
  400.  
  401. blood_and_iron_mine = {
  402. mine_rgo_eff = 1.25
  403. pop_militancy_modifier = 0.01
  404. icon = 14
  405. }
  406.  
  407. ##### TEMPERANCE LEAGUE #####
  408. libertine_culture = {
  409. prestige = -0.01
  410. farm_rgo_eff = -0.05
  411. mine_rgo_eff = -0.05
  412. icon = 19
  413. }
  414.  
  415. temperance_league = {
  416. poor_everyday_needs = -0.05
  417. prestige = 0.01
  418. global_pop_militancy_modifier = 0.01
  419. farm_rgo_eff = 0.05
  420. mine_rgo_eff = 0.05
  421. icon = 2
  422. }
  423.  
  424. beer_halls = {
  425. farm_rgo_eff = -0.05
  426. mine_rgo_eff = -0.05
  427. pop_militancy_modifier = -0.02
  428. icon = 15
  429. }
  430.  
  431. destitution_and_poverty = {
  432. farm_rgo_eff = -0.05
  433. mine_rgo_eff = -0.05
  434. pop_militancy_modifier = 0.02
  435. icon = 19
  436. }
  437.  
  438. liquor_prohibition = {
  439. pop_militancy_modifier = 0.05
  440. tax_efficiency = -0.05
  441. icon = 2
  442. }
  443.  
  444.  
  445. ##### NATIONALIST UPRISINGS #####
  446. minority_building_restrictions = {
  447. non_accepted_pop_militancy_modifier = 0.05
  448. assimilation_rate = 0.05
  449. icon = 16
  450. }
  451.  
  452. dryzymalas_wagon = {
  453. pop_militancy_modifier = 0.05
  454. pop_consciousness_modifier = 0.02
  455. icon = 8
  456. }
  457.  
  458. discriminatory_school_system = {
  459. research_points_modifier = -0.02
  460. assimilation_rate = 0.05
  461. icon = 8
  462. }
  463.  
  464. flying_university = {
  465. research_points_modifier = 0.02
  466. pop_consciousness_modifier = 0.2
  467. pop_militancy_modifier = 0.2
  468. icon = 5
  469. }
  470.  
  471. organic_work = {
  472. farm_rgo_eff = 0.04
  473. mine_rgo_eff = 0.04
  474. icon = 13
  475. }
  476.  
  477. ##### GREAT POWERS #####
  478. protector_of_eastern_christendom = {
  479. prestige = 0.1
  480. icon = 17
  481. }
  482.  
  483. egyptian_excavations = {
  484. prestige = 0.1
  485. icon = 5
  486. }
  487.  
  488. international_negotiations = {
  489. badboy = 0.01
  490. icon = 17
  491. }
  492.  
  493. the_statue_of_liberty = {
  494. prestige = 0.4
  495. global_immigrant_attract = 1.0 #50% was 200%
  496. global_assimilation_rate = 5.0
  497. icon = 15
  498. }
  499.  
  500. the_congo_reform_association = {
  501. badboy = 0.2
  502. icon = 17
  503. }
  504.  
  505. ### GER - GERMANY, PRU - PRUSSIA ###
  506. germania_werft = {
  507. local_repair = 0.5
  508. local_ship_build = -0.05
  509. icon = 15
  510. }
  511.  
  512. ruhr_boom = {
  513. factory_owner_cost = -0.5
  514. global_population_growth = 0.001
  515. factory_throughput = 0.05
  516. icon = 11
  517. }
  518.  
  519. prussian_general_staff = {
  520. org_regain = 0.1
  521. land_organisation = 0.05
  522. land_unit_start_experience = 0.5
  523. supply_consumption = -0.05
  524. icon = 15
  525. }
  526.  
  527. ##### Boer War #####
  528. trek_boers = {
  529. immigrant_attract = 2 #200%
  530. icon = 19
  531. }
  532.  
  533. boer_exodus = {
  534. immigrant_push = 0.5
  535. icon = 20
  536. }
  537.  
  538. gold_rush = {
  539. immigrant_attract = 3 #300%
  540. life_rating = 0.5
  541. icon = 11
  542. }
  543.  
  544. witwatersrand_gold_rush = {
  545. prestige = 0.01
  546. icon = 11
  547. }
  548.  
  549. ##### RGO Spread Events #####
  550. local_tractors = {
  551. farm_RGO_eff = 0.5
  552. icon = 13
  553. }
  554.  
  555. local_electricity = {
  556. mine_RGO_eff = 0.5
  557. local_factory_throughput = 0.05
  558. icon = 13
  559. }
  560.  
  561. local_nitroglycerin = {
  562. mine_RGO_eff = 0.5
  563. icon = 13
  564. }
  565.  
  566. local_distribution_channels = {
  567. farm_RGO_eff = 0.5
  568. icon = 11
  569. }
  570.  
  571. local_machine_tools = {
  572. mine_RGO_eff = 0.5
  573. local_factory_throughput = 0.05
  574. icon = 13
  575. }
  576.  
  577. ##### Diseases & Famines #####
  578. pandemic_influenza = {
  579. global_population_growth = -0.01
  580. global_pop_consciousness_modifier = 0.1
  581. icon = 18
  582. }
  583.  
  584. ##### Crime & Punishment #####
  585. trustee_system = {
  586. pop_militancy_modifier = 0.01
  587. pop_consciousness_modifier = 0.02
  588. farm_RGO_eff = 0.1
  589. mine_RGO_eff = 0.1
  590. icon = 20
  591. }
  592.  
  593. penal_colonies = {
  594. core_pop_militancy_modifier = -0.01
  595. prestige = 0.01
  596. icon = 9
  597. }
  598.  
  599. ##### Economic Events #####
  600. stock_market_crash = {
  601. factory_throughput = -0.2
  602. rgo_output = -0.2
  603. loan_interest = 0.05
  604. icon = 12
  605. }
  606.  
  607. great_depression = {
  608. factory_throughput = -0.3
  609. rgo_output = -0.3
  610. tax_efficiency = -0.05
  611. loan_interest = 0.02
  612. pop_militancy_modifier = 0.2
  613. pop_consciousness_modifier = 0.2
  614. icon = 12
  615. }
  616.  
  617. central_bank_established = {
  618. loan_interest = -0.02
  619. tax_efficiency = -0.02
  620. icon = 11
  621. }
  622.  
  623. local_stock_exchange = {
  624. local_rgo_output = 0.05
  625. pop_militancy_modifier = -0.02
  626. icon = 11
  627. }
  628.  
  629. economic_boom = {
  630. factory_throughput = 0.05
  631. rgo_output = 0.05
  632. icon = 11
  633. }
  634.  
  635. #### ENG - ENGLAND #####
  636. corn_laws_repealed = {
  637. max_tariff = -0.05
  638. global_pop_militancy_modifier = -0.02
  639. global_pop_consciousness_modifier = 0.01
  640. icon = 1
  641. }
  642.  
  643. the_yard = {
  644. tax_efficiency = 0.01
  645. icon = 1
  646. }
  647.  
  648. #### SPA - Spain ####
  649. la_guardia_civil = {
  650. tax_efficiency = 0.01
  651. icon = 1
  652. }
  653.  
  654. #### FRA - France ####
  655. the_french_foreign_legion = {
  656. prestige = 0.01
  657. global_immigrant_attract = 0.01 #1%..
  658. icon = 17
  659. }
  660.  
  661. the_eiffel_tower = {
  662. prestige = 0.05
  663. icon = 15
  664. }
  665.  
  666. #### SWI - Switzerland ####
  667. signed_the_geneva_convention = {
  668. war_exhaustion = -0.01
  669. org_regain = 0.01
  670. max_military_spending = -0.1
  671. badboy = -0.07
  672. icon = 7
  673. }
  674.  
  675. #### SWE - Sweden ####
  676. folkis_educates = {
  677. research_points_modifier = 0.01
  678. icon = 5
  679. }
  680.  
  681. motala_verkstad = {
  682. local_factory_throughput = 0.05
  683. icon = 13
  684. }
  685.  
  686. ### NEN - New England ###
  687. miskatonic_campus = {
  688. research_points_modifier = 0.1
  689. pop_consciousness_modifier = 0.01
  690. icon = 5
  691. }
  692.  
  693. ### BAV - Bavaria ###
  694. the_walhalla = {
  695. prestige = 0.01
  696. icon = 15
  697. }
  698.  
  699. ######CB generation######
  700. CB_gen_plus = {
  701. cb_generation_speed_modifier = 0.25
  702. }
  703.  
  704. CB_gen_minus = {
  705. cb_generation_speed_modifier = -0.25
  706. }
  707.  
  708. ##more event modifiers
  709. recent_safari = {
  710. prestige = 0.001
  711. }
  712. recent_safari2 = {
  713. prestige = 0.001
  714. }
  715.  
  716. free_press_promised = {
  717. prestige = 0.001
  718. icon = 17
  719. }
  720.  
  721. yes_meeting_promised = {
  722. prestige = 0.001
  723. icon = 17
  724. }
  725.  
  726. trade_unions_promised = {
  727. prestige = 0.001
  728. icon = 17
  729. }
  730.  
  731. ##
  732. meiji_restoration_boost = {
  733. research_points_modifier = 0.3
  734. icon = 5
  735. }
  736.  
  737. dar_al_funun = {
  738. research_points_modifier = 0.2
  739. icon = 5
  740. }
  741.  
  742. #french_growth_nerf = {
  743. # global_population_growth = -0.01
  744. # icon = 18
  745. #}
  746.  
  747. nationalist_agitation = {
  748. pop_consciousness_modifier = 0.25
  749. pop_militancy_modifier = 0.15
  750. icon = 4
  751. }
  752.  
  753. apache_raiders = {
  754. population_growth = -0.002
  755. pop_militancy_modifier = 0.2
  756. icon = 18
  757. }
  758.  
  759. liberian_research_boost = {
  760. research_points_modifier = 0.15
  761. icon = 5
  762. }
  763.  
  764. ### PUIR-Canada###
  765. dominion_lands_act = {
  766. global_immigrant_attract = 0.25
  767. global_assimilation_rate = 0.25
  768. icon = 9
  769. }
  770.  
  771. brave_new_world = {
  772. global_population_growth = 0.002
  773. global_pop_militancy_modifier = -0.1
  774. global_pop_consciousness_modifier = 0.1
  775. research_points_modifier = 0.3
  776. icon = 9
  777. }
  778.  
  779.  
  780. GM_punishment0 = {
  781. badboy = 0.07
  782. icon = 2
  783. }
  784.  
  785. GM_punishment1 = {
  786. tax_efficiency = -0.05
  787. icon = 2
  788. }
  789.  
  790. GM_punishment2 = {
  791. tax_efficiency = -0.10
  792. icon = 2
  793. }
  794. GM_punishment3 = {
  795. badboy = 0.03
  796. icon = 2
  797. }
  798. GM_punishment4 = {
  799. tax_efficiency = -0.15
  800. icon = 2
  801. }
  802.  
  803. badboymod = {
  804. badboy = 0.05
  805. tax_efficiency = -0.1
  806. global_population_growth = -0.001
  807. research_points_modifier = -0.3
  808. global_immigrant_attract = -0.9
  809. icon = 17
  810. }
  811.  
  812. industrial_reward = {
  813. factory_input = -0.01
  814. factory_output = 0.01
  815. icon = 9
  816. }
  817.  
  818. tax_reward = {
  819. tax_efficiency = 0.005
  820. icon = 9
  821. }
  822.  
  823.  
  824. ### Ireland ###
  825.  
  826. irish_oppression = {
  827. immigrant_attract = -0.5
  828. immigrant_push = 0.1
  829. pop_consciousness_modifier = 0.05
  830. local_factory_throughput = -0.5
  831. local_RGO_throughput = -0.25
  832. icon = 8
  833. }
  834.  
  835. irish_potato_blight = {
  836. local_RGO_output = -0.9
  837. pop_militancy_modifier = 0.3
  838. pop_consciousness_modifier = 0.3
  839. immigrant_push = 1.25
  840. local_factory_output = -0.25
  841. icon = 4
  842. }
  843.  
  844. irish_republicans = {
  845. pop_militancy_modifier = 0.1
  846. pop_consciousness_modifier = 0.1
  847. icon = 18
  848. }
  849.  
  850. irish_unionists = {
  851. pop_militancy_modifier = 0.1
  852. pop_consciousness_modifier = 0.1
  853. icon = 18
  854. }
  855.  
  856. irish_integration = {
  857. assimilation_rate = 0.2
  858. icon = 19
  859. }
  860.  
  861. colonial_40 = {
  862. mobilisation_size = 0.12
  863. rgo_output = 0.25
  864. icon = 15
  865. }
  866.  
  867. colonial_50 = {
  868. mobilisation_size = 0.12
  869. rgo_output = 0.25
  870. icon = 15
  871. }
  872.  
  873. colonial_55 = {
  874. mobilisation_size = 0.12
  875. rgo_output = 0.25
  876. icon = 15
  877. }
  878.  
  879. colonial_60 = {
  880. mobilisation_size = 0.12
  881. rgo_output = 0.25
  882. icon = 15
  883. }
  884.  
  885. colonial_65 = {
  886. mobilisation_size = 0.12
  887. rgo_output = 0.25
  888. icon = 15
  889. }
  890.  
  891. colonial_70 = {
  892. mobilisation_size = 0.12
  893. rgo_output = 0.25
  894. icon = 15
  895. }
  896.  
  897. colonial_75 = {
  898. mobilisation_size = 0.12
  899. rgo_output = 0.25
  900. icon = 15
  901. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement