Auto-update format

This commit is contained in:
don-tnowe 2023-04-15 20:50:52 +03:00
parent 2638af6263
commit 95233c7303
16 changed files with 30 additions and 34 deletions

View File

@ -8,9 +8,9 @@ resource_name = "Upgrade: Elemental Damage"
script = ExtResource("2")
color1 = Color(1, 1, 1, 1)
max_duplicates = 9
tags = ["elemental"]
tags = Array[String](["elemental"])
type = 1
attributes = [1]
attributes = Array[int]([1])
icon = ExtResource("1_utkae")
color2 = Color(0.964706, 0.298039, 0.298039, 1)
base_weight = 10.0

View File

@ -8,9 +8,9 @@ resource_name = "Upgrade: Health"
script = ExtResource("2")
color1 = Color(1, 1, 1, 1)
max_duplicates = 9
tags = ["health", "melee"]
tags = Array[String](["health", "melee"])
type = 1
attributes = [2]
attributes = Array[int]([2])
icon = ExtResource("1")
color2 = Color(0.129412, 1, 0.243137, 1)
base_weight = 10.0

View File

@ -8,9 +8,9 @@ resource_name = "Mastery: Magic"
script = ExtResource("2")
color1 = Color(1, 0.847059, 0.160784, 1)
max_duplicates = 9
tags = ["magic", "mastery"]
tags = Array[String](["magic", "mastery"])
type = 2
attributes = [1, 1, 4]
attributes = Array[int]([1, 1, 4])
icon = ExtResource("1_ardng")
color2 = Color(0.407843, 0.192157, 0.827451, 1)
base_weight = 1.0

View File

@ -8,9 +8,9 @@ resource_name = "Mastery: Strength"
script = ExtResource("2")
color1 = Color(1, 0.847059, 0.160784, 1)
max_duplicates = 9
tags = ["strength", "mastery"]
tags = Array[String](["strength", "mastery"])
type = 2
attributes = [0, 0, 4]
attributes = Array[int]([0, 0, 4])
icon = ExtResource("1_442ey")
color2 = Color(0.992157, 0.941176, 0.2, 1)
base_weight = 1.0

View File

@ -8,9 +8,9 @@ resource_name = "Upgrade: Area of Effect"
script = ExtResource("2")
color1 = Color(1, 1, 1, 1)
max_duplicates = 4
tags = ["aoe"]
tags = Array[String](["aoe"])
type = 1
attributes = [3]
attributes = Array[int]([3])
icon = ExtResource("1_prpsx")
color2 = Color(0.964706, 0.298039, 0.298039, 1)
base_weight = 10.0

View File

@ -8,9 +8,9 @@ resource_name = "Upgrade: Magic"
script = ExtResource("2")
color1 = Color(1, 1, 1, 1)
max_duplicates = 9
tags = ["magic"]
tags = Array[String](["magic"])
type = 1
attributes = [1]
attributes = Array[int]([1])
icon = ExtResource("1_we1lq")
color2 = Color(0.188235, 0.45098, 0.901961, 1)
base_weight = 10.0

View File

@ -8,9 +8,9 @@ resource_name = "Upgrade: Strength"
script = ExtResource("2")
color1 = Color(1, 1, 1, 1)
max_duplicates = 9
tags = ["strength"]
tags = Array[String](["strength"])
type = 1
attributes = [0]
attributes = Array[int]([0])
icon = ExtResource("1")
color2 = Color(0.980392, 0.584314, 0.203922, 1)
base_weight = 10.0

View File

@ -8,9 +8,9 @@ resource_name = "Weapon: Axe"
script = ExtResource("2")
color1 = Color(0.635294, 0.760784, 1, 1)
max_duplicates = 1
tags = ["strength", "melee", "weapon"]
tags = Array[String](["strength", "melee", "weapon"])
type = 0
attributes = [0, 2]
attributes = Array[int]([0, 2])
icon = ExtResource("1")
color2 = Color(0.980392, 0.584314, 0.203922, 1)
base_weight = 10.0

View File

@ -8,9 +8,9 @@ resource_name = "Weapon: Blizzard"
script = ExtResource("2")
color1 = Color(0.635294, 0.760784, 1, 1)
max_duplicates = 1
tags = ["weapon", "magic", "elemental"]
tags = Array[String](["weapon", "magic", "elemental"])
type = 0
attributes = [1, 2]
attributes = Array[int]([1, 2])
icon = ExtResource("1_xleln")
color2 = Color(0.189457, 0.452246, 0.902344, 1)
base_weight = 10.0

View File

@ -9,9 +9,9 @@ resource_name = "Weapon: Chaos Blast"
script = ExtResource("3")
color1 = Color(0.635294, 0.760784, 1, 1)
max_duplicates = 1
tags = ["weapon", "magic", "projectile", "legendary"]
tags = Array[String](["weapon", "magic", "projectile", "legendary"])
type = 0
attributes = [1, 1, 1, 3]
attributes = Array[int]([1, 1, 1, 3])
icon = ExtResource("2_eyyv1")
custom_scene = ExtResource("2")
color2 = Color(0.407843, 0.192157, 0.827451, 1)

View File

@ -8,9 +8,9 @@ resource_name = "Weapon: Daggers"
script = ExtResource("2")
color1 = Color(0.635294, 0.760784, 1, 1)
max_duplicates = 1
tags = ["weapon", "strength", "projectile"]
tags = Array[String](["weapon", "strength", "projectile"])
type = 0
attributes = [0, 3]
attributes = Array[int]([0, 3])
icon = ExtResource("1")
color2 = Color(0.980392, 0.584314, 0.203922, 1)
base_weight = 10.0

View File

@ -8,9 +8,9 @@ resource_name = "Weapon: Fireball"
script = ExtResource("2")
color1 = Color(0.635294, 0.760784, 1, 1)
max_duplicates = 1
tags = ["weapon", "magic", "projectile", "elemental"]
tags = Array[String](["weapon", "magic", "projectile", "elemental"])
type = 0
attributes = [1, 2]
attributes = Array[int]([1, 2])
icon = ExtResource("1")
color2 = Color(0.189457, 0.452246, 0.902344, 1)
base_weight = 10.0

View File

@ -9,9 +9,9 @@ resource_name = "Weapon: Giga Sword"
script = ExtResource("3")
color1 = Color(0.635294, 0.760784, 1, 1)
max_duplicates = 1
tags = ["weapon", "strength", "melee", "legendary"]
tags = Array[String](["weapon", "strength", "melee", "legendary"])
type = 0
attributes = [0, 0, 0, 2]
attributes = Array[int]([0, 0, 0, 2])
icon = ExtResource("2_kfnh0")
custom_scene = ExtResource("2")
color2 = Color(0.992157, 0.941176, 0.2, 1)

View File

@ -8,9 +8,9 @@ resource_name = "Weapon: Lightning"
script = ExtResource("2")
color1 = Color(0.635294, 0.760784, 1, 1)
max_duplicates = 1
tags = ["weapon", "magic", "elemental"]
tags = Array[String](["weapon", "magic", "elemental"])
type = 0
attributes = [1, 3]
attributes = Array[int]([1, 3])
icon = ExtResource("1")
color2 = Color(0.189457, 0.452246, 0.902344, 1)
base_weight = 10.0

View File

@ -8,9 +8,9 @@ resource_name = "Weapon: Spear"
script = ExtResource("2")
color1 = Color(0.635294, 0.760784, 1, 1)
max_duplicates = 1
tags = ["weapon", "strength", "melee"]
tags = Array[String](["weapon", "strength", "melee"])
type = 0
attributes = [0, 3]
attributes = Array[int]([0, 3])
icon = ExtResource("1")
color2 = Color(0.980392, 0.584314, 0.203922, 1)
base_weight = 10.0

View File

@ -26,10 +26,6 @@ resources_spreadsheet_view/context_menu_on_leftclick=false
config/name="Addon: Resources as Sheets"
config/features=PackedStringArray("4.0")
[editor]
export/convert_text_resources_to_binary=true
[editor_plugins]
enabled=PackedStringArray("res://addons/resources_spreadsheet_view/plugin.cfg")