fixed the parity between air and land enemies. +added a lot of new cards

This commit is contained in:
2023-11-11 19:03:01 +11:00
parent afc0a19b36
commit b0f8a37f60
99 changed files with 1795 additions and 188 deletions

View File

@ -0,0 +1,13 @@
[gd_resource type="Resource" script_class="StatusStats" load_steps=3 format=3 uid="uid://fed6kimfbcwv"]
[ext_resource type="Texture2D" uid="uid://vmcidp1sk5ns" path="res://Assets/Textures/cold.png" id="1_0gkew"]
[ext_resource type="Script" path="res://Scripts/Resources/status_stats.gd" id="1_krmeh"]
[resource]
script = ExtResource("1_krmeh")
name = "Cold"
max_stacks = 10
proc_cd = 0.0
duration = 2.0
potency = 0.05
icon = ExtResource("1_0gkew")

View File

@ -0,0 +1,11 @@
[gd_resource type="Resource" script_class="StatusStats" load_steps=2 format=3 uid="uid://berwexb0x8ihh"]
[ext_resource type="Script" path="res://Scripts/Resources/status_stats.gd" id="1_pu408"]
[resource]
script = ExtResource("1_pu408")
name = "Frozen"
max_stacks = 1
proc_cd = 0.0
duration = 4.0
potency = 1.0

View File

@ -5,8 +5,9 @@
[resource]
script = ExtResource("1_ogrf4")
name = "Burning"
unique = false
proc_frequency = 1.0
proc_cd = 1.0
duration = 3.0
potency = 2.0
icon = ExtResource("1_ebohu")

View File

@ -0,0 +1,13 @@
[gd_resource type="Resource" script_class="StatusStats" load_steps=3 format=3 uid="uid://cbskijhnnj3kw"]
[ext_resource type="Texture2D" uid="uid://cqah4a2pp40jt" path="res://Assets/Textures/poison.png" id="1_730i6"]
[ext_resource type="Script" path="res://Scripts/Resources/status_stats.gd" id="1_e1nii"]
[resource]
script = ExtResource("1_e1nii")
name = "Poisoned"
max_stacks = 0
proc_cd = 0.5
duration = 5.0
potency = 1.0
icon = ExtResource("1_730i6")

View File

@ -0,0 +1,13 @@
[gd_resource type="Resource" script_class="StatusStats" load_steps=3 format=3 uid="uid://dxlisoas4xlmo"]
[ext_resource type="Texture2D" uid="uid://bvc4b3v0wke84" path="res://Assets/Textures/radioactive.png" id="1_2vw1n"]
[ext_resource type="Script" path="res://Scripts/Resources/status_stats.gd" id="1_eh52x"]
[resource]
script = ExtResource("1_eh52x")
name = "Radioactive"
max_stacks = 0
proc_cd = 3.0
duration = 0.0
potency = 1.0
icon = ExtResource("1_2vw1n")

View File

@ -5,8 +5,9 @@
[resource]
script = ExtResource("1_57gd1")
unique = true
proc_frequency = 0.0
name = "Sticky"
max_stacks = 1
proc_cd = 0.0
duration = 5.0
potency = 0.3
icon = ExtResource("1_b1meh")