Skip to content

Commit 68510ff

Browse files
committed
Vazurans + 3.10 update
1 parent e1f8b37 commit 68510ff

90 files changed

Lines changed: 365 additions & 263 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

common/scripted_effects/mem_lost_emperor_effects.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ mem_create_neochadanus = {
3535
create_leader = {
3636
species = event_target:mem_neochadanus_species
3737
event_leader = yes
38-
class = admiral
38+
class = commander
3939
name = "NAME_Neochadanus"
4040
skill = 10
4141
immortal = yes
@@ -47,7 +47,7 @@ mem_create_neochadanus = {
4747
custom_catch_phrase = mem_neochadanus_catchphrase
4848
custom_description = mem_neochadanus_backstory
4949
traits = {
50-
add_trait = subclass_admiral_strategist
50+
add_trait = subclass_commander_admiral
5151
add_trait = mem_leader_trait_ruler_knowledge_of_another_age
5252
add_trait = mem_leader_trait_ruler_lunatic_neoch
5353
add_trait = leader_trait_chosen

common/scripted_effects/mem_sadrell_effects.txt

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -490,23 +490,20 @@ mem_sadrell_create_sadrell_colonies = {
490490
mult = trigger:years_passed
491491
}
492492
while = {
493-
count = 2
493+
count = 3
494494
create_leader = {
495-
class = admiral
495+
class = commander
496496
}
497497
}
498498
create_leader = {
499-
class = governor
499+
class = official
500500
}
501501
while = {
502502
count = 3
503503
create_leader = {
504504
class = scientist
505505
}
506506
}
507-
create_leader = {
508-
class = general
509-
}
510507
country_event = { id = game_start.9 }
511508
}
512509

common/scripted_effects/mem_surveyors_effects.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,10 +296,10 @@ mem_surveyor_create_robotomite_countries = {
296296
set_name = random
297297
set_country_type = default
298298
create_leader = {
299-
class = governor
299+
class = official
300300
}
301301
create_leader = {
302-
class = admiral
302+
class = commander
303303
}
304304
while = {
305305
count = 3

common/scripted_effects/mem_vazuran_scripted_effects.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,10 @@ create_mem_vazuran_country = {
7575
}
7676
}
7777
create_species = {
78-
name = "Vazurans"
78+
name = "Vazuran"
79+
plural = "Vazurans"
7980
class = ART
80-
portrait = art17
81+
portrait = mem_Vasu_crisis
8182
traits = {
8283
trait = trait_intelligent
8384
trait = trait_natural_physicists

common/solar_system_initializers/mem_dread_pirate_systems.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ mem_dread_pirate_final_system = {
127127
set_graphical_culture = pirate_01
128128
create_leader = {
129129
name = NAME_Raewynn
130-
class = admiral
130+
class = commander
131131
species = last_created_species
132132
skill = 10
133133
traits = {

common/solar_system_initializers/mem_rebel_yell_systems.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ mem_rebel_yell_system_2 = {
210210
create_leader = {
211211
name = NAME_ResistanceCustodian
212212
species = last_created_species
213-
class = admiral
213+
class = commander
214214

215215
traits = {
216216
trait = mem_rebel_yell_custodian_trait
@@ -224,7 +224,7 @@ mem_rebel_yell_system_2 = {
224224
create_leader = {
225225
name = NAME_ReconCustodian
226226
species = last_created_species
227-
class = admiral
227+
class = commander
228228

229229
traits = {
230230
trait = mem_rebel_yell_recon_custodian_trait

common/species_classes/mem_species_classes.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,24 @@ HUM = {
2020
}
2121
}
2222

23+
ART = {
24+
25+
portraits = {
26+
"mem_Vazu"
27+
}
28+
# These should not be used for randomly generated species
29+
non_randomized_portraits = {
30+
"mem_Vazu"
31+
}
32+
custom_portraits = {#add additional portraits when customizing species
33+
randomized = { always = no }
34+
playable = { always = no }
35+
portraits = {
36+
"mem_Vazu_crisis"
37+
}
38+
}
39+
}
40+
2341
#PARAGON = {
2442
# portraits = {
2543
# "mem_Orila_holo"

common/static_modifiers/mem_left_for_dead_modifiers.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ mem_new_holy_relic = {
77
}
88

99
mem_unnatural_lifespan = {
10-
leader_age = 30
10+
leader_lifespan_add = 30
1111
}

common/traits/mem_ashes_traits.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ mem_ashes_survivors = {
1212

1313
modifier = {
1414
planet_jobs_unity_produces_mult = 0.10
15-
leader_age = 15
15+
leader_lifespan_add = 15
1616
species_leader_exp_gain = 0.10
1717
pop_happiness = 0.05
1818
pop_environment_tolerance = 0.05
@@ -31,7 +31,7 @@ mem_ashes_leader_trait = {
3131
modifier = {
3232
planet_jobs_unity_produces_mult = 0.10
3333
}
34-
leader_class = { governor }
34+
leader_class = { official }
3535
initial = no
3636
randomized = no
3737
}

common/traits/mem_blacksite_traits.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
mem_blacksite_trait_fallen_empire_scientist = {
2-
councilor_trait = yes
2+
# councilor_trait = yes
33
inline_script = {
44
script = trait/icon
55
CLASS = scientist
@@ -18,7 +18,7 @@ mem_blacksite_trait_fallen_empire_scientist = {
1818
}
1919

2020
mem_blacksite_trait_psionic_project = {
21-
councilor_trait = yes
21+
# councilor_trait = yes
2222
inline_script = {
2323
script = trait/icon
2424
CLASS = scientist
@@ -37,7 +37,7 @@ mem_blacksite_trait_psionic_project = {
3737
}
3838

3939
mem_blacksite_trait_synthetic_project = {
40-
councilor_trait = yes
40+
# councilor_trait = yes
4141
inline_script = {
4242
script = trait/icon
4343
CLASS = scientist
@@ -56,7 +56,7 @@ mem_blacksite_trait_synthetic_project = {
5656
}
5757

5858
mem_blacksite_trait_synthetic_project_tamed = {
59-
councilor_trait = yes
59+
# councilor_trait = yes
6060
inline_script = {
6161
script = trait/icon
6262
CLASS = scientist
@@ -91,13 +91,13 @@ mem_leader_trait_blacksite_special_counsel = {
9191
self_modifier = {
9292
leader_skill_levels = 2
9393
}
94-
leader_class = { general }
94+
leader_class = { scientist }
9595
initial = no
9696
randomized = no
9797
}
9898

9999
mem_leader_trait_blacksite_deputy_overseer = {
100-
councilor_trait = yes
100+
# councilor_trait = yes
101101
inline_script = {
102102
script = trait/icon
103103
CLASS = scientist
@@ -120,7 +120,7 @@ mem_leader_trait_blacksite_deputy_overseer = {
120120
mem_leader_trait_blacksite_high_inquisitor = {
121121
inline_script = {
122122
script = trait/icon
123-
CLASS = governor
123+
CLASS = official
124124
ICON = "GFX_leader_trait_mem_detective"
125125
RARITY = common
126126
COUNCIL = no
@@ -132,7 +132,7 @@ mem_leader_trait_blacksite_high_inquisitor = {
132132
self_modifier = {
133133
leader_skill_levels = 2
134134
}
135-
leader_class = { governor }
135+
leader_class = { official }
136136
initial = no
137137
randomized = no
138138
}

0 commit comments

Comments
 (0)