Israel: add bunch of political advisors

This commit is contained in:
Aleksey 2023-12-05 00:56:06 +04:00
parent dcd21f4c8b
commit 855380afe0
Signed by: tea
GPG Key ID: D9C68D34A3CAE37A
5 changed files with 169 additions and 4 deletions

View File

@ -1,5 +1,5 @@
--- "../vanilla/current/history/countries/ISR - Israel.txt" 2023-11-12 00:08:12.317582292 +0400
+++ "build/image/randchgs/history/countries/ISR - Israel.txt" 2023-12-02 06:10:02.333621844 +0400
--- "../vanilla/v1.13.4/history/countries/ISR - Israel.txt" 2023-12-05 00:54:15.733172425 +0400
+++ "build/patched/history/countries/ISR - Israel.txt" 2023-12-05 00:53:47.136889347 +0400
@@ -71,8 +71,8 @@
set_politics = {
@ -20,10 +20,16 @@
ideology = liberalism
traits = {
#
@@ -118,4 +118,6 @@
@@ -118,4 +118,12 @@
traits = {
#
}
+
+recruit_character = ISR_democratic_activist
+recruit_character = ISR_head_of_histadrut
+recruit_character = ISR_zionism_philosopher
+recruit_character = ISR_arabist
+recruit_character = ISR_head_of_mossad
+recruit_character = ISR_peoples_favorite
+recruit_character = ISR_minister_of_economy_and_finance
}

View File

@ -9,11 +9,113 @@ characters = {
}
advisor = {
slot = political_advisor
idea_token = ISR_common_democrat
idea_token = ISR_democratic_activist
ledger = civilian
traits = {
liberal_professor
}
}
}
ISR_head_of_histadrut = {
name = ISR_head_of_histadrut
portraits = {
civilian = {
large = GFX_Portrait_Europe_Generic_1 # TODO: add fiting portrait
small = GFX_Portrait_Europe_Generic_1_small
}
}
advisor = {
slot = political_advisor
idea_token = ISR_head_of_histadrut
ledger = civilian
traits = {
liberal_professor
}
}
}
ISR_zionism_philosopher = {
name = ISR_zionism_philosopher
portraits = {
civilian = {
large = GFX_Portrait_Europe_Generic_1 # TODO: add fiting portrait
small = GFX_Portrait_Europe_Generic_1_small
}
}
advisor = {
slot = political_advisor
idea_token = ISR_zionism_philosopher
ledger = civilian
traits = {
zionism_philosopher
}
}
}
ISR_arabist = {
name = ISR_arabist
portraits = {
civilian = {
large = GFX_Portrait_Europe_Generic_1 # TODO: add fiting portrait
small = GFX_Portrait_Europe_Generic_1_small
}
}
advisor = {
slot = political_advisor
idea_token = ISR_arabist
ledger = civilian
traits = {
arabist
}
}
}
ISR_head_of_mossad = {
name = ISR_head_of_mossad
portraits = {
civilian = {
large = GFX_Portrait_Europe_Generic_1 # TODO: add fiting portrait
small = GFX_Portrait_Europe_Generic_1_small
}
}
advisor = {
slot = political_advisor
idea_token = ISR_head_of_mossad
ledger = civilian
traits = {
head_of_mossad
}
}
}
ISR_peoples_favorite = {
name = ISR_peoples_favorite
portraits = {
civilian = {
large = GFX_Portrait_Europe_Generic_1 # TODO: add fiting portrait
small = GFX_Portrait_Europe_Generic_1_small
}
}
advisor = {
slot = political_advisor
idea_token = ISR_peoples_favorite
ledger = civilian
traits = {
peoples_favorite
}
}
}
ISR_minister_of_economy_and_finance = {
name = ISR_minister_of_economy_and_finance
portraits = {
civilian = {
large = GFX_Portrait_Europe_Generic_1 # TODO: add fiting portrait
small = GFX_Portrait_Europe_Generic_1_small
}
}
advisor = {
slot = political_advisor
idea_token = ISR_minister_of_economy_and_finance
ledger = civilian
traits = {
minister_of_economy_and_finance
}
}
}
}

View File

@ -0,0 +1,44 @@
leader_traits = {
head_of_histadrut = {
random = no
sprite = 13
industrial_capacity_factory = 0.05
political_power_factor = 0.05
communism_drift = 0.05
}
zionism_philosopher = {
random = no
sprite = 13
fascism_drift = 0.05
weekly_manpower = 250
}
arabist = {
random = no
sprite = 13
neutrality_drift = 0.05
}
head_of_mossad = {
random = no
sprite = 15
enemy_operative_detection_chance = 0.25
enemy_operative_capture_chance_factor = 0.25
civilian_intel_to_others = -20
agency_upgrade_time = -0.25
operative_slot = 5
}
peoples_favorite = {
random = no
sprite = 13
war_support_factor = 0.1
stability_factor = 0.15
}
minister_of_economy_and_finance = {
sprite = 10
random = no
consumer_goods_factor = -0.25
industrial_capacity_factory = 0.05
industrial_capacity_dockyard = 0.05
production_factory_max_efficiency_factor = 0.15
local_resources_factor = 0.11
}
}

View File

@ -1,2 +1,8 @@
l_russian:
ISR_democratic_activist:0 "Перец Нафтали"
ISR_head_of_histadrut:0 "Иосиф Шпринцак"
ISR_zionism_philosopher:0 "Владимир Жаботинский"
ISR_arabist:0 "Меир Вильнар"
ISR_head_of_mossad:0 "Иссер Беери"
ISR_peoples_favorite:0 "Леви Эшколь"
ISR_minister_of_economy_and_finance:0 "Элиэзер Каплан"

View File

@ -0,0 +1,7 @@
l_russian:
head_of_histadrut: "Глава Гистадрута"
zionism_philosopher: "Философ сионизма"
arabist: "Симпатизирующий арабам"
head_of_mossad: "Глава Моссада"
peoples_favorite: "Любимец народа"
minister_of_economy_and_finance: "Министр экономики и финансов"