From 4dd9de010d96f1ca7b3e111d9f58942903f6422a Mon Sep 17 00:00:00 2001 From: awandke Date: Wed, 6 Mar 2024 23:49:40 -0500 Subject: [PATCH] feat: :sparkles: tech tree: ents subtree for ent draughts outlined issue #137 --- common/technologies/ents_special_techs.txt | 70 ++++++++++++++++++++++ interface/countrytechtreeview.gui | 8 +++ 2 files changed, 78 insertions(+) diff --git a/common/technologies/ents_special_techs.txt b/common/technologies/ents_special_techs.txt index 998a2c0aa..507f75fd6 100644 --- a/common/technologies/ents_special_techs.txt +++ b/common/technologies/ents_special_techs.txt @@ -98,4 +98,74 @@ technologies = { lotr_ent_secrets } } + + ent_deep_roots = { + research_speed_factor = 0.05 + + path = { + leads_to_tech = ent_draught_nourishing + research_cost_coeff = 1 + } + + path = { + leads_to_tech = ent_draught_refreshing + research_cost_coeff = 1 + } + + research_cost = 1 + start_year = 3018 + folder = { + name = ents_special_folder + position = { x = 2 y = 0 } + } + + ai_will_do = { + factor = 1 + modifier = { factor = 2 date > "3020.1.1" } + } + + categories = { + lotr_ent_secrets + } + } + + ent_draught_nourishing = { + research_speed_factor = 0.05 + + research_cost = 1 + start_year = 3020 + folder = { + name = ents_special_folder + position = { x = 4 y = 4 } + } + + ai_will_do = { + factor = 1 + modifier = { factor = 2 date > "3020.1.1" } + } + + categories = { + lotr_ent_secrets + } + } + + ent_draught_refreshing = { + research_speed_factor = 0.05 + + research_cost = 1 + start_year = 3020 + folder = { + name = ents_special_folder + position = { x = 0` y = 4 } + } + + ai_will_do = { + factor = 1 + modifier = { factor = 2 date > "3020.1.1" } + } + + categories = { + lotr_ent_secrets + } + } } diff --git a/interface/countrytechtreeview.gui b/interface/countrytechtreeview.gui index 2720d2b88..50a886c72 100644 --- a/interface/countrytechtreeview.gui +++ b/interface/countrytechtreeview.gui @@ -3868,6 +3868,14 @@ guiTypes = { slotsize = { width=60 height= 60 } format = "UP" } + + gridboxtype = { + name = "ent_deep_roots_tree" + position = { x=580 y=150 } + size = { width = 0 height = 0 } + slotsize = { width=60 height= 60 } + format = "UP" + } } # folder tabs