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

注册 登录

QQ登录

只需一步,快速开始

查看: 1630|回复: 8
打印 上一主题 下一主题

[游戏求助] 求战舰装备修改的MOD

[复制链接]

1691

主题

1万

帖子

1万

积分

资深玩家

Rank: 9Rank: 9Rank: 9

贡献度
484
金元
128155
积分
14752
精华
0
注册时间
2012-12-2
跳转到指定楼层
主题
发表于 2021-1-13 11:09 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
就是改了装甲螺旋桨这些的 感谢
回复

使用道具 举报

23

主题

1185

帖子

1416

积分

游戏狂人

Rank: 6Rank: 6

贡献度
27
金元
13078
积分
1416
精华
0
注册时间
2009-7-31
舒服的沙发
发表于 2021-1-13 11:18 | 只看该作者
其实可以自己改的 论坛大神很多教程说的很详细了
<ModOps>
<!-- 电子望远镜 -->
<ModOp Type="replace" Path="//Asset[Values/Standard/GUID='191840']">
                    <Asset>
                      <Template>VehicleItem</Template>
                      <Values>
                        <Standard>
                          <GUID>191840</GUID>
                          <Name>First Radar, the Telemobiloscope</Name>
                          <IconFilename>data/ui/2kimages/main/3dicons/consumables/icon_telescope_3.png</IconFilename>
                          <InfoDescription>19697</InfoDescription>
                        </Standard>
                        <Text>
                          <LocaText>
                            <English>
                              <Text>Telemobiloscope</Text>
                              <Status>Exported</Status>
                              <ExportCount>1</ExportCount>
                            </English>
                          </LocaText>
                          <LineID>26789</LineID>
                        </Text>
                        <Item>
                          <MaxStackSize>1</MaxStackSize>
                          <Rarity>Epic</Rarity>
                          <ExclusiveGroup>Telescopes</ExclusiveGroup>
                          <TradePrice>123456</TradePrice>
                        </Item>
                        <Cost />
                            <VehicleUpgrade>
<!-- 移动速度 -->
                              <ForwardSpeedUpgrade>
                                <Value>10</Value>
                                <Percental>1</Percental>
                              </ForwardSpeedUpgrade>
<!-- 载货减速 -->
                              <IgnoreWeightFactorUpgrade>
                                <Value>10</Value>
                                <Percental>1</Percental>
                              </IgnoreWeightFactorUpgrade>
<!-- 受损减速 -->
                              <IgnoreDamageFactorUpgrade>
                                <Value>10</Value>
                                <Percental>1</Percental>
                              </IgnoreDamageFactorUpgrade>
                            </VehicleUpgrade>
                        <ExpeditionAttribute>
                          <BaseMorale>0</BaseMorale>
                          <ExpeditionAttributes>
                            <Item>
                              <Attribute>Navigation</Attribute>
                              <Amount>40</Amount>
                            </Item>
                            <Item>
                              <Attribute>Medicine</Attribute>
                              <Amount>11</Amount>
                            </Item>
                            <Item>
                              <Attribute>Hunting</Attribute>
                              <Amount>22</Amount>
                            </Item>
                          </ExpeditionAttributes>
                          <ItemDifficulties>Average;Hard</ItemDifficulties>
                          <FluffText>19697</FluffText>
                        </ExpeditionAttribute>
<!-- 攻击观察范围 -->
                        <AttackerUpgrade>
                          <AttackRangeUpgrade>
                            <Value>50</Value>
                            <Percental>1</Percental>
                          </AttackRangeUpgrade>
                          <LineOfSightRangeUpgrade>
                            <Value>50</Value>
                            <Percental>1</Percental>
                          </LineOfSightRangeUpgrade>
                        </AttackerUpgrade>
                        <AttackableUpgrade>
<!-- 血量增加数值 -->
                          <MaxHitpointsUpgrade>
                            <Value>100</Value>
                          </MaxHitpointsUpgrade>
                        </AttackableUpgrade>
                        <Locked />
                        <TradeShipUpgrade />
                        <CraftableItem />
                        <DivingBellUpgrade />
                      </Values>
                    </Asset>
        </ModOp>
<!-- 纵帆 -->
<ModOp Type="replace" Path="//Asset[Values/Standard/GUID='191825']">
                    <Asset>
                      <Template>VehicleItem</Template>
                      <Values>
                        <Standard>
                          <GUID>191825</GUID>
                          <Name>Fore-and-aft Rig</Name>
                          <IconFilename>data/ui/2kimages/main/3dicons/icon_sail.png</IconFilename>
                          <InfoDescription>19686</InfoDescription>
                        </Standard>
                        <Text>
                          <LocaText>
                            <English>
                              <Text>Fore-and-aft Rig Sails</Text>
                              <Status>Exported</Status>
                              <ExportCount>1</ExportCount>
                            </English>
                          </LocaText>
                          <LineID>26780</LineID>
                        </Text>
                        <Item>
                          <Allocation>SailShip</Allocation>
                          <MaxStackSize>1</MaxStackSize>
                          <Rarity>Epic</Rarity>
                          <TradePrice>23456</TradePrice>
                        </Item>
                        <Cost />
                        <VehicleUpgrade>
                          <ForwardSpeedUpgrade>
                            <Value>50</Value>
                            <Percental>1</Percental>
                          </ForwardSpeedUpgrade>
                          <IgnoreWeightFactorUpgrade>
                            <Value>10</Value>
                            <Percental>1</Percental>
                          </IgnoreWeightFactorUpgrade>
                          <IgnoreDamageFactorUpgrade>
                            <Value>10</Value>
                            <Percental>1</Percental>
                          </IgnoreDamageFactorUpgrade>
                        </VehicleUpgrade>
                        <ExpeditionAttribute>
                          <BaseMorale>0</BaseMorale>
                          <ExpeditionAttributes>
                            <Item>
                              <Attribute>Navigation</Attribute>
                              <Amount>40</Amount>
                            </Item>
                          </ExpeditionAttributes>
                          <ItemDifficulties>Average;Hard</ItemDifficulties>
                          <FluffText>19686</FluffText>
                        </ExpeditionAttribute>
                        <AttackerUpgrade />
                        <AttackableUpgrade />
                        <Locked />
                        <TradeShipUpgrade />
                        <CraftableItem />
                        <DivingBellUpgrade />
                      </Values>
                    </Asset>
        </ModOp>
<!--可控叶片螺旋桨 -->
<ModOp Type="replace" Path="//Asset[Values/Standard/GUID='191831']">
                    <Asset>
                      <Template>VehicleItem</Template>
                      <Values>
                        <Standard>
                          <GUID>191831</GUID>
                          <Name>Controllable-Pitch Propeller</Name>
                          <IconFilename>data/ui/2kimages/main/3dicons/machine_items/icon_screw_propeller_3.png</IconFilename>
                          <InfoDescription>19689</InfoDescription>
                        </Standard>
                        <Text>
                          <LocaText>
                            <English>
                              <Text>Controllable-pitch Propeller</Text>
                              <Status>Exported</Status>
                              <ExportCount>1</ExportCount>
                            </English>
                          </LocaText>
                          <LineID>26783</LineID>
                        </Text>
                        <Item>
                          <Allocation>SteamShip</Allocation>
                          <MaxStackSize>1</MaxStackSize>
                          <Rarity>Epic</Rarity>
                          <TradePrice>23456</TradePrice>
                        </Item>
                        <Cost />
                        <VehicleUpgrade>
                          <ForwardSpeedUpgrade>
                            <Value>50</Value>
                            <Percental>1</Percental>
                          </ForwardSpeedUpgrade>
                          <IgnoreWeightFactorUpgrade>
                            <Value>50</Value>
                            <Percental>1</Percental>
                          </IgnoreWeightFactorUpgrade>
                          <IgnoreDamageFactorUpgrade>
                            <Value>50</Value>
                            <Percental>1</Percental>
                          </IgnoreDamageFactorUpgrade>
                        </VehicleUpgrade>
                        <ExpeditionAttribute>
                          <BaseMorale>0</BaseMorale>
                          <ExpeditionAttributes>
                            <Item>
                              <Attribute>Navigation</Attribute>
                              <Amount>30</Amount>
                            </Item>
                          </ExpeditionAttributes>
                          <ItemDifficulties>Average;Hard</ItemDifficulties>
                          <FluffText>19689</FluffText>
                        </ExpeditionAttribute>
                        <AttackerUpgrade />
                        <AttackableUpgrade />
                        <Locked />
                        <TradeShipUpgrade />
                        <CraftableItem />
                        <DivingBellUpgrade />
                      </Values>
                    </Asset>
        </ModOp>
<!-- 喷气式推进器龙卷风 -->
<ModOp Type="replace" Path="//Asset[Values/Standard/GUID='112378']">
                        <Asset>
                          <Template>VehicleItem</Template>
                          <Values>
                            <Standard>
                              <GUID>112378</GUID>
                              <Name>TurbiN'ATtire</Name>
                              <IconFilename>data/ui/2kimages/main/3dicons/ship_military/icon_hydrojet_2.png</IconFilename>
                              <InfoDescription>112507</InfoDescription>
                            </Standard>
                            <Text>
                              <LocaText>
                                <English>
                                  <Text>Jet Propeller— "Cyclone"</Text>
                                  <Status>Exported</Status>
                                  <ExportCount>1</ExportCount>
                                </English>
                              </LocaText>
                              <LineID>32367</LineID>
                            </Text>
                            <Item>
                              <MaxStackSize>1</MaxStackSize>
                              <Rarity>Epic</Rarity>
                              <TradePrice>23456</TradePrice>
                            </Item>
                            <Cost />
                            <VehicleUpgrade>
                              <ForwardSpeedUpgrade>
                                <Value>50</Value>
                                <Percental>1</Percental>
                              </ForwardSpeedUpgrade>
                              <IgnoreWeightFactorUpgrade>
                                <Value>20</Value>
                                <Percental>1</Percental>
                              </IgnoreWeightFactorUpgrade>
                            </VehicleUpgrade>
                            <ExpeditionAttribute>
                              <BaseMorale>0</BaseMorale>
                              <ExpeditionAttributes>
                                <Item>
                                  <Attribute>Navigation</Attribute>
                                  <Amount>20</Amount>
                                </Item>
                              </ExpeditionAttributes>
                              <ItemDifficulties>Average;Hard</ItemDifficulties>
                              <FluffText>112507</FluffText>
                            </ExpeditionAttribute>
                            <AttackerUpgrade />
                            <AttackableUpgrade />
                            <Locked>
                              <DefaultLockedState>0</DefaultLockedState>
                              <DLCDependency>410040</DLCDependency>
                            </Locked>
                            <TradeShipUpgrade />
                            <CraftableItem>
                              <CraftingCosts>
                                <Item>
                                  <Product>112520</Product>
                                  <Amount>20</Amount>
                                </Item>
                                <Item>
                                  <Product>1010219</Product>
                                  <Amount>20</Amount>
                                </Item>
                                <Item>
                                  <Product>1010224</Product>
                                  <Amount>5</Amount>
                                </Item>
                              </CraftingCosts>
                            </CraftableItem>
                            <DivingBellUpgrade />
                          </Values>
                        </Asset>
        </ModOp>
<!-- 喷气式推进器飓风 -->
<ModOp Type="replace" Path="//Asset[Values/Standard/GUID='112379']">
                        <Asset>
                          <Template>VehicleItem</Template>
                          <Values>
                            <Standard>
                              <GUID>112379</GUID>
                              <Name>Final DestiNATE-Tion</Name>
                              <IconFilename>data/ui/2kimages/main/3dicons/ship_military/icon_hydrojet_3.png</IconFilename>
                              <ID>ITEM_DLC1_25</ID>
                              <InfoDescription>112508</InfoDescription>
                            </Standard>
                            <Text>
                              <LocaText>
                                <English>
                                  <Text>Jet Propeller— "Hurricane"</Text>
                                  <Status>Exported</Status>
                                  <ExportCount>1</ExportCount>
                                </English>
                              </LocaText>
                              <LineID>32368</LineID>
                            </Text>
                            <Item>
                              <MaxStackSize>1</MaxStackSize>
                              <Rarity>Legendary</Rarity>
                              <TradePrice>2222222</TradePrice>
                            </Item>
                            <Cost />
                            <VehicleUpgrade>
                              <ForwardSpeedUpgrade>
                                <Value>100</Value>
                                <Percental>1</Percental>
                              </ForwardSpeedUpgrade>
                              <IgnoreWeightFactorUpgrade>
                                <Value>100</Value>
                                <Percental>1</Percental>
                              </IgnoreWeightFactorUpgrade>
                              <IgnoreDamageFactorUpgrade>
                                <Value>100</Value>
                                <Percental>1</Percental>
                              </IgnoreDamageFactorUpgrade>
                            </VehicleUpgrade>
                            <ExpeditionAttribute>
                              <BaseMorale>0</BaseMorale>
                              <ExpeditionAttributes>
                                <Item>
                                  <Attribute>Navigation</Attribute>
                                  <Amount>30</Amount>
                                </Item>
                              </ExpeditionAttributes>
                              <ItemDifficulties>Hard</ItemDifficulties>
                              <FluffText>112508</FluffText>
                            </ExpeditionAttribute>
                            <AttackerUpgrade />
                            <AttackableUpgrade />
                            <Locked>
                              <DefaultLockedState>0</DefaultLockedState>
                              <DLCDependency>410040</DLCDependency>
                            </Locked>
                            <TradeShipUpgrade />
                            <CraftableItem>
                              <CraftingCosts>
                                <Item>
                                  <Product>112523</Product>
                                  <Amount>15</Amount>
                                </Item>
                                <Item>
                                  <Product>1010219</Product>
                                  <Amount>20</Amount>
                                </Item>
                                <Item>
                                  <Product>1010224</Product>
                                  <Amount>10</Amount>
                                </Item>
                              </CraftingCosts>
                            </CraftableItem>
                            <DivingBellUpgrade />
                          </Values>
                        </Asset>
        </ModOp>
<!-- 峡湾破坏者MK.VI数组推进器 -->
<ModOp Type="replace" Path="//Asset[Values/Standard/GUID='116173']">
                    <Asset>
                      <Template>VehicleItem</Template>
                      <Values>
                        <Standard>
                          <GUID>116173</GUID>
                          <Name>Kink Spring Powered Motor</Name>
                          <IconFilename>data/ui/2kimages/main/3dicons/machine_items/icon_fjordbuster.png</IconFilename>
                          <InfoDescription>116205</InfoDescription>
                        </Standard>
                        <Text>
                          <LocaText>
                            <English>
                              <Text>Fjordbuster Mk. VI Propulsion Array</Text>
                              <Status>Exported</Status>
                              <ExportCount>2</ExportCount>
                            </English>
                          </LocaText>
                          <LineID>35976</LineID>
                        </Text>
                        <Item>
                          <Allocation>AirShip</Allocation>
                          <MaxStackSize>1</MaxStackSize>
                          <Rarity>Epic</Rarity>
                          <TradePrice>23456</TradePrice>
                        </Item>
                        <Cost />
                        <VehicleUpgrade>
                          <ForwardSpeedUpgrade>
                            <Value>50</Value>
                            <Percental>1</Percental>
                          </ForwardSpeedUpgrade>
                          <IgnoreWeightFactorUpgrade>
                            <Value>100</Value>
                            <Percental>1</Percental>
                          </IgnoreWeightFactorUpgrade>
                        </VehicleUpgrade>
                        <ExpeditionAttribute>
                          <BaseMorale>0</BaseMorale>
                          <ExpeditionAttributes>
                            <Item>
                              <Attribute>Crafting</Attribute>
                              <Amount>15</Amount>
                            </Item>
                          </ExpeditionAttributes>
                          <ItemDifficulties>Hard</ItemDifficulties>
                          <FluffText>116205</FluffText>
                        </ExpeditionAttribute>
                        <AttackerUpgrade />
                        <AttackableUpgrade />
                        <Locked>
                          <DLCDependency>410042</DLCDependency>
                        </Locked>
                        <TradeShipUpgrade />
                        <CraftableItem>
                          <CraftingCosts>
                            <Item>
                              <Product>115980</Product>
                              <Amount>25</Amount>
                            </Item>
                            <Item>
                              <Product>1010219</Product>
                              <Amount>15</Amount>
                            </Item>
                            <Item>
                              <Product>1010255</Product>
                              <Amount>10</Amount>
                            </Item>
                            <Item>
                              <Product>1010200</Product>
                              <Amount>10</Amount>
                            </Item>
                          </CraftingCosts>
                        </CraftableItem>
                        <DivingBellUpgrade />
                      </Values>
                    </Asset>
        </ModOp>
<!-- 特别好拉的滑轮 -->
<ModOp Type="replace" Path="//Asset[Values/Standard/GUID='116174']">
                      <Assets>
                        <Asset>
                          <Template>VehicleItem</Template>
                          <Values>
                            <Standard>
                              <GUID>116174</GUID>
                              <Name>Pulleys</Name>
                              <IconFilename>data/ui/2kimages/main/3dicons/machine_items/icon_pulleys.png</IconFilename>
                              <InfoDescription>117646</InfoDescription>
                            </Standard>
                            <Text>
                              <LocaText>
                                <English>
                                  <Text>Particularly Pull-y Pulley</Text>
                                  <Status>Exported</Status>
                                  <ExportCount>2</ExportCount>
                                </English>
                              </LocaText>
                              <LineID>36233</LineID>
                            </Text>
                            <Item>
                              <Allocation>AirShip</Allocation>
                              <MaxStackSize>1</MaxStackSize>
                              <Rarity>Legendary</Rarity>
                              <TradePrice>3333333</TradePrice>
                            </Item>
                            <Cost />
                            <VehicleUpgrade>
                              <ForwardSpeedUpgrade>
                                <Value>100</Value>
                                <Percental>1</Percental>
                              </ForwardSpeedUpgrade>
                            </VehicleUpgrade>
                            <ExpeditionAttribute>
                              <BaseMorale>0</BaseMorale>
                              <ExpeditionAttributes>
                                <Item>
                                  <Attribute>Melee</Attribute>
                                  <Amount>25</Amount>
                                </Item>
                              </ExpeditionAttributes>
                              <ItemDifficulties>Hard</ItemDifficulties>
                              <FluffText>116206</FluffText>
                            </ExpeditionAttribute>
                            <AttackerUpgrade />
                            <AttackableUpgrade />
                            <Locked>
                              <DLCDependency>410042</DLCDependency>
                            </Locked>
                            <TradeShipUpgrade>
                              <LoadingSpeedUpgrade>
                                <Value>500</Value>
                                <Percental>1</Percental>
                              </LoadingSpeedUpgrade>
                            </TradeShipUpgrade>
                            <CraftableItem />
                            <DivingBellUpgrade />
                          </Values>
                        </Asset>
        </ModOp>
<!-- 辛恩的钢制双层船身 -->
<ModOp Type="replace" Path="//Asset[Values/Standard/GUID='191851']">
                    <Asset>
                      <Template>VehicleItem</Template>
                      <Values>
                        <Standard>
                          <GUID>191851</GUID>
                          <Name>Steel Double-Hull</Name>
                          <IconFilename>data/ui/2kimages/main/3dicons/consumables/icon_hull_4.png</IconFilename>
                          <InfoDescription>19701</InfoDescription>
                        </Standard>
                        <Text>
                          <LocaText>
                            <English>
                              <Text>Singh's Steel Double-Hull</Text>
                              <Status>Exported</Status>
                              <ExportCount>1</ExportCount>
                            </English>
                          </LocaText>
                          <LineID>26793</LineID>
                        </Text>
                        <Item>
                          <MaxStackSize>1</MaxStackSize>
                          <Rarity>Legendary</Rarity>
                          <TradePrice>8888888</TradePrice>
                        </Item>
                        <Cost />
                        <VehicleUpgrade />
                        <ExpeditionAttribute>
                          <BaseMorale>0</BaseMorale>
                          <ExpeditionAttributes>
                            <Item>
                              <Attribute>Might</Attribute>
                              <Amount>50</Amount>
                            </Item>
                          </ExpeditionAttributes>
                          <ItemDifficulties>Hard</ItemDifficulties>
                          <FluffText>19701</FluffText>
                        </ExpeditionAttribute>
                        <AttackerUpgrade />
                        <AttackableUpgrade>
                          <MaxHitpointsUpgrade>
                            <Value>500</Value>
                            <Percental>1</Percental>
                          </MaxHitpointsUpgrade>
                          <SelfHealUpgrade>
                            <Value>555</Value>
                            <Percental>1</Percental>
                          </SelfHealUpgrade>
                          <SelfHealPausedTimeIfAttackedUpgrade>
                            <Value>-100</Value>
                            <Percental>1</Percental>
                          </SelfHealPausedTimeIfAttackedUpgrade>
                          <DamageReceiveFactor>
                            <Torpedo>
                              <Factor>0.50</Factor>
                            </Torpedo>
                            <Cannon>
                              <Factor>0.50</Factor>
                            </Cannon>
                            <BigBertha>
                              <Factor>0.50</Factor>
                            </BigBertha>
                          </DamageReceiveFactor>
                        </AttackableUpgrade>
                        <Locked />
                        <TradeShipUpgrade />
                        <CraftableItem />
                        <DivingBellUpgrade />
                      </Values>
                    </Asset>
        </ModOp>
<!-- 强化仓壁 -->
<ModOp Type="replace" Path="//Asset[Values/Standard/GUID='191850']">
                    <Asset>
                      <Template>VehicleItem</Template>
                      <Values>
                        <Standard>
                          <GUID>191850</GUID>
                          <Name>Bulkheads</Name>
                          <IconFilename>data/ui/2kimages/main/3dicons/consumables/icon_hull_3.png</IconFilename>
                          <InfoDescription>19700</InfoDescription>
                        </Standard>
                        <Text>
                          <LocaText>
                            <English>
                              <Text>Reinforced Bulkhead</Text>
                              <Status>Exported</Status>
                              <ExportCount>1</ExportCount>
                            </English>
                          </LocaText>
                          <LineID>26792</LineID>
                        </Text>
                        <Item>
                          <MaxStackSize>1</MaxStackSize>
                          <Rarity>Epic</Rarity>
                          <TradePrice>222222</TradePrice>
                        </Item>
                        <Cost />
                        <VehicleUpgrade />
                        <ExpeditionAttribute>
                          <BaseMorale>0</BaseMorale>
                          <ExpeditionAttributes>
                            <Item>
                              <Attribute>Might</Attribute>
                              <Amount>35</Amount>
                            </Item>
                          </ExpeditionAttributes>
                          <ItemDifficulties>Average;Hard</ItemDifficulties>
                          <FluffText>19700</FluffText>
                        </ExpeditionAttribute>
                        <AttackerUpgrade />
                        <AttackableUpgrade>
                          <MaxHitpointsUpgrade>
                            <Value>100</Value>
                            <Percental>1</Percental>
                          </MaxHitpointsUpgrade>
                          <DamageReceiveFactor>
                            <Cannon>
                              <Factor>0.75</Factor>
                            </Cannon>
                            <BigBertha>
                              <Factor>0.75</Factor>
                            </BigBertha>
                          </DamageReceiveFactor>
                        </AttackableUpgrade>
                        <Locked />
                        <TradeShipUpgrade />
                        <CraftableItem />
                        <DivingBellUpgrade />
                      </Values>
                    </Asset>
        </ModOp>
<!-- 汉斯之炮 -->
<ModOp Type="replace" Path="//Asset[Values/Standard/GUID='191854']">
                    <Asset>
                      <Template>VehicleItem</Template>
                      <Values>
                        <Standard>
                          <GUID>191854</GUID>
                          <Name>Paixhans Gun</Name>
                          <IconFilename>data/ui/2kimages/main/3dicons/consumables/icon_cannon_2.png</IconFilename>
                          <InfoDescription>19705</InfoDescription>
                        </Standard>
                        <Text>
                          <LocaText>
                            <English>
                              <Text>Hans Gun</Text>
                              <Status>Exported</Status>
                              <ExportCount>1</ExportCount>
                            </English>
                          </LocaText>
                          <LineID>26796</LineID>
                        </Text>
                        <Item>
                          <Allocation>Warship</Allocation>
                          <MaxStackSize>1</MaxStackSize>
                          <Rarity>Epic</Rarity>
                          <ExclusiveGroup>Canons</ExclusiveGroup>
                          <TradePrice>111111</TradePrice>
                        </Item>
                        <Cost />
                        <VehicleUpgrade />
                        <ExpeditionAttribute>
                          <BaseMorale>0</BaseMorale>
                          <ExpeditionAttributes>
                            <Item>
                              <Attribute>Might</Attribute>
                              <Amount>40</Amount>
                            </Item>
                          </ExpeditionAttributes>
                          <ItemDifficulties>Average;Hard</ItemDifficulties>
                          <FluffText>19705</FluffText>
                        </ExpeditionAttribute>
                        <AttackerUpgrade>
                          <BaseDamageUpgrade>
                            <Value>50</Value>
                            <Percental>1</Percental>
                          </BaseDamageUpgrade>
                          <AccuracyUpgrade>
                            <Value>35</Value>
                            <Percental>1</Percental>
                          </AccuracyUpgrade>
                        </AttackerUpgrade>
                        <AttackableUpgrade />
                        <Locked />
                        <TradeShipUpgrade />
                        <CraftableItem />
                        <DivingBellUpgrade />
                      </Values>
                    </Asset>
        </ModOp>
<!-- 史特朗阿姆炮 -->
<ModOp Type="replace" Path="//Asset[Values/Standard/GUID='191855']">
                    <Asset>
                      <Template>VehicleItem</Template>
                      <Values>
                        <Standard>
                          <GUID>191855</GUID>
                          <Name>Armstrong Gun</Name>
                          <IconFilename>data/ui/2kimages/main/3dicons/consumables/icon_cannon_4.png</IconFilename>
                          <InfoDescription>19706</InfoDescription>
                        </Standard>
                        <Text>
                          <LocaText>
                            <English>
                              <Text>Strongarm's Disappearing Gun</Text>
                              <Status>Exported</Status>
                              <ExportCount>1</ExportCount>
                            </English>
                          </LocaText>
                          <LineID>26797</LineID>
                        </Text>
                        <Item>
                          <Allocation>Warship</Allocation>
                          <MaxStackSize>1</MaxStackSize>
                          <Rarity>Legendary</Rarity>
                          <ExclusiveGroup>Canons</ExclusiveGroup>
                          <TradePrice>4444444</TradePrice>
                        </Item>
                        <Cost />
                        <VehicleUpgrade />
                        <ExpeditionAttribute>
                          <BaseMorale>0</BaseMorale>
                          <ExpeditionAttributes>
                            <Item>
                              <Attribute>Might</Attribute>
                              <Amount>50</Amount>
                            </Item>
                          </ExpeditionAttributes>
                          <ItemDifficulties>Hard</ItemDifficulties>
                          <FluffText>19706</FluffText>
                        </ExpeditionAttribute>
                        <AttackerUpgrade>
                          <BaseDamageUpgrade>
                            <Value>200</Value>
                            <Percental>1</Percental>
                          </BaseDamageUpgrade>
                          <AccuracyUpgrade>
                            <Value>100</Value>
                            <Percental>1</Percental>
                          </AccuracyUpgrade>
                        </AttackerUpgrade>
                        <AttackableUpgrade />
                        <Locked />
                        <TradeShipUpgrade />
                        <CraftableItem />
                        <DivingBellUpgrade />
                      </Values>
                    </Asset>
        </ModOp>
<!-- 奈特终结炮手 -->
<ModOp Type="replace" Path="//Asset[Values/Standard/GUID='112369']">
                        <Asset>
                          <Template>VehicleItem</Template>
                          <Values>
                            <Standard>
                              <GUID>112369</GUID>
                              <Name>ExtermiNATE-ing Device</Name>
                              <IconFilename>data/ui/2kimages/main/3dicons/ship_military/icon_double_barreled_cannon_2.png</IconFilename>
                              <InfoDescription>112504</InfoDescription>
                            </Standard>
                            <Text>
                              <LocaText>
                                <English>
                                  <Text>ExtermiN8r</Text>
                                  <Status>Exported</Status>
                                  <ExportCount>1</ExportCount>
                                </English>
                              </LocaText>
                              <LineID>32364</LineID>
                            </Text>
                            <Item>
                              <Allocation>Warship</Allocation>
                              <MaxStackSize>1</MaxStackSize>
                              <Rarity>Epic</Rarity>
                              <ExclusiveGroup>Canons</ExclusiveGroup>
                              <TradePrice>222222</TradePrice>
                            </Item>
                            <Cost />
                            <VehicleUpgrade />
                            <ExpeditionAttribute>
                              <BaseMorale>0</BaseMorale>
                              <ExpeditionAttributes>
                                <Item>
                                  <Attribute>Might</Attribute>
                                  <Amount>30</Amount>
                                </Item>
                              </ExpeditionAttributes>
                              <ItemDifficulties>Average;Hard</ItemDifficulties>
                              <FluffText>112504</FluffText>
                            </ExpeditionAttribute>
                            <AttackerUpgrade>
                              <BaseDamageUpgrade>
                                <Value>15</Value>
                                <Percental>1</Percental>
                              </BaseDamageUpgrade>
                              <AttackSpeedUpgrade>50</AttackSpeedUpgrade>
                            </AttackerUpgrade>
                            <AttackableUpgrade />
                            <Locked>
                              <DefaultLockedState>0</DefaultLockedState>
                              <DLCDependency>410040</DLCDependency>
                            </Locked>
                            <TradeShipUpgrade />
                            <CraftableItem>
                              <CraftingCosts>
                                <Item>
                                  <Product>112520</Product>
                                  <Amount>10</Amount>
                                </Item>
                                <Item>
                                  <Product>1010221</Product>
                                  <Amount>10</Amount>
                                </Item>
                                <Item>
                                  <Product>1010232</Product>
                                  <Amount>10</Amount>
                                </Item>
                              </CraftingCosts>
                            </CraftableItem>
                            <DivingBellUpgrade />
                          </Values>
                        </Asset>
        </ModOp>
<!-- 奈特镇压炮手 -->
<ModOp Type="replace" Path="//Asset[Values/Standard/GUID='112370']">
                        <Asset>
                          <Template>VehicleItem</Template>
                          <Values>
                            <Standard>
                              <GUID>112370</GUID>
                              <Name>DomiNATE-ing Engine</Name>
                              <IconFilename>data/ui/2kimages/main/3dicons/ship_military/icon_double_barreled_cannon_3.png</IconFilename>
                              <ID>ITEM_DLC1_24</ID>
                              <InfoDescription>112505</InfoDescription>
                            </Standard>
                            <Text>
                              <LocaText>
                                <English>
                                  <Text>DomiN8r</Text>
                                  <Status>Exported</Status>
                                  <ExportCount>1</ExportCount>
                                </English>
                              </LocaText>
                              <LineID>32365</LineID>
                            </Text>
                            <Item>
                              <Allocation>Warship</Allocation>
                              <MaxStackSize>1</MaxStackSize>
                              <Rarity>Legendary</Rarity>
                              <ExclusiveGroup>Canons</ExclusiveGroup>
                              <TradePrice>4444444</TradePrice>
                            </Item>
                            <Cost />
                            <VehicleUpgrade />
                            <ExpeditionAttribute>
                              <BaseMorale>0</BaseMorale>
                              <ExpeditionAttributes>
                                <Item>
                                  <Attribute>Might</Attribute>
                                  <Amount>40</Amount>
                                </Item>
                              </ExpeditionAttributes>
                              <ItemDifficulties>Hard</ItemDifficulties>
                              <FluffText>112505</FluffText>
                            </ExpeditionAttribute>
                            <AttackerUpgrade>
                              <BaseDamageUpgrade>
                                <Value>20</Value>
                                <Percental>1</Percental>
                              </BaseDamageUpgrade>
                              <AttackSpeedUpgrade>200</AttackSpeedUpgrade>
                            </AttackerUpgrade>
                            <AttackableUpgrade />
                            <Locked>
                              <DefaultLockedState>0</DefaultLockedState>
                              <DLCDependency>410040</DLCDependency>
                            </Locked>
                            <TradeShipUpgrade />
                            <CraftableItem>
                              <CraftingCosts>
                                <Item>
                                  <Product>112523</Product>
                                  <Amount>10</Amount>
                                </Item>
                                <Item>
                                  <Product>1010223</Product>
                                  <Amount>10</Amount>
                                </Item>
                                <Item>
                                  <Product>1010232</Product>
                                  <Amount>10</Amount>
                                </Item>
                              </CraftingCosts>
                            </CraftableItem>
                            <DivingBellUpgrade />
                          </Values>
                        </Asset>
        </ModOp>
        </ModOps>

回复 支持 反对

使用道具 举报

1691

主题

1万

帖子

1万

积分

资深玩家

Rank: 9Rank: 9Rank: 9

贡献度
484
金元
128155
积分
14752
精华
0
注册时间
2012-12-2
硬硬的板凳
 楼主| 发表于 2021-1-13 11:20 | 只看该作者
MaNasHell 发表于 2021-1-13 11:18
其实可以自己改的 论坛大神很多教程说的很详细了


哦谢谢 这个我知道的但是不知道是改哪一个文件,是需要下载一个原始文件吧?还有路径什么的要改吗
回复 支持 反对

使用道具 举报

23

主题

1185

帖子

1416

积分

游戏狂人

Rank: 6Rank: 6

贡献度
27
金元
13078
积分
1416
精华
0
注册时间
2009-7-31
冰凉的地板
发表于 2021-1-13 11:21 | 只看该作者
这都是我自己改的 论坛有很多朋友都做类似的了就没法 你做参考吧 数值可以按自己喜好改 基本都做了注释
<!--黑涅斯上将 -->
<ModOp Type="replace" Path="//Asset[Values/Standard/GUID='191610']">
                    <Asset>
                      <Template>ShipSpecialist</Template>
                      <Values>
                        <Standard>
                          <GUID>191610</GUID>
                          <Name>James Lawrence</Name>
                          <IconFilename>data/ui/2kimages/main/3dicons/specialists/systemic/icon_admiral_701.png</IconFilename>
                          <InfoDescription>19975</InfoDescription>
                        </Standard>
                        <Text>
                          <LocaText>
                            <English>
                              <Text>Admiral Haynes, Beholder of Far Horizons.</Text>
                              <Status>Exported</Status>
                              <ExportCount>1</ExportCount>
                            </English>
                          </LocaText>
                          <LineID>26765</LineID>
                        </Text>
                        <Item>
                          <MaxStackSize>1</MaxStackSize>
                          <Rarity>Legendary</Rarity>
                          <TradePrice>10000000</TradePrice>
                          <TradePriceOnlineCurrency>50</TradePriceOnlineCurrency>
                        </Item>
                        <Cost />
                        <ItemAction>
                          <ItemAction>REPAIR</ItemAction>
                          <ActionTarget>2001748</ActionTarget>
                          <ActionScope>Target</ActionScope>
                          <RepairSpeed>2</RepairSpeed>
                          <ActionCooldown>60000</ActionCooldown>
                          <ActionDuration>15000</ActionDuration>
                        </ItemAction>
                            <VehicleUpgrade>
<!-- 移动速度 -->
                              <ForwardSpeedUpgrade>
                                <Value>100</Value>
                                <Percental>1</Percental>
                              </ForwardSpeedUpgrade>
<!-- 载货减速 -->
                              <IgnoreWeightFactorUpgrade>
                                <Value>100</Value>
                                <Percental>1</Percental>
                              </IgnoreWeightFactorUpgrade>
<!-- 受损减速 -->
                              <IgnoreDamageFactorUpgrade>
                                <Value>100</Value>
                                <Percental>1</Percental>
                              </IgnoreDamageFactorUpgrade>
                            </VehicleUpgrade>
        <ExpeditionAttribute>
            <BaseMorale>111</BaseMorale>  
            <ExpeditionAttributes>
                <Item>
<!-- 特性男 -->
                  <Attribute>PerkMale</Attribute>
                  <Amount>1</Amount>
                </Item>
        <Item>
<!-- 特性人类学家 -->
                  <Attribute>PerkAnthropologist</Attribute>
                  <Amount>1</Amount>
                </Item>
        <Item>
<!-- 特性动物学家 -->
                  <Attribute>PerkZoologist</Attribute>
                  <Amount>1</Amount>
                </Item>
        <Item>
<!-- 特性催眠师 -->
                  <Attribute>PerkHypnotist</Attribute>
                  <Amount>1</Amount>
                </Item>
        <Item>
<!-- 特性海盗 -->
                  <Attribute>PerkFormerPirate</Attribute>
                  <Amount>1</Amount>
                </Item>
        <Item>
<!-- 特性潜水员 -->
                  <Attribute>PerkDiver</Attribute>
                  <Amount>1</Amount>
                </Item>
        <Item>
<!-- 特性表演者 -->
                  <Attribute>PerkEntertainer</Attribute>
                  <Amount>1</Amount>
                </Item>
        <Item>
<!-- 特性考古学家 -->
                  <Attribute>PerkArcheologist</Attribute>
                  <Amount>1</Amount>
                </Item>
        <Item>
<!-- 特性多语言专家 -->
                  <Attribute>PerkPolyglot</Attribute>
                  <Amount>1</Amount>
                </Item>
        <Item>
<!-- 外交 -->
                  <Attribute>Diplomacy</Attribute>
                  <Amount>101</Amount>
                </Item>
        <Item>
<!-- 武力 -->
                  <Attribute>Melee</Attribute>
                  <Amount>102</Amount>
                </Item>
        <Item>
<!-- 海军力量 -->
                  <Attribute>Might</Attribute>
                  <Amount>103</Amount>
                </Item>
        <Item>
<!-- 导航 -->
                  <Attribute>Navigation</Attribute>
                  <Amount>104</Amount>
                </Item>
        <Item>
<!-- 医学 -->
                  <Attribute>Medicine</Attribute>
                  <Amount>105</Amount>
                </Item>
        <Item>
<!-- 信仰 -->
                  <Attribute>Faith</Attribute>
                  <Amount>106</Amount>
                </Item>
        <Item>
<!-- 制作 -->
                  <Attribute>Crafting</Attribute>
                  <Amount>107</Amount>
                </Item>
                <Item>
<!-- 狩猎 -->
                  <Attribute>Hunting</Attribute>
                  <Amount>108</Amount>
                </Item>
            </ExpeditionAttributes>
                          <ItemDifficulties>Hard</ItemDifficulties>
                          <FluffText>19975</FluffText>
                        </ExpeditionAttribute>
                        <AttackerUpgrade>
<!-- 攻击范围 -->
                          <AttackRangeUpgrade>
                            <Value>100</Value>
                            <Percental>1</Percental>
                          </AttackRangeUpgrade>
<!-- 视野范围 -->
                          <LineOfSightRangeUpgrade>
                            <Value>100</Value>
                            <Percental>1</Percental>
                          </LineOfSightRangeUpgrade>
<!-- 每发伤害 -->
                              <BaseDamageUpgrade>
                                <Value>22</Value>
                                <Percental>1</Percental>
                              </BaseDamageUpgrade>
<!-- 攻击速度 -->
                              <AttackSpeedUpgrade>33</AttackSpeedUpgrade>
                          <AccuracyUpgrade>
<!-- 准确度 -->
                            <Value>44</Value>
                            <Percental>1</Percental>
                          </AccuracyUpgrade>
                          <DamageFactor>
<!-- 对建筑物伤害 -->
                            <Building>
                              <Factor>1.5</Factor>
                            </Building>
<!-- 对帆船伤害 -->
                            <SailShip>
                              <Factor>1.5</Factor>
                            </SailShip>
                          </DamageFactor>
                        </AttackerUpgrade>
                        <AttackableUpgrade>
<!-- 增加生命值 -->
                          <MaxHitpointsUpgrade>
                            <Value>5000</Value>
                          </MaxHitpointsUpgrade>
                        </AttackableUpgrade>
                        <TradeShipUpgrade />
                        <Locked />
                        <SpecialAction />
                        <DivingBellUpgrade />
                      </Values>
                    </Asset>
        </ModOp>
回复 支持 反对

使用道具 举报

23

主题

1185

帖子

1416

积分

游戏狂人

Rank: 6Rank: 6

贡献度
27
金元
13078
积分
1416
精华
0
注册时间
2009-7-31
5#
发表于 2021-1-13 11:25 | 只看该作者
银翼蓝天 发表于 2021-1-13 11:20
哦谢谢 这个我知道的但是不知道是改哪一个文件,是需要下载一个原始文件吧?还有路径什么的要改吗
...

按照mod标准或者把内容粘贴到一个现有mod里 改个目录名字就行 目录名不能有中文 有中文好像会闪退
回复 支持 反对

使用道具 举报

1691

主题

1万

帖子

1万

积分

资深玩家

Rank: 9Rank: 9Rank: 9

贡献度
484
金元
128155
积分
14752
精华
0
注册时间
2012-12-2
6#
 楼主| 发表于 2021-1-13 13:14 | 只看该作者
MaNasHell 发表于 2021-1-13 11:25
按照mod标准或者把内容粘贴到一个现有mod里 改个目录名字就行 目录名不能有中文 有中文好像会闪退
...

好的非常感谢啊 那我就加到人口MOD里也能有效吗
回复 支持 反对

使用道具 举报

23

主题

1185

帖子

1416

积分

游戏狂人

Rank: 6Rank: 6

贡献度
27
金元
13078
积分
1416
精华
0
注册时间
2009-7-31
7#
发表于 2021-1-13 13:17 | 只看该作者
银翼蓝天 发表于 2021-1-13 13:14
好的非常感谢啊 那我就加到人口MOD里也能有效吗

https://bbs.3dmgame.com/thread-6119614-1-1.html
你看我这个帖子吧.我觉得咱俩玩纪元的风格应该很像 压缩包里都是我自己改的正在用的mod 按自己喜好改里面适合自己的数值就行了.
回复 支持 反对

使用道具 举报

1691

主题

1万

帖子

1万

积分

资深玩家

Rank: 9Rank: 9Rank: 9

贡献度
484
金元
128155
积分
14752
精华
0
注册时间
2012-12-2
8#
 楼主| 发表于 2021-1-13 13:18 | 只看该作者
MaNasHell 发表于 2021-1-13 13:17
https://bbs.3dmgame.com/thread-6119614-1-1.html
你看我这个帖子吧.我觉得咱俩玩纪元的风格应该很像 压 ...

好的非常感谢啊!
回复 支持 反对

使用道具 举报

1691

主题

1万

帖子

1万

积分

资深玩家

Rank: 9Rank: 9Rank: 9

贡献度
484
金元
128155
积分
14752
精华
0
注册时间
2012-12-2
9#
 楼主| 发表于 2021-1-13 14:28 | 只看该作者
MaNasHell 发表于 2021-1-13 13:17
https://bbs.3dmgame.com/thread-6119614-1-1.html
你看我这个帖子吧.我觉得咱俩玩纪元的风格应该很像 压 ...

再请教一下大佬 蒸汽战列巡洋舰 想改8个货物格子和最多的装备格子  应该改哪里呀。主要是改了很多好装备,要能有地方放,我只用蒸汽战列巡洋舰  风帆基本不用的 因为电脑喜欢造风帆战舰 基本不造蒸汽





回复 编辑支持 反对
[url=]评分[/url]



回复 支持 反对

使用道具 举报

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

本版积分规则

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

GMT+8, 2026-3-30 06:48 , Processed in 0.032925 second(s), 16 queries , Memcached On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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