mirror of
https://github.com/csd4ni3l/wizard_vs_irs.git
synced 2026-01-01 12:23:43 +01:00
Fix some issues when checking levels of weapons, update last tax evasion level, mostly game testing (ps: Why does hackatime think i did 20 mins?)
This commit is contained in:
@@ -35,7 +35,7 @@ TAX_EVASION_LEVELS = {
|
||||
"International Watchlist": 125000,
|
||||
"Most Wanted": 250000,
|
||||
"Legendary": 500000,
|
||||
"Mythic": 1000000
|
||||
"THE ONE AND ONLY TAX EVADER": 1000000
|
||||
}
|
||||
TAX_EVASION_NAMES = list(TAX_EVASION_LEVELS.keys())
|
||||
|
||||
@@ -64,10 +64,10 @@ INVENTORY_ITEMS = [
|
||||
]
|
||||
|
||||
ABILITIES = {
|
||||
"dash": [5, 20],
|
||||
"tax_shield": [15, 50],
|
||||
"audit_bomb": [20, 100],
|
||||
"freeze_audit": [15, 150]
|
||||
"dash": 20,
|
||||
"tax_shield": 50,
|
||||
"audit_bomb": 100,
|
||||
"freeze_audit": 150
|
||||
}
|
||||
|
||||
item_to_json_name = {
|
||||
|
||||
Reference in New Issue
Block a user