Basic animations for base drone model

This commit is contained in:
2026-02-23 19:35:37 +01:00
parent 969c004153
commit 7200be2e07
64 changed files with 1863 additions and 65 deletions

View File

@@ -0,0 +1,18 @@
@abstract
extends Machine
class_name Suit
@export_category("Overclock")
@export_range(1,5,0.01) var overclock_fuel_mult : float
@export var overclock_damage_mult : float
@export var overclock_speed_mult : float
@export var overclock_vulnerability_mult : float
func _ready() -> void:
add_on_slots = 2
for a in MachineGlobals.suit_body_slots :
machine_upgrades.set(a,null)
func class_ability() -> float:
#enter overclocked mode
return 0