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

注册 登录

QQ登录

只需一步,快速开始

查看: 9902|回复: 2
打印 上一主题 下一主题

[求助] 多彩银河绝色学院

[复制链接]

6

主题

139

帖子

190

积分

中级玩家

Rank: 3Rank: 3

贡献度
0
金元
1895
积分
190
精华
0
注册时间
2010-12-9
跳转到指定楼层
主题
发表于 2020-12-13 23:39 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
多彩银河绝色学院只能建在盖亚星球而且只能建一个有没用办法把限制去掉,我把文件里面盖亚星球改成陆地不行
####资源建筑####
#按摩店
building_anmodian = {
        base_buildtime = 240
        category = resource
        prerequisites = { "tech_lust_theory" }
        upgrades = { building_brothel }
        potential = {               
                exists = owner
                owner = {
                        OR = {
                                is_gestalt = no
                                has_valid_civic = civic_machine_servitor
                        }
                        has_ethic = ethic_carnalism
                }
        }
        planet_modifier = {
                job_massage_technician_add = 3
        }
        resources = {
                category = planet_buildings
                cost = {
                        minerals = 300
                }
                upkeep = {
                        energy = 2
                }
        }
        triggered_desc = {
                trigger = {
                        exists = owner
                        owner = { is_regular_empire = yes }
                }
                text = job_massage_technician_effect_desc
        }
        ai_weight = { weight = 100 }
}

#娼馆
building_brothel = {
        base_buildtime = 360
        category = resource
        can_build = no
        prerequisites = { "tech_erotic_license" }
        upgrades = { building_nightclub }
        potential = {
                has_upgraded_capital = yes               
                exists = owner
                owner = {
                        OR = {
                                is_gestalt = no
                                has_valid_civic = civic_machine_servitor
                        }
                        has_ethic = ethic_carnalism
                }
        }
        planet_modifier = {
                job_prostitute_add = 5
        }       
        resources = {
                category = planet_buildings
                cost = {
                        minerals = 420
                }
                upkeep = {
                        energy = 3
                }
        }
        triggered_desc = {
                trigger = {
                        exists = owner
                        owner = { is_regular_empire = yes }
                }
                text = job_brothel_effect_desc
        }
       
        ai_weight = {
                weight = 150
        }
}

#夜总会
building_nightclub = {
        base_buildtime = 480
        category = resource
        can_build = no
        prerequisites = { "tech_erotic_industry_specification" }#qs产业化
        potential = {
                OR = {
                        has_building = "building_major_capital"
                        has_building = "building_system_capital"
                }
                exists = owner
                owner = {
                        OR = {
                                is_gestalt = no
                                has_valid_civic = civic_machine_servitor
                        }
                        has_ethic = ethic_carnalism
                }
        }
        planet_modifier = {
                job_prostitute_add = 8
        }
        resources = {
                category = planet_buildings
                cost = {
                        minerals = 540
                }
                upkeep = {
                        energy = 4
                }
        }
        ai_weight = {
                weight = 200
        }
}

#粉红宫殿
building_pink_palace = {
        base_buildtime = 600
        category = resource
        base_cap_amount = 1 # 星球限定
        is_capped_by_modifier = yes       
        prerequisites = { "tech_erotic_expansion_agreement" } #qs扩张协议
        potential = {
                exists = owner
                owner = {
                        OR = {
                                is_gestalt = no
                                has_valid_civic = civic_machine_servitor
                        }
                        has_ethic = ethic_carnalism
                }
        }
        allow = { # 许可
                NOT = { has_building_construction = "building_pink_palace" }
                OR = {
                        is_planet_class = pc_prostitution_city
                        num_buildings = { type = "building_pink_palace" value < 1 }
                }
        }
        planet_modifier = {
                planet_erotic_produces_mult = 0.15
                pop_happiness = 0.10 # 人口幸福度
                planet_amenities_add = 25
                planet_stability_add = 10
                planet_crime_add = -15
        }
        triggered_planet_modifier = {
                potential = {
                        exists = owner
                        owner = { is_regular_empire = yes }
                }
                modifier = {
                        job_escort_add = 6
                        job_princess_add = 1
                        job_sexdoctor_add = 1
                }
        }
        resources = {
                category = planet_buildings
                cost = {
                        minerals = 800
                }
                upkeep = {
                        energy = 10
                }
        }
        triggered_desc = {
                trigger = {
                        exists = owner
                        owner = { is_regular_empire = yes }
                }
                text = job_pink_palace_effect_desc
        }
        ai_weight = {
                weight = 25000
        }
        ai_resource_production = {
                energy = 6
                consumer_goods = 6
                food = 6
                trigger = {
                        always = yes
                }
        }
}

#爱液收集池
building_love_juice_pool = {
        base_buildtime = 240 # 基础建造时间       
        prerequisites = { "tech_lovejuice_collecting" }
        category = resource
        potential = {
                exists = owner
                owner = {
                        NOT = { has_modifier = resort_colony }       
                        NOT = { has_policy_flag = lust_forbidden }       
                        has_ethic = ethic_carnalism
                }
        }       
        resources = {
                category = planet_buildings
                cost = { # 花费
                        minerals = 500
                }
                upkeep = {
                        energy = 2
                }
        }
        planet_modifier = { # 星球调节器
                job_love_juice_maker_add = 5
        }
       
        ai_weight = { weight = 200 }
}

#爱液作物农场
building_love_juice_farm = {
        base_buildtime = 240 # 基础建造时间       
        prerequisites = { "tech_love_juice_cultivate" }
        category = resource
        potential = {
                exists = owner
                owner = {
                        NOT = { has_modifier = resort_colony }       
                        NOT = { has_policy_flag = lust_forbidden }       
                        has_ethic = ethic_carnalism
                }
        }       
        resources = {
                category = planet_buildings
                cost = { # 花费
                        minerals = 500
                        love_juice = 30
                }
                upkeep = {
                        energy = 2
                        love_juice = 1
                }
        }
        planet_modifier = { # 星球调节器
                job_love_juice_farmer_add = 5
        }
       
        ai_weight = { weight = 180 }
}

#爱液矿场
building_love_juice_mine = {
        base_buildtime = 240 # 基础建造时间       
        prerequisites = { "tech_love_juice_mine" }
        category = resource
        potential = {
                exists = owner
                owner = {
                        NOT = { has_modifier = resort_colony }       
                        NOT = { has_policy_flag = lust_forbidden }       
                        has_ethic = ethic_carnalism
                }
        }       
        resources = {
                category = planet_buildings
                cost = { # 花费
                        minerals = 500
                        love_juice = 30
                }
                upkeep = {
                        energy = 2
                        love_juice = 1
                }
        }
        planet_modifier = { # 星球调节器
                job_love_juice_miner_add = 5
        }

        ai_weight = { weight = 180 }
}

# NLTJ中心
building_slave_laboratory = {
        base_buildtime = 480       
        category = resource       
        prerequisites = { "tech_sex_slave_train" }
        potential = {
                exists = owner
                owner = {
                        NOT = { has_modifier = resort_colony }       
                        NOT = { has_policy_flag = lust_forbidden }       
                        has_ethic = ethic_carnalism
                }
        }       
        allow = { # 许可
                has_upgraded_capital = yes
                any_owned_pop = {       
                        is_canbe_sex_slave = yes
                }
        }       
        resources = {
                category = planet_buildings
                cost = { # 花费
                        energy = 250
                        minerals = 350
                        alloys = 100
                }
                upkeep = {
                        energy = 5
                }
        }       
        planet_modifier = { # 调节器
                job_dominatrix_add = 3
                job_soldier_add = 2
        }
        triggered_planet_modifier = {
                potential = {
                        owner = { has_technology = tech_erotic_expansion_agreement }
                }
                modifier = {
                        job_dominatrix_add = 2
                }
        }
        triggered_planet_modifier = {
                potential = {
                        owner = { has_technology = tech_sex_slave_trade }
                }
                modifier = {
                        job_dominatrix_add = 2
                }
        }
       
        triggered_desc = {
                trigger = {
                        exists = owner
                        owner = { is_regular_empire = yes }
                }
                text = job_slave_laboratory_effect_desc
        }

        ai_weight = { weight = 800 }
        ai_resource_production = {
                excellent_slave = 3
                trigger = {
                        always = yes
                }
        }
}

#绝色学院 仅20地块以上盖亚星球可建
building_beauty_college = {
        base_buildtime = 600
        category = resource
        icon = building_beauty_college
        base_cap_amount = 1 # 星球限定
        is_capped_by_modifier = yes
       
        prerequisites = { "tech_beauty_theory" }
        potential = {
                exists = owner
                owner = {
                        has_ethic = ethic_carnalism
                        is_regular_empire = yes                       
                }
        }       
        allow = { # 许可
                is_planet_class = pc_continental
                NOT = { has_building_construction = "building_beauty_college" }
        }
        planet_modifier = {
                job_beauty_master2_add = 2
                job_soldier_add = 2
        }               
        triggered_planet_modifier = {
                potential = {
                        exists = owner
                        owner = {
                                is_fallen_empire = yes
                        }
                }
                modifier = {
                        job_beauty_master2_add = 6
                        job_fe_protector_add = 6 #警备卫兵
                }
        }       
        resources = {
                category = planet_buildings
                cost = {
                        minerals = 500
                }
                upkeep = {
                        energy = 200
                        consumer_goods = 100
                        food = 200
                }
        }
               
        triggered_desc = {
                trigger = {
                        owner = {
                                NOT = { has_ethic = ethic_asceticism }
                        }
                }
                text = job_beauty_master2_college_effect_desc
        }
        triggered_desc = {
                trigger = {
                        owner = { has_ethic = ethic_asceticism }
                }
                text = job_beauty_teacher2_college_effect_desc
        }

        ai_weight = {
                weight = 2000
        }
}
回复

使用道具 举报

1

主题

223

帖子

261

积分

高级玩家

Rank: 4

贡献度
0
金元
2610
积分
261
精华
0
注册时间
2019-11-2
舒服的沙发
发表于 2021-5-23 08:13 | 只看该作者
怎么老是跳呀 没法看
回复 支持 反对

使用道具 举报

0

主题

88

帖子

158

积分

中级玩家

Rank: 3Rank: 3

贡献度
0
金元
1580
积分
158
精华
0
注册时间
2009-6-2
硬硬的板凳
发表于 2022-4-10 12:21 | 只看该作者
可以改上限的,但是这个维护费怎么这么高?
回复 支持 反对

使用道具 举报

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

本版积分规则

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

GMT+8, 2026-3-28 12:28 , Processed in 0.031465 second(s), 16 queries , Memcached On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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