Files
GGJ26/example/Random Upgrades/upgrades/up_strength.tres
minimata 158e18f1fe
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 8s
Create tag and build when new code gets to main / Export (push) Successful in 1m13s
Added resource table plugin
2026-01-31 10:23:20 +01:00

26 lines
876 B
Plaintext

[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" uid="uid://dal80o4tjrktw" path="res://example/Random Upgrades/upgrade_data.gd" id="2"]
[resource]
resource_name = "Upgrade: Strength"
script = ExtResource("2")
color1 = Color(1, 1, 1, 1)
max_duplicates = 9
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
multiplier_per_tag = ""
multiplier_if_tag_present = ""
multiplier_if_tag_not_present = "strength 0"
max_tags_present = ""
list_item_delimeter = " "
list_row_delimeter = "
"