mirror of
https://github.com/Relintai/godot-resources-as-sheets-plugin.git
synced 2024-11-10 10:12:08 +01:00
20 lines
479 B
Plaintext
20 lines
479 B
Plaintext
|
[gd_resource type="Resource" load_steps=2 format=2]
|
||
|
|
||
|
[ext_resource path="res://example/my_custom_resource.gd" type="Script" id=1]
|
||
|
|
||
|
[resource]
|
||
|
resource_name = "Upgrade: Strength"
|
||
|
script = ExtResource( 1 )
|
||
|
max_duplicates = 9
|
||
|
tags = "strength"
|
||
|
requires_one_of_tags = ""
|
||
|
tag_delimeter = " "
|
||
|
base_weight = 10.0
|
||
|
multiplier_per_tag = ""
|
||
|
multiplier_if_tag_present = ""
|
||
|
multiplier_if_tag_not_present = "strength 0"
|
||
|
max_tags_present = ""
|
||
|
list_item_delimeter = " "
|
||
|
list_row_delimeter = "
|
||
|
"
|