Compare commits

...

2 Commits

Author SHA1 Message Date
ProjectKoi-Kalo\Kalo
ac0458900b Changes 修 2025-05-09 14:59:02 +08:00
ProjectKoi-Kalo\Kalo
08708a26e4 Changes 写点事件 2025-05-09 14:36:34 +08:00
3 changed files with 17 additions and 5 deletions

View File

@ -24,6 +24,7 @@
# weight = 1
# }
#}
graygoo = {
trigger = {
owner = {
@ -32,14 +33,20 @@ graygoo = {
}
icon_frame = 3
default = no
stop_when_armies_dead = no
stop_when_ground_combat = no
abduct_pops = no
planet_damage = 100
army_damage = 2
kill_pop_chance = {
base = 3
}
min_pops_to_kill_pop = 0
kill_pop_amount = { min = 0 max = 200 }
# root = fleet
# from = planet
ai_weight = {

View File

@ -61,7 +61,7 @@ building_rg_nanolab_1 = {
# is_individual_machine = yes
# }
}
job_nanotech_researcher_add = 8
job_nanotech_researcher_add = 800
}
# triggered_desc = {
@ -153,7 +153,7 @@ building_rg_nanolab_2 = {
# is_individual_machine = yes
# }
}
job_nanotech_researcher_add = 15
job_nanotech_researcher_add = 1500
}
# triggered_desc = {

View File

@ -1203,10 +1203,15 @@ country_event = { # Memorial Valuts Civic Paragon Level Tick / FROM = Leader
immediate = {
rg_create_gray_planetkiller_testship_2 = yes
modify_species = {
species = root.species
add_trait = rg_machine_maid_trait
capital_scope = {
every_owned_pop_group = {
modify_species = {
species = owner_main_species
add_trait = rg_machine_maid_trait
}
}
}
}
}