[樂游網導讀]如何mod把魔法師塔的附魔武器加上加速加成。。。。。。。 備份整個 Majesty 2\resource 目錄 把 Majesty 2\resource 目錄下 resource.pak 文件解壓,覆蓋到 Majesty 2\resource 目錄 刪除 Majesty 2\resource 目錄下 resource.pak 文件
如何mod把魔法師塔的附魔武器加上加速加成。。。。。。。
備份整個 Majesty 2\resource 目錄
把 Majesty 2\resource 目錄下 resource.pak 文件解壓,覆蓋到 Majesty 2\resource 目錄
刪除 Majesty 2\resource 目錄下 resource.pak 文件
打開 Majesty 2\resource\gameData\units 下 perks.xml 文件
搜索到
<Perk>
<s_name>perk_enchant_weapon_attack</s_name>
<Blocks>
<s_type>MeleeSkill</s_type>
<f_value>5</f_value>
</Blocks>
<Blocks>
<s_type>MissileSkill</s_type>
<f_value>5</f_value>
</Blocks>
<Blocks>
<s_type>MagicSkill</s_type>
<f_value>5</f_value>
</Blocks>
</Perk>
改成
<Perk>
<s_name>perk_enchant_weapon_attack</s_name>
<Blocks>
<s_type>Speed</s_type>
<f_value>1.5</f_value>
</Blocks>
<Blocks>
<s_type>MeleeSkill</s_type>
<f_value>5</f_value>
</Blocks>
<Blocks>
<s_type>MissileSkill</s_type>
<f_value>5</f_value>
</Blocks>
<Blocks>
<s_type>MagicSkill</s_type>
<f_value>5</f_value>
</Blocks>
</Perk>
這樣,每個英雄買到法師塔附魔武器的時候,也就速度為1.5倍
魔法物品的價格數據在 Majesty 2\resource\set\trading\shops.set
這個有人已經說過了把。。。。。
Majesty 2\resource\gameData\spawn\global_spawn_settings.set
這個文件是游戲自動生成的一些數據
比如自動生成房子,農民,警衛,稅官,老鼠洞等
Majesty 2\resource\gameData\inventions\inventions.graphml
這個文件有技術研究的花費以及研究時間的數據
Majesty 2\resource\gameData\inventions\inventions.graphml
這個文件有技術研究的花費以及研究時間的數據
Majesty 2\resource\map\Single_missions\single_03\single_03.mi
這類文件里面有強制75天結束自選戰斗的數據
可以修改把時間加長。。。。。。這樣就不會75天強制結束了
搜索一下 victory
在它遠處就可以找到 count 74 以及 count 75 了
把它們改成 count 9999 和 count 10000
那么就是10000天結束