Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7fba597294 | ||
|
|
0741aac406 | ||
|
|
f95ac26913 | ||
|
|
08c6ff9a6a | ||
|
|
b9cd8bf9f6 | ||
|
|
185db2b335 | ||
|
|
7c341eb145 | ||
|
|
9fc5a0358a | ||
|
|
86465b862e | ||
|
|
ac61fddf1e | ||
|
|
cf69509930 | ||
|
|
a5c19c83e3 |
@@ -6,7 +6,7 @@ component_set = {
|
||||
|
||||
component_set = {
|
||||
key = "LARGE_GRAY_WEAPON_LANCE"
|
||||
icon = "GFX_ship_part_gray_laser_1"
|
||||
icon = "GFX_ship_weapon_rg_spacetime_disruptor"
|
||||
icon_frame = 1
|
||||
}
|
||||
|
||||
@@ -36,13 +36,13 @@ component_set = {
|
||||
|
||||
component_set = {
|
||||
key = "LARGE_GRAY_WEAPON_KIN"
|
||||
icon = "GFX_ship_part_autocannon_4"
|
||||
icon = "GFX_ship_weapon_phaser_bank"
|
||||
icon_frame = 1
|
||||
}
|
||||
|
||||
component_set = {
|
||||
key = "HUGE_GRAY_WEAPON_KIN"
|
||||
icon = "GFX_ship_part_autocannon_4"
|
||||
icon = "GFX_ship_weapon_phaser_bank"
|
||||
icon_frame = 1
|
||||
}
|
||||
|
||||
@@ -54,7 +54,7 @@ component_set = {
|
||||
|
||||
component_set = {
|
||||
key = "RG_FLAK_PHOENIX"
|
||||
icon = "GFX_ship_part_flak_batteries_3"
|
||||
icon = "GFX_ship_part_graymine_old"
|
||||
icon_frame = 1
|
||||
}
|
||||
|
||||
@@ -72,7 +72,7 @@ component_set = {
|
||||
|
||||
component_set = {
|
||||
key = "RG_CARRIER_RADAR"
|
||||
icon = "GFX_ship_part_sensor_1"
|
||||
icon = "GFX_ship_part_gray_sensor"
|
||||
icon_frame = 1
|
||||
}
|
||||
|
||||
@@ -90,7 +90,7 @@ component_set = {
|
||||
|
||||
component_set = {
|
||||
key = "RG_BOMBER_HANGAR_ATTACK_ROCKET"
|
||||
icon = "STRIKE_CRAFT_HANGAR_3"
|
||||
icon = "GFX_ship_part_strike_craft_bomber_3"
|
||||
icon_frame = 1
|
||||
}
|
||||
|
||||
|
||||
@@ -19,6 +19,8 @@ utility_component_template = {
|
||||
}
|
||||
component_set = "power_core"
|
||||
size_restriction = {
|
||||
RG_armed_science_ship
|
||||
RG_graygoo_destroyer
|
||||
RG_graygoo_interdictor
|
||||
RG_graygoo_Buff
|
||||
RG_graygoo_mothership
|
||||
@@ -53,6 +55,8 @@ utility_component_template = {
|
||||
}
|
||||
component_set = "power_core"
|
||||
size_restriction = {
|
||||
RG_armed_science_ship
|
||||
RG_graygoo_destroyer
|
||||
RG_graygoo_interdictor
|
||||
RG_graygoo_Buff
|
||||
RG_graygoo_mothership
|
||||
@@ -87,6 +91,8 @@ utility_component_template = {
|
||||
}
|
||||
component_set = "power_core"
|
||||
size_restriction = {
|
||||
RG_armed_science_ship
|
||||
RG_graygoo_destroyer
|
||||
RG_graygoo_interdictor
|
||||
RG_graygoo_Buff
|
||||
RG_graygoo_mothership
|
||||
@@ -121,6 +127,8 @@ utility_component_template = {
|
||||
}
|
||||
component_set = "power_core"
|
||||
size_restriction = {
|
||||
RG_armed_science_ship
|
||||
RG_graygoo_destroyer
|
||||
RG_graygoo_interdictor
|
||||
RG_graygoo_Buff
|
||||
RG_graygoo_mothership
|
||||
@@ -155,6 +163,8 @@ utility_component_template = {
|
||||
}
|
||||
component_set = "power_core"
|
||||
size_restriction = {
|
||||
RG_armed_science_ship
|
||||
RG_graygoo_destroyer
|
||||
RG_graygoo_interdictor
|
||||
RG_graygoo_Buff
|
||||
RG_graygoo_icebreaker_interdictor
|
||||
@@ -218,6 +228,8 @@ utility_component_template = {
|
||||
}
|
||||
component_set = "power_core"
|
||||
size_restriction = {
|
||||
RG_armed_science_ship
|
||||
RG_graygoo_destroyer
|
||||
RG_graygoo_interdictor
|
||||
RG_graygoo_Buff
|
||||
RG_graygoo_icebreaker_interdictor
|
||||
@@ -286,7 +298,11 @@ utility_component_template = {
|
||||
alloys = 0.08
|
||||
}
|
||||
}
|
||||
prerequisites = {
|
||||
"tech_gray_matter_spray_5"
|
||||
}
|
||||
component_set = "power_core"
|
||||
upgrades_to = "RG_Arsenal_FUSION_NANO_REACTOR"
|
||||
size_restriction = {
|
||||
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 = {
|
||||
key = "RG_ID_SHIP_THRUSTER_1"
|
||||
size = small
|
||||
@@ -314,6 +362,8 @@ utility_component_template = {
|
||||
}
|
||||
component_set = "thruster_components"
|
||||
size_restriction = {
|
||||
RG_armed_science_ship
|
||||
RG_graygoo_destroyer
|
||||
RG_graygoo_interdictor
|
||||
RG_graygoo_Buff
|
||||
RG_graygoo_Arsenal
|
||||
@@ -349,6 +399,8 @@ utility_component_template = {
|
||||
}
|
||||
component_set = "thruster_components"
|
||||
size_restriction = {
|
||||
RG_armed_science_ship
|
||||
RG_graygoo_destroyer
|
||||
RG_graygoo_interdictor
|
||||
RG_graygoo_Buff
|
||||
RG_graygoo_Arsenal
|
||||
@@ -384,6 +436,8 @@ utility_component_template = {
|
||||
}
|
||||
component_set = "thruster_components"
|
||||
size_restriction = {
|
||||
RG_armed_science_ship
|
||||
RG_graygoo_destroyer
|
||||
RG_graygoo_interdictor
|
||||
RG_graygoo_Buff
|
||||
RG_graygoo_Arsenal
|
||||
@@ -419,6 +473,8 @@ utility_component_template = {
|
||||
}
|
||||
component_set = "thruster_components"
|
||||
size_restriction = {
|
||||
RG_armed_science_ship
|
||||
RG_graygoo_destroyer
|
||||
RG_graygoo_interdictor
|
||||
RG_graygoo_Buff
|
||||
RG_graygoo_Arsenal
|
||||
@@ -455,6 +511,8 @@ utility_component_template = {
|
||||
}
|
||||
component_set = "thruster_components"
|
||||
size_restriction = {
|
||||
RG_armed_science_ship
|
||||
RG_graygoo_destroyer
|
||||
RG_graygoo_interdictor
|
||||
RG_graygoo_Buff
|
||||
RG_graygoo_Arsenal
|
||||
@@ -648,6 +706,8 @@ utility_component_template = {
|
||||
}
|
||||
component_set = "power_core"
|
||||
size_restriction = {
|
||||
RG_armed_science_ship
|
||||
RG_graygoo_destroyer
|
||||
RG_graygoo_interdictor
|
||||
RG_graygoo_Buff
|
||||
RG_graygoo_mothership
|
||||
@@ -683,6 +743,8 @@ utility_component_template = {
|
||||
}
|
||||
component_set = "thruster_components"
|
||||
size_restriction = {
|
||||
RG_armed_science_ship
|
||||
RG_graygoo_destroyer
|
||||
RG_graygoo_interdictor
|
||||
RG_graygoo_Buff
|
||||
RG_graygoo_Arsenal
|
||||
@@ -724,6 +786,8 @@ utility_component_template = {
|
||||
}
|
||||
component_set = "power_core"
|
||||
size_restriction = {
|
||||
RG_armed_science_ship
|
||||
RG_graygoo_destroyer
|
||||
RG_graygoo_interdictor
|
||||
RG_graygoo_Buff
|
||||
RG_graygoo_mothership
|
||||
@@ -758,6 +822,8 @@ utility_component_template = {
|
||||
}
|
||||
component_set = "thruster_components"
|
||||
size_restriction = {
|
||||
RG_armed_science_ship
|
||||
RG_graygoo_destroyer
|
||||
RG_graygoo_interdictor
|
||||
RG_graygoo_Buff
|
||||
RG_graygoo_Arsenal
|
||||
@@ -799,6 +865,8 @@ utility_component_template = {
|
||||
}
|
||||
component_set = "power_core"
|
||||
size_restriction = {
|
||||
RG_armed_science_ship
|
||||
RG_graygoo_destroyer
|
||||
RG_graygoo_interdictor
|
||||
RG_graygoo_Buff
|
||||
RG_graygoo_Arsenal
|
||||
@@ -834,6 +902,8 @@ utility_component_template = {
|
||||
}
|
||||
component_set = "thruster_components"
|
||||
size_restriction = {
|
||||
RG_armed_science_ship
|
||||
RG_graygoo_destroyer
|
||||
RG_graygoo_interdictor
|
||||
RG_graygoo_Buff
|
||||
RG_graygoo_Arsenal
|
||||
|
||||
@@ -16,6 +16,7 @@ utility_component_template = {
|
||||
ship_shield_regen_add_perc = 0.1
|
||||
}
|
||||
size_restriction = {
|
||||
RG_graygoo_destroyer
|
||||
RG_graygoo_interdictor
|
||||
RG_graygoo_Buff
|
||||
RG_graygoo_Arsenal
|
||||
@@ -40,6 +41,9 @@ utility_component_template = {
|
||||
alloys = 2
|
||||
}
|
||||
}
|
||||
ai_weight = {
|
||||
weight = 0
|
||||
}
|
||||
}
|
||||
|
||||
#超限聚合装甲
|
||||
@@ -80,6 +84,9 @@ utility_component_template = {
|
||||
alloys = 2
|
||||
}
|
||||
}
|
||||
ai_weight = {
|
||||
weight = 0
|
||||
}
|
||||
}
|
||||
|
||||
#L槽光矛
|
||||
@@ -88,7 +95,7 @@ weapon_component_template = {
|
||||
size = large
|
||||
entity = "invisible_turret_entity"
|
||||
type = instant
|
||||
icon = "GFX_ship_part_gray_laser_1"
|
||||
icon = "GFX_ship_weapon_rg_spacetime_disruptor"
|
||||
icon_frame = 1
|
||||
damage = {
|
||||
min = 120
|
||||
@@ -110,10 +117,8 @@ weapon_component_template = {
|
||||
tags = {
|
||||
weapon_type_rg_secondary
|
||||
}
|
||||
shield_damage = 1.2
|
||||
armor_damage = 1.2
|
||||
shield_penetration = 1
|
||||
armor_penetration = 1
|
||||
resources = {
|
||||
category = ship_components
|
||||
cost = {
|
||||
@@ -129,6 +134,9 @@ weapon_component_template = {
|
||||
tags = {
|
||||
weapon_type_energy
|
||||
}
|
||||
ai_weight = {
|
||||
weight = 0
|
||||
}
|
||||
}
|
||||
|
||||
#S槽光矛Mini
|
||||
@@ -140,8 +148,8 @@ weapon_component_template = {
|
||||
icon = "GFX_ship_part_gray_laser_1"
|
||||
icon_frame = 1
|
||||
damage = {
|
||||
min = 20
|
||||
max = 200
|
||||
min = 40
|
||||
max = 400
|
||||
}
|
||||
windup = {
|
||||
min = 1
|
||||
@@ -159,8 +167,8 @@ weapon_component_template = {
|
||||
tags = {
|
||||
weapon_type_rg_secondary
|
||||
}
|
||||
armor_damage = 1.2
|
||||
shield_penetration = 1
|
||||
armor_penetration = 1
|
||||
resources = {
|
||||
category = ship_components
|
||||
cost = {
|
||||
@@ -175,6 +183,58 @@ weapon_component_template = {
|
||||
tags = {
|
||||
weapon_type_energy
|
||||
}
|
||||
ai_weight = {
|
||||
weight = 0
|
||||
}
|
||||
}
|
||||
|
||||
#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
|
||||
@@ -198,8 +258,8 @@ weapon_component_template = {
|
||||
total_fire_time = 100
|
||||
range = 200
|
||||
accuracy = 1
|
||||
armor_damage = 1.2
|
||||
shield_penetration = 1
|
||||
armor_penetration = 1
|
||||
tracking = 0.4
|
||||
power = -600
|
||||
component_set = "GRAY_BEAM_STATIC_MX"
|
||||
@@ -224,6 +284,9 @@ weapon_component_template = {
|
||||
weapon_type_energy
|
||||
}
|
||||
projectile_gfx = "gatebuilder_lance_weapon"
|
||||
ai_weight = {
|
||||
weight = 0
|
||||
}
|
||||
}
|
||||
|
||||
#X槽光矛
|
||||
@@ -247,10 +310,8 @@ weapon_component_template = {
|
||||
total_fire_time = 100
|
||||
range = 250
|
||||
accuracy = 1
|
||||
shield_damage = 1.5
|
||||
armor_damage = 1.5
|
||||
armor_damage = 1.2
|
||||
shield_penetration = 1
|
||||
armor_penetration = 1
|
||||
tracking = 0.4
|
||||
power = -600
|
||||
component_set = "GRAY_BEAM_STATIC_X"
|
||||
@@ -275,6 +336,9 @@ weapon_component_template = {
|
||||
weapon_type_energy
|
||||
}
|
||||
projectile_gfx = "gatebuilder_lance_weapon"
|
||||
ai_weight = {
|
||||
weight = 0
|
||||
}
|
||||
}
|
||||
|
||||
#歼星武器
|
||||
@@ -322,14 +386,12 @@ weapon_component_template = {
|
||||
}
|
||||
size_restriction = {
|
||||
RG_graygoo_capitalship
|
||||
RG_graygoo_mothership
|
||||
RG_gray_juggernaut
|
||||
}
|
||||
component_set = "RG_PLANET_KILLER"
|
||||
prerequisites = {
|
||||
"tech_gray_juggernaut_8"
|
||||
}
|
||||
hidden = yes
|
||||
ship_limit = 1
|
||||
ai_weight = {
|
||||
weight = 0
|
||||
@@ -416,8 +478,8 @@ weapon_component_template = {
|
||||
total_fire_time = 200
|
||||
range = 400
|
||||
accuracy = 1
|
||||
shield_damage = 1.5
|
||||
armor_damage = 1.5
|
||||
shield_damage = 1.2
|
||||
armor_damage = 1.2
|
||||
shield_penetration = 1
|
||||
armor_penetration = 1
|
||||
tracking = 0.4
|
||||
@@ -444,6 +506,9 @@ weapon_component_template = {
|
||||
weapon_type_energy
|
||||
}
|
||||
projectile_gfx = "gatebuilder_titan_weapon_ex"
|
||||
ai_weight = {
|
||||
weight = 0
|
||||
}
|
||||
}
|
||||
|
||||
#点防
|
||||
@@ -463,7 +528,7 @@ weapon_component_template = {
|
||||
}
|
||||
total_fire_time = 4
|
||||
range = 110
|
||||
shield_penetration = 1
|
||||
shield_damage = 1.2
|
||||
armor_penetration = 1
|
||||
accuracy = 1
|
||||
tracking = 0.8
|
||||
@@ -505,7 +570,7 @@ weapon_component_template = {
|
||||
type = point_defence
|
||||
key = "RG_FLAK_PHOENIX"
|
||||
size = point_defence
|
||||
icon = GFX_ship_part_deluge
|
||||
icon = "GFX_ship_part_graymine_old"
|
||||
icon_frame = 1
|
||||
damage = {
|
||||
min = 10200
|
||||
@@ -565,7 +630,7 @@ weapon_component_template = {
|
||||
type = instant
|
||||
use_ship_kill_target = no
|
||||
component_set = "LARGE_GRAY_WEAPON_KIN"
|
||||
icon = "GFX_ship_part_autocannon_4"
|
||||
icon = "GFX_ship_weapon_phaser_bank"
|
||||
icon_frame = 1
|
||||
damage = {
|
||||
min = 2000
|
||||
@@ -592,9 +657,8 @@ weapon_component_template = {
|
||||
tags = {
|
||||
weapon_type_rg_secondary
|
||||
}
|
||||
shield_damage = 1.2
|
||||
armor_damage = 1.2
|
||||
shield_penetration = 1
|
||||
armor_penetration = 0.5
|
||||
resources = {
|
||||
category = ship_components
|
||||
cost = {
|
||||
@@ -609,6 +673,9 @@ weapon_component_template = {
|
||||
tags = {
|
||||
weapon_type_kinetic
|
||||
}
|
||||
ai_weight = {
|
||||
weight = 0
|
||||
}
|
||||
}
|
||||
|
||||
#一次性动能炮-聚合
|
||||
@@ -619,7 +686,7 @@ weapon_component_template = {
|
||||
type = instant
|
||||
use_ship_kill_target = no
|
||||
component_set = "HUGE_GRAY_WEAPON_KIN"
|
||||
icon = "GFX_ship_part_autocannon_4"
|
||||
icon = "GFX_ship_weapon_phaser_bank"
|
||||
icon_frame = 1
|
||||
damage = {
|
||||
min = 20000
|
||||
@@ -646,9 +713,8 @@ weapon_component_template = {
|
||||
tags = {
|
||||
weapon_type_rg_secondary
|
||||
}
|
||||
shield_damage = 1.2
|
||||
armor_damage = 1.2
|
||||
shield_penetration = 1
|
||||
armor_penetration = 0.5
|
||||
resources = {
|
||||
category = ship_components
|
||||
cost = {
|
||||
@@ -663,6 +729,9 @@ weapon_component_template = {
|
||||
tags = {
|
||||
weapon_type_kinetic
|
||||
}
|
||||
ai_weight = {
|
||||
weight = 0
|
||||
}
|
||||
}
|
||||
|
||||
#无制导
|
||||
@@ -690,19 +759,15 @@ weapon_component_template = {
|
||||
power = -180
|
||||
tags = {
|
||||
weapon_type_energy
|
||||
weapon_type_rg_torpedoe
|
||||
}
|
||||
projectile_gfx = "rg_gatebuilder_torpedo_ballistic"
|
||||
prerequisites = {
|
||||
"tech_gray_nano_boost_3"
|
||||
}
|
||||
tags = {
|
||||
weapon_type_rg_torpedoe
|
||||
}
|
||||
size_damage_factor = 1
|
||||
shield_damage = 1.2
|
||||
armor_damage = 1.2
|
||||
shield_penetration = 1
|
||||
armor_penetration = 1
|
||||
resources = {
|
||||
category = ship_components
|
||||
cost = {
|
||||
@@ -714,6 +779,9 @@ weapon_component_template = {
|
||||
alloys = 0
|
||||
}
|
||||
}
|
||||
ai_weight = {
|
||||
weight = 0
|
||||
}
|
||||
}
|
||||
|
||||
#鱼雷
|
||||
@@ -739,6 +807,7 @@ weapon_component_template = {
|
||||
power = -180
|
||||
tags = {
|
||||
weapon_type_energy
|
||||
weapon_type_rg_torpedoe
|
||||
}
|
||||
projectile_gfx = "gatebuilder_torpedo"
|
||||
prerequisites = {
|
||||
@@ -751,10 +820,8 @@ weapon_component_template = {
|
||||
missile_health = 1000
|
||||
missile_retarget_range = 100
|
||||
size_damage_factor = 1
|
||||
shield_damage = 1.2
|
||||
armor_damage = 1.2
|
||||
shield_penetration = 1
|
||||
armor_penetration = 1
|
||||
resources = {
|
||||
category = ship_components
|
||||
cost = {
|
||||
@@ -777,7 +844,7 @@ weapon_component_template = {
|
||||
size = point_defence
|
||||
entity = "turret_point_defence_entity"
|
||||
type = instant
|
||||
icon = "GFX_ship_part_sensor_1"
|
||||
icon = "GFX_ship_part_gray_sensor"
|
||||
icon_frame = 1
|
||||
damage = {
|
||||
min = 0
|
||||
@@ -837,6 +904,7 @@ strike_craft_component_template = {
|
||||
}
|
||||
}
|
||||
size_restriction = {
|
||||
RG_graygoo_destroyer
|
||||
RG_graygoo_interdictor
|
||||
RG_graygoo_mothership
|
||||
RG_gray_juggernaut
|
||||
@@ -866,13 +934,11 @@ strike_craft_component_template = {
|
||||
rotation_speed = 0.25
|
||||
acceleration = 0.6
|
||||
shield_damage = 1.2
|
||||
armor_damage = 1.2
|
||||
shield_penetration = 1
|
||||
armor_penetration = 1
|
||||
weapon_type = instant
|
||||
projectile_gfx = "gatebuilder_titan_weapon_ex"
|
||||
ship_behavior = "rg_bombers_behavior"
|
||||
icon = "GFX_ship_part_strike_craft_skrand"
|
||||
icon = "GFX_ship_weapon_rg_cutting_beam"
|
||||
icon_frame = 1
|
||||
component_set = "RG_BOMBER_HANGAR_ATTACK_ROCKET"
|
||||
tags = {
|
||||
@@ -905,6 +971,7 @@ strike_craft_component_template = {
|
||||
}
|
||||
}
|
||||
size_restriction = {
|
||||
RG_graygoo_destroyer
|
||||
RG_graygoo_interdictor
|
||||
RG_graygoo_mothership
|
||||
RG_gray_juggernaut
|
||||
@@ -937,13 +1004,11 @@ strike_craft_component_template = {
|
||||
acceleration = 0.6
|
||||
size_damage_factor = 1
|
||||
shield_damage = 1.2
|
||||
armor_damage = 1.2
|
||||
shield_penetration = 1
|
||||
armor_penetration = 1
|
||||
weapon_type = instant
|
||||
projectile_gfx = "gatebuilder_torpedo"
|
||||
ship_behavior = "rg_bombers_behavior"
|
||||
icon = "GFX_ship_part_strike_craft_skrand"
|
||||
icon = "GFX_ship_weapon_rg_cutting_beam"
|
||||
icon_frame = 1
|
||||
component_set = "RG_BOMBER_HANGAR_NEUTRON_TORPEDO"
|
||||
tags = {
|
||||
@@ -976,6 +1041,7 @@ strike_craft_component_template = {
|
||||
}
|
||||
}
|
||||
size_restriction = {
|
||||
RG_graygoo_destroyer
|
||||
RG_graygoo_interdictor
|
||||
RG_graygoo_mothership
|
||||
RG_gray_juggernaut
|
||||
@@ -1007,13 +1073,11 @@ strike_craft_component_template = {
|
||||
acceleration = 0.6
|
||||
size_damage_factor = 1
|
||||
shield_damage = 1.2
|
||||
armor_damage = 1.2
|
||||
shield_penetration = 1
|
||||
armor_penetration = 1
|
||||
weapon_type = instant
|
||||
projectile_gfx = "proton_torpedoes"
|
||||
ship_behavior = "rg_bombers_behavior"
|
||||
icon = "GFX_ship_part_strike_craft_skrand"
|
||||
icon = "GFX_ship_weapon_rg_cutting_beam"
|
||||
icon_frame = 1
|
||||
component_set = "RG_BOMBER_HANGAR_AP_BOMB"
|
||||
tags = {
|
||||
@@ -1048,6 +1112,7 @@ strike_craft_component_template = {
|
||||
}
|
||||
}
|
||||
size_restriction = {
|
||||
RG_graygoo_destroyer
|
||||
RG_graygoo_interdictor
|
||||
RG_graygoo_mothership
|
||||
RG_gray_juggernaut
|
||||
@@ -1077,11 +1142,9 @@ strike_craft_component_template = {
|
||||
rotation_speed = 0.25
|
||||
acceleration = 0.6
|
||||
shield_damage = 1.2
|
||||
armor_damage = 1.2
|
||||
shield_penetration = 1
|
||||
armor_penetration = 1
|
||||
ship_behavior = "rg_bombers_behavior"
|
||||
icon = "GFX_ship_part_strike_craft_skrand"
|
||||
icon = "GFX_ship_weapon_rg_cutting_beam"
|
||||
icon_frame = 1
|
||||
component_set = "RG_FIGHTER_HANGAR_BEAM"
|
||||
tags = {
|
||||
@@ -1111,6 +1174,7 @@ utility_component_template = {
|
||||
}
|
||||
ship_behavior = "RG_colossus"
|
||||
size_restriction = {
|
||||
RG_graygoo_destroyer
|
||||
RG_graygoo_interdictor
|
||||
RG_graygoo_Buff
|
||||
RG_graygoo_Arsenal
|
||||
@@ -1151,6 +1215,7 @@ utility_component_template = {
|
||||
}
|
||||
ship_behavior = "rg_carrier_behavior"
|
||||
size_restriction = {
|
||||
RG_graygoo_destroyer
|
||||
RG_graygoo_interdictor
|
||||
RG_graygoo_Arsenal
|
||||
RG_graygoo_mothership
|
||||
@@ -1189,6 +1254,7 @@ utility_component_template = {
|
||||
}
|
||||
ship_behavior = "RG_line"
|
||||
size_restriction = {
|
||||
RG_graygoo_destroyer
|
||||
RG_graygoo_interdictor
|
||||
RG_graygoo_Arsenal
|
||||
RG_graygoo_mothership
|
||||
@@ -1227,6 +1293,7 @@ utility_component_template = {
|
||||
}
|
||||
ship_behavior = "RG_artillery"
|
||||
size_restriction = {
|
||||
RG_graygoo_destroyer
|
||||
RG_graygoo_interdictor
|
||||
RG_graygoo_Arsenal
|
||||
RG_graygoo_mothership
|
||||
@@ -1301,6 +1368,7 @@ utility_component_template = {
|
||||
}
|
||||
ship_behavior = "rg_aura_behavior"
|
||||
size_restriction = {
|
||||
RG_graygoo_destroyer
|
||||
RG_graygoo_interdictor
|
||||
RG_graygoo_Buff
|
||||
RG_graygoo_Arsenal
|
||||
@@ -1340,6 +1408,7 @@ utility_component_template = {
|
||||
}
|
||||
ship_behavior = "RG_battle"
|
||||
size_restriction = {
|
||||
RG_graygoo_destroyer
|
||||
RG_graygoo_interdictor
|
||||
RG_graygoo_Arsenal
|
||||
RG_graygoo_mothership
|
||||
@@ -1378,6 +1447,7 @@ utility_component_template = {
|
||||
}
|
||||
ship_behavior = "RG_torpedo"
|
||||
size_restriction = {
|
||||
RG_graygoo_destroyer
|
||||
RG_graygoo_interdictor
|
||||
RG_graygoo_Arsenal
|
||||
RG_graygoo_mothership
|
||||
@@ -1416,6 +1486,7 @@ utility_component_template = {
|
||||
}
|
||||
ship_behavior = "RG_AA"
|
||||
size_restriction = {
|
||||
RG_graygoo_destroyer
|
||||
RG_graygoo_interdictor
|
||||
RG_graygoo_Arsenal
|
||||
RG_graygoo_mothership
|
||||
@@ -1454,6 +1525,7 @@ utility_component_template = {
|
||||
}
|
||||
ship_behavior = "RG_icebreak"
|
||||
size_restriction = {
|
||||
RG_graygoo_destroyer
|
||||
RG_graygoo_interdictor
|
||||
RG_graygoo_Arsenal
|
||||
RG_graygoo_mothership
|
||||
@@ -1602,7 +1674,7 @@ utility_component_template = {
|
||||
weapon_type_rg_aux
|
||||
}
|
||||
ai_weight = {
|
||||
weight = 5
|
||||
weight = 0
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1751,7 +1823,7 @@ weapon_component_template = {
|
||||
}
|
||||
}
|
||||
ai_weight = {
|
||||
weight = 1
|
||||
weight = 0
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2142,7 +2214,7 @@ weapon_component_template = {
|
||||
utility_component_template = {
|
||||
key = "RG_gatebuilder_jump"
|
||||
size = small
|
||||
icon = "GFX_ship_part_warp_drive_3"
|
||||
icon = "GFX_ship_part_mod_warp_drive_3"
|
||||
icon_frame = 1
|
||||
power = -50
|
||||
# hidden = yes
|
||||
@@ -2152,7 +2224,7 @@ utility_component_template = {
|
||||
alloys = 300
|
||||
}
|
||||
}
|
||||
prerequisites = { "tech_gray_interdictor_4" }
|
||||
prerequisites = { "tech_gray_nano_boost_3" }
|
||||
ftl = yes
|
||||
jumpdrive = yes
|
||||
ship_modifier = {
|
||||
@@ -2164,10 +2236,7 @@ utility_component_template = {
|
||||
weapon_type_rg_jumpdrive
|
||||
}
|
||||
ai_weight = {
|
||||
weight = 100
|
||||
}
|
||||
class_restriction = {
|
||||
shipclass_military
|
||||
weight = 0
|
||||
}
|
||||
component_set = "ftl_components"
|
||||
}
|
||||
@@ -2176,7 +2245,7 @@ utility_component_template = {
|
||||
utility_component_template = {
|
||||
key = "RG_gatebuilder_sensor"
|
||||
size = medium
|
||||
icon = "GFX_ship_part_sensor_4"
|
||||
icon = "GFX_ship_part_gray_sensor"
|
||||
icon_frame = 1
|
||||
power = -20
|
||||
# hidden = yes
|
||||
@@ -2188,7 +2257,7 @@ utility_component_template = {
|
||||
}
|
||||
sensor_range = 15
|
||||
hyperlane_range = 20
|
||||
prerequisites = { "tech_gray_interdictor_4" }
|
||||
prerequisites = { "tech_gray_matter_remix_2" }
|
||||
ship_modifier = {
|
||||
ship_tracking_add = 20
|
||||
}
|
||||
@@ -2197,7 +2266,7 @@ utility_component_template = {
|
||||
weapon_type_rg_sensor
|
||||
}
|
||||
ai_weight = {
|
||||
weight = 100
|
||||
weight = 0
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2205,7 +2274,7 @@ utility_component_template = {
|
||||
utility_component_template = {
|
||||
key = "RG_gatebuilder_thruster"
|
||||
size = small
|
||||
icon = "GFX_ship_part_thruster_4"
|
||||
icon = "GFX_ship_part_gray_engine"
|
||||
icon_frame = 1
|
||||
power = -50
|
||||
# hidden = yes
|
||||
@@ -2215,20 +2284,112 @@ utility_component_template = {
|
||||
alloys = 200
|
||||
}
|
||||
}
|
||||
prerequisites = { "tech_gray_interdictor_4" }
|
||||
prerequisites = { "tech_gray_nano_boost_3" }
|
||||
modifier = {
|
||||
ship_speed_mult = 1.25
|
||||
ship_evasion_add = 10
|
||||
}
|
||||
component_set = "thruster_components"
|
||||
class_restriction = {
|
||||
shipclass_military
|
||||
}
|
||||
tags = {
|
||||
weapon_type_rg_thruster
|
||||
}
|
||||
ai_weight = {
|
||||
weight = 100
|
||||
weight = 0
|
||||
}
|
||||
}
|
||||
|
||||
#反应堆
|
||||
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
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2271,9 +2432,11 @@ utility_component_template = {
|
||||
RG_graygoo_mothership
|
||||
}
|
||||
prerequisites = {
|
||||
"tech_cloaking_3"
|
||||
"tech_gray_cloaking_3"
|
||||
}
|
||||
ship_limit = 1
|
||||
hidden = yes
|
||||
component_set = "science_cloaking_components"
|
||||
ai_weight = {
|
||||
weight = 0
|
||||
}
|
||||
}
|
||||
|
||||
@@ -147,7 +147,7 @@ ship_design = {
|
||||
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_sensor"
|
||||
required_component = "RG_gatebuilder_thruster"
|
||||
@@ -326,7 +326,7 @@ ship_design = {
|
||||
}
|
||||
}
|
||||
required_component = "RG_gatebuilder_sensor"
|
||||
required_component = "TITAN_ANTIMATTER_REACTOR"
|
||||
required_component = "RG_FUSION_NANO_REACTOR_L"
|
||||
required_component = "COMBAT_COMPUTER_PLATFORM_ADVANCED"
|
||||
}
|
||||
|
||||
@@ -549,7 +549,7 @@ ship_design = {
|
||||
required_component = "RG_gatebuilder_jump"
|
||||
required_component = "RG_gatebuilder_sensor"
|
||||
required_component = "RG_gatebuilder_thruster"
|
||||
required_component = "TITAN_ZERO_POINT_REACTOR"
|
||||
required_component = "RG_FUSION_NANO_REACTOR_M"
|
||||
required_component = "RG_COMBAT_COMPUTER_torpedo"
|
||||
}
|
||||
|
||||
@@ -709,7 +709,7 @@ ship_design = {
|
||||
required_component = "RG_gatebuilder_jump"
|
||||
required_component = "RG_gatebuilder_sensor"
|
||||
required_component = "RG_gatebuilder_thruster"
|
||||
required_component = "TITAN_ZERO_POINT_REACTOR"
|
||||
required_component = "RG_FUSION_NANO_REACTOR_M"
|
||||
required_component = "RG_COMBAT_COMPUTER_CARRIER"
|
||||
}
|
||||
|
||||
@@ -816,7 +816,7 @@ ship_design = {
|
||||
required_component = "RG_gatebuilder_jump"
|
||||
required_component = "RG_gatebuilder_sensor"
|
||||
required_component = "RG_gatebuilder_thruster"
|
||||
required_component = "TITAN_ZERO_POINT_REACTOR"
|
||||
required_component = "RG_FUSION_NANO_REACTOR_M"
|
||||
required_component = "RG_COMBAT_COMPUTER_torpedo"
|
||||
}
|
||||
|
||||
@@ -880,7 +880,7 @@ ship_design = {
|
||||
required_component = "RG_gatebuilder_jump"
|
||||
required_component = "RG_gatebuilder_sensor"
|
||||
required_component = "RG_gatebuilder_thruster"
|
||||
required_component = "TITAN_ZERO_POINT_REACTOR"
|
||||
required_component = "RG_FUSION_NANO_REACTOR_M"
|
||||
required_component = "RG_COMBAT_COMPUTER_torpedo"
|
||||
}
|
||||
|
||||
@@ -1013,7 +1013,7 @@ ship_design = {
|
||||
required_component = "RG_gatebuilder_jump"
|
||||
required_component = "RG_gatebuilder_sensor"
|
||||
required_component = "RG_gatebuilder_thruster"
|
||||
required_component = "TITAN_ZERO_POINT_REACTOR"
|
||||
required_component = "RG_FUSION_NANO_REACTOR_M"
|
||||
required_component = "RG_COMBAT_COMPUTER_torpedo"
|
||||
}
|
||||
|
||||
@@ -1077,7 +1077,7 @@ ship_design = {
|
||||
required_component = "RG_gatebuilder_jump"
|
||||
required_component = "RG_gatebuilder_sensor"
|
||||
required_component = "RG_gatebuilder_thruster"
|
||||
required_component = "TITAN_ZERO_POINT_REACTOR"
|
||||
required_component = "RG_FUSION_NANO_REACTOR_M"
|
||||
required_component = "RG_COMBAT_COMPUTER_torpedo"
|
||||
}
|
||||
|
||||
|
||||
@@ -20,15 +20,15 @@ ship_design = {
|
||||
}
|
||||
component = {
|
||||
slot = "MEDIUM_GUN_01"
|
||||
template = "SMALL_GRAY_WEAPON_LANCE"
|
||||
template = "MEDIUM_GRAY_WEAPON_LANCE"
|
||||
}
|
||||
component = {
|
||||
slot = "MEDIUM_GUN_02"
|
||||
template = "SMALL_GRAY_WEAPON_LANCE"
|
||||
template = "MEDIUM_GRAY_WEAPON_LANCE"
|
||||
}
|
||||
component = {
|
||||
slot = "MEDIUM_GUN_03"
|
||||
template = "SMALL_GRAY_WEAPON_LANCE"
|
||||
template = "MEDIUM_GRAY_WEAPON_LANCE"
|
||||
}
|
||||
component = {
|
||||
slot = "LARGE_GUN_01"
|
||||
@@ -251,7 +251,7 @@ ship_design = {
|
||||
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_sensor"
|
||||
required_component = "RG_gatebuilder_thruster"
|
||||
@@ -841,7 +841,7 @@ ship_design = {
|
||||
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_sensor"
|
||||
required_component = "RG_gatebuilder_thruster"
|
||||
@@ -1433,7 +1433,7 @@ ship_design = {
|
||||
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_sensor"
|
||||
required_component = "RG_gatebuilder_thruster"
|
||||
@@ -1505,7 +1505,7 @@ ship_design = {
|
||||
required_component = "RG_gatebuilder_jump"
|
||||
required_component = "RG_gatebuilder_sensor"
|
||||
required_component = "RG_gatebuilder_thruster"
|
||||
required_component = "TITAN_ZERO_POINT_REACTOR"
|
||||
required_component = "RG_FUSION_NANO_REACTOR_M"
|
||||
required_component = "RG_COMBAT_COMPUTER_CARRIER"
|
||||
}
|
||||
|
||||
@@ -1569,7 +1569,7 @@ ship_design = {
|
||||
required_component = "RG_gatebuilder_jump"
|
||||
required_component = "RG_gatebuilder_sensor"
|
||||
required_component = "RG_gatebuilder_thruster"
|
||||
required_component = "TITAN_ZERO_POINT_REACTOR"
|
||||
required_component = "RG_FUSION_NANO_REACTOR_M"
|
||||
required_component = "RG_COMBAT_COMPUTER_battle"
|
||||
}
|
||||
|
||||
@@ -1613,7 +1613,7 @@ ship_design = {
|
||||
required_component = "RG_gatebuilder_jump"
|
||||
required_component = "RG_gatebuilder_sensor"
|
||||
required_component = "RG_gatebuilder_thruster"
|
||||
required_component = "TITAN_ZERO_POINT_REACTOR"
|
||||
required_component = "RG_FUSION_NANO_REACTOR_M"
|
||||
required_component = "RG_COMBAT_COMPUTER_artillery"
|
||||
}
|
||||
|
||||
@@ -1669,7 +1669,7 @@ ship_design = {
|
||||
required_component = "RG_gatebuilder_jump"
|
||||
required_component = "RG_gatebuilder_sensor"
|
||||
required_component = "RG_gatebuilder_thruster"
|
||||
required_component = "TITAN_ZERO_POINT_REACTOR"
|
||||
required_component = "RG_FUSION_NANO_REACTOR_M"
|
||||
required_component = "RG_COMBAT_COMPUTER_CHARGE"
|
||||
}
|
||||
|
||||
@@ -1733,7 +1733,7 @@ ship_design = {
|
||||
required_component = "RG_gatebuilder_jump"
|
||||
required_component = "RG_gatebuilder_sensor"
|
||||
required_component = "RG_gatebuilder_thruster"
|
||||
required_component = "TITAN_ZERO_POINT_REACTOR"
|
||||
required_component = "RG_FUSION_NANO_REACTOR_M"
|
||||
required_component = "RG_COMBAT_COMPUTER_torpedo"
|
||||
}
|
||||
|
||||
@@ -1817,7 +1817,7 @@ ship_design = {
|
||||
required_component = "RG_gatebuilder_jump"
|
||||
required_component = "RG_gatebuilder_sensor"
|
||||
required_component = "RG_gatebuilder_thruster"
|
||||
required_component = "TITAN_ZERO_POINT_REACTOR"
|
||||
required_component = "RG_FUSION_NANO_REACTOR_M"
|
||||
required_component = "RG_COMBAT_COMPUTER_AA"
|
||||
}
|
||||
|
||||
@@ -1861,7 +1861,7 @@ ship_design = {
|
||||
required_component = "RG_gatebuilder_jump"
|
||||
required_component = "RG_gatebuilder_sensor"
|
||||
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_ANTIBAKAHALO"
|
||||
required_component = "RG_BAKAHALO"
|
||||
@@ -2199,7 +2199,7 @@ ship_design = {
|
||||
required_component = "RG_gatebuilder_jump"
|
||||
required_component = "RG_gatebuilder_sensor"
|
||||
required_component = "RG_gatebuilder_thruster"
|
||||
required_component = "TITAN_ZERO_POINT_REACTOR"
|
||||
required_component = "RG_FUSION_NANO_REACTOR_M"
|
||||
required_component = "RG_COMBAT_COMPUTER_battle"
|
||||
}
|
||||
|
||||
@@ -2259,7 +2259,7 @@ ship_design = {
|
||||
required_component = "RG_gatebuilder_jump"
|
||||
required_component = "RG_gatebuilder_sensor"
|
||||
required_component = "RG_gatebuilder_thruster"
|
||||
required_component = "TITAN_ZERO_POINT_REACTOR"
|
||||
required_component = "RG_FUSION_NANO_REACTOR_M"
|
||||
required_component = "RG_COMBAT_COMPUTER_battle"
|
||||
}
|
||||
|
||||
@@ -2323,7 +2323,7 @@ ship_design = {
|
||||
required_component = "RG_gatebuilder_jump"
|
||||
required_component = "RG_gatebuilder_sensor"
|
||||
required_component = "RG_gatebuilder_thruster"
|
||||
required_component = "TITAN_ZERO_POINT_REACTOR"
|
||||
required_component = "RG_FUSION_NANO_REACTOR_M"
|
||||
required_component = "RG_COMBAT_COMPUTER_torpedo"
|
||||
}
|
||||
|
||||
@@ -2407,7 +2407,7 @@ ship_design = {
|
||||
required_component = "RG_gatebuilder_jump"
|
||||
required_component = "RG_gatebuilder_sensor"
|
||||
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_CORVETTE_CLOAKING_3"
|
||||
}
|
||||
|
||||
@@ -87,19 +87,19 @@ ship_design = {
|
||||
}
|
||||
component = {
|
||||
slot = "MEDIUM_GUN_01"
|
||||
template = "SMALL_GRAY_WEAPON_LANCE"
|
||||
template = "MEDIUM_GRAY_WEAPON_LANCE"
|
||||
}
|
||||
component = {
|
||||
slot = "MEDIUM_GUN_02"
|
||||
template = "SMALL_GRAY_WEAPON_LANCE"
|
||||
template = "MEDIUM_GRAY_WEAPON_LANCE"
|
||||
}
|
||||
component = {
|
||||
slot = "MEDIUM_GUN_03"
|
||||
template = "SMALL_GRAY_WEAPON_LANCE"
|
||||
template = "MEDIUM_GRAY_WEAPON_LANCE"
|
||||
}
|
||||
component = {
|
||||
slot = "MEDIUM_GUN_04"
|
||||
template = "SMALL_GRAY_WEAPON_LANCE"
|
||||
template = "MEDIUM_GRAY_WEAPON_LANCE"
|
||||
}
|
||||
component = {
|
||||
slot = "PD_01"
|
||||
@@ -159,7 +159,7 @@ ship_design = {
|
||||
}
|
||||
}
|
||||
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_CORVETTE_CLOAKING_3"
|
||||
required_component = "STARBASE_AURA_FTL_INHIBITOR"
|
||||
@@ -335,7 +335,7 @@ ship_design = {
|
||||
}
|
||||
}
|
||||
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 = "RG_CORVETTE_CLOAKING_3"
|
||||
required_component = "STARBASE_AURA_FTL_INHIBITOR"
|
||||
|
||||
@@ -75,7 +75,7 @@ ship_design = {
|
||||
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_sensor"
|
||||
required_component = "RG_gatebuilder_thruster"
|
||||
@@ -161,7 +161,7 @@ ship_design = {
|
||||
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_sensor"
|
||||
required_component = "RG_gatebuilder_thruster"
|
||||
@@ -247,7 +247,7 @@ ship_design = {
|
||||
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_sensor"
|
||||
required_component = "RG_gatebuilder_thruster"
|
||||
@@ -332,7 +332,7 @@ ship_design = {
|
||||
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_sensor"
|
||||
required_component = "RG_gatebuilder_thruster"
|
||||
@@ -381,7 +381,7 @@ ship_design = {
|
||||
template = ""
|
||||
}
|
||||
}
|
||||
required_component = "TITAN_ZERO_POINT_REACTOR"
|
||||
required_component = "RG_FUSION_NANO_REACTOR_S"
|
||||
required_component = "HYPER_DRIVE_3"
|
||||
required_component = "SENSOR_4"
|
||||
required_component = "RG_gatebuilder_thruster"
|
||||
@@ -425,7 +425,7 @@ ship_design = {
|
||||
template = "RG_revive_component"
|
||||
}
|
||||
}
|
||||
required_component = "TITAN_ZERO_POINT_REACTOR"
|
||||
required_component = "RG_FUSION_NANO_REACTOR_S"
|
||||
required_component = "HYPER_DRIVE_3"
|
||||
required_component = "SENSOR_4"
|
||||
required_component = "RG_gatebuilder_thruster"
|
||||
@@ -524,3 +524,88 @@ ship_design = {
|
||||
required_component = "GUARDIAN_PROPULSION"
|
||||
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"
|
||||
}
|
||||
|
||||
|
||||
@@ -113,43 +113,6 @@ on_planet_attackers_lose = {
|
||||
# }
|
||||
# }
|
||||
# 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
|
||||
|
||||
162
common/on_actions/RG_planet_destruction.txt
Normal file
162
common/on_actions/RG_planet_destruction.txt
Normal 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 = {
|
||||
}
|
||||
@@ -118,9 +118,17 @@ rg_gray_govener_init = {
|
||||
}
|
||||
}
|
||||
}
|
||||
leader_event = {
|
||||
id = wg_affection.8
|
||||
days = 1
|
||||
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 }
|
||||
}
|
||||
if = {
|
||||
limit = {
|
||||
@@ -224,9 +232,17 @@ rg_gray_admiral_init = {
|
||||
}
|
||||
}
|
||||
}
|
||||
leader_event = {
|
||||
id = wg_affection.8
|
||||
days = 1
|
||||
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 = {
|
||||
@@ -316,9 +332,17 @@ rg_gray_general_init = {
|
||||
}
|
||||
}
|
||||
}
|
||||
leader_event = {
|
||||
id = wg_affection.8
|
||||
days = 1
|
||||
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 = {
|
||||
@@ -415,9 +439,17 @@ rg_gray_scientist_init = {
|
||||
}
|
||||
}
|
||||
}
|
||||
leader_event = {
|
||||
id = wg_affection.8
|
||||
days = 1
|
||||
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 = {
|
||||
|
||||
@@ -289,3 +289,31 @@ rg_create_gray_colony_1 = {
|
||||
}
|
||||
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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
RG_graygoo_icebreaker_interdictor = {
|
||||
graphical_culture = no
|
||||
|
||||
@@ -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 = {
|
||||
area = engineering
|
||||
cost = 5000
|
||||
@@ -36,6 +113,7 @@ tech_gray_matter_remix_2 = {
|
||||
}
|
||||
ai_update_type = military
|
||||
weight = @tier2weight3
|
||||
is_reverse_engineerable = no
|
||||
prerequisites = {
|
||||
"tech_gray_weapon_lance_1"
|
||||
"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 = {
|
||||
area = engineering
|
||||
cost = 5000
|
||||
@@ -63,6 +169,7 @@ tech_gray_nano_boost_3 = {
|
||||
}
|
||||
ai_update_type = military
|
||||
weight = @tier2weight3
|
||||
is_reverse_engineerable = no
|
||||
prerequisites = {
|
||||
"tech_gray_matter_remix_2"
|
||||
"tech_thrusters_4"
|
||||
@@ -90,6 +197,7 @@ tech_gray_interdictor_4 = {
|
||||
}
|
||||
ai_update_type = military
|
||||
weight = @tier2weight3
|
||||
is_reverse_engineerable = no
|
||||
prerequisites = {
|
||||
"tech_gray_nano_boost_3"
|
||||
"tech_battleships"
|
||||
@@ -117,6 +225,7 @@ tech_gray_matter_spray_5 = {
|
||||
}
|
||||
ai_update_type = military
|
||||
weight = @tier2weight3
|
||||
is_reverse_engineerable = no
|
||||
prerequisites = {
|
||||
"tech_gray_interdictor_4"
|
||||
"tech_kinetic_artillery_2"
|
||||
@@ -144,6 +253,7 @@ tech_gray_buffnut_6 = {
|
||||
}
|
||||
ai_update_type = military
|
||||
weight = @tier2weight3
|
||||
is_reverse_engineerable = no
|
||||
prerequisites = {
|
||||
"tech_gray_interdictor_4"
|
||||
"tech_juggernaut"
|
||||
@@ -171,6 +281,7 @@ tech_gray_army_7 = {
|
||||
}
|
||||
ai_update_type = military
|
||||
weight = @tier2weight3
|
||||
is_reverse_engineerable = no
|
||||
prerequisites = {
|
||||
"tech_gray_matter_remix_2"
|
||||
"tech_self_aware_logic"
|
||||
@@ -198,6 +309,7 @@ tech_gray_juggernaut_8 = {
|
||||
}
|
||||
ai_update_type = military
|
||||
weight = @tier2weight3
|
||||
is_reverse_engineerable = no
|
||||
prerequisites = {
|
||||
"tech_gray_matter_remix_2"
|
||||
"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 = {
|
||||
cost = 2000
|
||||
area = physics
|
||||
|
||||
@@ -8,5 +8,5 @@ tags={
|
||||
}
|
||||
name="Real Gray"
|
||||
picture="thumbnail.png"
|
||||
supported_version="3.8.*"
|
||||
supported_version="3.9.*"
|
||||
remote_file_id="2136166095"
|
||||
@@ -272,15 +272,20 @@ country_event = {
|
||||
default_hide_option = yes
|
||||
tag = hire_leader
|
||||
hidden_effect = {
|
||||
create_message = {
|
||||
type = MESSAGE_RECRUITED_LEADER
|
||||
localization = MESSAGE_RECRUITED_LEADER_DESC
|
||||
days = @toast_message_days
|
||||
target = event_target:gray_governor
|
||||
variable = {
|
||||
type = name
|
||||
localization = LEADER
|
||||
scope = event_target:gray_governor
|
||||
# create_message = {
|
||||
# type = MESSAGE_RECRUITED_LEADER
|
||||
# localization = MESSAGE_RECRUITED_LEADER_DESC
|
||||
# days = @toast_message_days
|
||||
# target = event_target:gray_governor
|
||||
# variable = {
|
||||
# type = name
|
||||
# localization = LEADER
|
||||
# scope = event_target:gray_governor
|
||||
# }
|
||||
# }
|
||||
owner = {
|
||||
country_event = {
|
||||
id = rg_grayleader_dialog.4063
|
||||
}
|
||||
}
|
||||
country_event = {
|
||||
|
||||
@@ -17,6 +17,22 @@ country_event = {
|
||||
}
|
||||
}
|
||||
|
||||
country_event = {
|
||||
id = rg_grayleader_dialog.4063
|
||||
title = "TRANSMISSION"
|
||||
desc = "graygoo.406.c.response"
|
||||
diplomatic = yes
|
||||
picture_event_data = {
|
||||
portrait = event_target:rg_gray_country_leader
|
||||
planet_background = event_target:gray_homeworld
|
||||
room = ship_room
|
||||
}
|
||||
is_triggered_only = yes
|
||||
option = {
|
||||
name = OK
|
||||
}
|
||||
}
|
||||
|
||||
country_event = {
|
||||
id = rg_grayleader_dialog.5001
|
||||
title = "graygoo.500.title"
|
||||
|
||||
@@ -204,7 +204,7 @@ country_event = {
|
||||
}
|
||||
hidden_effect = {
|
||||
country_event = {
|
||||
id = wg_aft.30000
|
||||
id = wg_affection.30000
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -403,7 +403,7 @@ country_event = {
|
||||
}
|
||||
hidden_effect = {
|
||||
country_event = {
|
||||
id = wg_aft.30000
|
||||
id = wg_affection.30000
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -792,7 +792,7 @@ country_event = {
|
||||
}
|
||||
hidden_effect = {
|
||||
country_event = {
|
||||
id = wg_aft.30000
|
||||
id = wg_affection.30000
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1153,7 +1153,7 @@ country_event = {
|
||||
}
|
||||
hidden_effect = {
|
||||
country_event = {
|
||||
id = wg_aft.30000
|
||||
id = wg_affection.30000
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1216,7 +1216,7 @@ country_event = {
|
||||
}
|
||||
hidden_effect = {
|
||||
country_event = {
|
||||
id = wg_aft.30000
|
||||
id = wg_affection.30000
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1461,7 +1461,7 @@ country_event = {
|
||||
}
|
||||
hidden_effect = {
|
||||
country_event = {
|
||||
id = wg_aft.30000
|
||||
id = wg_affection.30000
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
22
events/z_RG_placeholder_event.txt
Normal file
22
events/z_RG_placeholder_event.txt
Normal file
@@ -0,0 +1,22 @@
|
||||
namespace = wg_affection
|
||||
|
||||
country_event = {
|
||||
id = wg_affection.30000
|
||||
title = wg_affection.30000.name
|
||||
desc = wg_affection.30000.desc
|
||||
is_triggered_only = yes
|
||||
diplomatic = yes
|
||||
show_sound = event_wg_wedding
|
||||
custom_gui = wg_gray_commu_window
|
||||
custom_gui_option = wg_gray_commu_option
|
||||
|
||||
immediate = {
|
||||
set_country_flag = married_gray
|
||||
}
|
||||
|
||||
option = {
|
||||
name = wg_affection.30000.a
|
||||
response_text = wg_affection.30000.response
|
||||
change_variable = { which = rankpts value = 2 }
|
||||
}
|
||||
}
|
||||
BIN
gfx/interface/icons/ship_parts/mod_disruptor_3.dds
Normal file
BIN
gfx/interface/icons/ship_parts/mod_disruptor_3.dds
Normal file
Binary file not shown.
BIN
gfx/interface/icons/ship_parts/mod_phaser_2.dds
Normal file
BIN
gfx/interface/icons/ship_parts/mod_phaser_2.dds
Normal file
Binary file not shown.
BIN
gfx/interface/icons/ship_parts/rg_aux_engine_1.dds
Normal file
BIN
gfx/interface/icons/ship_parts/rg_aux_engine_1.dds
Normal file
Binary file not shown.
BIN
gfx/interface/icons/ship_parts/rg_big_bomb_2.dds
Normal file
BIN
gfx/interface/icons/ship_parts/rg_big_bomb_2.dds
Normal file
Binary file not shown.
BIN
gfx/interface/icons/ship_parts/rg_cutting_beam.dds
Normal file
BIN
gfx/interface/icons/ship_parts/rg_cutting_beam.dds
Normal file
Binary file not shown.
BIN
gfx/interface/icons/ship_parts/rg_hull_4.dds
Normal file
BIN
gfx/interface/icons/ship_parts/rg_hull_4.dds
Normal file
Binary file not shown.
BIN
gfx/interface/icons/ship_parts/rg_reactor_2.dds
Normal file
BIN
gfx/interface/icons/ship_parts/rg_reactor_2.dds
Normal file
Binary file not shown.
BIN
gfx/interface/icons/ship_parts/rg_warp_drive_3 - 副本.dds
Normal file
BIN
gfx/interface/icons/ship_parts/rg_warp_drive_3 - 副本.dds
Normal file
Binary file not shown.
BIN
gfx/interface/icons/ship_parts/rg_warp_drive_3.dds
Normal file
BIN
gfx/interface/icons/ship_parts/rg_warp_drive_3.dds
Normal file
Binary file not shown.
BIN
gfx/interface/icons/ship_parts/ship_part_rg_sensors.dds
Normal file
BIN
gfx/interface/icons/ship_parts/ship_part_rg_sensors.dds
Normal file
Binary file not shown.
BIN
gfx/interface/icons/technologies/tech_gray_army_7.dds
Normal file
BIN
gfx/interface/icons/technologies/tech_gray_army_7.dds
Normal file
Binary file not shown.
BIN
gfx/interface/icons/technologies/tech_gray_cloaking_3.dds
Normal file
BIN
gfx/interface/icons/technologies/tech_gray_cloaking_3.dds
Normal file
Binary file not shown.
BIN
gfx/interface/icons/technologies/tech_gray_juggernaut_8.dds
Normal file
BIN
gfx/interface/icons/technologies/tech_gray_juggernaut_8.dds
Normal file
Binary file not shown.
Binary file not shown.
BIN
gfx/interface/icons/technologies/tech_gray_nano_fusion_3.dds
Normal file
BIN
gfx/interface/icons/technologies/tech_gray_nano_fusion_3.dds
Normal file
Binary file not shown.
BIN
gfx/interface/icons/technologies/tech_object_gray_5.dds
Normal file
BIN
gfx/interface/icons/technologies/tech_object_gray_5.dds
Normal file
Binary file not shown.
@@ -1,7 +1,22 @@
|
||||
spriteTypes = {
|
||||
spriteType = {
|
||||
name = "GFX_ship_part_gray_armor"
|
||||
textureFile = "gfx/interface/icons/ship_parts/ship_part_gray_armor.dds"
|
||||
textureFile = "gfx/interface/icons/ship_parts/rg_hull_4.dds"
|
||||
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 = {
|
||||
@@ -16,7 +31,12 @@ spriteTypes = {
|
||||
}
|
||||
spriteType = {
|
||||
name = "GFX_ship_part_graymine"
|
||||
textureFile = "gfx/interface/icons/ship_parts/ship_part_graymine.dds"
|
||||
textureFile = "gfx/interface/icons/ship_parts/rg_big_bomb_2.dds"
|
||||
noOfFrames = 1
|
||||
}
|
||||
spriteType = {
|
||||
name = "GFX_ship_part_graymine_old"
|
||||
textureFile = "gfx/interface/icons/ship_parts/GFX_ship_part_graymine.dds"
|
||||
noOfFrames = 1
|
||||
}
|
||||
spriteType = {
|
||||
@@ -24,4 +44,22 @@ spriteTypes = {
|
||||
textureFile = "gfx/interface/icons/ship_parts/ship_part_rg_armor_hardener.dds"
|
||||
noOfFrames = 1
|
||||
}
|
||||
spriteType = {
|
||||
name = "GFX_ship_part_mod_warp_drive_3"
|
||||
texturefile = "gfx/interface/icons/ship_parts/rg_warp_drive_3.dds"
|
||||
noOfFrames = 1
|
||||
}
|
||||
spriteType = {
|
||||
name = "GFX_ship_weapon_rg_spacetime_disruptor"
|
||||
texturefile = "gfx/interface/icons/ship_parts/mod_disruptor_3.dds"
|
||||
noOfFrames = 1
|
||||
}
|
||||
spriteType = {
|
||||
name = "GFX_ship_weapon_phaser_bank"
|
||||
texturefile = "gfx/interface/icons/ship_parts/mod_phaser_2.dds"
|
||||
}
|
||||
spriteType = {
|
||||
name = "GFX_ship_weapon_rg_cutting_beam"
|
||||
texturefile = "gfx/interface/icons/ship_parts/rg_cutting_beam.dds"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -19,69 +19,71 @@
|
||||
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_admiral_nanorebuild_gray:0 "§Y灰质重塑§!"
|
||||
RG_leader_trait_admiral_nanorebuild_gray_desc:0 "分解与重组,纳米机器席卷之处我们无所不能。"
|
||||
RG_leader_trait_admiral_nanorebuild_gray_desc:0 "创造与解构,纳米机器席卷之处我们无所不能。"
|
||||
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计数器层数立即重塑舰船。灰风母舰无法被该技能重组。§!"
|
||||
|
||||
SMALL_GRAY_MIX_ARMOR:0 "§Y纳米能量装甲§!"
|
||||
MEDIUM_GRAY_MIX_ARMOR:0 "§Y纳米能量装甲§!"
|
||||
SMALL_GRAY_MIX_ARMOR:0 "§Y「梦想领域」§!"
|
||||
MEDIUM_GRAY_MIX_ARMOR:0 "§Y「梦想领域」§!"
|
||||
|
||||
RG_CARRIER_RADAR:0 "§Y航空调度雷达§!"
|
||||
RG_CARRIER_RADAR_DESC:0 "先进的雷达能够在极远处探测到敌舰,航母索敌用。"
|
||||
RG_ENERGY_MISSILE:0 "§Y$NAME_Gray$融合球§!"
|
||||
RG_ENERGY_MISSILE_DESC:0 "这些混合材料制作的鱼雷拥有强大的能量,能够自我加速到极高速来击毁敌舰"
|
||||
RG_ENERGY_MISSILE_KIN:0 "§Y$NAME_Gray$超空融合球§!"
|
||||
RG_ENERGY_MISSILE_KIN_DESC:0 "这种奇特鱼雷改型能够捕捉到微小的超空间空泡进行加速,从而消除掉鱼雷速度的缺陷,可惜的是为了承受不稳定超空间航道中的波动被迫减少了装药。"
|
||||
RG_FLAK_BATTERY:0 "§Y纳米融合排炮§!"
|
||||
RG_FLAK_BATTERY_DESC:0 "密集布置的新型防空炮能够高速发射抛射体击毁极远处的抛射体。"
|
||||
RG_CARRIER_RADAR:0 "§Y「星河道标」§!"
|
||||
RG_CARRIER_RADAR_DESC:0 "§Y为孩子们指引明路,点亮家的路标。§!\n建门者标准型航空雷达。先进的扫描装置为舰载机指引目标,也为她们指引回家的方向。能够在极远处探测到敌舰。"
|
||||
RG_ENERGY_MISSILE:0 "§Y「微光团子」§!"
|
||||
RG_ENERGY_MISSILE_DESC:0 "§Y它们像发光的团子一样呢。我饿了。§!\n建门者融合球导弹初型。这些混合材料制作的鱼雷拥有强大的能量,能够自我加速到极高速来击毁敌舰"
|
||||
RG_ENERGY_MISSILE_KIN:0 "§Y「汐光团子」§!"
|
||||
RG_ENERGY_MISSILE_KIN_DESC:0 "§Y世上最闪耀最暗淡的萤火。§!\n建门者超空间融合球导弹。这种奇特鱼雷改型能够捕捉到微小的超空间空泡进行加速,从而消除掉鱼雷速度的缺陷,可惜的是为了承受不稳定超空间航道中的波动被迫减少了装药。"
|
||||
RG_FLAK_BATTERY:0 "§Y「逐火织机」§!"
|
||||
RG_FLAK_BATTERY_DESC:0 "§Y想要握住所有的星光。§!\n建门者防空导弹阵列。密集布置的防空炮发射小型融合球击毁极远处的抛射体。"
|
||||
|
||||
RG_gatebuilder_jump:0 "§Y$NAME_Gray$跃迁引擎§!"
|
||||
RG_gatebuilder_sensor:0 "§Y$NAME_Gray$传感器§!"
|
||||
RG_gatebuilder_thruster:0 "§Y$NAME_Gray$推进器§!"
|
||||
RG_gatebuilder_jump:0 "§Y「终抵群星」§!"
|
||||
RG_gatebuilder_sensor:0 "§Y「星穹相会」§!"
|
||||
RG_gatebuilder_thruster:0 "§Y「漫步星海」§!"
|
||||
origin_rg_gray:0 "§Y遥远约定§!"
|
||||
origin_rg_gray_desc:0 "你偷偷说服了$NAME_Gray$从遥远的L星团前来看望你"
|
||||
origin_tooltip_rg_gray_effects:0 "开局时拥有$NAME_Gray$,并在一个孤立的L-星团中开始你的冒险。你将很难有重见银河的机会。\n\n§R<但...代价是什么?>§!\n§Y- 该起源被重复选择时将被替换成隐藏起源§!§H<你也事龙>§!§Y并开局获得全部L星门认知。§!\n§R- 多人游戏中存在重复龙开起源国家,L星团国家将无法触发中期开门事件。§!\n§R- 该起源被AI帝国占用时L-星团将被AI帝国占用。唔,你懂的。§!"
|
||||
RG_SHIP_AURA_NANOBOT_CLOUD:0 "§Y纳米机器场§!"
|
||||
RG_SHIP_AURA_NANOBOT_CLOUD_DESC:0 "$NAME_Gray$可以通过布置一个高浓度纳米机器人场来维修同星系内的友方舰船。"
|
||||
RG_BOMBER_HANGAR_AP_BOMB:0 "§Y纳米轰炸机中队§!"
|
||||
origin_tooltip_rg_gray_effects:0 "开局时拥有$NAME_Gray$,并在一个孤立的L-星团中开始你的冒险。你将很难有重见银河的机会。\n\n§R<但...代价是什么?>§!\n§Y- 为防止重复选择,该起源被重复选择时将被替换成隐藏起源§!§H<你也事龙>§!§Y并开局获得全部L星门认知。§!\n§R- 多人游戏中存在重复龙开起源国家,L星团国家将无法触发中期开门事件。§!\n§R- 该起源被AI帝国占用时L-星团将被AI帝国占用。唔,你懂的。§!"
|
||||
RG_SHIP_AURA_NANOBOT_CLOUD:0 "§Y「漫播飞尘」§!"
|
||||
RG_SHIP_AURA_NANOBOT_CLOUD_DESC:0 "§Y散播希望,还有绝望。§!\n多用途微型纳米机器。$NAME_Gray$可以通过布置一个高浓度纳米机器人场来维修同星系内的友方舰船。"
|
||||
RG_BOMBER_HANGAR_AP_BOMB:0 "§Y「落光」§!"
|
||||
RG_BOMBER_HANGAR_AP_BOMB_DESC:0 "这些轰炸机通过加速到近距离投放重型无制导炸弹来击毁敌舰,奇怪的是这种设计在我们的设计师看来非常危险和不可靠......"
|
||||
RG_BOMBER_HANGAR_NEUTRON_TORPEDO:0 "§Y纳米鱼雷机中队§!"
|
||||
RG_BOMBER_HANGAR_NEUTRON_TORPEDO_DESC:0 "这些轰炸机可以迅速编队投放中子鱼雷来击毁敌舰,奇怪的是这种设计在我们的设计师看来非常危险和不可靠......"
|
||||
RG_FIGHTER_HANGAR_BEAM:0 "§Y纳米截击机中队§!"
|
||||
RG_FIGHTER_HANGAR_BEAM_DESC:0 "这些攻击机可以使用小型化光束武器来击毁敌舰,奇怪的是这种设计在我们的设计师看来非常危险和不可靠......"
|
||||
RG_BOMBER_HANGAR_ATTACK_ROCKET:0 "§Y纳米攻击机中队§!"
|
||||
RG_BOMBER_HANGAR_NEUTRON_TORPEDO:0 "§Y「飞光」§!"
|
||||
RG_BOMBER_HANGAR_NEUTRON_TORPEDO_DESC:0 "这些轰炸机可以迅速编队投放融合球鱼雷来击毁敌舰,奇怪的是这种设计在我们的设计师看来非常危险和不可靠......"
|
||||
RG_FIGHTER_HANGAR_BEAM:0 "§Y「逐光」§!"
|
||||
RG_FIGHTER_HANGAR_BEAM_DESC:0 "这些攻击机可以使用小型化光束武器拦截小型航空器,奇怪的是这种设计在我们的设计师看来非常危险和不可靠......"
|
||||
RG_BOMBER_HANGAR_ATTACK_ROCKET:0 "§Y「棱光」§!"
|
||||
RG_BOMBER_HANGAR_ATTACK_ROCKET_DESC:0 "这些攻击机可以使用小型化光束武器来击毁敌舰,奇怪的是这种设计在我们的设计师看来非常危险和不可靠......"
|
||||
RG_aura_nanobot_cloud:0 "§Y纳米机器场§!"
|
||||
RG_AUTO_REPAIR:0 "§Y纳米损害管制§!"
|
||||
RG_AUTO_REPAIR_DESC:0 "$NAME_Gray$通过这些预留用于损害管制的纳米机器人来紧急修复舰体。"
|
||||
RG_ARMOR_BOOSTER:0 "§Y质能对抗装置§!"
|
||||
RG_ARMOR_BOOSTER_DESC:0 "通过消耗大量能源进行质能转换从而达到实时加固舰体的效果。"
|
||||
RG_ENIGMATIC_SCHEDULER:0 "§Y神秘调度器§!"
|
||||
RG_ENIGMATIC_SCHEDULER_DESC:0 "神秘调度器通过一种极其先进的算法控制资源的调度优先顺序,确保最大化效率利用资源的同时又可使用额外的能量增幅战舰的武器和护盾。"
|
||||
RG_ENGINE_BOOSTER:0 "§Y$NAME_Gray$特型引擎增压§!"
|
||||
RG_aura_nanobot_cloud:0 "§Y「漫播飞尘」§!"
|
||||
RG_AUTO_REPAIR:0 "§Y「晨昏之间」§!"
|
||||
RG_AUTO_REPAIR_DESC:0 "§Y极昼与极夜。§!\n$NAME_Gray$通过这些预留用于损害管制的纳米机器人来紧急修复舰体。"
|
||||
RG_ARMOR_BOOSTER:0 "§Y「裁定机」§!"
|
||||
RG_ARMOR_BOOSTER_DESC:0 "§Y丈量万物。§!\n一种通过消耗大量能源进行质能转换从而实时加固舰体的装置。我们已经试过了,造不出第二台。"
|
||||
RG_ENIGMATIC_SCHEDULER:0 "§Y「空想盒」§!"
|
||||
RG_ENIGMATIC_SCHEDULER_DESC:0 "§Y想要理解本就是妄为。§!\n该装置通过一种无法理解的算法控制资源的调度优先顺序,确保最大化效率利用资源的同时又可使用额外的能量增幅战舰的武器和护盾。"
|
||||
RG_ENGINE_BOOSTER:0 "§Y「工具箱」§!"
|
||||
RG_ENGINE_BOOSTER_DESC:0 "为了支援前线工程,我们只有更快!更快!更快!更快!更快!更快!更快!更快!更快!"
|
||||
bombardment_graygoo:0 "§R灰色风暴§!"
|
||||
bombardment_graygoo_name:0 "§Y灰色风暴轨道轰炸§!"
|
||||
bombardment_graygoo_desc:0 "$bombardment_graygoo$轰炸将在星球上散布灰色风暴,以最快的速度席卷一切。\n-对§Y军团§!造成§Y巨大的§!伤害\n-对§Y星球§!造成§Y不可修复的§!伤害\n-对§Y人口§!造成§Y巨大的§!伤害\n-将会轰炸不设防的星球。!"
|
||||
LARGE_GRAY_WEAPON_LANCE:0 "§Y$NAME_Gray$能量束§!"
|
||||
LARGE_GRAY_WEAPON_LANCE_DESC:0 "使用远古L星门建造者的技术所制成的武器,作用原理不明。"
|
||||
SMALL_GRAY_WEAPON_LANCE:0 "§Y$NAME_Gray$能量束Mini§!"
|
||||
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_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_DESC:0 "使用远古L星门建造者的技术所制成的武器的...玩具模型,仍然具有巨大威力。"
|
||||
GRAY_BEAM_STATIC_MX:0 "§Y$NAME_Gray$聚能束Mini§!"
|
||||
GRAY_BEAM_STATIC_MX:0 "§Y「耀光」Mini§!"
|
||||
GRAY_BEAM_STATIC_MX_DESC:0 "使用远古L星门建造者的技术所制成的武器武器的...限量版玩具模型?仍然具有巨大威力。"
|
||||
GRAY_BEAM_STATIC_X:0 "§Y$NAME_Gray$聚能束§!"
|
||||
GRAY_BEAM_STATIC_X_DESC:0 "使用远古L星门建造者的技术所制成的武器,作用原理不明。"
|
||||
GRAY_BEAM_STATIC_EX:0 "§Y$NAME_Gray$能量弧§!"
|
||||
GRAY_BEAM_STATIC_EX_DESC:0 "使用远古L星门建造者的技术所制成的武器,作用原理不明。"
|
||||
RG_GRAY_WEAPON_LANCE_X:0 "§Y$NAME_Gray$聚能束§!"
|
||||
RG_GRAY_WEAPON_LANCE_X_DESC:0 "使用远古L星门建造者的技术所制成的武器,作用原理不明。"
|
||||
RG_GRAY_WEAPON_LANCE:0 "§Y$NAME_Gray$能量束§!"
|
||||
RG_GRAY_WEAPON_LANCE_DESC:0 "使用远古L星门建造者的技术所制成的武器,作用原理不明。"
|
||||
LARGE_GRAY_MIX_ARMOR:0 "§Y纳米装甲§!"
|
||||
LARGE_GRAY_MIX_ARMOR_DESC:0 "高度集成化的装甲,表面被一层能量波动包裹,作用原理不明。"
|
||||
HUGE_GRAY_MIX_ARMOR:0 "§Y聚合-纳米装甲§!"
|
||||
HUGE_GRAY_MIX_ARMOR_DESC:0 "高度集成化的装甲,密度远超于灰色风暴舰船中发现的装甲,作用原理不明。"
|
||||
RG_FLAK_PHOENIX:0 "§R撞击-不死鸟§!"
|
||||
RG_FLAK_PHOENIX_DESC:0 "会不会玩啊!怎么不撞!"
|
||||
GRAY_BEAM_STATIC_X:0 "§Y「耀光」§!"
|
||||
GRAY_BEAM_STATIC_X_DESC:0 "使用远古L星门建造者的技术所制成的武器,为了增加威力而提高了功率,除此之外没有任何实质性改进。"
|
||||
GRAY_BEAM_STATIC_EX:0 "§Y「凌光」§!"
|
||||
GRAY_BEAM_STATIC_EX_DESC:0 "§Y你说武器不够强?那就提高功率!§!\n使用远古L星门建造者的技术所制成的武器,拥有不可理喻的破坏力同时拥有不可理喻的能量消耗。可它仍旧没有任何改进!"
|
||||
RG_GRAY_WEAPON_LANCE_X:0 "§Y「耀光」§!"
|
||||
RG_GRAY_WEAPON_LANCE_X_DESC:0 "使用远古L星门建造者的技术所制成的武器,为了增加威力而提高了功率,除此之外没有任何实质性改进。"
|
||||
RG_GRAY_WEAPON_LANCE:0 "§Y「星光」§!"
|
||||
RG_GRAY_WEAPON_LANCE_DESC:0 "使用远古L星门建造者的技术所制成的武器,是最初的一型光束武器。"
|
||||
LARGE_GRAY_MIX_ARMOR:0 "§Y「梦想领域」§!"
|
||||
LARGE_GRAY_MIX_ARMOR_DESC:0 "§Y怀抱着想被礼貌对待的矛盾心情。§!\n高度集成化的装甲,表面被一层能量波动包裹,这部分纳米机器舍弃掉了变形的能力。"
|
||||
HUGE_GRAY_MIX_ARMOR:0 "§Y「幻想领域」§!"
|
||||
HUGE_GRAY_MIX_ARMOR_DESC:0 "§Y在这里一切愿望都能成真。§!\n高度集成化的装甲,密度远超于灰色风暴舰船中发现的装甲,作用原理不明。"
|
||||
RG_FLAK_PHOENIX:0 "§R「起源」§!"
|
||||
RG_FLAK_PHOENIX_DESC:0 "§Y创造与解构。§!\n没有什么比一个拥抱更能消除隔阂。"
|
||||
|
||||
RG_Interdictor_FISSION_REACTOR:0 "$FISSION_REACTOR$"
|
||||
RG_Interdictor_FISSION_REACTOR_DESC:0 "$FISSION_REACTOR_DESC$"
|
||||
@@ -114,6 +116,8 @@
|
||||
|
||||
RG_Arsenal_FISSION_REACTOR:0 "$FISSION_REACTOR$"
|
||||
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_DESC:0 "$PLANET_KILLER_CRACKER_DESC$"
|
||||
@@ -201,16 +205,23 @@
|
||||
RG_graygoo_juggernaut_key: "§Y主宰核心§!"
|
||||
RG_icebreaker_interdictor_key: "§Y破冰核心§!"
|
||||
|
||||
LARGE_GRAY_WEAPON_KIN:0 "§Y纳米物质投射器§!"
|
||||
LARGE_GRAY_WEAPON_KIN_DESC:0 "这些密集的轴基无管动能炮使用了前所未有的重型弹头,被设计成只能发射一次的终极火炮。这种武器通常成编制部署,占据了整艘战舰一半以上的质量。"
|
||||
HUGE_GRAY_WEAPON_KIN:0 "§Y超限-纳米物质投射器§!"
|
||||
HUGE_GRAY_WEAPON_KIN_DESC:0 "这些密集的轴基无管动能炮发射密度前所未有的超级弹头,弹头能够自我加速到无限接近光速。却依然无法再次发射。"
|
||||
RG_carrier_destroyer_key: "§Y运航核心§!"
|
||||
RG_base_destroyer_key: "§Y驱逐核心§!"
|
||||
|
||||
LARGE_GRAY_WEAPON_KIN:0 "§Y「糖豆发射器」§!"
|
||||
LARGE_GRAY_WEAPON_KIN_DESC:0 "§Y多就是美。§!\n这些密集的轴基无管动能炮使用了前所未有的重型弹头,被设计成只能发射一次的终极火炮。这种武器通常成编制部署,占据了整艘战舰一半以上的质量。"
|
||||
HUGE_GRAY_WEAPON_KIN:0 "§Y「棒糖发射器」§!"
|
||||
HUGE_GRAY_WEAPON_KIN_DESC:0 "§Y大就是好。§!\n这些密集的轴基无管动能炮发射质量前所未有的超级弹头,弹头能够自我加速到极限。却依然无法再次发射。"
|
||||
|
||||
tech_gray_weapon_lance_1:0 "§Y纳米层级能量操纵§!"
|
||||
tech_gray_weapon_lance_1_desc:0 "通过研究L星门中灰色风暴战舰所使用的武器,我们得以使用纳米机器人部分还原这种技术。"
|
||||
|
||||
tech_gray_matter_remix_2:0 "§Y纳米物质混合工程§!"
|
||||
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_desc:0 "将新的材料进一步加以改良,我们得以制造出可以自我产生推力的材料,使得更加精密的工程成为可能。"
|
||||
|
||||
@@ -223,6 +234,9 @@
|
||||
tech_gray_buffnut_6:0 "§Y纳米支援巨像工程§!"
|
||||
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_desc:0 "在灰色风暴的残骸里发现了一种高效的船壳自动维修系统,由数十亿个微型纳米机器人组成,并已改造成可为我们所用。"
|
||||
|
||||
@@ -230,7 +244,7 @@
|
||||
tech_object_gray_5_desc:0 "通过日常维护$NAME_Gray$舰体以及...小小的逆向工程,我们得以部分复制$NAME_Gray$母舰的设计,当然,这一切还要征得$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_desc:0 "好像是一些奇怪的东西,还是不要管比较好吧。"
|
||||
@@ -244,16 +258,16 @@
|
||||
tech_gray_juggernaut_8:0 "§Y纳米超宏舰系统§!"
|
||||
tech_gray_juggernaut_8_desc:0 "纳米物质的自构特性使得它们能够用来建造一些规模无以伦比的工程。而我们将踏出第一步。"
|
||||
|
||||
RG_PLANET_KILLER:0 "§H远星之歌§!"
|
||||
RG_PLANET_KILLER_DESC:0 "§Y发射高能级纳米射线蒸发行星大气,彻底污染星球上所有物体。以恒星级功率发射时,剧烈的扰动将摧毁恒星引发超新星爆炸,并污染星系中所有行星。若将能量重定向到敌舰上,将造成难以置信的伤害。§!"
|
||||
RG_PLANET_KILLER:0 "§H「远星之歌」§!"
|
||||
RG_PLANET_KILLER_DESC:0 "§Y再度听到了星星的歌声。仿佛做了一个永恒的梦。§!\n§Y发射高能级纳米射线重构行星大气,将所有智慧生命形态彻底重构。以恒星级功率发射时,剧烈的扰动将摧毁恒星引发超新星爆炸,并污染星系中所有行星。若将能量重定向到敌舰上,嗯,会很痛。§!"
|
||||
RG_PLANET_KILLER_ACTION:0 "§H纳米注入§!"
|
||||
FLEETORDER_DESTROY_PLANET_WITH_RG_PLANET_KILLER:0 "准备注入$PLANET|Y$"
|
||||
MESSAGE_DESC_FOR_RG_PLANET_KILLER:0 "被执行了星球纳米转化"
|
||||
message_RG_planet_killer_killed_star_desc:0 "$RG_target_planet|Y$因遭受$RG_attacker|Y$的$RG_attacker_ship|Y$的§R恒星级功率纳米同化注入攻击而被彻底净化§!,$RG_target_system|Y$恒星系被§R灰蛊风暴彻底污染§!。"
|
||||
message_RG_planet_killer_killed_planet_desc:0 "$RG_target_planet|Y$因遭受$RG_attacker|Y$的$RG_attacker_ship|Y$的§R纳米同化注入攻击而被彻底净化§!。"
|
||||
|
||||
RG_PLANET_KILLER_SMALL:0 "§H远星之歌§!"
|
||||
RG_PLANET_KILLER_SMALL_DESC:0 "§Y发射高能级纳米射线蒸发行星大气,彻底污染星球上所有物体。若将能量重定向到敌舰上,将造成大量伤害。§!"
|
||||
RG_PLANET_KILLER_SMALL:0 "§H「远星之歌」§!"
|
||||
RG_PLANET_KILLER_SMALL_DESC:0 "§Y再度听到了星星的歌声。仿佛做了一个永恒的梦。§!\n§Y发射高能级纳米射线重构行星大气,将所有智慧生命形态彻底重构。以恒星级功率发射时,剧烈的扰动将摧毁恒星引发超新星爆炸,并污染星系中所有行星。若将能量重定向到敌舰上,嗯,会很痛。§!"
|
||||
RG_PLANET_KILLER_SMALL_ACTION:0 "§H纳米注入§!"
|
||||
FLEETORDER_DESTROY_PLANET_WITH_RG_PLANET_KILLER_SMALL:0 "准备注入$PLANET|Y$"
|
||||
MESSAGE_DESC_FOR_RG_PLANET_KILLER_SMALL:0 "被执行了星球纳米转化"
|
||||
@@ -290,6 +304,20 @@
|
||||
weapon_type_rg_torpedoe:0 "§Y鱼雷§!"
|
||||
weapon_type_rg_main: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_desc:0 "L-星团是一群距离我们所熟知的银河系相距极远的星系组成的星团。从内部几乎没有可能启动跃迁引擎回到银河系。\n§H当然你执意要出去...那我也没办法嘛。L-星门开启后自动移除该修正。§!"
|
||||
|
||||
@@ -302,13 +330,16 @@
|
||||
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_revive_component:0 "§Y原型折纸仪§!"
|
||||
RG_revive_component:0 "§Y「折纸」§!"
|
||||
RG_REVIVE_COMPONENT_tooltip:0 "§H据说能够瞬间重组舰船的神奇设备。真想真正的看一眼。§!"
|
||||
|
||||
RG_CORVETTE_CLOAKING_3:0 "§Y改装$CLOAKING_3$§!"
|
||||
RG_CORVETTE_CLOAKING_3:0 "§Y「记忆中的流星」§!"
|
||||
RG_CORVETTE_CLOAKING_3_DESC:0 "通过$NAME_Gray$精细的能量输入调控,改装过的隐形场能够保留绝大多数的护盾强度的同时提高隐形场强度。但这种改造却无法量产。"
|
||||
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_desc:0 "经过逆向工程制造出的纳米作战体复制品,只拥有有限的作战决策能力。不过仍具有巨大的威力。"
|
||||
|
||||
|
||||
@@ -22,7 +22,9 @@
|
||||
RG_gray_juggernaut:0 "§B纳米机器主宰舰§!"
|
||||
RG_gray_juggernaut_plural:0 "§B纳米机器主宰舰§!"
|
||||
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_base_key:0 "§Y$NAME_Gray$船体§!"
|
||||
@@ -63,3 +65,5 @@
|
||||
NAME_RG_FAKE_Dragon:0 "龙之幼体"
|
||||
NAME_rg_gray_habitat:0 "纳米机器核心站点"
|
||||
NAME_rg_gray_habitat_base:0 "纳-迪-沙空间站点"
|
||||
NAME_RG_carrier_destroyer:0 "纳米机器航运单元"
|
||||
NAME_RG_base_destroyer:0 "纳米机器阵列单元"
|
||||
|
||||
Reference in New Issue
Block a user