feat: add card images
This commit is contained in:
parent
0d261242b3
commit
7b6be434a8
61 changed files with 819 additions and 37 deletions
|
|
@ -1,7 +1,8 @@
|
|||
[gd_resource type="Resource" script_class="ImplementedSupportCard" load_steps=3 format=3 uid="uid://be01tdq1fxlct"]
|
||||
[gd_resource type="Resource" script_class="ImplementedSupportCard" load_steps=4 format=3 uid="uid://be01tdq1fxlct"]
|
||||
|
||||
[ext_resource type="Script" path="res://tcg/card/support_card_effect_instance.gd" id="1_mhxdy"]
|
||||
[ext_resource type="Script" path="res://tcg/card/implemented_support_card.gd" id="2_f6hay"]
|
||||
[ext_resource type="Texture2D" uid="uid://cv5hjphfixv3o" path="res://assets/support/absorb.png" id="2_i2lgf"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_f6hay")
|
||||
|
|
@ -10,3 +11,4 @@ type = "red"
|
|||
effects = Array[ExtResource("1_mhxdy")]([])
|
||||
name = "Absorb"
|
||||
description = "Enemy damage converted to heal your Active Monster Field HP during this turn."
|
||||
icon = ExtResource("2_i2lgf")
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
[gd_resource type="Resource" script_class="ImplementedSupportCard" load_steps=3 format=3 uid="uid://dgxcvdo6x6kst"]
|
||||
[gd_resource type="Resource" script_class="ImplementedSupportCard" load_steps=4 format=3 uid="uid://dgxcvdo6x6kst"]
|
||||
|
||||
[ext_resource type="Script" path="res://tcg/card/support_card_effect_instance.gd" id="1_fd50n"]
|
||||
[ext_resource type="Script" path="res://tcg/card/implemented_support_card.gd" id="2_61mgn"]
|
||||
[ext_resource type="Texture2D" uid="uid://bpmr8pa8cq3w0" path="res://assets/support/all out attack.png" id="2_a1iip"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_61mgn")
|
||||
|
|
@ -10,3 +11,4 @@ type = "green"
|
|||
effects = Array[ExtResource("1_fd50n")]([null])
|
||||
name = "All-Out Attack"
|
||||
description = "Combine all Rock Paper Scissor during this turn, and got additional damage from the lowest Rock Paper Scissor you got."
|
||||
icon = ExtResource("2_a1iip")
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
[gd_resource type="Resource" script_class="ImplementedSupportCard" load_steps=3 format=3 uid="uid://c0grh1y65e0f3"]
|
||||
[gd_resource type="Resource" script_class="ImplementedSupportCard" load_steps=4 format=3 uid="uid://c0grh1y65e0f3"]
|
||||
|
||||
[ext_resource type="Script" path="res://tcg/card/support_card_effect_instance.gd" id="1_pkc1x"]
|
||||
[ext_resource type="Script" path="res://tcg/card/implemented_support_card.gd" id="2_iq88n"]
|
||||
[ext_resource type="Texture2D" uid="uid://cd1mxacc3gfcy" path="res://assets/support/energy booster.png" id="2_lxctl"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_iq88n")
|
||||
|
|
@ -10,3 +11,4 @@ type = "green"
|
|||
effects = Array[ExtResource("1_pkc1x")]([null])
|
||||
name = "Energy Booster"
|
||||
description = "Add 1 additional Energy."
|
||||
icon = ExtResource("2_lxctl")
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
[gd_resource type="Resource" script_class="ImplementedSupportCard" load_steps=3 format=3 uid="uid://dfocg5yfh22e8"]
|
||||
[gd_resource type="Resource" script_class="ImplementedSupportCard" load_steps=4 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"]
|
||||
[ext_resource type="Texture2D" uid="uid://bwo6dfe1kpxhe" path="res://assets/support/insurance.png" id="2_f7jjv"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_3ixor")
|
||||
|
|
@ -10,3 +11,4 @@ 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."
|
||||
icon = ExtResource("2_f7jjv")
|
||||
|
|
|
|||
|
|
@ -1,13 +1,14 @@
|
|||
[gd_resource type="Resource" script_class="SimpleSupportCard" load_steps=3 format=3 uid="uid://by4yg81uqti3u"]
|
||||
[gd_resource type="Resource" script_class="ImplementedSupportCard" load_steps=4 format=3 uid="uid://by4yg81uqti3u"]
|
||||
|
||||
[ext_resource type="Script" path="res://tcg/card/support_card_effect_instance.gd" id="1_5tnpm"]
|
||||
[ext_resource type="Script" path="res://tcg/card/implemented_support_card.gd" id="2_6c2xo"]
|
||||
[ext_resource type="Texture2D" uid="uid://b8hkgi1r8wpri" path="res://assets/support/Invisibility.png" id="2_6occh"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_6c2xo")
|
||||
scope = "turn"
|
||||
magnitude = 0
|
||||
type = "green"
|
||||
effects = Array[ExtResource("1_5tnpm")]([null])
|
||||
name = "Invisibility"
|
||||
description = "Ignore any damage to your monster in this turn."
|
||||
icon = ExtResource("2_6occh")
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
[gd_resource type="Resource" script_class="ImplementedSupportCard" load_steps=3 format=3 uid="uid://bcrlaam8uq6xt"]
|
||||
[gd_resource type="Resource" script_class="ImplementedSupportCard" load_steps=4 format=3 uid="uid://bcrlaam8uq6xt"]
|
||||
|
||||
[ext_resource type="Script" path="res://tcg/card/support_card_effect_instance.gd" id="1_b33y4"]
|
||||
[ext_resource type="Texture2D" uid="uid://bni2wr2vrg0fe" path="res://assets/support/lifesteal.png" id="2_arrkb"]
|
||||
[ext_resource type="Script" path="res://tcg/card/implemented_support_card.gd" id="2_khaf1"]
|
||||
|
||||
[resource]
|
||||
|
|
@ -10,3 +11,4 @@ type = "green"
|
|||
effects = Array[ExtResource("1_b33y4")]([null])
|
||||
name = "Lifesteal"
|
||||
description = "During this turn your attack also heals your HP."
|
||||
icon = ExtResource("2_arrkb")
|
||||
|
|
|
|||
|
|
@ -1,8 +1,9 @@
|
|||
[gd_resource type="Resource" script_class="ImplementedSupportCard" load_steps=5 format=3 uid="uid://4eod3m0vc5a8"]
|
||||
[gd_resource type="Resource" script_class="ImplementedSupportCard" load_steps=6 format=3 uid="uid://4eod3m0vc5a8"]
|
||||
|
||||
[ext_resource type="Script" path="res://tcg/card/support_card_effect_instance.gd" id="1_ujm0o"]
|
||||
[ext_resource type="Resource" uid="uid://cvu0rtt5nggf" path="res://data/support_effects/heal.tres" id="2_k1cnl"]
|
||||
[ext_resource type="Script" path="res://tcg/card/implemented_support_card.gd" id="3_at5nt"]
|
||||
[ext_resource type="Texture2D" uid="uid://48hblv72emyr" path="res://assets/support/potion.png" id="3_hk8kx"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_88lmk"]
|
||||
script = ExtResource("1_ujm0o")
|
||||
|
|
@ -16,3 +17,4 @@ type = "green"
|
|||
effects = Array[ExtResource("1_ujm0o")]([SubResource("Resource_88lmk")])
|
||||
name = "Potion"
|
||||
description = "Heal 30 HP"
|
||||
icon = ExtResource("3_hk8kx")
|
||||
|
|
|
|||
|
|
@ -1,13 +1,14 @@
|
|||
[gd_resource type="Resource" script_class="SimpleSupportCard" load_steps=3 format=3 uid="uid://c1gsrru1wa6ao"]
|
||||
[gd_resource type="Resource" script_class="ImplementedSupportCard" load_steps=4 format=3 uid="uid://c1gsrru1wa6ao"]
|
||||
|
||||
[ext_resource type="Script" path="res://tcg/card/support_card_effect_instance.gd" id="1_mk2or"]
|
||||
[ext_resource type="Script" path="res://tcg/card/implemented_support_card.gd" id="2_igbok"]
|
||||
[ext_resource type="Texture2D" uid="uid://b3uq5b2x2oacn" path="res://assets/support/reflection.png" id="2_jrr8g"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_igbok")
|
||||
scope = "turn"
|
||||
magnitude = 0
|
||||
type = "red"
|
||||
effects = Array[ExtResource("1_mk2or")]([null])
|
||||
name = "Reflection"
|
||||
description = "Enemy got the same amount of damage as our monster in this turn."
|
||||
icon = ExtResource("2_jrr8g")
|
||||
|
|
|
|||
|
|
@ -1,8 +1,9 @@
|
|||
[gd_resource type="Resource" script_class="ImplementedSupportCard" load_steps=5 format=3 uid="uid://2xeb6keaoabo"]
|
||||
[gd_resource type="Resource" script_class="ImplementedSupportCard" load_steps=6 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/implemented_support_card.gd" id="3_37rh4"]
|
||||
[ext_resource type="Texture2D" uid="uid://ha5p3vpqn5jv" path="res://assets/support/sword mastery.png" id="3_rrvpt"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_wwv02"]
|
||||
script = ExtResource("1_y6yvj")
|
||||
|
|
@ -16,3 +17,4 @@ type = "green"
|
|||
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."
|
||||
icon = ExtResource("3_rrvpt")
|
||||
|
|
|
|||
|
|
@ -1,13 +1,14 @@
|
|||
[gd_resource type="Resource" script_class="SimpleSupportCard" load_steps=3 format=3 uid="uid://dsmrqyxt8mdp5"]
|
||||
[gd_resource type="Resource" script_class="ImplementedSupportCard" load_steps=4 format=3 uid="uid://dsmrqyxt8mdp5"]
|
||||
|
||||
[ext_resource type="Script" path="res://tcg/card/support_card_effect_instance.gd" id="1_1fvcb"]
|
||||
[ext_resource type="Script" path="res://tcg/card/implemented_support_card.gd" id="2_d0adk"]
|
||||
[ext_resource type="Texture2D" uid="uid://hiswkj2stt4l" path="res://assets/support/tanker.png" id="2_hqv06"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_d0adk")
|
||||
scope = "turn"
|
||||
magnitude = 0
|
||||
type = "red"
|
||||
effects = Array[ExtResource("1_1fvcb")]([null])
|
||||
name = "Tanker"
|
||||
description = "Add your HP with your selected (Rock Paper Scissor) during this turn, and reduce to max HP if current HP higher than max HP."
|
||||
icon = ExtResource("2_hqv06")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue