## ## Player config ## MAX_PLAYER_HEALTH = 1000 # Maximum health MAX_STUNNED_ROUNDS = 10 # Max amount of rounds a player can be stunned ## ## Spells config ## CHANCE_HEAL_PARTLY = 25 # Percentage chance a player is healed with 5% of max health when using a defensive spell CHANCE_HEAL_FULLY = 5 # Percentage chance a player is fully healed when using a defensive spell ## ## Misc ## DEBUG_MODE = False # Enable or disable debug mode. Sets all spell chances to 100% when enabled