vh-bombsquad-modded-server-.../dist/ba_root/mods/set.py

85 lines
1.4 KiB
Python
Raw Normal View History

2024-02-26 00:17:10 +05:30
#
2024-03-31 13:34:28 +05:30
#
2024-02-26 00:17:10 +05:30
tell_time = True
#
#
2024-03-31 13:34:28 +05:30
#
#
#
#
#
askQuestions = False
#
#
#
questionsList = {'If you lost your ranks worry not.. Reclaim your scores, kills and deaths by joining the discord server...!': ['ok'],
'add': [None],
2024-02-26 00:17:10 +05:30
'multiply': [None]}
#
2024-03-31 13:34:28 +05:30
#
#
2024-02-26 00:17:10 +05:30
questionDelay = 10 #60 #seconds
#
#
2024-03-31 13:34:28 +05:30
#
2024-02-26 00:17:10 +05:30
availablecommands = {'nv': 100,
'box': 30,
2024-04-07 05:55:21 +05:30
'box all': 60,
2024-02-26 00:17:10 +05:30
'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,
2024-04-07 05:55:21 +05:30
'thaw all': 70,
2024-02-26 00:17:10 +05:30
'kill': 80,
'kill all': 150,
'end': 100,
'hug': 60,
2024-04-07 05:55:21 +05:30
'hugall': 100,
2024-02-26 00:17:10 +05:30
'sm': 50,
2024-04-07 05:55:21 +05:30
'fly': 50,
'ice': 60,
'ice all': 80,
'fly all': 100,
2024-02-26 00:17:10 +05:30
'curse': 50,
2024-04-07 05:55:21 +05:30
'curse all': 100,
2024-02-26 00:17:10 +05:30
'heal': 50,
2024-04-07 05:55:21 +05:30
'heal all': 70,
'gm': 200,
'customtag': 3000}
2024-02-26 00:17:10 +05:30
availableeffects = {'ice': 500,
'sweat': 750,
'sparkground': 650,
'sweatground': 700,
'scorch': 500,
'ice': 300,
'rainbow': 400,
'splinter': 100,
'highlightshine': 150,
'iceground': 250,
'glow': 400,
'distortion': 750,
'fairydust': 1000,
'slime': 500,
'metal': 500,
'surrounder': 1000,
'chispitas': 2000,
'stars': 750,
'footprint': 300,
'ring': 5000,
'darkmagic': 1300,
'fire': 200,
'new_rainbow': 250}
#
#
2024-03-31 13:34:28 +05:30
#