Skip to content

Commit

Permalink
物编浏览挪到资源管理器里
Browse files Browse the repository at this point in the history
  • Loading branch information
sumneko committed Mar 19, 2024
1 parent 5a0850e commit 4d94257
Show file tree
Hide file tree
Showing 10 changed files with 841 additions and 157 deletions.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
2. 选择地图路径
3. 完成!

# 修改并导入物编
## 修改并导入物编

初始化后,你的项目中会生成 `resource\editor_table` 文件夹,你可以修改这些CSV文件来生成物编。

Expand All @@ -17,3 +17,22 @@
> 推荐和[Edit csv](https://marketplace.visualstudio.com/items?itemName=janisdd.vscode-edit-csv)插件配合使用,以便在Visual Code内编辑CSV表格,无需打开新的窗口
> 你可以通过 `Y3-Helper.CSVPath` 设置修改这些CSV文件的路径
## 在vscode内查看搜索和编辑Y3项目的物编数据
![在vscode内查看搜索和编辑Y3项目的物编数据](image/eidtortable.png)
在初始化项目后,你可以在explorer中的大纲(OUTLINE)和Y3开发助手:物编数据中查看Y3项目的物编数据。
你可以看到物编数据的Json和其字段名的含义,点击你想要编辑的属性,即可跳转到对应字段。
你可以在此直接编辑物编数据,因为vscode对Json文件的语法检查能力,相比在CSV表格修改数据后导入的方式,你不再用担心语法或格式编写错误。
在vscode中快捷键ctrl+T可以搜索对象。

你需要以名称搜索某一个物编数据可以这样:
```
# 这是一个单位
```
![搜索某一个物编的数据](image/search_editor_table_json.png)

点击打开保存此物编数据的Json后,按下快捷键ctrl+T,你可以这样在此Json中搜索你要编辑的属性
```
@ 攻击
```
![搜索某一个物编的数据的字段](image/search_editor_table_key_in_json.png)
Loading

0 comments on commit 4d94257

Please sign in to comment.