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
|
|
|
|
|
|
|
[ext_resource path="res://example/my_custom_resource.gd" type="Script" id=1]
|
2022-09-22 20:00:21 +02:00
|
|
|
[ext_resource path="res://example/icons/all_icons/all_icons_5.tres" type="Texture" id=2]
|
2022-09-19 23:10:57 +02:00
|
|
|
|
|
|
|
[resource]
|
|
|
|
resource_name = "Upgrade: Magic"
|
|
|
|
script = ExtResource( 1 )
|
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
|
|
|
|
tags = "magic"
|
2022-09-22 18:18:09 +02:00
|
|
|
icon = ExtResource( 2 )
|
2022-09-22 20:00:21 +02:00
|
|
|
color2 = Color( 0.188235, 0.45098, 0.901961, 1 )
|
2022-09-19 23:10:57 +02:00
|
|
|
tag_delimeter = " "
|
|
|
|
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 = "magic 0"
|
|
|
|
max_tags_present = ""
|
|
|
|
list_item_delimeter = " "
|
|
|
|
list_row_delimeter = "
|
|
|
|
"
|