添加示例项目
This commit is contained in:
11
示例项目/拓展瞬间移动药剂/Proj.ifo
Normal file
11
示例项目/拓展瞬间移动药剂/Proj.ifo
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ProjectName": "拓展瞬间移动药剂",
|
||||
"ProjectDescribe": "开启后可参考原PVF2600014瞬间移动药剂,复制出不同的移动药剂ID,可无限拓展",
|
||||
"ProjectAuthor": "倾泪寒",
|
||||
"ProjectVersion": 1.0,
|
||||
"ProjectConfig": "",
|
||||
"ProjectFiles": [
|
||||
"拓展瞬间移动药剂.nut"
|
||||
],
|
||||
"ProjectRunFunc": "_Dps_expand_teleport_item_"
|
||||
}
|
||||
4
示例项目/拓展瞬间移动药剂/拓展瞬间移动药剂.nut
Normal file
4
示例项目/拓展瞬间移动药剂/拓展瞬间移动药剂.nut
Normal file
@@ -0,0 +1,4 @@
|
||||
function _Dps_expand_teleport_item_() {
|
||||
NativePointer("0x81D063A").writeS8(0xEB);
|
||||
NativePointer("0x81D0651").writeS8(0xEB);
|
||||
}
|
||||
Reference in New Issue
Block a user