tcg/data/cards/support/potion.tres

21 lines
877 B
Text
Raw Permalink Normal View History

2025-01-26 11:30:35 +07:00
[gd_resource type="Resource" script_class="ImplementedSupportCard" load_steps=6 format=3 uid="uid://4eod3m0vc5a8"]
2025-01-25 18:40:14 +07:00
[ext_resource type="Script" path="res://tcg/card/support_card_effect_instance.gd" id="1_ujm0o"]
[ext_resource type="Resource" uid="uid://cvu0rtt5nggf" path="res://data/support_effects/heal.tres" id="2_k1cnl"]
[ext_resource type="Script" path="res://tcg/card/implemented_support_card.gd" id="3_at5nt"]
2025-01-26 11:30:35 +07:00
[ext_resource type="Texture2D" uid="uid://48hblv72emyr" path="res://assets/support/potion.png" id="3_hk8kx"]
2025-01-25 18:40:14 +07:00
[sub_resource type="Resource" id="Resource_88lmk"]
script = ExtResource("1_ujm0o")
magnitude = 30
effect = ExtResource("2_k1cnl")
[resource]
script = ExtResource("3_at5nt")
scope = "turn"
2025-01-25 18:40:14 +07:00
type = "green"
effects = Array[ExtResource("1_ujm0o")]([SubResource("Resource_88lmk")])
name = "Potion"
description = "Heal 30 HP"
2025-01-26 11:30:35 +07:00
icon = ExtResource("3_hk8kx")