So I'm trying to make the Great Depression really have a major impact in Ricky. I'm using the events developed by Gotikiller in this thread: http://forum.paradoxplaza.com/forum/showthread.php?p=6540665#post6540665
I think this is the best approach since it takes into consideration that the Great Depression (hereafter referred to as GD) affected countries in different ways. And as Gotikiller discovered, a really punitive consequence for the GD event will do major damage to poorer countries as opposed to the wealthier, industrialized ones.
OK, I think I have this working now. The pop_change_income command does seem to work, even though it isn't described in the event when it fires, saying the command is not yet defined. I know this because there is a change to the global economy, in addition to the increases in militancy, rebel spawn rates, etc.
It would be nice if people would help out in testing this mod and telling me what they think. Are the penalties harsh enough? Too harsh? How can they be made better? What should be added/subtracted?
This assumes you know some of the basic things about editing events in Victoria.
Adding the Great Depression events:
1. Go to your Victoria folder and go to db/events
2. Find global_revolutions.txt
3. Copy global_revolutions.txt and paste it someplace you can find it again. This is in case something bad happens or you just want to replace the file.
4. Go back to the global_revolutions.txt, open it and replace everything starting with the Great Depression event to the end of the file with:
Adding the Great Depression events text:
1. Go to your Victoria folder and go to the config folder
2. Find new_text.csv
3. Copy new_text.csv and paste it someplace you can find it again. This is in case something bad happens or you just want to replace the file.
4. Go back to the new_text.csv, open it with Notepad and add the following, without overwriting anything. I added it right after the regular Great Depression events. Reminder: make sure you don't overwrite anything!
The German text is just there because I copied and pasted the original Great Depression event. I don't know German!
The mod is not finished; this is still a work in progress.
I think this is the best approach since it takes into consideration that the Great Depression (hereafter referred to as GD) affected countries in different ways. And as Gotikiller discovered, a really punitive consequence for the GD event will do major damage to poorer countries as opposed to the wealthier, industrialized ones.
OK, I think I have this working now. The pop_change_income command does seem to work, even though it isn't described in the event when it fires, saying the command is not yet defined. I know this because there is a change to the global economy, in addition to the increases in militancy, rebel spawn rates, etc.
It would be nice if people would help out in testing this mod and telling me what they think. Are the penalties harsh enough? Too harsh? How can they be made better? What should be added/subtracted?
This assumes you know some of the basic things about editing events in Victoria.
Adding the Great Depression events:
1. Go to your Victoria folder and go to db/events
2. Find global_revolutions.txt
3. Copy global_revolutions.txt and paste it someplace you can find it again. This is in case something bad happens or you just want to replace the file.
4. Go back to the global_revolutions.txt, open it and replace everything starting with the Great Depression event to the end of the file with:
#The Great Depression
event = {
id = 25004
random = no
trigger = {
NOT = { local_flag = { name = Great_Depression value = 1 } }
}
name = "EVT_25004_NAME"
desc = "EVT_25004_DESC"
date = { day = 28 month = october year = 1929 }
action_a = {
name = "ACTIONNAME25004A" # We're Screwed
command = { type = local_setflag which = Great_Depression value = 1 }
command = { type = trigger which = 25006 }
command = { type = trigger which = 25007 }
command = { type = trigger which = 25008 }
command = { type = trigger which = 25009 }
command = { type = trigger which = 25010 }
command = { type = trigger which = 25011 }
command = { type = trigger which = 25012 }
command = { type = trigger which = 25013 }
command = { type = trigger which = 25014 }
}
}
## Event 25006 GD for Industrialized Democracies w/ suffrage
event = {
id = 25006
random = no
trigger = {
event = 25004
OR = { industry = 1000 }
NOT = { capital = 422 }
is_GP = yes
OR = {
constitution = { type = democracy }
constitution = { type = constitutional_monarchy }
}
reform = { type = voting_rights level = suffrage }
}
name = "EVT_25006_NAME"
desc = "EVT_25006_DESC"
date = { day = 1 month = november year = 1929 }
action_a = {
name = "ACTIONNAME25006A"
command = { type = pop_change_income value = -10 }
command = { type = pop_militancy which = clergymen value = 1 where = 0 }
command = { type = pop_militancy which = soldiers value = 1 where = 0 }
command = { type = pop_militancy which = farmers value = 1 where = 0 }
command = { type = pop_militancy which = labourers value = 1 where = 0 }
command = { type = pop_militancy which = craftsmen value = 1 where = 0 }
command = { type = pop_militancy which = clerks value = 1 where = 0 }
command = { type = pop_militancy which = officers value = 1 where = 0 }
command = { type = pop_consciousness which = clergymen value = 3 where = 0 }
command = { type = pop_consciousness which = soldiers value = 3 where = 0 }
command = { type = pop_consciousness which = farmers value = 3 where = 0 }
command = { type = pop_consciousness which = labourers value = 3 where = 0 }
command = { type = pop_consciousness which = craftsmen value = 3 where = 0 }
command = { type = pop_consciousness which = clerks value = 3 where = 0 }
command = { type = pop_consciousness which = officers value = 3 where = 0 }
}
}
## Event 25013 GD for Wealth Democracy (i.e. people dont feel represented
## by gov and get pissed
event = {
id = 25013
random = no
trigger = {
event = 25004
industry = 1000
NOT = { capital = 422 }
is_GP = yes
OR = {
constitution = { type = democracy }
constitution = { type = constitutional_monarchy }
}
NOT = { reform = { type = voting_rights level = suffrage } }
}
name = "EVT_25013_NAME"
desc = "EVT_25013_DESC"
date = { day = 1 month = november year = 1929 }
action_a = {
name = "ACTIONNAME25013A"
command = { type = pop_change_income value = -10 }
command = { type = pop_militancy which = clergymen value = 1 where = 0 }
command = { type = pop_militancy which = soldiers value = 1 where = 0 }
command = { type = pop_militancy which = farmers value = 1 where = 0 }
command = { type = pop_militancy which = labourers value = 1 where = 0 }
command = { type = pop_militancy which = craftsmen value = 1 where = 0 }
command = { type = pop_militancy which = clerks value = 1 where = 0 }
command = { type = pop_militancy which = officers value = 1 where = 0 }
command = { type = pop_consciousness which = clergymen value = 3 where = 0 }
command = { type = pop_consciousness which = soldiers value = 4 where = 0 }
command = { type = pop_consciousness which = farmers value = 4 where = 0 }
command = { type = pop_consciousness which = labourers value = 4 where = 0 }
command = { type = pop_consciousness which = craftsmen value = 4 where = 0 }
command = { type = pop_consciousness which = clerks value = 3 where = 0 }
command = { type = pop_consciousness which = officers value = 3 where = 0 }
}
}
## Event 25007 GD for Industrialized Monarchies
event = {
id = 25007
random = no
trigger = {
event = 25004
industry = 1000
NOT = { capital = 422 }
is_GP = yes
OR = {
constitution = { type = monarchy }
constitution = { type = presidential_dictatorship }
}
}
name = "EVT_25007_NAME"
desc = "EVT_25007_DESC"
date = { day = 1 month = november year = 1929 }
action_a = {
name = "ACTIONNAME25007A"
command = { type = pop_change_income value = -10 }
command = { type = pop_militancy which = clergymen value = 1 where = 0 }
command = { type = pop_militancy which = soldiers value = 1 where = 0 }
command = { type = pop_militancy which = farmers value = 1 where = 0 }
command = { type = pop_militancy which = labourers value = 1 where = 0 }
command = { type = pop_militancy which = craftsmen value = 1 where = 0 }
command = { type = pop_militancy which = clerks value = 1 where = 0 }
command = { type = pop_militancy which = officers value = 1 where = 0 }
command = { type = pop_consciousness which = clergymen value = 4 where = 0 }
command = { type = pop_consciousness which = soldiers value = 4 where = 0 }
command = { type = pop_consciousness which = farmers value = 4 where = 0 }
command = { type = pop_consciousness which = labourers value = 4 where = 0 }
command = { type = pop_consciousness which = craftsmen value = 4 where = 0 }
command = { type = pop_consciousness which = clerks value = 4 where = 0 }
command = { type = pop_consciousness which = officers value = 4 where = 0 }
}
}
## Event 25008 Non GP Democracy GD
event = {
id = 25008
random = no
trigger = {
event = 25004
industry = 1000
is_GP = no
OR = {
constitution = { type = democracy }
constitution = { type = constitutional_monarchy }
}
NOT = { capital = 422 }
}
name = "EVT_25008_NAME"
desc = "EVT_25008_DESC"
date = { day = 1 month = november year = 1929 }
action_a = {
name = "ACTIONNAME25008A"
command = { type = pop_change_income value = -5 }
command = { type = pop_militancy which = clergymen value = 1 where = 0 }
command = { type = pop_militancy which = soldiers value = 1 where = 0 }
command = { type = pop_militancy which = farmers value = 1 where = 0 }
command = { type = pop_militancy which = labourers value = 1 where = 0 }
command = { type = pop_militancy which = craftsmen value = 1 where = 0 }
command = { type = pop_militancy which = clerks value = 1 where = 0 }
command = { type = pop_militancy which = officers value = 1 where = 0 }
command = { type = pop_consciousness which = clergymen value = 3 where = 0 }
command = { type = pop_consciousness which = soldiers value = 3 where = 0 }
command = { type = pop_consciousness which = farmers value = 3 where = 0 }
command = { type = pop_consciousness which = labourers value = 3 where = 0 }
command = { type = pop_consciousness which = craftsmen value = 3 where = 0 }
command = { type = pop_consciousness which = clerks value = 3 where = 0 }
command = { type = pop_consciousness which = officers value = 3 where = 0 }
}
}
## Event 25009 Monarchy GD nonGP
event = {
id = 25009
random = no
trigger = {
event = 25004
industry = 1000
is_GP = no
NOT = { capital = 422 }
OR = {
constitution = { type = monarchy }
constitution = { type = presidential_dictatorship }
}
}
name = "EVT_25009_NAME"
desc = "EVT_25009_DESC"
date = { day = 1 month = november year = 1929 }
action_a = {
name = "ACTIONNAME25009A"
command = { type = pop_change_income value = -5 }
command = { type = pop_militancy which = clergymen value = 1 where = 0 }
command = { type = pop_militancy which = soldiers value = 1 where = 0 }
command = { type = pop_militancy which = farmers value = 1 where = 0 }
command = { type = pop_militancy which = labourers value = 1 where = 0 }
command = { type = pop_militancy which = craftsmen value = 1 where = 0 }
command = { type = pop_militancy which = clerks value = 1 where = 0 }
command = { type = pop_militancy which = officers value = 1 where = 0 }
command = { type = pop_consciousness which = clergymen value = 4 where = 0 }
command = { type = pop_consciousness which = soldiers value = 4 where = 0 }
command = { type = pop_consciousness which = farmers value = 4 where = 0 }
command = { type = pop_consciousness which = labourers value = 4 where = 0 }
command = { type = pop_consciousness which = craftsmen value = 4 where = 0 }
command = { type = pop_consciousness which = clerks value = 4 where = 0 }
command = { type = pop_consciousness which = officers value = 4 where = 0 }
}
}
## Event 25010 Weak Industry Democracy
event = {
id = 25010
random = no
trigger = {
event = 25004
NOT = { industry = 1000 }
is_GP = no
NOT = { capital = 422 }
OR = {
constitution = { type = democracy }
constitution = { type = constitutional_monarchy }
}
}
name = "EVT_25010_NAME"
desc = "EVT_25010_DESC"
date = { day = 1 month = november year = 1929 }
action_a = {
name = "ACTIONNAME25010A"
command = { type = pop_change_income value = -2 }
command = { type = pop_militancy which = clergymen value = 1 where = 0 }
command = { type = pop_militancy which = soldiers value = 1 where = 0 }
command = { type = pop_militancy which = farmers value = 1 where = 0 }
command = { type = pop_militancy which = labourers value = 1 where = 0 }
command = { type = pop_militancy which = craftsmen value = 1 where = 0 }
command = { type = pop_militancy which = clerks value = 1 where = 0 }
command = { type = pop_militancy which = officers value = 1 where = 0 }
command = { type = pop_consciousness which = clergymen value = 3 where = 0 }
command = { type = pop_consciousness which = soldiers value = 3 where = 0 }
command = { type = pop_consciousness which = farmers value = 3 where = 0 }
command = { type = pop_consciousness which = labourers value = 3 where = 0 }
command = { type = pop_consciousness which = craftsmen value = 3 where = 0 }
command = { type = pop_consciousness which = clerks value = 3 where = 0 }
command = { type = pop_consciousness which = officers value = 3 where = 0 }
}
}
## Event 25011 Small Industry Monarchy
event = {
id = 25011
random = no
trigger = {
event = 25004
NOT = { industry = 1000 }
industry = 15
is_GP = no
OR = {
constitution = { type = monarchy }
constitution = { type = presidential_dictatorship }
}
}
name = "EVT_25011_NAME"
desc = "EVT_25011_DESC"
date = { day = 1 month = november year = 1929 }
action_a = {
name = "ACTIONNAME25011A"
command = { type = pop_change_income value = -2 }
command = { type = pop_militancy which = clergymen value = 1 where = 0 }
command = { type = pop_militancy which = soldiers value = 1 where = 0 }
command = { type = pop_militancy which = farmers value = 1 where = 0 }
command = { type = pop_militancy which = labourers value = 1 where = 0 }
command = { type = pop_militancy which = craftsmen value = 1 where = 0 }
command = { type = pop_militancy which = clerks value = 1 where = 0 }
command = { type = pop_militancy which = officers value = 1 where = 0 }
command = { type = pop_consciousness which = clergymen value = 4 where = 0 }
command = { type = pop_consciousness which = soldiers value = 4 where = 0 }
command = { type = pop_consciousness which = farmers value = 4 where = 0 }
command = { type = pop_consciousness which = labourers value = 4 where = 0 }
command = { type = pop_consciousness which = craftsmen value = 4 where = 0 }
command = { type = pop_consciousness which = clerks value = 4 where = 0 }
command = { type = pop_consciousness which = officers value = 4 where = 0 }
}
}
## Event 25012 For very poor countries so they dont bankrupt
event = {
id = 25012
random = no
trigger = {
event = 25004
NOT = { industry = 15 }
is_GP = no
}
name = "EVT_25012_NAME"
desc = "EVT_25012_DESC"
date = { day = 1 month = november year = 1929 }
action_a = {
name = "ACTIONNAME25012A"
command = { type = pop_change_income value = -.5 }
command = { type = pop_consciousness which = clergymen value = 2 where = 0 }
command = { type = pop_consciousness which = soldiers value = 2 where = 0 }
command = { type = pop_consciousness which = farmers value = 2 where = 0 }
command = { type = pop_consciousness which = labourers value = 2 where = 0 }
command = { type = pop_consciousness which = craftsmen value = 2 where = 0 }
command = { type = pop_consciousness which = clerks value = 2 where = 0 }
command = { type = pop_consciousness which = officers value = 2 where = 0 }
}
}
## Event 25014 for uncivilized countries
event = {
id = 25014
random = no
trigger = {
event = 25004
civilized = no
}
name = "EVT_25014_NAME"
desc = "EVT_25014_DESC"
date = { day = 1 month = november year = 1929 }
action_a = {
name = "ACTIONNAME25014A"
command = { type = pop_change_income value = -.5 }
}
}
#The End of the Great Depression
event = {
id = 25005
random = no
trigger = {
event = 25004
NOT = { local_flag = { name = Great_Depression_OVER value = 1 } }
local_flag = { name = Great_Depression value = 1 }
}
name = "EVT_25005_NAME"
desc = "EVT_25005_DESC"
date = { day = 14 month = june year = 1932 }
action_a = {
name = "ACTIONNAME25005A" # Thank God it's over
command = { type = local_setflag which = Great_Depression_OVER value = 1 }
command = { type = trigger which = 25015 }
command = { type = trigger which = 25016 }
command = { type = trigger which = 25017 }
command = { type = trigger which = 25018 }
command = { type = trigger which = 25019 }
command = { type = trigger which = 25020 }
command = { type = trigger which = 25021 }
command = { type = trigger which = 25022 }
command = { type = trigger which = 25023 }
}
}
## End of GD for Industrialized Democracies w/ suffrage
event = {
id = 25015
random = no
trigger = {
event = 25005
civilized = yes
OR = { industry = 1000 }
NOT = { capital = 422 }
is_GP = yes
OR = {
constitution = { type = democracy }
constitution = { type = constitutional_monarchy }
}
reform = { type = voting_rights level = suffrage }
}
name = "EVT_25015_NAME"
desc = "EVT_25015_DESC"
date = { day = 16 month = june year = 1932 }
action_a = {
name = "ACTIONNAME25015A"
command = { type = pop_change_income value = 10 }
command = { type = pop_militancy which = clergymen value = -2 where = 0 }
command = { type = pop_militancy which = soldiers value = -2 where = 0 }
command = { type = pop_militancy which = farmers value = -2 where = 0 }
command = { type = pop_militancy which = labourers value = -2 where = 0 }
command = { type = pop_militancy which = craftsmen value = -2 where = 0 }
command = { type = pop_militancy which = clerks value = -2 where = 0 }
command = { type = pop_militancy which = officers value = -2 where = 0 }
command = { type = pop_consciousness which = clergymen value = -1 where = 0 }
command = { type = pop_consciousness which = soldiers value = -1 where = 0 }
command = { type = pop_consciousness which = farmers value = -1 where = 0 }
command = { type = pop_consciousness which = labourers value = -1 where = 0 }
command = { type = pop_consciousness which = craftsmen value = -1 where = 0 }
command = { type = pop_consciousness which = clerks value = -1 where = 0 }
command = { type = pop_consciousness which = officers value = -1 where = 0 }
}
}
## End of GD for Wealth Democracy (i.e. people dont feel represented
## by gov and get pissed
event = {
id = 25016
random = no
trigger = {
event = 25005
civilized = yes
industry = 1000
NOT = { capital = 422 }
is_GP = yes
OR = {
constitution = { type = democracy }
constitution = { type = constitutional_monarchy }
}
NOT = { reform = { type = voting_rights level = suffrage } }
}
name = "EVT_25016_NAME"
desc = "EVT_25016_DESC"
date = { day = 16 month = june year = 1932 }
action_a = {
name = "ACTIONNAME25016A"
command = { type = pop_change_income value = 10 }
command = { type = pop_militancy which = clergymen value = -2 where = 0 }
command = { type = pop_militancy which = soldiers value = -2 where = 0 }
command = { type = pop_militancy which = farmers value = -2 where = 0 }
command = { type = pop_militancy which = labourers value = -2 where = 0 }
command = { type = pop_militancy which = craftsmen value = -2 where = 0 }
command = { type = pop_militancy which = clerks value = -2 where = 0 }
command = { type = pop_militancy which = officers value = -2 where = 0 }
command = { type = pop_consciousness which = clergymen value = -1 where = 0 }
command = { type = pop_consciousness which = soldiers value = -1 where = 0 }
command = { type = pop_consciousness which = farmers value = -1 where = 0 }
command = { type = pop_consciousness which = labourers value = -1 where = 0 }
command = { type = pop_consciousness which = craftsmen value = -1 where = 0 }
command = { type = pop_consciousness which = clerks value = -1 where = 0 }
command = { type = pop_consciousness which = officers value = -1 where = 0 }
}
}
## End of GD for Industrialized Monarchies
event = {
id = 25017
random = no
trigger = {
event = 25005
civilized = yes
industry = 1000
NOT = { capital = 422 }
is_GP = yes
OR = {
constitution = { type = monarchy }
constitution = { type = presidential_dictatorship }
}
}
name = "EVT_25017_NAME"
desc = "EVT_25017_DESC"
date = { day = 16 month = june year = 1932 }
action_a = {
name = "ACTIONNAME25017A"
command = { type = pop_change_income value = 10 }
command = { type = pop_militancy which = clergymen value = -2 where = 0 }
command = { type = pop_militancy which = soldiers value = -2 where = 0 }
command = { type = pop_militancy which = farmers value = -2 where = 0 }
command = { type = pop_militancy which = labourers value = -2 where = 0 }
command = { type = pop_militancy which = craftsmen value = -2 where = 0 }
command = { type = pop_militancy which = clerks value = -2 where = 0 }
command = { type = pop_militancy which = officers value = -2 where = 0 }
command = { type = pop_consciousness which = clergymen value = -1 where = 0 }
command = { type = pop_consciousness which = soldiers value = -1 where = 0 }
command = { type = pop_consciousness which = farmers value = -1 where = 0 }
command = { type = pop_consciousness which = labourers value = -1 where = 0 }
command = { type = pop_consciousness which = craftsmen value = -1 where = 0 }
command = { type = pop_consciousness which = clerks value = -1 where = 0 }
command = { type = pop_consciousness which = officers value = -1 where = 0 }
}
}
## End of Non GP Democracy GD
event = {
id = 25018
random = no
trigger = {
event = 25005
civilized = yes
industry = 1000
is_GP = no
OR = {
constitution = { type = democracy }
constitution = { type = constitutional_monarchy }
}
NOT = { capital = 422 }
}
name = "EVT_25018_NAME"
desc = "EVT_25018_DESC"
date = { day = 16 month = june year = 1932 }
action_a = {
name = "ACTIONNAME25018A"
command = { type = pop_change_income value = 5 }
command = { type = pop_militancy which = clergymen value = -2 where = 0 }
command = { type = pop_militancy which = soldiers value = -2 where = 0 }
command = { type = pop_militancy which = farmers value = -2 where = 0 }
command = { type = pop_militancy which = labourers value = -2 where = 0 }
command = { type = pop_militancy which = craftsmen value = -2 where = 0 }
command = { type = pop_militancy which = clerks value = -2 where = 0 }
command = { type = pop_militancy which = officers value = -2 where = 0 }
command = { type = pop_consciousness which = clergymen value = -1 where = 0 }
command = { type = pop_consciousness which = soldiers value = -1 where = 0 }
command = { type = pop_consciousness which = farmers value = -1 where = 0 }
command = { type = pop_consciousness which = labourers value = -1 where = 0 }
command = { type = pop_consciousness which = craftsmen value = -1 where = 0 }
command = { type = pop_consciousness which = clerks value = -1 where = 0 }
command = { type = pop_consciousness which = officers value = -1 where = 0 }
}
}
## End of Monarchy GD nonGP
event = {
id = 25019
random = no
trigger = {
event = 25005
civilized = yes
industry = 1000
is_GP = no
NOT = { capital = 422 }
OR = {
constitution = { type = monarchy }
constitution = { type = presidential_dictatorship }
}
}
name = "EVT_25019_NAME"
desc = "EVT_25019_DESC"
date = { day = 16 month = june year = 1932 }
action_a = {
name = "ACTIONNAME25019A"
command = { type = pop_change_income value = 5 }
command = { type = pop_militancy which = clergymen value = -2 where = 0 }
command = { type = pop_militancy which = soldiers value = -2 where = 0 }
command = { type = pop_militancy which = farmers value = -2 where = 0 }
command = { type = pop_militancy which = labourers value = -2 where = 0 }
command = { type = pop_militancy which = craftsmen value = -2 where = 0 }
command = { type = pop_militancy which = clerks value = -2 where = 0 }
command = { type = pop_militancy which = officers value = -2 where = 0 }
command = { type = pop_consciousness which = clergymen value = -1 where = 0 }
command = { type = pop_consciousness which = soldiers value = -1 where = 0 }
command = { type = pop_consciousness which = farmers value = -1 where = 0 }
command = { type = pop_consciousness which = labourers value = -1 where = 0 }
command = { type = pop_consciousness which = craftsmen value = -1 where = 0 }
command = { type = pop_consciousness which = clerks value = -1 where = 0 }
command = { type = pop_consciousness which = officers value = -1 where = 0 }
}
}
## End of GD Weak Industry Democracy
event = {
id = 25020
random = no
trigger = {
event = 25005
civilized = yes
NOT = { industry = 1000 }
is_GP = no
NOT = { capital = 422 }
OR = {
constitution = { type = democracy }
constitution = { type = constitutional_monarchy }
}
}
name = "EVT_25020_NAME"
desc = "EVT_25020_DESC"
date = { day = 16 month = june year = 1932 }
action_a = {
name = "ACTIONNAME25020A"
command = { type = pop_change_income value = 2 }
command = { type = pop_militancy which = clergymen value = -2 where = 0 }
command = { type = pop_militancy which = soldiers value = -2 where = 0 }
command = { type = pop_militancy which = farmers value = -2 where = 0 }
command = { type = pop_militancy which = labourers value = -2 where = 0 }
command = { type = pop_militancy which = craftsmen value = -2 where = 0 }
command = { type = pop_militancy which = clerks value = -2 where = 0 }
command = { type = pop_militancy which = officers value = -2 where = 0 }
command = { type = pop_consciousness which = clergymen value = -1 where = 0 }
command = { type = pop_consciousness which = soldiers value = -1 where = 0 }
command = { type = pop_consciousness which = farmers value = -1 where = 0 }
command = { type = pop_consciousness which = labourers value = -1 where = 0 }
command = { type = pop_consciousness which = craftsmen value = -1 where = 0 }
command = { type = pop_consciousness which = clerks value = -1 where = 0 }
command = { type = pop_consciousness which = officers value = -1 where = 0 }
}
}
## End of GD Small Industry Monarchy
event = {
id = 25021
random = no
trigger = {
event = 25005
civilized = yes
NOT = { industry = 1000 }
industry = 15
is_GP = no
OR = {
constitution = { type = monarchy }
constitution = { type = presidential_dictatorship }
}
}
name = "EVT_25021_NAME"
desc = "EVT_25021_DESC"
date = { day = 16 month = june year = 1932 }
action_a = {
name = "ACTIONNAME25021A"
command = { type = pop_change_income value = 2 }
command = { type = pop_militancy which = clergymen value = -2 where = 0 }
command = { type = pop_militancy which = soldiers value = -2 where = 0 }
command = { type = pop_militancy which = farmers value = -2 where = 0 }
command = { type = pop_militancy which = labourers value = -2 where = 0 }
command = { type = pop_militancy which = craftsmen value = -2 where = 0 }
command = { type = pop_militancy which = clerks value = -2 where = 0 }
command = { type = pop_militancy which = officers value = -2 where = 0 }
command = { type = pop_consciousness which = clergymen value = -1 where = 0 }
command = { type = pop_consciousness which = soldiers value = -1 where = 0 }
command = { type = pop_consciousness which = farmers value = -1 where = 0 }
command = { type = pop_consciousness which = labourers value = -1 where = 0 }
command = { type = pop_consciousness which = craftsmen value = -1 where = 0 }
command = { type = pop_consciousness which = clerks value = -1 where = 0 }
command = { type = pop_consciousness which = officers value = -1 where = 0 }
}
}
## End of GD poor countries
event = {
id = 25022
random = no
trigger = {
event = 25005
civilized = yes
NOT = { industry = 15 }
is_GP = no
}
name = "EVT_25022_NAME"
desc = "EVT_25022_DESC"
date = { day = 16 month = june year = 1932 }
action_a = {
name = "ACTIONNAME25022A"
command = { type = pop_change_income value = .5 }
command = { type = pop_consciousness which = clergymen value = -1 where = 0 }
command = { type = pop_consciousness which = soldiers value = -1 where = 0 }
command = { type = pop_consciousness which = farmers value = -1 where = 0 }
command = { type = pop_consciousness which = labourers value = -1 where = 0 }
command = { type = pop_consciousness which = craftsmen value = -1 where = 0 }
command = { type = pop_consciousness which = clerks value = -1 where = 0 }
command = { type = pop_consciousness which = officers value = -1 where = 0 }
}
}
## End of GD for uncivilized countries
event = {
id = 25023
random = no
trigger = {
event = 25005
civilized = no
}
name = "EVT_25023_NAME"
desc = "EVT_25023_DESC"
date = { day = 16 month = june year = 1932 }
action_a = {
name = "ACTIONNAME25023A"
command = { type = pop_change_income value = .5 }
}
}
Adding the Great Depression events text:
1. Go to your Victoria folder and go to the config folder
2. Find new_text.csv
3. Copy new_text.csv and paste it someplace you can find it again. This is in case something bad happens or you just want to replace the file.
4. Go back to the new_text.csv, open it with Notepad and add the following, without overwriting anything. I added it right after the regular Great Depression events. Reminder: make sure you don't overwrite anything!
EVT_25004_NAME;The Great Depression;;Die Weltwirtschaftskrise;;;;;;;;X
EVT_25004_DESC;The Great Depression was a worldwide economic downturn starting in most places in 1929. The depression had devastating effects in virtually every country, rich or poor. International trade plunged by half to two-thirds, as did personal income, tax revenue, prices and profits. The majority of countries set up relief programs, and most underwent some sort of political upheaval, pushing them to the left or right. In some states, the desperate citizens turned toward nationalist demagogues—the most infamous being Adolf Hitler—setting the stage for World War II in 1939.;;Während der goldenen 20er Jahre erlebte die globale Wirtschaft einen Boom, der auf billige Kredite gestützt war. Aber alle guten Dinge gehen einmal zu Ende, und als das Jahrzehnt endete, wurde die Rechnung dafür fällig. Die Börsen übernahmen sich und das Kreditwesen brach zusammen. Dies führte zum Zusammenbruch in der Versorgung mit Bargeld, bei den Warenpreisen und der Nachfrage.;;;;;;;;X
ACTIONNAME25004A;We're Screwed;;Wir sind erledigt;;;;;;;;X
EVT_25005_NAME;The End of the Great Depression;;Das Ende der Weltwirtschaftskrise;;;;;;;;X
EVT_25005_DESC;In most countries of the world recovery from the Great Depression began between late 1931 and early 1933. Economic studies have indicated that just as the downturn was spread worldwide by the rigidities of the gold standard, it was suspending gold convertibility (or devaluing the currency in gold terms) that did most to make recovery possible. What policies countries followed after casting off gold and what results they got varied widely.;;Die globale Wirtschaftsschrumpfung, die die Weltwirtschaftskrise darstellte, mußte früher oder später enden. Letztendlich würde ein neues Gleichgewicht zwischen Angebot und Nachfrage gefunden werden, und die Wirtschaft konnte eine neue Phase der Expansion beginnen.;;;;;;;;X
ACTIONNAME25005A;Thank God it's over;;Gott sei Dank, es ist vorbei;;;;;;;;X
EVT_25006_NAME;Effects of the Great Depression;;Die Weltwirtschaftskrise;;;;;;;;X
EVT_25006_DESC;The effects of the Great Depression on heavily industrialized countries were immediate and devastating, as demand for domestically manufactured products collapsed. Hardship and unemployment soared to high levels, leaving the population anxious and frustrated. In countries where the majority of people had the right to vote, there was an inclination to take action through the democratic political system, although they were now attracted to new, radical ideas and were hostile to the status quo which, in their opinion, had failed them.;;Während der goldenen 20er Jahre erlebte die globale Wirtschaft einen Boom, der auf billige Kredite gestützt war. Aber alle guten Dinge gehen einmal zu Ende, und als das Jahrzehnt endete, wurde die Rechnung dafür fällig. Die Börsen übernahmen sich und das Kreditwesen brach zusammen. Dies führte zum Zusammenbruch in der Versorgung mit Bargeld, bei den Warenpreisen und der Nachfrage.;;;;;;;;X
ACTIONNAME25006A;OK;;Wir sind erledigt;;;;;;;;X
EVT_25007_NAME;Effects of the Great Depression;;Die Weltwirtschaftskrise;;;;;;;;X
EVT_25007_DESC;The effects of the Great Depression on heavily industrialized countries were immediate and devastating, as demand for domestically manufactured products collapsed. Hardship and unemployment soared to high levels, leaving the population anxious and frustrated. In non-democratic countries, there was a great deal of resentment against the government not just for failed policies, but also for continued repression and a resistance to modernization. People turned to radical groups to overthrow the established order.;;Während der goldenen 20er Jahre erlebte die globale Wirtschaft einen Boom, der auf billige Kredite gestützt war. Aber alle guten Dinge gehen einmal zu Ende, und als das Jahrzehnt endete, wurde die Rechnung dafür fällig. Die Börsen übernahmen sich und das Kreditwesen brach zusammen. Dies führte zum Zusammenbruch in der Versorgung mit Bargeld, bei den Warenpreisen und der Nachfrage.;;;;;;;;X
ACTIONNAME25007A;Let them eat cake;;Wir sind erledigt;;;;;;;;X
EVT_25008_NAME;Effects of the Great Depression;;Die Weltwirtschaftskrise;;;;;;;;X
EVT_25008_DESC;The effects of the Great Depression on heavily industrialized countries were immediate and devastating, as demand for domestically manufactured products collapsed. Hardship and unemployment soared to high levels, leaving the population anxious and frustrated. In countries where the majority of people had the right to vote, there was an inclination to take action through the democratic political system, although they were now attracted to new, radical ideas and were hostile to the status quo which, in their opinion, had failed them.;;Während der goldenen 20er Jahre erlebte die globale Wirtschaft einen Boom, der auf billige Kredite gestützt war. Aber alle guten Dinge gehen einmal zu Ende, und als das Jahrzehnt endete, wurde die Rechnung dafür fällig. Die Börsen übernahmen sich und das Kreditwesen brach zusammen. Dies führte zum Zusammenbruch in der Versorgung mit Bargeld, bei den Warenpreisen und der Nachfrage.;;;;;;;;X
ACTIONNAME25008A;OK;;Wir sind erledigt;;;;;;;;X
EVT_25009_NAME;Effects of the Great Depression;;Die Weltwirtschaftskrise;;;;;;;;X
EVT_25009_DESC;The effects of the Great Depression on heavily industrialized countries were immediate and devastating, as demand for domestically manufactured products collapsed. Hardship and unemployment soared to high levels, leaving the population anxious and frustrated. In non-democratic countries, there was a great deal of resentment against the government not just for failed policies, but also for continued repression and a resistance to modernization. People turned to radical groups to overthrow the established order.;;Während der goldenen 20er Jahre erlebte die globale Wirtschaft einen Boom, der auf billige Kredite gestützt war. Aber alle guten Dinge gehen einmal zu Ende, und als das Jahrzehnt endete, wurde die Rechnung dafür fällig. Die Börsen übernahmen sich und das Kreditwesen brach zusammen. Dies führte zum Zusammenbruch in der Versorgung mit Bargeld, bei den Warenpreisen und der Nachfrage.;;;;;;;;X
ACTIONNAME25009A;Let them eat cake;;Wir sind erledigt;;;;;;;;X
EVT_25010_NAME;Effects of the Great Depression;;Die Weltwirtschaftskrise;;;;;;;;X
EVT_25010_DESC;Even in countries that did not rely heavily on industrial production, the effects of the Great Depression could still be felt. As world trade slumped, demand for all exports fell drastically. Unemployment and poverty were major issues. In countries where the majority of people had the right to vote, there was an inclination to take action through the democratic political system, although they were now attracted to new, radical ideas and were hostile to the status quo which, in their opinion, had failed them.;;Während der goldenen 20er Jahre erlebte die globale Wirtschaft einen Boom, der auf billige Kredite gestützt war. Aber alle guten Dinge gehen einmal zu Ende, und als das Jahrzehnt endete, wurde die Rechnung dafür fällig. Die Börsen übernahmen sich und das Kreditwesen brach zusammen. Dies führte zum Zusammenbruch in der Versorgung mit Bargeld, bei den Warenpreisen und der Nachfrage.;;;;;;;;X
ACTIONNAME25010A;OK;;Wir sind erledigt;;;;;;;;X
EVT_25011_NAME;Effects of the Great Depression;;Die Weltwirtschaftskrise;;;;;;;;X
EVT_25011_DESC;Even in countries that did not rely heavily on industrial production, the effects of the Great Depression could still be felt. As world trade slumped, demand for all exports fell drastically. Unemployment and poverty were major issues. In non-democratic countries, there was a great deal of resentment against the government not just for failed policies, but also for continued repression and a resistance to modernization. People turned to radical groups to overthrow the established order.;;Während der goldenen 20er Jahre erlebte die globale Wirtschaft einen Boom, der auf billige Kredite gestützt war. Aber alle guten Dinge gehen einmal zu Ende, und als das Jahrzehnt endete, wurde die Rechnung dafür fällig. Die Börsen übernahmen sich und das Kreditwesen brach zusammen. Dies führte zum Zusammenbruch in der Versorgung mit Bargeld, bei den Warenpreisen und der Nachfrage.;;;;;;;;X
ACTIONNAME25011A;Let them eat cake;;Wir sind erledigt;;;;;;;;X
EVT_25012_NAME;Effects of the Great Depression;;Die Weltwirtschaftskrise;;;;;;;;X
EVT_25012_DESC;The Great Depression was a severe blow to the major players on the world market, but poorer countries were not immune. The sudden lack of demand for all exports, including basic mineral and agricultural products, meant prices plummeted. Weak economies meant businesses and farms alike had to cut corners, resulting in growing unemployment. With less money in their pocket, people saved more and purchased less, further hurting economic growth.;;Während der goldenen 20er Jahre erlebte die globale Wirtschaft einen Boom, der auf billige Kredite gestützt war. Aber alle guten Dinge gehen einmal zu Ende, und als das Jahrzehnt endete, wurde die Rechnung dafür fällig. Die Börsen übernahmen sich und das Kreditwesen brach zusammen. Dies führte zum Zusammenbruch in der Versorgung mit Bargeld, bei den Warenpreisen und der Nachfrage.;;;;;;;;X
ACTIONNAME25012A;OK;;Wir sind erledigt;;;;;;;;X
EVT_25013_NAME;Effects of the Great Depression;;Die Weltwirtschaftskrise;;;;;;;;X
EVT_25013_DESC;The effects of the Great Depression on heavily industrialized countries were immediate and devastating, as demand for domestically manufactured products collapsed. Hardship and unemployment soared to high levels, leaving the population anxious and frustrated. In countries where only the wealthy elites were allowed to take part in politics, the disenfranchised working classes felt they had been abused and exploited for too long. They turned to radical groups to overthrow the established order.;;Während der goldenen 20er Jahre erlebte die globale Wirtschaft einen Boom, der auf billige Kredite gestützt war. Aber alle guten Dinge gehen einmal zu Ende, und als das Jahrzehnt endete, wurde die Rechnung dafür fällig. Die Börsen übernahmen sich und das Kreditwesen brach zusammen. Dies führte zum Zusammenbruch in der Versorgung mit Bargeld, bei den Warenpreisen und der Nachfrage.;;;;;;;;X
ACTIONNAME25013A;OK;;Wir sind erledigt;;;;;;;;X
EVT_25014_NAME;Effects of the Great Depression;;Die Weltwirtschaftskrise;;;;;;;;X
EVT_25014_DESC;The Great Depression did not have a profound effect on countries that were already underdeveloped in terms of their economic potential. They did not have large presences on the world market, so they did not suffer as much when world trade diminished. Massive poverty and high unemployment were already well in place, so there was little change in terms of public anger and angst. No country was in a bubble, however, and even these countries were affected by the economic disaster.;;Während der goldenen 20er Jahre erlebte die globale Wirtschaft einen Boom, der auf billige Kredite gestützt war. Aber alle guten Dinge gehen einmal zu Ende, und als das Jahrzehnt endete, wurde die Rechnung dafür fällig. Die Börsen übernahmen sich und das Kreditwesen brach zusammen. Dies führte zum Zusammenbruch in der Versorgung mit Bargeld, bei den Warenpreisen und der Nachfrage.;;;;;;;;X
ACTIONNAME25014A;OK;;Wir sind erledigt;;;;;;;;X
EVT_25015_NAME;End of the Great Depression;;Die Weltwirtschaftskrise;;;;;;;;X
EVT_25015_DESC;By employing a variety of methods, heavily industrialized countries were able to stimulate growth, reduce unemployment and make exports competitive on world markets again. But although the economy recovered, many people did not a return to past economic policies, which they blamed for their hardships. There was still a mood for widespread social change.;;Während der goldenen 20er Jahre erlebte die globale Wirtschaft einen Boom, der auf billige Kredite gestützt war. Aber alle guten Dinge gehen einmal zu Ende, und als das Jahrzehnt endete, wurde die Rechnung dafür fällig. Die Börsen übernahmen sich und das Kreditwesen brach zusammen. Dies führte zum Zusammenbruch in der Versorgung mit Bargeld, bei den Warenpreisen und der Nachfrage.;;;;;;;;X
ACTIONNAME25015A;OK;;Wir sind erledigt;;;;;;;;X
EVT_25016_NAME;End of the Great Depression;;Die Weltwirtschaftskrise;;;;;;;;X
EVT_25016_DESC;By employing a variety of methods, heavily industrialized countries were able to stimulate growth, reduce unemployment and make exports competitive on world markets again. In countries where the wealthy elites held power, there was still a great deal of resentment against the ruling classes. Sometimes the elites would use propaganda and nationalism to redirect resentment at foreign enemies and external threats.;;Während der goldenen 20er Jahre erlebte die globale Wirtschaft einen Boom, der auf billige Kredite gestützt war. Aber alle guten Dinge gehen einmal zu Ende, und als das Jahrzehnt endete, wurde die Rechnung dafür fällig. Die Börsen übernahmen sich und das Kreditwesen brach zusammen. Dies führte zum Zusammenbruch in der Versorgung mit Bargeld, bei den Warenpreisen und der Nachfrage.;;;;;;;;X
ACTIONNAME25016A;OK;;Wir sind erledigt;;;;;;;;X
EVT_25017_NAME;End of the Great Depression;;Die Weltwirtschaftskrise;;;;;;;;X
EVT_25017_DESC;By employing a variety of methods, heavily industrialized countries were able to stimulate growth, reduce unemployment and make exports competitive on world markets again. In non-democratic countries, a return to relative prosperity did not mean the people stopped clamoring for enfranchisement and greater reforms. In some countries, dictators and demagogues tried to direct public anger against foreign enemies and external threats.;;Während der goldenen 20er Jahre erlebte die globale Wirtschaft einen Boom, der auf billige Kredite gestützt war. Aber alle guten Dinge gehen einmal zu Ende, und als das Jahrzehnt endete, wurde die Rechnung dafür fällig. Die Börsen übernahmen sich und das Kreditwesen brach zusammen. Dies führte zum Zusammenbruch in der Versorgung mit Bargeld, bei den Warenpreisen und der Nachfrage.;;;;;;;;X
ACTIONNAME25017A;OK;;Wir sind erledigt;;;;;;;;X
EVT_25018_NAME;End of the Great Depression;;Die Weltwirtschaftskrise;;;;;;;;X
EVT_25018_DESC;By employing a variety of methods, heavily industrialized countries were able to stimulate growth, reduce unemployment and make exports competitive on world markets again. But although the economy recovered, many people did not want a return to past economic policies, which they blamed for their hardships. There was still a mood for widespread social change.;;Während der goldenen 20er Jahre erlebte die globale Wirtschaft einen Boom, der auf billige Kredite gestützt war. Aber alle guten Dinge gehen einmal zu Ende, und als das Jahrzehnt endete, wurde die Rechnung dafür fällig. Die Börsen übernahmen sich und das Kreditwesen brach zusammen. Dies führte zum Zusammenbruch in der Versorgung mit Bargeld, bei den Warenpreisen und der Nachfrage.;;;;;;;;X
ACTIONNAME25018A;OK;;Wir sind erledigt;;;;;;;;X
EVT_25019_NAME;End of the Great Depression;;Die Weltwirtschaftskrise;;;;;;;;X
EVT_25019_DESC;By employing a variety of methods, heavily industrialized countries were able to stimulate growth, reduce unemployment and make exports competitive on world markets again. In non-democratic countries, a return to relative prosperity did not mean the people stopped clamoring for enfranchisement and greater reforms. In some countries, dictators and demagogues tried to direct public anger against foreign enemies and external threats.;;Während der goldenen 20er Jahre erlebte die globale Wirtschaft einen Boom, der auf billige Kredite gestützt war. Aber alle guten Dinge gehen einmal zu Ende, und als das Jahrzehnt endete, wurde die Rechnung dafür fällig. Die Börsen übernahmen sich und das Kreditwesen brach zusammen. Dies führte zum Zusammenbruch in der Versorgung mit Bargeld, bei den Warenpreisen und der Nachfrage.;;;;;;;;X
ACTIONNAME25019A;OK;;Wir sind erledigt;;;;;;;;X
EVT_25020_NAME;End of the Great Depression;;Die Weltwirtschaftskrise;;;;;;;;X
EVT_25020_DESC;By employing a variety of methods, heavily industrialized countries were able to stimulate growth, reduce unemployment and make exports competitive on world markets again. But although the economy recovered, many people did not want a return to past economic policies, which they blamed for their hardships. There was still a mood for widespread social change.;;Während der goldenen 20er Jahre erlebte die globale Wirtschaft einen Boom, der auf billige Kredite gestützt war. Aber alle guten Dinge gehen einmal zu Ende, und als das Jahrzehnt endete, wurde die Rechnung dafür fällig. Die Börsen übernahmen sich und das Kreditwesen brach zusammen. Dies führte zum Zusammenbruch in der Versorgung mit Bargeld, bei den Warenpreisen und der Nachfrage.;;;;;;;;X
ACTIONNAME25020A;OK;;Wir sind erledigt;;;;;;;;X
EVT_25021_NAME;End of the Great Depression;;Die Weltwirtschaftskrise;;;;;;;;X
EVT_25021_DESC;By employing a variety of methods, heavily industrialized countries were able to stimulate growth, reduce unemployment and make exports competitive on world markets again. In non-democratic countries, a return to relative prosperity did not mean the people stopped clamoring for enfranchisement and greater reforms. In some countries, dictators and demagogues tried to direct public anger against foreign enemies and external threats.;;Während der goldenen 20er Jahre erlebte die globale Wirtschaft einen Boom, der auf billige Kredite gestützt war. Aber alle guten Dinge gehen einmal zu Ende, und als das Jahrzehnt endete, wurde die Rechnung dafür fällig. Die Börsen übernahmen sich und das Kreditwesen brach zusammen. Dies führte zum Zusammenbruch in der Versorgung mit Bargeld, bei den Warenpreisen und der Nachfrage.;;;;;;;;X
ACTIONNAME25021A;OK;;Wir sind erledigt;;;;;;;;X
EVT_25022_NAME;End of the Great Depression;;Die Weltwirtschaftskrise;;;;;;;;X
EVT_25022_DESC;Less developed countries employed a variety of methods in order to weather the economic storm that was the Great Depression. Some balanced their budgets, while others decided to engage in fiscal stimuli. Whatever steps were taken, eventually unemployment was reduced and wages increased.;;Während der goldenen 20er Jahre erlebte die globale Wirtschaft einen Boom, der auf billige Kredite gestützt war. Aber alle guten Dinge gehen einmal zu Ende, und als das Jahrzehnt endete, wurde die Rechnung dafür fällig. Die Börsen übernahmen sich und das Kreditwesen brach zusammen. Dies führte zum Zusammenbruch in der Versorgung mit Bargeld, bei den Warenpreisen und der Nachfrage.;;;;;;;;X
ACTIONNAME25022A;OK;;Wir sind erledigt;;;;;;;;X
EVT_25023_NAME;End of the Great Depression;;Die Weltwirtschaftskrise;;;;;;;;X
EVT_25023_DESC;Underdeveloped countries were not intensely affected by the Great Depression, but they did suffer as international trade dried up, unemployment went up and wages fell. Through policies enacted by various governments and the eventual end of the Depression elsewhere around the world, recovery from the economic downturn eventually reached those countries on the fringes of the world stage.;;Während der goldenen 20er Jahre erlebte die globale Wirtschaft einen Boom, der auf billige Kredite gestützt war. Aber alle guten Dinge gehen einmal zu Ende, und als das Jahrzehnt endete, wurde die Rechnung dafür fällig. Die Börsen übernahmen sich und das Kreditwesen brach zusammen. Dies führte zum Zusammenbruch in der Versorgung mit Bargeld, bei den Warenpreisen und der Nachfrage.;;;;;;;;X
ACTIONNAME25023A;OK;;Wir sind erledigt;;;;;;;;X
The German text is just there because I copied and pasted the original Great Depression event. I don't know German!
The mod is not finished; this is still a work in progress.
Last edited: