js: 摔落保护:提瓦特反牛顿机制 (#927)

* js: 摔落保护:提瓦特反牛顿机制

* fix: path.
This commit is contained in:
秋云
2025-05-26 17:28:56 +08:00
committed by GitHub
parent 5b9d6cb2cc
commit 80e42f22d7
8 changed files with 163 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

View File

@@ -0,0 +1,32 @@
{
"info": {
"name": "信仰之跃",
"type": "collect",
"author": "mno",
"version": "1.0",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0"
},
"positions": [
{
"id": 1,
"x": 508.03515625,
"y": -630.49072265625,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "teleport",
"locked": false
},
{
"id": 2,
"x": 499.87890625,
"y": -686.18310546875,
"action": "stop_flying",
"move_mode": "fly",
"action_params": "10000",
"type": "path"
}
]
}

View File

@@ -0,0 +1,24 @@
{
"info": {
"name": "原始胎海",
"type": "collect",
"author": "秋云",
"version": "1.0",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0",
"tags": [],
"last_modified_time": 1748249620442
},
"positions": [
{
"id": 1,
"action": "",
"move_mode": "dash",
"type": "path",
"x": 3387.220703125,
"y": 2575.370849609375,
"action_params": ""
}
]
}