• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

elryacko

Froody
36 Badges
Mar 21, 2008
260
6
  • Hearts of Iron II: Armageddon
  • Arsenal of Democracy
  • Supreme Ruler 2020
  • Semper Fi
  • March of the Eagles
  • Hearts of Iron III
  • Crusader Kings II: Sword of Islam
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: The Republic
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: Charlemagne
  • Crusader Kings II
  • Crusader Kings II: Sons of Abraham
  • Hearts of Iron IV: Together for Victory
  • Crusader Kings II: Monks and Mystics
  • Steel Division: Normandy 44
  • BATTLETECH
  • Steel Division: Normand 44 Sign-up
  • Hearts of Iron IV: Death or Dishonor
  • Hearts of Iron IV: Expansion Pass
  • Cities: Skylines - Parklife Pre-Order
  • Cities: Skylines - Parklife
  • Prison Architect
  • Tyranny: Archon Edition
  • Crusader Kings II: Reapers Due
  • Hearts of Iron IV: Colonel
  • Hearts of Iron IV: Cadet
  • Stellaris
  • Crusader Kings II: Conclave
  • Crusader Kings II: Horse Lords
  • Crusader Kings II: Way of Life
  • 500k Club
  • Victoria 2
  • Cities: Skylines
The year is 1935. The National Recovery Administration, was steadily increasing it's control over the American economy, setting prices, wages, and various labor regulations. While cherished by American intellectuals and labor unions, it was widely disliked by business and later credited for prolonging the Great Depression in the United States. Businessmen conspired to lead a coup against Washington D.C. However as the plot was being executed, the FBI had disrupted some of the plotters plans as the plot was being carried out, preventing the assassination of the President, and arrested several plotters. But the disruption was too, late, and the other plotters continued the plans, unaware that the coup did not take place. Plotters had organized Pinkerton detectives and WWI veterans, who took over key areas in the Northeastern US. In this national emergency, the National Recovery Administration tightened it's control and various national guard units were called up.



It won't be long until the Phillipines, taking advantage of this moment of weakness in the US, decides to declare independence, and throw out the Philippine Commission.


I have ideas for a scenario, but I need a scripter. What I've managed to script/write has barely worked...


Revolting nation: American Union (Tag: AUN)

Code:
AUN = {
	date = { day = 1 month = january year = 1934 }
	expirydate = { day = 30 month = december year = 1990 }
	minimum = {
		616 602 603 598 615 618 613 612 595 582
	}
	extra = { 
		651 650 649 648 677 676 672 646 647 669 670 644 645 634 635 636
		637 643 633 632 631 638 639 607 605 604 593
		592 608 609 610 611 594 597 596 583 599 600 601 614
		629 630 640 641 642 671 673 674 675 678 679 628 617 
		619 627 680 681 682 683 684 685 686 687 688 689 626 625 620 621
		624 623 622 690 691 692 693 694 695 696 697 698 699 787 788 789
		790 791 792 793 710 711 712 713 714 715 716 717 719 720 721 748
		722 723 724 725 727 728 729 730 731 732 733 706 707 708 709
		705 704 703 702 701 700 775 774 770 771 772 773 776 777 779 780
		781 782 783 784 785 786 778 769 768 734 736 735 767 761 762 763
		764 765 766 553 551 550 549 548 547 546 545 544 543 542
		718 726 746
}

Code:
#####################################################
##Second Civil War
######################################################

event = {
	id = 3799
	random = no
	country = USA


	name = "American Civil War"
	desc = "The National Recovery Administration, was steadily increasing it's control over the American economy, setting prices, wages, and various labor regulations. While cherised by American intellectuals and labor unions, it was widely disliked by business and later credited for prolognging the Great Depression in the United States. Businessmen conspired to lead a coup against Washington D.C. However as the plot was being executed, the FBI had disrupted some of the plotters plans as the plot was being carried out, preventing the assasination of the President, and arresting . But the disruption was too, late, and the other plotters continued the plans, unaware that the coup did not take place. This resulted in military units being mobilized. In this national emergency, the National Recovery Administration tightened it's control and various national guard units were called up."
        picture = "spanish_civil_war_uk"
	style = 0

	action_a = {
		name = "Not Again" # Oh boy...
		command = { type = set_domestic which = democratic value = 8 }
		command = { type = set_domestic which = political_left value = 6 }
		command = { type = set_domestic which = free_market value = 8 }
		command = { type = set_domestic which = freedom value = 7 }
		command = { type = manpowerpool value = 100 }
		command = { type = supplies value = 1500 }
		command = { type = add_division value = infantry when = 0 }
		command = { type = add_division value = militia which = "New York National Guard" }
		command = { type = add_division value = militia }
		command = { type = add_division value = infantry which = "California National Guard" }
		command = { type = add_division value = infantry which = "Texas National Guard" }
		command = { type = add_division value = infantry }
		command = { type = add_division value = infantry }
		command = { type = add_division value = infantry }
#		command = { type = civil_war}
#		command = { type = civil_war which = AUN }
		command = { type = dissent value = 55 }
	}
}