mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-20 17:43:48 +00:00
Tabbed inventory
This commit is contained in:
parent
c81a92679b
commit
6d7282f5cb
214 changed files with 9329 additions and 186 deletions
25
example/Random Upgrades/upgrades/health.tres
Normal file
25
example/Random Upgrades/upgrades/health.tres
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
[gd_resource type="Resource" script_class="UpgradeData" load_steps=3 format=3 uid="uid://dys7hpijn82t0"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://c3bx6kf7frbwk" path="res://example/Random Upgrades/icons/all_icons/all_icons_1.tres" id="1"]
|
||||
[ext_resource type="Script" path="res://example/Random Upgrades/upgrade_data.gd" id="2"]
|
||||
|
||||
[resource]
|
||||
resource_name = "Upgrade: Health"
|
||||
script = ExtResource("2")
|
||||
color1 = Color(1, 1, 1, 1)
|
||||
max_duplicates = 9
|
||||
tags = Array[String](["health", "melee"])
|
||||
type = 1
|
||||
attributes = Array[int]([2])
|
||||
icon = ExtResource("1")
|
||||
prerequisites = Array[ExtResource("2")]([])
|
||||
color2 = Color(0.129412, 1, 0.243137, 1)
|
||||
base_weight = 10.0
|
||||
is_notable = false
|
||||
multiplier_per_tag = "strength 1.5 melee 2.0"
|
||||
multiplier_if_tag_present = ""
|
||||
multiplier_if_tag_not_present = ""
|
||||
max_tags_present = ""
|
||||
list_item_delimeter = " "
|
||||
list_row_delimeter = "
|
||||
"
|
||||
Loading…
Add table
Add a link
Reference in a new issue