You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
1.0 KiB
Plaintext
28 lines
1.0 KiB
Plaintext
[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"]
|
|
[ext_resource type="Script" path="res://example/Random Upgrades/upgrade_data.gd" id="3"]
|
|
|
|
[resource]
|
|
resource_name = "Weapon: Giga Sword"
|
|
script = ExtResource("3")
|
|
color1 = Color(0.635294, 0.760784, 1, 1)
|
|
max_duplicates = 1
|
|
tags = Array[String](["weapon", "strength", "melee", "legendary"])
|
|
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
|
|
multiplier_per_tag = "strength 2.0"
|
|
multiplier_if_tag_present = ""
|
|
multiplier_if_tag_not_present = ""
|
|
max_tags_present = "weapon 4"
|
|
list_item_delimeter = " "
|
|
list_row_delimeter = "
|
|
"
|