30 lines
1.5 KiB
Plaintext
30 lines
1.5 KiB
Plaintext
[gd_resource type="Resource" script_class="UpgradeData" load_steps=7 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"]
|
|
[ext_resource type="Resource" uid="uid://rjxr4qtfc6qd" path="res://example/Random Upgrades/upgrades/weapons/weapon_fireball.tres" id="2_485ad"]
|
|
[ext_resource type="Resource" uid="uid://djqq1lqaevth5" path="res://example/Random Upgrades/upgrades/weapons/weapon_blizzard.tres" id="3_xnxxn"]
|
|
[ext_resource type="Resource" uid="uid://b0kdw067vtgvn" path="res://example/Random Upgrades/upgrades/weapons/weapon_lightning.tres" id="4_kn0kg"]
|
|
[ext_resource type="Resource" uid="uid://8m6y2o6tbmpn" path="res://example/Random Upgrades/upgrades/elemental.tres" id="6_shqeu"]
|
|
|
|
[resource]
|
|
resource_name = "Mastery: Magic"
|
|
script = ExtResource("2")
|
|
color1 = Color(1, 0.847059, 0.160784, 1)
|
|
max_duplicates = 9
|
|
tags = Array[String](["magic", "mastery"])
|
|
type = 2
|
|
attributes = Array[int]([1, 1, 4, 128])
|
|
icon = ExtResource("1_ardng")
|
|
prerequisites = Array[ExtResource("2")]([ExtResource("2_485ad"), ExtResource("3_xnxxn"), ExtResource("4_kn0kg"), ExtResource("6_shqeu")])
|
|
color2 = Color(0.407843, 0.192157, 0.827451, 1)
|
|
base_weight = 1.0
|
|
is_notable = true
|
|
multiplier_per_tag = "magic 1.2"
|
|
multiplier_if_tag_present = ""
|
|
multiplier_if_tag_not_present = "magic 0"
|
|
max_tags_present = ""
|
|
list_item_delimeter = " "
|
|
list_row_delimeter = "
|
|
"
|