mirror of
https://github.com/hypervortex/VH-Bombsquad-Modded-Server-Files
synced 2025-10-16 12:02:51 +00:00
88 lines
1.4 KiB
Python
88 lines
1.4 KiB
Python
|
|
#
|
||
|
|
#
|
||
|
|
#
|
||
|
|
coin = True
|
||
|
|
tell_time = True
|
||
|
|
#
|
||
|
|
#
|
||
|
|
#
|
||
|
|
#
|
||
|
|
#
|
||
|
|
#
|
||
|
|
#
|
||
|
|
askQuestions = False
|
||
|
|
#
|
||
|
|
#
|
||
|
|
#
|
||
|
|
questionsList = {'If you lost your ranks worry not.. Reclaim your scores, kills and deaths by joining the discord server...!': ['ok'],
|
||
|
|
'add': [None],
|
||
|
|
'multiply': [None]}
|
||
|
|
#
|
||
|
|
#
|
||
|
|
#
|
||
|
|
questionDelay = 10 #60 #seconds
|
||
|
|
#
|
||
|
|
#
|
||
|
|
#
|
||
|
|
availablecommands = {'nv': 100,
|
||
|
|
'box': 30,
|
||
|
|
'box all': 60,
|
||
|
|
'spaz': 50,
|
||
|
|
'spazall': 100,
|
||
|
|
'inv': 40,
|
||
|
|
'inv all': 80,
|
||
|
|
'tex': 20,
|
||
|
|
'texall': 40,
|
||
|
|
'freeze': 60,
|
||
|
|
'freeze all': 100,
|
||
|
|
'sleep': 40,
|
||
|
|
'sleep all': 80,
|
||
|
|
'thaw': 50,
|
||
|
|
'thaw all': 70,
|
||
|
|
'kill': 80,
|
||
|
|
'kill all': 150,
|
||
|
|
'end': 100,
|
||
|
|
'hug': 60,
|
||
|
|
'hugall': 100,
|
||
|
|
'sm': 50,
|
||
|
|
'fly': 50,
|
||
|
|
'ice': 60,
|
||
|
|
'ice all': 80,
|
||
|
|
'fly all': 100,
|
||
|
|
'curse': 50,
|
||
|
|
'curse all': 100,
|
||
|
|
'heal': 50,
|
||
|
|
'heal all': 70,
|
||
|
|
'gm': 200,
|
||
|
|
'customtag': 3000}
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
availableeffects = {'ice': 240,
|
||
|
|
'sweat': 200,
|
||
|
|
'sparkground': 150,
|
||
|
|
'sweatground': 340,
|
||
|
|
'scorch': 350,
|
||
|
|
'ice': 300,
|
||
|
|
'rainbow': 400,
|
||
|
|
'splinter': 100,
|
||
|
|
'highlightshine': 150,
|
||
|
|
'iceground': 250,
|
||
|
|
'glow': 400,
|
||
|
|
'distortion': 750,
|
||
|
|
'fairydust': 1000,
|
||
|
|
'slime': 500,
|
||
|
|
'metal': 500,
|
||
|
|
'surrounder': 1000,
|
||
|
|
'chispitas': 2000,
|
||
|
|
'colorfullspark': 240,
|
||
|
|
'stars': 750,
|
||
|
|
'footprint': 300,
|
||
|
|
'ring': 5000,
|
||
|
|
'darkmagic': 1300,
|
||
|
|
'fire': 200,
|
||
|
|
'new_rainbow': 250}
|
||
|
|
#
|
||
|
|
#
|
||
|
|
#
|