conforms file names to consistant standard
This commit is contained in:
12
resources/status_effects/cold.tres
Normal file
12
resources/status_effects/cold.tres
Normal file
@@ -0,0 +1,12 @@
|
||||
[gd_resource type="Resource" script_class="StatusStats" 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" uid="uid://bq6jp8bwub6je" path="res://scripts/resources/status_stats.gd" id="1_krmeh"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_krmeh")
|
||||
name = "Cold"
|
||||
max_stacks = 10
|
||||
duration = 2.0
|
||||
potency = 0.05
|
||||
icon = ExtResource("1_0gkew")
|
||||
9
resources/status_effects/frozen.tres
Normal file
9
resources/status_effects/frozen.tres
Normal file
@@ -0,0 +1,9 @@
|
||||
[gd_resource type="Resource" script_class="StatusStats" format=3 uid="uid://berwexb0x8ihh"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bq6jp8bwub6je" path="res://scripts/resources/status_stats.gd" id="1_pu408"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_pu408")
|
||||
name = "Frozen"
|
||||
max_stacks = 1
|
||||
duration = 4.0
|
||||
12
resources/status_effects/on_fire.tres
Normal file
12
resources/status_effects/on_fire.tres
Normal file
@@ -0,0 +1,12 @@
|
||||
[gd_resource type="Resource" script_class="StatusStats" format=3 uid="uid://dbanx8taicddm"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://c0h8yi1xe4ru5" path="res://assets/textures/on_fire_icon.png" id="1_ebohu"]
|
||||
[ext_resource type="Script" uid="uid://bq6jp8bwub6je" path="res://scripts/resources/status_stats.gd" id="1_ogrf4"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_ogrf4")
|
||||
name = "Burning"
|
||||
proc_cd = 1.0
|
||||
duration = 3.0
|
||||
potency = 2.0
|
||||
icon = ExtResource("1_ebohu")
|
||||
11
resources/status_effects/poisoned.tres
Normal file
11
resources/status_effects/poisoned.tres
Normal file
@@ -0,0 +1,11 @@
|
||||
[gd_resource type="Resource" script_class="StatusStats" 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" uid="uid://bq6jp8bwub6je" path="res://scripts/resources/status_stats.gd" id="1_e1nii"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_e1nii")
|
||||
name = "Poisoned"
|
||||
proc_cd = 0.5
|
||||
duration = 5.0
|
||||
icon = ExtResource("1_730i6")
|
||||
11
resources/status_effects/radioactive.tres
Normal file
11
resources/status_effects/radioactive.tres
Normal file
@@ -0,0 +1,11 @@
|
||||
[gd_resource type="Resource" script_class="StatusStats" 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" uid="uid://bq6jp8bwub6je" path="res://scripts/resources/status_stats.gd" id="1_eh52x"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_eh52x")
|
||||
name = "Radioactive"
|
||||
proc_cd = 5.0
|
||||
duration = 0.0
|
||||
icon = ExtResource("1_2vw1n")
|
||||
12
resources/status_effects/sticky.tres
Normal file
12
resources/status_effects/sticky.tres
Normal file
@@ -0,0 +1,12 @@
|
||||
[gd_resource type="Resource" script_class="StatusStats" format=3 uid="uid://d0643gfp52x3s"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bq6jp8bwub6je" path="res://scripts/resources/status_stats.gd" id="1_57gd1"]
|
||||
[ext_resource type="Texture2D" uid="uid://bpixdxdjnr5tw" path="res://assets/textures/glue_icon.png" id="1_b1meh"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_57gd1")
|
||||
name = "Sticky"
|
||||
max_stacks = 1
|
||||
duration = 5.0
|
||||
potency = 0.3
|
||||
icon = ExtResource("1_b1meh")
|
||||
Reference in New Issue
Block a user