mirror of
https://github.com/Relintai/godot-resources-as-sheets-plugin.git
synced 2024-11-14 15:17:20 +01:00
23 lines
689 B
Plaintext
23 lines
689 B
Plaintext
[gd_resource type="Resource" load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://example/my_custom_resource.gd" type="Script" id=1]
|
|
[ext_resource path="res://example/icons/all_icons/all_icons_4.tres" type="Texture" id=2]
|
|
|
|
[resource]
|
|
resource_name = "Weapon: Fireball"
|
|
script = ExtResource( 1 )
|
|
color1 = Color( 1, 1, 0.2, 1 )
|
|
max_duplicates = 1
|
|
tags = [ "weapon", "magic", "projectile", "elemental" ]
|
|
icon = ExtResource( 2 )
|
|
color2 = Color( 0.189457, 0.452246, 0.902344, 1 )
|
|
base_weight = 10.0
|
|
is_notable = true
|
|
multiplier_per_tag = "magic 2.0"
|
|
multiplier_if_tag_present = ""
|
|
multiplier_if_tag_not_present = ""
|
|
max_tags_present = "weapon 4"
|
|
list_item_delimeter = " "
|
|
list_row_delimeter = "
|
|
"
|