<li id="1svfw"><legend id="1svfw"><ruby id="1svfw"></ruby></legend></li><li id="1svfw"></li>

      <rt id="1svfw"><small id="1svfw"><strike id="1svfw"></strike></small></rt>
      <label id="1svfw"></label>

        <label id="1svfw"><meter id="1svfw"></meter></label>

        《紀元1404》旗艦FlagShip修改詳細方法

        share

        anno1404發布了一段時間了,可能是漢化沒出的原因吧,大家的關注還在沉船和東印度上,每次登陸論壇總要看看有沒有最新的心得和左賢王漢化,但每次都失望而歸。

        經過不斷的摸索,我發一個旗艦“FlagShip”的修改,希望拋磚引玉,能看到更多的好貼。
        如果有不正確的地方,或者大家覺得太小兒科了敬請諒解。

        修改文件\data\config\game\assset.xml

        說明:修改的是游戲開始時就有的旗艦,特征是生命600,攻擊6點,貨倉4格,寶物欄2個
                                大家使用時將“//”和之后的注釋去掉


        查找關鍵字“<GUID>15912</GUID>”,15912就是旗艦的編號

                            <Asset>
                              <Template>WarShip</Template>
                              <Values>
                                <AIInfos>
                                  <SeaStrength>20</SeaStrength>//新添加的,原句采用默認設置
                                </AIInfos>
                                <BuildCost>
                                  <MoneyCost>3500</MoneyCost>//制造價格,因為沒有定義制造地方,設了也沒用
                                </BuildCost>
                                <Hitpoints>
                                  <MaxHitpoints>1000</MaxHitpoints>//生命值,原來是600
                                </Hitpoints>
                                <InfoLayer />
                                <ItemContainer>
                                  <Sockets>
                                    <Ship>2</Ship>//寶物欄,改成3也可以,但是顯示不出來,而且寶物放上去就拿不下來
                                  </Sockets>
                                </ItemContainer>
                                <KIModule />
                                <MaintenanceCost />
                                <Mesh>
                                  <ShowGlyph>1</ShowGlyph>
                                </Mesh>
                                <Object>
                                  <Variations>
                                    <Item>
                                      <Filename>data\graphics\units\ships\north\flagship\n_flagship.cfg</Filename>
                                    </Item>
                                  </Variations>
                                  <NamePool>OccidentShip</NamePool>
                                </Object>
                                <ObjectSpawner />
                                  <RepairShips>
                                    <SelfHealingPointsPerMinute>50</SelfHealingPointsPerMinute>//新添加的,自動修理功能,每分鐘50點,借鑒海盜船
                                  </RepairShips>
                                <Selection />
                                <Ship>
                                  <VisionRadius>40</VisionRadius>//視野,沒必要修改
                                  <DestructionConfig>data\graphics\units\ships\north\flagship\n_flagship_damaged.cfg</DestructionConfig>
                                  <ShipClaimNeeded>0</ShipClaimNeeded>
                                  <LoadFactor>819</LoadFactor>
                                  <DamageFactor>3072</DamageFactor>
                                  <ShipMoveSound>2607</ShipMoveSound>
                                  <ShipIdleSound>2610</ShipIdleSound>
                                  <ShipTurnSound>2628</ShipTurnSound>
                                  <ShipDestroySound>2633</ShipDestroySound>
                                </Ship>
                                <ShipCombat>
                                  <AttackRange>15</AttackRange>//攻擊距離,沒必要修改
                                  <DamagePerSecond>10</DamagePerSecond>//傷害,原來是6
                                  <AttackAngle>90</AttackAngle>
                                  <ShipProjectileGUID>11501</ShipProjectileGUID>
                                  <PursuitAttackRangePercentage>60</PursuitAttackRangePercentage>//估計是命中率,沒有修改
                                </ShipCombat>
                                <Standard>
                                  <Name>Flagship</Name>//船類型,這里是旗艦
                                  <GUID>15912</GUID>//船ID號,如果你要修改船塢能制造的船,就要留意這個
                                </Standard>
                                <TradingPrice>
                                  <BaseGoldPrice>4600</BaseGoldPrice>//NPC出售價,沒有關注過,改高了自己買不起
                                  <MinTradingPrice>4600</MinTradingPrice>//同上
                                  <MaxTradingPrice>4600</MaxTradingPrice>//同上
                                </TradingPrice>
                                <Transport>
                                  <SlotCount>4</SlotCount>//船艙數量,沒有修改,可以改成6
                                  <SlotCapacity>100</SlotCapacity>//新添加的,定義每個艙室裝載量為100                     
                                </Transport>
                                <Walking>
                                  <WalkingSpeed>16000</WalkingSpeed>//速度,原來是14500
                                  <TurnRadiusMinimum>256</TurnRadiusMinimum>
                                  <TurnDeceleration>2300</TurnDeceleration>
                                </Walking>
                              </Values>
                            </Asset>
        以上就是我的修改,這樣一來,旗艦就更好用了。
        但是,當隨著隱藏的SilverShip和GoldShip被解開,我們可以使用這兩種船開局時,上面的設置就不起作用了,
        因為他們的配置文件是不同的,以下就是“Achievementship”(金船)和“Preordership”(銀船)。

                            <Asset>
                              <Template>WarShip</Template>
                              <Values>
                                <AIInfos>
                                  <SeaStrength>40</SeaStrength>
                                </AIInfos>
                                <BuildCost>
                                  <MoneyCost>3500</MoneyCost>
                                </BuildCost>
                                <Hitpoints>
                                  <MaxHitpoints>2000</MaxHitpoints>
                                </Hitpoints>
                                <InfoLayer />
                                <ItemContainer>
                                  <Sockets>
                                    <Ship>2</Ship>
                                  </Sockets>
                                </ItemContainer>
                                <KIModule />
                                <MaintenanceCost />
                                <Mesh>
                                  <ShowGlyph>1</ShowGlyph>
                                </Mesh>
                                <Object>
                                  <Variations>
                                    <Item>
                                      <Filename>data\graphics\units\ships\north\achievement_ship\n_achievement_ship.cfg</Filename>
                                    </Item>
                                  </Variations>
                                  <NamePool>OccidentShip</NamePool>
                                </Object>
                                <ObjectSpawner />
                                <RepairShips>
                                  <SelfHealingPointsPerMinute>200</SelfHealingPointsPerMinute>
                                </RepairShips>
                                <Selection />
                                <Ship>
                                  <VisionRadius>40</VisionRadius>
                                  <DestructionConfig>data\graphics\units\ships\north\achievement_ship\n_achievement_ship_damaged.cfg</DestructionConfig>
                                  <ShipClaimNeeded>0</ShipClaimNeeded>
                                  <LoadFactor>819</LoadFactor>
                                  <DamageFactor>3072</DamageFactor>
                                  <ShipMoveSound>2607</ShipMoveSound>
                                  <ShipIdleSound>2610</ShipIdleSound>
                                  <ShipTurnSound>2628</ShipTurnSound>
                                  <ShipDestroySound>2633</ShipDestroySound>
                                </Ship>
                                <ShipCombat>
                                  <AttackRange>15</AttackRange>
                                  <DamagePerSecond>20</DamagePerSecond>
                                  <AttackAngle>90</AttackAngle>
                                  <ShipProjectileGUID>11501</ShipProjectileGUID>
                                  <PursuitAttackRangePercentage>80</PursuitAttackRangePercentage>
                                </ShipCombat>
                                <Standard>
                                  <Name>Achievementship</Name>
                                  <GUID>15923</GUID>
                                  <Versions>Anno1404;Beta01;Beta02;Demo01;Demo02;Addon01;Addon02;BETA_TEXTURE_NONE</Versions>
                                </Standard>
                                <TradingPrice>
                                  <BaseGoldPrice>4600</BaseGoldPrice>
                                  <MinTradingPrice>4600</MinTradingPrice>
                                  <MaxTradingPrice>4600</MaxTradingPrice>
                                </TradingPrice>
                                <Transport>
                                  <SlotCount>6</SlotCount>
                                  <SlotCapacity>500</SlotCapacity>
                                </Transport>
                                <Walking>
                                  <WalkingSpeed>24000</WalkingSpeed>
                                  <TurnRadiusMinimum>256</TurnRadiusMinimum>
                                  <TurnDeceleration>2300</TurnDeceleration>
                                </Walking>
                              </Values>
                            </Asset>
                            <Asset>
                              <Template>WarShip</Template>
                              <Values>
                                <AIInfos>
                                  <SeaStrength>30</SeaStrength>
                                </AIInfos>
                                <BuildCost>
                                  <MoneyCost>3500</MoneyCost>
                                </BuildCost>
                                <Hitpoints>
                                  <MaxHitpoints>1500</MaxHitpoints>
                                </Hitpoints>
                                <InfoLayer />
                                <ItemContainer>
                                  <Sockets>
                                    <Ship>2</Ship>
                                  </Sockets>
                                </ItemContainer>
                                <KIModule />
                                <MaintenanceCost />
                                <Mesh>
                                  <ShowGlyph>1</ShowGlyph>
                                </Mesh>
                                <Object>
                                  <Variations>
                                    <Item>
                                      <Filename>data\graphics\units\ships\north\preorder_ship\n_preorder_ship.cfg</Filename>
                                    </Item>
                                  </Variations>
                                  <NamePool>OccidentShip</NamePool>
                                </Object>
                                <ObjectSpawner />
                                  <RepairShips>
                                    <SelfHealingPointsPerMinute>100</SelfHealingPointsPerMinute>
                                  </RepairShips>
                                <Selection />
                                <Ship>
                                  <VisionRadius>40</VisionRadius>
                                  <DestructionConfig>data\graphics\units\ships\north\preorder_ship\n_preorder_ship_damaged.cfg</DestructionConfig>
                                  <ShipClaimNeeded>0</ShipClaimNeeded>
                                  <LoadFactor>819</LoadFactor>
                                  <DamageFactor>3072</DamageFactor>
                                  <ShipMoveSound>2607</ShipMoveSound>
                                  <ShipIdleSound>2610</ShipIdleSound>
                                  <ShipTurnSound>2628</ShipTurnSound>
                                  <ShipDestroySound>2633</ShipDestroySound>
                                </Ship>
                                <ShipCombat>
                                  <AttackRange>15</AttackRange>
                                  <DamagePerSecond>15</DamagePerSecond>
                                  <AttackAngle>90</AttackAngle>
                                  <ShipProjectileGUID>11501</ShipProjectileGUID>
                                  <PursuitAttackRangePercentage>70</PursuitAttackRangePercentage>
                                </ShipCombat>
                                <Standard>
                                  <Name>Preordership</Name>
                                  <GUID>15951</GUID>
                                  <Versions>Anno1404;Beta01;Beta02;Demo01;Demo02;Addon01;Addon02;BETA_TEXTURE_NONE</Versions>
                                </Standard>
                                <TradingPrice>
                                  <BaseGoldPrice>4600</BaseGoldPrice>
                                  <MinTradingPrice>4600</MinTradingPrice>
                                  <MaxTradingPrice>4600</MaxTradingPrice>
                                </TradingPrice>
                                <Transport>
                                  <SlotCount>5</SlotCount>
                                  <SlotCapacity>200</SlotCapacity>
                                </Transport>
                                <Walking>
                                  <WalkingSpeed>20000</WalkingSpeed>
                                  <TurnRadiusMinimum>256</TurnRadiusMinimum>
                                  <TurnDeceleration>2300</TurnDeceleration>
                                </Walking>
                              </Values>
                            </Asset>
                           
        修改結果大致為:生命1500(銀)2000(金),攻擊15點(銀)20點(金),貨倉5格(銀)6格(金),
        艙室裝載量200(銀)500(金),速度2000(銀)2400(金),修理100(銀)200(金)。

        另外說一下,當使用銀船開局時,電腦使用的還是FlagShip,你可以到海盜港刷開戰的那個許可書和接鉉的鉤子,把FlagShip搶過來。銀船強大得多,可以直接掛鉤。

        如果實在想玩金船,可以修改小船廠和大船廠,讓它們可以生產銀船和金船,不過敵人也會造。

        小船廠(第3個是銀船)
                                <ShipProduction>
                                  <Assortment>
                                    <Item>
                                      <ShipGUID>15913</ShipGUID>
                                      <ProductionTime>45000</ProductionTime>
                                      <TooltipGUID>155016</TooltipGUID>
                                    </Item>
                                    <Item>
                                      <ShipGUID>15915</ShipGUID>
                                      <ProductionTime>90000</ProductionTime>
                                      <TooltipGUID>155017</TooltipGUID>
                                    </item>
                                    <Item>
                                      <ShipGUID>15951</ShipGUID>
                                      <ProductionTime>90000</ProductionTime>
                                    </item>
                                  </Assortment>
                                </ShipProduction>

        大船廠(第3個是金船)
                                <ShipProduction>
                                  <Assortment>
                                    <Item>
                                      <ShipGUID>15914</ShipGUID>
                                      <ProductionTime>120000</ProductionTime>
                                      <TooltipGUID>155018</TooltipGUID>
                                    </Item>
                                    <Item>
                                      <ShipGUID>15916</ShipGUID>
                                      <ProductionTime>150000</ProductionTime>
                                      <TooltipGUID>155019</TooltipGUID>
                                    </item>
                                    <item>
                                      <ShipGUID>15923</ShipGUID>
                                      <ProductionTime>150000</ProductionTime>
                                    </Item>
                                  </Assortment>
                                </ShipProduction>


        因為沒有相關的<TooltipGUID>號碼,所以看不到所需的金額和材料,不過應該可以制造。


        游民星空《紀元1404》攻略秘籍專區

        更多《紀元1404》旗艦FlagShip修改詳細方法相關問題

        問題:《三國志13》怎么修改提高討死率?

        回答:........................................劍與劍之間的碰撞聲、槍聲、魔法的爆破聲,回蕩在這片區域,就連在附近覓食的烏鴉們也被這些聲音驚嚇到四處飛竄。“咳,可惡!你要是這么聽不進去別人解釋的話,那我對你這種人也就不用手下留情了!”我和名為阿拉蒂亞... 詳情 >

        問題:《三國志13》現在大五碼不行了嗎?

        回答:正確的,我做的moba 游戲也要往簡化和照顧新手入手了,所有類型游戲都這樣 詳情 >

        問題:求助:看門狗2 檢測到禁止的windows內核修改 現在無法

        回答:真快,我才湊了三件,打了兩天了 詳情 >

        問題:《三國志13》求助帖,有關FMG修改器

        回答:如果楊死了,可能救國軍事委員會就能勝利,紅毛只可能想要維持和平。到時候可能就是再來一次大侵攻了 詳情 >

        問題:《怪物獵人xx》入手的這個沒有漢化怎么搞啊好兄弟們,沒有漢化玩不動,有什么解

        回答:改成如龍7那種也不錯 詳情 >

        share
        主站蜘蛛池模板: 亚洲男人的天堂在线播放| 国产亚洲欧洲Aⅴ综合一区| 免费国产人做人视频在线观看| 亚洲精品国产情侣av在线| 亚洲黄色免费网址| 亚洲国产精品成人午夜在线观看 | 在线视频免费观看高清| 亚洲激情视频网站| 亚洲国产精品va在线播放| 可以免费观看一级毛片黄a| 久久国产乱子伦免费精品| 曰批免费视频播放在线看片二 | 中文无码亚洲精品字幕| 一个人在线观看视频免费 | 国产精品亚洲综合专区片高清久久久 | 84pao国产成视频免费播放| 成人免费无码H在线观看不卡| 一本到卡二卡三卡免费高| 羞羞漫画页面免费入口欢迎你| 亚洲入口无毒网址你懂的| 亚洲国产午夜福利在线播放| 亚洲中文字幕伊人久久无码| 最近中文字幕高清免费中文字幕mv | 67194熟妇在线永久免费观看| 最近2019免费中文字幕6| 免费无码毛片一区二区APP| 亚洲av无码电影网| 亚洲AV男人的天堂在线观看| 中中文字幕亚洲无线码| 亚洲AV一区二区三区四区| 国产亚洲精品精品精品| 97人妻精品全国免费视频| www.免费在线观看| 免费国产高清视频| 亚洲成人精品久久| 亚洲国产精品成人午夜在线观看| 国产99视频精品免费视频76| 久久w5ww成w人免费| 免费一级特黄特色大片在线观看 | 国产精品网站在线观看免费传媒 | 亚洲日韩一中文字暮|