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

注册 登录

QQ登录

只需一步,快速开始

查看: 343|回复: 1
打印 上一主题 下一主题

[游戏求助] 1010340 兰姆酒工厂 谁知道怎样修改到旧世界可建呢?改了data10.rda~data16.rda都无法实现,到底改哪个文件

[复制链接]

62

主题

563

帖子

1340

积分

游戏狂人

Rank: 6Rank: 6

贡献度
74
金元
10435
积分
1340
精华
0
注册时间
2006-11-21
跳转到指定楼层
主题
发表于 2023-7-13 12:02 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
棉花园和棉纺织厂,我是修改成功的,可以在新旧世界同时建造
这个兰姆酒对比了一下代码,能改的都测试了。都无法建造,不知道改哪里了


                       <Asset>

                          <Template>FactoryBuilding7</Template>

                          <Values>

                            <Standard> 标准

                              <GUID>1010340</GUID>

                              <Name>food_colony01_01 (Rum Maker)</Name>

                              <IconFilename>data/ui/2kimages/main/3dicons/icon_rum_barrel.png</IconFilename>

                            </Standard>

                            <Building>

                              <BuildModeRandomRotation>180</BuildModeRandomRotation> 旋转角度

                              <AssociatedRegions>Colony01</AssociatedRegions>改成 Moderate;Colony01 改成 Moderate;Colony01 新旧世界均可建造

                            </Building>

                            <Blocking />

                            <Cost>  建造成本

                              <Costs>

                                <Item>

                                  <Ingredient>1010017</Ingredient>  金钱

                                  <Amount>2500</Amount>

                                </Item>

                                <Item>

                                  <Ingredient>1010196</Ingredient> 木材

                                  <Amount>6</Amount>

                                </Item>

                                <Item>

                                  <Ingredient>1010205</Ingredient>

                                </Item>

                                <Item>

                                  <Ingredient>1010218</Ingredient>

                                </Item>

                                <Item>

                                  <Ingredient>1010207</Ingredient>

                                </Item>

                                <Item>

                                  <Ingredient>1010202</Ingredient>

                                </Item>

                              </Costs>

                            </Cost>

                            <Object> 对象

                              <Variations>  变体

                                <Item>

                                  <Filename>data/graphics/buildings/production/food_colony01_01/food_colony01_01.cfg</Filename>

                                </Item>

                              </Variations>

                            </Object>

                            <Mesh />  网格

                            <Selection>

                              <ParticipantMessageArcheType>SA_Resident_tier01_atWork</ParticipantMessageArcheType>

                              <Colors>  颜色

                                <WeakSelectionColorType>NoColor</WeakSelectionColorType>

                              </Colors>

                            </Selection>

                            <Text>  文本

                              <LocaText>

                                <English>

                                  <Text>Rum Distillery</Text> 兰姆酒工厂

                                  <Status>Exported</Status>

                                  <ExportCount>1</ExportCount> 出口量

                                </English>

                              </LocaText>

                              <LineID>5310</LineID>

                            </Text>

                            <Constructable />

                            <Locked />

                            <SoundEmitter> 发声器

                              <ActiveSounds>

                                <Item>

                                  <Sound>200809</Sound>

                                </Item>

                                <Item>

                                  <Sound>200654</Sound>

                                </Item>

                              </ActiveSounds>

                              <IncidentSounds>

                                <InfectedFire>

                                  <Item>

                                    <Sound>214659</Sound>

                                  </Item>

                                </InfectedFire>

                              </IncidentSounds>

                            </SoundEmitter>

                            <FeedbackController />

                            <Infolayer />

                            <UpgradeList />

                            <Factory7 /> 岛屿作物限制

                            <FactoryBase>

                              <FactoryInputs> 投入

                                <Item>

                                  <Product>120008</Product>  原木

                                  <Amount>1</Amount> 投量

                                  <StorageAmount>8</StorageAmount> 满荷

                                </Item>

                                <Item>

                                  <Product>1010251</Product>  甘蔗

                                  <Amount>1</Amount>  投量

                                  <StorageAmount>6</StorageAmount>  满荷

                                </Item>

                              </FactoryInputs>

                              <FactoryOutputs> 产出

                                <Item>

                                  <Product>1010257</Product>  兰姆酒

                                  <Amount>1</Amount> 产量

                                  <StorageAmount>4</StorageAmount> 满荷

                                </Item>

                              </FactoryOutputs>

                            </FactoryBase>

                            <LogisticNode />

                            <AmbientMoodProvider> 环境声

                              <DynamicEnvironmentType>None</DynamicEnvironmentType>动态环境类型

                            </AmbientMoodProvider>

                            <Maintenance> 维护

                              <Maintenances>

                                <Item>

                                  <Product>1010017</Product> 金钱

                                  <Amount>50</Amount> 开工费

                                  <InactiveAmount>25</InactiveAmount> 停工费

                                </Item>

                                <Item>

                                  <Product>1010366</Product> 新世界临时工

                                  <Amount>30</Amount> 人数

                                </Item>

                              </Maintenances>

                            </Maintenance>

                            <Attackable> 被攻击时

                              <MaximumHitPoints>4500</MaximumHitPoints> 生命值

                              <SelfHealPerHealTick>4</SelfHealPerHealTick> 每秒回血

                            </Attackable>

                            <Pausable />

                            <IncidentInfectable> 事件感染表

                              <Explosion> 爆炸

                                <ExplosionCoreDamage>1000</ExplosionCoreDamage>

                                <DamageExplosionChance>25</DamageExplosionChance>

                              </Explosion>

                              <IncidentInfectionChanceFactors>感染几率

                                <Fire> 火灾

                                  <DensityDistance>20</DensityDistance>

                                  <FactoryProductivityFactor>0.1</FactoryProductivityFactor>

                                  <FactoryUndertimeFactor>0.05</FactoryUndertimeFactor>

                                </Fire>

                                <Explosion> 爆炸

                                  <BaseChance>4</BaseChance>

                                  <FactoryProductivityFactor>0.1</FactoryProductivityFactor>

                                  <FactoryOvertimeFactor>0.1</FactoryOvertimeFactor>

                                  <FactoryUndertimeFactor>0.05</FactoryUndertimeFactor>

                                </Explosion>

                              </IncidentInfectionChanceFactors>

                            </IncidentInfectable>

                            <Industrializable> 工业化

                              <BoostedByIndustrialization>0</BoostedByIndustrialization> 填1就是必须用电,未测试

                            </Industrializable>

                            <Culture> 文化

                              <CultureType>Culture</CultureType>

                            </Culture>

                            <QuestObject />

                            <Electrifiable />

                          </Values>

                        </Asset>
回复

使用道具 举报

20

主题

547

帖子

730

积分

超级玩家

Rank: 5Rank: 5

贡献度
22
金元
6423
积分
730
精华
0
注册时间
2011-2-18
舒服的沙发
发表于 2023-8-15 09:13 | 只看该作者
你按照出来学者之后的高级朗姆酒那个改~
回复 支持 反对

使用道具 举报

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

本版积分规则

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

GMT+8, 2026-3-31 01:33 , Processed in 0.028760 second(s), 16 queries , Memcached On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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