examples update

This commit is contained in:
Evil Factory
2021-04-30 11:34:21 -03:00
parent 9dd746b92b
commit 197e34ccd5
2 changed files with 118 additions and 81 deletions
+9 -1
View File
@@ -8,15 +8,23 @@ local codewords = {
"tire", "trunk", "blow sticks", "thrashers"
}
config.enableTraitors = true
config.codewords = codewords
config.amountCodewords = 2
config.traitorSpawnDelay = 60
config.nextMissionDelay = 60
config.traitorShipEnabled = true -- set this to false for the respawn shuttles to work
config.traitorShipChance = 15
config.traitorShipChance = 18
config.traitorShipGodModeDistance = 4000
config.enableCommunicationsOffline = true
config.communicationsOfflineChance = 20
-- Gameplay Options
config.enableSabotage = true -- allow everyone to sabotage
config.enableWifiChat = true -- allow people to wire wifi components to the chat ingame
-- Traitor Selection Options
config.roundEndPercentageIncrease = 10