Commit 22ca1f174a621efd504baddff41bbbe682f14aa3
1 parent
9a8cd8f4
补传误删文件 顺便把buff和skill更新
Showing
7 changed files
with
29 additions
and
1 deletions
Show diff stats
No preview for this file type
No preview for this file type
No preview for this file type
Datas/pro2d/Buff.xlsx
No preview for this file type
Datas/pro2d/SkillConfig.xlsx
No preview for this file type
... | ... | @@ -0,0 +1,29 @@ |
1 | +<root> | |
2 | + | |
3 | + <topmodule name="cfg"/> | |
4 | + | |
5 | + <option name="editor.topmodule" value="editor.cfg"/> | |
6 | + | |
7 | + <patch name="cn"/> | |
8 | + <patch name="tw"/> | |
9 | + <patch name="en"/> | |
10 | + <patch name="jp"/> | |
11 | + | |
12 | + <group name="c" default="1"/> client | |
13 | + <group name="s" default="1"/> server | |
14 | + <group name="e" default="1"/> editor | |
15 | + | |
16 | + <import name="."/> | |
17 | + | |
18 | + <importexcel name="__tables__.xlsx" type="table"/> 相对data目录 | |
19 | + <importexcel name="__enums__.xlsx" type="enum"/>相对data目录 | |
20 | + <importexcel name="__beans__.xlsx" type="bean"/>相对data目录 | |
21 | + | |
22 | + <externalselector name="unity_cs"/> | |
23 | + <externalselector name="ue_cpp"/> | |
24 | + <externalselector name="dotnet_cs"/> | |
25 | + | |
26 | + <service name="server" manager="Tables" group="s"/> | |
27 | + <service name="client" manager="Tables" group="c"/> | |
28 | + <service name="all" manager="Tables" group="c,s,e"/> | |
29 | +</root> | |
0 | 30 | \ No newline at end of file | ... | ... |
Defines/pro2d.xml
... | ... | @@ -195,7 +195,6 @@ |
195 | 195 | <table name="TbMonsterWave" value="MonsterWave" input="pro2d/MonsterWave.xlsx"/> |
196 | 196 | <table name="TbSkill" value="Skill" input="pro2d/Skill.xlsx"/> |
197 | 197 | <table name="TbRogueChapter" value="RogueChapter" input="pro2d/RogueChapter.xlsx"/> |
198 | - <table name="TbMapTest" value="MapTest" input="pro2d/MapTest.xlsx"/> | |
199 | 198 | <table name="TbRogueMonsterCard" value="RogueMonsterCard" input="pro2d/RogueMonsterCard.xlsx"/> |
200 | 199 | <table name="TbRogueMonster" value="RogueMonster" input="pro2d/RogueMonster.xlsx"/> |
201 | 200 | ... | ... |