2025-01-26 05:00:37 +07:00
|
|
|
[gd_resource type="Resource" script_class="SimpleSupportCard" load_steps=3 format=3 uid="uid://cc0ebl4g4ffyk"]
|
2025-01-26 02:50:21 +07:00
|
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://tcg/card/support_card_effect_instance.gd" id="1_mhxdy"]
|
2025-01-26 05:00:37 +07:00
|
|
|
[ext_resource type="Script" path="res://tcg/card/implemented_support_card.gd" id="2_f6hay"]
|
2025-01-26 02:50:21 +07:00
|
|
|
|
|
|
|
|
[resource]
|
2025-01-26 05:00:37 +07:00
|
|
|
script = ExtResource("2_f6hay")
|
|
|
|
|
scope = "turn"
|
|
|
|
|
magnitude = 0
|
2025-01-26 02:50:21 +07:00
|
|
|
type = "red"
|
2025-01-26 05:00:37 +07:00
|
|
|
effects = Array[ExtResource("1_mhxdy")]([])
|
2025-01-26 02:50:21 +07:00
|
|
|
name = "Absorb"
|
|
|
|
|
description = "Enemy damage converted to heal your Active Monster Field HP during this turn."
|