This commit is contained in:
ProjectKoi-Kalo\Kalo
2024-09-22 23:28:53 +08:00
parent 4747622102
commit 88e41f7822
4 changed files with 64 additions and 69 deletions

View File

@@ -45,4 +45,24 @@ spawn_rg_habitat_effect = {
}
}
}
}
spawn_rg_oribital_ring_effect = {
From = {
create_ship_design = {
design = "RG_ORBITAL_RING_TIER_1_STARBASE"
}
add_ship_design = last_created_design
}
create_starbase = {
size = RG_orbital_ring_tier_1
owner = FROM
#module = <starbase_module>
#building = <starbase_building>
effect = {
}
}
From = {
remove_ship_design = last_created_design
}
}