Advertisement
Guest User

victoria 2 cheat event

a guest
Aug 31st, 2015
1,260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.54 KB | None | 0 0
  1. VICTORIA 2 CHEAT MENU
  2.  
  3. # Cheat Menu
  4. country_event = {
  5. id = 1
  6. title = "Cheat Menu"
  7. desc = "Welcome to the Cheat Menu. Choose a catagory."
  8.  
  9. is_triggered_only = yes
  10.  
  11. option = {
  12. name = "Rebels"
  13. country_event = 2
  14. }
  15. option = {
  16. name = "Money, Gold and Liferating"
  17. country_event = 3
  18. }
  19. option = {
  20. name = "Research and Literacy"
  21. country_event = 4
  22. }
  23. option = {
  24. name = "Ideology, State Form and National Value"
  25. country_event = 5
  26. }
  27. option = {
  28. name = "Population"
  29. country_event = 6
  30. }
  31. option = {
  32. name = "Foreign Relations, Annexation and Cores"
  33. country_event = 7
  34. }
  35. }
  36. # Rebels
  37. country_event = {
  38. id = 2
  39. title = "Rebels"
  40. desc = "Choose an option."
  41. picture = "riot"
  42.  
  43. is_triggered_only = yes
  44.  
  45. option = {
  46. name = "No Rebels"
  47. any_pop = {
  48. consciousness = -200
  49. militancy = -200
  50. }
  51. remove_country_modifier = rebels
  52. add_country_modifier = {
  53. name = no_rebels
  54. duration = -1
  55. }
  56. }
  57. option = {
  58. name = "Endless Rebels"
  59. any_pop = {
  60. consciousness = 200
  61. militancy = 200
  62. }
  63. remove_country_modifier = no_rebels
  64. add_country_modifier = {
  65. name = rebels
  66. duration = -1
  67. }
  68. }
  69. option = {
  70. name = "Normal"
  71. remove_country_modifier = rebels
  72. remove_country_modifier = no_rebels
  73. }
  74. }
  75. # Money, Gold and Liferating
  76. country_event = {
  77. id = 3
  78. title = "Money, Gold and Liferating"
  79. desc = "Choose an option."
  80. picture = "goldrush"
  81.  
  82. is_triggered_only = yes
  83.  
  84. option ={
  85. name = "Gold in all Provinces"
  86. any_owned = {
  87. trade_goods = precious_metal
  88. }
  89. }
  90. option ={
  91. name = "Extra Cash"
  92. money = 1000000
  93. }
  94. option ={
  95. name = "Increase Liferating"
  96. any_owned = {
  97. life_rating = 100
  98. }
  99. }
  100. }
  101. # Research and Literacy
  102. country_event = {
  103. id = 4
  104. title = "Research and Literacy"
  105. desc = "Choose an option."
  106. picture = "tocqueville"
  107.  
  108. is_triggered_only = yes
  109.  
  110. option = {
  111. name = "Add Research Points"
  112. research_points = 500000
  113. }
  114. option = {
  115. name = "Increase Literacy"
  116. any_pop = {
  117. literacy = 100
  118. }
  119. }
  120. }
  121. # Ideology, State Form and National Value
  122. country_event = {
  123. id = 5
  124. title = "Ideology, State Form and National Value"
  125. desc = "Choose a catagory or option."
  126.  
  127. is_triggered_only = yes
  128.  
  129. option = {
  130. name = "Ideology"
  131. country_event = 8
  132. }
  133. option = {
  134. name = "State Form"
  135. country_event = 9
  136. }
  137. option = {
  138. name = "National Value: Order"
  139. country_event = 10
  140. }
  141. option = {
  142. name = "National Value: Liberty"
  143. country_event = 11
  144. }
  145. option = {
  146. name = "National Value: Equality"
  147. country_event = 12
  148. }
  149. }
  150. # Population
  151. country_event = {
  152. id = 6
  153. title = "Population"
  154. desc = "Choose an option."
  155. picture = "kkk"
  156.  
  157. is_triggered_only = yes
  158.  
  159. option = {
  160. name = "Kill Foreigners (no reverse)"
  161. any_pop = {
  162. limit = {
  163. is_primary_culture = no
  164. is_accepted_culture = no
  165. }
  166. reduce_pop = 0.0
  167. }
  168. }
  169. option = {
  170. name = "Adjust Foreigners."
  171. add_country_modifier = {
  172. name = adjust
  173. duration = -1
  174. }
  175. }
  176. option = {
  177. name = "Increase population"
  178. any_owned = {
  179. add_province_modifier = {
  180. name = breed
  181. duration = -1
  182. }
  183. }
  184. }
  185. option = {
  186. name = "Normal"
  187. remove_country_modifier = adjust
  188. any_owned = {
  189. remove_province_modifier = breed
  190. }
  191. }
  192. }
  193. # Foreign Relations, Annexation and Cores
  194. country_event = {
  195. id = 7
  196. title = "Foreign Relations, Annexation and Cores"
  197. desc = "Choose an option."
  198. picture = "treaty"
  199.  
  200. is_triggered_only = yes
  201.  
  202. option = {
  203. name = "Foreign Relations and Annexation"
  204. country_event = 13
  205. }
  206. option = {
  207. name = "Cores"
  208. country_event = 19
  209. }
  210. }
  211. # Ideology
  212. country_event = {
  213. id = 8
  214. title = "Ideology"
  215. desc = "Choose an Ideology."
  216. picture = "christ"
  217.  
  218. is_triggered_only = yes
  219.  
  220. option = {
  221. name = "Reactionary"
  222. upper_house = {
  223. ideology = reactionary
  224. value = 2.00
  225. }
  226. any_pop = {
  227. ideology = {
  228. value = reactionary
  229. factor = 500.00
  230. }
  231. }
  232. }
  233. option = {
  234. name = "Conservative"
  235. upper_house = {
  236. ideology = conservative
  237. value = 2.00
  238. }
  239. any_pop = {
  240. ideology = {
  241. value = conservative
  242. factor = 500.00
  243. }
  244. }
  245. }
  246. option = {
  247. name = "Liberal"
  248. upper_house = {
  249. ideology = liberal
  250. value = 2.00
  251. }
  252. any_pop = {
  253. ideology = {
  254. value = liberal
  255. factor = 500.00
  256. }
  257. }
  258. }
  259. option = {
  260. name = "Anarcho-Liberal"
  261. upper_house = {
  262. ideology = anarcho_liberal
  263. value = 2.00
  264. }
  265. any_pop = {
  266. ideology = {
  267. value = anarcho_liberal
  268. factor = 500.00
  269. }
  270. }
  271. }
  272. option = {
  273. name = "Socialist"
  274. upper_house = {
  275. ideology = socialist
  276. value = 2.00
  277. }
  278. any_pop = {
  279. ideology = {
  280. value = socialist
  281. factor = 500.00
  282. }
  283. }
  284. }
  285. option = {
  286. name = "Communist"
  287. upper_house = {
  288. ideology = communist
  289. value = 2.00
  290. }
  291. any_pop = {
  292. ideology = {
  293. value = communist
  294. factor = 500.00
  295. }
  296. }
  297. }
  298. option = {
  299. name = "Fascist"
  300. upper_house = {
  301. ideology = fascist
  302. value = 2.00
  303. }
  304. any_pop = {
  305. ideology = {
  306. value = fascist
  307. factor = 500.00
  308. }
  309. }
  310. }
  311. }
  312. # State Form
  313. country_event = {
  314. id = 9
  315. title = "State Form"
  316. desc = "Choose a State Form"
  317. picture = "christ"
  318.  
  319. is_triggered_only = yes
  320.  
  321. option = {
  322. name = "Absolute Monarchy"
  323. government = absolute_monarchy
  324. }
  325. option = {
  326. name = "Prussian Constitutionalism"
  327. government = prussian_constitutionalism
  328. }
  329. option = {
  330. name = HMS Government"
  331. government = hms_government
  332. }
  333. option = {
  334. name = "a democracy!"
  335. government = democracy
  336. }
  337. option = {
  338. name = "Fascist Dictatorship"
  339. government = fascist_dictatorship
  340. }
  341. option = {
  342. name = "Proletarian Dictatorship"
  343. government = proletarian_dictatorship
  344. }
  345. option = {
  346. name = "Presidential Dictatorship"
  347. government = presidential_dictatorship
  348. }
  349. option = {
  350. name = "Bourgeois Dictatorship"
  351. government = bourgeois_dictatorship
  352. }
  353. }
  354. country_event = {
  355. id = 10
  356. title = "Order!"
  357. desc = "Our society has changed to one based on order, law and government."
  358. picture = "Parade"
  359.  
  360. trigger = {
  361. NOT = {
  362. nationalvalue = nv_order
  363. }
  364. OR = {
  365. government = absolute_monarchy
  366. government = prussian_constitutionalism
  367. government = fascist_dictatorship
  368. government = presidential_dictatorship
  369. }
  370. }
  371.  
  372. mean_time_to_happen = {
  373. months = 1
  374. }
  375.  
  376. option = {
  377. name = "Great!"
  378. nationalvalue = nv_order
  379. }
  380. }
  381. country_event = {
  382. id = 11
  383. title = "Liberty!"
  384. desc = "Our society has changed to one based on liberty, freedom and civil rights."
  385. picture = "Parade"
  386.  
  387. trigger = {
  388. NOT = {
  389. nationalvalue = nv_liberty
  390. }
  391. OR = {
  392. government = democracy
  393. government = hms_government
  394. }
  395. }
  396.  
  397. mean_time_to_happen = {
  398. months = 1
  399. }
  400.  
  401. option = {
  402. name = "Great!"
  403. nationalvalue = nv_liberty
  404. }
  405. }
  406. country_event = {
  407. id = 12
  408. title = "Equality!"
  409. desc = "Our society has changed to one based on equality, common interest and patriots."
  410. picture = "Parade"
  411.  
  412. trigger = {
  413. NOT = {
  414. nationalvalue = nv_equality
  415. }
  416. OR = {
  417. government = proletarian_dictatorship
  418. government = bourgeois_dictatorship
  419. }
  420. }
  421.  
  422. mean_time_to_happen = {
  423. months = 1
  424. }
  425.  
  426. option = {
  427. name = "Great!"
  428. nationalvalue = nv_equality
  429. }
  430. }
  431. # Celebrate!
  432. country_event = {
  433. id = 13
  434. title = "Glory!"
  435. desc = "Celebrations of our great nation are going on, people are happy and enjoying. They are proud to be part of $THISCOUNTRY$!"
  436. picture = "Celebration"
  437.  
  438. trigger = {
  439. war = no
  440. is_greater_power = yes
  441. NOT = {
  442. has_country_modifier = happy
  443. }
  444. OR = {
  445. prestige = 250
  446. num_of_cities = 20
  447. }
  448. }
  449.  
  450. mean_time_to_happen = {
  451. months = 1
  452. }
  453.  
  454. option = {
  455. name = "Inspire our allies."
  456. prestige = 10
  457. add_country_modifier = {
  458. name = happy
  459. duration = 730
  460. }
  461. any_pop = {
  462. militancy = -5
  463. }
  464. random_country = {
  465. limit = {
  466. NOT = {
  467. TAG = THIS
  468. has_country_modifier = no_join
  469. }
  470. AND = {
  471. alliance_with = THIS
  472. in_sphere = THIS
  473. relation = {
  474. who = THIS
  475. value = 200
  476. }
  477. }
  478. }
  479. country_event = 14
  480. }
  481. any_country = {
  482. limit = {
  483. NOT = {
  484. TAG = THIS
  485. }
  486. alliance_with = THIS
  487. }
  488. relation = {
  489. who = THIS
  490. value = 10
  491. }
  492. }
  493. any_country = {
  494. limit = {
  495. NOT = {
  496. TAG = THIS
  497. is_greater_power = yes
  498. }
  499. alliance_with = THIS
  500. }
  501. country_event = 15
  502. }
  503. }
  504.  
  505. option = {
  506. name = "Great!"
  507. prestige = 10
  508. add_country_modifier = {
  509. name = happy
  510. duration = 730
  511. }
  512. any_pop = {
  513. militancy = -5
  514. }
  515. }
  516. }
  517. # Join supporters
  518. country_event = {
  519. id = 14
  520. title = "Join $FROMCOUNTRY$?"
  521. desc = "The people of $FROMCOUNTRY$ have inspired our people to join their nation."
  522. picture = "Celebration"
  523.  
  524. is_triggered_only = yes
  525.  
  526. option = {
  527. name = "Lets see their response."
  528. any_country = {
  529. limit = {
  530. TAG = FROM
  531. }
  532. country_event = 16
  533. }
  534. }
  535.  
  536. }
  537. # Extra Influence
  538. country_event = {
  539. id = 15
  540. title = "$FROMCOUNTRY$ celebrates"
  541. desc = "The people of $FROMCOUNTRY$ are celebrating, $FROMCOUNTRY$ knows a thing or two about keeping people happy. Shall we ask them for advice?"
  542. picture = "Celebration"
  543.  
  544. is_triggered_only = yes
  545.  
  546. option = {
  547. name = "No."
  548. }
  549.  
  550. option = {
  551. name = "Im sure we can learn something from them."
  552. any_pop = {
  553. militancy = -1
  554. }
  555. any_country = {
  556. limit = {
  557. TAG = FROM
  558. }
  559. diplomatic_influence = {
  560. who = THIS
  561. value = 25
  562. }
  563. relation = {
  564. who = THIS
  565. value = 25
  566. }
  567. }
  568. }
  569.  
  570. }
  571. # Join?
  572. country_event = {
  573. id = 16
  574. title = "Join $THISCOUNTRY$?"
  575. desc = "The people of $FROMCOUNTRY$ have been inspired to join our nation. Do you let them?"
  576. picture = "treaty"
  577.  
  578. is_triggered_only = yes
  579.  
  580. option = {
  581. name = "Ofcourse!"
  582. any_country = {
  583. limit = {
  584. TAG = FROM
  585. }
  586. country_event = 17
  587. any_owned = {
  588. add_core = THIS
  589. }
  590. }
  591. }
  592. option = { #6
  593. name = "No, $FROMCOUNTRY$ must stay independent."
  594. prestige = 10
  595. badboy = -5
  596. any_country = {
  597. limit = {
  598. TAG = FROM
  599. }
  600. country_event = 18
  601. }
  602. }
  603. }
  604. # Annex
  605. country_event = {
  606. id = 17
  607. title = "Sign the treaty?"
  608. desc = "$FROMCOUNTRY$ wants to annex us, and our people support it, shall we sign the treaty? Refusing to sign will cause some trouble."
  609. picture = "treaty"
  610.  
  611. is_triggered_only = yes
  612.  
  613. option = {
  614. name = "Very well then."
  615. FROM = {
  616. inherit = THIS
  617. }
  618. ai_chance = {
  619. factor = 25
  620. }
  621. }
  622.  
  623. option = {
  624. name = "Never!"
  625. FROM = {
  626. casus_belli = {
  627. target = THIS
  628. type = annex_core_country
  629. }
  630. }
  631. add_country_modifier = {
  632. name = no_join
  633. duration = 730
  634. }
  635. relation = {
  636. who = FROM
  637. value = -200
  638. }
  639. any_pop = {
  640. militancy = 3
  641. consciousness = 2
  642. }
  643. }
  644. }
  645. # no_join message
  646. country_event = {
  647. id = 18
  648. title = "$THISCOUNTRY$ stays independant"
  649. desc = "$FROMCOUNTRY$ respects our independance and refuses to annex us. Our people did not hope for this, but have to accept it."
  650. picture = "strike"
  651.  
  652. is_triggered_only = yes
  653.  
  654. option = {
  655. name = "$FROMCOUNTRY$ is a true ally."
  656. add_country_modifier = {
  657. name = no_join
  658. duration = 730
  659. }
  660. }
  661. }
  662. # New Claims
  663. country_event = {
  664. id = 19
  665. title = "New Borders?"
  666. desc = "Shall we adjust our de jure borders? This means gaining cores in currently owned territory, while losing them in territory owned by other countries. Also new maps are needed."
  667. picture = "treaty"
  668.  
  669. trigger = {
  670. war = no
  671. NOT = {
  672. has_country_modifier = border
  673. }
  674. }
  675.  
  676. mean_time_to_happen = {
  677. months = 1
  678. }
  679.  
  680. option = {
  681. name = "Renew our borders."
  682. prestige = 10
  683. money = -500
  684. paper = -5
  685. add_country_modifier = {
  686. name = border
  687. duration = 365
  688. }
  689. any_owned = {
  690. add_core = THIS
  691. }
  692. any_country = {
  693. limit = {
  694. vassal_of = THIS
  695. }
  696. any_owned = {
  697. add_core = THIS
  698. }
  699. }
  700. any_country = {
  701. limit = {
  702. AND = {
  703. NOT = {
  704. TAG = THIS
  705. }
  706. NOT = {
  707. vassal_of = THIS
  708. }
  709. }
  710. }
  711. any_owned = {
  712. remove_core = THIS
  713. }
  714. }
  715. }
  716.  
  717. option = {
  718. name = "Keep the old ones."
  719. add_country_modifier = {
  720. name = border
  721. duration = 365
  722. }
  723. badboy = 1
  724. }
  725. }
  726.  
  727.  
  728. put this inside events folder and name it something.
  729.  
  730. then this one you put inside event modifiers or something
  731.  
  732. no_rebels = {
  733. pop_militancy_modifier = -0.2
  734. pop_consciousness_modifier = -0.2
  735. icon = 7
  736. }
  737.  
  738. rebels = {
  739. pop_militancy_modifier = 0.2
  740. pop_consciousness_modifier = 0.2
  741. icon = 7
  742. }
  743.  
  744. adjust = {
  745. assimilation_rate = 1000
  746. immigrant_attract = -1000
  747. icon = 7
  748. }
  749.  
  750. breed = {
  751. assimilation_rate = 1000
  752. global_population_growth = 0.003
  753. icon = 7
  754. }
  755.  
  756. happy = {
  757. icon = 7
  758. }
  759.  
  760. no_join = {
  761. icon = 7
  762. }
  763.  
  764. border = {
  765. icon = 7
  766. }
  767.  
  768. famous = {
  769. icon = 7
  770. }
  771.  
  772. not_famous = {
  773. icon = 7
  774. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement