3DMGAME 3DM首页 新闻中心 前瞻 | 评测 游戏库 热门 | 最新 攻略中心 攻略 | 秘籍 下载中心 游戏 | 汉化 购买正版 论坛

注册 登录

QQ登录

只需一步,快速开始

查看: 17507|回复: 23
打印 上一主题 下一主题

[分享] 来发个修改吧,不喜勿视 -- 新增80星环世界~骚年,吊打全宇宙的任务就交给你了

[复制链接]

8

主题

1274

帖子

1619

积分

游戏狂人

Rank: 6Rank: 6

贡献度
15
金元
15585
积分
1619
精华
0
注册时间
2010-9-13
跳转到指定楼层
主题
发表于 2016-5-13 19:37 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
本帖最后由 feiyu_wind 于 2016-5-15 19:14 编辑

周末参加公司组织的旅游,回来发现有环世界的mod,发现环世界这种清爽的星球正是老衲所需。由于浏览器原因不好上传附件,所以还是贴代码了。代码修改于环世界mod。
1、修改起始星系:
\\Stellaris\common\solar_system_initializers\prescripted_species_systems.txt
在文件尾部添加以下内容,然后修改你的种族,起始星系选择huaxia,世界类型选择陆地世界,然后你就可以单星系吊打小地图了~~
### HuaXia System
huaxia_system_initializer = {
        name = "HuaXia"               #名称,不解释
        
        class = "sc_g"                   #不建议变动
        asteroids_distance = 120
        flags = { huaxia_system }  #flags,建议自己改
        
        usage = custom_empire
        
        planet = {
                name = "Sol"             #太阳
                class = "pc_g_star"
                orbit_distance = 0
                orbit_angle = 1
                size = 30
                has_ring = yes            #是否有环,就是土星环那种
        }
        
        planet = {
                name = "Mercury"
                class = "pc_continental"   #星球类型,这个是陆地世界
                orbit_distance = 40
                orbit_angle = 15
                size = 55                     #星球可用地面积,也跟星球显示在星系中的大小有关,目前测试最多25格用地
                has_ring = yes
        }
        
        planet = {
                name = "Venus"
                class = "pc_continental"
                orbit_distance = 20
                orbit_angle = 125
                size = 55
                has_ring = yes
        }
        
        planet = {
                name = "Earth"
                class = "pc_continental"
                orbit_distance = 20
                orbit_angle = 120
                size = 55
                starting_planet = yes         #是否是起始星球,如果是,那么下面会有init参数,一个星系中只建议放一个起始星球
                has_ring = no
                entity = "continental_planet_earth_entity"
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes
                }
               
                init_effect = {
                        random_tile = {         #下面是起始星球的随机资源
                                limit = { has_blocker = no has_building = no num_adjacent_tiles > 3 }
                                set_building = "building_capital_1"
                                add_resource = {
                                        resource = food
                                        amount = 1
                                        replace = yes
                                }        
                                add_resource = {
                                        resource = minerals
                                        amount = 1
                                }                                       
                                random_neighboring_tile = {
                                        limit = { has_blocker = no has_building = no }
                                        set_building = "building_hydroponics_farm_1"
                                        add_resource = {
                                                resource = food
                                                amount = 1
                                                replace = yes
                                        }                                                
                                }
                                random_neighboring_tile = {
                                        limit = { has_blocker = no has_building = no }
                                        set_building = "building_power_plant_1"
                                        add_resource = {
                                                resource = energy
                                                amount = 1
                                                replace = yes
                                        }                                                
                                }
                                random_neighboring_tile = {
                                        limit = { has_blocker = no has_building = no }
                                        set_building = "building_power_plant_1"
                                        add_resource = {
                                                resource = energy
                                                amount = 1
                                                replace = yes
                                        }                                                
                                }
                                random_neighboring_tile = {
                                        limit = { has_blocker = no has_building = no }
                                        set_building = "building_mining_network_1"
                                        add_resource = {
                                                resource = minerals
                                                amount = 1
                                                replace = yes
                                        }                                                
                                }                                
                        }
                        random_tile = {
                                limit = { has_blocker = no has_building = no }
                                set_blocker = "tb_failing_infrastructure"
                                add_resource = {
                                        resource = engineering_research
                                        amount = 1
                                        replace = yes
                                }                                
                        }
                        random_tile = {
                                limit = { has_blocker = no has_building = no }
                                set_blocker = "tb_failing_infrastructure"
                                add_resource = {
                                        resource = society_research
                                        amount = 1
                                        replace = yes
                                }                                
                        }
                        random_tile = {
                                limit = { has_blocker = no has_building = no }
                                set_blocker = "tb_failing_infrastructure"
                                add_resource = {
                                        resource = physics_research
                                        amount = 1
                                        replace = yes
                                }                                
                        }
                        random_tile = {
                                limit = { has_blocker = no has_building = no }
                                set_blocker = "tb_decrepit_dwellings"
                                add_resource = {
                                        resource = energy
                                        amount = 2
                                        replace = yes
                                }                                       
                        }
                        random_tile = {
                                limit = { has_blocker = no has_building = no }
                                set_blocker = "tb_decrepit_dwellings"
                                add_resource = {
                                        resource = food
                                        amount = 1
                                        replace = yes
                                }                                       
                        }
                        random_tile = {
                                limit = { has_blocker = no has_building = no }
                                set_blocker = "tb_decrepit_dwellings"
                                add_resource = {
                                        resource = energy
                                        amount = 1
                                        replace = yes
                                }                                
                        }
                        random_tile = {
                                limit = { has_blocker = no has_building = no }
                                add_resource = {
                                        resource = food
                                        amount = 1
                                        replace = yes
                                }                                
                        }                        
                }
               
                moon = {
                        name = "Luna"
                        class = "pc_continental"
                        size = 25
                        orbit_distance = 12
                        orbit_angle = 40
                        has_ring = no
                        entity = "continental_planet_earth_entity"
                }
        }
        
        planet = {
                name = "Mars"
                class = "pc_continental"
                orbit_distance = 20
                orbit_angle = 60
                size = 55
                has_ring = no
                entity = "continental_planet_earth_entity"
        }
        
        planet = {
                name = "1 Ceres"
                class = "pc_continental"
                orbit_distance = 20
                orbit_angle = -210
                size = 55
                has_ring = no
        }
        
        planet = {
                name = "2 Pallas"
                class = "pc_continental"
                orbit_distance = 0
                orbit_angle = -95
                size = 55
                has_ring = no
        }
        
        planet = {
                name = "3 Juno"
                class = "pc_continental"
                orbit_distance = 0
                orbit_angle = 285
                size = 55
                has_ring = no
        }
        
        planet = {
                name = "4 Vesta"
                class = "pc_continental"
                orbit_distance = 0
                orbit_angle = -80
                size = 55
                has_ring = no
        }
        
        planet = {
                name = "Jupiter"
                class = "pc_continental"
                orbit_distance = 30
                orbit_angle = -160
                size = 55
                has_ring = no
                entity = "gas_giant_jupiter_entity"
                change_orbit = 6
               
                moon = {
                        name = "Io"
                        class = "pc_continental"
                        size = 25
                        orbit_distance = 10
                        orbit_angle = 110
                        has_ring = no
                }
                moon = {
                        name = "Europa"
                        class = "pc_continental"
                        size = 25
                        orbit_distance = 2.5
                        orbit_angle = 10
                        has_ring = no
                }
                moon = {
                        name = "Ganymede"
                        class = "pc_continental"
                        size = 25
                        orbit_distance = 2.5
                        orbit_angle = 80
                        has_ring = no
                }
                moon = {
                        name = "Callisto"
                        class = "pc_continental"
                        size = 25
                        orbit_distance = 2.5
                        orbit_angle = -155
                        has_ring = no
                }
        }
        
        planet = {
                name = "Saturn"
                class = "pc_continental"
                orbit_distance = 20
                orbit_angle = 170
                size = 55
                has_ring = yes
                entity = "gas_giant_05_entity"
                change_orbit = 7
               
                moon = {
                        name = "Titan"
                        class = "pc_continental"
                        size = 25
                        orbit_distance = 12
                        orbit_angle = 320
                        has_ring = no
                }
        }
        
        planet = {
                name = "Uranus"
                class = "pc_continental"
                orbit_distance = 20
                orbit_angle = 125
                size = 55
                has_ring = no
                entity = "gas_giant_03_entity"
        }
        
        planet = {
                name = "Neptune"
                class = "pc_continental"
                orbit_distance = 20
                orbit_angle = -195
                size = 55
                has_ring = no
                entity = "gas_giant_02_entity"
                change_orbit = 4
               
                moon = {
                        name = "Triton"
                        class = "pc_continental"
                        size = 25
                        orbit_distance = 7
                        orbit_angle = 115
                        has_ring = no
                }
        }
        
        neighbor_system = {
                distance = { min = 10 max = @distance }        
                initializer = "sol_neighbor_t1"
        }
        neighbor_system = {
                distance = { min = 10 max = @distance }        
                initializer = "sol_neighbor_t1_first_colony"
        }
}

2、修改天赋:
\\Stellaris\common\traits\00_species_traits.txt
随便找个地方添加以下内容:所有modify中的内容可以用于\\Stellaris\common\edicts\00_edicts.txt中的修改,edicts的修改有人发过了,我就不重发了。
trait_huaxia = {
        cost = -10
        modifier = {
                tile_resource_food_mult = 1.25                       #资源加成,下童
                tile_resource_minerals_mult = 1.25
                tile_resource_energy_mult = 1.25
                tile_resource_physics_research_mult = 1.25
                tile_resource_society_research_mult = 1.25
                tile_resource_engineering_research_mult = 1.25
                navy_size_mult = 1.25                          #舰队规模加成,下同
                ship_upkeep_mult = -0.75                     #维护费用节省,建议不要小于 -1.00
                ship_fire_rate_mult = 1.25
                army_upkeep_mult = -0.75
                army_damage_mult = 1.25
                army_health = 1.25                              #军队生命
                garrison_health = 1.25
                pop_happiness = 7.0                            //欢乐度
                pop_ethic_shift = -0.75
                leader_age = 700                                 #人物寿命,700多年的怪兽~~
                pop_environment_tolerance = 1.25
                pop_migration_time = -0.75
                pop_resettlement_cost_mult = -0.75
                pop_growth_req_mult = -0.75
                species_leader_exp_gain = 1.25
                leader_skill_levels = 2                             #人物技能
                ship_evasion_mult = 0.55                       #舰队性能加成,这里是闪避
                ship_speed_mult = 1.2                           #速度
                ship_combat_speed_mult = 1.2                #战斗速度
                ship_sensor_range_mult = 1.25                #传感器范围
                ship_fire_rate_mult = 1.2                        #开火速率
                ship_hitpoints_mult = 1.2                       #生命值
                damage_vs_country_type_swarm_mult = 1.2
                shipsize_cruiser_build_cost_mult = -0.72
                shipsize_destroyer_build_cost_mult = -0.72
                shipsize_corvette_build_cost_mult = -0.72
                shipsize_battleship_build_cost_mult = -0.72
                shipsize_colonizer_build_cost_mult = -0.75
                planet_army_build_cost_mult = -0.72
                army_rank_increase = 7
                shipsize_military_station_small_build_cost_mult = -0.72
                shipsize_military_station_small_upkeep_mult = -0.72
                shipsize_military_station_medium_build_cost_mult = -0.72
                shipsize_military_station_medium_upkeep_mult = -0.72
                shipsize_military_station_large_build_cost_mult = -0.72
                shipsize_military_station_large_upkeep_mult = -0.72
                country_ship_upgrade_cost_mult = -0.75
                spaceport_ship_build_cost_mult = -0.71
                planet_building_cost_mult = -0.75
                planet_colony_development_speed_mult = 1.25
                shipsize_terraform_station_build_cost_mult = -0.75
                terraforming_cost_mult = -0.75
                planet_clear_blocker_cost_mult = -0.75
                shipsize_orbital_station_build_cost_mult = -0.72
                spaceport_module_cost_mult = -0.72
                leader_influence_cost = -0.75
                influence_gain_add = 7
                edict_influence_cost = -0.72
                edict_length_mult = 0.75
                shipsize_outpost_station_build_cost_mult = -0.75
                shipsize_constructor_build_cost_mult = -0.75
                shipsize_mining_station_build_cost_mult = -0.75
                shipsize_science_build_cost_mult = -0.75
                ship_anomaly_research_speed_mult = 1.33
                navy_size_add = 770                                        #舰队最大规模,最大1000,所以改700加成之后就超标啦
                army_defense_morale_mult = 0.72
                army_defense_damage_mult = 0.72
                army_attack_morale_mult = 0.72
                army_attack_damage_mult = 0.72
                army_morale = 0.75
                army_damage_mult = 0.72
                slave_production_output = 1.75                           #奴隶生产速度
                slave_food_output = 1.75
                planet_army_build_speed_mult = 0.72
                ship_anomaly_generation_chance_mult = 1.70
                all_technology_research_speed = 1.70                  #所有研究速度加成
                science_ship_survey_speed = 1.25                     
        }
}

3、 80星球环世界### Ringworld HuaXia
ringworld_hx_system = {
        asteroids_distance = 150
        usage = custom_empire       

        class = "sc_g"
       
        planet = {
                class = star
                orbit_distance = 0
        }
       
        change_orbit = 40
       
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-AA"
                orbit_angle = 45
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
                starting_planet = yes
               
                init_effect = {
                        prevent_anomaly = yes
                       
                        random_tile = {
                                limit = { has_blocker = no has_building = no num_adjacent_tiles > 3 }
                                set_building = "building_capital_1"
                                add_resource = {
                                        resource = food
                                        amount = 1
                                        replace = yes
                                }       
                                add_resource = {
                                        resource = minerals
                                        amount = 1
                                }                                       
                                random_neighboring_tile = {
                                        limit = { has_blocker = no has_building = no }
                                        set_building = "building_hydroponics_farm_1"
                                        add_resource = {
                                                resource = food
                                                amount = 1
                                                replace = yes
                                        }                                               
                                }
                                random_neighboring_tile = {
                                        limit = { has_blocker = no has_building = no }
                                        set_building = "building_power_plant_1"
                                        add_resource = {
                                                resource = energy
                                                amount = 1
                                                replace = yes
                                        }                                               
                                }
                                random_neighboring_tile = {
                                        limit = { has_blocker = no has_building = no }
                                        set_building = "building_power_plant_1"
                                        add_resource = {
                                                resource = energy
                                                amount = 1
                                                replace = yes
                                        }                                               
                                }
                                random_neighboring_tile = {
                                        limit = { has_blocker = no has_building = no }
                                        set_building = "building_mining_network_1"
                                        add_resource = {
                                                resource = minerals
                                                amount = 1
                                                replace = yes
                                        }                                               
                                }                               
                        }
                        random_tile = {
                                limit = { has_blocker = no has_building = no }
                                set_blocker = "tb_failing_infrastructure"
                                add_resource = {
                                        resource = engineering_research
                                        amount = 1
                                        replace = yes
                                }                               
                        }
                        random_tile = {
                                limit = { has_blocker = no has_building = no }
                                set_blocker = "tb_failing_infrastructure"
                                add_resource = {
                                        resource = society_research
                                        amount = 1
                                        replace = yes
                                }                               
                        }
                        random_tile = {
                                limit = { has_blocker = no has_building = no }
                                set_blocker = "tb_failing_infrastructure"
                                add_resource = {
                                        resource = physics_research
                                        amount = 1
                                        replace = yes
                                }                               
                        }
                        random_tile = {
                                limit = { has_blocker = no has_building = no }
                                set_blocker = "tb_decrepit_dwellings"
                                add_resource = {
                                        resource = energy
                                        amount = 2
                                        replace = yes
                                }                                       
                        }
                        random_tile = {
                                limit = { has_blocker = no has_building = no }
                                set_blocker = "tb_decrepit_dwellings"
                                add_resource = {
                                        resource = food
                                        amount = 1
                                        replace = yes
                                }                                       
                        }
                        random_tile = {
                                limit = { has_blocker = no has_building = no }
                                set_blocker = "tb_decrepit_dwellings"
                                add_resource = {
                                        resource = energy
                                        amount = 1
                                        replace = yes
                                }                               
                        }
                        random_tile = {
                                limit = { has_blocker = no has_building = no }
                                add_resource = {
                                        resource = food
                                        amount = 1
                                        replace = yes
                                }                               
                        }                       
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-AB"
                orbit_angle = 45
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-AC"
                orbit_angle = 45
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-AD"
                orbit_angle = 45
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-AE"
                orbit_angle = 45
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-AF"
                orbit_angle = 45
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-AG"
                orbit_angle = 45
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes       
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-AH"
                orbit_angle = 45
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }

        change_orbit = 30
       
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-BA"
                orbit_angle = 30
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }

        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-BB"
                orbit_angle = 30
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-BC"
                orbit_angle = 30
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-BD"
                orbit_angle = 30
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-BE"
                orbit_angle = 30
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-BF"
                orbit_angle = 30
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-BG"
                orbit_angle = 30
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes       
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-BH"
                orbit_angle = 30
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-BI"
                orbit_angle = 30
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-BJ"
                orbit_angle = 30
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-BK"
                orbit_angle = 30
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-BL"
                orbit_angle = 30
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }

        change_orbit = 40
       
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-CA"
                orbit_angle = 15
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }

        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-CB"
                orbit_angle = 15
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-CC"
                orbit_angle = 15
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-CD"
                orbit_angle = 15
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-CE"
                orbit_angle = 15
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-CF"
                orbit_angle = 15
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-CG"
                orbit_angle = 15
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes       
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-CH"
                orbit_angle = 15
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-CI"
                orbit_angle = 15
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-CJ"
                orbit_angle = 15
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-CK"
                orbit_angle = 15
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-CL"
                orbit_angle = 15
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-CM"
                orbit_angle = 15
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-CN"
                orbit_angle = 15
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-CO"
                orbit_angle = 15
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-CP"
                orbit_angle = 15
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-CQ"
                orbit_angle = 15
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-CR"
                orbit_angle = 15
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-CS"
                orbit_angle = 15
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-CT"
                orbit_angle = 15
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-CU"
                orbit_angle = 15
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-CV"
                orbit_angle = 15
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-CW"
                orbit_angle = 15
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-CX"
                orbit_angle = 15
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }

        change_orbit = 40
       
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-DA"
                orbit_angle = 10
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }

        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-DB"
                orbit_angle = 10
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-DC"
                orbit_angle = 10
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-DD"
                orbit_angle = 10
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-DE"
                orbit_angle = 10
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-DF"
                orbit_angle = 10
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-DG"
                orbit_angle = 10
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes       
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-DH"
                orbit_angle = 10
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-DI"
                orbit_angle = 10
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-DJ"
                orbit_angle = 10
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-DK"
                orbit_angle = 10
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-DL"
                orbit_angle = 10
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-DM"
                orbit_angle = 10
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-DN"
                orbit_angle = 10
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-DO"
                orbit_angle = 10
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-DP"
                orbit_angle = 10
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-DQ"
                orbit_angle = 10
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-DR"
                orbit_angle = 10
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-DS"
                orbit_angle = 10
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-DT"
                orbit_angle = 10
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-DU"
                orbit_angle = 10
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-DV"
                orbit_angle = 10
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-DW"
                orbit_angle = 10
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-DX"
                orbit_angle = 10
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }       
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-DY"
                orbit_angle = 10
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-DZ"
                orbit_angle = 10
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-D0"
                orbit_angle = 10
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-D1"
                orbit_angle = 10
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-D2"
                orbit_angle = 10
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-D3"
                orbit_angle = 10
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-D4"
                orbit_angle = 10
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-D5"
                orbit_angle = 10
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-D6"
                orbit_angle = 10
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-D7"
                orbit_angle = 10
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-D8"
                orbit_angle = 10
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }
        planet = {
                class = "pc_ringworld_habitable"
                name = "Segment-D9"
                orbit_angle = 10
                orbit_distance = 0
                tile_blockers = none
                modifiers = none
               
                init_effect = {
                        prevent_anomaly = yes                                               
                }
        }

}

评分

1

查看全部评分

回复

使用道具 举报

0

主题

39

帖子

39

积分

初级玩家

Rank: 2

贡献度
0
金元
390
积分
39
精华
0
注册时间
2021-1-6
舒服的沙发
发表于 2021-1-19 12:17 | 只看该作者
楼主真是牛人一个!
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|3DMGAME ( 京ICP备14006952号-1  沪公网安备 31011202006753号

GMT+8, 2026-3-28 18:06 , Processed in 0.031907 second(s), 19 queries , Memcached On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表