forked from rDrama/rDrama
1
0
Fork 0

nvm, decrease bite price instead

master
Aevann 2023-10-14 23:24:01 +03:00
parent 711f3c23de
commit 1e76231e93
1 changed files with 28 additions and 28 deletions

View File

@ -195,6 +195,34 @@ AWARDS = {
},
### Homoween
"vax": {
"kind": "vax",
"title": "Vaxxmaxx",
"description": "???",
"icon": "fas fa-syringe",
"color": "text-blue",
"price": 200,
"deflectable": True,
"cosmetic": False,
"ghost": False,
"enabled": IS_HOMOWEEN(),
"positive": True,
"included_in_lootbox": False,
},
"bite": {
"kind": "bite",
"title": "Zombie Bite",
"description": "???",
"icon": "fas fa-biohazard",
"color": "text-danger",
"price": 200,
"deflectable": True,
"cosmetic": False,
"ghost": False,
"enabled": IS_HOMOWEEN(),
"positive": True,
"included_in_lootbox": False,
},
"spiders": {
"kind": "spiders",
"title": "Spiders",
@ -349,34 +377,6 @@ AWARDS = {
"positive": True,
"included_in_lootbox": True,
},
"vax": {
"kind": "vax",
"title": "Vaxxmaxx",
"description": "???",
"icon": "fas fa-syringe",
"color": "text-blue",
"price": 500,
"deflectable": True,
"cosmetic": False,
"ghost": False,
"enabled": IS_HOMOWEEN(),
"positive": True,
"included_in_lootbox": False,
},
"bite": {
"kind": "bite",
"title": "Zombie Bite",
"description": "???",
"icon": "fas fa-biohazard",
"color": "text-danger",
"price": 500,
"deflectable": True,
"cosmetic": False,
"ghost": False,
"enabled": IS_HOMOWEEN(),
"positive": True,
"included_in_lootbox": False,
},
"jumpscare": {
"kind": "jumpscare",
"title": "Jumpscare",