Skip to content

Commit

Permalink
cleaning events
Browse files Browse the repository at this point in the history
  • Loading branch information
jink47787 committed Apr 6, 2022
1 parent 1130e7f commit 957c15b
Show file tree
Hide file tree
Showing 57 changed files with 374 additions and 8,293 deletions.
51 changes: 51 additions & 0 deletions DRDOD/ValidatorSettings.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# This is the settings file for Vic2 and expansions
# To use, copy this to your Vic2 installation base or mod directory and rename it "ValidatorSettings.txt"
# If you don't want to use it then don't copy it.
# Uncomment something to use it, or comment something to disable it.

###########################################
# General
###########################################

# Generates files containing flag and variable analysis.
#AddFlag = TraceFlags
# Generates a CSV file with basic information about events. Please note that the country column is determined based on heuristics and therefore may not be accurate.
#AddFlag = ExportEventInfo

# Ignores the warning when there is only one item in an OR clause
#AddFlag = ContextValidator.IgnoreOneItemInOrClauseWarning
# Ignores the warning when there is only one item in an AND clause
#AddFlag = ContextValidator.IgnoreOneItemInAndClauseWarning
# Ignores the warning when we are already in an AND clause.
#AddFlag = ContextValidator.IgnoreAlreadyInAndClauseWarning
# Ignores the warning "Having a factor of 1 is useless."
#AddFlag = ContextValidator.NoWarnOnFactorOne
# Ignore Feb 29 errors for leap years
#AddFlag = IgnoreFeb29Errors

###########################################
# LOCALIZATION
###########################################

# Disables check that all keys are found in the localization file. This assumes that you use keys everywhere. If not you'll get lots of false positives.
AddFlag = NoCheckKey


###########################################
# COUNTRY HISTORY
###########################################

# Disables checks that dates are in chronological order, and that there are no duplicates within groups of dates.
# Note that this option currently won't work anyways
#AddFlag = CountryHistory.NoComplexDateChecks

###########################################
# PROVINCE HISTORY
###########################################

# Disables checks that dates are in chronological order, and that there are no duplicates within groups of dates.
#AddFlag = ProvinceHistory.NoComplexDateChecks




23 changes: 23 additions & 0 deletions DRDOD/common/event_modifiers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,29 @@ smithian_school = {
disarmed = {
}

revolutionary_society = {
global_pop_consciousness_modifier = 0.01
global_pop_militancy_modifier = 0.01
icon = 16
}

underground_newspaper = {
pop_consciousness_modifier = 0.05
pop_militancy_modifier = 0.02
icon = 18
}

freedom_talks = {
global_pop_consciousness_modifier = 0.01
icon = 16
}

growing_unrest = {
global_pop_consciousness_modifier = 0.03
global_pop_militancy_modifier = 0.02
icon = 16
}

no_trade_policy_set = {
icon = 9
}
Expand Down
61 changes: 0 additions & 61 deletions DRDOD/events/Ameriga events.txt
Original file line number Diff line number Diff line change
Expand Up @@ -590,20 +590,6 @@ country_event = { ######## The Constitution
}
}

country_event = {
id = 97095
title = "Ameriga9.T"
desc = "Ameriga9.D"
picture = "administration"

is_triggered_only = yes

option = {
name = "97095.A"
prestige = 5
}
}

##########Post-war reactions#########

country_event = { ### Annexation
Expand Down Expand Up @@ -685,53 +671,6 @@ country_event = { ### Annexation
}
}

country_event = {
id = 775412
title = "Ameriga15.T"
desc = "Ameriga15.D"

is_triggered_only = yes

option = {
name = "775412.A"
inherit = FROM
NAN = { all_core = { add_core = AZL } }
prestige = 30
}
}

country_event = {
id = 775413
title = "Ameriga16.T"
desc = "Ameriga16.D"

is_triggered_only = yes

option = {
name = "775413.A"
badboy = -10
relation = { who = NAN value = -150 }
}

option = {
name = "775413.B"
NAN = { all_core = { add_core = AZL } }
badboy = 2
casus_belli = {
target = NAN
type = conquest
months = 60
}
war = {
target = NAN
attacker_goal = {
casus_belli = conquest
}
}
}

}

country_event = {
id = 775420
title = "EVTNAME97090" #The Argentina-Chile Border Treaty
Expand Down
63 changes: 0 additions & 63 deletions DRDOD/events/Annexation in general - 333XXX.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,53 +102,6 @@ country_event = {
}
}

# Rohnnst
country_event = {
id = 333009
title = "EVTNAME333009"
desc = "EVTDESC333009"
picture = "greatpowers"

is_triggered_only = yes

option = {
name = "EVTOPTA333009"
FROM = {
inherit = HHR
}
ai_chance = {
factor = 50
}
}

option = {
name = "EVTOPTB333009"
prestige = 10
badboy = 5
FROM = {
casus_belli = {
type = conquest
target = HHR
months = 60
}
prestige = -10
war = {
target = HHR
attacker_goal = {
casus_belli = conquest
}

defender_goal = {
casus_belli = status_quo
}
}
}
ai_chance = {
factor = 50
}
}
}

# Zanzibar Cores I
country_event = {
id = 333010
Expand Down Expand Up @@ -827,19 +780,3 @@ country_event = {
}
}
}

#Generic Annex Puppet event
country_event = {
id = annexpuppet
title = "annexpuppet.T"
desc = "annexpuppet.D"

is_triggered_only = yes

option = {
name = "annexpuppet.A"
FROM = {
inherit = THIS
}
}
}
4 changes: 2 additions & 2 deletions DRDOD/events/Arabia event.txt
Original file line number Diff line number Diff line change
Expand Up @@ -732,10 +732,10 @@ province_event = {
region = RUS_2621
region = RUS_1079
region = RUS_1469
region = RUS_1075
#region = RUS_1075
region = RUS_2694
region = RUS_2615
region = RUS_1070
#region = RUS_1070
region = MON_1075
}
owned_by = THIS
Expand Down
Loading

0 comments on commit 957c15b

Please sign in to comment.