科技分化没图标版

This commit is contained in:
ProjectKoi-Kalo\Kalo 2024-05-12 05:22:42 +08:00
parent 3e3a395f1f
commit f0596b14b7
5 changed files with 149 additions and 41 deletions

View File

@ -1,14 +1,27 @@
rg_ap_nantiematter = { rg_ap_nantiematter = {
on_enabled = { on_enabled = {
custom_tooltip = "rg_ap_nantiematter_tooltip" custom_tooltip = "rg_ap_nantiematter_tooltip"
add_research_option = tech_gray_weapon_lance_1 add_research_option = tech_minilaser_gray_1
} }
possible = { possible = {
custom_tooltip = {
fail_text = "requires_ascension_perks_3"
num_ascension_perks > 2
}
custom_tooltip = {
fail_text = "rg_requires_ascension_perks_lgate"
OR = { OR = {
has_country_flag = origin_rg_gray has_country_flag = origin_rg_gray
has_country_flag = gray_owner has_country_flag = gray_owner
AND = {
has_event_chain = l_cluster_chain
has_technology = tech_lgate_activation has_technology = tech_lgate_activation
can_research_technology = tech_lgate_activation }
}
}
custom_tooltip = {
fail_text = "rg_requires_ascension_perks_lgate"
has_technology = tech_lasers_4
} }
NOT = { NOT = {
has_ascension_perk = rg_nantiematter has_ascension_perk = rg_nantiematter
@ -18,10 +31,7 @@ rg_ap_nantiematter = {
OR = { OR = {
has_country_flag = origin_rg_gray has_country_flag = origin_rg_gray
has_country_flag = gray_owner has_country_flag = gray_owner
AND = {
has_event_chain = l_cluster_chain has_event_chain = l_cluster_chain
has_technology = tech_lgate_activation
}
} }
is_ai = no is_ai = no
} }

View File

@ -330,7 +330,6 @@ utility_component_template = {
component_set = "power_core" component_set = "power_core"
prerequisites = { prerequisites = {
"tech_gray_nano_fusion_3" "tech_gray_nano_fusion_3"
"tech_gray_matter_spray_5"
} }
tags = { tags = {
weapon_type_rg_reactor weapon_type_rg_reactor

View File

@ -533,7 +533,7 @@ weapon_component_template = {
tracking = 0.8 tracking = 0.8
power = -5 power = -5
prerequisites = { prerequisites = {
"tech_gray_weapon_lance_1" "tech_gray_nano_torpedo"
} }
component_set = "RG_FLAK_BATTERY" component_set = "RG_FLAK_BATTERY"
projectile_gfx = "RG_flak_pd_3" projectile_gfx = "RG_flak_pd_3"
@ -762,7 +762,7 @@ weapon_component_template = {
} }
projectile_gfx = "rg_gatebuilder_torpedo_ballistic" projectile_gfx = "rg_gatebuilder_torpedo_ballistic"
prerequisites = { prerequisites = {
"tech_gray_nano_boost_3" "tech_gray_nano_torpedo"
} }
size_damage_factor = 1 size_damage_factor = 1
armor_damage = 1.2 armor_damage = 1.2
@ -810,7 +810,7 @@ weapon_component_template = {
} }
projectile_gfx = "gatebuilder_torpedo" projectile_gfx = "gatebuilder_torpedo"
prerequisites = { prerequisites = {
"tech_gray_nano_boost_3" "tech_gray_nano_torpedo"
} }
missile_speed = 150 missile_speed = 150
missile_evasion = 0.35 missile_evasion = 0.35
@ -910,7 +910,7 @@ strike_craft_component_template = {
RG_graygoo_capitalship RG_graygoo_capitalship
} }
prerequisites = { prerequisites = {
"tech_gray_nano_boost_3" "tech_gray_nano_aircraft"
} }
count = 15 count = 15
regeneration_per_day = 1 regeneration_per_day = 1
@ -977,7 +977,7 @@ strike_craft_component_template = {
RG_graygoo_capitalship RG_graygoo_capitalship
} }
prerequisites = { prerequisites = {
"tech_gray_nano_boost_3" "tech_gray_nano_aircraft"
} }
count = 15 count = 15
regeneration_per_day = 1 regeneration_per_day = 1
@ -1047,7 +1047,7 @@ strike_craft_component_template = {
RG_graygoo_capitalship RG_graygoo_capitalship
} }
prerequisites = { prerequisites = {
"tech_gray_nano_boost_3" "tech_gray_nano_aircraft"
} }
count = 15 count = 15
regeneration_per_day = 1 regeneration_per_day = 1
@ -1118,7 +1118,7 @@ strike_craft_component_template = {
RG_graygoo_capitalship RG_graygoo_capitalship
} }
prerequisites = { prerequisites = {
"tech_gray_nano_boost_3" "tech_gray_nano_aircraft"
} }
count = 30 count = 30
regeneration_per_day = 2 regeneration_per_day = 2
@ -2224,7 +2224,7 @@ utility_component_template = {
nanties = 10 nanties = 10
} }
} }
prerequisites = { "tech_gray_nano_boost_3" } prerequisites = { "tech_gray_nano_drive" }
ftl = yes ftl = yes
jumpdrive = yes jumpdrive = yes
ship_modifier = { ship_modifier = {
@ -2258,7 +2258,7 @@ utility_component_template = {
} }
sensor_range = 15 sensor_range = 15
hyperlane_range = 20 hyperlane_range = 20
prerequisites = { "tech_gray_matter_remix_2" } prerequisites = { "tech_gray_nano_fusion_3" }
ship_modifier = { ship_modifier = {
ship_tracking_add = 20 ship_tracking_add = 20
} }

View File

@ -9,10 +9,10 @@ tech_gray_weapon_lance_1 = {
} }
ai_update_type = military ai_update_type = military
prerequisites = { prerequisites = {
"tech_object_gray_5" "tech_energy_lance_1"
"tech_zero_point_power" "tech_minilaser_gray_1"
} }
weight = @tier2weight3 weight = @tier4weight2
ai_weight = { ai_weight = {
factor = 0 #weapons are good factor = 0 #weapons are good
modifier = { modifier = {
@ -38,9 +38,9 @@ tech_minilaser_gray_1 = {
ai_update_type = military ai_update_type = military
prerequisites = { prerequisites = {
"tech_gray_weapon_lance_1" "tech_gray_weapon_lance_1"
"tech_zero_point_power" "tech_lasers_4"
} }
weight = @tier2weight3 weight = 0
## unlock ## unlock
ai_weight = { ai_weight = {
factor = 0 factor = 0
@ -55,7 +55,7 @@ tech_gray_cloaking_3 = {
category = { field_manipulation } category = { field_manipulation }
ai_update_type = all ai_update_type = all
is_rare = yes is_rare = yes
prerequisites = { "tech_cloaking_3" "tech_gray_weapon_lance_1" } prerequisites = { "tech_cloaking_3" "tech_gray_nano_fusion_3" }
is_reverse_engineerable = no is_reverse_engineerable = no
weight = @tier4weight3 weight = @tier4weight3
@ -112,10 +112,12 @@ tech_gray_matter_remix_2 = {
materials materials
} }
ai_update_type = military ai_update_type = military
weight = @tier2weight3 weight = @tier3weight2
gateway = infrastructure
is_reverse_engineerable = no is_reverse_engineerable = no
prerequisites = { prerequisites = {
"tech_gray_weapon_lance_1" "tech_gray_nano_fusion_3"
"tech_ship_armor_5" "tech_ship_armor_5"
} }
ai_weight = { ai_weight = {
@ -141,9 +143,12 @@ tech_gray_nano_fusion_3 = {
particles particles
} }
ai_update_type = military ai_update_type = military
weight = @tier2weight3 weight = @tier4weight2
gateway = power_generation
prerequisites = { prerequisites = {
"tech_gray_matter_remix_2" "tech_minilaser_gray_1"
"tech_zero_point_power" "tech_zero_point_power"
} }
ai_weight = { ai_weight = {
@ -168,10 +173,10 @@ tech_gray_nano_boost_3 = {
propulsion propulsion
} }
ai_update_type = military ai_update_type = military
weight = @tier2weight3 weight = @tier4weight1
is_reverse_engineerable = no is_reverse_engineerable = no
prerequisites = { prerequisites = {
"tech_gray_matter_remix_2" "tech_gray_nano_fusion_3"
"tech_thrusters_4" "tech_thrusters_4"
} }
ai_weight = { ai_weight = {
@ -187,6 +192,89 @@ tech_gray_nano_boost_3 = {
} }
} }
tech_gray_nano_drive = {
area = physics
cost = 5000
tier = 5
is_rare = yes
is_dangerous = yes
category = { particles }
ai_update_type = military
weight = @tier5weight1
is_reverse_engineerable = no
prerequisites = {
"tech_gray_nano_boost_3"
"tech_jump_drive_1"
}
feature_flags = {
jump_method
}
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_aircraft = {
area = engineering
cost = 5000
tier = 5
is_rare = yes
category = { voidcraft }
ai_update_type = military
weight = @tier3weight3
is_reverse_engineerable = no
prerequisites = {
"tech_gray_nano_boost_3"
"tech_strike_craft_3"
}
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_torpedo = {
area = physics
cost = 5000
tier = 5
is_rare = yes
category = { particles }
ai_update_type = military
weight = @tier4weight2
is_reverse_engineerable = no
prerequisites = {
"tech_gray_nano_boost_3"
"tech_energy_torpedoes_2"
}
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_interdictor_4 = { tech_gray_interdictor_4 = {
area = engineering area = engineering
cost = 5000 cost = 5000
@ -196,10 +284,10 @@ tech_gray_interdictor_4 = {
voidcraft voidcraft
} }
ai_update_type = military ai_update_type = military
weight = @tier2weight3 weight = @tier4weight1
is_reverse_engineerable = no is_reverse_engineerable = no
prerequisites = { prerequisites = {
"tech_gray_nano_boost_3" "tech_gray_matter_remix_2"
"tech_battleships" "tech_battleships"
} }
ai_weight = { ai_weight = {
@ -224,7 +312,7 @@ tech_gray_matter_spray_5 = {
propulsion propulsion
} }
ai_update_type = military ai_update_type = military
weight = @tier2weight3 weight = @tier4weight2
is_reverse_engineerable = no is_reverse_engineerable = no
prerequisites = { prerequisites = {
"tech_gray_interdictor_4" "tech_gray_interdictor_4"
@ -252,11 +340,11 @@ tech_gray_buffnut_6 = {
voidcraft voidcraft
} }
ai_update_type = military ai_update_type = military
weight = @tier2weight3 weight = @tier5weight3
is_reverse_engineerable = no is_reverse_engineerable = no
prerequisites = { prerequisites = {
"tech_gray_interdictor_4" "tech_gray_interdictor_4"
"tech_juggernaut" "tech_colossus"
} }
ai_weight = { ai_weight = {
factor = 0 #weapons are good factor = 0 #weapons are good
@ -280,7 +368,7 @@ tech_gray_army_7 = {
military_theory military_theory
} }
ai_update_type = military ai_update_type = military
weight = @tier2weight3 weight = @tier2weight2
is_reverse_engineerable = no is_reverse_engineerable = no
prerequisites = { prerequisites = {
"tech_gray_matter_remix_2" "tech_gray_matter_remix_2"
@ -308,12 +396,11 @@ tech_gray_juggernaut_8 = {
voidcraft voidcraft
} }
ai_update_type = military ai_update_type = military
weight = @tier2weight3 weight = @tier5weight3
is_reverse_engineerable = no is_reverse_engineerable = no
prerequisites = { prerequisites = {
"tech_gray_matter_remix_2" "tech_gray_interdictor_4"
"tech_juggernaut" "tech_juggernaut"
"tech_mega_engineering"
} }
ai_weight = { ai_weight = {
factor = 0 #weapons are good factor = 0 #weapons are good

View File

@ -31,6 +31,9 @@
preset_rg_scion: "§Y誓约计划国§!" preset_rg_scion: "§Y誓约计划国§!"
preset_rg_scion_desc: "出于某种不可告人的目的,远古堕落帝国将其视若己出。他们的远古宗主不会允许其誓约国受到任何外部干扰。" preset_rg_scion_desc: "出于某种不可告人的目的,远古堕落帝国将其视若己出。他们的远古宗主不会允许其誓约国受到任何外部干扰。"
rg_requires_ascension_perks_lgate: "$TRIGGER_FAIL$需要£physics£§Y$tech_lgate_activation$§!科技。"
rg_requires_ascension_perks_laser4: "$TRIGGER_FAIL$需要£physics£§Y$tech_lasers_4$§!科技。"
rg_nanite_leader:0"§Y纳米机器个体§!" rg_nanite_leader:0"§Y纳米机器个体§!"
rg_nanite_leader_plural:0"§Y纳米机器个体§!" rg_nanite_leader_plural:0"§Y纳米机器个体§!"
rg_nanite_leader_description:0"§Y本质上是由千千万万纳米机械所组成的个体。因为能做到所以将无所不能。§!" rg_nanite_leader_description:0"§Y本质上是由千千万万纳米机械所组成的个体。因为能做到所以将无所不能。§!"
@ -251,6 +254,15 @@
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 "将新的材料进一步加以改良,我们得以制造出可以自我产生推力的材料,使得更加精密的工程成为可能。"
tech_gray_nano_drive:0 "§Y纳米驱动空间引擎§!"
tech_gray_nano_drive_desc:0 "利用纳米物质强化现有跃迁引擎,我们得以制造出性能更加奇异的跃迁引擎。事情总该是这样的。"
tech_gray_nano_aircraft:0 "§Y纳米特化型舰载机§!"
tech_gray_nano_aircraft_desc:0 "通过精心设计,自编程纳米物质能够构成多种型号的攻击型舰载机,擅长应对任何状况。"
tech_gray_nano_torpedo:0 "§Y纳米推进能量鱼雷§!"
tech_gray_nano_torpedo_desc:0 "会动!会爆炸!是蹦蹦炸弹!让炸弹自己去寻找敌人现在已经成为现实。"
tech_gray_interdictor_4:0 "§Y纳米机器拦截舰§!" tech_gray_interdictor_4:0 "§Y纳米机器拦截舰§!"
tech_gray_interdictor_4_desc:0 "经过技术逆向和积累我们得以再现这些L星门中的灰色风暴战舰驰骋在我们的旗帜之下。" tech_gray_interdictor_4_desc:0 "经过技术逆向和积累我们得以再现这些L星门中的灰色风暴战舰驰骋在我们的旗帜之下。"