13 lines
487 B
Text
13 lines
487 B
Text
|
|
[gd_resource type="Resource" script_class="SupportCard" load_steps=3 format=3 uid="uid://d304v2sfewmp5"]
|
||
|
|
|
||
|
|
[ext_resource type="Script" path="res://tcg/card/support_card_effect_instance.gd" id="1_q82mb"]
|
||
|
|
[ext_resource type="Script" path="res://tcg/card/support_card.gd" id="2_yklgt"]
|
||
|
|
|
||
|
|
[resource]
|
||
|
|
script = ExtResource("2_yklgt")
|
||
|
|
type = "red"
|
||
|
|
priority = 0
|
||
|
|
effects = Array[ExtResource("1_q82mb")]([null])
|
||
|
|
name = "Force Scissor"
|
||
|
|
description = "Forcing enemy to pick Scissor during this turn."
|