created abstract scripts for machine, drone, suit and mech

This commit is contained in:
2026-02-23 15:40:52 +01:00
parent 13dbb551c8
commit 969c004153
31 changed files with 316 additions and 41 deletions

View File

@@ -0,0 +1,17 @@
@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 = 1
for a in MachineGlobals.mech_body_slots :
machine_upgrades.set(a,null)
func class_ability() -> float:
#do perry
return perry_cooldown