Basic animations for base drone model
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
@abstract
|
||||
extends Machine
|
||||
class_name Mech
|
||||
|
||||
@export_category("Perry")
|
||||
@export var perry_cooldown : float
|
||||
@export var perry_damage_reduction : float
|
||||
|
||||
func _ready() -> void:
|
||||
add_on_slots = 3
|
||||
for a in MachineGlobals.mech_body_slots :
|
||||
machine_upgrades.set(a,null)
|
||||
|
||||
func class_ability() -> float:
|
||||
#do perry
|
||||
return perry_cooldown
|
||||
Reference in New Issue
Block a user