feat: implement support cards
- insurance - absorb - tanker - lifesteal - sword mastery - invisibility - potion - all out attack
This commit is contained in:
parent
152ade51da
commit
fc70d205b3
15 changed files with 110 additions and 88 deletions
|
|
@ -1,12 +1,13 @@
|
|||
[gd_resource type="Resource" script_class="SupportCard" load_steps=3 format=3 uid="uid://be01tdq1fxlct"]
|
||||
[gd_resource type="Resource" script_class="SimpleSupportCard" load_steps=3 format=3 uid="uid://cc0ebl4g4ffyk"]
|
||||
|
||||
[ext_resource type="Script" path="res://tcg/card/support_card_effect_instance.gd" id="1_mhxdy"]
|
||||
[ext_resource type="Script" path="res://tcg/card/support_card.gd" id="2_x8k3o"]
|
||||
[ext_resource type="Script" path="res://tcg/card/implemented_support_card.gd" id="2_f6hay"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_x8k3o")
|
||||
script = ExtResource("2_f6hay")
|
||||
scope = "turn"
|
||||
magnitude = 0
|
||||
type = "red"
|
||||
priority = 0
|
||||
effects = Array[ExtResource("1_mhxdy")]([null])
|
||||
effects = Array[ExtResource("1_mhxdy")]([])
|
||||
name = "Absorb"
|
||||
description = "Enemy damage converted to heal your Active Monster Field HP during this turn."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue