Yes, I'm still unsure about Ukraine though.
So we're all in agreement about Stephen's suggestion for increasing manpower for a larger war?
I've completed the action B part of the Unrestricted Submarine Warfare, and added some events it triggers.
Germany gets Unrestricted Doc, as well as 2 techs to get +2 Naval att. later on which I think is fair since the program became more damaging.
event = {
id = 21503
random = no
country = GER
name = "Restrictions on U-Boat Warfare"
desc = "We must now impose strict limitations on the operation of our submarines."
style = 0
action_a = {
name = "Impose the restrictions."
command = { type = trigger which = 56504 } # ENG
}
action_b = {
name = "We do not fear these empty American threats!"
command = { type = setflag which = flag1 }
##flags = {
## flag1 = no WHERE DO I CREATE THIS OBJECT?
## }
command = { type = add_division which = submarine }
command = { type = add_division which = submarine }
command = { type = add_division which = submarine }
command = { type = add_division which = submarine }
command = { type = add_division which = submarine }
command = { type = add_division which = submarine }
command = { type = add_division which = submarine }
command = { setflag which = uboats }
type = gain_tech which = [tech id 13102] ##Unlimited Sub Warfare, +15 Org
command = { type = dissent value = -3 } ##Der Oberste Heeres-Leitung is most pleased
command = { type = trigger which = 2150A} ##Germany gains Torpedo Correction Trials Testing, Dec 1915
command = { type = trigger which = 2150B} ##Germany gains Improved Conventional Torpedo, February 1916
command = { type = trigger which = 56XXA} ##British lose 1000 supplies immediately, +3 Dissent
command = { type = trigger which = 56XXB} ##British gain Blue Water Doctrine immediately
command = { type = trigger which = 56XXC} ##British +4 dissent Dec 1915, lose 100 supplies
command = { type = trigger which = 56XXD} ##British gain Sea Lanes Doctrine, Feb 1916
command = { type = trigger which = 58XXX} ##Americans Declare War, April 1916
}
event = {
id = 2150A
random = no
country = GER
trigger = {
atwar = yes
{ flag = flag1 }
}
name = "Advances in U-Boat Warfare"
desc = "The Kriegsmarine has refined our unrestricted submarine warfare"
style = 0
date = { day = 1 month = December year = 1915}
action_a = {
name = "Sehr Gut!"
type = gain_tech which = [tech id 5202] ##Torpedo Correction Trials Testing, +1 Naval Att
}
}
event = {
id = 2150B
random = no
country = GER
trigger = {
atwar = yes
{ flag = flag1 }
}
name = "Advances in U-Boat Warfare"
desc = "The Kriegsmarine has refined our unrestricted submarine warfare"
style = 0
date = { day = 1 month = February year = 1916}
action_a = {
name = "Sehr Gut!"
type = gain_tech which = [tech id 5302] ##Improved Conventional Torpedo, +1 Naval Att
}
}
#########British events
event = {
id = 56XXA
random = no
country = eng
trigger = {
atwar = yes
{ flag = flag1 }
}
name = "Supplies crisis"
desc = "Germany has continued with its war of total aggression on the seas. Our merchant shipping is taking severe losses."
style = 0
command = { type = dissent value = 3}
command = { type = supplies which = -1500 }
}
event = {
id = 56XXB
random = no
country = eng
trigger = {
atwar = yes
{ flag = flag1 }
}
date = { day = 1 month = December year = 1915}
name = "Countering the Submarine Threat"
desc = "Britain cannot allow the Hun to threaten her mastery of the oceans. The Admiralty has developed new techniques to counter the submarine threat."
style = 0
type = gain_tech which = [tech id 13001] ##Blue Water Doctrine
}
event = {
id = 56XXC
random = no
country = eng
date = { day = 1 month = December year = 1915}
trigger = {
atwar = yes
{ flag = flag1 }
}
name = "Supplies crisis"
desc = "Germany has continued with its war of total aggression on the seas. Our merchant shipping is taking severe losses."
style = 0
command = { type = dissent value = 4}
command = { type = supplies which = -100 }
}
event = {
id = 56XXD
random = no
country = eng
trigger = {
atwar = yes
{ flag = flag1 }
}
date = { day = 1 month = February year = 1916}
name = "The Convoy System"
desc = "Britain cannot allow the Hun to threaten her mastery of the oceans. The Admiralty has developed new techniques to counter the submarine threat."
style = 0
type = gain_tech which = [tech id 13005] ##Sea Lanes Doctrine
}
event = {
id = 56XXE
random = no
country = eng
trigger = {
atwar = yes
war = { country = GER country = USA}
}
name = "The United States joins the Entente"
desc = "The United States of America has joined our cause against the Central Powers! Entente Cordiale!"
style = 0
command = { type = dissent value = -8}
}
#############USA Events
event = {
id = 58XXA
random = no
country = usa
trigger = {
{ flag = flag1 }
war = { country = GER country = ENG}
war = { country = GER country = FRA}
}
date = { day = 1 month = April year = 1916}
name = "War against Germany" ##Should I give the US player a chance to NOT declare war?
desc = "The Hun shows complete disregard for all mankind, butchering innocent civilians on land and at sea. The United States must make the world safe for democracy and is compelled to act!"
style = 0
command = { type = alliance which = ENG }
command = { type = dissent value = -2} ##The dogs of war, baying for German blood, get their wish
}
###########France Events
event = {
id = 20XXA
random = no
country = FRA
trigger = {
atwar = yes
war = { country = GER country = USA}
}
name = "The United States joins the Entente"
desc = "The United States of America has joined our cause against the Central Powers! Layafette, nous sommes voici!"
style = 0
command = { type = dissent value = -8}
}