diff --git a/Base/_ENUM/_ENUM_.nut b/Base/_ENUM/_ENUM_.nut index f3a5d46..810b801 100644 --- a/Base/_ENUM/_ENUM_.nut +++ b/Base/_ENUM/_ENUM_.nut @@ -445,3 +445,9 @@ function sq_setEquipAppendage(obj, ApdListId, Time) { local APD = L_Sq_CallFunc(0x9E5130, "int", FFI_MS_CDECL, ["int", "int", "int"], ApdListId, ObjAddress, ObjAddress); L_Sq_CallFunc(0x4041c0, "int", FFI_THISCALL, ["int", "int", "int"], APD + 44, 0, Time); } + +//获取当前角色的普通物理魔法状态 +function GetSkillAttackType() +{ + return NativePointer(0x1A3BB40).readInt(); +} \ No newline at end of file diff --git a/folder-alias.json b/folder-alias.json index 7ab2997..9969713 100644 --- a/folder-alias.json +++ b/folder-alias.json @@ -250,5 +250,11 @@ }, "Project/NewTitle": { "description": "称谓系统" + }, + "Project/SpecialCustomization": { + "description": "特殊定制" + }, + "Project/CustomPlugins": { + "description": "定制插件" } } \ No newline at end of file