13 lines
455 B
Plaintext
13 lines
455 B
Plaintext
function _Dps_SetInitiaweapon_Logic_() {
|
|
local Config = GlobalConfig.Get("角色初始武器修改_Lenheart.json");
|
|
NativePointer("0x081C0CB2").writeInt(Config["黑暗武士武器"].tointeger());
|
|
NativePointer("0x081C0CBB").writeInt(Config["缔造武器"].tointeger());
|
|
}
|
|
|
|
function _Dps_SetInitiaweapon_Main_() {
|
|
_Dps_SetInitiaweapon_Logic_();
|
|
}
|
|
|
|
function _Dps_SetInitiaweapon_Main_Reload_(OldConfig) {
|
|
_Dps_SetInitiaweapon_Logic_();
|
|
} |