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

25 lines
702 B
Plaintext
Raw Normal View History

2022-09-22 18:18:09 +02:00
[gd_resource type="Resource" load_steps=3 format=2]
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]
[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 )
max_duplicates = 9
2022-09-23 16:37:17 +02:00
tags = [ "strength" ]
2022-09-24 12:47:12 +02:00
type = 1
2022-10-03 19:16:14 +02:00
attributes = [ 0 ]
2022-09-24 12:47:12 +02:00
icon = ExtResource( 1 )
2022-09-21 23:06:07 +02:00
color2 = Color( 0.988235, 0.584314, 0.192157, 1 )
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 = "
"