13 lines
514 B
Text
13 lines
514 B
Text
|
|
[gd_resource type="Resource" script_class="SupportCard" load_steps=3 format=3 uid="uid://c3o6lxj0m6yod"]
|
||
|
|
|
||
|
|
[ext_resource type="Script" path="res://tcg/card/support_card_effect_instance.gd" id="1_y5oux"]
|
||
|
|
[ext_resource type="Script" path="res://tcg/card/support_card.gd" id="2_7m5wu"]
|
||
|
|
|
||
|
|
[resource]
|
||
|
|
script = ExtResource("2_7m5wu")
|
||
|
|
type = "red"
|
||
|
|
priority = 0
|
||
|
|
effects = Array[ExtResource("1_y5oux")]([null])
|
||
|
|
name = "Reviver"
|
||
|
|
description = "Revive 1 Monster of your choice from your graveyard, and move it into your hand."
|