1.1.1
修复bug,增加了对变身的多周目增强,以及自动读取保存周目数据(仅需在切换周目时输入命令)
不同周目下的提升:(百分比属性的单位为万分之一,即1800 = 18%)
Buff of different NG count:
-- HpMax(101), MpMax(102), StaminaMax(108), Atk(103), Def(104), CritRate(111), CritMultiplier(112), DmgAddition(119), DmgDef(120)
local BuffSheet = {
{0, 0, 0, 0, 0, 0, 0, 0, 0}, -- NG 1
{40, 10, 10, 5, 10, 200, 900, 0, 0}, -- NG 2
{60, 20, 20, 10, 40, 400, 1200, 0, 0}, -- NG 3
{100, 30, 30, 15, 90, 600, 1800, 200, 800}, -- NG 4
{160, 40, 40, 20, 150, 800, 2400, 400, 1200}, -- NG 5
{220, 50, 50, 25, 190, 1000, 3000, 600, 1600}, -- NG 6
{280, 60, 60, 30, 210, 1200, 3600, 800, 2000}, -- NG 7...
}
不同周目下变身的增强:
Buff for transformations:
-- DmgAddition(119), DmgDef(120)
local TransformBuffSheet = {
{0, 0}, -- NG 1
{0, 0}, -- NG 2
{0, 0}, -- NG 3
{100, 1000}, -- NG 4
{200, 1500}, -- NG 5
{300, 2000}, -- NG 6
{400, 2500}, -- NG 7...
}
此外,五周目及以上时,在拥有三段棍势时每五秒回复10mp。
In addition, regenerate 10 mp every 5 seconds when you have 3 PE level. (Only for NG 5 and greater)
使用方法:按F10打开控制台后输入指令 NG x,x 为周目数。(保存数据,切换周目后再通过指令修改数据)
Activate: Press F10 to open console and then type NG x, where x is your NG count. (Save data. Type the command when the NGCount is changed)
此模组需要安装 UE4SS。
This mod needs UE4SS. |