We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a5a9418 + b27a467 commit 51f3c33Copy full SHA for 51f3c33
1 file changed
Assets/Faction/StartFaction.xml
@@ -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
11
+</CustomFaction>
0 commit comments