Skip to content

Commit 51f3c33

Browse files
authored
Merge pull request #20 from maix2012:main
示例Faction文件添加
2 parents a5a9418 + b27a467 commit 51f3c33

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Assets/Faction/StartFaction.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<CustomFaction name="示例阵营" id="ExampleFaction" playerVal="0">
2+
<Action ValueRequired="1">
3+
<sendEmail subject="欢迎加入阵营" sender="系统管理员">
4+
恭喜!您的阵营等级已达到1级。
5+
</sendEmail>
6+
</Action>
7+
8+
<Action ValueRequired="5">
9+
<AddDegree owner="玩家姓名" degree="网络安全学士" uni="虚拟科技大学" gpa="3.8"/>
10+
</Action>
11+
</CustomFaction>

0 commit comments

Comments
 (0)