Reworked weapons and projectiles

This commit is contained in:
2025-12-20 18:35:27 +03:00
parent 2ecc53416a
commit 8227e8bcf3
312 changed files with 2466 additions and 1376 deletions
+18
View File
@@ -0,0 +1,18 @@
@abstract
class_name AbstractDamage
extends Resource
@export_range(1, 250) var value: int = 1
@abstract
func shield_damage_multiplier() -> float
@abstract
func armor_damage_multiplier() -> float
@abstract
func hull_damage_multiplier() -> float