mirror of
https://github.com/hypervortex/VH-Bombsquad-Modded-Server-Files
synced 2025-11-07 17:36:08 +00:00
Added new files
This commit is contained in:
parent
867634cc5c
commit
3a407868d4
1775 changed files with 550222 additions and 0 deletions
88
dist/ba_root/mods/set.py
vendored
Normal file
88
dist/ba_root/mods/set.py
vendored
Normal file
|
|
@ -0,0 +1,88 @@
|
|||
#
|
||||
#
|
||||
#
|
||||
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,
|
||||
'boxall': 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,
|
||||
'thawall': 70,
|
||||
'kill': 80,
|
||||
'kill all': 150,
|
||||
'end': 100,
|
||||
'hug': 60,
|
||||
'hugall': 100,
|
||||
'tint': 90,
|
||||
'sm': 50,
|
||||
'fly': 50,
|
||||
'flyall': 100,
|
||||
'curse': 50,
|
||||
'curseall': 100,
|
||||
'heal': 50,
|
||||
'healall': 70,
|
||||
'gm': 200,
|
||||
'customtag': 250
|
||||
}
|
||||
|
||||
|
||||
|
||||
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}
|
||||
#
|
||||
#
|
||||
#
|
||||
tags = {'tag': 10000}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue