6 lines
175 B
GDScript
6 lines
175 B
GDScript
class_name StatusDoT extends StatusEffect
|
|
|
|
|
|
func proc(affected: EnemyController, stacks: int, _existing_effects: Dictionary) -> void:
|
|
affected.damage(stats.potency * stacks)
|