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:
csd4ni3l
2025-10-12 20:19:33 +02:00
parent f7510cfb23
commit 47e7cc48ef
2 changed files with 28 additions and 13 deletions

View File

@@ -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 = {