Added resource table plugin
This commit is contained in:
26
example/Random Upgrades/upgrades/up_aoe.tres
Normal file
26
example/Random Upgrades/upgrades/up_aoe.tres
Normal file
@@ -0,0 +1,26 @@
|
||||
[gd_resource type="Resource" script_class="UpgradeData" load_steps=4 format=3 uid="uid://2y7extlq12d5"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://butx3l1jdcgcc" path="res://example/Random Upgrades/icons/all_icons/all_icons_6.tres" id="1_prpsx"]
|
||||
[ext_resource type="Script" uid="uid://dal80o4tjrktw" path="res://example/Random Upgrades/upgrade_data.gd" id="2"]
|
||||
[ext_resource type="Resource" uid="uid://8m6y2o6tbmpn" path="res://example/Random Upgrades/upgrades/elemental.tres" id="3_xu25t"]
|
||||
|
||||
[resource]
|
||||
resource_name = "Upgrade: Area of Effect"
|
||||
script = ExtResource("2")
|
||||
color1 = Color(1, 1, 1, 1)
|
||||
max_duplicates = 4
|
||||
tags = Array[String](["aoe"])
|
||||
type = 1
|
||||
attributes = Array[int]([3])
|
||||
icon = ExtResource("1_prpsx")
|
||||
prerequisites = Array[ExtResource("2")]([ExtResource("3_xu25t")])
|
||||
color2 = Color(0.964706, 0.298039, 0.298039, 1)
|
||||
base_weight = 10.0
|
||||
is_notable = false
|
||||
multiplier_per_tag = ""
|
||||
multiplier_if_tag_present = ""
|
||||
multiplier_if_tag_not_present = "aoe 0"
|
||||
max_tags_present = ""
|
||||
list_item_delimeter = " "
|
||||
list_row_delimeter = "
|
||||
"
|
||||
Reference in New Issue
Block a user