godot-resources-as-sheets-p.../example/upgrades/up_strength.tres

24 lines
664 B
Plaintext
Raw Normal View History

2022-09-22 18:18:09 +02:00
[gd_resource type="Resource" load_steps=3 format=2]
[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_2.tres" type="Texture" id=2]
[resource]
resource_name = "Upgrade: Strength"
script = ExtResource( 1 )
2022-09-21 23:06:07 +02:00
color1 = Color( 1, 1, 1, 1 )
max_duplicates = 9
tags = "strength"
2022-09-22 18:18:09 +02:00
icon = ExtResource( 2 )
2022-09-21 23:06:07 +02:00
color2 = Color( 0.988235, 0.584314, 0.192157, 1 )
tag_delimeter = " "
base_weight = 10.0
2022-09-21 23:06:07 +02:00
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 = "
"