添加示例项目

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,11 @@
{
"ProjectName": "拓展瞬间移动药剂",
"ProjectDescribe": "开启后可参考原PVF2600014瞬间移动药剂,复制出不同的移动药剂ID,可无限拓展",
"ProjectAuthor": "倾泪寒",
"ProjectVersion": 1.0,
"ProjectConfig": "",
"ProjectFiles": [
"拓展瞬间移动药剂.nut"
],
"ProjectRunFunc": "_Dps_expand_teleport_item_"
}

View File

@@ -0,0 +1,4 @@
function _Dps_expand_teleport_item_() {
NativePointer("0x81D063A").writeS8(0xEB);
NativePointer("0x81D0651").writeS8(0xEB);
}