2018-05-14 16:51:53
分类:角色扮演星级:软件大小:22232.63MB
平台:WinXp,Win2003,WinVista,Win 7,Win 8,Win 10
永恒之柱2中初始舰船属性低行动速度慢,那么要如何修改呢?只需将其属性进行修改,之后就可以快速地在各地穿梭了,一起来看下吧。
永恒之柱2初始舰船修改方法
PillarsOfEternityII_Data⁄exported⁄design⁄gamedata
ships.gamedatabundle文件
用文本编辑打开
搜索
"ShipPrefab":"prefabs/ships/shp_dyrwoodan_sloop_b.prefab"
这句话的意思: 这货是鹿林单桅船
下面搜
"MinimumCrewSize":5, 这句应该是指最少船员
再往下看 找这么一句
[{"ShipAttributeType":"CombatSpeed","StatValue":50},
{"ShipAttributeType":"SailHealth","StatValue":20},
{"ShipAttributeType":"HullHealth","StatValue":60},
{"ShipAttributeType":"TravelSpeed","StatValue":0},
{"ShipAttributeType":"Hittability","StatValue":50}],
"SupplyLimits":[{"Type":"Ammunition","Count":100},
{"Type":"Medicine","Count":100},
{"Type":"Repair","Count":50}],
这个意思很好理解。。 战斗移动速度 船体耐久 帆耐久 旅行速度 ****** (这个游戏里那段翻译是错序。好像是命中,射击散布之类的DD) 还有建材最大值 草药最大值等。
修改无需建立新档, 改完就起作用。