Skip to content

Commit

Permalink
feat: ✨ add preliminary ent tech tree
Browse files Browse the repository at this point in the history
created outline for the start of a new ent tech tree.
  • Loading branch information
awandke committed Mar 7, 2024
1 parent 59d6904 commit ca7066d
Show file tree
Hide file tree
Showing 4 changed files with 419 additions and 0 deletions.
101 changes: 101 additions & 0 deletions common/technologies/ents_special_techs.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
technologies = {

ent_society = {
research_speed_factor = 0.05

path = {
leads_to_tech = ent_society3
research_cost_coeff = 1
}

path = {
leads_to_tech = ent_society2
research_cost_coeff = 1
}

research_cost = 1
start_year = 3018
folder = {
name = ents_special_folder
position = { x = 0 y = 0 }
}

ai_will_do = {
factor = 1

modifier = { factor = 2 date > "3020.1.1" }
}

categories = {
lotr_ent_secrets
}
}

ent_society2 = {
research_speed_factor = 0.05

path = {
leads_to_tech = ent_society1
research_cost_coeff = 1
}`

research_cost = 1
start_year = 3020
folder = {
name = ents_special_folder
position = { x = 2 y = 4 }
}

ai_will_do = {
factor = 1

modifier = { factor = 2 date > "3022.1.1" }
}

categories = {
lotr_ent_secrets
}
}

ent_society1 = {
research_speed_factor = 0.05

research_cost = 1
start_year = 3022
folder = {
name = ents_special_folder
position = { x = 2 y = 8 }
}

ai_will_do = {
factor = 1

modifier = { factor = 2 date > "3024.1.1" }
}

categories = {
lotr_ent_secrets
}
}

ent_society3 = {
research_speed_factor = 0.05

research_cost = 1
start_year = 3020
folder = {
name = ents_special_folder
position = { x = -2 y = 4 }
}

ai_will_do = {
factor = 1

modifier = { factor = 2 date > "3022.1.1" }
}

categories = {
lotr_ent_secrets
}
}
}
5 changes: 5 additions & 0 deletions common/technology_tags/00_technology.txt
Original file line number Diff line number Diff line change
Expand Up @@ -245,4 +245,9 @@ technology_folders = {
is_men = yes
}
}
ents_special_folder = {
available = {
is_ents = yes
}
}
}
Loading

0 comments on commit ca7066d

Please sign in to comment.