chore: 添加生成敌人脚本

This commit is contained in:
wxhn1225 2025-10-11 22:01:07 +08:00
parent 6558941ec1
commit 1c84443ef0
5 changed files with 1202 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.venv

3
.gitmodules vendored
View File

@ -4,3 +4,6 @@
[submodule "Mods"]
path = Mods
url = https://onlyg.it/OpenWF/Mods.git
[submodule "Pluto"]
path = Pluto
url = https://github.com/PlutoLang/Pluto.git

View File

@ -25,7 +25,7 @@
"alternative_loading": false,
"dont_resolve_labels": false,
"save_all_metadata": false,
"write_all_metadata_reads_to_console": false,
"write_all_metadata_reads_to_console": true,
"write_all_metadata_reads_to_ee_log": false,
"write_patched_metadata_reads_to_console": false,
"write_patched_metadata_reads_to_ee_log": false,

1
Pluto Submodule

@ -0,0 +1 @@
Subproject commit acad7d90cfa5eb37f1cbd2a74e04c14938775212

1196
Scripts/敌人生成.pluto Normal file

File diff suppressed because it is too large Load Diff