• 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.
Feb 16, 2008
245
0
current 1 sucks, so heres a new 1. i made a 4 month window to keep u guessing but dont abuse it. plz.


Code:
event = {
	id = 17
	random = no
	country = JAP

	# Historical event December 1941

	name = EVT_17_NAME
	desc = EVT_17_DESC
	style = 0
	picture = "Pearl_harbor"

	trigger = { 
          NOT = {
                   alliance = { country = JAP country = ENG }

	}

        date = { day = 1 month = October year = 1941 }
        offset = 7
	deathdate = { day = 30 month = Febuary year = 1942 }

	action_a = {
		name = EVT_17_ACTA
		ai_chance = 98
		command = { type = domestic which = defense_lobby value = 1 }
		command = { type = ambush value = 30 }
		command = { type = surprise which = land value = 20 }
		command = { type = surprise which = air value = 40 }
		command = { type = surprise which = naval value = 40 }
		command = { type = trigger which = 18 }
	        command = { type = war which = USA }
        }
	action_b = {
		ai_chance = 2
		name = EVT_17_ACTB
		command = { type = sleepevent which = 18 }
		command = { type = sleepevent which = 19 }
	        command = { type = dissent value = 5 }
                command = { type = domestic which = defense_lobby value = -2 }
                command = { type = money value = -50 } #less funding for the military
                command = { type = domestic which = interventionism value = -1 }
            }
}
 
Last edited:
Mr._Blitzkrieg said:
current 1 sucks, so heres a new 1


Code:
event = {
	id = 18
	random = no
	country = USA

	name = EVT_18_NAME
	desc = EVT_18_DESC
	style = 0
	picture = "Pearl_harbor"

	# triggered by Japanese event 17

	action_a = {
		name = EVT_18_ACTA
		command = { type = dissent value = -1 } # united against an enemy
		command = { type = domestic which = defense_lobby value = 3 }
		command = { type = domestic which = interventionism value = 4 }
		command = { type = manpowerpool value = 250 }
		command = { type = relation which = ENG value = 50 }
	        command = { type = war which = USA }
        }
}
So the USA will go to war with itself then, will it?
 
Japan will declare war on the USA with a 98% probability, even if they are already allied to the UK, or to the USA, or an American puppet?

Aside from the easy-to-fix trigger glitches... what makes this version of the event better than the in-game version? Just askin'
 
Mr._Blitzkrieg said:
well, it makes it more historical and so u dont have to wait until 43 to fight.

fixing triggers now.

gave some penalties for not bombing pearl harbor.

Japan already declares war at the historical time, and its something you do in an AI file.
 
Patton23 said:
If youwanted something REALLY relalistic, make its so that you lose the ships damaged/sunk at Pearl until they were repaired. ;)

Thats the way I wrote the events for my game. The US player then gets the option to repair the ships that were fixed. I have always thought it was lame that Japan gets no benifit from bombing Pearl.
 
Mr._Blitzkrieg said:
it aint done yet but thats on purpose u know. ill make the triggers so it wont fire unless japan is a dictatorship. remember, there is an option b.

The AI would only go for it 2% of the time, and why on earth would Japan want to declare war on an allied US? It's not like America will embargo her own allies.
 
rmdsc said:
The AI would only go for it 2% of the time, and why on earth would Japan want to declare war on an allied US? It's not like America will embargo her own allies.
um, suprise attack. put a not trigger in it if u like.