godot-resources-as-sheets-p.../example/Random Upgrades/upgrades/mastery_strength.tres
2022-09-24 13:47:12 +03:00

24 lines
701 B
Plaintext

[gd_resource type="Resource" load_steps=3 format=2]
[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 = "Mastery: Strength"
script = ExtResource( 2 )
color1 = Color( 1, 0.847059, 0.160784, 1 )
max_duplicates = 9
tags = [ "strength", "mastery" ]
type = 2
icon = ExtResource( 1 )
color2 = Color( 0.992157, 0.941176, 0.2, 1 )
base_weight = 1.0
is_notable = true
multiplier_per_tag = ""
multiplier_if_tag_present = ""
multiplier_if_tag_not_present = "strength 0"
max_tags_present = ""
list_item_delimeter = " "
list_row_delimeter = "
"