wip Components/Customizable

This commit is contained in:
Strieglitz
2025-02-17 23:40:58 +01:00
parent 652d1bf757
commit 5c88f4ed48
23 changed files with 202 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
extends Resource
class_name Effect
func apply_effect (character: Character)-> void:
assert(false)

View File

@@ -0,0 +1,4 @@
extends Effect
func apply_effect (character: Character)-> void:
character.stats.health.value = character.stats.max_health.value