<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
        主站蜘蛛池模板: 草久免费在线观看网站| 国产精品亚洲一区二区麻豆| 有码人妻在线免费看片| 亚洲 另类 无码 在线| 亚洲乱妇熟女爽到高潮的片| 女人让男人免费桶爽30分钟| 亚洲精品国产高清在线观看| 日韩免费视频一区| 亚洲av成人无码网站…| 亚洲精品tv久久久久久久久久| 九一在线完整视频免费观看| 亚洲最大激情中文字幕| 热99RE久久精品这里都是精品免费 | 日韩免费高清一级毛片| 免费一级做a爰片久久毛片潮喷| 国产偷国产偷亚洲高清在线| 亚洲一级片免费看| 最近免费字幕中文大全| 亚洲大尺度无码专区尤物| 91精品国产免费久久国语麻豆| 亚洲午夜电影在线观看高清 | 亚洲综合色区中文字幕| 日韩高清免费观看| 一区在线免费观看| 久久久久亚洲精品美女| 啦啦啦高清视频在线观看免费 | 亚洲中文字幕乱码AV波多JI| 免费一级毛片在级播放| 成在线人视频免费视频| 亚洲最大黄色网址| 国产免费久久精品| 免费精品99久久国产综合精品| 亚洲最新黄色网址| 亚洲乱码日产精品a级毛片久久| 成人无码WWW免费视频| 亚洲六月丁香六月婷婷色伊人| 免费观看国产小粉嫩喷水| 嫩草在线视频www免费观看| 亚洲一区二区三区四区视频| 亚洲国产精品无码久久青草 | 最近中文字幕大全免费版在线 |