semi-idle-arpg/scripts/AbilityBase.gd
2024-10-20 16:44:08 -06:00

10 lines
252 B
GDScript

# base ability class containing the main definitions
class_name AbilityBase
extends TextureRect
@export var attack_range := 0
@export var damage_type := Globals.Ability.PDamageType.SLICE
@export var attack_damage := 200
@export var auto_speed := 1.0