From 4873d821bb6cac89f67d96ed96b740b312c36784 Mon Sep 17 00:00:00 2001 From: don-tnowe <67479453+don-tnowe@users.noreply.github.com> Date: Wed, 16 Aug 2023 22:49:20 +0300 Subject: [PATCH] Auto-update example resources --- example/Random Upgrades/upgrades/elemental.tres | 3 ++- example/Random Upgrades/upgrades/health.tres | 3 ++- example/Random Upgrades/upgrades/up_aoe.tres | 3 ++- example/Random Upgrades/upgrades/up_magic.tres | 3 ++- example/Random Upgrades/upgrades/up_strength.tres | 3 ++- example/Random Upgrades/upgrades/weapon_axe.tres | 3 ++- example/Random Upgrades/upgrades/weapon_blizzard.tres | 3 ++- example/Random Upgrades/upgrades/weapon_chaos_blast.tres | 3 ++- example/Random Upgrades/upgrades/weapon_dagger.tres | 3 ++- example/Random Upgrades/upgrades/weapon_fireball.tres | 3 ++- example/Random Upgrades/upgrades/weapon_giga_sword.tres | 3 ++- example/Random Upgrades/upgrades/weapon_lightning.tres | 3 ++- example/Random Upgrades/upgrades/weapon_spear.tres | 3 ++- 13 files changed, 26 insertions(+), 13 deletions(-) diff --git a/example/Random Upgrades/upgrades/elemental.tres b/example/Random Upgrades/upgrades/elemental.tres index 4057254..80f2f5d 100644 --- a/example/Random Upgrades/upgrades/elemental.tres +++ b/example/Random Upgrades/upgrades/elemental.tres @@ -1,4 +1,4 @@ -[gd_resource type="Resource" load_steps=3 format=3 uid="uid://8m6y2o6tbmpn"] +[gd_resource type="Resource" script_class="UpgradeData" load_steps=3 format=3 uid="uid://8m6y2o6tbmpn"] [ext_resource type="Texture2D" uid="uid://butx3l1jdcgcc" path="res://example/Random Upgrades/icons/all_icons/all_icons_6.tres" id="1_utkae"] [ext_resource type="Script" path="res://example/Random Upgrades/upgrade_data.gd" id="2"] @@ -12,6 +12,7 @@ tags = Array[String](["elemental"]) type = 1 attributes = Array[int]([1]) icon = ExtResource("1_utkae") +prerequisites = Array[ExtResource("2")]([]) color2 = Color(0.964706, 0.298039, 0.298039, 1) base_weight = 10.0 is_notable = true diff --git a/example/Random Upgrades/upgrades/health.tres b/example/Random Upgrades/upgrades/health.tres index 258d427..ead5b29 100644 --- a/example/Random Upgrades/upgrades/health.tres +++ b/example/Random Upgrades/upgrades/health.tres @@ -1,4 +1,4 @@ -[gd_resource type="Resource" load_steps=3 format=3 uid="uid://dys7hpijn82t0"] +[gd_resource type="Resource" script_class="UpgradeData" load_steps=3 format=3 uid="uid://dys7hpijn82t0"] [ext_resource type="Texture2D" uid="uid://c3bx6kf7frbwk" path="res://example/Random Upgrades/icons/all_icons/all_icons_1.tres" id="1"] [ext_resource type="Script" path="res://example/Random Upgrades/upgrade_data.gd" id="2"] @@ -12,6 +12,7 @@ tags = Array[String](["health", "melee"]) type = 1 attributes = Array[int]([2]) icon = ExtResource("1") +prerequisites = Array[ExtResource("2")]([]) color2 = Color(0.129412, 1, 0.243137, 1) base_weight = 10.0 is_notable = true diff --git a/example/Random Upgrades/upgrades/up_aoe.tres b/example/Random Upgrades/upgrades/up_aoe.tres index 99d74c3..0a4a706 100644 --- a/example/Random Upgrades/upgrades/up_aoe.tres +++ b/example/Random Upgrades/upgrades/up_aoe.tres @@ -1,4 +1,4 @@ -[gd_resource type="Resource" load_steps=3 format=3 uid="uid://2y7extlq12d5"] +[gd_resource type="Resource" script_class="UpgradeData" load_steps=3 format=3 uid="uid://2y7extlq12d5"] [ext_resource type="Texture2D" uid="uid://butx3l1jdcgcc" path="res://example/Random Upgrades/icons/all_icons/all_icons_6.tres" id="1_prpsx"] [ext_resource type="Script" path="res://example/Random Upgrades/upgrade_data.gd" id="2"] @@ -12,6 +12,7 @@ tags = Array[String](["aoe"]) type = 1 attributes = Array[int]([3]) icon = ExtResource("1_prpsx") +prerequisites = Array[ExtResource("2")]([]) color2 = Color(0.964706, 0.298039, 0.298039, 1) base_weight = 10.0 is_notable = true diff --git a/example/Random Upgrades/upgrades/up_magic.tres b/example/Random Upgrades/upgrades/up_magic.tres index 275cd81..aabe734 100644 --- a/example/Random Upgrades/upgrades/up_magic.tres +++ b/example/Random Upgrades/upgrades/up_magic.tres @@ -1,4 +1,4 @@ -[gd_resource type="Resource" load_steps=3 format=3 uid="uid://ce2kulhm7amkp"] +[gd_resource type="Resource" script_class="UpgradeData" load_steps=3 format=3 uid="uid://ce2kulhm7amkp"] [ext_resource type="Texture2D" uid="uid://djjpa8lluue1g" path="res://example/Random Upgrades/icons/all_icons/all_icons_5.tres" id="1_we1lq"] [ext_resource type="Script" path="res://example/Random Upgrades/upgrade_data.gd" id="2"] @@ -12,6 +12,7 @@ tags = Array[String](["magic"]) type = 1 attributes = Array[int]([1]) icon = ExtResource("1_we1lq") +prerequisites = Array[ExtResource("2")]([]) color2 = Color(0.188235, 0.45098, 0.901961, 1) base_weight = 10.0 is_notable = false diff --git a/example/Random Upgrades/upgrades/up_strength.tres b/example/Random Upgrades/upgrades/up_strength.tres index c5aea4d..85c443c 100644 --- a/example/Random Upgrades/upgrades/up_strength.tres +++ b/example/Random Upgrades/upgrades/up_strength.tres @@ -1,4 +1,4 @@ -[gd_resource type="Resource" load_steps=3 format=3 uid="uid://c6hsg3j74vm56"] +[gd_resource type="Resource" script_class="UpgradeData" load_steps=3 format=3 uid="uid://c6hsg3j74vm56"] [ext_resource type="Texture2D" uid="uid://dfpwu4ra3fxgx" path="res://example/Random Upgrades/icons/all_icons/all_icons_2.tres" id="1"] [ext_resource type="Script" path="res://example/Random Upgrades/upgrade_data.gd" id="2"] @@ -12,6 +12,7 @@ tags = Array[String](["strength"]) type = 1 attributes = Array[int]([0]) icon = ExtResource("1") +prerequisites = Array[ExtResource("2")]([]) color2 = Color(0.980392, 0.584314, 0.203922, 1) base_weight = 10.0 is_notable = false diff --git a/example/Random Upgrades/upgrades/weapon_axe.tres b/example/Random Upgrades/upgrades/weapon_axe.tres index cb50632..6e1d225 100644 --- a/example/Random Upgrades/upgrades/weapon_axe.tres +++ b/example/Random Upgrades/upgrades/weapon_axe.tres @@ -1,4 +1,4 @@ -[gd_resource type="Resource" load_steps=3 format=3 uid="uid://b78jqcpgef2ud"] +[gd_resource type="Resource" script_class="UpgradeData" load_steps=3 format=3 uid="uid://b78jqcpgef2ud"] [ext_resource type="Texture2D" uid="uid://d38giyxvkhl6g" path="res://example/Random Upgrades/icons/all_icons/all_icons_3.tres" id="1"] [ext_resource type="Script" path="res://example/Random Upgrades/upgrade_data.gd" id="2"] @@ -12,6 +12,7 @@ tags = Array[String](["strength", "melee", "weapon"]) type = 0 attributes = Array[int]([0, 2]) icon = ExtResource("1") +prerequisites = Array[ExtResource("2")]([]) color2 = Color(0.980392, 0.584314, 0.203922, 1) base_weight = 10.0 is_notable = false diff --git a/example/Random Upgrades/upgrades/weapon_blizzard.tres b/example/Random Upgrades/upgrades/weapon_blizzard.tres index 0877348..7386128 100644 --- a/example/Random Upgrades/upgrades/weapon_blizzard.tres +++ b/example/Random Upgrades/upgrades/weapon_blizzard.tres @@ -1,4 +1,4 @@ -[gd_resource type="Resource" load_steps=3 format=3 uid="uid://djqq1lqaevth5"] +[gd_resource type="Resource" script_class="UpgradeData" load_steps=3 format=3 uid="uid://djqq1lqaevth5"] [ext_resource type="Texture2D" uid="uid://cluvoehgeqmcu" path="res://example/Random Upgrades/icons/all_icons/all_icons_4.tres" id="1_xleln"] [ext_resource type="Script" path="res://example/Random Upgrades/upgrade_data.gd" id="2"] @@ -12,6 +12,7 @@ tags = Array[String](["weapon", "magic", "elemental"]) type = 0 attributes = Array[int]([1, 2]) icon = ExtResource("1_xleln") +prerequisites = Array[ExtResource("2")]([]) color2 = Color(0.189457, 0.452246, 0.902344, 1) base_weight = 10.0 is_notable = false diff --git a/example/Random Upgrades/upgrades/weapon_chaos_blast.tres b/example/Random Upgrades/upgrades/weapon_chaos_blast.tres index 840ab6c..27b2b7c 100644 --- a/example/Random Upgrades/upgrades/weapon_chaos_blast.tres +++ b/example/Random Upgrades/upgrades/weapon_chaos_blast.tres @@ -1,4 +1,4 @@ -[gd_resource type="Resource" load_steps=4 format=3 uid="uid://60buw33oe30f"] +[gd_resource type="Resource" script_class="UpgradeData" load_steps=4 format=3 uid="uid://60buw33oe30f"] [ext_resource type="PackedScene" uid="uid://b4cix5ebtpdbf" path="res://example/Random Upgrades/new scene.tscn" id="2"] [ext_resource type="Texture2D" uid="uid://cluvoehgeqmcu" path="res://example/Random Upgrades/icons/all_icons/all_icons_4.tres" id="2_eyyv1"] @@ -14,6 +14,7 @@ type = 0 attributes = Array[int]([1, 1, 1, 3]) icon = ExtResource("2_eyyv1") custom_scene = ExtResource("2") +prerequisites = Array[ExtResource("3")]([]) color2 = Color(0.407843, 0.192157, 0.827451, 1) base_weight = 1.0 is_notable = true diff --git a/example/Random Upgrades/upgrades/weapon_dagger.tres b/example/Random Upgrades/upgrades/weapon_dagger.tres index 24e97ad..ac73406 100644 --- a/example/Random Upgrades/upgrades/weapon_dagger.tres +++ b/example/Random Upgrades/upgrades/weapon_dagger.tres @@ -1,4 +1,4 @@ -[gd_resource type="Resource" load_steps=3 format=3 uid="uid://cux4x0qopwiqk"] +[gd_resource type="Resource" script_class="UpgradeData" load_steps=3 format=3 uid="uid://cux4x0qopwiqk"] [ext_resource type="Texture2D" uid="uid://d38giyxvkhl6g" path="res://example/Random Upgrades/icons/all_icons/all_icons_3.tres" id="1"] [ext_resource type="Script" path="res://example/Random Upgrades/upgrade_data.gd" id="2"] @@ -12,6 +12,7 @@ tags = Array[String](["weapon", "strength", "projectile"]) type = 0 attributes = Array[int]([0, 3]) icon = ExtResource("1") +prerequisites = Array[ExtResource("2")]([]) color2 = Color(0.980392, 0.584314, 0.203922, 1) base_weight = 10.0 is_notable = false diff --git a/example/Random Upgrades/upgrades/weapon_fireball.tres b/example/Random Upgrades/upgrades/weapon_fireball.tres index e33ca8b..2dc4f1d 100644 --- a/example/Random Upgrades/upgrades/weapon_fireball.tres +++ b/example/Random Upgrades/upgrades/weapon_fireball.tres @@ -1,4 +1,4 @@ -[gd_resource type="Resource" load_steps=3 format=3 uid="uid://rjxr4qtfc6qd"] +[gd_resource type="Resource" script_class="UpgradeData" load_steps=3 format=3 uid="uid://rjxr4qtfc6qd"] [ext_resource type="Texture2D" uid="uid://cluvoehgeqmcu" path="res://example/Random Upgrades/icons/all_icons/all_icons_4.tres" id="1"] [ext_resource type="Script" path="res://example/Random Upgrades/upgrade_data.gd" id="2"] @@ -12,6 +12,7 @@ tags = Array[String](["weapon", "magic", "projectile", "elemental"]) type = 0 attributes = Array[int]([1, 2]) icon = ExtResource("1") +prerequisites = Array[ExtResource("2")]([]) color2 = Color(0.189457, 0.452246, 0.902344, 1) base_weight = 10.0 is_notable = false diff --git a/example/Random Upgrades/upgrades/weapon_giga_sword.tres b/example/Random Upgrades/upgrades/weapon_giga_sword.tres index a620b48..dd29518 100644 --- a/example/Random Upgrades/upgrades/weapon_giga_sword.tres +++ b/example/Random Upgrades/upgrades/weapon_giga_sword.tres @@ -1,4 +1,4 @@ -[gd_resource type="Resource" load_steps=4 format=3 uid="uid://c1mrcevxrm5kv"] +[gd_resource type="Resource" script_class="UpgradeData" load_steps=4 format=3 uid="uid://c1mrcevxrm5kv"] [ext_resource type="PackedScene" uid="uid://b4cix5ebtpdbf" path="res://example/Random Upgrades/new scene.tscn" id="2"] [ext_resource type="Texture2D" uid="uid://d38giyxvkhl6g" path="res://example/Random Upgrades/icons/all_icons/all_icons_3.tres" id="2_kfnh0"] @@ -14,6 +14,7 @@ type = 0 attributes = Array[int]([0, 0, 0, 2]) icon = ExtResource("2_kfnh0") custom_scene = ExtResource("2") +prerequisites = Array[ExtResource("3")]([]) color2 = Color(0.992157, 0.941176, 0.2, 1) base_weight = 1.0 is_notable = true diff --git a/example/Random Upgrades/upgrades/weapon_lightning.tres b/example/Random Upgrades/upgrades/weapon_lightning.tres index a4acdc4..909efcf 100644 --- a/example/Random Upgrades/upgrades/weapon_lightning.tres +++ b/example/Random Upgrades/upgrades/weapon_lightning.tres @@ -1,4 +1,4 @@ -[gd_resource type="Resource" load_steps=3 format=3 uid="uid://b0kdw067vtgvn"] +[gd_resource type="Resource" script_class="UpgradeData" load_steps=3 format=3 uid="uid://b0kdw067vtgvn"] [ext_resource type="Texture2D" uid="uid://cluvoehgeqmcu" path="res://example/Random Upgrades/icons/all_icons/all_icons_4.tres" id="1"] [ext_resource type="Script" path="res://example/Random Upgrades/upgrade_data.gd" id="2"] @@ -12,6 +12,7 @@ tags = Array[String](["weapon", "magic", "elemental"]) type = 0 attributes = Array[int]([1, 3]) icon = ExtResource("1") +prerequisites = Array[ExtResource("2")]([]) color2 = Color(0.189457, 0.452246, 0.902344, 1) base_weight = 10.0 is_notable = false diff --git a/example/Random Upgrades/upgrades/weapon_spear.tres b/example/Random Upgrades/upgrades/weapon_spear.tres index f8c4064..96e2943 100644 --- a/example/Random Upgrades/upgrades/weapon_spear.tres +++ b/example/Random Upgrades/upgrades/weapon_spear.tres @@ -1,4 +1,4 @@ -[gd_resource type="Resource" load_steps=3 format=3 uid="uid://xl0yx8uq6bfp"] +[gd_resource type="Resource" script_class="UpgradeData" load_steps=3 format=3 uid="uid://xl0yx8uq6bfp"] [ext_resource type="Texture2D" uid="uid://d38giyxvkhl6g" path="res://example/Random Upgrades/icons/all_icons/all_icons_3.tres" id="1"] [ext_resource type="Script" path="res://example/Random Upgrades/upgrade_data.gd" id="2"] @@ -12,6 +12,7 @@ tags = Array[String](["weapon", "strength", "melee"]) type = 0 attributes = Array[int]([0, 3]) icon = ExtResource("1") +prerequisites = Array[ExtResource("2")]([]) color2 = Color(0.980392, 0.584314, 0.203922, 1) base_weight = 10.0 is_notable = false