Compare commits
2 Commits
cd821c03a2
...
ac0458900b
Author | SHA1 | Date | |
---|---|---|---|
|
ac0458900b | ||
|
08708a26e4 |
@ -24,6 +24,7 @@
|
|||||||
# weight = 1
|
# weight = 1
|
||||||
# }
|
# }
|
||||||
#}
|
#}
|
||||||
|
|
||||||
graygoo = {
|
graygoo = {
|
||||||
trigger = {
|
trigger = {
|
||||||
owner = {
|
owner = {
|
||||||
@ -32,14 +33,20 @@ graygoo = {
|
|||||||
}
|
}
|
||||||
icon_frame = 3
|
icon_frame = 3
|
||||||
default = no
|
default = no
|
||||||
|
|
||||||
stop_when_armies_dead = no
|
stop_when_armies_dead = no
|
||||||
|
stop_when_ground_combat = no
|
||||||
abduct_pops = no
|
abduct_pops = no
|
||||||
|
|
||||||
planet_damage = 100
|
planet_damage = 100
|
||||||
army_damage = 2
|
army_damage = 2
|
||||||
|
|
||||||
kill_pop_chance = {
|
kill_pop_chance = {
|
||||||
base = 3
|
base = 3
|
||||||
}
|
}
|
||||||
min_pops_to_kill_pop = 0
|
min_pops_to_kill_pop = 0
|
||||||
|
kill_pop_amount = { min = 0 max = 200 }
|
||||||
|
|
||||||
# root = fleet
|
# root = fleet
|
||||||
# from = planet
|
# from = planet
|
||||||
ai_weight = {
|
ai_weight = {
|
||||||
|
@ -61,7 +61,7 @@ building_rg_nanolab_1 = {
|
|||||||
# is_individual_machine = yes
|
# is_individual_machine = yes
|
||||||
# }
|
# }
|
||||||
}
|
}
|
||||||
job_nanotech_researcher_add = 8
|
job_nanotech_researcher_add = 800
|
||||||
}
|
}
|
||||||
|
|
||||||
# triggered_desc = {
|
# triggered_desc = {
|
||||||
@ -153,7 +153,7 @@ building_rg_nanolab_2 = {
|
|||||||
# is_individual_machine = yes
|
# is_individual_machine = yes
|
||||||
# }
|
# }
|
||||||
}
|
}
|
||||||
job_nanotech_researcher_add = 15
|
job_nanotech_researcher_add = 1500
|
||||||
}
|
}
|
||||||
|
|
||||||
# triggered_desc = {
|
# triggered_desc = {
|
||||||
|
@ -1203,10 +1203,15 @@ country_event = { # Memorial Valuts Civic Paragon Level Tick / FROM = Leader
|
|||||||
|
|
||||||
immediate = {
|
immediate = {
|
||||||
rg_create_gray_planetkiller_testship_2 = yes
|
rg_create_gray_planetkiller_testship_2 = yes
|
||||||
modify_species = {
|
capital_scope = {
|
||||||
species = root.species
|
every_owned_pop_group = {
|
||||||
add_trait = rg_machine_maid_trait
|
modify_species = {
|
||||||
|
species = owner_main_species
|
||||||
|
add_trait = rg_machine_maid_trait
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user