群星
ParaWikis
最新百科
都市天际线2百科
英雄无敌3百科
维多利亚3百科
奇妙探险队2百科
罪恶帝国百科
英白拉多:罗马百科
热门百科
群星百科
欧陆风云4百科
十字军之王2百科
十字军之王3百科
钢铁雄心4百科
维多利亚2百科
ParaWikis
申请建站
ParaWikis
ParaCommons
最近更改
随机页面
加入QQ群
工具
链入页面
相关更改
特殊页面
页面信息
页面值
阅读
编辑
编辑源代码
查看历史
讨论
编辑“
Ship modding
”(章节)
警告:
您没有登录。如果您做出任意编辑,您的IP地址将会公开可见。如果您
登录
或
创建
一个账户,您的编辑将归属于您的用户名,且将享受其他好处。
反垃圾检查。
不要
加入这个!
=== Examples === ==== Corvette ==== {{Collapse list | type= | body= <pre> corvette = { formation_priority = @corvette_formation_priority max_speed = @speed_very_fast acceleration = 0.35 rotation_speed = 0.1 collision_radius = @corvette_collision_radius max_hitpoints = @corvette_hp modifier = { ship_evasion_add = @corvette_evasion ship_piracy_suppression_add = 10 } size_multiplier = 1 fleet_slot_size = 1 section_slots = { "mid" = { locator = "part1" } } num_target_locators = 2 is_space_station = no icon_frame = 2 base_buildtime = @corvette_build_time can_have_federation_design = yes enable_default_design = yes #if yes, countries will have an auto-generated design at start default_behavior = swarm prerequisites = { "tech_corvettes" } combat_disengage_chance = 1.00 class = shipclass_military construction_type = starbase_shipyard required_component_set = "power_core" required_component_set = "ftl_components" required_component_set = "thruster_components" required_component_set = "sensor_components" required_component_set = "combat_computers" resources = { category = ships upkeep = { energy = @corvette_upkeep_energy alloys = @corvette_upkeep_alloys } } min_upgrade_cost = { alloys = 1 } } </pre> }} ==== Colossus ==== {{Collapse list | type= | body= <pre> colossus = { formation_priority = @colossus_formation_priority max_speed = @speed_very_slow acceleration = 0.2 rotation_speed = 0.15 collision_radius = @colossus_collision_radius max_hitpoints = @colossus_hp modifier = { ship_evasion_add = @colossus_evasion } size_multiplier = 32 fleet_slot_size = 32 section_slots = { "ship" = { locator = "frame_ship" } } num_target_locators = 4 is_space_station = no icon_frame = 7 base_buildtime = @colossus_build_time can_have_federation_design = no enable_default_design = yes #if yes, countries will have an auto-generated design at start prerequisites = { "tech_colossus" } class = shipclass_military_special construction_type = starbase_shipyard required_component_set = "power_core" required_component_set = "ftl_components" required_component_set = "thruster_components" required_component_set = "combat_computers" potential_construction = { OR = { is_scope_type = starbase AND = { is_scope_type = megastructure OR = { is_megastructure_type = mega_shipyard_3 is_megastructure_type = mega_shipyard_restored } } } } possible_construction = { custom_tooltip = { fail_text = starbase_citadel_trigger OR = { AND = { is_scope_type = megastructure OR = { is_megastructure_type = mega_shipyard_3 is_megastructure_type = mega_shipyard_restored } } AND = { is_scope_type = starbase has_starbase_size >= starbase_citadel } } } custom_tooltip = { fail_text = starbase_colossal_yards_trigger OR = { AND = { is_scope_type = megastructure OR = { is_megastructure_type = mega_shipyard_3 is_megastructure_type = mega_shipyard_restored } } AND = { is_scope_type = starbase has_starbase_building = colossus_yards } } } } empire_limit = { base = 1 } resources = { category = ships cost = { alloys = 10000 } upkeep = { energy = @colossus_upkeep_energy alloys = @colossus_upkeep_alloys } } min_upgrade_cost = { alloys = 10 } } </pre> }} ==== Juggernaut ==== {{Collapse list | type= | body= <pre> juggernaut = { formation_priority = @juggernaut_formation_priority max_speed = @speed_very_slow acceleration = 0.2 rotation_speed = 0.15 collision_radius = @juggernaut_collision_radius max_hitpoints = @juggernaut_hp modifier = { ship_evasion_add = @juggernaut_evasion starbase_shipyard_capacity_add = 2 } base_buildtime = @juggernaut_build_time resources = { category = ships upkeep = { energy = @juggernaut_upkeep_energy alloys = @juggernaut_upkeep_alloys } } combat_size_multiplier = 5 size_multiplier = 32 fleet_slot_size = 32 section_slots = { "core" = { locator = "part1" } } potential_construction = { OR = { AND = { is_scope_type = starbase NOT = { has_starbase_size = juggernaut } } AND = { is_scope_type = megastructure OR = { is_megastructure_type = mega_shipyard_3 is_megastructure_type = mega_shipyard_restored } } } } possible_construction = { custom_tooltip = { fail_text = starbase_citadel_trigger OR = { AND = { is_scope_type = megastructure OR = { is_megastructure_type = mega_shipyard_3 is_megastructure_type = mega_shipyard_restored } } AND = { is_scope_type = starbase has_starbase_size >= starbase_citadel } } } custom_tooltip = { fail_text = starbase_colossal_yards_trigger OR = { AND = { is_scope_type = megastructure OR = { is_megastructure_type = mega_shipyard_3 is_megastructure_type = mega_shipyard_restored } } AND = { is_scope_type = starbase has_starbase_building = colossus_yards } } } } empire_limit = { base = 1 } num_target_locators = 0 can_have_federation_design = yes enable_default_design = yes #if yes, countries will have an auto-generated design at start can_disable = no icon_frame = 7 ship_class_icon_frame = 35 default_behavior = carrier prerequisites = { "tech_juggernaut" } class = shipclass_starbase construction_type = starbase_shipyard required_component_set = "power_core" required_component_set = "sensor_components" required_component_set = "combat_computers" required_component_set = "ftl_components" required_component_set = "thruster_components" required_component_set = "ship_aura_components" min_upgrade_cost = { alloys = 50 } } </pre> }}
摘要:
请注意您对群星百科的所有贡献都被认为是在知识共享署名-非商业性使用-相同方式共享下发布,请查看在
群星百科:版权
的细节。如果您不希望您的文字被任意修改和再散布,请不要提交。
您同时也要向我们保证您所提交的内容是您自己所作,或得自一个不受版权保护或相似自由的来源。
未经许可,请勿提交受版权保护的作品!
为防止机器编辑,请完成下方验证
取消
编辑帮助
(在新窗口中打开)
×
登录
密码
记住登录
加入群星百科
忘记密码?
其他方式登录