mirror of
https://github.com/Relintai/godot-resources-as-sheets-plugin.git
synced 2024-11-10 10:12:08 +01:00
24 lines
683 B
Plaintext
24 lines
683 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 = "Upgrade: Strength"
|
|
script = ExtResource( 2 )
|
|
color1 = Color( 1, 1, 1, 1 )
|
|
max_duplicates = 9
|
|
tags = [ "strength" ]
|
|
type = 1
|
|
icon = ExtResource( 1 )
|
|
color2 = Color( 0.988235, 0.584314, 0.192157, 1 )
|
|
base_weight = 10.0
|
|
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 = "
|
|
"
|