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,8 +1,8 @@
|
|||
[gd_resource type="Resource" script_class="SupportCard" load_steps=5 format=3 uid="uid://2xeb6keaoabo"]
|
||||
[gd_resource type="Resource" script_class="SimpleSupportCard" load_steps=5 format=3 uid="uid://2xeb6keaoabo"]
|
||||
|
||||
[ext_resource type="Script" path="res://tcg/card/support_card_effect_instance.gd" id="1_y6yvj"]
|
||||
[ext_resource type="Resource" uid="uid://bs4i85slalkgd" path="res://data/support_effects/sword_mastery.tres" id="2_omhdb"]
|
||||
[ext_resource type="Script" path="res://tcg/card/support_card.gd" id="2_vp8a3"]
|
||||
[ext_resource type="Script" path="res://tcg/card/implemented_support_card.gd" id="3_37rh4"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_wwv02"]
|
||||
script = ExtResource("1_y6yvj")
|
||||
|
|
@ -10,9 +10,10 @@ magnitude = 20
|
|||
effect = ExtResource("2_omhdb")
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_vp8a3")
|
||||
script = ExtResource("3_37rh4")
|
||||
scope = "monster"
|
||||
magnitude = 20
|
||||
type = "green"
|
||||
priority = 0
|
||||
effects = Array[ExtResource("1_y6yvj")]([SubResource("Resource_wwv02")])
|
||||
name = "Sword Mastery"
|
||||
description = "Permanently add 20 damage for all Rock Paper Scissor to 1 Active Monster."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue