2022-09-22 18:18:09 +02:00
|
|
|
[gd_resource type="Resource" load_steps=3 format=2]
|
2022-09-19 23:10:57 +02:00
|
|
|
|
2022-09-24 12:47:12 +02:00
|
|
|
[ext_resource path="res://example/Random Upgrades/icons/all_icons/all_icons_2.tres" type="Texture" id=1]
|
|
|
|
[ext_resource path="res://example/Random Upgrades/upgrade_data.gd" type="Script" id=2]
|
2022-09-19 23:10:57 +02:00
|
|
|
|
|
|
|
[resource]
|
|
|
|
resource_name = "Upgrade: Strength"
|
2022-09-24 12:47:12 +02:00
|
|
|
script = ExtResource( 2 )
|
2022-09-21 23:06:07 +02:00
|
|
|
color1 = Color( 1, 1, 1, 1 )
|
2022-09-19 23:10:57 +02:00
|
|
|
max_duplicates = 9
|
2022-09-23 16:37:17 +02:00
|
|
|
tags = [ "strength" ]
|
2022-09-24 12:47:12 +02:00
|
|
|
type = 1
|
|
|
|
icon = ExtResource( 1 )
|
2022-09-21 23:06:07 +02:00
|
|
|
color2 = Color( 0.988235, 0.584314, 0.192157, 1 )
|
2022-09-19 23:10:57 +02:00
|
|
|
base_weight = 10.0
|
2022-09-21 23:06:07 +02:00
|
|
|
is_notable = false
|
2022-09-19 23:10:57 +02:00
|
|
|
multiplier_per_tag = ""
|
|
|
|
multiplier_if_tag_present = ""
|
|
|
|
multiplier_if_tag_not_present = "strength 0"
|
|
|
|
max_tags_present = ""
|
|
|
|
list_item_delimeter = " "
|
|
|
|
list_row_delimeter = "
|
|
|
|
"
|