Skip to content

Instantly share code, notes, and snippets.

View cltnschlosser's full-sized avatar

Colton Schlosser cltnschlosser

View GitHub Profile
from itertools import product
from typing import Dict, Tuple
import sys
melee_as = 3.9
ranged_as = 2.9
ranged_haste = 1.15 * 1.2
auto_damage, steady_damage, raptor_damage, attack_damage = 1463, 1457, 1432, 1207