Commit 7c1627e9cc3d61297f162e86118c32e4821a02ea
1 parent
bdf3b4cf
feat: add 随机名字表
Showing
2 changed files
with
5 additions
and
0 deletions
Show diff stats
No preview for this file type
Defines/pro2d.xml
| @@ -993,6 +993,10 @@ | @@ -993,6 +993,10 @@ | ||
| 993 | <var name="needExp" type="int"/> | 993 | <var name="needExp" type="int"/> |
| 994 | </bean> | 994 | </bean> |
| 995 | 995 | ||
| 996 | + <bean name="RandomName"> | ||
| 997 | + <var name="First" type="list,string"/> | ||
| 998 | + <var name="Second" type="list,string"/> | ||
| 999 | + </bean> | ||
| 996 | 1000 | ||
| 997 | <bean name="Skill"> | 1001 | <bean name="Skill"> |
| 998 | <var name="id" type="int"/> | 1002 | <var name="id" type="int"/> |
| @@ -1248,6 +1252,7 @@ | @@ -1248,6 +1252,7 @@ | ||
| 1248 | <table name="TbRogBuff" value="RogBuff" input="pro2d/RogBuff.xlsx"/> | 1252 | <table name="TbRogBuff" value="RogBuff" input="pro2d/RogBuff.xlsx"/> |
| 1249 | <table name="TbRechargeDatas" value="RechargeDatas" input="pro2d/RechargeDatas.xlsx"/> | 1253 | <table name="TbRechargeDatas" value="RechargeDatas" input="pro2d/RechargeDatas.xlsx"/> |
| 1250 | <table name="TbRoleLevelValue" value="RoleLevelValue" input="pro2d/RoleLevelValue.xlsx"/> | 1254 | <table name="TbRoleLevelValue" value="RoleLevelValue" input="pro2d/RoleLevelValue.xlsx"/> |
| 1255 | + <table name="TbRandomName" value="RandomName" mode="list" input="pro2d/RandomName.xlsx"/> | ||
| 1251 | 1256 | ||
| 1252 | <table name="TbSkill" value="Skill" input="pro2d/Skill.xlsx"/> | 1257 | <table name="TbSkill" value="Skill" input="pro2d/Skill.xlsx"/> |
| 1253 | <table name="TbStoreDatas" value="StoreDatas" input="pro2d/StoreDatas.xlsx"/> | 1258 | <table name="TbStoreDatas" value="StoreDatas" input="pro2d/StoreDatas.xlsx"/> |