diff --git a/example/Random Upgrades/upgrades/elemental.tres b/example/Random Upgrades/upgrades/elemental.tres index caa5b19..d98ac8d 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://df0gymb6kab1q"] +[gd_resource type="Resource" 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"] @@ -10,11 +10,11 @@ color1 = Color(1, 1, 1, 1) max_duplicates = 9 tags = ["elemental"] type = 1 -attributes = [ 1 ] +attributes = [1] icon = ExtResource("1_utkae") color2 = Color(0.964706, 0.298039, 0.298039, 1) base_weight = 10.0 -is_notable = false +is_notable = true multiplier_per_tag = "" multiplier_if_tag_present = "" multiplier_if_tag_not_present = "elemental 0" diff --git a/example/Random Upgrades/upgrades/health.tres b/example/Random Upgrades/upgrades/health.tres index f5867b0..d2a81fd 100644 --- a/example/Random Upgrades/upgrades/health.tres +++ b/example/Random Upgrades/upgrades/health.tres @@ -14,7 +14,7 @@ attributes = [2] icon = ExtResource("1") color2 = Color(0.129412, 1, 0.243137, 1) base_weight = 10.0 -is_notable = false +is_notable = true multiplier_per_tag = "strength 1.5 melee 2.0" multiplier_if_tag_present = "" multiplier_if_tag_not_present = "" diff --git a/example/Random Upgrades/upgrades/mastery_magic.tres b/example/Random Upgrades/upgrades/mastery_magic.tres index 7e8e156..a06dd11 100644 --- a/example/Random Upgrades/upgrades/mastery_magic.tres +++ b/example/Random Upgrades/upgrades/mastery_magic.tres @@ -1,4 +1,4 @@ -[gd_resource type="Resource" load_steps=3 format=3 uid="uid://dmrklxbnskel8"] +[gd_resource type="Resource" load_steps=3 format=3 uid="uid://2totlbwc40e8"] [ext_resource type="Texture2D" uid="uid://djjpa8lluue1g" path="res://example/Random Upgrades/icons/all_icons/all_icons_5.tres" id="1_ardng"] [ext_resource type="Script" path="res://example/Random Upgrades/upgrade_data.gd" id="2"] diff --git a/example/Random Upgrades/upgrades/up_aoe.tres b/example/Random Upgrades/upgrades/up_aoe.tres index 3eae8d9..4bbb06f 100644 --- a/example/Random Upgrades/upgrades/up_aoe.tres +++ b/example/Random Upgrades/upgrades/up_aoe.tres @@ -14,7 +14,7 @@ attributes = [3] icon = ExtResource("1_prpsx") color2 = Color(0.964706, 0.298039, 0.298039, 1) base_weight = 10.0 -is_notable = false +is_notable = true multiplier_per_tag = "" multiplier_if_tag_present = "" multiplier_if_tag_not_present = "aoe 0" diff --git a/example/Random Upgrades/upgrades/up_strength.tres b/example/Random Upgrades/upgrades/up_strength.tres index 8b4d17b..c1fe286 100644 --- a/example/Random Upgrades/upgrades/up_strength.tres +++ b/example/Random Upgrades/upgrades/up_strength.tres @@ -10,7 +10,7 @@ color1 = Color(1, 1, 1, 1) max_duplicates = 9 tags = ["strength"] type = 1 -attributes = [ 0 ] +attributes = [0] icon = ExtResource("1") color2 = Color(0.980392, 0.584314, 0.203922, 1) base_weight = 10.0 diff --git a/example/Random Upgrades/upgrades/weapon_blizzard.tres b/example/Random Upgrades/upgrades/weapon_blizzard.tres index e695389..8c29b20 100644 --- a/example/Random Upgrades/upgrades/weapon_blizzard.tres +++ b/example/Random Upgrades/upgrades/weapon_blizzard.tres @@ -10,7 +10,7 @@ color1 = Color(0.635294, 0.760784, 1, 1) max_duplicates = 1 tags = ["weapon", "magic", "elemental"] type = 0 -attributes = [ 1, 2 ] +attributes = [1, 2] icon = ExtResource("1_xleln") color2 = Color(0.189457, 0.452246, 0.902344, 1) base_weight = 10.0 diff --git a/example/Random Upgrades/upgrades/weapon_chaos_blast.tres b/example/Random Upgrades/upgrades/weapon_chaos_blast.tres index 8d2aa38..8eacabe 100644 --- a/example/Random Upgrades/upgrades/weapon_chaos_blast.tres +++ b/example/Random Upgrades/upgrades/weapon_chaos_blast.tres @@ -11,7 +11,7 @@ color1 = Color(0.635294, 0.760784, 1, 1) max_duplicates = 1 tags = ["weapon", "magic", "projectile", "legendary"] type = 0 -attributes = [ 1, 1, 1, 3 ] +attributes = [1, 1, 1, 3] icon = ExtResource("2_eyyv1") custom_scene = ExtResource("2") color2 = Color(0.407843, 0.192157, 0.827451, 1) diff --git a/example/Random Upgrades/upgrades/weapon_dagger.tres b/example/Random Upgrades/upgrades/weapon_dagger.tres index 11c276c..9a96698 100644 --- a/example/Random Upgrades/upgrades/weapon_dagger.tres +++ b/example/Random Upgrades/upgrades/weapon_dagger.tres @@ -10,7 +10,7 @@ color1 = Color(0.635294, 0.760784, 1, 1) max_duplicates = 1 tags = ["weapon", "strength", "projectile"] type = 0 -attributes = [ 0, 3 ] +attributes = [0, 3] icon = ExtResource("1") color2 = Color(0.980392, 0.584314, 0.203922, 1) base_weight = 10.0 diff --git a/example/Random Upgrades/upgrades/weapon_fireball.tres b/example/Random Upgrades/upgrades/weapon_fireball.tres index 7e08e00..4eb0d66 100644 --- a/example/Random Upgrades/upgrades/weapon_fireball.tres +++ b/example/Random Upgrades/upgrades/weapon_fireball.tres @@ -10,7 +10,7 @@ color1 = Color(0.635294, 0.760784, 1, 1) max_duplicates = 1 tags = ["weapon", "magic", "projectile", "elemental"] type = 0 -attributes = [ 1, 2 ] +attributes = [1, 2] icon = ExtResource("1") color2 = Color(0.189457, 0.452246, 0.902344, 1) base_weight = 10.0 diff --git a/example/Random Upgrades/upgrades/weapon_giga_sword.tres b/example/Random Upgrades/upgrades/weapon_giga_sword.tres index ce0f9cc..59e2fc6 100644 --- a/example/Random Upgrades/upgrades/weapon_giga_sword.tres +++ b/example/Random Upgrades/upgrades/weapon_giga_sword.tres @@ -11,7 +11,7 @@ color1 = Color(0.635294, 0.760784, 1, 1) max_duplicates = 1 tags = ["weapon", "strength", "melee", "legendary"] type = 0 -attributes = [ 0, 0, 0, 2 ] +attributes = [0, 0, 0, 2] icon = ExtResource("2_kfnh0") custom_scene = ExtResource("2") color2 = Color(0.992157, 0.941176, 0.2, 1) diff --git a/example/Random Upgrades/upgrades/weapon_lightning.tres b/example/Random Upgrades/upgrades/weapon_lightning.tres index 5e06a8a..1587dfe 100644 --- a/example/Random Upgrades/upgrades/weapon_lightning.tres +++ b/example/Random Upgrades/upgrades/weapon_lightning.tres @@ -10,7 +10,7 @@ color1 = Color(0.635294, 0.760784, 1, 1) max_duplicates = 1 tags = ["weapon", "magic", "elemental"] type = 0 -attributes = [ 1, 3 ] +attributes = [1, 3] icon = ExtResource("1") color2 = Color(0.189457, 0.452246, 0.902344, 1) base_weight = 10.0 diff --git a/example/Random Upgrades/upgrades/weapon_spear.tres b/example/Random Upgrades/upgrades/weapon_spear.tres index 3f99bea..1b19651 100644 --- a/example/Random Upgrades/upgrades/weapon_spear.tres +++ b/example/Random Upgrades/upgrades/weapon_spear.tres @@ -10,7 +10,7 @@ color1 = Color(0.635294, 0.760784, 1, 1) max_duplicates = 1 tags = ["weapon", "strength", "melee"] type = 0 -attributes = [ 0, 3 ] +attributes = [0, 3] icon = ExtResource("1") color2 = Color(0.980392, 0.584314, 0.203922, 1) base_weight = 10.0