Restructured files and worked on more complex quest progression
This commit is contained in:
1
data/items/accessory.gd
Normal file
1
data/items/accessory.gd
Normal file
@@ -0,0 +1 @@
|
||||
extends Equipment
|
||||
1
data/items/accessory.gd.uid
Normal file
1
data/items/accessory.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://cgj83ykwblo6h
|
||||
1
data/items/armor.gd
Normal file
1
data/items/armor.gd
Normal file
@@ -0,0 +1 @@
|
||||
extends Equipment
|
||||
1
data/items/armor.gd.uid
Normal file
1
data/items/armor.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://br7m0m1b3pt7u
|
||||
1
data/items/blueprint.gd
Normal file
1
data/items/blueprint.gd
Normal file
@@ -0,0 +1 @@
|
||||
extends Item
|
||||
1
data/items/blueprint.gd.uid
Normal file
1
data/items/blueprint.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://bsacg2p5p52i6
|
||||
1
data/items/consumable.gd
Normal file
1
data/items/consumable.gd
Normal file
@@ -0,0 +1 @@
|
||||
class_name Consumable extends Item
|
||||
1
data/items/consumable.gd.uid
Normal file
1
data/items/consumable.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://u4b5geefms0g
|
||||
1
data/items/equipment.gd
Normal file
1
data/items/equipment.gd
Normal file
@@ -0,0 +1 @@
|
||||
class_name Equipment extends Item
|
||||
1
data/items/equipment.gd.uid
Normal file
1
data/items/equipment.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://8rqg7oxmunog
|
||||
1
data/items/item.gd
Normal file
1
data/items/item.gd
Normal file
@@ -0,0 +1 @@
|
||||
class_name Item extends Object
|
||||
1
data/items/item.gd.uid
Normal file
1
data/items/item.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://dir7x2m1stwg2
|
||||
1
data/items/recipe.gd
Normal file
1
data/items/recipe.gd
Normal file
@@ -0,0 +1 @@
|
||||
extends Item
|
||||
1
data/items/recipe.gd.uid
Normal file
1
data/items/recipe.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://dng2w33raj38l
|
||||
1
data/items/resource.gd
Normal file
1
data/items/resource.gd
Normal file
@@ -0,0 +1 @@
|
||||
extends Item
|
||||
1
data/items/resource.gd.uid
Normal file
1
data/items/resource.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://cjbonsakj28qs
|
||||
1
data/items/weapon.gd
Normal file
1
data/items/weapon.gd
Normal file
@@ -0,0 +1 @@
|
||||
extends Equipment
|
||||
1
data/items/weapon.gd.uid
Normal file
1
data/items/weapon.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://bgn8ipx38g28o
|
||||
Reference in New Issue
Block a user