最终整理版
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
[gd_resource type="Resource" script_class="ItemCell" format=3 uid="uid://dkd84uiney57u"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://bsmqrdxl6pf2j" path="res://data/graphics/items/common/bottle-empty.png" id="1_mc4ws"]
|
||||
[ext_resource type="Script" uid="uid://bsjkeucmohr0d" path="res://sources/cell/ItemCell.gd" id="2_v0qjy"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_v0qjy")
|
||||
id = 2850928111
|
||||
name = "Bottle"
|
||||
description = "An empty glass bottle, ready to be filled with whatever the world has to offer."
|
||||
icon = ExtResource("1_mc4ws")
|
||||
weight = 15.0
|
||||
stackable = true
|
||||
@@ -0,0 +1,14 @@
|
||||
[gd_resource type="Resource" script_class="ItemCell" format=3 uid="uid://dyi21ir1lsl71"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://6djajxhhk1c7" path="res://data/graphics/items/common/treasure-key.png" id="1_epkb0"]
|
||||
[ext_resource type="Script" uid="uid://bsjkeucmohr0d" path="res://sources/cell/ItemCell.gd" id="1_script"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_script")
|
||||
slot = 11
|
||||
id = 0
|
||||
name = "Chest Mine Key"
|
||||
description = "A rusty key found in the abandoned mine."
|
||||
icon = ExtResource("1_epkb0")
|
||||
weight = 15.0
|
||||
stackable = true
|
||||
@@ -0,0 +1,13 @@
|
||||
[gd_resource type="Resource" script_class="ItemCell" format=3 uid="uid://dkqjldxwvwjm8"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bsjkeucmohr0d" path="res://sources/cell/ItemCell.gd" id="1_8iaus"]
|
||||
[ext_resource type="Texture2D" uid="uid://demorpiugdi6s" path="res://data/graphics/items/common/splatina-key2.png" id="1_bfqgm"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_8iaus")
|
||||
id = 3151885029
|
||||
name = "Dorian's Key"
|
||||
description = "A key that has been hidden a long time ago, seems to open a fancy door."
|
||||
icon = ExtResource("1_bfqgm")
|
||||
weight = 15.0
|
||||
stackable = true
|
||||
@@ -0,0 +1,13 @@
|
||||
[gd_resource type="Resource" script_class="ItemCell" format=3 uid="uid://fn26nshedn1c"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bsjkeucmohr0d" path="res://sources/cell/ItemCell.gd" id="1_buwtk"]
|
||||
[ext_resource type="Texture2D" uid="uid://crcp30v07dd8i" path="res://data/graphics/items/common/splatina-key3.png" id="1_kr3ik"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_buwtk")
|
||||
id = 2961268734
|
||||
name = "Gabriel's Key"
|
||||
description = "A key that has been hidden a long time ago, seems to open a fancy door."
|
||||
icon = ExtResource("1_kr3ik")
|
||||
weight = 15.0
|
||||
stackable = true
|
||||
@@ -0,0 +1,13 @@
|
||||
[gd_resource type="Resource" script_class="ItemCell" format=3 uid="uid://bq7tnx4wr2dm"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://i1pc1vkqvwbv" path="res://data/graphics/items/common/maggotslime.png" id="1_mc4ws"]
|
||||
[ext_resource type="Script" uid="uid://bsjkeucmohr0d" path="res://sources/cell/ItemCell.gd" id="2_v0qjy"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_v0qjy")
|
||||
id = 3136767230
|
||||
name = "Maggot Slime"
|
||||
description = "A thick, viscous slime secreted by desert maggots. Used in the brewing of healing remedies."
|
||||
icon = ExtResource("1_mc4ws")
|
||||
weight = 2.0
|
||||
stackable = true
|
||||
@@ -0,0 +1,13 @@
|
||||
[gd_resource type="Resource" script_class="ItemCell" format=3 uid="uid://jvifo7cagr5n"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bsjkeucmohr0d" path="res://sources/cell/ItemCell.gd" id="1_x3n2t"]
|
||||
[ext_resource type="Texture2D" uid="uid://cn8ifbidkmv02" path="res://data/graphics/items/common/splatina-key1.png" id="1_xrqfe"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_x3n2t")
|
||||
id = 1975170517
|
||||
name = "Marvin's Key"
|
||||
description = "A key that has been hidden a long time ago, seems to open a fancy door."
|
||||
icon = ExtResource("1_xrqfe")
|
||||
weight = 15.0
|
||||
stackable = true
|
||||
@@ -0,0 +1,14 @@
|
||||
[gd_resource type="Resource" script_class="ItemCell" format=3 uid="uid://1jktf17wl4st"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://6djajxhhk1c7" path="res://data/graphics/items/common/treasure-key.png" id="1_epkb0"]
|
||||
[ext_resource type="Script" uid="uid://bsjkeucmohr0d" path="res://sources/cell/ItemCell.gd" id="1_script"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_script")
|
||||
slot = 11
|
||||
id = 1577372888
|
||||
name = "Thief's Key"
|
||||
description = "A tarnished key found in the snake pit."
|
||||
icon = ExtResource("1_epkb0")
|
||||
weight = 15.0
|
||||
stackable = true
|
||||
Reference in New Issue
Block a user