- insurance - absorb - tanker - lifesteal - sword mastery - invisibility - potion - all out attack
13 lines
544 B
Text
13 lines
544 B
Text
[gd_resource type="Resource" script_class="SimpleSupportCard" load_steps=3 format=3 uid="uid://dfocg5yfh22e8"]
|
|
|
|
[ext_resource type="Script" path="res://tcg/card/support_card_effect_instance.gd" id="1_gtyqr"]
|
|
[ext_resource type="Script" path="res://tcg/card/implemented_support_card.gd" id="2_3ixor"]
|
|
|
|
[resource]
|
|
script = ExtResource("2_3ixor")
|
|
scope = "turn"
|
|
magnitude = 10
|
|
type = "red"
|
|
effects = Array[ExtResource("1_gtyqr")]([null])
|
|
name = "Insurance"
|
|
description = "If your monster supposed to be dead in this turn, keep it alive at 10 HP."
|