暂存堕落起源
This commit is contained in:
parent
37fd3e1b58
commit
2a465219a1
@ -20,7 +20,7 @@ origin_rg_gray = {
|
||||
rg_origin_scion = {
|
||||
is_origin = yes
|
||||
icon = "gfx/interface/icons/origins/origins_scion_1.dds"
|
||||
picture = GFX_origin_scion
|
||||
picture = GFX_origin_rg_scion
|
||||
advanced_start = yes
|
||||
max_once_global = yes
|
||||
|
||||
|
@ -271,6 +271,7 @@ rg_create_fe_citadel = {
|
||||
building = "dark_matter_listening_post"
|
||||
|
||||
effect = {
|
||||
set_owner = event_target:rg_scion_fe
|
||||
while = {
|
||||
count = 4
|
||||
rg_create_fallen_empire_platform = yes
|
||||
|
@ -176,7 +176,7 @@ rg_fallen_machine = {
|
||||
while = {
|
||||
count = 105
|
||||
create_pop = {
|
||||
species = event_target:rg_scion_slave.species
|
||||
species = owner_main_species
|
||||
}
|
||||
}
|
||||
|
||||
@ -197,16 +197,16 @@ rg_fallen_machine = {
|
||||
has_country_flag = rg_scion_needs_fe
|
||||
}
|
||||
remove_country_flag = rg_scion_needs_fe
|
||||
save_event_target_as = rg_scion_gate
|
||||
save_event_target_as = rg_scion_slave
|
||||
}
|
||||
set_country_flag = rg_scion_master
|
||||
save_event_target_as = rg_scion_master
|
||||
add_opinion_modifier = {
|
||||
who = event_target:rg_scion_gate
|
||||
who = event_target:rg_scion_slave
|
||||
modifier = opinion_scion
|
||||
}
|
||||
# country_event = { id = origin.20 days = 9000 random = 9000 }
|
||||
event_target:rg_scion_gate = {
|
||||
event_target:rg_scion_slave = {
|
||||
establish_communications_no_message = event_target:rg_scion_fe
|
||||
set_subject_of = {
|
||||
who = event_target:rg_scion_fe
|
||||
@ -246,7 +246,6 @@ rg_fallen_machine = {
|
||||
orbit_angle = -90
|
||||
orbit_distance = 45
|
||||
}
|
||||
|
||||
rg_create_fe_citadel = yes
|
||||
}
|
||||
|
||||
|
@ -31,7 +31,6 @@ country_event = {
|
||||
is_triggered_only = yes
|
||||
|
||||
immediate = {
|
||||
save_global_event_target_as = rg_scion_slave
|
||||
set_country_flag = first_contact_event
|
||||
set_country_flag = Story2 # Already encountered spacefarers
|
||||
# Spawn mini-FE if player turned off Fallen Empires but picked this Origin anyway...
|
||||
|
BIN
gfx/event_pictures/origins/origin_rg_scion.dds
Normal file
BIN
gfx/event_pictures/origins/origin_rg_scion.dds
Normal file
Binary file not shown.
9
interface/rg_eventpictures.gfx
Normal file
9
interface/rg_eventpictures.gfx
Normal file
@ -0,0 +1,9 @@
|
||||
spriteTypes = {
|
||||
|
||||
spriteType = {
|
||||
name = "GFX_origin_rg_scion"
|
||||
texturefile = "gfx/event_pictures/origins/origin_rg_scion.dds"
|
||||
alwaystransparent = yes
|
||||
}
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user