Compare commits
30 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9be9269503 | ||
|
|
e22bd6253d | ||
|
|
de18864e35 | ||
|
|
c181968b85 | ||
|
|
405410bfa7 | ||
|
|
8da3a91c7d | ||
|
|
e155057c74 | ||
|
|
9329faccc7 | ||
|
|
e156eba77f | ||
|
|
5054a1164d | ||
|
|
91ffbc05ae | ||
|
|
05294fc641 | ||
|
|
2a868c0d71 | ||
|
|
c847bfedf2 | ||
|
|
8ab394b076 | ||
|
|
5a530f44fc | ||
|
|
4c3bd989aa | ||
|
|
99a8e70400 | ||
|
|
64e90acfe9 | ||
|
|
59cd78cab6 | ||
|
|
38cd11b647 | ||
| b07be16425 | |||
| 53edea7228 | |||
| 72c48e2b7d | |||
|
|
574eea5143 | ||
|
|
ce7f0add2b | ||
|
|
f4f50b3eee | ||
|
|
f0596b14b7 | ||
|
|
3e3a395f1f | ||
|
|
ca3ec70d50 |
@@ -18,8 +18,10 @@ rg_ap_nantiematter = {
|
||||
OR = {
|
||||
has_country_flag = origin_rg_gray
|
||||
has_country_flag = gray_owner
|
||||
has_event_chain = l_cluster_chain
|
||||
has_technology = tech_lgate_activation
|
||||
AND = {
|
||||
has_event_chain = l_cluster_chain
|
||||
has_technology = tech_lgate_activation
|
||||
}
|
||||
}
|
||||
is_ai = no
|
||||
}
|
||||
|
||||
1414
common/component_templates/RG_combat_computers.txt
Normal file
1414
common/component_templates/RG_combat_computers.txt
Normal file
File diff suppressed because it is too large
Load Diff
@@ -175,37 +175,6 @@ utility_component_template = {
|
||||
}
|
||||
}
|
||||
|
||||
utility_component_template = {
|
||||
key = "RG_Mothership_ZERO_POINT_REACTOR"
|
||||
size = small
|
||||
icon = "GFX_ship_part_reactor_5"
|
||||
icon_frame = 1
|
||||
power = 50000
|
||||
resources = {
|
||||
category = ship_components
|
||||
cost = {
|
||||
alloys = 224
|
||||
}
|
||||
upkeep = {
|
||||
energy = 2.29
|
||||
alloys = 0.229
|
||||
}
|
||||
}
|
||||
prerequisites = {
|
||||
"tech_zero_point_power"
|
||||
}
|
||||
component_set = "power_core"
|
||||
size_restriction = {
|
||||
RG_graygoo_mothership
|
||||
RG_gray_juggernaut
|
||||
RG_graygoo_capitalship
|
||||
}
|
||||
upgrades_to = "RG_Mothership_DARK_MATTER_REACTOR"
|
||||
ai_weight = {
|
||||
weight = 5
|
||||
}
|
||||
}
|
||||
|
||||
utility_component_template = {
|
||||
key = "RG_Interdictor_DARK_MATTER_REACTOR"
|
||||
size = small
|
||||
@@ -245,12 +214,168 @@ utility_component_template = {
|
||||
}
|
||||
}
|
||||
|
||||
utility_component_template = {
|
||||
key = "RG_Mothership_FISSION_REACTOR"
|
||||
size = small
|
||||
icon = "GFX_ship_part_reactor_1"
|
||||
icon_frame = 1
|
||||
power = 7700
|
||||
resources = {
|
||||
category = ship_components
|
||||
cost = {
|
||||
alloys = 44.8
|
||||
}
|
||||
upkeep = {
|
||||
energy = 0.458
|
||||
alloys = 0.045
|
||||
}
|
||||
}
|
||||
|
||||
prerequisites = { "tech_fission_power" }
|
||||
component_set = "power_core"
|
||||
size_restriction = {
|
||||
RG_graygoo_mothership
|
||||
RG_gray_juggernaut
|
||||
RG_graygoo_capitalship
|
||||
}
|
||||
upgrades_to = "RG_Mothership_FUSION_REACTOR"
|
||||
|
||||
ai_weight = {
|
||||
weight = 1
|
||||
}
|
||||
}
|
||||
|
||||
utility_component_template = {
|
||||
key = "RG_Mothership_FUSION_REACTOR"
|
||||
size = small
|
||||
icon = "GFX_ship_part_reactor_2"
|
||||
icon_frame = 1
|
||||
power = 15400
|
||||
resources = {
|
||||
category = ship_components
|
||||
cost = {
|
||||
alloys = 89.6
|
||||
}
|
||||
upkeep = {
|
||||
energy = 0.92
|
||||
alloys = 0.09
|
||||
}
|
||||
}
|
||||
|
||||
prerequisites = { "tech_fusion_power" }
|
||||
component_set = "power_core"
|
||||
size_restriction = {
|
||||
RG_graygoo_mothership
|
||||
RG_gray_juggernaut
|
||||
RG_graygoo_capitalship
|
||||
}
|
||||
upgrades_to = "RG_Mothership_COLD_FUSION_REACTOR"
|
||||
|
||||
ai_weight = {
|
||||
weight = 2
|
||||
}
|
||||
}
|
||||
|
||||
utility_component_template = {
|
||||
key = "RG_Mothership_COLD_FUSION_REACTOR"
|
||||
size = small
|
||||
icon = "GFX_ship_part_reactor_3"
|
||||
icon_frame = 1
|
||||
power = 23100
|
||||
resources = {
|
||||
category = ship_components
|
||||
cost = {
|
||||
alloys = 134
|
||||
}
|
||||
upkeep = {
|
||||
energy = 1.37
|
||||
alloys = 0.137
|
||||
}
|
||||
}
|
||||
|
||||
prerequisites = { "tech_cold_fusion_power" }
|
||||
component_set = "power_core"
|
||||
size_restriction = {
|
||||
RG_graygoo_mothership
|
||||
RG_gray_juggernaut
|
||||
RG_graygoo_capitalship
|
||||
}
|
||||
upgrades_to = "RG_Mothership_ANTIMATTER_REACTOR"
|
||||
|
||||
ai_weight = {
|
||||
weight = 3
|
||||
}
|
||||
}
|
||||
|
||||
utility_component_template = {
|
||||
key = "RG_Mothership_ANTIMATTER_REACTOR"
|
||||
size = small
|
||||
icon = "GFX_ship_part_reactor_4"
|
||||
icon_frame = 1
|
||||
power = 30800
|
||||
resources = {
|
||||
category = ship_components
|
||||
cost = {
|
||||
alloys = 179
|
||||
}
|
||||
upkeep = {
|
||||
energy = 1.83
|
||||
alloys = 0.183
|
||||
}
|
||||
}
|
||||
|
||||
prerequisites = { "tech_antimatter_power" }
|
||||
component_set = "power_core"
|
||||
size_restriction = {
|
||||
RG_graygoo_mothership
|
||||
RG_gray_juggernaut
|
||||
RG_graygoo_capitalship
|
||||
}
|
||||
upgrades_to = "RG_Mothership_ZERO_POINT_REACTOR"
|
||||
|
||||
ai_weight = {
|
||||
weight = 4
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
utility_component_template = {
|
||||
key = "RG_Mothership_ZERO_POINT_REACTOR"
|
||||
size = small
|
||||
icon = "GFX_ship_part_reactor_5"
|
||||
icon_frame = 1
|
||||
power = 38500
|
||||
resources = {
|
||||
category = ship_components
|
||||
cost = {
|
||||
alloys = 224
|
||||
}
|
||||
upkeep = {
|
||||
energy = 2.29
|
||||
alloys = 0.229
|
||||
}
|
||||
}
|
||||
prerequisites = {
|
||||
"tech_zero_point_power"
|
||||
}
|
||||
component_set = "power_core"
|
||||
size_restriction = {
|
||||
RG_graygoo_mothership
|
||||
RG_gray_juggernaut
|
||||
RG_graygoo_capitalship
|
||||
}
|
||||
upgrades_to = "RG_Mothership_DARK_MATTER_REACTOR"
|
||||
ai_weight = {
|
||||
weight = 5
|
||||
}
|
||||
}
|
||||
|
||||
utility_component_template = {
|
||||
key = "RG_Mothership_DARK_MATTER_REACTOR"
|
||||
size = small
|
||||
icon = "GFX_ship_part_dark_matter_power_core"
|
||||
icon_frame = 1
|
||||
power = 60000
|
||||
power =
|
||||
resources = {
|
||||
category = ship_components
|
||||
cost = {
|
||||
|
||||
@@ -12,8 +12,6 @@ utility_component_template = {
|
||||
ship_armor_regen_add_perc = 0.2
|
||||
ship_hull_add = 1960
|
||||
ship_hull_regen_add_perc = 0.2
|
||||
ship_shield_add = 980
|
||||
ship_shield_regen_add_perc = 0.1
|
||||
}
|
||||
size_restriction = {
|
||||
RG_graygoo_destroyer
|
||||
@@ -23,6 +21,11 @@ utility_component_template = {
|
||||
RG_graygoo_mothership
|
||||
RG_gray_juggernaut
|
||||
RG_graygoo_capitalship
|
||||
RG_armed_science_ship
|
||||
RG_armed_constructor_ship
|
||||
RG_armed_transport_ship
|
||||
RG_armed_colony_ship
|
||||
RG_graygoo_icebreaker_interdictor
|
||||
}
|
||||
prerequisites = {
|
||||
"tech_gray_matter_remix_2"
|
||||
@@ -56,12 +59,10 @@ utility_component_template = {
|
||||
power = 0
|
||||
power = -180
|
||||
modifier = {
|
||||
ship_armor_add = 13840
|
||||
ship_armor_add = 7680
|
||||
ship_armor_regen_add_perc = 0.2
|
||||
ship_hull_add = 11960
|
||||
ship_hull_add = 3920
|
||||
ship_hull_regen_add_perc = 0.2
|
||||
ship_shield_add = 4560
|
||||
ship_shield_regen_add_perc = 0.1
|
||||
}
|
||||
size_restriction = {
|
||||
RG_graygoo_capitalship
|
||||
@@ -902,13 +903,6 @@ strike_craft_component_template = {
|
||||
alloys = 0.2
|
||||
}
|
||||
}
|
||||
size_restriction = {
|
||||
RG_graygoo_destroyer
|
||||
RG_graygoo_interdictor
|
||||
RG_graygoo_mothership
|
||||
RG_gray_juggernaut
|
||||
RG_graygoo_capitalship
|
||||
}
|
||||
prerequisites = {
|
||||
"tech_gray_nano_boost_3"
|
||||
}
|
||||
@@ -969,13 +963,6 @@ strike_craft_component_template = {
|
||||
alloys = 0.2
|
||||
}
|
||||
}
|
||||
size_restriction = {
|
||||
RG_graygoo_destroyer
|
||||
RG_graygoo_interdictor
|
||||
RG_graygoo_mothership
|
||||
RG_gray_juggernaut
|
||||
RG_graygoo_capitalship
|
||||
}
|
||||
prerequisites = {
|
||||
"tech_gray_nano_boost_3"
|
||||
}
|
||||
@@ -1039,13 +1026,6 @@ strike_craft_component_template = {
|
||||
alloys = 0.2
|
||||
}
|
||||
}
|
||||
size_restriction = {
|
||||
RG_graygoo_destroyer
|
||||
RG_graygoo_interdictor
|
||||
RG_graygoo_mothership
|
||||
RG_gray_juggernaut
|
||||
RG_graygoo_capitalship
|
||||
}
|
||||
prerequisites = {
|
||||
"tech_gray_nano_boost_3"
|
||||
}
|
||||
@@ -1110,13 +1090,6 @@ strike_craft_component_template = {
|
||||
alloys = 0.2
|
||||
}
|
||||
}
|
||||
size_restriction = {
|
||||
RG_graygoo_destroyer
|
||||
RG_graygoo_interdictor
|
||||
RG_graygoo_mothership
|
||||
RG_gray_juggernaut
|
||||
RG_graygoo_capitalship
|
||||
}
|
||||
prerequisites = {
|
||||
"tech_gray_nano_boost_3"
|
||||
}
|
||||
@@ -1181,6 +1154,10 @@ utility_component_template = {
|
||||
RG_graygoo_icebreaker_interdictor
|
||||
RG_gray_juggernaut
|
||||
RG_graygoo_capitalship
|
||||
RG_armed_science_ship
|
||||
RG_armed_constructor_ship
|
||||
RG_armed_transport_ship
|
||||
RG_armed_colony_ship
|
||||
}
|
||||
prerequisites = {
|
||||
"tech_gray_interdictor_4"
|
||||
@@ -2221,6 +2198,7 @@ utility_component_template = {
|
||||
category = ship_components
|
||||
cost = {
|
||||
alloys = 300
|
||||
nanties = 10
|
||||
}
|
||||
}
|
||||
prerequisites = { "tech_gray_nano_boost_3" }
|
||||
@@ -2252,6 +2230,7 @@ utility_component_template = {
|
||||
category = ship_components
|
||||
cost = {
|
||||
alloys = 100
|
||||
nanties = 5
|
||||
}
|
||||
}
|
||||
sensor_range = 15
|
||||
@@ -2281,6 +2260,7 @@ utility_component_template = {
|
||||
category = ship_components
|
||||
cost = {
|
||||
alloys = 200
|
||||
nanties = 10
|
||||
}
|
||||
}
|
||||
prerequisites = { "tech_gray_nano_boost_3" }
|
||||
@@ -2320,6 +2300,13 @@ utility_component_template = {
|
||||
tags = {
|
||||
weapon_type_rg_reactor
|
||||
}
|
||||
size_restriction = {
|
||||
RG_graygoo_destroyer
|
||||
RG_armed_science_ship
|
||||
RG_armed_constructor_ship
|
||||
RG_armed_transport_ship
|
||||
RG_armed_colony_ship
|
||||
}
|
||||
component_set = "power_core"
|
||||
ai_weight = {
|
||||
weight = 0
|
||||
@@ -2352,7 +2339,6 @@ utility_component_template = {
|
||||
size_restriction = {
|
||||
RG_graygoo_interdictor
|
||||
RG_graygoo_Buff
|
||||
RG_graygoo_mothership
|
||||
RG_graygoo_icebreaker_interdictor
|
||||
}
|
||||
ai_weight = {
|
||||
@@ -2365,7 +2351,7 @@ utility_component_template = {
|
||||
size = small
|
||||
icon = "GFX_ship_part_gray_reactor"
|
||||
icon_frame = 1
|
||||
power = 280000
|
||||
power = 92400
|
||||
resources = {
|
||||
category = ship_components
|
||||
cost = {
|
||||
@@ -2386,6 +2372,7 @@ utility_component_template = {
|
||||
size_restriction = {
|
||||
RG_gray_juggernaut
|
||||
RG_graygoo_capitalship
|
||||
RG_graygoo_mothership
|
||||
}
|
||||
ai_weight = {
|
||||
weight = 0
|
||||
@@ -2403,6 +2390,7 @@ utility_component_template = {
|
||||
category = ship_components
|
||||
cost = {
|
||||
alloys = 200
|
||||
nanties = 10
|
||||
}
|
||||
}
|
||||
modifier = {
|
||||
|
||||
@@ -249,6 +249,10 @@ ship_design = {
|
||||
slot = "EXTRA_LARGE_01"
|
||||
template = "GRAY_BEAM_STATIC_X"
|
||||
}
|
||||
component = {
|
||||
slot = "EXTRA_LARGE_02"
|
||||
template = "GRAY_BEAM_STATIC_X"
|
||||
}
|
||||
component = {
|
||||
slot = "LARGE_GUN_01"
|
||||
template = "LARGE_GRAY_WEAPON_LANCE"
|
||||
@@ -313,6 +317,10 @@ ship_design = {
|
||||
slot = "AUX_UTILITY_2"
|
||||
template = "SHIELD_BOOSTER"
|
||||
}
|
||||
component = {
|
||||
slot = "AUX_UTILITY_3"
|
||||
template = "SHIELD_BOOSTER"
|
||||
}
|
||||
}
|
||||
required_component="SENSOR_4"
|
||||
required_component="JUMP_DRIVE_1"
|
||||
@@ -337,6 +345,10 @@ ship_design = {
|
||||
slot = "LARGE_GUN_01"
|
||||
template = "LARGE_GRAY_WEAPON_LANCE"
|
||||
}
|
||||
component = {
|
||||
slot = "LARGE_GUN_02"
|
||||
template = "LARGE_GRAY_WEAPON_LANCE"
|
||||
}
|
||||
component = {
|
||||
slot = "SMALL_GUN_01"
|
||||
template = "SMALL_GRAY_WEAPON_LANCE"
|
||||
@@ -397,6 +409,10 @@ ship_design = {
|
||||
slot = "AUX_UTILITY_1"
|
||||
template = "SHIELD_BOOSTER"
|
||||
}
|
||||
component = {
|
||||
slot = "AUX_UTILITY_2"
|
||||
template = "SHIELD_BOOSTER"
|
||||
}
|
||||
}
|
||||
required_component="SENSOR_4"
|
||||
required_component="JUMP_DRIVE_1"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# 星环基地 1
|
||||
ship_design = {
|
||||
name = "RG_RG_ORBITAL_RING_TIER_1_STARBASE"
|
||||
name = "RG_ORBITAL_RING_TIER_1_STARBASE"
|
||||
ship_size = RG_orbital_ring_tier_1
|
||||
section = {
|
||||
template = "RG_ORBITAL_RING_TIER_1_STARBASE_SECTION"
|
||||
|
||||
@@ -68,36 +68,36 @@
|
||||
# Step 4: Assign the highest leader/location pair based on the weight
|
||||
# Step 5: if no leader was assigned, see if hiring a leader is possible repeating the same steps
|
||||
|
||||
rg_nanite_leader = {
|
||||
name = rg_nanite_leader
|
||||
name_plural = rg_nanite_leader_plural
|
||||
description = rg_nanite_leader_description
|
||||
|
||||
can_lead_army = yes
|
||||
can_lead_navy = yes
|
||||
can_govern_planet = yes
|
||||
can_be_envoy = yes
|
||||
can_research_tech = yes
|
||||
can_research_special_projects = yes
|
||||
can_crew_science_ship = yes
|
||||
can_research_anomalies = yes
|
||||
can_research_archaeology_site = yes
|
||||
can_survey = yes
|
||||
can_boost_cloaking_detection = yes
|
||||
can_explore_rifts = yes
|
||||
can_conduct_active_reconnaissance = yes
|
||||
can_govern_planet = yes
|
||||
can_have_traits = yes
|
||||
can_rule_empire = yes
|
||||
recruitable = no
|
||||
max_trait_points = 3
|
||||
leader_capacity = 3
|
||||
|
||||
ai_weight = {
|
||||
modifier = {
|
||||
factor = 0
|
||||
}
|
||||
}
|
||||
icon = 4
|
||||
paragon_background_selector = "paragon_background_selector"
|
||||
}
|
||||
# rg_nanite_leader = {
|
||||
# name = rg_nanite_leader
|
||||
# name_plural = rg_nanite_leader_plural
|
||||
# description = rg_nanite_leader_description
|
||||
#
|
||||
# can_lead_army = yes
|
||||
# can_lead_navy = yes
|
||||
# can_govern_planet = yes
|
||||
# can_be_envoy = yes
|
||||
# can_research_tech = yes
|
||||
# can_research_special_projects = yes
|
||||
# can_crew_science_ship = yes
|
||||
# can_research_anomalies = yes
|
||||
# can_research_archaeology_site = yes
|
||||
# can_survey = yes
|
||||
# can_boost_cloaking_detection = yes
|
||||
# can_explore_rifts = yes
|
||||
# can_conduct_active_reconnaissance = yes
|
||||
# can_govern_planet = yes
|
||||
# can_have_traits = yes
|
||||
# can_rule_empire = yes
|
||||
# recruitable = no
|
||||
# max_trait_points = 3
|
||||
# leader_capacity = 3
|
||||
#
|
||||
# ai_weight = {
|
||||
# modifier = {
|
||||
# factor = 0
|
||||
# }
|
||||
# }
|
||||
# icon = 4
|
||||
# paragon_background_selector = "paragon_background_selector"
|
||||
# }
|
||||
@@ -52,19 +52,15 @@ on_monthly_pulse_country = {
|
||||
# rg_event.22 #小灰复活检测
|
||||
# rg_event.23 #月检移除L星门认知防止收容失效
|
||||
# rg_skill.9
|
||||
rg_planet.5025 # Virtual Machine pop creation
|
||||
rg_planet.5030 # Virtual Machine pop destruction
|
||||
}
|
||||
}
|
||||
|
||||
on_yearly_pulse_country = {
|
||||
events = {
|
||||
rg_event.17
|
||||
rg_event.18
|
||||
rg_event.20
|
||||
}
|
||||
}
|
||||
|
||||
on_yearly_pulse = {
|
||||
events = {
|
||||
rg_story.20
|
||||
}
|
||||
}
|
||||
@@ -176,3 +172,83 @@ on_space_battle_lost = {
|
||||
rg_skill.15
|
||||
}
|
||||
}
|
||||
|
||||
# A planet has been colonized.
|
||||
# Scope = Planet
|
||||
on_colonized = {
|
||||
events = {
|
||||
rg_planet.2026 # Virtual Machine pop creation
|
||||
rg_planet.2031 # Virtual Machine pop destruction
|
||||
}
|
||||
}
|
||||
|
||||
#A building construction has been completed.
|
||||
# This = Planet
|
||||
on_building_complete = {
|
||||
events = {
|
||||
rg_planet.2026 # Virtual Machine pop creation
|
||||
rg_planet.2031 # Virtual Machine pop destruction
|
||||
}
|
||||
}
|
||||
|
||||
# A building construction has been completed, which is an upgrade of previous building.
|
||||
# This = Planet
|
||||
on_building_upgraded = {
|
||||
events = {
|
||||
rg_planet.2026 # Virtual Machine pop creation
|
||||
rg_planet.2031 # Virtual Machine pop destruction
|
||||
}
|
||||
}
|
||||
|
||||
# A building construction has demolished.
|
||||
# This = Planet
|
||||
on_building_demolished = {
|
||||
events = {
|
||||
rg_planet.2026 # Virtual Machine pop creation
|
||||
rg_planet.2031 # Virtual Machine pop destruction
|
||||
}
|
||||
}
|
||||
# A building repair has finished
|
||||
# This = Planet
|
||||
on_building_repaired = {
|
||||
events = {
|
||||
rg_planet.2026 # Virtual Machine pop creation
|
||||
rg_planet.2031 # Virtual Machine pop destruction
|
||||
}
|
||||
}
|
||||
|
||||
#A district construction has been completed.
|
||||
# This = Planet
|
||||
on_district_complete = {
|
||||
events = {
|
||||
rg_planet.2026 # Virtual Machine pop creation
|
||||
rg_planet.2031 # Virtual Machine pop destruction
|
||||
}
|
||||
}
|
||||
|
||||
# A building construction has finished, replacing another building.
|
||||
# This = Planet
|
||||
on_building_replaced = {
|
||||
events = {
|
||||
rg_planet.2026 # Virtual Machine pop creation
|
||||
rg_planet.2031 # Virtual Machine pop destruction
|
||||
}
|
||||
}
|
||||
|
||||
# A building construction has been downgraded and replaced.
|
||||
# This = Planet
|
||||
on_building_downgraded = {
|
||||
events = {
|
||||
rg_planet.2026 # Virtual Machine pop creation
|
||||
rg_planet.2031 # Virtual Machine pop destruction
|
||||
}
|
||||
}
|
||||
|
||||
# A district construction has demolished.
|
||||
# This = Planet
|
||||
on_district_demolished = {
|
||||
events = {
|
||||
rg_planet.2026 # Virtual Machine pop creation
|
||||
rg_planet.2031 # Virtual Machine pop destruction
|
||||
}
|
||||
}
|
||||
41
common/planet_classes/RG_gray_planet_classes.txt
Normal file
41
common/planet_classes/RG_gray_planet_classes.txt
Normal file
@@ -0,0 +1,41 @@
|
||||
pc_rg_grayhabitat = {
|
||||
habitat = yes
|
||||
entity = "grey_tempesttw_orbital_habitat_entity"
|
||||
entity_scale = @planet_standard_scale
|
||||
icon = GFX_planet_type_habitat
|
||||
enable_tilt = no
|
||||
fixed_entity_scale = yes
|
||||
place_entity_on_planet_plane = no
|
||||
entity_face_object = no #disable rotation towards sun or planet we orbit around
|
||||
atmosphere_color = hsv { 0.0 0.0 1.0 }
|
||||
atmosphere_intensity = 1.0
|
||||
atmosphere_width = 0.5
|
||||
show_city = no
|
||||
city_color_lut = "gfx/portraits/misc/colorcorrection_continental.dds"
|
||||
extra_orbit_size = 0
|
||||
extra_planet_count = 0
|
||||
chance_of_ring = 0.0
|
||||
planet_size = 30
|
||||
moon_size = 1
|
||||
colonizable = yes
|
||||
district_set = machine_world
|
||||
# ideal = yes
|
||||
starting_planet = no
|
||||
orbit_lines = no
|
||||
has_colonization_influence_cost = no # applies when within own borders
|
||||
|
||||
is_artificial_planet = yes
|
||||
default_planet_selection = yes
|
||||
|
||||
modifier = {
|
||||
planet_colony_development_speed_mult = 2.0 # Habitats should be fast to colonize
|
||||
pop_environment_tolerance = 1
|
||||
planet_structures_cost_mult = -2
|
||||
planet_buildings_cost_mult = -2
|
||||
planet_building_build_speed_mult = 10
|
||||
planet_crime_add = -1000
|
||||
pop_resettlement_cost_mult = 10
|
||||
}
|
||||
|
||||
carry_cap_per_free_district = @carry_cap_low
|
||||
}
|
||||
14
common/script_values/rg_script_values.txt
Normal file
14
common/script_values/rg_script_values.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
rg_count_maid = {
|
||||
base = 0
|
||||
complex_trigger_modifier = {
|
||||
trigger = count_traits
|
||||
trigger_scope = pop
|
||||
parameters = {
|
||||
limit = {
|
||||
has_trait = rg_machine_maid_trait
|
||||
}
|
||||
}
|
||||
mode = add
|
||||
}
|
||||
# max = 20
|
||||
}
|
||||
@@ -5,8 +5,11 @@ rg_create_fallen_empire_species_effect = {
|
||||
portrait = "rg_machine_maid"
|
||||
traits = {
|
||||
trait = trait_machine_unit
|
||||
trait = trait_robot_domestic_protocols
|
||||
trait = rg_machine_maid_trait
|
||||
trait = trait_robot_mass_produced
|
||||
trait = trait_auto_mod_robotic
|
||||
trait = trait_robot_streamlined_protocols
|
||||
trait = trait_robot_luxurious
|
||||
trait = ramdom_trait
|
||||
}
|
||||
extra_trait_points = 3
|
||||
@@ -75,6 +78,13 @@ rg_create_fallen_empire_country_effect = {
|
||||
add_global_ship_design = "NAME_Gray_Tau"
|
||||
add_global_ship_design = "NAME_Gray_Sigma"
|
||||
add_global_ship_design = "NAME_Gray_FE_Starbase"
|
||||
set_graphical_culture = fallen_machine_empire_01
|
||||
|
||||
add_modifier = {
|
||||
modifier = fe_ship_cost_modifier
|
||||
days = -1
|
||||
}
|
||||
|
||||
if = {
|
||||
limit = {
|
||||
NOT = {
|
||||
|
||||
@@ -126,6 +126,18 @@ rg_global_gray_location_check = {
|
||||
}
|
||||
}
|
||||
}
|
||||
else_if = {
|
||||
limit = {
|
||||
has_country_flag = rg_habitat_enabled
|
||||
}
|
||||
if = {
|
||||
limit = {exists = event_target:rg_gray_habitat_target}
|
||||
event_target:rg_gray_habitat_target = {
|
||||
save_global_event_target_as = global_gray_location
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
else = {
|
||||
capital_scope = {
|
||||
save_global_event_target_as = global_gray_location
|
||||
@@ -181,118 +193,7 @@ rg_create_gray_governor = {
|
||||
}
|
||||
remove_army = yes
|
||||
}
|
||||
#存储当前领袖等级
|
||||
every_owned_leader = {
|
||||
if = {
|
||||
###等级检测
|
||||
limit = {
|
||||
has_leader_flag = rg_gray_leader
|
||||
NOT = {
|
||||
has_leader_flag = rg_gray_leader_temp
|
||||
}
|
||||
}
|
||||
#导出等级到暂存
|
||||
export_trigger_value_to_variable = {
|
||||
trigger = has_skill
|
||||
variable = rg_gray_level_temp
|
||||
}
|
||||
#导入变量
|
||||
owner = {
|
||||
set_variable = {
|
||||
which = rg_gray_level
|
||||
value = prev.rg_gray_level_temp
|
||||
}
|
||||
}
|
||||
#清理暂存区
|
||||
clear_variable = rg_gray_level_temp
|
||||
}
|
||||
}
|
||||
#把所有种类的小灰领袖都送回娘家
|
||||
every_owned_leader = {
|
||||
limit = {
|
||||
has_leader_flag = rg_gray_leader
|
||||
}
|
||||
set_owner = event_target:rg_gray_country
|
||||
set_leader_flag = rg_gray_leader_temp
|
||||
# kill_leader = { show_notification = no }
|
||||
}
|
||||
#把娘家的总督领袖接回来
|
||||
if = {
|
||||
limit = {
|
||||
exists = event_target:gray_governor
|
||||
}
|
||||
event_target:gray_governor = {
|
||||
set_owner = event_target:gray_owner
|
||||
remove_leader_flag = rg_gray_leader_temp
|
||||
}
|
||||
}
|
||||
#如果不存在总督备份,现场变一个
|
||||
else = {
|
||||
rg_gray_govener_init = yes
|
||||
}
|
||||
#设置总督已启用标识
|
||||
set_country_flag = gray_official_active #新版flag
|
||||
set_country_flag = gray_governor_active #旧版flag
|
||||
#更新灰风形态
|
||||
remove_country_flag = gray_warship_active
|
||||
remove_country_flag = rg_kac_grayfleet_active
|
||||
remove_country_flag = gray_constship_active
|
||||
remove_country_flag = gray_army_active
|
||||
#等级导入,把存储的领袖等级赋予到领袖身上
|
||||
random_owned_leader = {
|
||||
limit = {
|
||||
has_leader_flag = gray_governor
|
||||
}
|
||||
set_skill = owner.rg_gray_level
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#创造灰风总督
|
||||
rg_create_gray_governor_habitat = {
|
||||
if = {
|
||||
limit = {
|
||||
has_country_flag = gray_habitat_active
|
||||
}
|
||||
}
|
||||
else = {
|
||||
#延迟执行
|
||||
optimize_memory
|
||||
#删除战舰
|
||||
every_owned_fleet = {
|
||||
limit = {
|
||||
has_fleet_flag = gray_fleet
|
||||
}
|
||||
delete_fleet = {
|
||||
target = this
|
||||
kill_leader = no
|
||||
destroy_template = yes
|
||||
}
|
||||
}
|
||||
#删除科学舰
|
||||
every_owned_fleet = {
|
||||
limit = {
|
||||
has_fleet_flag = gray_constship
|
||||
}
|
||||
delete_fleet = {
|
||||
target = this
|
||||
kill_leader = no
|
||||
destroy_template = yes
|
||||
}
|
||||
}
|
||||
#删除陆军
|
||||
every_owned_army = {
|
||||
limit = {
|
||||
army_type = gray_army
|
||||
}
|
||||
if = {
|
||||
limit = {
|
||||
exists = leader
|
||||
}
|
||||
unassign_leader = leader
|
||||
}
|
||||
remove_army = yes
|
||||
}
|
||||
#存储当前领袖等级
|
||||
every_owned_leader = {
|
||||
if = {
|
||||
@@ -342,16 +243,15 @@ rg_create_gray_governor_habitat = {
|
||||
else = {
|
||||
rg_gray_govener_init = yes
|
||||
}
|
||||
rg_juggernaut_habitat_init = yes
|
||||
#设置总督已启用标识
|
||||
set_country_flag = gray_official_active #新版flag
|
||||
set_country_flag = gray_governor_active #旧版flag
|
||||
set_country_flag = gray_habitat_active
|
||||
#更新灰风形态
|
||||
remove_country_flag = gray_warship_active
|
||||
remove_country_flag = rg_kac_grayfleet_active
|
||||
remove_country_flag = gray_constship_active
|
||||
remove_country_flag = gray_army_active
|
||||
remove_country_flag = gray_habitat_active
|
||||
#等级导入,把存储的领袖等级赋予到领袖身上
|
||||
random_owned_leader = {
|
||||
limit = {
|
||||
@@ -463,10 +363,12 @@ rg_create_gray_warship = {
|
||||
destroy_template = yes
|
||||
}
|
||||
}
|
||||
|
||||
remove_country_flag = gray_constship_active
|
||||
remove_country_flag = gray_governor_active #旧版flag
|
||||
remove_country_flag = gray_official_active
|
||||
remove_country_flag = gray_army_active
|
||||
remove_country_flag = gray_habitat_active
|
||||
random_owned_leader = {
|
||||
limit = {
|
||||
has_leader_flag = gray_admiral
|
||||
@@ -575,11 +477,13 @@ rg_create_gray_army = {
|
||||
destroy_template = yes
|
||||
}
|
||||
}
|
||||
|
||||
remove_country_flag = gray_warship_active
|
||||
remove_country_flag = rg_kac_grayfleet_active
|
||||
remove_country_flag = gray_governor_active #旧版flag
|
||||
remove_country_flag = gray_official_active
|
||||
remove_country_flag = gray_constship_active
|
||||
remove_country_flag = gray_habitat_active
|
||||
remove_ship_design = last_created_design
|
||||
random_owned_leader = {
|
||||
limit = {
|
||||
@@ -696,11 +600,13 @@ rg_create_gray_const = {
|
||||
}
|
||||
remove_army = yes
|
||||
}
|
||||
|
||||
remove_country_flag = gray_army_active
|
||||
remove_country_flag = gray_warship_active
|
||||
remove_country_flag = rg_kac_grayfleet_active
|
||||
remove_country_flag = gray_governor_active #旧版flag
|
||||
remove_country_flag = gray_official_active
|
||||
remove_country_flag = gray_habitat_active
|
||||
random_owned_leader = {
|
||||
limit = {
|
||||
has_leader_flag = gray_scientist
|
||||
@@ -709,3 +615,88 @@ rg_create_gray_const = {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
rg_juggernaut_habitat_init = {
|
||||
if = {
|
||||
limit = {
|
||||
has_country_flag = rg_habitat_enabled
|
||||
}
|
||||
}
|
||||
else = {
|
||||
optimize_memory
|
||||
rg_global_gray_location_check = yes
|
||||
set_country_flag = rg_habitat_enabled
|
||||
event_target:global_gray_location = {
|
||||
solar_system = {
|
||||
spawn_planet = {
|
||||
class = pc_rg_grayhabitat
|
||||
location = event_target:global_gray_location
|
||||
orbit_location = yes
|
||||
orbit_angle = 225
|
||||
orbit_distance = 360
|
||||
orbit_angle_offset = 45
|
||||
orbit_distance_offset = 9.899
|
||||
size = 30
|
||||
has_ring = no
|
||||
|
||||
init_effect = {
|
||||
set_planet_entity = {
|
||||
entity = "grey_tempesttw_orbital_habitat_entity"
|
||||
}
|
||||
set_surveyed = {
|
||||
surveyed = yes
|
||||
surveyor = FROM
|
||||
}
|
||||
set_all_comms_surveyed = yes
|
||||
clear_blockers = yes
|
||||
|
||||
set_owner = root
|
||||
set_controller = root
|
||||
create_colony = {
|
||||
owner = root
|
||||
species = owner_main_species
|
||||
ethos = owner
|
||||
}
|
||||
set_name = "NAME_rg_gray_habitat_base"
|
||||
|
||||
if = {
|
||||
OR = {
|
||||
has_country_flag = gray_official_active
|
||||
has_country_flag = gray_governor_active #旧版flag
|
||||
}
|
||||
assign_leader = event_target:gray_governor
|
||||
}
|
||||
|
||||
add_building = building_ancient_control_center
|
||||
add_building = building_nourishment_center
|
||||
add_building = building_ancient_palace
|
||||
add_building = building_affluence_center
|
||||
add_building = building_dimensional_fabricator
|
||||
|
||||
while = {
|
||||
count = 5
|
||||
create_pop = {
|
||||
species = owner_main_species
|
||||
}
|
||||
}
|
||||
|
||||
set_planet_flag = megastructure
|
||||
set_planet_flag = habitat
|
||||
set_planet_flag = advanced_habitat
|
||||
set_planet_flag = advanced_habitat_2
|
||||
set_planet_flag = rg_gray_habitat
|
||||
save_global_event_target_as = rg_gray_habitat_target
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
rg_clear_harbitat = {
|
||||
remove_country_flag = rg_habitat_enabled
|
||||
event_target:rg_gray_habitat_target = {
|
||||
remove_planet = yes
|
||||
}
|
||||
}
|
||||
@@ -33,12 +33,10 @@ rg_gray_govener_init = {
|
||||
}
|
||||
if = {
|
||||
limit = {
|
||||
owner = {
|
||||
OR = {
|
||||
has_global_flag = has_wsg_mod
|
||||
has_global_flag = kdc_event_mod_active
|
||||
}
|
||||
}
|
||||
}
|
||||
set_leader_flag = "gray_leader"
|
||||
set_leader_flag = gray_leader
|
||||
@@ -152,12 +150,10 @@ rg_gray_commander_init = {
|
||||
}
|
||||
if = {
|
||||
limit = {
|
||||
owner = {
|
||||
OR = {
|
||||
has_global_flag = has_wsg_mod
|
||||
has_global_flag = kdc_event_mod_active
|
||||
}
|
||||
}
|
||||
}
|
||||
set_leader_flag = "gray_leader" # "gray_leader"==rg_gray_leader
|
||||
set_leader_flag = gray_leader
|
||||
@@ -497,11 +493,9 @@ rg_gray_scientist_init = {
|
||||
}
|
||||
if = {
|
||||
limit = {
|
||||
owner = {
|
||||
OR = {
|
||||
has_global_flag = has_wsg_mod
|
||||
has_global_flag = kdc_event_mod_active
|
||||
}
|
||||
OR = {
|
||||
has_global_flag = has_wsg_mod
|
||||
has_global_flag = kdc_event_mod_active
|
||||
}
|
||||
}
|
||||
set_leader_flag = "gray_leader" # "gray_leader"==rg_gray_leader
|
||||
@@ -522,11 +516,9 @@ rg_gray_scientist_init = {
|
||||
}
|
||||
if = {
|
||||
limit = {
|
||||
owner = {
|
||||
OR = {
|
||||
has_global_flag = has_wsg_mod
|
||||
has_global_flag = kdc_event_mod_active
|
||||
}
|
||||
OR = {
|
||||
has_global_flag = has_wsg_mod
|
||||
has_global_flag = kdc_event_mod_active
|
||||
}
|
||||
}
|
||||
if = {
|
||||
@@ -590,11 +582,9 @@ rg_gray_country_leader_init = {
|
||||
# set_leader_flag = rg_gray_leader
|
||||
if = {
|
||||
limit = {
|
||||
owner = {
|
||||
OR = {
|
||||
has_global_flag = has_wsg_mod
|
||||
has_global_flag = kdc_event_mod_active
|
||||
}
|
||||
OR = {
|
||||
has_global_flag = has_wsg_mod
|
||||
has_global_flag = kdc_event_mod_active
|
||||
}
|
||||
}
|
||||
# 暂时和小灰网络断开连接
|
||||
|
||||
@@ -1,8 +1,22 @@
|
||||
@gray_portrait = Gray
|
||||
rg_set_gray_portrait = {
|
||||
change_leader_portrait = @gray_portrait
|
||||
event_target:rg_gray_country_leader = {
|
||||
if = {
|
||||
limit = {
|
||||
has_global_flag = ms_species_enabled
|
||||
event_target:gray_owner = {
|
||||
has_country_flag = mss_enable_gray_maid
|
||||
}
|
||||
}
|
||||
ms_update_gray_portrait = yes
|
||||
event_target:rg_gray_country_leader = {
|
||||
ms_update_gray_portrait = yes
|
||||
}
|
||||
}
|
||||
else = {
|
||||
change_leader_portrait = @gray_portrait
|
||||
event_target:rg_gray_country_leader = {
|
||||
change_leader_portrait = @gray_portrait
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2189,6 +2203,7 @@ rg_gray_country_init = {
|
||||
# 下一阶段的事件再建立通讯
|
||||
# establish_communications_no_message = root
|
||||
save_global_event_target_as = rg_gray_country
|
||||
save_global_event_target_as = gray_country
|
||||
# 创建看板娘用于第一次接触
|
||||
rg_gray_country_leader_init = yes
|
||||
set_leader = last_created_leader
|
||||
|
||||
@@ -1,20 +1,14 @@
|
||||
rg_storyline_trigger = {
|
||||
# 初始化故事事件触发
|
||||
random_list = {
|
||||
50 = {
|
||||
country_event = {
|
||||
id = rg_story.2
|
||||
days = 3600
|
||||
random = 12800
|
||||
}
|
||||
}
|
||||
50 = {
|
||||
country_event = {
|
||||
id = rg_story.8
|
||||
days = 3600
|
||||
random = 12800
|
||||
}
|
||||
}
|
||||
country_event = {
|
||||
id = rg_story.2
|
||||
days = 3600
|
||||
random = 12800
|
||||
}
|
||||
country_event = {
|
||||
id = rg_story.8
|
||||
days = 3600
|
||||
random = 12800
|
||||
}
|
||||
if = {
|
||||
limit = {
|
||||
|
||||
@@ -175,54 +175,3 @@ rg_warship_init_mod0 = {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
rg_juggernaut_habitat_init = {
|
||||
capital_scope = {
|
||||
save_event_target_as = rg_capital_home_planet
|
||||
}
|
||||
spawn_planet = {
|
||||
class = pc_habitat
|
||||
location = root.home_planet
|
||||
orbit_location = yes
|
||||
orbit_angle_offset = 45
|
||||
orbit_distance_offset = 9.899
|
||||
size = 20
|
||||
has_ring = no
|
||||
|
||||
init_effect = {
|
||||
set_name = "NAME_rg_gray_habitat_base"
|
||||
set_planet_entity = {
|
||||
entity = "grey_tempesttw_juggernaut_entity"
|
||||
}
|
||||
set_surveyed = {
|
||||
surveyed = yes
|
||||
surveyor = FROM
|
||||
}
|
||||
set_all_comms_surveyed = yes
|
||||
clear_blockers = yes
|
||||
|
||||
set_planet_flag = megastructure
|
||||
set_planet_flag = habitat
|
||||
set_planet_flag = advanced_habitat
|
||||
set_planet_flag = advanced_habitat_2
|
||||
set_planet_flag = rg_gray_habitat
|
||||
save_global_event_target_as = rg_gray_habitat_target
|
||||
}
|
||||
}
|
||||
event_target:spawn_planet = {
|
||||
set_planet_flag = has_megastructure
|
||||
# set_planet_flag = has_payback_habitat
|
||||
}
|
||||
event_target:rg_capital_home_planet = {
|
||||
while = {
|
||||
count = 1
|
||||
random_owned_pop = {
|
||||
resettle_pop = {
|
||||
pop = this
|
||||
planet = event_target:rg_gray_habitat_target
|
||||
}
|
||||
unemploy_pop = yes
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
has_budding_trait = {
|
||||
OR = {
|
||||
has_trait = trait_plantoid_budding
|
||||
has_trait = trait_lithoid_budding
|
||||
has_trait = trait_advanced_budding
|
||||
has_trait = rg_machine_maid_trait
|
||||
}
|
||||
}
|
||||
@@ -43,12 +43,6 @@ ship_section_template = {
|
||||
}
|
||||
large_utility_slots = 6
|
||||
aux_utility_slots = 2
|
||||
resources = {
|
||||
category = ship_sections
|
||||
cost = {
|
||||
alloys = 240
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#战列2
|
||||
@@ -95,12 +89,6 @@ ship_section_template = {
|
||||
}
|
||||
large_utility_slots = 6
|
||||
aux_utility_slots = 2
|
||||
resources = {
|
||||
category = ship_sections
|
||||
cost = {
|
||||
alloys = 240
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#泰坦3
|
||||
@@ -122,12 +110,6 @@ ship_section_template = {
|
||||
}
|
||||
large_utility_slots = 6
|
||||
aux_utility_slots = 2
|
||||
resources = {
|
||||
category = ship_sections
|
||||
cost = {
|
||||
alloys = 480
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#线列4
|
||||
@@ -149,12 +131,6 @@ ship_section_template = {
|
||||
}
|
||||
large_utility_slots = 6
|
||||
aux_utility_slots = 2
|
||||
resources = {
|
||||
category = ship_sections
|
||||
cost = {
|
||||
alloys = 240
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#雷装5
|
||||
@@ -201,12 +177,6 @@ ship_section_template = {
|
||||
}
|
||||
large_utility_slots = 6
|
||||
aux_utility_slots = 2
|
||||
resources = {
|
||||
category = ship_sections
|
||||
cost = {
|
||||
alloys = 240
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#近防6
|
||||
@@ -237,53 +207,47 @@ ship_section_template = {
|
||||
locatorname = "turret_01"
|
||||
}
|
||||
component_slot = {
|
||||
name = "PD_05"
|
||||
template = "point_defence_turret"
|
||||
name = "MEDIUM_GUN_01"
|
||||
template = "medium_turret"
|
||||
locatorname = "turret_01"
|
||||
}
|
||||
component_slot = {
|
||||
name = "PD_06"
|
||||
template = "point_defence_turret"
|
||||
name = "MEDIUM_GUN_02"
|
||||
template = "medium_turret"
|
||||
locatorname = "turret_01"
|
||||
}
|
||||
component_slot = {
|
||||
name = "PD_07"
|
||||
template = "point_defence_turret"
|
||||
name = "MEDIUM_GUN_03"
|
||||
template = "medium_turret"
|
||||
locatorname = "turret_01"
|
||||
}
|
||||
component_slot = {
|
||||
name = "PD_08"
|
||||
template = "point_defence_turret"
|
||||
name = "MEDIUM_GUN_04"
|
||||
template = "medium_turret"
|
||||
locatorname = "turret_01"
|
||||
}
|
||||
component_slot = {
|
||||
name = "PD_09"
|
||||
template = "point_defence_turret"
|
||||
name = "MEDIUM_GUN_05"
|
||||
template = "medium_turret"
|
||||
locatorname = "turret_01"
|
||||
}
|
||||
component_slot = {
|
||||
name = "PD_10"
|
||||
template = "point_defence_turret"
|
||||
name = "MEDIUM_GUN_06"
|
||||
template = "medium_turret"
|
||||
locatorname = "turret_01"
|
||||
}
|
||||
component_slot = {
|
||||
name = "PD_11"
|
||||
template = "point_defence_turret"
|
||||
name = "MEDIUM_GUN_07"
|
||||
template = "medium_turret"
|
||||
locatorname = "turret_01"
|
||||
}
|
||||
component_slot = {
|
||||
name = "PD_12"
|
||||
template = "point_defence_turret"
|
||||
name = "MEDIUM_GUN_08"
|
||||
template = "medium_turret"
|
||||
locatorname = "turret_01"
|
||||
}
|
||||
large_utility_slots = 6
|
||||
aux_utility_slots = 2
|
||||
resources = {
|
||||
category = ship_sections
|
||||
cost = {
|
||||
alloys = 120
|
||||
}
|
||||
}
|
||||
aux_utility_slots = 3
|
||||
}
|
||||
|
||||
#光环7
|
||||
@@ -304,13 +268,7 @@ ship_section_template = {
|
||||
locatorname = "turret_01"
|
||||
}
|
||||
large_utility_slots = 6
|
||||
aux_utility_slots = 2
|
||||
resources = {
|
||||
category = ship_sections
|
||||
cost = {
|
||||
alloys = 120
|
||||
}
|
||||
}
|
||||
aux_utility_slots = 3
|
||||
}
|
||||
|
||||
#巨像8
|
||||
@@ -326,13 +284,7 @@ ship_section_template = {
|
||||
locatorname = "boope"
|
||||
}
|
||||
large_utility_slots = 6
|
||||
aux_utility_slots = 2
|
||||
resources = {
|
||||
category = ship_sections
|
||||
cost = {
|
||||
alloys = 120
|
||||
}
|
||||
}
|
||||
aux_utility_slots = 3
|
||||
}
|
||||
|
||||
#武库舰9
|
||||
@@ -669,12 +621,6 @@ ship_section_template = {
|
||||
}
|
||||
large_utility_slots = 6
|
||||
aux_utility_slots = 2
|
||||
resources = {
|
||||
category = ship_sections
|
||||
cost = {
|
||||
alloys = 240
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#航战10
|
||||
@@ -716,12 +662,6 @@ ship_section_template = {
|
||||
}
|
||||
large_utility_slots = 6
|
||||
aux_utility_slots = 2
|
||||
resources = {
|
||||
category = ship_sections
|
||||
cost = {
|
||||
alloys = 240
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#雷巡11
|
||||
@@ -768,12 +708,6 @@ ship_section_template = {
|
||||
}
|
||||
large_utility_slots = 6
|
||||
aux_utility_slots = 2
|
||||
resources = {
|
||||
category = ship_sections
|
||||
cost = {
|
||||
alloys = 240
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#撞击舰12
|
||||
@@ -799,13 +733,7 @@ ship_section_template = {
|
||||
locatorname = "xl_gun_01"
|
||||
}
|
||||
large_utility_slots = 12
|
||||
aux_utility_slots = 2
|
||||
resources = {
|
||||
category = ship_sections
|
||||
cost = {
|
||||
alloys = 240
|
||||
}
|
||||
}
|
||||
aux_utility_slots = 3
|
||||
}
|
||||
|
||||
ship_section_template = {
|
||||
@@ -926,12 +854,6 @@ ship_section_template = {
|
||||
}
|
||||
large_utility_slots = 12
|
||||
aux_utility_slots = 2
|
||||
resources = {
|
||||
category = ship_sections
|
||||
cost = {
|
||||
alloys = 480
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ship_section_template = {
|
||||
@@ -1082,12 +1004,6 @@ ship_section_template = {
|
||||
}
|
||||
large_utility_slots = 10
|
||||
aux_utility_slots = 2
|
||||
resources = {
|
||||
category = ship_sections
|
||||
cost = {
|
||||
alloys = 480
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ship_section_template = {
|
||||
@@ -1153,12 +1069,6 @@ ship_section_template = {
|
||||
locatorname = "root"
|
||||
}
|
||||
aux_utility_slots = 1
|
||||
resources = {
|
||||
category = ship_sections
|
||||
cost = {
|
||||
alloys = 480
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ship_section_template = {
|
||||
@@ -1204,12 +1114,6 @@ ship_section_template = {
|
||||
}
|
||||
large_utility_slots = 4
|
||||
aux_utility_slots = 1
|
||||
resources = {
|
||||
category = ship_sections
|
||||
cost = {
|
||||
alloys = 240
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ship_section_template = {
|
||||
@@ -1265,10 +1169,4 @@ ship_section_template = {
|
||||
}
|
||||
large_utility_slots = 12
|
||||
aux_utility_slots = 2
|
||||
resources = {
|
||||
category = ship_sections
|
||||
cost = {
|
||||
alloys = 480
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -160,12 +160,6 @@ ship_section_template = {
|
||||
}
|
||||
large_utility_slots = 12
|
||||
aux_utility_slots = 3
|
||||
resources = {
|
||||
category = ship_sections
|
||||
cost = {
|
||||
alloys = 960
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ship_section_template = {
|
||||
@@ -627,12 +621,6 @@ ship_section_template = {
|
||||
}
|
||||
large_utility_slots = 48
|
||||
aux_utility_slots = 8
|
||||
resources = {
|
||||
category = ship_sections
|
||||
cost = {
|
||||
alloys = 114514
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ship_section_template = {
|
||||
@@ -1094,12 +1082,6 @@ ship_section_template = {
|
||||
}
|
||||
large_utility_slots = 48
|
||||
aux_utility_slots = 8
|
||||
resources = {
|
||||
category = ship_sections
|
||||
cost = {
|
||||
alloys = 114514
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ship_section_template = {
|
||||
@@ -1108,12 +1090,6 @@ ship_section_template = {
|
||||
fits_on_slot = behind
|
||||
entity = "grey_tempesttw_thinktank_phase_03_entity"
|
||||
icon = "GFX_ship_part_core_mid"
|
||||
resources = {
|
||||
category = ship_sections
|
||||
cost = {
|
||||
alloys = 114514
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ship_section_template = {
|
||||
@@ -1122,10 +1098,4 @@ ship_section_template = {
|
||||
fits_on_slot = behind
|
||||
entity = "grey_tempesttw_thinktank_phase_03_entity"
|
||||
icon = "GFX_ship_part_core_mid"
|
||||
resources = {
|
||||
category = ship_sections
|
||||
cost = {
|
||||
alloys = 114514
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -57,12 +57,6 @@ ship_section_template = {
|
||||
}
|
||||
large_utility_slots = 6
|
||||
aux_utility_slots = 2
|
||||
resources = {
|
||||
category = ship_sections
|
||||
cost = {
|
||||
alloys = 90
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ship_section_template = {
|
||||
@@ -124,12 +118,6 @@ ship_section_template = {
|
||||
}
|
||||
large_utility_slots = 6
|
||||
aux_utility_slots = 2
|
||||
resources = {
|
||||
category = ship_sections
|
||||
cost = {
|
||||
alloys = 90
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ship_section_template = {
|
||||
@@ -185,12 +173,6 @@ ship_section_template = {
|
||||
}
|
||||
large_utility_slots = 6
|
||||
aux_utility_slots = 2
|
||||
resources = {
|
||||
category = ship_sections
|
||||
cost = {
|
||||
alloys = 90
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ship_section_template = {
|
||||
@@ -248,12 +230,6 @@ ship_section_template = {
|
||||
}
|
||||
large_utility_slots = 6
|
||||
aux_utility_slots = 2
|
||||
resources = {
|
||||
category = ship_sections
|
||||
cost = {
|
||||
alloys = 90
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
# Baby Dragon
|
||||
@@ -694,12 +670,6 @@ ship_section_template = {
|
||||
}
|
||||
large_utility_slots = 48
|
||||
aux_utility_slots = 8
|
||||
resources = {
|
||||
category = ship_sections
|
||||
cost = {
|
||||
alloys = 114514
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ship_section_template = {
|
||||
@@ -730,12 +700,6 @@ ship_section_template = {
|
||||
|
||||
large_utility_slots = 2
|
||||
aux_utility_slots = 1
|
||||
resources = {
|
||||
category = ship_sections
|
||||
cost = {
|
||||
alloys = 30
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ship_section_template = {
|
||||
@@ -769,10 +733,4 @@ ship_section_template = {
|
||||
|
||||
large_utility_slots = 2
|
||||
aux_utility_slots = 1
|
||||
resources = {
|
||||
category = ship_sections
|
||||
cost = {
|
||||
alloys = 30
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -15,7 +15,7 @@ graygoo_mothership = {
|
||||
modifier = {
|
||||
ship_evasion_add = 50
|
||||
ship_armor_add = 25600
|
||||
ship_shield_add = 25600
|
||||
# ship_shield_add = 25600
|
||||
}
|
||||
ship_modifier = {
|
||||
ship_disengage_chance_reduction = 8
|
||||
@@ -46,8 +46,8 @@ graygoo_mothership = {
|
||||
resources = {
|
||||
category = ships
|
||||
cost = {
|
||||
nanites = @salvagecostlargerare
|
||||
}
|
||||
nanites = 30000
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -64,7 +64,7 @@ graygoo_interdictor = {
|
||||
ships_upkeep_mult = -1
|
||||
ship_piracy_suppression_add = 4
|
||||
ship_armor_add = 2800
|
||||
ship_shield_add = 2800
|
||||
# ship_shield_add = 2800
|
||||
}
|
||||
max_hitpoints = 5000
|
||||
size_multiplier = 8
|
||||
@@ -88,8 +88,8 @@ graygoo_interdictor = {
|
||||
resources = {
|
||||
category = ships
|
||||
cost = {
|
||||
nanites = @salvagecostmediumrare
|
||||
}
|
||||
nanites = 3000
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -103,8 +103,8 @@ graygoo_factory = {
|
||||
modifier = {
|
||||
ship_cloaking_detection_add = 5
|
||||
ship_evasion_add = 50
|
||||
ship_armor_add = 1024000
|
||||
ship_shield_add = 1024000
|
||||
ship_armor_add = 2048000
|
||||
# ship_shield_add = 1024000
|
||||
}
|
||||
ship_modifier = {
|
||||
ship_shield_hardening_add = 5
|
||||
@@ -132,8 +132,8 @@ graygoo_factory = {
|
||||
resources = {
|
||||
category = ships
|
||||
cost = {
|
||||
nanites = @salvagecostlargerare
|
||||
}
|
||||
nanites = 30000
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -180,8 +180,7 @@ nanite_space_dragon_baby = {
|
||||
resources = {
|
||||
category = ships
|
||||
cost = {
|
||||
alloys = @salvagecostmedium
|
||||
nanites = @salvagecostmediumrare
|
||||
}
|
||||
nanites = 30000
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -177,7 +177,7 @@ situation_rg_gray_mod1 = {
|
||||
}
|
||||
}
|
||||
monthly_progress = {
|
||||
base = 0.1
|
||||
base = 0.5
|
||||
modifier = {
|
||||
add = 0.1
|
||||
desc = situation_rg_gray_mod1_stage_1_booster_tooltip
|
||||
@@ -483,54 +483,54 @@ situation_rg_gray_mod2 = {
|
||||
}
|
||||
}
|
||||
monthly_progress = {
|
||||
base = 0.1
|
||||
base = 0.5
|
||||
modifier = {
|
||||
add = 0.05
|
||||
add = 0.1
|
||||
desc = situation_rg_gray_mod2_stage_1_booster_tooltip
|
||||
has_situation_flag = situation_rg_gray_mod2_stage_1_booster
|
||||
}
|
||||
modifier = {
|
||||
add = 0.05
|
||||
add = 0.1
|
||||
desc = situation_rg_gray_mod2_stage_2_booster_tooltip
|
||||
has_situation_flag = situation_rg_gray_mod2_stage_2_booster
|
||||
}
|
||||
modifier = {
|
||||
add = 0.05
|
||||
add = 0.1
|
||||
desc = situation_rg_gray_mod2_stage_1_booster_tooltip
|
||||
has_situation_flag = situation_rg_gray_mod2_stage_4_booster
|
||||
}
|
||||
modifier = {
|
||||
add = 0.05
|
||||
add = 0.1
|
||||
desc = situation_rg_gray_mod2_stage_3_booster_tooltip
|
||||
has_situation_flag = situation_rg_gray_mod2_stage_5_booster
|
||||
}
|
||||
modifier = {
|
||||
add = 0.05
|
||||
add = 0.1
|
||||
desc = situation_rg_gray_mod2_stage_3_booster_tooltip
|
||||
has_situation_flag = situation_rg_gray_mod2_stage_6_booster
|
||||
}
|
||||
modifier = {
|
||||
add = 0.05
|
||||
add = 0.1
|
||||
desc = situation_rg_gray_mod2_stage_2_booster_tooltip
|
||||
has_situation_flag = situation_rg_gray_mod2_stage_7_booster
|
||||
}
|
||||
modifier = {
|
||||
add = 0.05
|
||||
add = 0.1
|
||||
desc = situation_rg_gray_mod2_stage_2_booster_tooltip
|
||||
has_situation_flag = situation_rg_gray_mod2_stage_8_booster
|
||||
}
|
||||
modifier = {
|
||||
add = 0.05
|
||||
add = 0.1
|
||||
desc = situation_rg_gray_mod2_stage_3_booster_tooltip
|
||||
has_situation_flag = situation_rg_gray_mod2_stage_9_booster
|
||||
}
|
||||
modifier = {
|
||||
add = 0.05
|
||||
add = 0.1
|
||||
desc = situation_rg_gray_mod2_stage_2_booster_tooltip
|
||||
has_situation_flag = situation_rg_gray_mod2_stage_10_booster
|
||||
}
|
||||
modifier = {
|
||||
add = 0.05
|
||||
add = 0.1
|
||||
desc = situation_rg_gray_mod2_stage_2_booster_tooltip
|
||||
has_situation_flag = situation_rg_gray_mod2_stage_11_booster
|
||||
}
|
||||
|
||||
@@ -33,78 +33,78 @@
|
||||
# randomized = no
|
||||
# }
|
||||
|
||||
RG_leader_trait_offical_gray = {
|
||||
#唯一特质
|
||||
cost = 0
|
||||
inline_script = {
|
||||
script = trait/icon_psionic
|
||||
CLASS = leader
|
||||
ICON = "GFX_leader_trait_psionic_chosen_one"
|
||||
RARITY = paragon
|
||||
COUNCIL = no
|
||||
TIER = none
|
||||
}
|
||||
immortal_leaders = yes
|
||||
triggered_self_modifier = {
|
||||
potential = {
|
||||
always = yes
|
||||
}
|
||||
leader_skill_levels = 1
|
||||
mult = trigger:has_skill
|
||||
}
|
||||
self_modifier = {
|
||||
species_leader_exp_gain = 1
|
||||
}
|
||||
councilor_modifier = {
|
||||
all_technology_research_speed = 0.5
|
||||
}
|
||||
planet_modifier = {
|
||||
planet_buildings_cost_mult = -0.4
|
||||
planet_building_build_speed_mult = 0.6
|
||||
planet_jobs_alloys_produces_mult = 0.25
|
||||
planet_jobs_engineering_research_produces_mult = 0.25
|
||||
deposit_blockers_cost_mult = -0.4
|
||||
planet_clear_blocker_time_mult = -0.6
|
||||
}
|
||||
sector_modifier = {
|
||||
planet_buildings_cost_mult = -0.2
|
||||
planet_building_build_speed_mult = 0.2
|
||||
planet_jobs_alloys_produces_mult = 0.1
|
||||
planet_jobs_engineering_research_produces_mult = 0.1
|
||||
deposit_blockers_cost_mult = -0.2
|
||||
planet_clear_blocker_time_mult = -0.2
|
||||
starbase_shipyard_build_cost_mult = -0.25
|
||||
starbase_shipyard_build_speed_mult = -0.3
|
||||
}
|
||||
fleet_modifier = {
|
||||
ship_armor_mult = 3.5
|
||||
ship_hull_mult = 3.5
|
||||
ships_upkeep_mult = -0.4
|
||||
ship_hull_regen_add_perc = 5
|
||||
ship_armor_regen_add_perc = 5
|
||||
}
|
||||
army_modifier = {
|
||||
army_collateral_damage_mult = 0.15
|
||||
army_disengage_chance_mult = 0.5
|
||||
army_health = 0.35
|
||||
}
|
||||
modifier = {
|
||||
ship_archaeological_site_excavation_speed_mult = 0.5
|
||||
science_ship_survey_speed = 1
|
||||
# ship_windup_mult = -1
|
||||
# ship_speed_mult = 0.5
|
||||
ship_anomaly_generation_chance_mult = -1
|
||||
}
|
||||
triggered_modifier = {
|
||||
potential = {
|
||||
has_astral_planes_dlc = yes
|
||||
}
|
||||
country_astral_rift_speed_mult = 0.5
|
||||
}
|
||||
leader_class = { rg_nanite_leader }
|
||||
initial = no
|
||||
randomized = no
|
||||
}
|
||||
# RG_leader_trait_offical_gray = {
|
||||
# #唯一特质
|
||||
# cost = 0
|
||||
# inline_script = {
|
||||
# script = trait/icon_psionic
|
||||
# CLASS = leader
|
||||
# ICON = "GFX_leader_trait_psionic_chosen_one"
|
||||
# RARITY = paragon
|
||||
# COUNCIL = no
|
||||
# TIER = none
|
||||
# }
|
||||
# immortal_leaders = yes
|
||||
# triggered_self_modifier = {
|
||||
# potential = {
|
||||
# always = yes
|
||||
# }
|
||||
# leader_skill_levels = 1
|
||||
# mult = trigger:has_skill
|
||||
# }
|
||||
# self_modifier = {
|
||||
# species_leader_exp_gain = 1
|
||||
# }
|
||||
# councilor_modifier = {
|
||||
# all_technology_research_speed = 0.5
|
||||
# }
|
||||
# planet_modifier = {
|
||||
# planet_buildings_cost_mult = -0.4
|
||||
# planet_building_build_speed_mult = 0.6
|
||||
# planet_jobs_alloys_produces_mult = 0.25
|
||||
# planet_jobs_engineering_research_produces_mult = 0.25
|
||||
# deposit_blockers_cost_mult = -0.4
|
||||
# planet_clear_blocker_time_mult = -0.6
|
||||
# }
|
||||
# sector_modifier = {
|
||||
# planet_buildings_cost_mult = -0.2
|
||||
# planet_building_build_speed_mult = 0.2
|
||||
# planet_jobs_alloys_produces_mult = 0.1
|
||||
# planet_jobs_engineering_research_produces_mult = 0.1
|
||||
# deposit_blockers_cost_mult = -0.2
|
||||
# planet_clear_blocker_time_mult = -0.2
|
||||
# starbase_shipyard_build_cost_mult = -0.25
|
||||
# starbase_shipyard_build_speed_mult = -0.3
|
||||
# }
|
||||
# fleet_modifier = {
|
||||
# ship_armor_mult = 3.5
|
||||
# ship_hull_mult = 3.5
|
||||
# ships_upkeep_mult = -0.4
|
||||
# ship_hull_regen_add_perc = 5
|
||||
# ship_armor_regen_add_perc = 5
|
||||
# }
|
||||
# army_modifier = {
|
||||
# army_collateral_damage_mult = 0.15
|
||||
# army_disengage_chance_mult = 0.5
|
||||
# army_health = 0.35
|
||||
# }
|
||||
# modifier = {
|
||||
# ship_archaeological_site_excavation_speed_mult = 0.5
|
||||
# science_ship_survey_speed = 1
|
||||
# # ship_windup_mult = -1
|
||||
# # ship_speed_mult = 0.5
|
||||
# ship_anomaly_generation_chance_mult = -1
|
||||
# }
|
||||
# triggered_modifier = {
|
||||
# potential = {
|
||||
# has_astral_planes_dlc = yes
|
||||
# }
|
||||
# country_astral_rift_speed_mult = 0.5
|
||||
# }
|
||||
# leader_class = { rg_nanite_leader }
|
||||
# initial = no
|
||||
# randomized = no
|
||||
# }
|
||||
|
||||
RG_leader_trait_governor_gray = {
|
||||
#总督特质
|
||||
@@ -270,7 +270,7 @@ RG_leader_trait_ruler_gray = {
|
||||
country_base_influence_produces_add = 1
|
||||
mult = trigger:has_skill
|
||||
}
|
||||
leader_class = { official rg_nanite_leader }
|
||||
leader_class = { official }
|
||||
initial = no
|
||||
randomized = no
|
||||
}
|
||||
@@ -418,7 +418,7 @@ RG_leader_trait_admiral_nanorebuild_gray = {
|
||||
army_health = 0.05
|
||||
mult = owner.rg_general_skill_combat_daypassed_variable
|
||||
}
|
||||
leader_class = { commander rg_nanite_leader }
|
||||
leader_class = { commander }
|
||||
initial = no
|
||||
randomized = no
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@ rg_machine_maid_trait = {
|
||||
cost = {
|
||||
base = 0
|
||||
}
|
||||
# custom_tooltip = rg_machine_maid_trait_effect
|
||||
custom_tooltip = TRAIT_PLANTOID_BUDDING_EFFECT
|
||||
initial = no
|
||||
species_potential_add = { always = no }
|
||||
species_possible_remove = { always = no }
|
||||
@@ -16,6 +16,11 @@ rg_machine_maid_trait = {
|
||||
opposites = {
|
||||
}
|
||||
|
||||
modifier = {
|
||||
habitability_floor_add = 0.25
|
||||
pop_housing_usage_mult = -0.9
|
||||
}
|
||||
|
||||
assembling_modifier = {
|
||||
planet_pop_assemblers_nanites_upkeep_add = 0.1
|
||||
}
|
||||
|
||||
@@ -8,5 +8,5 @@ tags={
|
||||
}
|
||||
name="Real Gray"
|
||||
picture="thumbnail.png"
|
||||
supported_version="3.11.*"
|
||||
supported_version="v3.12.*"
|
||||
remote_file_id="2136166095"
|
||||
@@ -314,6 +314,7 @@ country_event = {
|
||||
rg_gray_country_init = yes #创建国家
|
||||
}
|
||||
rg_gray_country_after_init = yes
|
||||
set_country_flag = machine_age_nanites_studied
|
||||
create_message = {
|
||||
type = MESSAGE_RECRUITED_LEADER
|
||||
localization = "rg_event.2.desc"
|
||||
@@ -621,12 +622,9 @@ event = {
|
||||
}
|
||||
}
|
||||
AND = {
|
||||
OR = {
|
||||
has_country_flag = gray_official_active
|
||||
has_country_flag = gray_governor_active #旧版flag
|
||||
}
|
||||
has_country_flag = gray_official_active
|
||||
NOT = {
|
||||
exists = event_target:gray_governor
|
||||
exists = event_target:gray_official
|
||||
}
|
||||
}
|
||||
AND = {
|
||||
@@ -640,10 +638,8 @@ event = {
|
||||
}
|
||||
immediate = {
|
||||
event_target:gray_owner = {
|
||||
OR = {
|
||||
has_country_flag = gray_official_active
|
||||
has_country_flag = gray_governor_active #旧版flag
|
||||
} #总督
|
||||
remove_country_flag = gray_official_active #新版flag
|
||||
remove_country_flag = gray_governor_active #旧版flag #总督
|
||||
remove_country_flag = gray_warship_active #旗舰
|
||||
remove_country_flag = gray_army_active #陆军
|
||||
remove_country_flag = gray_constship_active #科舰
|
||||
@@ -652,12 +648,8 @@ event = {
|
||||
modifier = "gray_scattered"
|
||||
days = 3600
|
||||
}
|
||||
country_event = {
|
||||
id = graygoo.511
|
||||
}
|
||||
country_event = {
|
||||
id = rg_event.22
|
||||
}
|
||||
country_event = { id = graygoo.511 }
|
||||
country_event = { id = graygoo.512 days = 3600 }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -682,11 +674,20 @@ country_event = {
|
||||
desc = "graygoo.512.a.desc"
|
||||
desc = "graygoo.512.b.desc"
|
||||
desc = "graygoo.512.c.desc"
|
||||
diplomatic = yes
|
||||
|
||||
event_window_type = leader_story
|
||||
picture = GFX_evt_gray_gooed_planet
|
||||
picture_event_data = {
|
||||
portrait = event_target:rg_gray_country_leader
|
||||
room = root
|
||||
}
|
||||
|
||||
is_triggered_only = yes
|
||||
|
||||
immediate = {
|
||||
remove_country_flag = gray_reforming
|
||||
}
|
||||
|
||||
option = {
|
||||
name = graygoo.512.a
|
||||
}
|
||||
|
||||
@@ -30,6 +30,11 @@ country_event = {
|
||||
}
|
||||
save_global_event_target_as = origin_rg_gray_country
|
||||
rg_lcluster_spawn_effect = yes
|
||||
country_event = {
|
||||
id = rg_event.18
|
||||
days = 3600
|
||||
random = 12800
|
||||
}
|
||||
}
|
||||
else = {
|
||||
set_country_flag = origin_gray_dragon_country
|
||||
@@ -859,9 +864,7 @@ country_event = {
|
||||
fire_only_once = yes
|
||||
picture = GFX_evt_drifting_gateway
|
||||
trigger = {
|
||||
mid_game_years_passed >= 0
|
||||
NOT = {
|
||||
is_multiplayer = yes
|
||||
has_global_flag = has_origin_gray_dragon
|
||||
}
|
||||
has_country_flag = origin_rg_gray
|
||||
@@ -917,6 +920,9 @@ country_event = {
|
||||
}
|
||||
}
|
||||
}
|
||||
option = {
|
||||
name = OK
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1039,35 +1045,35 @@ country_event = {
|
||||
}
|
||||
}
|
||||
|
||||
# looping check for grayreforming
|
||||
country_event = {
|
||||
id = rg_event.22
|
||||
hide_window = yes
|
||||
is_triggered_only = yes
|
||||
trigger = {
|
||||
is_same_value = event_target:gray_owner
|
||||
has_country_flag = gray_reforming
|
||||
}
|
||||
immediate = {
|
||||
if = {
|
||||
limit = {
|
||||
NOT = {
|
||||
has_modifier = "gray_scattered"
|
||||
}
|
||||
}
|
||||
country_event = {
|
||||
id = graygoo.512
|
||||
}
|
||||
}
|
||||
else = {
|
||||
country_event = {
|
||||
id = rg_event.22
|
||||
years = 1
|
||||
}
|
||||
# *THIS* looping check
|
||||
}
|
||||
}
|
||||
}
|
||||
# # looping check for grayreforming
|
||||
# country_event = {
|
||||
# id = rg_event.22
|
||||
# hide_window = yes
|
||||
# is_triggered_only = yes
|
||||
# trigger = {
|
||||
# is_same_value = event_target:gray_owner
|
||||
# has_country_flag = gray_reforming
|
||||
# }
|
||||
# immediate = {
|
||||
# if = {
|
||||
# limit = {
|
||||
# NOT = {
|
||||
# has_modifier = "gray_scattered"
|
||||
# }
|
||||
# }
|
||||
# country_event = {
|
||||
# id = graygoo.512
|
||||
# }
|
||||
# }
|
||||
# else = {
|
||||
# country_event = {
|
||||
# id = rg_event.22
|
||||
# years = 1
|
||||
# }
|
||||
# # *THIS* looping check
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
|
||||
# 拆毁工厂小灰通讯
|
||||
country_event = {
|
||||
|
||||
@@ -484,6 +484,80 @@ country_event = {
|
||||
}
|
||||
}
|
||||
|
||||
country_event = {
|
||||
id = rg_grayleader_dialog.5026
|
||||
title = "graygoo.500.title"
|
||||
desc = "RG_graygoo.502.f.response"
|
||||
event_window_type = leader_recruit
|
||||
picture_event_data = {
|
||||
portrait = event_target:gray_leader_admiral
|
||||
room = "ethic_spaceship_room"
|
||||
}
|
||||
is_triggered_only = yes
|
||||
immediate = {
|
||||
set_country_flag = gray_diplomacy_engaged
|
||||
}
|
||||
after = {
|
||||
hidden_effect = {
|
||||
remove_country_flag = gray_diplomacy_engaged
|
||||
}
|
||||
}
|
||||
option = {
|
||||
name = OK
|
||||
}
|
||||
option = {
|
||||
name = graygoo.500.d
|
||||
tag = hire_leader
|
||||
default_hide_option = yes
|
||||
}
|
||||
option = {
|
||||
name = graygoo.500.prepage
|
||||
tag = dismiss_leader
|
||||
hidden_effect = {
|
||||
country_event = {
|
||||
id = rg_grayleader.1
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
country_event = {
|
||||
id = rg_grayleader_dialog.5027
|
||||
title = "graygoo.500.title"
|
||||
desc = "RG_graygoo.502.g.response"
|
||||
event_window_type = leader_recruit
|
||||
picture_event_data = {
|
||||
portrait = event_target:gray_leader_admiral
|
||||
room = "ethic_spaceship_room"
|
||||
}
|
||||
is_triggered_only = yes
|
||||
immediate = {
|
||||
set_country_flag = gray_diplomacy_engaged
|
||||
}
|
||||
after = {
|
||||
hidden_effect = {
|
||||
remove_country_flag = gray_diplomacy_engaged
|
||||
}
|
||||
}
|
||||
option = {
|
||||
name = OK
|
||||
}
|
||||
option = {
|
||||
name = graygoo.500.d
|
||||
tag = hire_leader
|
||||
default_hide_option = yes
|
||||
}
|
||||
option = {
|
||||
name = graygoo.500.prepage
|
||||
tag = dismiss_leader
|
||||
hidden_effect = {
|
||||
country_event = {
|
||||
id = rg_grayleader.1
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
country_event = {
|
||||
id = rg_grayleader_dialog.5031
|
||||
title = "graygoo.500.title"
|
||||
|
||||
@@ -309,6 +309,54 @@ country_event = {
|
||||
}
|
||||
}
|
||||
}
|
||||
option = {
|
||||
# 空间站
|
||||
name = RG_graygoo.500.f
|
||||
response_text = RG_graygoo.502.f.response
|
||||
trigger = {
|
||||
has_country_flag = rg_juggernaut_fired
|
||||
NOT = {
|
||||
has_country_flag = rg_habitat_enabled
|
||||
}
|
||||
}
|
||||
allow = {
|
||||
has_country_flag = rg_juggernaut_fired # To prevent exploit
|
||||
}
|
||||
custom_tooltip = rg_need_manual_toggle
|
||||
hidden_effect = {
|
||||
if = {
|
||||
limit = {
|
||||
has_country_flag = rg_habitat_enabled
|
||||
}
|
||||
rg_clear_harbitat = yes
|
||||
}
|
||||
else = {
|
||||
rg_juggernaut_habitat_init = yes
|
||||
}
|
||||
country_event = {
|
||||
id = rg_grayleader_dialog.5026
|
||||
}
|
||||
}
|
||||
}
|
||||
option = {
|
||||
# 空间站
|
||||
name = RG_graygoo.500.g
|
||||
response_text = RG_graygoo.502.g.response
|
||||
trigger = {
|
||||
has_country_flag = rg_juggernaut_fired
|
||||
has_country_flag = rg_habitat_enabled
|
||||
}
|
||||
allow = {
|
||||
has_country_flag = rg_juggernaut_fired # To prevent exploit
|
||||
}
|
||||
custom_tooltip = rg_need_manual_toggle
|
||||
hidden_effect = {
|
||||
rg_clear_harbitat = yes
|
||||
country_event = {
|
||||
id = rg_grayleader_dialog.5027
|
||||
}
|
||||
}
|
||||
}
|
||||
option = {
|
||||
# help
|
||||
name = rg_help
|
||||
@@ -453,6 +501,46 @@ country_event = {
|
||||
}
|
||||
}
|
||||
}
|
||||
option = {
|
||||
# 空间站
|
||||
name = RG_graygoo.500.f
|
||||
response_text = RG_graygoo.502.f.response
|
||||
trigger = {
|
||||
has_country_flag = rg_juggernaut_fired
|
||||
NOT = {
|
||||
has_country_flag = rg_habitat_enabled
|
||||
}
|
||||
}
|
||||
allow = {
|
||||
has_country_flag = rg_juggernaut_fired # To prevent exploit
|
||||
}
|
||||
custom_tooltip = rg_need_manual_toggle
|
||||
hidden_effect = {
|
||||
rg_juggernaut_habitat_init = yes
|
||||
country_event = {
|
||||
id = rg_grayleader_dialog.5026
|
||||
}
|
||||
}
|
||||
}
|
||||
option = {
|
||||
# 空间站
|
||||
name = RG_graygoo.500.g
|
||||
response_text = RG_graygoo.502.g.response
|
||||
trigger = {
|
||||
has_country_flag = rg_juggernaut_fired
|
||||
has_country_flag = rg_habitat_enabled
|
||||
}
|
||||
allow = {
|
||||
has_country_flag = rg_juggernaut_fired # To prevent exploit
|
||||
}
|
||||
custom_tooltip = rg_need_manual_toggle
|
||||
hidden_effect = {
|
||||
rg_clear_harbitat = yes
|
||||
country_event = {
|
||||
id = rg_grayleader_dialog.5027
|
||||
}
|
||||
}
|
||||
}
|
||||
option = {
|
||||
# help
|
||||
name = rg_help
|
||||
@@ -707,6 +795,54 @@ country_event = {
|
||||
}
|
||||
}
|
||||
}
|
||||
option = {
|
||||
# 空间站
|
||||
name = RG_graygoo.500.f
|
||||
response_text = RG_graygoo.502.f.response
|
||||
trigger = {
|
||||
has_country_flag = rg_juggernaut_fired
|
||||
NOT = {
|
||||
has_country_flag = rg_habitat_enabled
|
||||
}
|
||||
}
|
||||
allow = {
|
||||
has_country_flag = rg_juggernaut_fired # To prevent exploit
|
||||
}
|
||||
custom_tooltip = rg_need_manual_toggle
|
||||
hidden_effect = {
|
||||
if = {
|
||||
limit = {
|
||||
has_country_flag = rg_habitat_enabled
|
||||
}
|
||||
rg_clear_harbitat = yes
|
||||
}
|
||||
else = {
|
||||
rg_juggernaut_habitat_init = yes
|
||||
}
|
||||
country_event = {
|
||||
id = rg_grayleader_dialog.5026
|
||||
}
|
||||
}
|
||||
}
|
||||
option = {
|
||||
# 空间站
|
||||
name = RG_graygoo.500.g
|
||||
response_text = RG_graygoo.502.g.response
|
||||
trigger = {
|
||||
has_country_flag = rg_juggernaut_fired
|
||||
has_country_flag = rg_habitat_enabled
|
||||
}
|
||||
allow = {
|
||||
has_country_flag = rg_juggernaut_fired # To prevent exploit
|
||||
}
|
||||
custom_tooltip = rg_need_manual_toggle
|
||||
hidden_effect = {
|
||||
rg_clear_harbitat = yes
|
||||
country_event = {
|
||||
id = rg_grayleader_dialog.5027
|
||||
}
|
||||
}
|
||||
}
|
||||
option = {
|
||||
#升级-2
|
||||
name = rg_levelup_2
|
||||
@@ -1070,6 +1206,54 @@ country_event = {
|
||||
}
|
||||
}
|
||||
}
|
||||
option = {
|
||||
# 空间站
|
||||
name = RG_graygoo.500.f
|
||||
response_text = RG_graygoo.502.f.response
|
||||
trigger = {
|
||||
has_country_flag = rg_juggernaut_fired
|
||||
NOT = {
|
||||
has_country_flag = rg_habitat_enabled
|
||||
}
|
||||
}
|
||||
allow = {
|
||||
has_country_flag = rg_juggernaut_fired # To prevent exploit
|
||||
}
|
||||
custom_tooltip = rg_need_manual_toggle
|
||||
hidden_effect = {
|
||||
if = {
|
||||
limit = {
|
||||
has_country_flag = rg_habitat_enabled
|
||||
}
|
||||
rg_clear_harbitat = yes
|
||||
}
|
||||
else = {
|
||||
rg_juggernaut_habitat_init = yes
|
||||
}
|
||||
country_event = {
|
||||
id = rg_grayleader_dialog.5026
|
||||
}
|
||||
}
|
||||
}
|
||||
option = {
|
||||
# 空间站
|
||||
name = RG_graygoo.500.g
|
||||
response_text = RG_graygoo.502.g.response
|
||||
trigger = {
|
||||
has_country_flag = rg_juggernaut_fired
|
||||
has_country_flag = rg_habitat_enabled
|
||||
}
|
||||
allow = {
|
||||
has_country_flag = rg_juggernaut_fired # To prevent exploit
|
||||
}
|
||||
custom_tooltip = rg_need_manual_toggle
|
||||
hidden_effect = {
|
||||
rg_clear_harbitat = yes
|
||||
country_event = {
|
||||
id = rg_grayleader_dialog.5027
|
||||
}
|
||||
}
|
||||
}
|
||||
option = {
|
||||
# 开启隐形
|
||||
name = rg_event.4.e
|
||||
@@ -1156,28 +1340,28 @@ country_event = {
|
||||
option = {
|
||||
name = OK
|
||||
}
|
||||
option = {
|
||||
name = rg_graygoo.504.a
|
||||
allow = {
|
||||
has_country_flag = gray_reforming
|
||||
resource_stockpile_compare = {
|
||||
resource = nanites
|
||||
value >= 1000
|
||||
}
|
||||
resource_stockpile_compare = {
|
||||
resource = alloys
|
||||
value >= 50000
|
||||
}
|
||||
}
|
||||
add_resource = {
|
||||
nanites = -1000
|
||||
alloys = -50000
|
||||
}
|
||||
remove_modifier = "gray_scattered"
|
||||
country_event = {
|
||||
id = graygoo.512
|
||||
}
|
||||
}
|
||||
# option = {
|
||||
# name = rg_graygoo.504.a
|
||||
# allow = {
|
||||
# has_country_flag = gray_reforming
|
||||
# resource_stockpile_compare = {
|
||||
# resource = nanites
|
||||
# value >= 1000
|
||||
# }
|
||||
# resource_stockpile_compare = {
|
||||
# resource = alloys
|
||||
# value >= 50000
|
||||
# }
|
||||
# }
|
||||
# add_resource = {
|
||||
# nanites = -1000
|
||||
# alloys = -50000
|
||||
# }
|
||||
# remove_modifier = "gray_scattered"
|
||||
# country_event = {
|
||||
# id = graygoo.512
|
||||
# }
|
||||
# }
|
||||
}
|
||||
|
||||
# Main Menu (const)
|
||||
@@ -1335,6 +1519,54 @@ country_event = {
|
||||
}
|
||||
}
|
||||
}
|
||||
option = {
|
||||
# 空间站
|
||||
name = RG_graygoo.500.f
|
||||
response_text = RG_graygoo.502.f.response
|
||||
trigger = {
|
||||
has_country_flag = rg_juggernaut_fired
|
||||
NOT = {
|
||||
has_country_flag = rg_habitat_enabled
|
||||
}
|
||||
}
|
||||
allow = {
|
||||
has_country_flag = rg_juggernaut_fired # To prevent exploit
|
||||
}
|
||||
custom_tooltip = rg_need_manual_toggle
|
||||
hidden_effect = {
|
||||
if = {
|
||||
limit = {
|
||||
has_country_flag = rg_habitat_enabled
|
||||
}
|
||||
rg_clear_harbitat = yes
|
||||
}
|
||||
else = {
|
||||
rg_juggernaut_habitat_init = yes
|
||||
}
|
||||
country_event = {
|
||||
id = rg_grayleader_dialog.5026
|
||||
}
|
||||
}
|
||||
}
|
||||
option = {
|
||||
# 空间站
|
||||
name = RG_graygoo.500.g
|
||||
response_text = RG_graygoo.502.g.response
|
||||
trigger = {
|
||||
has_country_flag = rg_juggernaut_fired
|
||||
has_country_flag = rg_habitat_enabled
|
||||
}
|
||||
allow = {
|
||||
has_country_flag = rg_juggernaut_fired # To prevent exploit
|
||||
}
|
||||
custom_tooltip = rg_need_manual_toggle
|
||||
hidden_effect = {
|
||||
rg_clear_harbitat = yes
|
||||
country_event = {
|
||||
id = rg_grayleader_dialog.5027
|
||||
}
|
||||
}
|
||||
}
|
||||
# option = { # 开启建造中继器
|
||||
# name = rg_event.5.e
|
||||
# trigger = {
|
||||
@@ -1486,6 +1718,32 @@ country_event = {
|
||||
rg_create_gray_colony_1 = yes
|
||||
}
|
||||
}
|
||||
option = {
|
||||
# 购买巨像
|
||||
name = rg_event.4.h
|
||||
trigger = {
|
||||
NOT = {
|
||||
has_country_flag = gray_reforming
|
||||
}
|
||||
}
|
||||
allow = {
|
||||
resource_stockpile_compare = {
|
||||
resource = energy
|
||||
value >= 8000
|
||||
}
|
||||
resource_stockpile_compare = {
|
||||
resource = alloys
|
||||
value >= 8000
|
||||
}
|
||||
}
|
||||
add_resource = {
|
||||
energy = -8000
|
||||
alloys = -8000
|
||||
}
|
||||
hidden_effect = {
|
||||
rg_create_gray_planetkiller_testship_1 = yes
|
||||
}
|
||||
}
|
||||
option = {
|
||||
# 没钱了,救救
|
||||
name = rg_event.4.c
|
||||
|
||||
@@ -36,3 +36,59 @@ country_event = {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
# country_event = {
|
||||
# id = rg_maid.2
|
||||
# hide_window = yes
|
||||
# is_triggered_only = yes
|
||||
# immediate = {
|
||||
# every_playable_country = {
|
||||
# limit = {
|
||||
# any_owned_species = {
|
||||
# has_trait = rg_machine_maid_trait
|
||||
# }
|
||||
# }
|
||||
# triggered_planet_modifier = {
|
||||
# potential = {
|
||||
# can_assemble_budding_pop = yes
|
||||
# }
|
||||
# planet_pop_assembly_organic_add = @plantoid_budding_rate
|
||||
# mult = value:budding_multiplier
|
||||
# }
|
||||
# }
|
||||
# capital_scope = {
|
||||
# while = {
|
||||
# count = 5
|
||||
# create_pop = {
|
||||
# species = event_target:rg_maid_species
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
|
||||
# planet_event = { #Braiiiins
|
||||
# id = rg_maid.3
|
||||
# is_triggered_only = yes
|
||||
# hide_window = yes
|
||||
#
|
||||
# trigger = {
|
||||
# fromfrom = {
|
||||
# is_organic_species = yes
|
||||
# NOT = { has_trait = trait_zombie }
|
||||
# }
|
||||
# owner = { has_valid_civic = civic_permanent_employment }
|
||||
# has_building = building_posthumous_employment_center
|
||||
# }
|
||||
#
|
||||
# immediate = {
|
||||
# fromfrom = {
|
||||
# make_pop_zombie = yes
|
||||
# }
|
||||
# }
|
||||
# after = {
|
||||
# fromfrom = {
|
||||
# clear_pop_category = yes #To make sure that the zombie pop does not spawn as a non worker strata
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
178
events/RG_planet_event.txt
Normal file
178
events/RG_planet_event.txt
Normal file
@@ -0,0 +1,178 @@
|
||||
namespace = rg_planet
|
||||
|
||||
##### Virtual Ascension Events
|
||||
|
||||
### Create the Unemployed
|
||||
### Country scope gatekeeper
|
||||
### on_monthly_pulse_country
|
||||
country_event = {
|
||||
id = rg_planet.5025
|
||||
hide_window = yes
|
||||
|
||||
is_triggered_only = yes
|
||||
|
||||
trigger = {
|
||||
has_country_flag = gray_habitat_active
|
||||
exists = event_target:rg_gray_habitat_target
|
||||
event_target:rg_gray_habitat_target = {
|
||||
is_under_colonization = no
|
||||
NOT = { is_planet_class = pc_cosmogenesis_world }
|
||||
free_jobs > 0
|
||||
NOR = {
|
||||
free_jobs_of_type = {
|
||||
job = mortal_initiate
|
||||
value >= 1
|
||||
}
|
||||
free_jobs_of_type = {
|
||||
category = bio_trophy
|
||||
value >= 1
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
immediate = {
|
||||
event_target:rg_gray_habitat_target = {
|
||||
planet_event = { id = rg_planet.2027 days = 1 }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
### Create the Unemployed
|
||||
### Planet scope gatekeeper
|
||||
### on_building_complete, on_building_upgraded, on_building_demolished,
|
||||
### on_building_downgraded, on_building_replaced
|
||||
### on_district_complete, on_district_demolished
|
||||
planet_event = {
|
||||
id = rg_planet.2026
|
||||
hide_window = yes
|
||||
|
||||
is_triggered_only = yes
|
||||
|
||||
trigger = {
|
||||
is_same_value = event_target:rg_gray_habitat_target
|
||||
is_under_colonization = no
|
||||
NOT = { is_planet_class = pc_cosmogenesis_world }
|
||||
exists = owner
|
||||
owner = {
|
||||
is_fallen_empire = no
|
||||
has_country_flag = gray_habitat_active
|
||||
}
|
||||
free_jobs > 0
|
||||
}
|
||||
|
||||
immediate = {
|
||||
planet_event = { id = rg_planet.2027 days = 1 }
|
||||
}
|
||||
}
|
||||
|
||||
### Create the Unemployed
|
||||
### Fired by cybernetics.2025 and cybernetics.2026
|
||||
planet_event = {
|
||||
id = rg_planet.2027
|
||||
hide_window = yes
|
||||
|
||||
is_triggered_only = yes
|
||||
trigger = {
|
||||
is_same_value = event_target:rg_gray_habitat_target
|
||||
is_under_colonization = no
|
||||
NOT = { is_planet_class = pc_cosmogenesis_world }
|
||||
exists = owner
|
||||
owner = {
|
||||
is_fallen_empire = no
|
||||
has_country_flag = gray_habitat_active
|
||||
}
|
||||
free_jobs > 0
|
||||
}
|
||||
|
||||
immediate = {
|
||||
set_variable = {
|
||||
which = num_pops
|
||||
value = value:num_free_virtual_jobs
|
||||
}
|
||||
# Create pops for every free job
|
||||
while = {
|
||||
count = num_pops
|
||||
create_pop = {
|
||||
species = owner_main_species
|
||||
}
|
||||
}
|
||||
# Kill pops generated in excess (e.g. from forbidden jobs)
|
||||
if = {
|
||||
limit = {
|
||||
any_owned_pop = {
|
||||
is_unemployed = yes
|
||||
}
|
||||
}
|
||||
every_owned_pop = {
|
||||
limit = {
|
||||
is_unemployed = yes
|
||||
}
|
||||
kill_pop = yes
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
### Kill the unemployed
|
||||
### Country scope
|
||||
### on_monthly_pulse_country
|
||||
country_event = {
|
||||
id = rg_planet.5030
|
||||
hide_window = yes
|
||||
|
||||
is_triggered_only = yes
|
||||
|
||||
trigger = {
|
||||
is_fallen_empire = no
|
||||
has_country_flag = gray_habitat_active
|
||||
event_target:rg_gray_habitat_target = {
|
||||
any_owned_pop = {
|
||||
is_unemployed = yes
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
immediate = {
|
||||
event_target:rg_gray_habitat_target = {
|
||||
every_owned_pop = {
|
||||
limit = {
|
||||
is_unemployed = yes
|
||||
}
|
||||
kill_pop = yes
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
### Kill the unemployed
|
||||
### Planet scope
|
||||
### on_building_complete, on_building_upgraded, on_building_demolished,
|
||||
### on_building_downgraded, on_building_replaced
|
||||
### on_district_complete, on_district_demolished
|
||||
planet_event = {
|
||||
id = rg_planet.2031
|
||||
hide_window = yes
|
||||
|
||||
is_triggered_only = yes
|
||||
|
||||
trigger = {
|
||||
exists = owner
|
||||
owner = {
|
||||
is_fallen_empire = no
|
||||
has_country_flag = gray_habitat_active
|
||||
}
|
||||
any_owned_pop = {
|
||||
is_unemployed = yes
|
||||
}
|
||||
}
|
||||
|
||||
immediate = {
|
||||
every_owned_pop = {
|
||||
limit = {
|
||||
is_unemployed = yes
|
||||
}
|
||||
kill_pop = yes
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -635,7 +635,6 @@ country_event = {
|
||||
id = rg_story.20
|
||||
hide_window = yes
|
||||
is_triggered_only = yes
|
||||
fire_only_once = yes
|
||||
trigger = {
|
||||
exists = event_target:rg_fake_dragon_owner
|
||||
OR = {
|
||||
@@ -649,8 +648,9 @@ country_event = {
|
||||
leader = {
|
||||
OR = {
|
||||
exists = NO
|
||||
NOT = {
|
||||
NOR = {
|
||||
has_leader_flag = rg_fake_dragon
|
||||
has_leader_flag = rg_fake_dragon_reborn
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1225,28 +1225,28 @@ country_event = {
|
||||
}
|
||||
}
|
||||
}
|
||||
option = {
|
||||
name = rg_graygoo.504.a
|
||||
allow = {
|
||||
has_country_flag = gray_reforming
|
||||
resource_stockpile_compare = {
|
||||
resource = nanites
|
||||
value >= 1000
|
||||
}
|
||||
resource_stockpile_compare = {
|
||||
resource = alloys
|
||||
value >= 50000
|
||||
}
|
||||
}
|
||||
add_resource = {
|
||||
nanites = -1000
|
||||
alloys = -50000
|
||||
}
|
||||
remove_modifier = "gray_scattered"
|
||||
country_event = {
|
||||
id = graygoo.512
|
||||
}
|
||||
}
|
||||
# option = {
|
||||
# name = rg_graygoo.504.a
|
||||
# allow = {
|
||||
# has_country_flag = gray_reforming
|
||||
# resource_stockpile_compare = {
|
||||
# resource = nanites
|
||||
# value >= 1000
|
||||
# }
|
||||
# resource_stockpile_compare = {
|
||||
# resource = alloys
|
||||
# value >= 50000
|
||||
# }
|
||||
# }
|
||||
# add_resource = {
|
||||
# nanites = -1000
|
||||
# alloys = -50000
|
||||
# }
|
||||
# remove_modifier = "gray_scattered"
|
||||
# country_event = {
|
||||
# id = graygoo.512
|
||||
# }
|
||||
# }
|
||||
}
|
||||
|
||||
# Main Menu (const)
|
||||
|
||||
BIN
gfx/interface/icons/planet_backgrounds/pc_rg_grayhabitat.dds
Normal file
BIN
gfx/interface/icons/planet_backgrounds/pc_rg_grayhabitat.dds
Normal file
Binary file not shown.
BIN
gfx/portraits/environments/pc_rg_grayhabitat_sky.dds
Normal file
BIN
gfx/portraits/environments/pc_rg_grayhabitat_sky.dds
Normal file
Binary file not shown.
@@ -109,6 +109,7 @@
|
||||
rg_event.4.b:0 "§H建造武装工程舰§!"
|
||||
rg_event.4.d:0 "§R建造纳米主宰舰§!"
|
||||
rg_event.4.g:0 "§H建造模拟殖民舰§!"
|
||||
rg_event.4.h:0 "§H建造实验级巨像§!"
|
||||
rg_event.4.e:0 "§B开启隐形力场§!"
|
||||
rg_event.4.f:0 "§B关闭隐形力场§!"
|
||||
rg_event.4.c:0 "又没钱了,老婆救救"
|
||||
@@ -175,6 +176,11 @@
|
||||
RG_graygoo.500.e:0 "§Y启动旗舰核心§!"
|
||||
RG_graygoo.502.e.response:0 "我能做到。"
|
||||
|
||||
RG_graygoo.500.f:0 "§Y启动空间站核心§!"
|
||||
RG_graygoo.502.f.response:0 "舰体宜居性评估中,全舰核心自检完成。"
|
||||
RG_graygoo.500.g:0 "§Y关闭空间站核心§!"
|
||||
RG_graygoo.502.g.response:0 "启动紧急疏散程序,请稍安勿躁。"
|
||||
|
||||
# 2.1 奇怪的巨像
|
||||
rg_story.2.desc:0 "哈喽?有空吗?可以来...咳咳、我有一个有趣的东西想给你看......如果没有空也没有关系。不过我保证这个一定很好玩。"
|
||||
rg_story.2.a:0 "§G有哦§!"
|
||||
|
||||
@@ -121,6 +121,15 @@
|
||||
RG_Interdictor_ANTIMATTER_REACTOR_DESC:0 "$ANTIMATTER_REACTOR_DESC$"
|
||||
RG_Interdictor_ZERO_POINT_REACTOR:0 "$ZERO_POINT_REACTOR$"
|
||||
RG_Interdictor_ZERO_POINT_REACTOR_DESC:0 "$ZERO_POINT_REACTOR_DESC$"
|
||||
|
||||
RG_Mothership_FISSION_REACTOR:0 "$FISSION_REACTOR$"
|
||||
RG_Mothership_FISSION_REACTOR_DESC:0 "$FISSION_REACTOR_DESC$"
|
||||
RG_Mothership_FUSION_REACTOR:0 "$FUSION_REACTOR$"
|
||||
RG_Mothership_FUSION_REACTOR_DESC:0 "$FUSION_REACTOR_DESC$"
|
||||
RG_Mothership_COLD_FUSION_REACTOR:0 "$COLD_FUSION_REACTOR$"
|
||||
RG_Mothership_COLD_FUSION_DESC:0 "$COLD_FUSION_DESC$"
|
||||
RG_Mothership_ANTIMATTER_REACTOR:0 "$ANTIMATTER_REACTOR$"
|
||||
RG_Mothership_ANTIMATTER_REACTOR_DESC:0 "$ANTIMATTER_REACTOR_DESC$"
|
||||
RG_Mothership_ZERO_POINT_REACTOR:0 "$ZERO_POINT_REACTOR$"
|
||||
RG_Mothership_ZERO_POINT_REACTOR_DESC:0 "$ZERO_POINT_REACTOR_DESC$"
|
||||
|
||||
@@ -172,6 +181,83 @@
|
||||
RG_SCIENCE_CLOAKING_1_DESC:0 "$CLOAKING_1_DESC$"
|
||||
RG_SCIENCE_CLOAKING_EMPTY:0 "空槽"
|
||||
|
||||
RG_COMBAT_COMPUTER_SWARM_DEFAULT:0 "$COMBAT_COMPUTER_SWARM_DEFAULT$"
|
||||
RG_COMBAT_COMPUTER_SWARM_DEFAULT_DESC:0 "$COMBAT_COMPUTER_SWARM_DEFAULT_DESC$"
|
||||
RG_COMBAT_COMPUTER_PICKET_DEFAULT:0 "$COMBAT_COMPUTER_PICKET_DEFAULT$"
|
||||
RG_COMBAT_COMPUTER_PICKET_DEFAULT_DESC:0 "$COMBAT_COMPUTER_PICKET_DEFAULT_DESC$"
|
||||
RG_COMBAT_COMPUTER_LINE_DEFAULT:0 "$COMBAT_COMPUTER_LINE_DEFAULT$"
|
||||
RG_COMBAT_COMPUTER_LINE_DEFAULT_DESC:0 "$COMBAT_COMPUTER_LINE_DEFAULT_DESC$"
|
||||
RG_COMBAT_COMPUTER_ARTILLERY_DEFAULT:0 "$COMBAT_COMPUTER_ARTILLERY_DEFAULT$"
|
||||
RG_COMBAT_COMPUTER_ARTILLERY_DEFAULT_DESC:0 "$COMBAT_COMPUTER_ARTILLERY_DEFAULT_DESC$"
|
||||
RG_COMBAT_COMPUTER_TORPEDO_DEFAULT:0 "$COMBAT_COMPUTER_TORPEDO_DEFAULT$"
|
||||
RG_COMBAT_COMPUTER_TORPEDO_DEFAULT_DESC:0 "$COMBAT_COMPUTER_TORPEDO_DEFAULT_DESC$"
|
||||
|
||||
RG_COMBAT_COMPUTER_SWARM_BASIC:0 "$COMBAT_COMPUTER_SWARM_BASIC$"
|
||||
RG_COMBAT_COMPUTER_SWARM_BASIC_DESC:0 "$COMBAT_COMPUTER_SWARM_BASIC_DESC$"
|
||||
RG_COMBAT_COMPUTER_SWARM_ADVANCED:0 "$COMBAT_COMPUTER_SWARM_ADVANCED$"
|
||||
RG_COMBAT_COMPUTER_SWARM_ADVANCED_DESC:0 "$COMBAT_COMPUTER_SWARM_ADVANCED_DESC$"
|
||||
RG_COMBAT_COMPUTER_SWARM_SAPIENT:0 "$COMBAT_COMPUTER_SWARM_SAPIENT$"
|
||||
RG_COMBAT_COMPUTER_SWARM_SAPIENT_DESC:0 "$COMBAT_COMPUTER_SWARM_SAPIENT_DESC$"
|
||||
RG_COMBAT_COMPUTER_SWARM_AUTONOMOUS:0 "$COMBAT_COMPUTER_SWARM_AUTONOMOUS$"
|
||||
RG_COMBAT_COMPUTER_SWARM_AUTONOMOUS_DESC:0 "$COMBAT_COMPUTER_SWARM_AUTONOMOUS_DESC$"
|
||||
RG_COMBAT_COMPUTER_SWARM_PRECOG:0 "$COMBAT_COMPUTER_SWARM_PRECOG$"
|
||||
RG_COMBAT_COMPUTER_SWARM_PRECOG_DESC:0 "$COMBAT_COMPUTER_SWARM_PRECOG_DESC$"
|
||||
|
||||
RG_COMBAT_COMPUTER_TORPEDO_BASIC:0 "$COMBAT_COMPUTER_TORPEDO_BASIC$"
|
||||
RG_COMBAT_COMPUTER_TORPEDO_BASIC_DESC:0 "$COMBAT_COMPUTER_TORPEDO_BASIC_DESC$"
|
||||
RG_COMBAT_COMPUTER_TORPEDO_ADVANCED:0 "$COMBAT_COMPUTER_TORPEDO_ADVANCED$"
|
||||
RG_COMBAT_COMPUTER_TORPEDO_ADVANCED_DESC:0 "$COMBAT_COMPUTER_TORPEDO_ADVANCED_DESC$"
|
||||
RG_COMBAT_COMPUTER_TORPEDO_SAPIENT:0 "$COMBAT_COMPUTER_TORPEDO_SAPIENT$"
|
||||
RG_COMBAT_COMPUTER_TORPEDO_SAPIENT_DESC:0 "$COMBAT_COMPUTER_TORPEDO_SAPIENT_DESC$"
|
||||
RG_COMBAT_COMPUTER_TORPEDO_AUTONOMOUS:0 "$COMBAT_COMPUTER_TORPEDO_AUTONOMOUS$"
|
||||
RG_COMBAT_COMPUTER_TORPEDO_AUTONOMOUS_DESC:0 "$COMBAT_COMPUTER_TORPEDO_AUTONOMOUS_DESC$"
|
||||
RG_COMBAT_COMPUTER_TORPEDO_PRECOG:0 "$COMBAT_COMPUTER_TORPEDO_PRECOG$"
|
||||
RG_COMBAT_COMPUTER_TORPEDO_PRECOG_DESC:0 "$COMBAT_COMPUTER_TORPEDO_PRECOG_DESC$"
|
||||
|
||||
RG_COMBAT_COMPUTER_PICKET_BASIC:0 "$COMBAT_COMPUTER_PICKET_BASIC$"
|
||||
RG_COMBAT_COMPUTER_PICKET_BASIC_DESC:0 "$COMBAT_COMPUTER_PICKET_BASIC_DESC$"
|
||||
RG_COMBAT_COMPUTER_PICKET_ADVANCED:0 "$COMBAT_COMPUTER_PICKET_ADVANCED$"
|
||||
RG_COMBAT_COMPUTER_PICKET_ADVANCED_DESC:0 "$COMBAT_COMPUTER_PICKET_ADVANCED_DESC$"
|
||||
RG_COMBAT_COMPUTER_PICKET_SAPIENT:0 "$COMBAT_COMPUTER_PICKET_SAPIENT$"
|
||||
RG_COMBAT_COMPUTER_PICKET_SAPIENT_DESC:0 "$COMBAT_COMPUTER_PICKET_SAPIENT_DESC$"
|
||||
RG_COMBAT_COMPUTER_PICKET_AUTONOMOUS:0 "$COMBAT_COMPUTER_PICKET_AUTONOMOUS$"
|
||||
RG_COMBAT_COMPUTER_PICKET_AUTONOMOUS_DESC:0 "$COMBAT_COMPUTER_PICKET_AUTONOMOUS_DESC$"
|
||||
RG_COMBAT_COMPUTER_PICKET_PRECOG:0 "$COMBAT_COMPUTER_PICKET_PRECOG$"
|
||||
RG_COMBAT_COMPUTER_PICKET_PRECOG_DESC:0 "$COMBAT_COMPUTER_PICKET_PRECOG_DESC$"
|
||||
|
||||
RG_COMBAT_COMPUTER_ARTILLERY_BASIC:0 "$COMBAT_COMPUTER_ARTILLERY_BASIC$"
|
||||
RG_COMBAT_COMPUTER_ARTILLERY_BASIC_DESC:0 "$COMBAT_COMPUTER_ARTILLERY_BASIC_DESC$"
|
||||
RG_COMBAT_COMPUTER_ARTILLERY_ADVANCED:0 "$COMBAT_COMPUTER_ARTILLERY_ADVANCED$"
|
||||
RG_COMBAT_COMPUTER_ARTILLERY_ADVANCED_DESC:0 "$COMBAT_COMPUTER_ARTILLERY_ADVANCED_DESC$"
|
||||
RG_COMBAT_COMPUTER_ARTILLERY_SAPIENT:0 "$COMBAT_COMPUTER_ARTILLERY_SAPIENT$"
|
||||
RG_COMBAT_COMPUTER_ARTILLERY_SAPIENT_DESC:0 "$COMBAT_COMPUTER_ARTILLERY_SAPIENT_DESC$"
|
||||
RG_COMBAT_COMPUTER_ARTILLERY_AUTONOMOUS:0 "$COMBAT_COMPUTER_ARTILLERY_AUTONOMOUS$"
|
||||
RG_COMBAT_COMPUTER_ARTILLERY_AUTONOMOUS_DESC:0 "$COMBAT_COMPUTER_ARTILLERY_AUTONOMOUS_DESC$"
|
||||
RG_COMBAT_COMPUTER_ARTILLERY_PRECOG:0 "$COMBAT_COMPUTER_ARTILLERY_PRECOG$"
|
||||
RG_COMBAT_COMPUTER_ARTILLERY_PRECOG_DESC:0 "$COMBAT_COMPUTER_ARTILLERY_PRECOG_DESC$"
|
||||
|
||||
RG_COMBAT_COMPUTER_LINE_BASIC:0 "$COMBAT_COMPUTER_LINE_BASIC$"
|
||||
RG_COMBAT_COMPUTER_LINE_BASIC_DESC:0 "$COMBAT_COMPUTER_LINE_BASIC_DESC$"
|
||||
RG_COMBAT_COMPUTER_LINE_ADVANCED:0 "$COMBAT_COMPUTER_LINE_ADVANCED$"
|
||||
RG_COMBAT_COMPUTER_LINE_ADVANCED_DESC:0 "$COMBAT_COMPUTER_LINE_ADVANCED_DESC$"
|
||||
RG_COMBAT_COMPUTER_LINE_SAPIENT:0 "$COMBAT_COMPUTER_LINE_SAPIENT$"
|
||||
RG_COMBAT_COMPUTER_LINE_SAPIENT_DESC:0 "$COMBAT_COMPUTER_LINE_SAPIENT_DESC$"
|
||||
RG_COMBAT_COMPUTER_LINE_AUTONOMOUS:0 "$COMBAT_COMPUTER_LINE_AUTONOMOUS$"
|
||||
RG_COMBAT_COMPUTER_LINE_AUTONOMOUS_DESC:0 "$COMBAT_COMPUTER_LINE_AUTONOMOUS_DESC$"
|
||||
RG_COMBAT_COMPUTER_LINE_PRECOG:0 "$COMBAT_COMPUTER_LINE_PRECOG$"
|
||||
RG_COMBAT_COMPUTER_LINE_PRECOG_DESC:0 "$COMBAT_COMPUTER_LINE_PRECOG_DESC$"
|
||||
|
||||
RG_COMBAT_COMPUTER_CARRIER_BASIC:0 "$COMBAT_COMPUTER_CARRIER_BASIC$"
|
||||
RG_COMBAT_COMPUTER_CARRIER_BASIC_DESC:0 "$COMBAT_COMPUTER_CARRIER_BASIC_DESC$"
|
||||
RG_COMBAT_COMPUTER_CARRIER_ADVANCED:0 "$COMBAT_COMPUTER_CARRIER_ADVANCED$"
|
||||
RG_COMBAT_COMPUTER_CARRIER_ADVANCED_DESC:0 "$COMBAT_COMPUTER_CARRIER_ADVANCED_DESC$"
|
||||
RG_COMBAT_COMPUTER_CARRIER_SAPIENT:0 "$COMBAT_COMPUTER_CARRIER_SAPIENT$"
|
||||
RG_COMBAT_COMPUTER_CARRIER_SAPIENT_DESC:0 "$COMBAT_COMPUTER_CARRIER_SAPIENT_DESC$"
|
||||
RG_COMBAT_COMPUTER_CARRIER_AUTONOMOUS:0 "$COMBAT_COMPUTER_CARRIER_AUTONOMOUS$"
|
||||
RG_COMBAT_COMPUTER_CARRIER_AUTONOMOUS_DESC:0 "$COMBAT_COMPUTER_CARRIER_AUTONOMOUS_DESC$"
|
||||
RG_COMBAT_COMPUTER_CARRIER_PRECOG:0 "$COMBAT_COMPUTER_CARRIER_PRECOG$"
|
||||
RG_COMBAT_COMPUTER_CARRIER_PRECOG_DESC:0 "$COMBAT_COMPUTER_CARRIER_PRECOG_DESC$"
|
||||
|
||||
RG_ID_wsg_alpha_REACTOR:0 "§Y阿尔法结晶反应堆§!"
|
||||
RG_ID_SHIP_THRUSTER_WSG:0 "§Y暗物质α推进器§!"
|
||||
RG_ID_SHIP_THRUSTER_WSG_DESC:0 "利用暗物质与阿尔法融合后产生的巨大能量来推动我们的飞船。"
|
||||
@@ -314,6 +400,9 @@
|
||||
rg_nothing:0 ""
|
||||
rg_nothing_desc:0 ""
|
||||
|
||||
pc_rg_grayhabitat: "纳米空间站点"
|
||||
pc_rg_grayhabitat_desc: "一座由纳米机械组成的深空居所,能提供仿佛行星一般的居住体验,具体而言是指行星上的城市区域。完全由纳米机器人组成使得建筑如梦幻般瞬间出现,由纳米机器组成的实体承担着空间站点的一切生产工作。"
|
||||
|
||||
rg_ap_nantiematter:0 "§Y纳米物质构成工程§!"
|
||||
rg_ap_nantiematter_desc:0 "如果能够对L星门建造者的物质与科技进行一次彻底的构成研究,这些强力的纳米机器将极大的提升我们的军备水平。这需要我们获得足够的L星门认知。"
|
||||
rg_ap_nantiematter_tooltip:0 "§Y这表明了一切。§!"
|
||||
|
||||
@@ -30,6 +30,9 @@
|
||||
RG_gray_warship_base_key:0 "§Y$NAME_Gray$船体§!"
|
||||
RG_gray_capitalship_key:0 "§Y$NAME_Gray$旗舰船体§!"
|
||||
|
||||
RG_graygoo_juggernaut_behind_key:0 "§Y$NAME_Gray$主宰尾翼§!"
|
||||
RG_graygoo_capitalship_behind_key:0 "§Y$NAME_Gray$旗舰尾翼§!"
|
||||
|
||||
|
||||
# Fleet names
|
||||
NAME_RG_GRAY_scienceship:0 "纳米机器科研单元"
|
||||
@@ -55,7 +58,7 @@
|
||||
RG_icebreaker_interdictor:0 "纳米机器破冰单元"
|
||||
NAME_Nanite_Mothership_Carrier:0 "风暴中心"
|
||||
NAME_Nanite_Mothership_titan:0 "风暴缔造者"
|
||||
RG_RG_ORBITAL_RING_TIER_1_STARBASE:0 "风暴之眼"
|
||||
RG_ORBITAL_RING_TIER_1_STARBASE:0 "风暴之眼"
|
||||
NAME_RG_Nanite_Starbase:0 "灰色浪潮"
|
||||
NAME_RG_armed_transport_ship:0 "纳米机器压制单元"
|
||||
NAME_RG_armed_colony_ship:0 "纳米机器模拟单元"
|
||||
|
||||
19
realgray-stellaris-mod.code-workspace
Normal file
19
realgray-stellaris-mod.code-workspace
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "."
|
||||
},
|
||||
{
|
||||
"path": "D:/SteamLibrary/steamapps/common/Stellaris/common"
|
||||
},
|
||||
{
|
||||
"path": "D:/SteamLibrary/steamapps/common/Stellaris/events"
|
||||
},
|
||||
{
|
||||
"path": "D:/SteamLibrary/steamapps/common/Stellaris/gfx"
|
||||
},
|
||||
{
|
||||
"path": "D:/SteamLibrary/steamapps/common/Stellaris/localisation"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user