14 Commits

Author SHA1 Message Date
ProjectKoi-Kalo\Kalo
c67315b296 暂存 特质合并 2023-11-20 20:39:13 +08:00
ProjectKoi-Kalo\Kalo
ff3ed9f4f1 暂存 2023-11-20 20:08:29 +08:00
ProjectKoi-Kalo\Kalo
b3d35699bf 暂存等级上限改动 2023-11-20 18:55:29 +08:00
ProjectKoi-Kalo\Kalo
6cda63ec0e 暂存 2023-11-17 21:08:12 +08:00
ProjectKoi-Kalo\Kalo
1c62ded8aa 暂存 2023-11-17 21:05:31 +08:00
ProjectKoi-Kalo\Kalo
bdaf0148f5 暂存 2023-11-17 10:33:36 +08:00
ProjectKoi-Kalo\Kalo
16ee77bfd0 暂存 2023-11-17 10:29:43 +08:00
ProjectKoi-Kalo\Kalo
a221fc6dde 暂存 2023-11-17 03:56:22 +08:00
ProjectKoi-Kalo\Kalo
f17de2c205 3.10暂存 2023-11-17 03:46:51 +08:00
ProjectKoi-Kalo\Kalo
7fba597294 暂存 2023-11-04 15:21:08 +08:00
ProjectKoi-Kalo\Kalo
0741aac406 暂存 2023-11-04 13:17:46 +08:00
ProjectKoi-Kalo\Kalo
f95ac26913 暂存 2023-10-29 00:50:12 +08:00
ProjectKoi-Kalo\Kalo
08c6ff9a6a 暂存 2023-10-29 00:33:16 +08:00
ProjectKoi-Kalo\Kalo
b9cd8bf9f6 暂存 2023-10-28 23:49:01 +08:00
40 changed files with 1928 additions and 866 deletions

View File

@@ -54,7 +54,7 @@ component_set = {
component_set = { component_set = {
key = "RG_FLAK_PHOENIX" key = "RG_FLAK_PHOENIX"
icon = "GFX_ship_part_flak_batteries_3" icon = "GFX_ship_part_graymine_old"
icon_frame = 1 icon_frame = 1
} }
@@ -72,7 +72,7 @@ component_set = {
component_set = { component_set = {
key = "RG_CARRIER_RADAR" key = "RG_CARRIER_RADAR"
icon = "GFX_ship_part_sensor_1" icon = "GFX_ship_part_gray_sensor"
icon_frame = 1 icon_frame = 1
} }

View File

@@ -19,6 +19,8 @@ utility_component_template = {
} }
component_set = "power_core" component_set = "power_core"
size_restriction = { size_restriction = {
RG_armed_science_ship
RG_graygoo_destroyer
RG_graygoo_interdictor RG_graygoo_interdictor
RG_graygoo_Buff RG_graygoo_Buff
RG_graygoo_mothership RG_graygoo_mothership
@@ -53,6 +55,8 @@ utility_component_template = {
} }
component_set = "power_core" component_set = "power_core"
size_restriction = { size_restriction = {
RG_armed_science_ship
RG_graygoo_destroyer
RG_graygoo_interdictor RG_graygoo_interdictor
RG_graygoo_Buff RG_graygoo_Buff
RG_graygoo_mothership RG_graygoo_mothership
@@ -87,6 +91,8 @@ utility_component_template = {
} }
component_set = "power_core" component_set = "power_core"
size_restriction = { size_restriction = {
RG_armed_science_ship
RG_graygoo_destroyer
RG_graygoo_interdictor RG_graygoo_interdictor
RG_graygoo_Buff RG_graygoo_Buff
RG_graygoo_mothership RG_graygoo_mothership
@@ -121,6 +127,8 @@ utility_component_template = {
} }
component_set = "power_core" component_set = "power_core"
size_restriction = { size_restriction = {
RG_armed_science_ship
RG_graygoo_destroyer
RG_graygoo_interdictor RG_graygoo_interdictor
RG_graygoo_Buff RG_graygoo_Buff
RG_graygoo_mothership RG_graygoo_mothership
@@ -155,6 +163,8 @@ utility_component_template = {
} }
component_set = "power_core" component_set = "power_core"
size_restriction = { size_restriction = {
RG_armed_science_ship
RG_graygoo_destroyer
RG_graygoo_interdictor RG_graygoo_interdictor
RG_graygoo_Buff RG_graygoo_Buff
RG_graygoo_icebreaker_interdictor RG_graygoo_icebreaker_interdictor
@@ -218,6 +228,8 @@ utility_component_template = {
} }
component_set = "power_core" component_set = "power_core"
size_restriction = { size_restriction = {
RG_armed_science_ship
RG_graygoo_destroyer
RG_graygoo_interdictor RG_graygoo_interdictor
RG_graygoo_Buff RG_graygoo_Buff
RG_graygoo_icebreaker_interdictor RG_graygoo_icebreaker_interdictor
@@ -286,7 +298,11 @@ utility_component_template = {
alloys = 0.08 alloys = 0.08
} }
} }
prerequisites = {
"tech_gray_matter_spray_5"
}
component_set = "power_core" component_set = "power_core"
upgrades_to = "RG_Arsenal_FUSION_NANO_REACTOR"
size_restriction = { size_restriction = {
RG_graygoo_Arsenal RG_graygoo_Arsenal
} }
@@ -295,6 +311,38 @@ utility_component_template = {
} }
} }
utility_component_template = {
key = "RG_Arsenal_FUSION_NANO_REACTOR"
size = small
icon = "GFX_ship_part_gray_reactor"
icon_frame = 1
power = 600
resources = {
category = ship_components
cost = {
alloys = 80
nanties = 2
}
upkeep = {
energy = 0.8
}
}
component_set = "power_core"
prerequisites = {
"tech_gray_nano_fusion_3"
"tech_gray_matter_spray_5"
}
tags = {
weapon_type_rg_reactor
}
size_restriction = {
RG_graygoo_Arsenal
}
ai_weight = {
weight = 0
}
}
utility_component_template = { utility_component_template = {
key = "RG_ID_SHIP_THRUSTER_1" key = "RG_ID_SHIP_THRUSTER_1"
size = small size = small
@@ -314,6 +362,8 @@ utility_component_template = {
} }
component_set = "thruster_components" component_set = "thruster_components"
size_restriction = { size_restriction = {
RG_armed_science_ship
RG_graygoo_destroyer
RG_graygoo_interdictor RG_graygoo_interdictor
RG_graygoo_Buff RG_graygoo_Buff
RG_graygoo_Arsenal RG_graygoo_Arsenal
@@ -349,6 +399,8 @@ utility_component_template = {
} }
component_set = "thruster_components" component_set = "thruster_components"
size_restriction = { size_restriction = {
RG_armed_science_ship
RG_graygoo_destroyer
RG_graygoo_interdictor RG_graygoo_interdictor
RG_graygoo_Buff RG_graygoo_Buff
RG_graygoo_Arsenal RG_graygoo_Arsenal
@@ -384,6 +436,8 @@ utility_component_template = {
} }
component_set = "thruster_components" component_set = "thruster_components"
size_restriction = { size_restriction = {
RG_armed_science_ship
RG_graygoo_destroyer
RG_graygoo_interdictor RG_graygoo_interdictor
RG_graygoo_Buff RG_graygoo_Buff
RG_graygoo_Arsenal RG_graygoo_Arsenal
@@ -419,6 +473,8 @@ utility_component_template = {
} }
component_set = "thruster_components" component_set = "thruster_components"
size_restriction = { size_restriction = {
RG_armed_science_ship
RG_graygoo_destroyer
RG_graygoo_interdictor RG_graygoo_interdictor
RG_graygoo_Buff RG_graygoo_Buff
RG_graygoo_Arsenal RG_graygoo_Arsenal
@@ -455,6 +511,8 @@ utility_component_template = {
} }
component_set = "thruster_components" component_set = "thruster_components"
size_restriction = { size_restriction = {
RG_armed_science_ship
RG_graygoo_destroyer
RG_graygoo_interdictor RG_graygoo_interdictor
RG_graygoo_Buff RG_graygoo_Buff
RG_graygoo_Arsenal RG_graygoo_Arsenal
@@ -648,6 +706,8 @@ utility_component_template = {
} }
component_set = "power_core" component_set = "power_core"
size_restriction = { size_restriction = {
RG_armed_science_ship
RG_graygoo_destroyer
RG_graygoo_interdictor RG_graygoo_interdictor
RG_graygoo_Buff RG_graygoo_Buff
RG_graygoo_mothership RG_graygoo_mothership
@@ -683,6 +743,8 @@ utility_component_template = {
} }
component_set = "thruster_components" component_set = "thruster_components"
size_restriction = { size_restriction = {
RG_armed_science_ship
RG_graygoo_destroyer
RG_graygoo_interdictor RG_graygoo_interdictor
RG_graygoo_Buff RG_graygoo_Buff
RG_graygoo_Arsenal RG_graygoo_Arsenal
@@ -724,6 +786,8 @@ utility_component_template = {
} }
component_set = "power_core" component_set = "power_core"
size_restriction = { size_restriction = {
RG_armed_science_ship
RG_graygoo_destroyer
RG_graygoo_interdictor RG_graygoo_interdictor
RG_graygoo_Buff RG_graygoo_Buff
RG_graygoo_mothership RG_graygoo_mothership
@@ -758,6 +822,8 @@ utility_component_template = {
} }
component_set = "thruster_components" component_set = "thruster_components"
size_restriction = { size_restriction = {
RG_armed_science_ship
RG_graygoo_destroyer
RG_graygoo_interdictor RG_graygoo_interdictor
RG_graygoo_Buff RG_graygoo_Buff
RG_graygoo_Arsenal RG_graygoo_Arsenal
@@ -799,6 +865,8 @@ utility_component_template = {
} }
component_set = "power_core" component_set = "power_core"
size_restriction = { size_restriction = {
RG_armed_science_ship
RG_graygoo_destroyer
RG_graygoo_interdictor RG_graygoo_interdictor
RG_graygoo_Buff RG_graygoo_Buff
RG_graygoo_Arsenal RG_graygoo_Arsenal
@@ -834,6 +902,8 @@ utility_component_template = {
} }
component_set = "thruster_components" component_set = "thruster_components"
size_restriction = { size_restriction = {
RG_armed_science_ship
RG_graygoo_destroyer
RG_graygoo_interdictor RG_graygoo_interdictor
RG_graygoo_Buff RG_graygoo_Buff
RG_graygoo_Arsenal RG_graygoo_Arsenal
@@ -1066,4 +1136,4 @@ utility_component_template = {
ai_weight = { ai_weight = {
weight = 25 weight = 25
} }
} }

View File

@@ -16,6 +16,7 @@ utility_component_template = {
ship_shield_regen_add_perc = 0.1 ship_shield_regen_add_perc = 0.1
} }
size_restriction = { size_restriction = {
RG_graygoo_destroyer
RG_graygoo_interdictor RG_graygoo_interdictor
RG_graygoo_Buff RG_graygoo_Buff
RG_graygoo_Arsenal RG_graygoo_Arsenal
@@ -147,8 +148,8 @@ weapon_component_template = {
icon = "GFX_ship_part_gray_laser_1" icon = "GFX_ship_part_gray_laser_1"
icon_frame = 1 icon_frame = 1
damage = { damage = {
min = 20 min = 40
max = 200 max = 400
} }
windup = { windup = {
min = 1 min = 1
@@ -187,6 +188,55 @@ weapon_component_template = {
} }
} }
#M槽光矛Mini
weapon_component_template = {
key = "MEDIUM_GRAY_WEAPON_LANCE"
size = medium
entity = "invisible_turret_entity"
type = instant
icon = "GFX_ship_part_gray_laser_1"
icon_frame = 1
damage = {
min = 100
max = 1000
}
windup = {
min = 1
max = 5
}
total_fire_time = 55
range = 120
accuracy = 0.85
tracking = 0.4
power = -50
component_set = "SMALL_GRAY_WEAPON_LANCE"
prerequisites = {
"tech_minilaser_gray_1"
}
tags = {
weapon_type_rg_secondary
}
armor_damage = 1.2
shield_penetration = 1
resources = {
category = ship_components
cost = {
alloys = 25
}
upkeep = {
energy = 1.2
alloys = 1
}
}
projectile_gfx = "gatebuilder_lance_weapon"
tags = {
weapon_type_energy
}
ai_weight = {
weight = 0
}
}
#X槽光矛Mini #X槽光矛Mini
weapon_component_template = { weapon_component_template = {
key = "GRAY_BEAM_STATIC_MX" key = "GRAY_BEAM_STATIC_MX"
@@ -336,14 +386,12 @@ weapon_component_template = {
} }
size_restriction = { size_restriction = {
RG_graygoo_capitalship RG_graygoo_capitalship
RG_graygoo_mothership
RG_gray_juggernaut RG_gray_juggernaut
} }
component_set = "RG_PLANET_KILLER" component_set = "RG_PLANET_KILLER"
prerequisites = { prerequisites = {
"tech_gray_juggernaut_8" "tech_gray_juggernaut_8"
} }
hidden = yes
ship_limit = 1 ship_limit = 1
ai_weight = { ai_weight = {
weight = 0 weight = 0
@@ -522,7 +570,7 @@ weapon_component_template = {
type = point_defence type = point_defence
key = "RG_FLAK_PHOENIX" key = "RG_FLAK_PHOENIX"
size = point_defence size = point_defence
icon = GFX_ship_part_deluge icon = "GFX_ship_part_graymine_old"
icon_frame = 1 icon_frame = 1
damage = { damage = {
min = 10200 min = 10200
@@ -711,14 +759,12 @@ weapon_component_template = {
power = -180 power = -180
tags = { tags = {
weapon_type_energy weapon_type_energy
weapon_type_rg_torpedoe
} }
projectile_gfx = "rg_gatebuilder_torpedo_ballistic" projectile_gfx = "rg_gatebuilder_torpedo_ballistic"
prerequisites = { prerequisites = {
"tech_gray_nano_boost_3" "tech_gray_nano_boost_3"
} }
tags = {
weapon_type_rg_torpedoe
}
size_damage_factor = 1 size_damage_factor = 1
armor_damage = 1.2 armor_damage = 1.2
shield_penetration = 1 shield_penetration = 1
@@ -761,6 +807,7 @@ weapon_component_template = {
power = -180 power = -180
tags = { tags = {
weapon_type_energy weapon_type_energy
weapon_type_rg_torpedoe
} }
projectile_gfx = "gatebuilder_torpedo" projectile_gfx = "gatebuilder_torpedo"
prerequisites = { prerequisites = {
@@ -797,7 +844,7 @@ weapon_component_template = {
size = point_defence size = point_defence
entity = "turret_point_defence_entity" entity = "turret_point_defence_entity"
type = instant type = instant
icon = "GFX_ship_part_sensor_1" icon = "GFX_ship_part_gray_sensor"
icon_frame = 1 icon_frame = 1
damage = { damage = {
min = 0 min = 0
@@ -857,6 +904,7 @@ strike_craft_component_template = {
} }
} }
size_restriction = { size_restriction = {
RG_graygoo_destroyer
RG_graygoo_interdictor RG_graygoo_interdictor
RG_graygoo_mothership RG_graygoo_mothership
RG_gray_juggernaut RG_gray_juggernaut
@@ -923,6 +971,7 @@ strike_craft_component_template = {
} }
} }
size_restriction = { size_restriction = {
RG_graygoo_destroyer
RG_graygoo_interdictor RG_graygoo_interdictor
RG_graygoo_mothership RG_graygoo_mothership
RG_gray_juggernaut RG_gray_juggernaut
@@ -992,6 +1041,7 @@ strike_craft_component_template = {
} }
} }
size_restriction = { size_restriction = {
RG_graygoo_destroyer
RG_graygoo_interdictor RG_graygoo_interdictor
RG_graygoo_mothership RG_graygoo_mothership
RG_gray_juggernaut RG_gray_juggernaut
@@ -1062,6 +1112,7 @@ strike_craft_component_template = {
} }
} }
size_restriction = { size_restriction = {
RG_graygoo_destroyer
RG_graygoo_interdictor RG_graygoo_interdictor
RG_graygoo_mothership RG_graygoo_mothership
RG_gray_juggernaut RG_gray_juggernaut
@@ -1123,6 +1174,7 @@ utility_component_template = {
} }
ship_behavior = "RG_colossus" ship_behavior = "RG_colossus"
size_restriction = { size_restriction = {
RG_graygoo_destroyer
RG_graygoo_interdictor RG_graygoo_interdictor
RG_graygoo_Buff RG_graygoo_Buff
RG_graygoo_Arsenal RG_graygoo_Arsenal
@@ -1163,6 +1215,7 @@ utility_component_template = {
} }
ship_behavior = "rg_carrier_behavior" ship_behavior = "rg_carrier_behavior"
size_restriction = { size_restriction = {
RG_graygoo_destroyer
RG_graygoo_interdictor RG_graygoo_interdictor
RG_graygoo_Arsenal RG_graygoo_Arsenal
RG_graygoo_mothership RG_graygoo_mothership
@@ -1201,6 +1254,7 @@ utility_component_template = {
} }
ship_behavior = "RG_line" ship_behavior = "RG_line"
size_restriction = { size_restriction = {
RG_graygoo_destroyer
RG_graygoo_interdictor RG_graygoo_interdictor
RG_graygoo_Arsenal RG_graygoo_Arsenal
RG_graygoo_mothership RG_graygoo_mothership
@@ -1239,6 +1293,7 @@ utility_component_template = {
} }
ship_behavior = "RG_artillery" ship_behavior = "RG_artillery"
size_restriction = { size_restriction = {
RG_graygoo_destroyer
RG_graygoo_interdictor RG_graygoo_interdictor
RG_graygoo_Arsenal RG_graygoo_Arsenal
RG_graygoo_mothership RG_graygoo_mothership
@@ -1313,6 +1368,7 @@ utility_component_template = {
} }
ship_behavior = "rg_aura_behavior" ship_behavior = "rg_aura_behavior"
size_restriction = { size_restriction = {
RG_graygoo_destroyer
RG_graygoo_interdictor RG_graygoo_interdictor
RG_graygoo_Buff RG_graygoo_Buff
RG_graygoo_Arsenal RG_graygoo_Arsenal
@@ -1352,6 +1408,7 @@ utility_component_template = {
} }
ship_behavior = "RG_battle" ship_behavior = "RG_battle"
size_restriction = { size_restriction = {
RG_graygoo_destroyer
RG_graygoo_interdictor RG_graygoo_interdictor
RG_graygoo_Arsenal RG_graygoo_Arsenal
RG_graygoo_mothership RG_graygoo_mothership
@@ -1390,6 +1447,7 @@ utility_component_template = {
} }
ship_behavior = "RG_torpedo" ship_behavior = "RG_torpedo"
size_restriction = { size_restriction = {
RG_graygoo_destroyer
RG_graygoo_interdictor RG_graygoo_interdictor
RG_graygoo_Arsenal RG_graygoo_Arsenal
RG_graygoo_mothership RG_graygoo_mothership
@@ -1428,6 +1486,7 @@ utility_component_template = {
} }
ship_behavior = "RG_AA" ship_behavior = "RG_AA"
size_restriction = { size_restriction = {
RG_graygoo_destroyer
RG_graygoo_interdictor RG_graygoo_interdictor
RG_graygoo_Arsenal RG_graygoo_Arsenal
RG_graygoo_mothership RG_graygoo_mothership
@@ -1466,6 +1525,7 @@ utility_component_template = {
} }
ship_behavior = "RG_icebreak" ship_behavior = "RG_icebreak"
size_restriction = { size_restriction = {
RG_graygoo_destroyer
RG_graygoo_interdictor RG_graygoo_interdictor
RG_graygoo_Arsenal RG_graygoo_Arsenal
RG_graygoo_mothership RG_graygoo_mothership
@@ -2164,7 +2224,7 @@ utility_component_template = {
alloys = 300 alloys = 300
} }
} }
prerequisites = { "tech_gray_interdictor_4" } prerequisites = { "tech_gray_nano_boost_3" }
ftl = yes ftl = yes
jumpdrive = yes jumpdrive = yes
ship_modifier = { ship_modifier = {
@@ -2178,9 +2238,6 @@ utility_component_template = {
ai_weight = { ai_weight = {
weight = 0 weight = 0
} }
class_restriction = {
shipclass_military
}
component_set = "ftl_components" component_set = "ftl_components"
} }
@@ -2188,7 +2245,7 @@ utility_component_template = {
utility_component_template = { utility_component_template = {
key = "RG_gatebuilder_sensor" key = "RG_gatebuilder_sensor"
size = medium size = medium
icon = "GFX_ship_part_sensor_4" icon = "GFX_ship_part_gray_sensor"
icon_frame = 1 icon_frame = 1
power = -20 power = -20
# hidden = yes # hidden = yes
@@ -2200,7 +2257,7 @@ utility_component_template = {
} }
sensor_range = 15 sensor_range = 15
hyperlane_range = 20 hyperlane_range = 20
prerequisites = { "tech_gray_interdictor_4" } prerequisites = { "tech_gray_matter_remix_2" }
ship_modifier = { ship_modifier = {
ship_tracking_add = 20 ship_tracking_add = 20
} }
@@ -2217,7 +2274,7 @@ utility_component_template = {
utility_component_template = { utility_component_template = {
key = "RG_gatebuilder_thruster" key = "RG_gatebuilder_thruster"
size = small size = small
icon = "GFX_ship_part_thruster_4" icon = "GFX_ship_part_gray_engine"
icon_frame = 1 icon_frame = 1
power = -50 power = -50
# hidden = yes # hidden = yes
@@ -2227,15 +2284,12 @@ utility_component_template = {
alloys = 200 alloys = 200
} }
} }
prerequisites = { "tech_gray_interdictor_4" } prerequisites = { "tech_gray_nano_boost_3" }
modifier = { modifier = {
ship_speed_mult = 1.25 ship_speed_mult = 1.25
ship_evasion_add = 10 ship_evasion_add = 10
} }
component_set = "thruster_components" component_set = "thruster_components"
class_restriction = {
shipclass_military
}
tags = { tags = {
weapon_type_rg_thruster weapon_type_rg_thruster
} }
@@ -2244,6 +2298,101 @@ utility_component_template = {
} }
} }
#反应堆
utility_component_template = {
key = "RG_FUSION_NANO_REACTOR_S"
size = small
icon = "GFX_ship_part_gray_reactor"
icon_frame = 1
power = 4800
resources = {
category = ship_components
cost = {
nanties = 12
alloys = 120
}
upkeep = {
energy = 2.0
}
}
prerequisites = {
"tech_gray_nano_fusion_3"
}
tags = {
weapon_type_rg_reactor
}
component_set = "power_core"
ai_weight = {
weight = 0
}
}
utility_component_template = {
key = "RG_FUSION_NANO_REACTOR_M"
size = small
icon = "GFX_ship_part_gray_reactor"
icon_frame = 1
power = 9600
resources = {
category = ship_components
cost = {
nanties = 24
alloys = 120
}
upkeep = {
energy = 3.0
}
}
prerequisites = {
"tech_gray_nano_fusion_3"
}
tags = {
weapon_type_rg_reactor
}
component_set = "power_core"
size_restriction = {
RG_graygoo_interdictor
RG_graygoo_Buff
RG_graygoo_mothership
RG_graygoo_icebreaker_interdictor
}
ai_weight = {
weight = 0
}
}
utility_component_template = {
key = "RG_FUSION_NANO_REACTOR_L"
size = small
icon = "GFX_ship_part_gray_reactor"
icon_frame = 1
power = 280000
resources = {
category = ship_components
cost = {
nanties = 120
alloys = 120
}
upkeep = {
energy = 5.0
}
}
prerequisites = {
"tech_gray_nano_fusion_3"
}
tags = {
weapon_type_rg_reactor
}
component_set = "power_core"
size_restriction = {
RG_gray_juggernaut
RG_graygoo_capitalship
}
ai_weight = {
weight = 0
}
}
# Elite Cloaking Device # Elite Cloaking Device
utility_component_template = { utility_component_template = {
key = "RG_CORVETTE_CLOAKING_3" key = "RG_CORVETTE_CLOAKING_3"
@@ -2283,10 +2432,9 @@ utility_component_template = {
RG_graygoo_mothership RG_graygoo_mothership
} }
prerequisites = { prerequisites = {
"tech_cloaking_3" "tech_gray_cloaking_3"
} }
ship_limit = 1 ship_limit = 1
hidden = yes
component_set = "science_cloaking_components" component_set = "science_cloaking_components"
ai_weight = { ai_weight = {
weight = 0 weight = 0

View File

@@ -147,7 +147,7 @@ ship_design = {
template = "RG_ENIGMATIC_SCHEDULER" template = "RG_ENIGMATIC_SCHEDULER"
} }
} }
required_component = "TITAN_ZERO_POINT_REACTOR" required_component = "RG_FUSION_NANO_REACTOR_M"
required_component = "RG_gatebuilder_jump" required_component = "RG_gatebuilder_jump"
required_component = "RG_gatebuilder_sensor" required_component = "RG_gatebuilder_sensor"
required_component = "RG_gatebuilder_thruster" required_component = "RG_gatebuilder_thruster"
@@ -326,7 +326,7 @@ ship_design = {
} }
} }
required_component = "RG_gatebuilder_sensor" required_component = "RG_gatebuilder_sensor"
required_component = "TITAN_ANTIMATTER_REACTOR" required_component = "RG_FUSION_NANO_REACTOR_L"
required_component = "COMBAT_COMPUTER_PLATFORM_ADVANCED" required_component = "COMBAT_COMPUTER_PLATFORM_ADVANCED"
} }
@@ -549,7 +549,7 @@ ship_design = {
required_component = "RG_gatebuilder_jump" required_component = "RG_gatebuilder_jump"
required_component = "RG_gatebuilder_sensor" required_component = "RG_gatebuilder_sensor"
required_component = "RG_gatebuilder_thruster" required_component = "RG_gatebuilder_thruster"
required_component = "TITAN_ZERO_POINT_REACTOR" required_component = "RG_FUSION_NANO_REACTOR_M"
required_component = "RG_COMBAT_COMPUTER_torpedo" required_component = "RG_COMBAT_COMPUTER_torpedo"
} }
@@ -709,7 +709,7 @@ ship_design = {
required_component = "RG_gatebuilder_jump" required_component = "RG_gatebuilder_jump"
required_component = "RG_gatebuilder_sensor" required_component = "RG_gatebuilder_sensor"
required_component = "RG_gatebuilder_thruster" required_component = "RG_gatebuilder_thruster"
required_component = "TITAN_ZERO_POINT_REACTOR" required_component = "RG_FUSION_NANO_REACTOR_M"
required_component = "RG_COMBAT_COMPUTER_CARRIER" required_component = "RG_COMBAT_COMPUTER_CARRIER"
} }
@@ -816,7 +816,7 @@ ship_design = {
required_component = "RG_gatebuilder_jump" required_component = "RG_gatebuilder_jump"
required_component = "RG_gatebuilder_sensor" required_component = "RG_gatebuilder_sensor"
required_component = "RG_gatebuilder_thruster" required_component = "RG_gatebuilder_thruster"
required_component = "TITAN_ZERO_POINT_REACTOR" required_component = "RG_FUSION_NANO_REACTOR_M"
required_component = "RG_COMBAT_COMPUTER_torpedo" required_component = "RG_COMBAT_COMPUTER_torpedo"
} }
@@ -880,7 +880,7 @@ ship_design = {
required_component = "RG_gatebuilder_jump" required_component = "RG_gatebuilder_jump"
required_component = "RG_gatebuilder_sensor" required_component = "RG_gatebuilder_sensor"
required_component = "RG_gatebuilder_thruster" required_component = "RG_gatebuilder_thruster"
required_component = "TITAN_ZERO_POINT_REACTOR" required_component = "RG_FUSION_NANO_REACTOR_M"
required_component = "RG_COMBAT_COMPUTER_torpedo" required_component = "RG_COMBAT_COMPUTER_torpedo"
} }
@@ -1013,7 +1013,7 @@ ship_design = {
required_component = "RG_gatebuilder_jump" required_component = "RG_gatebuilder_jump"
required_component = "RG_gatebuilder_sensor" required_component = "RG_gatebuilder_sensor"
required_component = "RG_gatebuilder_thruster" required_component = "RG_gatebuilder_thruster"
required_component = "TITAN_ZERO_POINT_REACTOR" required_component = "RG_FUSION_NANO_REACTOR_M"
required_component = "RG_COMBAT_COMPUTER_torpedo" required_component = "RG_COMBAT_COMPUTER_torpedo"
} }
@@ -1077,7 +1077,7 @@ ship_design = {
required_component = "RG_gatebuilder_jump" required_component = "RG_gatebuilder_jump"
required_component = "RG_gatebuilder_sensor" required_component = "RG_gatebuilder_sensor"
required_component = "RG_gatebuilder_thruster" required_component = "RG_gatebuilder_thruster"
required_component = "TITAN_ZERO_POINT_REACTOR" required_component = "RG_FUSION_NANO_REACTOR_M"
required_component = "RG_COMBAT_COMPUTER_torpedo" required_component = "RG_COMBAT_COMPUTER_torpedo"
} }

View File

@@ -20,15 +20,15 @@ ship_design = {
} }
component = { component = {
slot = "MEDIUM_GUN_01" slot = "MEDIUM_GUN_01"
template = "SMALL_GRAY_WEAPON_LANCE" template = "MEDIUM_GRAY_WEAPON_LANCE"
} }
component = { component = {
slot = "MEDIUM_GUN_02" slot = "MEDIUM_GUN_02"
template = "SMALL_GRAY_WEAPON_LANCE" template = "MEDIUM_GRAY_WEAPON_LANCE"
} }
component = { component = {
slot = "MEDIUM_GUN_03" slot = "MEDIUM_GUN_03"
template = "SMALL_GRAY_WEAPON_LANCE" template = "MEDIUM_GRAY_WEAPON_LANCE"
} }
component = { component = {
slot = "LARGE_GUN_01" slot = "LARGE_GUN_01"
@@ -251,7 +251,7 @@ ship_design = {
template = "RG_ENIGMATIC_SCHEDULER" template = "RG_ENIGMATIC_SCHEDULER"
} }
} }
required_component = "TITAN_ZERO_POINT_REACTOR" required_component = "RG_FUSION_NANO_REACTOR_M"
required_component = "RG_gatebuilder_jump" required_component = "RG_gatebuilder_jump"
required_component = "RG_gatebuilder_sensor" required_component = "RG_gatebuilder_sensor"
required_component = "RG_gatebuilder_thruster" required_component = "RG_gatebuilder_thruster"
@@ -841,7 +841,7 @@ ship_design = {
template = "RG_ENGINE_BOOSTER" template = "RG_ENGINE_BOOSTER"
} }
} }
required_component = "COLOSSUS_ZERO_POINT_REACTOR" required_component = "RG_FUSION_NANO_REACTOR_L"
required_component = "RG_gatebuilder_jump" required_component = "RG_gatebuilder_jump"
required_component = "RG_gatebuilder_sensor" required_component = "RG_gatebuilder_sensor"
required_component = "RG_gatebuilder_thruster" required_component = "RG_gatebuilder_thruster"
@@ -1433,7 +1433,7 @@ ship_design = {
template = "RG_ENGINE_BOOSTER" template = "RG_ENGINE_BOOSTER"
} }
} }
required_component = "COLOSSUS_ZERO_POINT_REACTOR" required_component = "RG_FUSION_NANO_REACTOR_L"
required_component = "RG_gatebuilder_jump" required_component = "RG_gatebuilder_jump"
required_component = "RG_gatebuilder_sensor" required_component = "RG_gatebuilder_sensor"
required_component = "RG_gatebuilder_thruster" required_component = "RG_gatebuilder_thruster"
@@ -1505,7 +1505,7 @@ ship_design = {
required_component = "RG_gatebuilder_jump" required_component = "RG_gatebuilder_jump"
required_component = "RG_gatebuilder_sensor" required_component = "RG_gatebuilder_sensor"
required_component = "RG_gatebuilder_thruster" required_component = "RG_gatebuilder_thruster"
required_component = "TITAN_ZERO_POINT_REACTOR" required_component = "RG_FUSION_NANO_REACTOR_M"
required_component = "RG_COMBAT_COMPUTER_CARRIER" required_component = "RG_COMBAT_COMPUTER_CARRIER"
} }
@@ -1569,7 +1569,7 @@ ship_design = {
required_component = "RG_gatebuilder_jump" required_component = "RG_gatebuilder_jump"
required_component = "RG_gatebuilder_sensor" required_component = "RG_gatebuilder_sensor"
required_component = "RG_gatebuilder_thruster" required_component = "RG_gatebuilder_thruster"
required_component = "TITAN_ZERO_POINT_REACTOR" required_component = "RG_FUSION_NANO_REACTOR_M"
required_component = "RG_COMBAT_COMPUTER_battle" required_component = "RG_COMBAT_COMPUTER_battle"
} }
@@ -1613,7 +1613,7 @@ ship_design = {
required_component = "RG_gatebuilder_jump" required_component = "RG_gatebuilder_jump"
required_component = "RG_gatebuilder_sensor" required_component = "RG_gatebuilder_sensor"
required_component = "RG_gatebuilder_thruster" required_component = "RG_gatebuilder_thruster"
required_component = "TITAN_ZERO_POINT_REACTOR" required_component = "RG_FUSION_NANO_REACTOR_M"
required_component = "RG_COMBAT_COMPUTER_artillery" required_component = "RG_COMBAT_COMPUTER_artillery"
} }
@@ -1669,7 +1669,7 @@ ship_design = {
required_component = "RG_gatebuilder_jump" required_component = "RG_gatebuilder_jump"
required_component = "RG_gatebuilder_sensor" required_component = "RG_gatebuilder_sensor"
required_component = "RG_gatebuilder_thruster" required_component = "RG_gatebuilder_thruster"
required_component = "TITAN_ZERO_POINT_REACTOR" required_component = "RG_FUSION_NANO_REACTOR_M"
required_component = "RG_COMBAT_COMPUTER_CHARGE" required_component = "RG_COMBAT_COMPUTER_CHARGE"
} }
@@ -1733,7 +1733,7 @@ ship_design = {
required_component = "RG_gatebuilder_jump" required_component = "RG_gatebuilder_jump"
required_component = "RG_gatebuilder_sensor" required_component = "RG_gatebuilder_sensor"
required_component = "RG_gatebuilder_thruster" required_component = "RG_gatebuilder_thruster"
required_component = "TITAN_ZERO_POINT_REACTOR" required_component = "RG_FUSION_NANO_REACTOR_M"
required_component = "RG_COMBAT_COMPUTER_torpedo" required_component = "RG_COMBAT_COMPUTER_torpedo"
} }
@@ -1817,7 +1817,7 @@ ship_design = {
required_component = "RG_gatebuilder_jump" required_component = "RG_gatebuilder_jump"
required_component = "RG_gatebuilder_sensor" required_component = "RG_gatebuilder_sensor"
required_component = "RG_gatebuilder_thruster" required_component = "RG_gatebuilder_thruster"
required_component = "TITAN_ZERO_POINT_REACTOR" required_component = "RG_FUSION_NANO_REACTOR_M"
required_component = "RG_COMBAT_COMPUTER_AA" required_component = "RG_COMBAT_COMPUTER_AA"
} }
@@ -1861,7 +1861,7 @@ ship_design = {
required_component = "RG_gatebuilder_jump" required_component = "RG_gatebuilder_jump"
required_component = "RG_gatebuilder_sensor" required_component = "RG_gatebuilder_sensor"
required_component = "RG_gatebuilder_thruster" required_component = "RG_gatebuilder_thruster"
required_component = "TITAN_ZERO_POINT_REACTOR" required_component = "RG_FUSION_NANO_REACTOR_M"
required_component = "RG_COMBAT_COMPUTER_aura" required_component = "RG_COMBAT_COMPUTER_aura"
required_component = "RG_ANTIBAKAHALO" required_component = "RG_ANTIBAKAHALO"
required_component = "RG_BAKAHALO" required_component = "RG_BAKAHALO"
@@ -2199,7 +2199,7 @@ ship_design = {
required_component = "RG_gatebuilder_jump" required_component = "RG_gatebuilder_jump"
required_component = "RG_gatebuilder_sensor" required_component = "RG_gatebuilder_sensor"
required_component = "RG_gatebuilder_thruster" required_component = "RG_gatebuilder_thruster"
required_component = "TITAN_ZERO_POINT_REACTOR" required_component = "RG_FUSION_NANO_REACTOR_M"
required_component = "RG_COMBAT_COMPUTER_battle" required_component = "RG_COMBAT_COMPUTER_battle"
} }
@@ -2259,7 +2259,7 @@ ship_design = {
required_component = "RG_gatebuilder_jump" required_component = "RG_gatebuilder_jump"
required_component = "RG_gatebuilder_sensor" required_component = "RG_gatebuilder_sensor"
required_component = "RG_gatebuilder_thruster" required_component = "RG_gatebuilder_thruster"
required_component = "TITAN_ZERO_POINT_REACTOR" required_component = "RG_FUSION_NANO_REACTOR_M"
required_component = "RG_COMBAT_COMPUTER_battle" required_component = "RG_COMBAT_COMPUTER_battle"
} }
@@ -2323,7 +2323,7 @@ ship_design = {
required_component = "RG_gatebuilder_jump" required_component = "RG_gatebuilder_jump"
required_component = "RG_gatebuilder_sensor" required_component = "RG_gatebuilder_sensor"
required_component = "RG_gatebuilder_thruster" required_component = "RG_gatebuilder_thruster"
required_component = "TITAN_ZERO_POINT_REACTOR" required_component = "RG_FUSION_NANO_REACTOR_M"
required_component = "RG_COMBAT_COMPUTER_torpedo" required_component = "RG_COMBAT_COMPUTER_torpedo"
} }
@@ -2407,7 +2407,7 @@ ship_design = {
required_component = "RG_gatebuilder_jump" required_component = "RG_gatebuilder_jump"
required_component = "RG_gatebuilder_sensor" required_component = "RG_gatebuilder_sensor"
required_component = "RG_gatebuilder_thruster" required_component = "RG_gatebuilder_thruster"
required_component = "TITAN_ZERO_POINT_REACTOR" required_component = "RG_FUSION_NANO_REACTOR_M"
required_component = "RG_COMBAT_COMPUTER_icebreak" required_component = "RG_COMBAT_COMPUTER_icebreak"
required_component = "RG_CORVETTE_CLOAKING_3" required_component = "RG_CORVETTE_CLOAKING_3"
} }

View File

@@ -87,19 +87,19 @@ ship_design = {
} }
component = { component = {
slot = "MEDIUM_GUN_01" slot = "MEDIUM_GUN_01"
template = "SMALL_GRAY_WEAPON_LANCE" template = "MEDIUM_GRAY_WEAPON_LANCE"
} }
component = { component = {
slot = "MEDIUM_GUN_02" slot = "MEDIUM_GUN_02"
template = "SMALL_GRAY_WEAPON_LANCE" template = "MEDIUM_GRAY_WEAPON_LANCE"
} }
component = { component = {
slot = "MEDIUM_GUN_03" slot = "MEDIUM_GUN_03"
template = "SMALL_GRAY_WEAPON_LANCE" template = "MEDIUM_GRAY_WEAPON_LANCE"
} }
component = { component = {
slot = "MEDIUM_GUN_04" slot = "MEDIUM_GUN_04"
template = "SMALL_GRAY_WEAPON_LANCE" template = "MEDIUM_GRAY_WEAPON_LANCE"
} }
component = { component = {
slot = "PD_01" slot = "PD_01"
@@ -159,7 +159,7 @@ ship_design = {
} }
} }
required_component = "RG_gatebuilder_sensor" required_component = "RG_gatebuilder_sensor"
required_component = "TITAN_ZERO_POINT_REACTOR" required_component = "RG_FUSION_NANO_REACTOR_L"
required_component = "RG_COMBAT_COMPUTER_COLOSSUS" required_component = "RG_COMBAT_COMPUTER_COLOSSUS"
required_component = "RG_CORVETTE_CLOAKING_3" required_component = "RG_CORVETTE_CLOAKING_3"
required_component = "STARBASE_AURA_FTL_INHIBITOR" required_component = "STARBASE_AURA_FTL_INHIBITOR"
@@ -335,7 +335,7 @@ ship_design = {
} }
} }
required_component = "RG_gatebuilder_sensor" required_component = "RG_gatebuilder_sensor"
required_component = "TITAN_ANTIMATTER_REACTOR" required_component = "RG_FUSION_NANO_REACTOR_L"
required_component = "COMBAT_COMPUTER_PLATFORM_ADVANCED" required_component = "COMBAT_COMPUTER_PLATFORM_ADVANCED"
required_component = "RG_CORVETTE_CLOAKING_3" required_component = "RG_CORVETTE_CLOAKING_3"
required_component = "STARBASE_AURA_FTL_INHIBITOR" required_component = "STARBASE_AURA_FTL_INHIBITOR"

View File

@@ -75,7 +75,7 @@ ship_design = {
template = "RG_ENGINE_BOOSTER" template = "RG_ENGINE_BOOSTER"
} }
} }
required_component = "TITAN_ZERO_POINT_REACTOR" required_component = "RG_FUSION_NANO_REACTOR_S"
required_component = "RG_gatebuilder_jump" required_component = "RG_gatebuilder_jump"
required_component = "RG_gatebuilder_sensor" required_component = "RG_gatebuilder_sensor"
required_component = "RG_gatebuilder_thruster" required_component = "RG_gatebuilder_thruster"
@@ -161,7 +161,7 @@ ship_design = {
template = "RG_ENGINE_BOOSTER" template = "RG_ENGINE_BOOSTER"
} }
} }
required_component = "TITAN_ZERO_POINT_REACTOR" required_component = "RG_FUSION_NANO_REACTOR_S"
required_component = "RG_gatebuilder_jump" required_component = "RG_gatebuilder_jump"
required_component = "RG_gatebuilder_sensor" required_component = "RG_gatebuilder_sensor"
required_component = "RG_gatebuilder_thruster" required_component = "RG_gatebuilder_thruster"
@@ -247,7 +247,7 @@ ship_design = {
template = "RG_ENGINE_BOOSTER" template = "RG_ENGINE_BOOSTER"
} }
} }
required_component = "TITAN_ZERO_POINT_REACTOR" required_component = "RG_FUSION_NANO_REACTOR_S"
required_component = "RG_gatebuilder_jump" required_component = "RG_gatebuilder_jump"
required_component = "RG_gatebuilder_sensor" required_component = "RG_gatebuilder_sensor"
required_component = "RG_gatebuilder_thruster" required_component = "RG_gatebuilder_thruster"
@@ -332,7 +332,7 @@ ship_design = {
template = "RG_ENGINE_BOOSTER" template = "RG_ENGINE_BOOSTER"
} }
} }
required_component = "TITAN_ZERO_POINT_REACTOR" required_component = "RG_FUSION_NANO_REACTOR_S"
required_component = "RG_gatebuilder_jump" required_component = "RG_gatebuilder_jump"
required_component = "RG_gatebuilder_sensor" required_component = "RG_gatebuilder_sensor"
required_component = "RG_gatebuilder_thruster" required_component = "RG_gatebuilder_thruster"
@@ -381,7 +381,7 @@ ship_design = {
template = "" template = ""
} }
} }
required_component = "TITAN_ZERO_POINT_REACTOR" required_component = "RG_FUSION_NANO_REACTOR_S"
required_component = "HYPER_DRIVE_3" required_component = "HYPER_DRIVE_3"
required_component = "SENSOR_4" required_component = "SENSOR_4"
required_component = "RG_gatebuilder_thruster" required_component = "RG_gatebuilder_thruster"
@@ -425,7 +425,7 @@ ship_design = {
template = "RG_revive_component" template = "RG_revive_component"
} }
} }
required_component = "TITAN_ZERO_POINT_REACTOR" required_component = "RG_FUSION_NANO_REACTOR_S"
required_component = "HYPER_DRIVE_3" required_component = "HYPER_DRIVE_3"
required_component = "SENSOR_4" required_component = "SENSOR_4"
required_component = "RG_gatebuilder_thruster" required_component = "RG_gatebuilder_thruster"
@@ -524,3 +524,88 @@ ship_design = {
required_component = "GUARDIAN_PROPULSION" required_component = "GUARDIAN_PROPULSION"
required_component = "GUARDIAN_SENSORS" required_component = "GUARDIAN_SENSORS"
} }
#运航舰
ship_design = {
name = "NAME_RG_carrier_destroyer"
ship_size = RG_armed_transport_ship
is_event_design = yes
section = {
template = "RG_carrier_destroyer_key"
slot = "mid"
component = {
slot = "STRIKE_CRAFT_01"
template = "RG_FIGHTER_HANGAR_BEAM"
}
component = {
slot = "STRIKE_CRAFT_02"
template = "RG_FIGHTER_HANGAR_BEAM"
}
component = {
slot = "PD_01"
template = "RG_FLAK_BATTERY"
}
component = {
slot = "LARGE_UTILITY_1"
template = "LARGE_GRAY_MIX_ARMOR"
}
component = {
slot = "LARGE_UTILITY_2"
template = "LARGE_GRAY_MIX_ARMOR"
}
component = {
slot = "AUX_UTILITY_1"
template = "RG_AUTO_REPAIR"
}
}
required_component = "RG_FUSION_NANO_REACTOR_S"
required_component = "RG_gatebuilder_jump"
required_component = "RG_gatebuilder_sensor"
required_component = "RG_gatebuilder_thruster"
required_component = "RG_COMBAT_COMPUTER_torpedo"
}
#驱逐舰
ship_design = {
name = "NAME_RG_base_destroyer"
ship_size = RG_graygoo_destroyer
is_event_design = yes
section = {
template = "RG_base_destroyer_key"
slot = "mid"
component = {
slot = "MEDIUM_GUN_01"
template = "MEDIUM_GRAY_WEAPON_LANCE"
}
component = {
slot = "MEDIUM_GUN_02"
template = "MEDIUM_GRAY_WEAPON_LANCE"
}
component = {
slot = "MEDIUM_GUN_03"
template = "MEDIUM_GRAY_WEAPON_LANCE"
}
component = {
slot = "TORPEDO_01"
template = "RG_ENERGY_MISSILE"
}
component = {
slot = "LARGE_UTILITY_1"
template = "LARGE_GRAY_MIX_ARMOR"
}
component = {
slot = "LARGE_UTILITY_2"
template = "LARGE_GRAY_MIX_ARMOR"
}
component = {
slot = "AUX_UTILITY_1"
template = "RG_AUTO_REPAIR"
}
}
required_component = "RG_FUSION_NANO_REACTOR_S"
required_component = "RG_gatebuilder_jump"
required_component = "RG_gatebuilder_sensor"
required_component = "RG_gatebuilder_thruster"
required_component = "RG_COMBAT_COMPUTER_torpedo"
}

View File

@@ -113,43 +113,6 @@ on_planet_attackers_lose = {
# } # }
# } # }
# this = country # this = country
on_destroy_planet_with_RG_PLANET_KILLER = {
events = {
RG_planet_killer.1
RG_planet_killer.2
}
}
on_destroy_planet_with_RG_PLANET_KILLER_queued = {
}
on_destroy_planet_with_RG_PLANET_KILLER_unqueued = {
}
on_destroy_planet_with_RG_PLANET_KILLER_SMALL = {
events = {
RG_planet_killer.2
}
}
on_destroy_planet_with_RG_PLANET_KILLER_SMALL_queued = {
}
on_destroy_planet_with_RG_PLANET_KILLER_SMALL_unqueued = {
}
on_destroy_planet_with_RG_PLANET_KILLER_SP = {
events = {
RG_planet_killer.3
rg_story.6
}
}
on_destroy_planet_with_RG_PLANET_KILLER_SP_queued = {
}
on_destroy_planet_with_RG_PLANET_KILLER_SP_unqueued = {
}
#舰船建造完成 #舰船建造完成
# Root = Ship # Root = Ship

View File

@@ -0,0 +1,162 @@
# Scope:
# this/root = planet that have been fired upon
# from = fleet that fired
#on_destroy_planet_with_PLANET_DESTRUCTION_COMPONENT = {
# events = {
# planet_destruction.1
# }
#}
# Note: The _queued on_actions also fire when the command is made even if there is nothing else in the queue
# Similarly, the _unqueued on_actions fire even if you cancel the order while the weapon is on the wind-up to fire
# They use the same scopes as the standard events
on_destroy_planet_with_RG_PLANET_KILLER = {
events = {
RG_planet_killer.1
RG_planet_killer.2
}
}
on_destroy_planet_with_RG_PLANET_KILLER_queued = {
}
on_destroy_planet_with_RG_PLANET_KILLER_unqueued = {
}
on_destroy_planet_with_RG_PLANET_KILLER_SMALL = {
events = {
RG_planet_killer.2
}
}
on_destroy_planet_with_RG_PLANET_KILLER_SMALL_queued = {
}
on_destroy_planet_with_RG_PLANET_KILLER_SMALL_unqueued = {
}
on_destroy_planet_with_RG_PLANET_KILLER_SP = {
events = {
RG_planet_killer.3
rg_story.6
}
}
on_destroy_planet_with_RG_PLANET_KILLER_SP_queued = {
}
on_destroy_planet_with_RG_PLANET_KILLER_SP_unqueued = {
}
# World Cracker
on_destroy_planet_with_RG_PLANET_KILLER_CRACKER = {
events = {
toxoids.8016 #Destroyed knight Keep
crisis.5015 # Menace Objective - Destroy World/Empire
planet_destruction.110
origin.3245 # Glassing a Progenitors Nest
planet_destruction.600 # frag holy world
planet_destruction.100 # goes last because it can kill a country, making some trigger checks impossible
awareness.150 # Planet cracker used OR planet terraformed, chance to gain 20 awareness.
}
}
on_destroy_planet_with_RG_PLANET_KILLER_CRACKER_queued = {
events = {
fircon.5035 #Solarpunk Planet queued
}
}
on_destroy_planet_with_RG_PLANET_KILLER_CRACKER_unqueued = {
}
# Pacifier
on_destroy_planet_with_RG_PLANET_KILLER_SHIELDER = {
events = {
crisis.5015 # Menace Objective - Destroy World/Empire
toxoids.8016 #Destroyed knight Keep placed up here so events fire while it's a planet
planet_destruction.200
planet_destruction.600 # frag holy world
origin.3245
awareness.150 # Planet cracker used OR planet terraformed, chance to gain 20 awareness.
}
}
on_destroy_planet_with_RG_PLANET_KILLER_SHIELDER_queued = {
events = {
fircon.5035 #Solarpunk Planet queued
}
}
on_destroy_planet_with_RG_PLANET_KILLER_SHIELDER_unqueued = {
}
# Neutron Beam
on_destroy_planet_with_RG_PLANET_KILLER_NEUTRON = {
events = {
planet_destruction.300
origin.3245
awareness.150 # Planet cracker used OR planet terraformed, chance to gain 20 awareness.
}
}
on_destroy_planet_with_RG_PLANET_KILLER_NEUTRON_queued = {
events = {
fircon.5035 #Solarpunk Planet queued
}
}
on_destroy_planet_with_RG_PLANET_KILLER_NEUTRON_unqueued = {
}
# God Ray
on_destroy_planet_with_RG_PLANET_KILLER_GODRAY = {
events = {
planet_destruction.400
origin.3245
awareness.150 # Planet cracker used OR planet terraformed, chance to gain 20 awareness.
}
}
on_destroy_planet_with_RG_PLANET_KILLER_GODRAY_queued = {
events = {
fircon.5035 #Solarpunk Planet queued
}
}
on_destroy_planet_with_RG_PLANET_KILLER_GODRAY_unqueued = {
}
# Nanobot Assimilation
on_destroy_planet_with_RG_PLANET_KILLER_NANOBOTS = {
events = {
crisis.5015 # Menace Objective - Destroy World/Empire
planet_destruction.500
origin.3245
awareness.150 # Planet cracker used OR planet terraformed, chance to gain 20 awareness.
}
}
on_destroy_planet_with_RG_PLANET_KILLER_NANOBOTS_queued = {
events = {
fircon.5035 #Solarpunk Planet queued
}
}
on_destroy_planet_with_RG_PLANET_KILLER_NANOBOTS_unqueued = {
}
# Deluge
on_destroy_planet_with_RG_PLANET_KILLER_DELUGE = {
events = {
planet_destruction.607 # frag holy world
planet_destruction.700
origin.3245
awareness.150 # Planet cracker used OR planet terraformed, chance to gain 20 awareness.
}
}
on_destroy_planet_with_RG_PLANET_KILLER_DELUGE_queued = {
events = {
fircon.5035 #Solarpunk Planet queued
# planet_destruction.705
}
}
on_destroy_planet_with_RG_PLANET_KILLER_DELUGE_unqueued = {
}

View File

@@ -5,7 +5,7 @@ RG_leader_trait_tempest_incoming_random_kill_effect = {
any_ground_combat_$SIDE_A$ = { any_ground_combat_$SIDE_A$ = {
exists = leader exists = leader
leader = { leader = {
has_trait = RG_leader_trait_general_gray_skill has_trait = RG_leader_trait_admiral_nanorebuild_gray
} }
} }
} }
@@ -286,3 +286,14 @@ RG_leader_trait_admiral_nanorebuild_gray_counter_init_effect = {
value = 0 value = 0
} }
} }
RG_leader_trait_general_tempest_incoming_counter_init_effect = {
set_variable = {
which = rg_general_skill_combat_daypassed_variable
value = 1
}
set_variable = {
which = rg_general_skill_combat_killed_variable
value = 0
}
}

View File

@@ -65,7 +65,10 @@ rg_global_gray_location_check = {
} }
else_if = { else_if = {
limit = { limit = {
has_country_flag = gray_governor_active OR = {
has_country_flag = gray_official_active
has_country_flag = gray_governor_active #旧版flag
}
} }
if = { if = {
limit = { limit = {
@@ -134,7 +137,10 @@ rg_global_gray_location_check = {
rg_create_gray_governor = { rg_create_gray_governor = {
if = { if = {
limit = { limit = {
has_country_flag = gray_governor_active OR = {
has_country_flag = gray_official_active
has_country_flag = gray_governor_active #旧版flag
}
} }
} }
else = { else = {
@@ -225,7 +231,8 @@ rg_create_gray_governor = {
rg_gray_govener_init = yes rg_gray_govener_init = yes
} }
#设置总督已启用标识 #设置总督已启用标识
set_country_flag = gray_governor_active set_country_flag = gray_official_active #新版flag
set_country_flag = gray_governor_active #旧版flag
#更新灰风形态 #更新灰风形态
remove_country_flag = gray_warship_active remove_country_flag = gray_warship_active
remove_country_flag = rg_kac_grayfleet_active remove_country_flag = rg_kac_grayfleet_active
@@ -337,7 +344,8 @@ rg_create_gray_governor_habitat = {
} }
rg_juggernaut_habitat_init = yes rg_juggernaut_habitat_init = yes
#设置总督已启用标识 #设置总督已启用标识
set_country_flag = gray_governor_active set_country_flag = gray_official_active #新版flag
set_country_flag = gray_governor_active #旧版flag
set_country_flag = gray_habitat_active set_country_flag = gray_habitat_active
#更新灰风形态 #更新灰风形态
remove_country_flag = gray_warship_active remove_country_flag = gray_warship_active
@@ -406,7 +414,7 @@ rg_create_gray_warship = {
} }
} }
else = { else = {
rg_gray_admiral_init = yes rg_gray_commander_init = yes
} }
set_country_flag = gray_warship_active set_country_flag = gray_warship_active
if = { if = {
@@ -456,7 +464,8 @@ rg_create_gray_warship = {
} }
} }
remove_country_flag = gray_constship_active remove_country_flag = gray_constship_active
remove_country_flag = gray_governor_active remove_country_flag = gray_governor_active #旧版flag
remove_country_flag = gray_official_active
remove_country_flag = gray_army_active remove_country_flag = gray_army_active
random_owned_leader = { random_owned_leader = {
limit = { limit = {
@@ -518,7 +527,7 @@ rg_create_gray_army = {
} }
} }
else = { else = {
rg_gray_general_init = yes rg_gray_commander_init = yes
} }
create_ship_design = { create_ship_design = {
design = "NAME_RG_armed_transport_ship" design = "NAME_RG_armed_transport_ship"
@@ -568,7 +577,8 @@ rg_create_gray_army = {
} }
remove_country_flag = gray_warship_active remove_country_flag = gray_warship_active
remove_country_flag = rg_kac_grayfleet_active remove_country_flag = rg_kac_grayfleet_active
remove_country_flag = gray_governor_active remove_country_flag = gray_governor_active #旧版flag
remove_country_flag = gray_official_active
remove_country_flag = gray_constship_active remove_country_flag = gray_constship_active
remove_ship_design = last_created_design remove_ship_design = last_created_design
random_owned_leader = { random_owned_leader = {
@@ -689,7 +699,8 @@ rg_create_gray_const = {
remove_country_flag = gray_army_active remove_country_flag = gray_army_active
remove_country_flag = gray_warship_active remove_country_flag = gray_warship_active
remove_country_flag = rg_kac_grayfleet_active remove_country_flag = rg_kac_grayfleet_active
remove_country_flag = gray_governor_active remove_country_flag = gray_governor_active #旧版flag
remove_country_flag = gray_official_active
random_owned_leader = { random_owned_leader = {
limit = { limit = {
has_leader_flag = gray_scientist has_leader_flag = gray_scientist

View File

@@ -35,13 +35,14 @@
rg_gray_govener_init = { rg_gray_govener_init = {
event_target:rg_gray_country = { event_target:rg_gray_country = {
create_leader = { create_leader = {
class = governor class = official
species = root species = root
name = "NAME_Gray" name = "NAME_Gray"
gender = female gender = female
immortal = yes immortal = yes
event_leader = yes event_leader = yes
skip_background_generation = yes skip_background_generation = yes
randomize_traits = no
custom_catch_phrase = gray_catch_phrase custom_catch_phrase = gray_catch_phrase
custom_description = gray_backstory custom_description = gray_backstory
background_ethic = ethic_gestalt_consciousness background_ethic = ethic_gestalt_consciousness
@@ -49,9 +50,11 @@ rg_gray_govener_init = {
skill = 10 skill = 10
set_age = 18 set_age = 18
traits = { traits = {
0 = RG_leader_trait_governor_gray
} }
effect = { effect = {
save_global_event_target_as = gray_governor save_global_event_target_as = gray_governor
save_global_event_target_as = gray_official
set_leader_flag = gray_governor set_leader_flag = gray_governor
set_leader_flag = legendary_leader set_leader_flag = legendary_leader
set_leader_flag = immune_to_negative_traits set_leader_flag = immune_to_negative_traits
@@ -75,9 +78,9 @@ rg_gray_govener_init = {
set_leader_flag = gray_leader set_leader_flag = gray_leader
add_trait_no_notify = leader_trait_governor_gray add_trait_no_notify = leader_trait_governor_gray
add_trait_no_notify = RG_leader_trait_ruler_gray add_trait_no_notify = RG_leader_trait_ruler_gray
add_trait_no_notify = subclass_governor_economist add_trait_no_notify = subclass_official_governor
add_trait_no_notify = leader_trait_urbanist_3 add_trait_no_notify = trait_ruler_architectural_sense_3
add_trait_no_notify = leader_trait_scrapper_2 add_trait_no_notify = leader_trait_distribution_lines_2
if = { if = {
limit = { limit = {
owner = { owner = {
@@ -92,9 +95,9 @@ rg_gray_govener_init = {
else = { else = {
add_trait_no_notify = RG_leader_trait_governor_gray add_trait_no_notify = RG_leader_trait_governor_gray
add_trait_no_notify = RG_leader_trait_ruler_gray add_trait_no_notify = RG_leader_trait_ruler_gray
add_trait_no_notify = subclass_governor_economis add_trait_no_notify = subclass_official_governor
add_trait_no_notify = leader_trait_urbanist_3 add_trait_no_notify = trait_ruler_architectural_sense_3
add_trait_no_notify = leader_trait_scrapper_2 add_trait_no_notify = leader_trait_distribution_lines_2
} }
} }
} }
@@ -130,14 +133,14 @@ rg_gray_govener_init = {
} }
set_variable = { which = affection value = owner.wg_gray_affection } set_variable = { which = affection value = owner.wg_gray_affection }
} }
if = { # if = {
limit = { # limit = {
owner = { # owner = {
has_country_flag = gray_encountered_the_loop # has_country_flag = gray_encountered_the_loop
} # }
} # }
add_trait_no_notify = leader_trait_governor_wg_the_loop # add_trait_no_notify = leader_trait_governor_wg_the_loop
} # }
set_gray_portrait = yes set_gray_portrait = yes
# add_special_leader_affection_trait = { LEADER = gray LEADER_CLASS = governor MARRIED_FLAG = married_gray } # add_special_leader_affection_trait = { LEADER = gray LEADER_CLASS = governor MARRIED_FLAG = married_gray }
} }
@@ -148,15 +151,16 @@ rg_gray_govener_init = {
} }
rg_gray_admiral_init = { rg_gray_commander_init = {
event_target:rg_gray_country = { event_target:rg_gray_country = {
create_leader = { create_leader = {
class = admiral class = commander
species = root species = root
name = "NAME_Gray" name = "NAME_Gray"
immortal = yes immortal = yes
event_leader = yes event_leader = yes
skip_background_generation = yes skip_background_generation = yes
randomize_traits = no
custom_catch_phrase = gray_catch_phrase custom_catch_phrase = gray_catch_phrase
custom_description = gray_backstory custom_description = gray_backstory
background_ethic = ethic_gestalt_consciousness background_ethic = ethic_gestalt_consciousness
@@ -165,11 +169,13 @@ rg_gray_admiral_init = {
skill = 10 skill = 10
set_age = 18 set_age = 18
traits = { traits = {
trait = RG_leader_trait_admiral_gray 0 = RG_leader_trait_admiral_gray
} }
effect = { effect = {
save_global_event_target_as = gray_leader_admiral save_global_event_target_as = gray_leader_admiral
set_leader_flag = gray_admiral set_leader_flag = gray_admiral
save_global_event_target_as = gray_leader_general
set_leader_flag = gray_general
set_leader_flag = legendary_leader set_leader_flag = legendary_leader
set_leader_flag = immune_to_negative_traits set_leader_flag = immune_to_negative_traits
if = { if = {
@@ -205,11 +211,12 @@ rg_gray_admiral_init = {
set_leader_flag = rg_gray_leader set_leader_flag = rg_gray_leader
add_trait_no_notify = RG_leader_trait_admiral_gray add_trait_no_notify = RG_leader_trait_admiral_gray
add_trait_no_notify = RG_leader_trait_admiral_nanorebuild_gray add_trait_no_notify = RG_leader_trait_admiral_nanorebuild_gray
# add_trait_no_notify = RG_leader_trait_general_gray_skill
# 缺少特质RG_leader_trait_admiral_gray将导致小灰改造项目无法完成 # 缺少特质RG_leader_trait_admiral_gray将导致小灰改造项目无法完成
add_trait_no_notify = subclass_admiral_aggressor add_trait_no_notify = subclass_commander_councilor
add_trait_no_notify = leader_trait_carrier_specialization add_trait_no_notify = leader_trait_carrier_specialization
add_trait_no_notify = leader_trait_artillerist_2
add_trait_no_notify = leader_trait_juryrigger_2 add_trait_no_notify = leader_trait_juryrigger_2
add_trait_no_notify = leader_trait_reinforcer_2
} }
} }
last_created_leader = { last_created_leader = {
@@ -244,15 +251,15 @@ rg_gray_admiral_init = {
} }
set_variable = { which = affection value = owner.wg_gray_affection } set_variable = { which = affection value = owner.wg_gray_affection }
} }
add_trait_no_notify = leader_trait_admiral_wg_gray_affection # add_trait_no_notify = leader_trait_admiral_wg_gray_affection
if = { # if = {
limit = { # limit = {
owner = { # owner = {
has_country_flag = gray_encountered_the_loop # has_country_flag = gray_encountered_the_loop
} # }
} # }
add_trait_no_notify = leader_trait_admiral_wg_the_loop # add_trait_no_notify = leader_trait_admiral_wg_the_loop
} # }
set_gray_portrait = yes set_gray_portrait = yes
# add_special_leader_affection_trait = { LEADER = gray LEADER_CLASS = governor MARRIED_FLAG = married_gray } # add_special_leader_affection_trait = { LEADER = gray LEADER_CLASS = governor MARRIED_FLAG = married_gray }
} }
@@ -261,115 +268,231 @@ rg_gray_admiral_init = {
} }
} }
RG_leader_trait_admiral_nanorebuild_gray_counter_init_effect = yes RG_leader_trait_admiral_nanorebuild_gray_counter_init_effect = yes
RG_leader_trait_general_tempest_incoming_counter_init_effect = yes
} }
#
rg_gray_general_init = { # rg_gray_admiral_init = {
event_target:rg_gray_country = { # event_target:rg_gray_country = {
create_leader = { # create_leader = {
class = general # class = admiral
species = root # species = root
name = "NAME_Gray" # name = "NAME_Gray"
immortal = yes # immortal = yes
event_leader = yes # event_leader = yes
skip_background_generation = yes # skip_background_generation = yes
custom_catch_phrase = gray_catch_phrase # custom_catch_phrase = gray_catch_phrase
custom_description = gray_backstory # custom_description = gray_backstory
background_ethic = ethic_gestalt_consciousness # background_ethic = ethic_gestalt_consciousness
hide_age = yes # hide_age = yes
gender = female # gender = female
skill = 10 # skill = 10
set_age = 18 # set_age = 18
traits = { # traits = {
trait = RG_leader_trait_general_gray # trait = RG_leader_trait_admiral_gray
trait = RG_leader_trait_general_gray_skill # }
trait = subclass_general_marshall # effect = {
trait = leader_trait_heavy_hitter_2 # save_global_event_target_as = gray_leader_admiral
trait = leader_trait_reinforcer_2 # set_leader_flag = gray_admiral
} # set_leader_flag = legendary_leader
effect = { # set_leader_flag = immune_to_negative_traits
save_global_event_target_as = gray_leader_general # if = {
set_leader_flag = rg_gray_leader # limit = {
set_leader_flag = gray_general # has_global_flag = has_wsg_mod
set_leader_flag = legendary_leader # }
set_leader_flag = immune_to_negative_traits # set_leader_flag = not_has_wg_affection_normal
if = { # }
limit = { # if = {
has_global_flag = has_wsg_mod # limit = {
} # owner = {
set_leader_flag = not_has_wg_affection_normal # OR = {
} # has_global_flag = has_wsg_mod
if = { # has_global_flag = kdc_event_mod_active
limit = { # }
owner = { # }
OR = { # }
has_global_flag = has_wsg_mod # set_leader_flag = "gray_leader" # "gray_leader"==rg_gray_leader
has_global_flag = kdc_event_mod_active # set_leader_flag = gray_leader
} # add_trait_no_notify = gray_admiral
} # if = {
} # limit = {
set_leader_flag = "gray_leader" # "gray_leader"==rg_gray_leader # owner = {
set_leader_flag = gray_leader # has_country_flag = origin_gray_weaken
} # has_country_flag = origin_gray_country
} # }
} # }
last_created_leader = { # remove_trait = gray_admiral
set_owner = event_target:gray_owner # add_trait_no_notify = leader_trait_admiral_gray_weak
} # # 缺少特质leader_trait_admiral_gray_weak将导致KDC故事包远星之歌起源研究纳米星球特殊项目无法完成
} # }
last_created_leader = { # }
set_leader_flag = has_gained_level_trait # set_leader_flag = rg_gray_leader
} # add_trait_no_notify = RG_leader_trait_admiral_gray
random_owned_leader = { # add_trait_no_notify = RG_leader_trait_admiral_nanorebuild_gray
limit = { # # 缺少特质RG_leader_trait_admiral_gray将导致小灰改造项目无法完成
has_leader_flag = gray_general # add_trait_no_notify = subclass_admiral_aggressor
} # add_trait_no_notify = leader_trait_carrier_specialization
if = { # add_trait_no_notify = leader_trait_artillerist_2
limit = { # add_trait_no_notify = leader_trait_juryrigger_2
owner = { # }
OR = { # }
has_global_flag = has_wsg_mod # last_created_leader = {
has_global_flag = kdc_event_mod_active # set_owner = event_target:gray_owner
} # }
} # }
} # last_created_leader = {
if = { # set_leader_flag = has_gained_level_trait
limit = { # }
has_leader_flag = has_wg_affection_wg_gray # random_owned_leader = {
} # limit = {
if = { # has_leader_flag = gray_admiral
limit = { # }
owner = { has_country_flag = married_gray } # if = {
} # limit = {
set_leader_flag = married # owner = {
} # OR = {
set_variable = { which = affection value = owner.wg_gray_affection } # has_global_flag = has_wsg_mod
} # has_global_flag = kdc_event_mod_active
# add_trait_no_notify = leader_trait_admiral_wg_gray_affection # }
if = { # }
limit = { # }
owner = { # if = {
has_country_flag = gray_encountered_the_loop # limit = {
} # has_leader_flag = has_wg_affection_wg_gray
} # }
add_trait_no_notify = leader_trait_admiral_wg_the_loop # if = {
} # limit = {
set_gray_portrait = yes # owner = { has_country_flag = married_gray }
# add_special_leader_affection_trait = { LEADER = gray LEADER_CLASS = governor MARRIED_FLAG = married_gray } # }
} # set_leader_flag = married
else = { # }
rg_set_gray_portrait = yes # set_variable = { which = affection value = owner.wg_gray_affection }
} # }
} # add_trait_no_notify = leader_trait_admiral_wg_gray_affection
set_variable = { # if = {
which = rg_general_skill_combat_daypassed_variable # limit = {
value = 1 # owner = {
} # has_country_flag = gray_encountered_the_loop
set_variable = { # }
which = rg_general_skill_combat_killed_variable # }
value = 0 # add_trait_no_notify = leader_trait_admiral_wg_the_loop
} # }
# set_gray_portrait = yes
} # # add_special_leader_affection_trait = { LEADER = gray LEADER_CLASS = governor MARRIED_FLAG = married_gray }
# }
# else = {
# rg_set_gray_portrait = yes
# }
# }
# RG_leader_trait_admiral_nanorebuild_gray_counter_init_effect = yes
# }
#
# rg_gray_general_init = {
# event_target:rg_gray_country = {
# create_leader = {
# class = general
# species = root
# name = "NAME_Gray"
# immortal = yes
# event_leader = yes
# skip_background_generation = yes
# custom_catch_phrase = gray_catch_phrase
# custom_description = gray_backstory
# background_ethic = ethic_gestalt_consciousness
# hide_age = yes
# gender = female
# skill = 10
# set_age = 18
# traits = {
# trait = RG_leader_trait_general_gray
# trait = RG_leader_trait_general_gray_skill
# trait = subclass_general_marshall
# trait = leader_trait_heavy_hitter_2
# trait = leader_trait_reinforcer_2
# }
# effect = {
# save_global_event_target_as = gray_leader_general
# set_leader_flag = rg_gray_leader
# set_leader_flag = gray_general
# set_leader_flag = legendary_leader
# set_leader_flag = immune_to_negative_traits
# if = {
# limit = {
# has_global_flag = has_wsg_mod
# }
# set_leader_flag = not_has_wg_affection_normal
# }
# 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
# }
# }
# }
# last_created_leader = {
# set_owner = event_target:gray_owner
# }
# }
# last_created_leader = {
# set_leader_flag = has_gained_level_trait
# }
# random_owned_leader = {
# limit = {
# has_leader_flag = gray_general
# }
# if = {
# limit = {
# owner = {
# OR = {
# has_global_flag = has_wsg_mod
# has_global_flag = kdc_event_mod_active
# }
# }
# }
# if = {
# limit = {
# has_leader_flag = has_wg_affection_wg_gray
# }
# if = {
# limit = {
# owner = { has_country_flag = married_gray }
# }
# set_leader_flag = married
# }
# set_variable = { which = affection value = owner.wg_gray_affection }
# }
# # add_trait_no_notify = leader_trait_admiral_wg_gray_affection
# if = {
# limit = {
# owner = {
# has_country_flag = gray_encountered_the_loop
# }
# }
# add_trait_no_notify = leader_trait_admiral_wg_the_loop
# }
# set_gray_portrait = yes
# # add_special_leader_affection_trait = { LEADER = gray LEADER_CLASS = governor MARRIED_FLAG = married_gray }
# }
# else = {
# rg_set_gray_portrait = yes
# }
# }
# set_variable = {
# which = rg_general_skill_combat_daypassed_variable
# value = 1
# }
# set_variable = {
# which = rg_general_skill_combat_killed_variable
# value = 0
# }
#
# }
rg_gray_scientist_init = { rg_gray_scientist_init = {
event_target:rg_gray_country = { event_target:rg_gray_country = {
@@ -380,6 +503,7 @@ rg_gray_scientist_init = {
immortal = yes immortal = yes
event_leader = yes event_leader = yes
skip_background_generation = yes skip_background_generation = yes
randomize_traits = no
custom_catch_phrase = gray_catch_phrase custom_catch_phrase = gray_catch_phrase
custom_description = gray_backstory custom_description = gray_backstory
background_ethic = ethic_gestalt_consciousness background_ethic = ethic_gestalt_consciousness
@@ -388,10 +512,10 @@ rg_gray_scientist_init = {
skill = 10 skill = 10
set_age = 18 set_age = 18
traits = { traits = {
trait = RG_leader_trait_scientist_gray 0 = RG_leader_trait_scientist_gray
trait = subclass_scientist_explorer 1 = subclass_scientist_explorer
trait = leader_trait_engineering_focus_2 2 = leader_trait_engineering_focus_2
trait = leader_trait_salvager_3 3 = leader_trait_salvager_3
} }
effect = { effect = {
save_global_event_target_as = gray_leader_scientist save_global_event_target_as = gray_leader_scientist
@@ -451,15 +575,15 @@ rg_gray_scientist_init = {
} }
set_variable = { which = affection value = owner.wg_gray_affection } set_variable = { which = affection value = owner.wg_gray_affection }
} }
add_trait_no_notify = leader_trait_admiral_wg_gray_affection # add_trait_no_notify = leader_trait_admiral_wg_gray_affection
if = { # if = {
limit = { # limit = {
owner = { # owner = {
has_country_flag = gray_encountered_the_loop # has_country_flag = gray_encountered_the_loop
} # }
} # }
add_trait_no_notify = leader_trait_admiral_wg_the_loop # add_trait_no_notify = leader_trait_admiral_wg_the_loop
} # }
set_gray_portrait = yes set_gray_portrait = yes
# add_special_leader_affection_trait = { LEADER = gray LEADER_CLASS = governor MARRIED_FLAG = married_gray } # add_special_leader_affection_trait = { LEADER = gray LEADER_CLASS = governor MARRIED_FLAG = married_gray }
} }
@@ -473,13 +597,14 @@ rg_gray_scientist_init = {
rg_gray_country_leader_init = { rg_gray_country_leader_init = {
create_leader = { create_leader = {
# 只用作看板娘 # 只用作看板娘
class = governor class = official
species = event_target:gray_species species = event_target:gray_species
name = "NAME_Gray" name = "NAME_Gray"
gender = female gender = female
immortal = yes immortal = yes
event_leader = yes event_leader = yes
skip_background_generation = yes skip_background_generation = yes
randomize_traits = no
custom_catch_phrase = gray_catch_phrase custom_catch_phrase = gray_catch_phrase
custom_description = gray_backstory custom_description = gray_backstory
background_ethic = ethic_gestalt_consciousness background_ethic = ethic_gestalt_consciousness
@@ -487,8 +612,8 @@ rg_gray_country_leader_init = {
skill = 10 skill = 10
set_age = 18 set_age = 18
traits = { traits = {
trait = rg_leader_trait_governor_gray 0 = RG_leader_trait_governor_gray
trait = RG_leader_trait_ruler_gray 1 = RG_leader_trait_ruler_gray
} }
effect = { effect = {
save_global_event_target_as = rg_gray_country_leader save_global_event_target_as = rg_gray_country_leader
@@ -511,16 +636,16 @@ rg_gray_country_leader_init = {
# set_leader_flag = gray_leader # set_leader_flag = gray_leader
add_trait_no_notify = leader_trait_governor_gray add_trait_no_notify = leader_trait_governor_gray
add_trait_no_notify = RG_leader_trait_ruler_gray add_trait_no_notify = RG_leader_trait_ruler_gray
add_trait_no_notify = subclass_governor_economist add_trait_no_notify = subclass_official_governor
add_trait_no_notify = leader_trait_urbanist_3 add_trait_no_notify = trait_ruler_architectural_sense_3
add_trait_no_notify = leader_trait_scrapper_2 add_trait_no_notify = leader_trait_distribution_lines_2
} }
else = { else = {
add_trait_no_notify = RG_leader_trait_governor_gray add_trait_no_notify = RG_leader_trait_governor_gray
add_trait_no_notify = RG_leader_trait_ruler_gray add_trait_no_notify = RG_leader_trait_ruler_gray
add_trait_no_notify = subclass_governor_economis add_trait_no_notify = subclass_official_governor
add_trait_no_notify = leader_trait_urbanist_3 add_trait_no_notify = trait_ruler_architectural_sense_3
add_trait_no_notify = leader_trait_scrapper_2 add_trait_no_notify = leader_trait_distribution_lines_2
} }
} }
} }

View File

@@ -663,7 +663,7 @@ rg_create_graygoo_roamers_7 = {
rg_create_dessanu_roamers_1 = { rg_create_dessanu_roamers_1 = {
event_target:graygoo_country = { event_target:graygoo_country = {
create_leader = { create_leader = {
class = admiral class = commander
species = owner_main_species species = owner_main_species
name = random name = random
skill = 3 skill = 3
@@ -734,7 +734,7 @@ rg_create_dessanu_roamers_1 = {
rg_create_dessanu_roamers_2 = { rg_create_dessanu_roamers_2 = {
event_target:graygoo_country = { event_target:graygoo_country = {
create_leader = { create_leader = {
class = admiral class = commander
species = owner_main_species species = owner_main_species
name = random name = random
skill = 3 skill = 3
@@ -805,7 +805,7 @@ rg_create_dessanu_roamers_2 = {
rg_create_dessanu_roamers_3 = { rg_create_dessanu_roamers_3 = {
event_target:graygoo_country = { event_target:graygoo_country = {
create_leader = { create_leader = {
class = admiral class = commander
species = owner_main_species species = owner_main_species
name = random name = random
skill = 3 skill = 3
@@ -876,7 +876,7 @@ rg_create_dessanu_roamers_3 = {
rg_create_dessanu_roamers_4 = { rg_create_dessanu_roamers_4 = {
event_target:graygoo_country = { event_target:graygoo_country = {
create_leader = { create_leader = {
class = admiral class = commander
species = owner_main_species species = owner_main_species
name = random name = random
skill = 3 skill = 3
@@ -947,7 +947,7 @@ rg_create_dessanu_roamers_4 = {
rg_create_dessanu_roamers_5 = { rg_create_dessanu_roamers_5 = {
event_target:graygoo_country = { event_target:graygoo_country = {
create_leader = { create_leader = {
class = admiral class = commander
species = owner_main_species species = owner_main_species
name = random name = random
skill = 3 skill = 3
@@ -1018,7 +1018,7 @@ rg_create_dessanu_roamers_5 = {
rg_create_dessanu_roamers_6 = { rg_create_dessanu_roamers_6 = {
event_target:graygoo_country = { event_target:graygoo_country = {
create_leader = { create_leader = {
class = admiral class = commander
species = owner_main_species species = owner_main_species
name = random name = random
skill = 3 skill = 3
@@ -1089,7 +1089,7 @@ rg_create_dessanu_roamers_6 = {
rg_create_dessanu_roamers_7 = { rg_create_dessanu_roamers_7 = {
event_target:graygoo_country = { event_target:graygoo_country = {
create_leader = { create_leader = {
class = admiral class = commander
species = owner_main_species species = owner_main_species
name = random name = random
skill = 3 skill = 3

View File

@@ -172,7 +172,7 @@ rg_create_fake_dragon = {
} }
} }
create_leader = { create_leader = {
class = admiral class = commander
species = root species = root
name = "Name_rg_fake_dragon" name = "Name_rg_fake_dragon"
event_leader = yes event_leader = yes
@@ -289,3 +289,31 @@ rg_create_gray_colony_1 = {
} }
remove_ship_design = last_created_design remove_ship_design = last_created_design
} }
rg_create_gray_destroyer_1 = {
create_fleet = {
name = "NAME_RG_base_destroyer"
settings = {
can_disband = yes
can_upgrade = no
can_change_composition = no
can_change_leader = no
uses_naval_capacity = no
spawn_debris = no
}
effect = {
set_owner = root
create_ship = {
name = "NAME_RG_base_destroyer"
design = "RG_base_destroyer_key"
prefix = no
upgradable = no
}
set_location = {
target = root.capital_scope
distance = 0
angle = random
}
}
}
}

View File

@@ -701,3 +701,78 @@ ship_section_template = {
} }
} }
} }
ship_section_template = {
key = "RG_carrier_destroyer_key"
ship_size = RG_graygoo_destroyer
fits_on_slot = mid
entity = "grey_tempesttw_colony_ship_entity"
icon = "GFX_ship_part_core_mid"
component_slot = {
name = "STRIKE_CRAFT_01"
template = "large_strike_craft"
rotation = 90
locatorname = "xl_gun_01"
}
component_slot = {
name = "STRIKE_CRAFT_02"
template = "large_strike_craft"
rotation = 90
locatorname = "xl_gun_01"
}
component_slot = {
name = "PD_01"
template = "point_defence_turret"
locatorname = "xl_gun_01"
}
large_utility_slots = 2
aux_utility_slots = 1
resources = {
category = ship_sections
cost = {
alloys = 30
}
}
}
ship_section_template = {
key = "RG_base_destroyer_key"
ship_size = RG_graygoo_destroyer
fits_on_slot = mid
entity = "grey_tempesttw_colony_ship_entity"
icon = "GFX_ship_part_core_mid"
component_slot = {
name = "MEDIUM_GUN_01"
template = "medium_turret"
locatorname = "xl_gun_01"
}
component_slot = {
name = "MEDIUM_GUN_02"
template = "medium_turret"
locatorname = "xl_gun_01"
}
component_slot = {
name = "MEDIUM_GUN_03"
template = "medium_turret"
locatorname = "xl_gun_01"
}
component_slot = {
name = "TORPEDO_01"
template = "invisible_missile_turret"
locatorname = "wing_1_3"
}
large_utility_slots = 2
aux_utility_slots = 1
resources = {
category = ship_sections
cost = {
alloys = 30
}
}
}

View File

@@ -293,6 +293,68 @@ RG_graygoo_interdictor = {
} }
} }
# Gray Goo destroyer
RG_graygoo_destroyer = {
graphical_culture = no
entity = "grey_tempesttw_colonizer_entity"
max_speed = 220
acceleration = 0.25
rotation_speed = 0.175
collision_radius = 4
modifier = {
ship_evasion_add = 40
ships_upkeep_mult = -1
ship_piracy_suppression_add = 4
ship_armor_add = 1100
ship_shield_add = 1100
}
max_hitpoints = 2000
size_multiplier = 2
fleet_slot_size = 2
section_slots = {
"mid" = {
locator = "part1"
}
}
num_target_locators = 2
is_space_station = no
icon = ship_size_military_2
base_buildtime = @battleship_build_time
can_have_federation_design = yes
enable_default_design = yes #if yes, countries will have an auto-generated design at start
enable_3dview_in_ship_browser = yes #if yes, ship design will have a 3d view in the ship browser
is_designable = yes
default_behavior = line
prerequisites = {
"tech_gray_interdictor_4"
}
ship_roles = { screen gunship artillery brawler }
triggered_ship_roles = {
{
name = artillery_stealth
trigger = { has_technology = tech_cloaking_2 }
}
}
combat_disengage_chance = 1.25
class = shipclass_military
construction_type = starbase_shipyard
required_component_set = "power_core"
required_component_set = "ftl_components"
required_component_set = "combat_computers"
required_component_set = "thruster_components"
required_component_set = "sensor_components"
resources = {
category = ships
upkeep = {
energy = @destroyer_upkeep_energy
alloys = @destroyer_upkeep_alloys
}
}
min_upgrade_cost = {
alloys = 8
}
}
# Gray Goo Icebreaker # Gray Goo Icebreaker
RG_graygoo_icebreaker_interdictor = { RG_graygoo_icebreaker_interdictor = {
graphical_culture = no graphical_culture = no

View File

@@ -62,7 +62,7 @@ special_project = {
event_scope = ship_event event_scope = ship_event
requirements = { requirements = {
shipclass_military = 1 shipclass_military = 1
leader = admiral leader = commander
has_trait = RG_leader_trait_admiral_gray has_trait = RG_leader_trait_admiral_gray
} }
on_start = { on_start = {
@@ -138,7 +138,7 @@ special_project = {
event_scope = ship_event event_scope = ship_event
requirements = { requirements = {
shipclass_military = 1 shipclass_military = 1
leader = admiral leader = commander
has_trait = RG_leader_trait_admiral_gray has_trait = RG_leader_trait_admiral_gray
} }
on_start = { on_start = {

View File

@@ -26,6 +26,83 @@ tech_gray_weapon_lance_1 = {
} }
} }
tech_minilaser_gray_1 = {
cost = 2000
area = physics
tier = 5
is_rare = yes
is_reverse_engineerable = no
category = {
particles
}
ai_update_type = military
prerequisites = {
"tech_gray_weapon_lance_1"
"tech_zero_point_power"
}
weight = @tier2weight3
## unlock
ai_weight = {
factor = 0
}
}
# Elite Cloaking Devices
tech_gray_cloaking_3 = {
cost = @tier4cost3
area = physics
tier = 4
category = { field_manipulation }
ai_update_type = all
is_rare = yes
prerequisites = { "tech_cloaking_3" "tech_gray_weapon_lance_1" }
is_reverse_engineerable = no
weight = @tier4weight3
potential = {
has_first_contact_dlc = yes
}
prereqfor_desc = {
hide_prereq_for_desc = component
custom = {
title = "TECH_UNLOCK_RG_CLOAKING_3_TITLE"
desc = "TECH_UNLOCK_RG_CLOAKING_3_DESC"
}
}
weight_modifier = {
modifier = {
factor = value:tech_weight_likelihood
has_trait_in_council = { TRAIT = leader_trait_curator }
}
modifier = {
factor = value:tech_weight_likelihood
has_trait_in_council = { TRAIT = leader_trait_fotd_scientist }
}
modifier = {
factor = @ap_technological_ascendancy_rare_tech
has_ascension_perk = ap_technological_ascendancy
}
modifier = {
factor = @federation_perk_factor
has_federation = yes
federation = {
has_federation_perk = rare_tech_boost
any_member = { has_technology = tech_cloaking_3 }
}
}
modifier = {
factor = 5
has_tradition = tr_subterfuge_adopt
}
}
ai_weight = {
factor = 0
}
}
tech_gray_matter_remix_2 = { tech_gray_matter_remix_2 = {
area = engineering area = engineering
cost = 5000 cost = 5000
@@ -36,6 +113,7 @@ tech_gray_matter_remix_2 = {
} }
ai_update_type = military ai_update_type = military
weight = @tier2weight3 weight = @tier2weight3
is_reverse_engineerable = no
prerequisites = { prerequisites = {
"tech_gray_weapon_lance_1" "tech_gray_weapon_lance_1"
"tech_ship_armor_5" "tech_ship_armor_5"
@@ -53,6 +131,34 @@ tech_gray_matter_remix_2 = {
} }
} }
tech_gray_nano_fusion_3 = {
area = physics
cost = 5000
tier = 5
is_rare = yes
is_reverse_engineerable = no
category = {
particles
}
ai_update_type = military
weight = @tier2weight3
prerequisites = {
"tech_gray_matter_remix_2"
"tech_zero_point_power"
}
ai_weight = {
factor = 0 #weapons are good
modifier = {
factor = 1.25
has_ethic = ethic_militarist
}
modifier = {
factor = 1.5
has_ethic = ethic_fanatic_militarist
}
}
}
tech_gray_nano_boost_3 = { tech_gray_nano_boost_3 = {
area = engineering area = engineering
cost = 5000 cost = 5000
@@ -63,6 +169,7 @@ tech_gray_nano_boost_3 = {
} }
ai_update_type = military ai_update_type = military
weight = @tier2weight3 weight = @tier2weight3
is_reverse_engineerable = no
prerequisites = { prerequisites = {
"tech_gray_matter_remix_2" "tech_gray_matter_remix_2"
"tech_thrusters_4" "tech_thrusters_4"
@@ -90,6 +197,7 @@ tech_gray_interdictor_4 = {
} }
ai_update_type = military ai_update_type = military
weight = @tier2weight3 weight = @tier2weight3
is_reverse_engineerable = no
prerequisites = { prerequisites = {
"tech_gray_nano_boost_3" "tech_gray_nano_boost_3"
"tech_battleships" "tech_battleships"
@@ -117,6 +225,7 @@ tech_gray_matter_spray_5 = {
} }
ai_update_type = military ai_update_type = military
weight = @tier2weight3 weight = @tier2weight3
is_reverse_engineerable = no
prerequisites = { prerequisites = {
"tech_gray_interdictor_4" "tech_gray_interdictor_4"
"tech_kinetic_artillery_2" "tech_kinetic_artillery_2"
@@ -144,6 +253,7 @@ tech_gray_buffnut_6 = {
} }
ai_update_type = military ai_update_type = military
weight = @tier2weight3 weight = @tier2weight3
is_reverse_engineerable = no
prerequisites = { prerequisites = {
"tech_gray_interdictor_4" "tech_gray_interdictor_4"
"tech_juggernaut" "tech_juggernaut"
@@ -171,6 +281,7 @@ tech_gray_army_7 = {
} }
ai_update_type = military ai_update_type = military
weight = @tier2weight3 weight = @tier2weight3
is_reverse_engineerable = no
prerequisites = { prerequisites = {
"tech_gray_matter_remix_2" "tech_gray_matter_remix_2"
"tech_self_aware_logic" "tech_self_aware_logic"
@@ -198,6 +309,7 @@ tech_gray_juggernaut_8 = {
} }
ai_update_type = military ai_update_type = military
weight = @tier2weight3 weight = @tier2weight3
is_reverse_engineerable = no
prerequisites = { prerequisites = {
"tech_gray_matter_remix_2" "tech_gray_matter_remix_2"
"tech_juggernaut" "tech_juggernaut"
@@ -257,22 +369,6 @@ tech_object_gray_5 = {
} }
} }
tech_minilaser_gray_1 = {
cost = 2000
area = physics
tier = 5
is_rare = yes
is_reverse_engineerable = no
category = {
particles
}
weight = 0
## unlock
ai_weight = {
factor = 1
}
}
tech_object_gray_6 = { tech_object_gray_6 = {
cost = 2000 cost = 2000
area = physics area = physics

View File

@@ -1,34 +1,139 @@
################### ###################
# Governor Traits # # Governor Traits #
################### ###################
# leader_trait_governor_gray = {
# cost = 0
# inline_script = {
# script = trait/icon_psionic
# CLASS = official
# ICON = "GFX_leader_trait_psionic_chosen_one"
# RARITY = paragon
# COUNCIL = no
# TIER = none
# }
# immortal_leaders = yes
# planet_modifier = {
# planet_buildings_cost_mult = -0.4
# planet_building_build_speed_mult = 0.4
# planet_jobs_energy_produces_mult = 0.15
# planet_jobs_minerals_produces_mult = 0.15
# deposit_blockers_cost_mult = -0.4
# planet_clear_blocker_speed_mult = 0.4
# }
# sector_modifier = {
# planet_buildings_cost_mult = -0.2
# planet_building_build_speed_mult = 0.2
# planet_jobs_energy_produces_mult = 0.075
# planet_jobs_minerals_produces_mult = 0.075
# deposit_blockers_cost_mult = -0.2
# planet_clear_blocker_speed_mult = 0.2
# }
# leader_class = { official }
# 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
# }
# leader_class = all
# initial = no
# randomized = no
# }
RG_leader_trait_governor_gray = { RG_leader_trait_governor_gray = {
#总督特质 #总督特质
cost = 0 cost = 0
inline_script = { inline_script = {
script = trait/icon_psionic script = trait/icon_psionic
CLASS = governor CLASS = official
ICON = "GFX_leader_trait_psionic_chosen_one" ICON = "GFX_leader_trait_psionic_chosen_one"
RARITY = paragon RARITY = paragon
COUNCIL = no COUNCIL = no
TIER = none TIER = none
} }
immortal_leaders = yes immortal_leaders = yes
triggered_self_modifier = {
potential = {
always = yes
}
leader_skill_levels = 1
mult = trigger:has_skill
}
self_modifier = { self_modifier = {
species_leader_exp_gain = 1 species_leader_exp_gain = 1
} }
modifier = { planet_modifier = {
planet_buildings_cost_mult = -0.4 planet_buildings_cost_mult = -0.4
planet_building_build_speed_mult = 0.8 planet_building_build_speed_mult = 0.6
deposit_blockers_cost_mult = -0.4
planet_clear_blocker_time_mult = -0.8
planet_jobs_alloys_produces_mult = 0.25 planet_jobs_alloys_produces_mult = 0.25
planet_jobs_engineering_research_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_cost_mult = -0.25
starbase_shipyard_build_speed_mult = -0.3 starbase_shipyard_build_speed_mult = -0.3
} }
leader_class = { leader_class = { official }
governor
}
initial = no initial = no
randomized = no randomized = no
} }
@@ -38,13 +143,13 @@ RG_leader_trait_ruler_gray = {
cost = 0 cost = 0
inline_script = { inline_script = {
script = trait/icon_psionic script = trait/icon_psionic
CLASS = governor CLASS = official
ICON = "GFX_leader_trait_legendary_spiritualist_two" ICON = "GFX_leader_trait_legendary_spiritualist_two"
RARITY = paragon RARITY = paragon
COUNCIL = yes COUNCIL = yes
TIER = none TIER = none
} }
councilor_trait = yes # forced_councilor_trait = yes
triggered_self_modifier = { triggered_self_modifier = {
potential = { potential = {
is_councilor = yes is_councilor = yes
@@ -55,9 +160,9 @@ RG_leader_trait_ruler_gray = {
} }
} }
} }
leader_skill_levels = 1 # leader_skill_levels = 1
leaders_upkeep_mult = 0.1 leaders_upkeep_mult = 0.1
mult = owner.rg_gray_level mult = trigger:has_skill
} }
triggered_self_modifier = { triggered_self_modifier = {
potential = { potential = {
@@ -73,9 +178,9 @@ RG_leader_trait_ruler_gray = {
} }
} }
} }
leader_skill_levels = 1 # leader_skill_levels = 1
leaders_upkeep_mult = 0.15 leaders_upkeep_mult = 0.15
mult = owner.rg_gray_level mult = trigger:has_skill
} }
triggered_self_modifier = { triggered_self_modifier = {
potential = { potential = {
@@ -87,13 +192,13 @@ RG_leader_trait_ruler_gray = {
} }
} }
} }
leader_skill_levels = 1 # leader_skill_levels = 1
leaders_upkeep_mult = 0.2 leaders_upkeep_mult = 0.2
mult = owner.rg_gray_level mult = trigger:has_skill
} }
triggered_modifier = { triggered_councilor_modifier = {
potential = { potential = {
is_councilor = yes # is_councilor = yes
owner = { owner = {
check_variable = { check_variable = {
which = rg_gray_level which = rg_gray_level
@@ -103,11 +208,11 @@ RG_leader_trait_ruler_gray = {
} }
# country_energy_produces_mult = -0.02 # country_energy_produces_mult = -0.02
planet_stability_add = -1 planet_stability_add = -1
mult = owner.rg_gray_level mult = trigger:has_skill
} }
triggered_modifier = { triggered_councilor_modifier = {
potential = { potential = {
is_councilor = yes # is_councilor = yes
owner = { owner = {
check_variable = { check_variable = {
which = rg_gray_level which = rg_gray_level
@@ -121,11 +226,11 @@ RG_leader_trait_ruler_gray = {
} }
# country_energy_produces_mult = -0.03 # country_energy_produces_mult = -0.03
planet_stability_add = -1.5 planet_stability_add = -1.5
mult = owner.rg_gray_level mult = trigger:has_skill
} }
triggered_modifier = { triggered_councilor_modifier = {
potential = { potential = {
is_councilor = yes # is_councilor = yes
owner = { owner = {
check_variable = { check_variable = {
which = rg_gray_level which = rg_gray_level
@@ -135,9 +240,9 @@ RG_leader_trait_ruler_gray = {
} }
# country_energy_produces_mult = -0.04 # country_energy_produces_mult = -0.04
planet_stability_add = -2 planet_stability_add = -2
mult = owner.rg_gray_level mult = trigger:has_skill
} }
triggered_modifier = { triggered_councilor_modifier = {
potential = { potential = {
always = yes always = yes
} }
@@ -150,11 +255,9 @@ RG_leader_trait_ruler_gray = {
megastructure_build_speed_mult = 0.1 megastructure_build_speed_mult = 0.1
country_unity_produces_mult = 0.05 country_unity_produces_mult = 0.05
country_base_influence_produces_add = 1 country_base_influence_produces_add = 1
mult = owner.rg_gray_level mult = trigger:has_skill
}
leader_class = {
governor
} }
leader_class = { official }
initial = no initial = no
randomized = no randomized = no
} }
@@ -164,26 +267,36 @@ RG_leader_trait_admiral_gray_1 = {
cost = 0 cost = 0
inline_script = { inline_script = {
script = trait/icon_psionic script = trait/icon_psionic
CLASS = admiral CLASS = commander
ICON = "GFX_leader_trait_psionic_chosen_one" ICON = "GFX_leader_trait_psionic_chosen_one"
RARITY = paragon RARITY = paragon
COUNCIL = no COUNCIL = no
TIER = none TIER = none
} }
triggered_self_modifier = {
potential = {
always = yes
}
leader_skill_levels = 1
mult = trigger:has_skill
}
self_modifier = { self_modifier = {
species_leader_exp_gain = 1 species_leader_exp_gain = 1
} }
immortal_leaders = yes immortal_leaders = yes
modifier = { fleet_modifier = {
ship_armor_mult = 1 ship_armor_mult = 1
ship_hull_mult = 1 ship_hull_mult = 1
ships_upkeep_mult = -0.4 ships_upkeep_mult = -0.4
ship_hull_regen_add_perc = 1 ship_hull_regen_add_perc = 1
ship_armor_regen_add_perc = 1 ship_armor_regen_add_perc = 1
} }
leader_class = { army_modifier = {
admiral army_collateral_damage_mult = 0.05
army_disengage_chance_mult = 0.3
army_health = 0.15
} }
leader_class = { commander }
initial = no initial = no
randomized = no randomized = no
} }
@@ -193,26 +306,36 @@ RG_leader_trait_admiral_gray_2 = {
cost = 0 cost = 0
inline_script = { inline_script = {
script = trait/icon_psionic script = trait/icon_psionic
CLASS = admiral CLASS = commander
ICON = "GFX_leader_trait_psionic_chosen_one" ICON = "GFX_leader_trait_psionic_chosen_one"
RARITY = paragon RARITY = paragon
COUNCIL = no COUNCIL = no
TIER = none TIER = none
} }
triggered_self_modifier = {
potential = {
always = yes
}
leader_skill_levels = 1
mult = trigger:has_skill
}
self_modifier = { self_modifier = {
species_leader_exp_gain = 1 species_leader_exp_gain = 1
} }
immortal_leaders = yes immortal_leaders = yes
modifier = { fleet_modifier = {
ship_armor_mult = 2 ship_armor_mult = 2
ship_hull_mult = 2 ship_hull_mult = 2
ships_upkeep_mult = -0.4 ships_upkeep_mult = -0.4
ship_hull_regen_add_perc = 2 ship_hull_regen_add_perc = 2
ship_armor_regen_add_perc = 2 ship_armor_regen_add_perc = 2
} }
leader_class = { army_modifier = {
admiral army_collateral_damage_mult = 0.1
army_disengage_chance_mult = 0.4
army_health = 0.25
} }
leader_class = { commander }
initial = no initial = no
randomized = no randomized = no
} }
@@ -222,52 +345,67 @@ RG_leader_trait_admiral_gray = {
cost = 0 cost = 0
inline_script = { inline_script = {
script = trait/icon_psionic script = trait/icon_psionic
CLASS = admiral CLASS = commander
ICON = "GFX_leader_trait_psionic_chosen_one" ICON = "GFX_leader_trait_psionic_chosen_one"
RARITY = paragon RARITY = paragon
COUNCIL = no COUNCIL = no
TIER = none TIER = none
} }
triggered_self_modifier = {
potential = {
always = yes
}
leader_skill_levels = 1
mult = trigger:has_skill
}
self_modifier = { self_modifier = {
species_leader_exp_gain = 1 species_leader_exp_gain = 1
} }
immortal_leaders = yes immortal_leaders = yes
modifier = { fleet_modifier = {
ship_armor_mult = 3.5 ship_armor_mult = 3.5
ship_hull_mult = 3.5 ship_hull_mult = 3.5
ships_upkeep_mult = -0.4 ships_upkeep_mult = -0.4
ship_hull_regen_add_perc = 5 ship_hull_regen_add_perc = 5
ship_armor_regen_add_perc = 5 ship_armor_regen_add_perc = 5
} }
leader_class = { army_modifier = {
admiral army_collateral_damage_mult = 0.15
army_disengage_chance_mult = 0.5
army_health = 0.35
} }
leader_class = { commander }
initial = no initial = no
randomized = no randomized = no
} }
RG_leader_trait_admiral_nanorebuild_gray = { RG_leader_trait_admiral_nanorebuild_gray = {
#3级舰长默认
cost = 0 cost = 0
inline_script = { inline_script = {
script = trait/icon_psionic script = trait/icon_psionic
CLASS = admiral CLASS = commander
ICON = "GFX_leader_trait_nanorebuild" ICON = "GFX_leader_trait_nanorebuild"
RARITY = paragon RARITY = paragon
COUNCIL = no COUNCIL = no
TIER = none TIER = none
} }
custom_tooltip_with_modifiers = RG_leader_trait_admiral_nanorebuild_effect custom_tooltip_with_modifiers = RG_leader_trait_admiral_nanorebuild_effect
modifier = { fleet_modifier = {
ship_armor_mult = 0.5 ship_armor_mult = 0.5
ship_hull_mult = 0.5 ship_hull_mult = 0.5
ships_upkeep_mult = -0.1 ships_upkeep_mult = -0.1
ship_hull_regen_add_perc = 0.5 ship_hull_regen_add_perc = 0.5
ship_armor_regen_add_perc = 0.5 ship_armor_regen_add_perc = 0.5
} }
leader_class = { triggered_army_modifier = {
admiral potential = {
always = yes
}
army_damage_mult = 0.05
army_health = 0.05
mult = owner.rg_general_skill_combat_daypassed_variable
} }
leader_class = { commander }
initial = no initial = no
randomized = no randomized = no
} }
@@ -283,84 +421,90 @@ RG_leader_trait_scientist_gray = {
COUNCIL = no COUNCIL = no
TIER = none TIER = none
} }
self_modifier = { triggered_self_modifier = {
species_leader_exp_gain = 1
}
immortal_leaders = yes
modifier = {
all_technology_research_speed = 0.5
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
}
leader_class = {
scientist
}
initial = no
randomized = no
}
RG_leader_trait_general_gray = {
#将军特质
cost = 0
inline_script = {
script = trait/icon_psionic
CLASS = general
ICON = "GFX_leader_trait_psionic_chosen_one"
RARITY = paragon
COUNCIL = no
TIER = none
}
self_modifier = {
species_leader_exp_gain = 1
}
immortal_leaders = yes
modifier = {
army_collateral_damage_mult = 0.15
army_disengage_chance_mult = 0.5
army_health = 0.35
}
leader_class = {
general
}
initial = no
randomized = no
}
RG_leader_trait_general_gray_skill = {
destiny_trait = yes
inline_script = {
script = trait/icon_psionic
CLASS = general
ICON = "GFX_leader_trait_supreme_warrior"
RARITY = paragon
COUNCIL = no
TIER = none
}
custom_tooltip_with_modifiers = RG_leader_trait_tempest_incoming_effect
triggered_modifier = {
potential = { potential = {
always = yes always = yes
} }
army_damage_mult = 0.05 leader_skill_levels = 1
army_health = 0.05 mult = trigger:has_skill
mult = owner.rg_general_skill_combat_daypassed_variable
} }
leader_class = { self_modifier = {
general species_leader_exp_gain = 1
} }
immortal_leaders = yes
councilor_modifier = {
all_technology_research_speed = 0.5
}
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
}
leader_class = { scientist }
initial = no initial = no
randomized = no randomized = no
destiny_background_icon = "GFX_leader_background_destiny_1"
} }
# RG_leader_trait_general_gray = {
# #将军特质
# cost = 0
# inline_script = {
# script = trait/icon_psionic
# CLASS = general
# ICON = "GFX_leader_trait_psionic_chosen_one"
# RARITY = paragon
# COUNCIL = no
# TIER = none
# }
# self_modifier = {
# species_leader_exp_gain = 1
# }
# immortal_leaders = yes
# modifier = {
# army_collateral_damage_mult = 0.15
# army_disengage_chance_mult = 0.5
# army_health = 0.35
# }
# leader_class = {
# general
# }
# initial = no
# randomized = no
# }
# 与舰长技能合并,弃用
# RG_leader_trait_general_gray_skill = {
# destiny_trait = yes
# inline_script = {
# script = trait/icon_psionic
# CLASS = commander
# ICON = "GFX_leader_trait_supreme_warrior"
# RARITY = paragon
# COUNCIL = no
# TIER = none
# }
# custom_tooltip_with_modifiers = RG_leader_trait_tempest_incoming_effect
# triggered_army_modifier = {
# potential = {
# always = yes
# }
# army_damage_mult = 0.05
# army_health = 0.05
# mult = owner.rg_general_skill_combat_daypassed_variable
# }
# leader_class = { commander }
# initial = no
# randomized = no
# destiny_background_icon = "GFX_leader_background_destiny_1"
# }
RG_leader_trait_admiral_fake_dragon = { RG_leader_trait_admiral_fake_dragon = {
cost = 0 cost = 0
inline_script = { inline_script = {
script = trait/icon_psionic script = trait/icon_psionic
CLASS = admiral CLASS = commander
ICON = "GFX_leader_trait_adaptable" ICON = "GFX_leader_trait_adaptable"
RARITY = paragon RARITY = paragon
COUNCIL = no COUNCIL = no
@@ -370,14 +514,12 @@ RG_leader_trait_admiral_fake_dragon = {
# 不知道什么时候专属特质加100%经验率已经变成国际公约力 # 不知道什么时候专属特质加100%经验率已经变成国际公约力
species_leader_exp_gain = 1 species_leader_exp_gain = 1
} }
modifier = { fleet_modifier = {
ship_armor_mult = 0.3 ship_armor_mult = 0.3
ship_hull_mult = 0.2 ship_hull_mult = 0.2
ship_weapon_damage = 0.2 ship_weapon_damage = 0.2
} }
leader_class = { leader_class = { commander }
admiral
}
initial = no initial = no
randomized = no randomized = no
} }
@@ -386,7 +528,7 @@ RG_leader_trait_admiral_timed_life = {
cost = 0 cost = 0
inline_script = { inline_script = {
script = trait/icon_psionic script = trait/icon_psionic
CLASS = admiral CLASS = commander
ICON = "GFX_leader_trait_ethereal" ICON = "GFX_leader_trait_ethereal"
RARITY = paragon RARITY = paragon
COUNCIL = no COUNCIL = no
@@ -420,9 +562,7 @@ RG_leader_trait_admiral_timed_life = {
ship_weapon_damage = 10 ship_weapon_damage = 10
custom_tooltip_with_modifiers = rg_timed_life_millennium custom_tooltip_with_modifiers = rg_timed_life_millennium
} }
leader_class = { leader_class = { commander }
admiral
}
initial = no initial = no
randomized = no randomized = no
} }
@@ -431,7 +571,7 @@ RG_leader_trait_admiral_born_tobe_dragon = {
cost = 0 cost = 0
inline_script = { inline_script = {
script = trait/icon_psionic script = trait/icon_psionic
CLASS = admiral CLASS = commander
ICON = "GFX_leader_trait_ethereal" ICON = "GFX_leader_trait_ethereal"
RARITY = paragon RARITY = paragon
COUNCIL = no COUNCIL = no
@@ -466,9 +606,7 @@ RG_leader_trait_admiral_born_tobe_dragon = {
ship_weapon_damage = 0.01 ship_weapon_damage = 0.01
custom_tooltip_with_modifiers = rg_timed_life_millennium_reborn custom_tooltip_with_modifiers = rg_timed_life_millennium_reborn
} }
leader_class = { leader_class = { commander }
admiral
}
initial = no initial = no
randomized = no randomized = no
} }

View File

@@ -1,387 +1,387 @@
leader_trait_wg_gray_affection = { # leader_trait_wg_gray_affection = {
cost = 0 # cost = 0
inline_script = { # inline_script = {
script = trait/wg_new_leader_affection_trait # script = trait/wg_new_leader_affection_trait
LEADER_TYPE = wg_gray # LEADER_TYPE = wg_gray
} # }
#governor # #official
triggered_modifier = { # triggered_modifier = {
# lv2 # # lv2
potential = { # potential = {
leader_class = governor # leader_class = official
check_variable = { # check_variable = {
which = affection # which = affection
value >= wg_leader_affection_to_lv2 # value >= wg_leader_affection_to_lv2
} # }
check_variable = { # check_variable = {
which = affection # which = affection
value < wg_leader_affection_to_lv3 # value < wg_leader_affection_to_lv3
} # }
} # }
planet_district_city_build_speed_mult = 0.2 # planet_district_city_build_speed_mult = 0.2
planet_district_generator_build_speed_mult = 0.2 # planet_district_generator_build_speed_mult = 0.2
planet_district_farming_build_speed_mult = 0.2 # planet_district_farming_build_speed_mult = 0.2
planet_district_mining_build_speed_mult = 0.2 # planet_district_mining_build_speed_mult = 0.2
planet_districts_minerals_cost_add = -100 # planet_districts_minerals_cost_add = -100
planet_stability_add = 5 # planet_stability_add = 5
} # }
triggered_modifier = { # triggered_modifier = {
# lv3 # # lv3
potential = { # potential = {
leader_class = governor # leader_class = official
check_variable = { # check_variable = {
which = affection # which = affection
value >= wg_leader_affection_to_lv3 # value >= wg_leader_affection_to_lv3
} # }
check_variable = { # check_variable = {
which = affection # which = affection
value < wg_leader_affection_to_lv4 # value < wg_leader_affection_to_lv4
} # }
} # }
planet_researchers_physics_research_produces_mult = 0.04 # planet_researchers_physics_research_produces_mult = 0.04
planet_researchers_society_research_produces_mult = 0.04 # planet_researchers_society_research_produces_mult = 0.04
planet_researchers_engineering_research_produces_mult = 0.04 # planet_researchers_engineering_research_produces_mult = 0.04
planet_district_city_build_speed_mult = 0.2 # planet_district_city_build_speed_mult = 0.2
planet_district_generator_build_speed_mult = 0.2 # planet_district_generator_build_speed_mult = 0.2
planet_district_farming_build_speed_mult = 0.2 # planet_district_farming_build_speed_mult = 0.2
planet_district_mining_build_speed_mult = 0.2 # planet_district_mining_build_speed_mult = 0.2
planet_districts_minerals_cost_add = -100 # planet_districts_minerals_cost_add = -100
planet_stability_add = 5 # planet_stability_add = 5
} # }
triggered_modifier = { # triggered_modifier = {
# lv4 # # lv4
potential = { # potential = {
leader_class = governor # leader_class = official
if = { # if = {
limit = { # limit = {
has_leader_flag = married # has_leader_flag = married
} # }
check_variable = { # check_variable = {
which = affection # which = affection
value >= wg_leader_affection_to_lv4 # value >= wg_leader_affection_to_lv4
} # }
check_variable = { # check_variable = {
which = affection # which = affection
value < wg_leader_affection_to_lv5 # value < wg_leader_affection_to_lv5
} # }
} # }
else = { # else = {
check_variable = { # check_variable = {
which = affection # which = affection
value >= wg_leader_affection_to_lv4 # value >= wg_leader_affection_to_lv4
} # }
} # }
} # }
planet_researchers_physics_research_produces_mult = 0.08 # planet_researchers_physics_research_produces_mult = 0.08
planet_researchers_society_research_produces_mult = 0.08 # planet_researchers_society_research_produces_mult = 0.08
planet_researchers_engineering_research_produces_mult = 0.08 # planet_researchers_engineering_research_produces_mult = 0.08
planet_district_city_build_speed_mult = 0.2 # planet_district_city_build_speed_mult = 0.2
planet_district_generator_build_speed_mult = 0.2 # planet_district_generator_build_speed_mult = 0.2
planet_district_farming_build_speed_mult = 0.2 # planet_district_farming_build_speed_mult = 0.2
planet_district_mining_build_speed_mult = 0.2 # planet_district_mining_build_speed_mult = 0.2
planet_districts_minerals_cost_add = -100 # planet_districts_minerals_cost_add = -100
planet_stability_add = 5 # planet_stability_add = 5
} # }
triggered_modifier = { # triggered_modifier = {
# lv5 # # lv5
potential = { # potential = {
leader_class = governor # leader_class = official
check_variable = { # check_variable = {
which = affection # which = affection
value >= wg_leader_affection_to_lv5 # value >= wg_leader_affection_to_lv5
} # }
has_leader_flag = married # has_leader_flag = married
} # }
planet_researchers_physics_research_produces_mult = 0.15 # planet_researchers_physics_research_produces_mult = 0.15
planet_researchers_society_research_produces_mult = 0.15 # planet_researchers_society_research_produces_mult = 0.15
planet_researchers_engineering_research_produces_mult = 0.15 # planet_researchers_engineering_research_produces_mult = 0.15
planet_district_city_build_speed_mult = 1 # planet_district_city_build_speed_mult = 1
planet_district_generator_build_speed_mult = 1 # planet_district_generator_build_speed_mult = 1
planet_district_farming_build_speed_mult = 1 # planet_district_farming_build_speed_mult = 1
planet_district_mining_build_speed_mult = 1 # planet_district_mining_build_speed_mult = 1
planet_districts_minerals_cost_add = -150 # planet_districts_minerals_cost_add = -150
planet_stability_add = 5 # planet_stability_add = 5
terraform_speed_mult = 0.3 # terraform_speed_mult = 0.3
planet_decision_enact_speed_mult = 0.15 # planet_decision_enact_speed_mult = 0.15
} # }
#admiral # #admiral
triggered_modifier = { # triggered_modifier = {
# lv2 # # lv2
potential = { # potential = {
leader_class = admiral # leader_class = admiral
check_variable = { # check_variable = {
which = affection # which = affection
value >= wg_leader_affection_to_lv2 # value >= wg_leader_affection_to_lv2
} # }
check_variable = { # check_variable = {
which = affection # which = affection
value < wg_leader_affection_to_lv3 # value < wg_leader_affection_to_lv3
} # }
} # }
ship_evasion_add = 5 # ship_evasion_add = 5
ship_tracking_add = 5 # ship_tracking_add = 5
ship_accuracy_add = 5 # ship_accuracy_add = 5
ship_shield_mult = 0.5 # ship_shield_mult = 0.5
ship_hull_mult = 0.5 # ship_hull_mult = 0.5
ship_speed_mult = 0.2 # ship_speed_mult = 0.2
ship_hull_regen_add_static = 10 # ship_hull_regen_add_static = 10
ship_armor_regen_add_static = 10 # ship_armor_regen_add_static = 10
} # }
triggered_modifier = { # triggered_modifier = {
# lv3 # # lv3
potential = { # potential = {
leader_class = admiral # leader_class = admiral
check_variable = { # check_variable = {
which = affection # which = affection
value >= wg_leader_affection_to_lv3 # value >= wg_leader_affection_to_lv3
} # }
check_variable = { # check_variable = {
which = affection # which = affection
value < wg_leader_affection_to_lv4 # value < wg_leader_affection_to_lv4
} # }
} # }
ship_evasion_add = 5 # ship_evasion_add = 5
ship_accuracy_add = 5 # ship_accuracy_add = 5
ship_tracking_add = 5 # ship_tracking_add = 5
ship_shield_mult = 1 # ship_shield_mult = 1
ship_hull_mult = 1 # ship_hull_mult = 1
ship_weapon_damage = 0.2 # ship_weapon_damage = 0.2
ship_fire_rate_mult = 0.2 # ship_fire_rate_mult = 0.2
ship_speed_mult = 0.25 # ship_speed_mult = 0.25
ship_hull_regen_add_static = 20 # ship_hull_regen_add_static = 20
ship_armor_regen_add_static = 20 # ship_armor_regen_add_static = 20
} # }
triggered_modifier = { # triggered_modifier = {
# lv4 # # lv4
potential = { # potential = {
leader_class = admiral # leader_class = admiral
if = { # if = {
limit = { # limit = {
has_leader_flag = married # has_leader_flag = married
} # }
check_variable = { # check_variable = {
which = affection # which = affection
value >= wg_leader_affection_to_lv4 # value >= wg_leader_affection_to_lv4
} # }
check_variable = { # check_variable = {
which = affection # which = affection
value < wg_leader_affection_to_lv5 # value < wg_leader_affection_to_lv5
} # }
} # }
else = { # else = {
check_variable = { # check_variable = {
which = affection # which = affection
value >= wg_leader_affection_to_lv4 # value >= wg_leader_affection_to_lv4
} # }
} # }
} # }
ship_evasion_add = 10 # ship_evasion_add = 10
ship_accuracy_add = 10 # ship_accuracy_add = 10
ship_tracking_add = 10 # ship_tracking_add = 10
ship_shield_mult = 1.5 # ship_shield_mult = 1.5
ship_hull_mult = 1.5 # ship_hull_mult = 1.5
ship_weapon_damage = 0.4 # ship_weapon_damage = 0.4
ship_fire_rate_mult = 0.4 # ship_fire_rate_mult = 0.4
ship_speed_mult = 0.3 # ship_speed_mult = 0.3
ship_hull_regen_add_static = 30 # ship_hull_regen_add_static = 30
ship_armor_regen_add_static = 30 # ship_armor_regen_add_static = 30
} # }
triggered_modifier = { # triggered_modifier = {
# lv5 # # lv5
potential = { # potential = {
leader_class = admiral # leader_class = admiral
check_variable = { # check_variable = {
which = affection # which = affection
value >= wg_leader_affection_to_lv5 # value >= wg_leader_affection_to_lv5
} # }
has_leader_flag = married # has_leader_flag = married
} # }
ship_evasion_add = 15 # ship_evasion_add = 15
ship_accuracy_add = 15 # ship_accuracy_add = 15
ship_tracking_add = 15 # ship_tracking_add = 15
ship_shield_mult = 2.5 # ship_shield_mult = 2.5
ship_hull_mult = 2.5 # ship_hull_mult = 2.5
ship_weapon_damage = 0.7 # ship_weapon_damage = 0.7
ship_fire_rate_mult = 0.7 # ship_fire_rate_mult = 0.7
ship_speed_mult = 0.5 # ship_speed_mult = 0.5
ship_hull_regen_add_static = 50 # ship_hull_regen_add_static = 50
ship_armor_regen_add_static = 50 # ship_armor_regen_add_static = 50
} # }
#scientist # #scientist
triggered_modifier = { # triggered_modifier = {
# lv2 # # lv2
potential = { # potential = {
leader_class = scientist # leader_class = scientist
check_variable = { # check_variable = {
which = affection # which = affection
value >= wg_leader_affection_to_lv2 # value >= wg_leader_affection_to_lv2
} # }
check_variable = { # check_variable = {
which = affection # which = affection
value < wg_leader_affection_to_lv3 # value < wg_leader_affection_to_lv3
} # }
} # }
science_ship_survey_speed = 0.1 # science_ship_survey_speed = 0.1
ship_anomaly_research_speed_mult = 0.1 # ship_anomaly_research_speed_mult = 0.1
ship_disengage_chance_mult = 0.3 # ship_disengage_chance_mult = 0.3
} # }
triggered_modifier = { # triggered_modifier = {
# lv3 # # lv3
potential = { # potential = {
leader_class = scientist # leader_class = scientist
check_variable = { # check_variable = {
which = affection # which = affection
value >= wg_leader_affection_to_lv3 # value >= wg_leader_affection_to_lv3
} # }
check_variable = { # check_variable = {
which = affection # which = affection
value < wg_leader_affection_to_lv4 # value < wg_leader_affection_to_lv4
} # }
} # }
science_ship_survey_speed = 0.2 # science_ship_survey_speed = 0.2
ship_anomaly_research_speed_mult = 0.25 # ship_anomaly_research_speed_mult = 0.25
ship_shield_mult = 0.25 # ship_shield_mult = 0.25
ship_armor_mult = 0.25 # ship_armor_mult = 0.25
ship_disengage_chance_mult = 0.3 # ship_disengage_chance_mult = 0.3
} # }
triggered_modifier = { # triggered_modifier = {
# lv4 # # lv4
potential = { # potential = {
leader_class = scientist # leader_class = scientist
if = { # if = {
limit = { # limit = {
has_leader_flag = married # has_leader_flag = married
} # }
check_variable = { # check_variable = {
which = affection # which = affection
value >= wg_leader_affection_to_lv4 # value >= wg_leader_affection_to_lv4
} # }
check_variable = { # check_variable = {
which = affection # which = affection
value < wg_leader_affection_to_lv5 # value < wg_leader_affection_to_lv5
} # }
} # }
else = { # else = {
check_variable = { # check_variable = {
which = affection # which = affection
value >= wg_leader_affection_to_lv4 # value >= wg_leader_affection_to_lv4
} # }
} # }
} # }
science_ship_survey_speed = 0.3 # science_ship_survey_speed = 0.3
ship_anomaly_research_speed_mult = 0.35 # ship_anomaly_research_speed_mult = 0.35
ship_shield_mult = 0.35 # ship_shield_mult = 0.35
ship_armor_mult = 0.35 # ship_armor_mult = 0.35
ship_disengage_chance_mult = 0.35 # ship_disengage_chance_mult = 0.35
ship_anomaly_generation_chance_mult = 0.2 # ship_anomaly_generation_chance_mult = 0.2
} # }
triggered_modifier = { # triggered_modifier = {
# lv5 # # lv5
potential = { # potential = {
leader_class = scientist # leader_class = scientist
check_variable = { # check_variable = {
which = affection # which = affection
value >= wg_leader_affection_to_lv5 # value >= wg_leader_affection_to_lv5
} # }
has_leader_flag = married # has_leader_flag = married
} # }
science_ship_survey_speed = 0.5 # science_ship_survey_speed = 0.5
ship_anomaly_research_speed_mult = 0.5 # ship_anomaly_research_speed_mult = 0.5
ship_shield_mult = 0.5 # ship_shield_mult = 0.5
ship_armor_mult = 0.5 # ship_armor_mult = 0.5
ship_disengage_chance_mult = 0.5 # ship_disengage_chance_mult = 0.5
ship_anomaly_generation_chance_mult = 0.5 # ship_anomaly_generation_chance_mult = 0.5
} # }
#general # #general
triggered_modifier = { # triggered_modifier = {
# lv2 # # lv2
potential = { # potential = {
leader_class = general # leader_class = general
check_variable = { # check_variable = {
which = affection # which = affection
value >= wg_leader_affection_to_lv2 # value >= wg_leader_affection_to_lv2
} # }
check_variable = { # check_variable = {
which = affection # which = affection
value < wg_leader_affection_to_lv3 # value < wg_leader_affection_to_lv3
} # }
} # }
army_experience_gain_mult = 0.1 # army_experience_gain_mult = 0.1
army_morale_damage_mult = 0.1 # army_morale_damage_mult = 0.1
army_disengage_chance_mult = 0.2 # army_disengage_chance_mult = 0.2
} # }
triggered_modifier = { # triggered_modifier = {
# lv3 # # lv3
potential = { # potential = {
leader_class = general # leader_class = general
check_variable = { # check_variable = {
which = affection # which = affection
value >= wg_leader_affection_to_lv3 # value >= wg_leader_affection_to_lv3
} # }
check_variable = { # check_variable = {
which = affection # which = affection
value < wg_leader_affection_to_lv4 # value < wg_leader_affection_to_lv4
} # }
} # }
army_experience_gain_mult = 0.25 # army_experience_gain_mult = 0.25
army_morale_damage_mult = 0.25 # army_morale_damage_mult = 0.25
army_disengage_chance_mult = 0.4 # army_disengage_chance_mult = 0.4
armies_upkeep_mult = -0.2 # armies_upkeep_mult = -0.2
army_collateral_damage_mult = -0.15 #"陆军连带伤害" # army_collateral_damage_mult = -0.15 #"陆军连带伤害"
} # }
triggered_modifier = { # triggered_modifier = {
# lv4 # # lv4
potential = { # potential = {
leader_class = general # leader_class = general
if = { # if = {
limit = { # limit = {
has_leader_flag = married # has_leader_flag = married
} # }
check_variable = { # check_variable = {
which = affection # which = affection
value >= wg_leader_affection_to_lv4 # value >= wg_leader_affection_to_lv4
} # }
check_variable = { # check_variable = {
which = affection # which = affection
value < wg_leader_affection_to_lv5 # value < wg_leader_affection_to_lv5
} # }
} # }
else = { # else = {
check_variable = { # check_variable = {
which = affection # which = affection
value >= wg_leader_affection_to_lv4 # value >= wg_leader_affection_to_lv4
} # }
} # }
} # }
army_experience_gain_mult = 0.5 # army_experience_gain_mult = 0.5
army_morale_damage_mult = 0.5 # army_morale_damage_mult = 0.5
army_disengage_chance_mult = 0.6 # army_disengage_chance_mult = 0.6
armies_upkeep_mult = -0.4 # armies_upkeep_mult = -0.4
army_collateral_damage_mult = -0.3 #"陆军连带伤害" # army_collateral_damage_mult = -0.3 #"陆军连带伤害"
} # }
triggered_modifier = { # triggered_modifier = {
# lv5 # # lv5
potential = { # potential = {
leader_class = general # leader_class = general
check_variable = { # check_variable = {
which = affection # which = affection
value >= wg_leader_affection_to_lv5 # value >= wg_leader_affection_to_lv5
} # }
has_leader_flag = married # has_leader_flag = married
} # }
army_experience_gain_mult = 0.8 # army_experience_gain_mult = 0.8
army_morale_damage_mult = 0.8 # army_morale_damage_mult = 0.8
army_disengage_chance_mult = 1 # army_disengage_chance_mult = 1
armies_upkeep_mult = -0.8 # armies_upkeep_mult = -0.8
army_collateral_damage_mult = -0.8 #"陆军连带伤害" # army_collateral_damage_mult = -0.8 #"陆军连带伤害"
} # }
leader_class = { # leader_class = {
governor # official
admiral # admiral
scientist # scientist
general # general
} # }
initial = no # initial = no
randomized = no # randomized = no
notify_on_gained = no # notify_on_gained = no
} # }

View File

@@ -8,5 +8,5 @@ tags={
} }
name="Real Gray" name="Real Gray"
picture="thumbnail.png" picture="thumbnail.png"
supported_version="3.9.*" supported_version="3.10.*"
remote_file_id="2136166095" remote_file_id="2136166095"

View File

@@ -348,7 +348,10 @@ country_event = {
is_same_value = event_target:gray_owner is_same_value = event_target:gray_owner
NOR = { NOR = {
has_country_flag = gray_constship_active has_country_flag = gray_constship_active
has_country_flag = gray_governor_active OR = {
has_country_flag = gray_official_active
has_country_flag = gray_governor_active #旧版flag
}
has_country_flag = gray_warship_active has_country_flag = gray_warship_active
has_country_flag = gray_army_active has_country_flag = gray_army_active
has_country_flag = gray_reforming has_country_flag = gray_reforming
@@ -388,7 +391,10 @@ country_event = {
} }
} }
is_same_value = event_target:gray_owner is_same_value = event_target:gray_owner
has_country_flag = gray_governor_active OR = {
has_country_flag = gray_official_active
has_country_flag = gray_governor_active #旧版flag
}
NOR = { NOR = {
has_country_flag = gray_reforming has_country_flag = gray_reforming
has_country_flag = gray_diplomacy_engaged has_country_flag = gray_diplomacy_engaged
@@ -620,7 +626,10 @@ event = {
} }
} }
AND = { AND = {
has_country_flag = gray_governor_active OR = {
has_country_flag = gray_official_active
has_country_flag = gray_governor_active #旧版flag
}
NOT = { NOT = {
exists = event_target:gray_governor exists = event_target:gray_governor
} }
@@ -636,7 +645,10 @@ event = {
} }
immediate = { immediate = {
event_target:gray_owner = { event_target:gray_owner = {
remove_country_flag = gray_governor_active #总督 OR = {
has_country_flag = gray_official_active
has_country_flag = gray_governor_active #旧版flag
} #总督
remove_country_flag = gray_warship_active #旗舰 remove_country_flag = gray_warship_active #旗舰
remove_country_flag = gray_army_active #陆军 remove_country_flag = gray_army_active #陆军
remove_country_flag = gray_constship_active #科舰 remove_country_flag = gray_constship_active #科舰

View File

@@ -388,7 +388,7 @@ planet_event = {
exists = leader exists = leader
leader = { leader = {
#leader #leader
has_trait = RG_leader_trait_general_gray_skill has_trait = RG_leader_trait_admiral_nanorebuild_gray
owner = { owner = {
#country #country
save_event_target_as = attacking_general_country save_event_target_as = attacking_general_country
@@ -452,7 +452,7 @@ country_event = {
exists = leader exists = leader
leader = { leader = {
OR = { OR = {
has_trait = RG_leader_trait_general_gray_skill has_trait = RG_leader_trait_admiral_nanorebuild_gray
} }
} }
} }
@@ -547,7 +547,7 @@ country_event = {
exists = leader exists = leader
leader = { leader = {
OR = { OR = {
has_trait = RG_leader_trait_general_gray_skill has_trait = RG_leader_trait_admiral_nanorebuild_gray
} }
} }
if = { if = {

View File

@@ -35,7 +35,8 @@ country_event = {
is_same_value = event_target:gray_owner is_same_value = event_target:gray_owner
NOR = { NOR = {
has_country_flag = gray_constship_active has_country_flag = gray_constship_active
has_country_flag = gray_governor_active has_country_flag = gray_official_active
has_country_flag = gray_governor_active #旧版flag
has_country_flag = gray_warship_active has_country_flag = gray_warship_active
has_country_flag = gray_army_active has_country_flag = gray_army_active
has_country_flag = gray_reforming has_country_flag = gray_reforming
@@ -60,7 +61,10 @@ country_event = {
} }
} }
is_same_value = event_target:gray_owner is_same_value = event_target:gray_owner
has_country_flag = gray_governor_active OR = {
has_country_flag = gray_official_active
has_country_flag = gray_governor_active #旧版flag
}
NOR = { NOR = {
has_country_flag = gray_reforming has_country_flag = gray_reforming
has_country_flag = gray_diplomacy_engaged has_country_flag = gray_diplomacy_engaged
@@ -232,7 +236,8 @@ country_event = {
is_same_value = event_target:gray_owner is_same_value = event_target:gray_owner
NOR = { NOR = {
has_country_flag = gray_constship_active has_country_flag = gray_constship_active
has_country_flag = gray_governor_active has_country_flag = gray_official_active
has_country_flag = gray_governor_active #旧版flag
has_country_flag = gray_warship_active has_country_flag = gray_warship_active
has_country_flag = gray_army_active has_country_flag = gray_army_active
has_country_flag = gray_reforming has_country_flag = gray_reforming
@@ -244,8 +249,9 @@ country_event = {
name = graygoo.500.a name = graygoo.500.a
response_text = graygoo.500.a.response response_text = graygoo.500.a.response
trigger = { trigger = {
NOT = { NOR = {
has_country_flag = gray_governor_active has_country_flag = gray_official_active
has_country_flag = gray_governor_active #旧版flag
} }
} }
hidden_effect = { hidden_effect = {
@@ -356,7 +362,10 @@ country_event = {
} }
} }
is_same_value = event_target:gray_owner is_same_value = event_target:gray_owner
has_country_flag = gray_governor_active OR = {
has_country_flag = gray_official_active
has_country_flag = gray_governor_active #旧版flag
}
NOR = { NOR = {
has_country_flag = gray_reforming has_country_flag = gray_reforming
has_country_flag = gray_diplomacy_engaged has_country_flag = gray_diplomacy_engaged

View File

@@ -36,7 +36,8 @@ country_event = {
is_same_value = event_target:gray_owner is_same_value = event_target:gray_owner
NOR = { NOR = {
has_country_flag = gray_constship_active has_country_flag = gray_constship_active
has_country_flag = gray_governor_active has_country_flag = gray_official_active
has_country_flag = gray_governor_active #旧版flag
has_country_flag = gray_warship_active has_country_flag = gray_warship_active
has_country_flag = gray_army_active has_country_flag = gray_army_active
has_country_flag = gray_reforming has_country_flag = gray_reforming
@@ -49,8 +50,9 @@ country_event = {
name = graygoo.500.a name = graygoo.500.a
response_text = graygoo.500.a.response response_text = graygoo.500.a.response
trigger = { trigger = {
NOT = { NOR = {
has_country_flag = gray_governor_active has_country_flag = gray_official_active
has_country_flag = gray_governor_active #旧版flag
} }
} }
allow = { allow = {
@@ -238,7 +240,10 @@ country_event = {
} }
} }
is_same_value = event_target:gray_owner is_same_value = event_target:gray_owner
has_country_flag = gray_governor_active OR = {
has_country_flag = gray_official_active
has_country_flag = gray_governor_active #旧版flag
}
NOR = { NOR = {
has_country_flag = gray_reforming has_country_flag = gray_reforming
has_country_flag = gray_diplomacy_engaged has_country_flag = gray_diplomacy_engaged

View File

@@ -1,5 +1,7 @@
namespace = wg_affection namespace = wg_affection
# 3.9引用空事件崩溃问题占位
# 3.10已弃用
country_event = { country_event = {
id = wg_affection.30000 id = wg_affection.30000
title = wg_affection.30000.name title = wg_affection.30000.name

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -4,6 +4,21 @@ spriteTypes = {
textureFile = "gfx/interface/icons/ship_parts/rg_hull_4.dds" textureFile = "gfx/interface/icons/ship_parts/rg_hull_4.dds"
noOfFrames = 1 noOfFrames = 1
} }
spriteType = {
name = "GFX_ship_part_gray_reactor"
textureFile = "gfx/interface/icons/ship_parts/rg_reactor_2.dds"
noOfFrames = 1
}
spriteType = {
name = "GFX_ship_part_gray_engine"
textureFile = "gfx/interface/icons/ship_parts/rg_aux_engine_1.dds"
noOfFrames = 1
}
spriteType = {
name = "GFX_ship_part_gray_sensor"
textureFile = "gfx/interface/icons/ship_parts/ship_part_rg_sensors.dds"
noOfFrames = 1
}
spriteType = { spriteType = {
name = "GFX_ship_part_gray_lance_2" name = "GFX_ship_part_gray_lance_2"
textureFile = "gfx/interface/icons/ship_parts/ship_part_gray_lance_2.dds" textureFile = "gfx/interface/icons/ship_parts/ship_part_gray_lance_2.dds"
@@ -19,6 +34,11 @@ spriteTypes = {
textureFile = "gfx/interface/icons/ship_parts/rg_big_bomb_2.dds" textureFile = "gfx/interface/icons/ship_parts/rg_big_bomb_2.dds"
noOfFrames = 1 noOfFrames = 1
} }
spriteType = {
name = "GFX_ship_part_graymine_old"
textureFile = "gfx/interface/icons/ship_parts/GFX_ship_part_graymine.dds"
noOfFrames = 1
}
spriteType = { spriteType = {
name = "GFX_ship_part_rg_armor_hardener" name = "GFX_ship_part_rg_armor_hardener"
textureFile = "gfx/interface/icons/ship_parts/ship_part_rg_armor_hardener.dds" textureFile = "gfx/interface/icons/ship_parts/ship_part_rg_armor_hardener.dds"

View File

@@ -9,6 +9,8 @@
RG_leader_trait_admiral_gray_2_desc:0 "$NAME_Gray$本质上是由千千万万纳米机械所组成的个体,这让她可以自由变换形态重组或快速修复自身。可不要让她做奇怪的事情哦?" RG_leader_trait_admiral_gray_2_desc:0 "$NAME_Gray$本质上是由千千万万纳米机械所组成的个体,这让她可以自由变换形态重组或快速修复自身。可不要让她做奇怪的事情哦?"
RG_leader_trait_governor_gray:0 "§Y纳米机器个体§!" RG_leader_trait_governor_gray:0 "§Y纳米机器个体§!"
RG_leader_trait_governor_gray_desc:0 "$NAME_Gray$本质上是由千千万万纳米机械所组成的个体,这让她可以辅助星域资源调度和研究资源调度。可不要让她做奇怪的事情哦?" RG_leader_trait_governor_gray_desc:0 "$NAME_Gray$本质上是由千千万万纳米机械所组成的个体,这让她可以辅助星域资源调度和研究资源调度。可不要让她做奇怪的事情哦?"
RG_leader_trait_offical_gray:0 "$RG_leader_trait_governor_gray$"
RG_leader_trait_offical_gray_desc:0 "$RG_leader_trait_governor_gray_desc$"
RG_leader_trait_ruler_gray:0 "§Y天选化身§!" RG_leader_trait_ruler_gray:0 "§Y天选化身§!"
RG_leader_trait_ruler_gray_desc:0 "§G$NAME_Gray$会随着领袖等级§!§Y[owner.rg_gray_level]§!§G提升而不断增强力量。§!\n§R当然也会越来越能吃。唔姆你懂的。§!\n§R领袖等级大于10时纳米机器将超频工作额外降低£stability£稳定度。§!\n\n§Y被全体国民所认可可爱又可靠的化身。§!通过授予$NAME_Gray$越来越多的权力和与日俱增的资源倾斜,纳米机器人能够精细调配帝国各项资源产出。然而这种不可持续的发展模式并非没有代价。\n才不是想不出特质名字" RG_leader_trait_ruler_gray_desc:0 "§G$NAME_Gray$会随着领袖等级§!§Y[owner.rg_gray_level]§!§G提升而不断增强力量。§!\n§R当然也会越来越能吃。唔姆你懂的。§!\n§R领袖等级大于10时纳米机器将超频工作额外降低£stability£稳定度。§!\n\n§Y被全体国民所认可可爱又可靠的化身。§!通过授予$NAME_Gray$越来越多的权力和与日俱增的资源倾斜,纳米机器人能够精细调配帝国各项资源产出。然而这种不可持续的发展模式并非没有代价。\n才不是想不出特质名字"
RG_leader_trait_scientist_gray:0 "§Y纳米机器个体§!" RG_leader_trait_scientist_gray:0 "§Y纳米机器个体§!"
@@ -17,10 +19,13 @@
RG_leader_trait_general_gray_desc:0 "$NAME_Gray$本质上是由千千万万纳米机械所组成的个体,这让她可以辅助星域资源调度和研究资源调度。可不要让她做奇怪的事情哦?" RG_leader_trait_general_gray_desc:0 "$NAME_Gray$本质上是由千千万万纳米机械所组成的个体,这让她可以辅助星域资源调度和研究资源调度。可不要让她做奇怪的事情哦?"
RG_leader_trait_general_gray_skill:0 "§Y风暴将至§!" RG_leader_trait_general_gray_skill:0 "§Y风暴将至§!"
RG_leader_trait_general_gray_skill_desc:0 "灰色风暴在L星团中席卷无数纪元。倘若风暴再度到来想必那星球上的人们所看到的景色一定永生难忘吧。" RG_leader_trait_general_gray_skill_desc:0 "灰色风暴在L星团中席卷无数纪元。倘若风暴再度到来想必那星球上的人们所看到的景色一定永生难忘吧。"
RG_leader_trait_tempest_incoming_effect:0 "\n$t$§Y每击杀一个敌军单位§!\n$tt$§G 额外陆军伤害 +5%§!\n§G 额外陆军生命值 +5%§!$t$\n当前BUFF层数§G[owner.rg_general_skill_combat_daypassed_variable]§!£time£\n$tt$§G直接击杀一支敌对陆军的概率增加§!§Y1%§!\n当前概率为§R[owner.rg_general_skill_combat_killed_variable]%§!" RG_leader_trait_tempest_incoming_effect:0 "$ARMY_EFFECTS_TXT$:\n$t$每击杀一支敌对陆军:\n$tt$$MOD_ARMY_DAMAGE_MULT$: §G+5%§!\n$tt$$MOD_ARMY_HEALTH$: §G+5%§!\n$tt$§Y直接击杀一支敌对陆军的概率§!: §G+1%§!\n$t$当前§YBUFF层数§!: §Y[owner.rg_general_skill_combat_daypassed_variable]§!\n$t$当前§Y直接击杀一支敌对陆军的概率§!为: §Y[owner.rg_general_skill_combat_killed_variable]%§!"
RG_leader_trait_admiral_nanorebuild_gray:0 "§Y灰质重塑§!" RG_leader_trait_admiral_nanorebuild_gray:0 "§Y灰质重塑§!"
RG_leader_trait_admiral_nanorebuild_gray_desc:0 "创造与解构,纳米机器席卷之处我们无所不能。" RG_leader_trait_admiral_nanorebuild_gray_desc:0 "灰色风暴在L星团中席卷无数纪元。\n创造与解构,纳米机器席卷之处我们无所不能。"
RG_leader_trait_admiral_nanorebuild_effect:0 "\n$t$§Y每击杀一个敌军单位§!\n$t$§G重组计数器 +1§!\n$t$当前计数器层数§G[owner.rg_nanorebuild_counter]§!\n$tt$§Y该领袖所在舰队损失舰船时消耗1计数器层数立即重塑舰船。灰风母舰无法被该技能重组。§!" RG_leader_trait_admiral_nanorebuild_effect:0 "$FLEET_EFFECTS_TXT$:\n$t$每摧毁一艘敌军舰船:\n$ttY重塑计数器层数§!: §G+1§!\n$t$这位领袖所在舰队损失舰船时:\n$tt$消耗§Y重塑计数器层数§!立即重建舰船。\n$t$当前§Y重塑计数器层数§!: §Y[owner.rg_nanorebuild_counter]§!\n$t$§Y$NAME_Gray$§!无法被该技能重建。\n\n$RG_leader_trait_tempest_incoming_effect$"
RG_leader_trait_ruler_gray_tt:0 "§E随每技能等级提升的效果:§!"
RG_leader_trait_variable_tt:0 "§E随变量层数提升的效果:§!"
SMALL_GRAY_MIX_ARMOR:0 "§Y「梦想领域」§!" SMALL_GRAY_MIX_ARMOR:0 "§Y「梦想领域」§!"
MEDIUM_GRAY_MIX_ARMOR:0 "§Y「梦想领域」§!" MEDIUM_GRAY_MIX_ARMOR:0 "§Y「梦想领域」§!"
@@ -64,6 +69,8 @@
bombardment_graygoo_desc:0 "$bombardment_graygoo$轰炸将在星球上散布灰色风暴,以最快的速度席卷一切有形之物。\n-对§Y军团§!造成§Y巨大的§!伤害\n-对§Y星球§!造成§Y不可修复的§!伤害\n-对§Y人口§!造成§Y巨大的§!伤害\n-将会轰炸不设防的星球。!" bombardment_graygoo_desc:0 "$bombardment_graygoo$轰炸将在星球上散布灰色风暴,以最快的速度席卷一切有形之物。\n-对§Y军团§!造成§Y巨大的§!伤害\n-对§Y星球§!造成§Y不可修复的§!伤害\n-对§Y人口§!造成§Y巨大的§!伤害\n-将会轰炸不设防的星球。!"
LARGE_GRAY_WEAPON_LANCE:0 "§Y「星光」§!" LARGE_GRAY_WEAPON_LANCE:0 "§Y「星光」§!"
LARGE_GRAY_WEAPON_LANCE_DESC:0 "使用远古L星门建造者的技术所制成的武器是最初的一型光束武器。" LARGE_GRAY_WEAPON_LANCE_DESC:0 "使用远古L星门建造者的技术所制成的武器是最初的一型光束武器。"
MEDIUM_GRAY_WEAPON_LANCE:0 "§Y「星光」Lite§!"
MEDIUM_GRAY_WEAPON_LANCE_DESC:0 "使用远古L星门建造者的技术所制成的武器的...仿真模型,未成年智慧生物请勿玩耍。"
SMALL_GRAY_WEAPON_LANCE:0 "§Y「星光」Mini§!" SMALL_GRAY_WEAPON_LANCE:0 "§Y「星光」Mini§!"
SMALL_GRAY_WEAPON_LANCE_DESC:0 "使用远古L星门建造者的技术所制成的武器的...玩具模型,仍然具有巨大威力。" SMALL_GRAY_WEAPON_LANCE_DESC:0 "使用远古L星门建造者的技术所制成的武器的...玩具模型,仍然具有巨大威力。"
GRAY_BEAM_STATIC_MX:0 "§Y「耀光」Mini§!" GRAY_BEAM_STATIC_MX:0 "§Y「耀光」Mini§!"
@@ -114,6 +121,8 @@
RG_Arsenal_FISSION_REACTOR:0 "$FISSION_REACTOR$" RG_Arsenal_FISSION_REACTOR:0 "$FISSION_REACTOR$"
RG_Arsenal_FISSION_REACTOR_DESC:0 "$FISSION_REACTOR_DESC$" RG_Arsenal_FISSION_REACTOR_DESC:0 "$FISSION_REACTOR_DESC$"
RG_Arsenal_FUSION_NANO_REACTOR:0 "$RG_FUSION_NANO_REACTOR$"
RG_Arsenal_FUSION_NANO_REACTOR_DESC:0 "$RG_FUSION_NANO_REACTOR_DESC$"
RG_PLANET_KILLER_CRACKER:0 "$PLANET_KILLER_CRACKER$" RG_PLANET_KILLER_CRACKER:0 "$PLANET_KILLER_CRACKER$"
RG_PLANET_KILLER_CRACKER_DESC:0 "$PLANET_KILLER_CRACKER_DESC$" RG_PLANET_KILLER_CRACKER_DESC:0 "$PLANET_KILLER_CRACKER_DESC$"
@@ -163,16 +172,16 @@
RG_ABSLUTEFIELD:0 "§R绝对领域§!" RG_ABSLUTEFIELD:0 "§R绝对领域§!"
RG_ABSLUTEFIELD_DESC:0 "§R你不要过来啊啊啊啊§!" RG_ABSLUTEFIELD_DESC:0 "§R你不要过来啊啊啊啊§!"
RG_GrayMotherShip_BEHAVIOR_DESC:0 "§H自由战术§!$NAME_Gray$会听从你的直接指挥,无视一切敌人执行命令。" RG_GrayMotherShip_BEHAVIOR_DESC:0 "§H自由战术:§!$NAME_Gray$会听从你的直接指挥,无视一切敌人执行命令。"
rg_carrier_BEHAVIOR_DESC:0 "§H航母战术§!飞船会停留在超视距§Y400§!),并在战斗开始后尝试后撤。" rg_carrier_BEHAVIOR_DESC:0 "§H航母战术:§!飞船会停留在超视距§Y400§!),并在战斗开始后尝试后撤。"
rg_aura_BEHAVIOR_DESC:0 "§H光环战术§!飞船会停留在超视距§Y600§!),并在战斗开始后尝试后撤。" rg_aura_BEHAVIOR_DESC:0 "§H光环战术:§!飞船会停留在超视距§Y600§!),并在战斗开始后尝试后撤。"
RG_artillery_BEHAVIOR_DESC:0 "§H炮兵战术§!飞船会保持在射程内§Y400§!)开火,并用远距离武器攻击敌人。" RG_artillery_BEHAVIOR_DESC:0 "§H炮兵战术:§!飞船会保持在射程内§Y400§!)开火,并用远距离武器攻击敌人。"
RG_battle_BEHAVIOR_DESC:0 "§H战列战术§!飞船会保持在射程内§Y110§!)开火,并用远距离武器攻击敌人。" RG_battle_BEHAVIOR_DESC:0 "§H战列战术:§!飞船会保持在射程内§Y110§!)开火,并用远距离武器攻击敌人。"
RG_torpedo_BEHAVIOR_DESC:0 "§H雷击战术§!飞船会保持在射程内§Y180§!)开火,并用远距离武器攻击敌人。" RG_torpedo_BEHAVIOR_DESC:0 "§H雷击战术:§!飞船会保持在射程内§Y180§!)开火,并用远距离武器攻击敌人。"
RG_line_BEHAVIOR_DESC:0 "§H线列战术§!飞船会尽可能与敌舰保持近距离§Y50§!),为友军吸收伤害。" RG_line_BEHAVIOR_DESC:0 "§H线列战术:§!飞船会尽可能与敌舰保持近距离§Y50§!),为友军吸收伤害。"
RG_AA_BEHAVIOR_DESC:0 "§H对空战术§!飞船会在远距离§Y150§!)执行舰队防空支援任务,并尝试与敌舰保持距离。" RG_AA_BEHAVIOR_DESC:0 "§H对空战术:§!飞船会在远距离§Y150§!)执行舰队防空支援任务,并尝试与敌舰保持距离。"
RG_COLOSSUS_BEHAVIOR_DESC:0 "§H自由战术§!飞船会听从你的直接指挥,无视一切敌人执行命令。" RG_COLOSSUS_BEHAVIOR_DESC:0 "§H自由战术:§!飞船会听从你的直接指挥,无视一切敌人执行命令。"
RG_icebreak_BEHAVIOR_DESC:0 "§H破冰战术§!飞船会无视一切径直撞向敌舰§Y1§!)!硬碰硬的较量,我们永不沉没。" RG_icebreak_BEHAVIOR_DESC:0 "§H破冰战术:§!飞船会无视一切径直撞向敌舰§Y1§!)!硬碰硬的较量,我们永不沉没。"
RG_COMBAT_COMPUTER_CARRIER:0 "§Y$NAME_Gray$作战计算机-航母战术§!" RG_COMBAT_COMPUTER_CARRIER:0 "§Y$NAME_Gray$作战计算机-航母战术§!"
RG_COMBAT_COMPUTER_CHARGE:0 "§Y$NAME_Gray$作战计算机-线列战术§!" RG_COMBAT_COMPUTER_CHARGE:0 "§Y$NAME_Gray$作战计算机-线列战术§!"
@@ -201,6 +210,9 @@
RG_graygoo_juggernaut_key: "§Y主宰核心§!" RG_graygoo_juggernaut_key: "§Y主宰核心§!"
RG_icebreaker_interdictor_key: "§Y破冰核心§!" RG_icebreaker_interdictor_key: "§Y破冰核心§!"
RG_carrier_destroyer_key: "§Y运航核心§!"
RG_base_destroyer_key: "§Y驱逐核心§!"
LARGE_GRAY_WEAPON_KIN:0 "§Y「糖豆发射器」§!" LARGE_GRAY_WEAPON_KIN:0 "§Y「糖豆发射器」§!"
LARGE_GRAY_WEAPON_KIN_DESC:0 "§Y多就是美。§!\n这些密集的轴基无管动能炮使用了前所未有的重型弹头被设计成只能发射一次的终极火炮。这种武器通常成编制部署占据了整艘战舰一半以上的质量。" LARGE_GRAY_WEAPON_KIN_DESC:0 "§Y多就是美。§!\n这些密集的轴基无管动能炮使用了前所未有的重型弹头被设计成只能发射一次的终极火炮。这种武器通常成编制部署占据了整艘战舰一半以上的质量。"
HUGE_GRAY_WEAPON_KIN:0 "§Y「棒糖发射器」§!" HUGE_GRAY_WEAPON_KIN:0 "§Y「棒糖发射器」§!"
@@ -208,9 +220,13 @@
tech_gray_weapon_lance_1:0 "§Y纳米层级能量操纵§!" tech_gray_weapon_lance_1:0 "§Y纳米层级能量操纵§!"
tech_gray_weapon_lance_1_desc:0 "通过研究L星门中灰色风暴战舰所使用的武器我们得以使用纳米机器人部分还原这种技术。" tech_gray_weapon_lance_1_desc:0 "通过研究L星门中灰色风暴战舰所使用的武器我们得以使用纳米机器人部分还原这种技术。"
tech_gray_matter_remix_2:0 "§Y纳米物质混合工程§!" tech_gray_matter_remix_2:0 "§Y纳米物质混合工程§!"
tech_gray_matter_remix_2_desc:0 "通过将纳米机器人运用在特殊材料中,我们得以赋予这些材料新的性质。" tech_gray_matter_remix_2_desc:0 "通过将纳米机器人运用在特殊材料中,我们得以赋予这些材料新的性质。"
tech_gray_nano_fusion_3:0 "§Y纳米物质能量生产§!"
tech_gray_nano_fusion_3_desc:0 "利用纳米物质特性大幅压缩传统反应堆,极大提升能量产出效率。"
tech_gray_nano_boost_3:0 "§Y纳米物质推进工程§!" tech_gray_nano_boost_3:0 "§Y纳米物质推进工程§!"
tech_gray_nano_boost_3_desc:0 "将新的材料进一步加以改良,我们得以制造出可以自我产生推力的材料,使得更加精密的工程成为可能。" tech_gray_nano_boost_3_desc:0 "将新的材料进一步加以改良,我们得以制造出可以自我产生推力的材料,使得更加精密的工程成为可能。"
@@ -223,6 +239,9 @@
tech_gray_buffnut_6:0 "§Y纳米支援巨像工程§!" tech_gray_buffnut_6:0 "§Y纳米支援巨像工程§!"
tech_gray_buffnut_6_desc:0 "拥有巨像技术的我们可以使用L星门技术设计新型的支援战舰他们拥有巨大的潜力。" tech_gray_buffnut_6_desc:0 "拥有巨像技术的我们可以使用L星门技术设计新型的支援战舰他们拥有巨大的潜力。"
tech_gray_cloaking_3:0 "§Y纳米光线追踪力场§!"
tech_gray_cloaking_3_desc:0 "通过逆向计算光线的照射路线,精细调整护盾力场,使得舰体在部分光线频谱不可见。显然这是一项昂贵的技术。"
tech_gray_repair_system_1:0 "§Y$NAME_Gray$纳米修复系统§!" tech_gray_repair_system_1:0 "§Y$NAME_Gray$纳米修复系统§!"
tech_gray_repair_system_1_desc:0 "在灰色风暴的残骸里发现了一种高效的船壳自动维修系统,由数十亿个微型纳米机器人组成,并已改造成可为我们所用。" tech_gray_repair_system_1_desc:0 "在灰色风暴的残骸里发现了一种高效的船壳自动维修系统,由数十亿个微型纳米机器人组成,并已改造成可为我们所用。"
@@ -230,7 +249,7 @@
tech_object_gray_5_desc:0 "通过日常维护$NAME_Gray$舰体以及...小小的逆向工程,我们得以部分复制$NAME_Gray$母舰的设计,当然,这一切还要征得$NAME_Gray$本人同意。" tech_object_gray_5_desc:0 "通过日常维护$NAME_Gray$舰体以及...小小的逆向工程,我们得以部分复制$NAME_Gray$母舰的设计,当然,这一切还要征得$NAME_Gray$本人同意。"
tech_minilaser_gray_1:0 "§Y$NAME_Gray$武器微型化§!" tech_minilaser_gray_1:0 "§Y$NAME_Gray$武器微型化§!"
tech_minilaser_gray_1_desc:0 "从某个资料架上掉下来一个奇怪的盒子,经过研究里面装着一些奇怪的科技。" tech_minilaser_gray_1_desc:0 "从某个资料架上掉下来一个奇怪的盒子,里面装着一份将纳米武器小型化的可行性验证设计图。"
tech_gray_noway:0 "§Y$NAME_Gray$的不存在课题§!" tech_gray_noway:0 "§Y$NAME_Gray$的不存在课题§!"
tech_gray_noway_desc:0 "好像是一些奇怪的东西,还是不要管比较好吧。" tech_gray_noway_desc:0 "好像是一些奇怪的东西,还是不要管比较好吧。"
@@ -270,7 +289,7 @@
RG_const_country:0 "$NAME_Gray$-自动工程队" RG_const_country:0 "$NAME_Gray$-自动工程队"
requires_rg_graylevel_higherthan_25:0 "§Y$NAME_Gray$必须达到10级§!" requires_rg_graylevel_higherthan_25:0 "§Y$NAME_Gray$必须达到10级§!"
requires_rg_graylevel_higherthan_20:0 "§Y$NAME_Gray$必须达到20级§!" requires_rg_graylevel_higherthan_20:0 "§Y$NAME_Gray$必须达到20级§!"
requires_rg_graylevel_higherthan_50:0 "§Y需要前置科技§!$tech_juggernaut$" requires_rg_graylevel_higherthan_50:0 "§Y需要前置科技:§!$tech_juggernaut$"
rg_nothing:0 "" rg_nothing:0 ""
rg_nothing_desc:0 "" rg_nothing_desc:0 ""
@@ -290,6 +309,20 @@
weapon_type_rg_torpedoe:0 "§Y鱼雷§!" weapon_type_rg_torpedoe:0 "§Y鱼雷§!"
weapon_type_rg_main:0 "§Y主武器§!" weapon_type_rg_main:0 "§Y主武器§!"
weapon_type_rg_armor:0 "§Y装甲部件§!" weapon_type_rg_armor:0 "§Y装甲部件§!"
weapon_type_rg_reactor:0 "§Y能源核心§!"
RG_FUSION_NANO_REACTOR:0 "§Y「梦核」§!"
RG_FUSION_NANO_REACTOR_DESC:0 "利用纳米物质的能量传导特性大幅压缩传统反应堆提升密度。如果要制造一颗恒星,还是把它关在笼子里比较好吧。"
RG_FUSION_NANO_REACTOR_S:0 "$RG_FUSION_NANO_REACTOR$"
RG_FUSION_NANO_REACTOR_S_DESC:0 "$RG_FUSION_NANO_REACTOR_DESC$"
RG_FUSION_NANO_REACTOR_M:0 "$RG_FUSION_NANO_REACTOR$"
RG_FUSION_NANO_REACTOR_M_DESC:0 "$RG_FUSION_NANO_REACTOR_DESC$"
RG_FUSION_NANO_REACTOR_L:0 "$RG_FUSION_NANO_REACTOR$"
RG_FUSION_NANO_REACTOR_L_DESC:0 "$RG_FUSION_NANO_REACTOR_DESC$"
rg_distant_stars_modifier:0 "§H遥远繁星§!" rg_distant_stars_modifier:0 "§H遥远繁星§!"
rg_distant_stars_modifier_desc:0 "L-星团是一群距离我们所熟知的银河系相距极远的星系组成的星团。从内部几乎没有可能启动跃迁引擎回到银河系。\n§H当然你执意要出去...那我也没办法嘛。L-星门开启后自动移除该修正。§!" rg_distant_stars_modifier_desc:0 "L-星团是一群距离我们所熟知的银河系相距极远的星系组成的星团。从内部几乎没有可能启动跃迁引擎回到银河系。\n§H当然你执意要出去...那我也没办法嘛。L-星门开启后自动移除该修正。§!"
@@ -300,14 +333,17 @@
RG_CARRIER_RADAR_tool_tip:0 "§H大幅提升舰船开火距离至§!§Y600§H用于修复超出舰载机射程从而不开火的问题。§!" RG_CARRIER_RADAR_tool_tip:0 "§H大幅提升舰船开火距离至§!§Y600§H用于修复超出舰载机射程从而不开火的问题。§!"
RG_FLAK_PHOENIX_tool_tip:0 "§H距离:§! §Y5§!§H以内的敌舰将会使用舰体撞击。“永不沉没”§!" RG_FLAK_PHOENIX_tool_tip:0 "§H距离:§! §Y5§!§H以内的敌舰将会使用舰体撞击。“永不沉没”§!"
RG_AUTOCONST_HANGER_tool_tip:0 "§H自动工程队模块将会在星系探索完成后自动释放工程舰建造哨站。§!" RG_AUTOCONST_HANGER_tool_tip:0 "§H自动工程队模块将会在星系探索完成后自动释放工程舰建造哨站。§!"
RG_PLANET_KILLER_tool_tip:0 "伤害 §Y35000-350000§!\n冷却 §Y30.00£time£§!\n命中 §Y100%§!\n追踪 §Y100%§!\n射程 §Y0§! ~ §Y800§!\n发射扇面 §Y25§!度\n平均伤害 §Y5250.00/£time£§!\n\n§G+100% 船体伤害§!\n§G+100% 护盾伤害§!\n§G+100% 装甲伤害§!\n§G+100% 护盾穿透§!\n§G+100% 装甲穿透§!\n\n该武器依据目标舰船大小的§G100%§!施加额外的倍乘伤害。" RG_PLANET_KILLER_tool_tip:0 "伤害: §Y35000-350000§!\n冷却: §Y30.00£time£§!\n命中: §Y100%§!\n追踪: §Y100%§!\n射程: §Y0§! ~ §Y800§!\n发射扇面: §Y25§!度\n平均伤害: §Y5250.00/£time£§!\n\n§G+100% 船体伤害§!\n§G+100% 护盾伤害§!\n§G+100% 装甲伤害§!\n§G+100% 护盾穿透§!\n§G+100% 装甲穿透§!\n\n该武器依据目标舰船大小的§G100%§!施加额外的倍乘伤害。"
RG_revive_component:0 "§Y「折纸」§!" RG_revive_component:0 "§Y「折纸」§!"
RG_REVIVE_COMPONENT_tooltip:0 "§H据说能够瞬间重组舰船的神奇设备。真想真正的看一眼。§!" RG_REVIVE_COMPONENT_tooltip:0 "§H据说能够瞬间重组舰船的神奇设备。真想真正的看一眼。§!"
RG_CORVETTE_CLOAKING_3:0 "§Y「记忆中的流星」§!" RG_CORVETTE_CLOAKING_3:0 "§Y「记忆中的流星」§!"
RG_CORVETTE_CLOAKING_3_DESC:0 "通过$NAME_Gray$精细的能量输入调控,改装过的隐形场能够保留绝大多数的护盾强度的同时提高隐形场强度。但这种改造却无法量产。" RG_CORVETTE_CLOAKING_3_DESC:0 "通过$NAME_Gray$精细的能量输入调控,改装过的隐形场能够保留绝大多数的护盾强度的同时提高隐形场强度。但这种改造却无法量产。"
RG_CLOAKING_3_TOOLTIP:0 "\n隐形时护盾强度削减 §R-10%§!" RG_CLOAKING_3_TOOLTIP:0 "\n隐形时护盾强度削减: §R-10%§!"
TECH_UNLOCK_RG_CLOAKING_3_TITLE: "§H解锁部件:§!$RG_CORVETTE_CLOAKING_3$"
TECH_UNLOCK_RG_CLOAKING_3_DESC: "§H$RG_CORVETTE_CLOAKING_3$§!\n$tech_gray_cloaking_3_desc$"
rg_gray_army_base:0 "§Y自走纳米机器战体§!" rg_gray_army_base:0 "§Y自走纳米机器战体§!"
rg_gray_army_base_desc:0 "经过逆向工程制造出的纳米作战体复制品,只拥有有限的作战决策能力。不过仍具有巨大的威力。" rg_gray_army_base_desc:0 "经过逆向工程制造出的纳米作战体复制品,只拥有有限的作战决策能力。不过仍具有巨大的威力。"
@@ -323,29 +359,29 @@
RG_leader_trait_admiral_fake_dragon:0 "§Y龙的灵魂§!" RG_leader_trait_admiral_fake_dragon:0 "§Y龙的灵魂§!"
RG_leader_trait_admiral_fake_dragon_desc:0 "迷途的灵魂虽然不是龙,却想要化身为龙。你也是龙,也好。" RG_leader_trait_admiral_fake_dragon_desc:0 "迷途的灵魂虽然不是龙,却想要化身为龙。你也是龙,也好。"
RG_leader_trait_admiral_timed_life:0 "§Y计时的生命§!" RG_leader_trait_admiral_timed_life:0 "§Y计时的生命§!"
RG_leader_trait_admiral_timed_life_desc:0 "\n§G模拟龙的属性会随着年龄增长。\n$t$§Y每增长一岁提供§!\n$tt$§G 额外舰船武器伤害 +1%§!\n§G 额外装甲生命值 +1%§!\n§G 额外船体生命值 +1%§!$t$\n当前§!§R[owner.rg_fake_dragon_timedlife_counter]§!§G岁§!\n她是从一次实验中诞生的模拟生命。时间每流逝一个月她就老去一岁。倘若无法找到永生的方法脆弱的灵魂就将落叶归根。" RG_leader_trait_admiral_timed_life_desc:0 "\n§G模拟龙的属性会随着年龄增长。\n$t$§Y每增长一岁提供§!:\n$tt$§G 额外舰船武器伤害 +1%§!\n§G 额外装甲生命值 +1%§!\n§G 额外船体生命值 +1%§!$t$\n当前§!§R[owner.rg_fake_dragon_timedlife_counter]§!§G岁§!\n她是从一次实验中诞生的模拟生命。时间每流逝一个月她就老去一岁。倘若无法找到永生的方法脆弱的灵魂就将落叶归根。"
RG_leader_trait_admiral_born_tobe_dragon:0 "§Y羽化成龙§!" RG_leader_trait_admiral_born_tobe_dragon:0 "§Y羽化成龙§!"
RG_leader_trait_admiral_born_tobe_dragon_desc:0 "\n§G模拟龙的属性会随着年龄增长。\n$t$§Y每增长一岁提供§!\n$tt$§G 额外舰船武器伤害 +1%§!\n§G 额外装甲生命值 +1%§!\n§G 额外船体生命值 +1%§!$t$\n当前§!§R[owner.rg_fake_dragon_timedlife_counter]§!§G岁§!\n梦想中的龙终于变成了梦想中的样子。传说她一拳打开了壳化身为龙。" RG_leader_trait_admiral_born_tobe_dragon_desc:0 "\n§G模拟龙的属性会随着年龄增长。\n$t$§Y每增长一岁提供§!:\n$tt$§G 额外舰船武器伤害 +1%§!\n§G 额外装甲生命值 +1%§!\n§G 额外船体生命值 +1%§!$t$\n当前§!§R[owner.rg_fake_dragon_timedlife_counter]§!§G岁§!\n梦想中的龙终于变成了梦想中的样子。传说她一拳打开了壳化身为龙。"
rg_fake_dragon_desc:0 "模拟龙是在$NAME_Gray$的神秘实验中诞生的模拟生命。虽然由纳米机器组成但却无法自主控制这些纳米机器。随着纳米机器失去维护能力,模拟龙的未来也变得愈加扑朔迷离。" rg_fake_dragon_desc:0 "模拟龙是在$NAME_Gray$的神秘实验中诞生的模拟生命。虽然由纳米机器组成但却无法自主控制这些纳米机器。随着纳米机器失去维护能力,模拟龙的未来也变得愈加扑朔迷离。"
rg_timed_life_millennium:0 "§R千年魂环§!模拟龙已经一千岁了~恭喜你。然而什么都没有发生!" rg_timed_life_millennium:0 "§R千年魂环§!:模拟龙已经一千岁了~恭喜你。然而什么都没有发生!"
rg_timed_life_millennium_reborn:0 "§Y发光的§!§R千年魂环§!模拟龙已经一千岁了~§R你是怎么做到的难道一千年真的如此短暂吗§!\n你获得了§R废物认证§!~" rg_timed_life_millennium_reborn:0 "§Y发光的§!§R千年魂环§!:模拟龙已经一千岁了~§R你是怎么做到的难道一千年真的如此短暂吗§!\n你获得了§R废物认证§!~"
RG_sim_dragon_species:0 "伪装的龙" RG_sim_dragon_species:0 "伪装的龙"
RG_SIMULATION_DRAGON_SPECIES:0 "伪装的龙" RG_SIMULATION_DRAGON_SPECIES:0 "伪装的龙"
MESSAGE_KOGASA_VIRUS_EXTERMINATED:0 "§R检测到伞病毒威胁§!" MESSAGE_KOGASA_VIRUS_EXTERMINATED:0 "§R检测到伞病毒威胁§!"
rg_kogasa_exterminated_desc:0 "守护进程检测到$NAME_Gray$人格完整性遭到篡改,污染目标已被净化,处理方案无害化处理。" rg_kogasa_exterminated_desc:0 "守护进程检测到$NAME_Gray$人格完整性遭到篡改,污染目标已被净化,处理方案:无害化处理。"
situation_rg_gray_mod1:0 "§Y$NAME_Gray$改造工程§!" situation_rg_gray_mod1:0 "§Y$NAME_Gray$改造工程§!"
situation_rg_gray_mod1_desc:0 "由于L星团资源太缺乏$NAME_Gray$的舰体已经很久没有维护了。通过调集足够的资源$NAME_Gray$能够将母舰状态恢复到完全体。为了执行这项计划,$NAME_Gray$需要我们的工程团队的帮助。\n§R切换$NAME_Gray$形态将会导致计划失败。§!" situation_rg_gray_mod1_desc:0 "由于L星团资源太缺乏$NAME_Gray$的舰体已经很久没有维护了。通过调集足够的资源$NAME_Gray$能够将母舰状态恢复到完全体。为了执行这项计划,$NAME_Gray$需要我们的工程团队的帮助。\n§R切换$NAME_Gray$形态将会导致计划失败。§!"
situation_rg_gray_mod1_stage_1:0 "§Y第一阶段基本舰体修复阶段§!" situation_rg_gray_mod1_stage_1:0 "§Y第一阶段:基本舰体修复阶段§!"
situation_rg_gray_mod1_stage_2:0 "§Y第二阶段武器载点重构阶段§!" situation_rg_gray_mod1_stage_2:0 "§Y第二阶段:武器载点重构阶段§!"
situation_rg_gray_mod1_stage_3:0 "§Y第三阶段可行性验证阶段§!" situation_rg_gray_mod1_stage_3:0 "§Y第三阶段:可行性验证阶段§!"
situation_rg_gray_mod1_stage_4:0 "§Y第四阶段歼星武器设计阶段§!" situation_rg_gray_mod1_stage_4:0 "§Y第四阶段:歼星武器设计阶段§!"
situation_rg_gray_mod1_stage_5:0 "§Y第五阶段全舰纳米化设计阶段§!" situation_rg_gray_mod1_stage_5:0 "§Y第五阶段:全舰纳米化设计阶段§!"
situation_rg_gray_mod1_stage_6:0 "§Y第六阶段最终试航阶段§!" situation_rg_gray_mod1_stage_6:0 "§Y第六阶段:最终试航阶段§!"
situation_rg_gray_mod1_stage_1_tooltip:0 "$rg_story.23.desc$" situation_rg_gray_mod1_stage_1_tooltip:0 "$rg_story.23.desc$"
situation_rg_gray_mod1_stage_2_tooltip:0 "$rg_story.24.desc$" situation_rg_gray_mod1_stage_2_tooltip:0 "$rg_story.24.desc$"
@@ -380,20 +416,20 @@
situation_rg_gray_mod2:0 "§Y$NAME_Gray$旗舰改造工程§!" situation_rg_gray_mod2:0 "§Y$NAME_Gray$旗舰改造工程§!"
situation_rg_gray_mod2_desc:0 "我们的科学家相信,随着我们对$NAME_Gray$舰体和科技的研究成果的积累,我们能够设计一种巨型的旗舰舰体。如果取得成功,$NAME_Gray$母舰将获得足以匹敌堕落帝国的战斗力。为了这项伟大的项目,我们需要调集巨量的资源。一旦资源准备妥当,项目可以立即开始\n§H这是一项长期工程因此切换$NAME_Gray$形态不会导致计划失败。§!" situation_rg_gray_mod2_desc:0 "我们的科学家相信,随着我们对$NAME_Gray$舰体和科技的研究成果的积累,我们能够设计一种巨型的旗舰舰体。如果取得成功,$NAME_Gray$母舰将获得足以匹敌堕落帝国的战斗力。为了这项伟大的项目,我们需要调集巨量的资源。一旦资源准备妥当,项目可以立即开始\n§H这是一项长期工程因此切换$NAME_Gray$形态不会导致计划失败。§!"
situation_rg_gray_mod2_stage_1:0 "§Y第一阶段基本力学验证阶段§!" situation_rg_gray_mod2_stage_1:0 "§Y第一阶段:基本力学验证阶段§!"
situation_rg_gray_mod2_stage_2:0 "§Y第二阶段纳米构成研究阶段§!" situation_rg_gray_mod2_stage_2:0 "§Y第二阶段:纳米构成研究阶段§!"
situation_rg_gray_mod2_stage_3:0 "§Y第三阶段工程场地建设阶段§!" situation_rg_gray_mod2_stage_3:0 "§Y第三阶段:工程场地建设阶段§!"
situation_rg_gray_mod2_stage_4:0 "§Y第四阶段反应堆稳定研究阶段§!" situation_rg_gray_mod2_stage_4:0 "§Y第四阶段:反应堆稳定研究阶段§!"
situation_rg_gray_mod2_stage_5:0 "§Y第五阶段主武器载点设计阶段§!" situation_rg_gray_mod2_stage_5:0 "§Y第五阶段:主武器载点设计阶段§!"
situation_rg_gray_mod2_stage_6:0 "§Y第六阶段舱室布局设计阶段§!" situation_rg_gray_mod2_stage_6:0 "§Y第六阶段:舱室布局设计阶段§!"
situation_rg_gray_mod2_stage_7:0 "§Y第七阶段舰体龙骨铺设阶段§!" situation_rg_gray_mod2_stage_7:0 "§Y第七阶段:舰体龙骨铺设阶段§!"
situation_rg_gray_mod2_stage_8:0 "§Y第八阶段舰体主结构铺设阶段§!" situation_rg_gray_mod2_stage_8:0 "§Y第八阶段:舰体主结构铺设阶段§!"
situation_rg_gray_mod2_stage_9:0 "§Y第九阶段超空间引擎验证阶段§!" situation_rg_gray_mod2_stage_9:0 "§Y第九阶段:超空间引擎验证阶段§!"
situation_rg_gray_mod2_stage_10:0 "§Y第十阶段子系统吊装阶段§!" situation_rg_gray_mod2_stage_10:0 "§Y第十阶段:子系统吊装阶段§!"
situation_rg_gray_mod2_stage_11:0 "§Y第十一阶段全舰纳米化设计阶段§!" situation_rg_gray_mod2_stage_11:0 "§Y第十一阶段:全舰纳米化设计阶段§!"
situation_rg_gray_mod2_stage_12:0 "§Y第十二阶段最终试航阶段§!" situation_rg_gray_mod2_stage_12:0 "§Y第十二阶段:最终试航阶段§!"
situation_rg_gray_mod2_stage_13:0 "§Y第十三阶段居住区划设计阶段§!" situation_rg_gray_mod2_stage_13:0 "§Y第十三阶段:居住区划设计阶段§!"
situation_rg_gray_mod2_stage_14:0 "§Y第十四阶段主宰船坞铺设阶段§!" situation_rg_gray_mod2_stage_14:0 "§Y第十四阶段:主宰船坞铺设阶段§!"
situation_rg_gray_mod2_stage_1_tooltip:0 "$rg_story.30.desc$" situation_rg_gray_mod2_stage_1_tooltip:0 "$rg_story.30.desc$"
situation_rg_gray_mod2_stage_2_tooltip:0 "$rg_story.31.desc$" situation_rg_gray_mod2_stage_2_tooltip:0 "$rg_story.31.desc$"

View File

@@ -22,7 +22,9 @@
RG_gray_juggernaut:0 "§B纳米机器主宰舰§!" RG_gray_juggernaut:0 "§B纳米机器主宰舰§!"
RG_gray_juggernaut_plural:0 "§B纳米机器主宰舰§!" RG_gray_juggernaut_plural:0 "§B纳米机器主宰舰§!"
RG_orbital_ring_tier_1:0 "§Y纳米星环防御终端§!" RG_orbital_ring_tier_1:0 "§Y纳米星环防御终端§!"
RG_orbital_ring_tier_1_plural:0 "§B纳米机器主宰舰§!" RG_orbital_ring_tier_1_plural:0 "§Y纳米星环防御终端§!"
RG_graygoo_destroyer:0 "§Y纳米机器驱逐舰§!"
RG_graygoo_destroyer_plural:0 "§Y纳米机器驱逐舰§!"
RG_gray_warship_key:0 "§Y$NAME_Gray$船体§!" RG_gray_warship_key:0 "§Y$NAME_Gray$船体§!"
RG_gray_warship_base_key:0 "§Y$NAME_Gray$船体§!" RG_gray_warship_base_key:0 "§Y$NAME_Gray$船体§!"
@@ -63,3 +65,5 @@
NAME_RG_FAKE_Dragon:0 "龙之幼体" NAME_RG_FAKE_Dragon:0 "龙之幼体"
NAME_rg_gray_habitat:0 "纳米机器核心站点" NAME_rg_gray_habitat:0 "纳米机器核心站点"
NAME_rg_gray_habitat_base:0 "纳-迪-沙空间站点" NAME_rg_gray_habitat_base:0 "纳-迪-沙空间站点"
NAME_RG_carrier_destroyer:0 "纳米机器航运单元"
NAME_RG_base_destroyer:0 "纳米机器阵列单元"