- commit
- b27a467
- parent
- a5a9418
- author
- ChronoVert
- date
- 2025-10-19 11:07:00 +0000 UTC
assets + [StartFaction] Faction示例文件
1 files changed,
+11,
-0
+11,
-0
1@@ -0,0 +1,11 @@
2+<CustomFaction name="示例阵营" id="ExampleFaction" playerVal="0">
3+ <Action ValueRequired="1">
4+ <sendEmail subject="欢迎加入阵营" sender="系统管理员">
5+ 恭喜!您的阵营等级已达到1级。
6+ </sendEmail>
7+ </Action>
8+
9+ <Action ValueRequired="5">
10+ <AddDegree owner="玩家姓名" degree="网络安全学士" uni="虚拟科技大学" gpa="3.8"/>
11+ </Action>
12+</CustomFaction>