添加示例项目

This commit is contained in:
2026-04-16 16:27:53 +08:00
parent 69a2141804
commit 721fb5a992
192 changed files with 10148 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
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_();
}