Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Complete Israel rework #84

Merged
merged 4 commits into from
Apr 1, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
131 changes: 64 additions & 67 deletions CWE/decisions/claim_greater.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1584,82 +1584,79 @@ political_decisions = {

}

claim_greater_israel = {
picture = "claim_greater_israel"
potential = {
claim_greater_israel = {
picture = "claim_greater_israel"
potential = {
PAL = { exists = no }
tag = ISR
NOT = { has_country_flag = claim_greater_israel }
}
tag = ISR
NOT = { has_country_flag = claim_greater_israel }
}

allow = {
tag = ISR
#part_of_sphere = no
#has_unclaimed_cores = no
NOT = {
has_country_flag = claim_greater_israel
ruling_party_ideology = progressive
ruling_party_ideology = liberal
}
is_vassal = no
#prestige = 45
OR = {
ruling_party_ideology = socialist
ruling_party_ideology = nationalist
ruling_party_ideology = traditionalist
ruling_party_ideology = conservative
ruling_party_ideology = populist
jingoism = 24
}
}
allow = {
tag = ISR
#part_of_sphere = no
has_unclaimed_cores = no
owns = 917
NOT = {
has_country_flag = claim_greater_israel
ruling_party_ideology = progressive
ruling_party_ideology = liberal
}
is_vassal = no
#prestige = 45
OR = {
ruling_party_ideology = socialist
ruling_party_ideology = nationalist
ruling_party_ideology = traditionalist
ruling_party_ideology = conservative
ruling_party_ideology = populist
jingoism = 24
}
}

effect = {
badboy = 12
effect = {
badboy = 12
prestige = 45
set_country_flag = claim_greater_israel
921 = { add_core = ISR }
918 = { add_core = ISR }
920 = { add_core = ISR }
917 = { add_core = ISR }
#911 = { add_core = ISR }
}
set_country_flag = claim_greater_israel
EGY_910 = { add_core = ISR }
}

}
abandon_claim_greater_israel = {
picture = "claim_greater_israel"
potential = {
}
abandon_claim_greater_israel = {
picture = "claim_greater_israel"
potential = {
ai = no
tag = ISR
has_country_flag = claim_greater_israel
OR = {
government = democracy
government = hms_government
}
}
tag = ISR
has_country_flag = claim_greater_israel
OR = {
government = democracy
government = hms_government
}
}

allow = {
war = no
is_vassal = no
has_country_flag = claim_greater_israel
OR = {
ruling_party_ideology = progressive
ruling_party_ideology = liberal
}
}
allow = {
war = no
is_vassal = no
has_country_flag = claim_greater_israel
OR = {
ruling_party_ideology = progressive
ruling_party_ideology = liberal
}
}

effect = {
prestige = 10
any_pop = {
consciousness = 1
}
clr_country_flag = claim_greater_israel
all_core = {
limit = { NOT = { owned_by = THIS } OR = { is_primary_culture = yes is_accepted_culture = yes } }
remove_core = ISR
}
}
effect = {
prestige = 10
any_pop = {
consciousness = 1
}
clr_country_flag = claim_greater_israel
all_core = {
limit = { NOT = { owned_by = THIS } OR = { is_primary_culture = yes is_accepted_culture = yes } }
remove_core = ISR
}
}

}
}

claim_greater_taiwan = {
picture = "claim_greater_taiwan"
Expand Down
25 changes: 0 additions & 25 deletions CWE/events/Essential Events.txt
Original file line number Diff line number Diff line change
Expand Up @@ -423,31 +423,6 @@ mean_time_to_happen = { days = 1 }
}
}

#Israel Event
country_event = {
id = 19471947
title = "Israeli Military Genius"
desc = "The Israelis are good at fighting their enemies!"
picture = "GOLD"


trigger = {
tag = ISR
NOT = {
has_country_flag = israelmilitary
}

}

option = {
name = "Its good to be a Jew"
ISR = { add_country_modifier = { name = israeli_military_genius
duration = 99999 }
}
set_country_flag = israelmilitary
}
}

#India Event
country_event = {
id = 19481948
Expand Down
Loading