slayer_in_the_shadows.sprites.attacks#

Character Attacks

Module Contents#

Classes#

AttackSpec

Attack spec

Attributes#

class slayer_in_the_shadows.sprites.attacks.AttackSpec[source]#

Attack spec

name: str[source]#
damage: float[source]#
atk_type: str[source]#
charge_time: float[source]#
cooldown: float[source]#
slayer_in_the_shadows.sprites.attacks.quick_attack[source]#
slayer_in_the_shadows.sprites.attacks.charge_attack[source]#
slayer_in_the_shadows.sprites.attacks.stealth_attack[source]#
slayer_in_the_shadows.sprites.attacks.throw_knife_attack[source]#
slayer_in_the_shadows.sprites.attacks.enemy_default_attack[source]#
slayer_in_the_shadows.sprites.attacks.player_attacks[source]#
slayer_in_the_shadows.sprites.attacks.default_enemy_attacks[source]#