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

27 lines
884 B
Plaintext
Raw Normal View History

2022-09-24 12:47:12 +02:00
[gd_resource type="Resource" load_steps=4 format=2]
[ext_resource path="res://example/Random Upgrades/icons/all_icons/all_icons_3.tres" type="Texture" id=1]
[ext_resource path="res://example/Random Upgrades/new scene.tscn" type="PackedScene" id=2]
[ext_resource path="res://example/Random Upgrades/upgrade_data.gd" type="Script" id=3]
[resource]
resource_name = "Weapon: Giga Sword"
script = ExtResource( 3 )
color1 = Color( 0.635294, 0.760784, 1, 1 )
max_duplicates = 1
tags = [ "weapon", "strength", "melee", "legendary" ]
type = 0
2022-10-03 19:16:14 +02:00
attributes = [ 0, 0, 0, 2 ]
2022-09-24 12:47:12 +02:00
icon = ExtResource( 1 )
custom_scene = ExtResource( 2 )
color2 = Color( 0.992157, 0.941176, 0.2, 1 )
base_weight = 1.0
is_notable = true
multiplier_per_tag = "strength 2.0"
multiplier_if_tag_present = ""
multiplier_if_tag_not_present = ""
max_tags_present = "weapon 4"
list_item_delimeter = " "
list_row_delimeter = "
"