semi-idle-arpg/scripts/AbilityBase.gd

10 lines
252 B
GDScript3
Raw Normal View History

# base ability class containing the main definitions
class_name AbilityBase
extends TextureRect
@export var attack_range := 0
2024-10-20 16:44:08 -06:00
@export var damage_type := Globals.Ability.PDamageType.SLICE
@export var attack_damage := 200
@export var auto_speed := 1.0