Add base certifications config option

This commit is contained in:
Jakob Gillich 2021-05-22 07:11:02 +02:00
parent 2781d1d5b8
commit 91e76d2397
5 changed files with 21 additions and 11 deletions

View file

@ -101,6 +101,15 @@ game {
# Starting command rank
cr = 0
}
# Certifications to add to every character. Note that they do not become free, their cost is deducted from the
# player's certification points. The default base certifications are 0 cost.
# Values are `Certification` member names.
base-certifications = [
standard_assault,
standard_armor,
agile_armor
]
}
anti-cheat {
@ -141,7 +150,7 @@ network {
development {
# List of GM commands available to everyone
# Values are ChatMessageType members, for example: [CMT_ADDBATTLEEXPERIENCE, CMT_CAPTUREBASE]
# Values are `ChatMessageType` members, for example: [CMT_ADDBATTLEEXPERIENCE, CMT_CAPTUREBASE]
unprivileged-gm-commands = []
net-sim {