diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-09-19 14:14:47 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-09-19 14:14:47 +0200 |
commit | a56fe4da0c5387174c7e317d5011770ef8578398 (patch) | |
tree | 28a9ab0f956ab7beb991c1777cb26eeaaaa562c6 | |
parent | 871ab1a8c3e2930432a6bf54f338bd45f1e604eb (diff) | |
download | NorthstarWiki-a56fe4da0c5387174c7e317d5011770ef8578398.tar.gz NorthstarWiki-a56fe4da0c5387174c7e317d5011770ef8578398.zip |
Fix in source code misaligned table
for Stick and Stones playlist overrides
-rw-r--r-- | docs/hosting-a-server-with-northstar/server-settings/playlistvar.md | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/hosting-a-server-with-northstar/server-settings/playlistvar.md b/docs/hosting-a-server-with-northstar/server-settings/playlistvar.md index 88544d6..3cb1990 100644 --- a/docs/hosting-a-server-with-northstar/server-settings/playlistvar.md +++ b/docs/hosting-a-server-with-northstar/server-settings/playlistvar.md @@ -50,15 +50,15 @@ Example: `+setplaylistvaroverrides "run_epilogue 0 featured_mode_amped_tacticals ### Sticks and Stones playlist overrides -| PlaylistOverrides for SNS | Accepted Values | Default Value | Description | -| -------------------------------------------- | --------------- | ------------- | ---------------------------------------------------------------------------------------------- | -| sns_softball_enabled | 0-1 | 0 | Enables Softball usage | -| sns_softball_kill_value | int | 10 | | -| sns_wme_kill_value | int | 10 | | -| sns_offhand_kill_value | int | 10 | | -| sns_reset_kill_value | int | 5 | | -| sns_melee_kill_value | int | 5 | | -| sns_reset_pulse_blade_cooldown_on_pulse_blade_kill | 0-1 | 1 | Enables getting Pulse Blade back after a Pulse Blade kill | +| PlaylistOverrides for SNS | Accepted Values | Default Value | Description | +| -------------------------------------------------- | --------------- | ------------- | ---------------------------------------------------------------------------------------------- | +| sns_softball_enabled | 0-1 | 0 | Enables Softball usage | +| sns_softball_kill_value | int | 10 | | +| sns_wme_kill_value | int | 10 | | +| sns_offhand_kill_value | int | 10 | | +| sns_reset_kill_value | int | 5 | | +| sns_melee_kill_value | int | 5 | | +| sns_reset_pulse_blade_cooldown_on_pulse_blade_kill | 0-1 | 1 | Enables getting Pulse Blade back after a Pulse Blade kill | ### Gun game playlist overrides |