add buy/sell price attributes to item resources

pull/36/head
HumanoidSandvichDispenser 2024-03-01 21:59:51 -08:00
parent 2fb3bf34fa
commit 6241d6bcdf
Signed by: sandvich
GPG Key ID: 9A39BE37E602B22D
4 changed files with 8 additions and 0 deletions

View File

@ -12,3 +12,5 @@ script = ExtResource("2_hjbs0")
Instance = SubResource("Resource_mjj1w") Instance = SubResource("Resource_mjj1w")
Name = "Bow" Name = "Bow"
Description = "A bow and arrow." Description = "A bow and arrow."
BuyPrice = 0
SellPrice = 0

View File

@ -12,3 +12,5 @@ script = ExtResource("1_fhdpj")
Instance = SubResource("Resource_clkv8") Instance = SubResource("Resource_clkv8")
Name = "Shungite Spear" Name = "Shungite Spear"
Description = "It's a billion year old lance, spear that protects against unwanted invaders." Description = "It's a billion year old lance, spear that protects against unwanted invaders."
BuyPrice = 0
SellPrice = 0

View File

@ -12,3 +12,5 @@ script = ExtResource("2_j4tmu")
Instance = SubResource("Resource_abrg1") Instance = SubResource("Resource_abrg1")
Name = "Pugio" Name = "Pugio"
Description = "A sidearm dagger." Description = "A sidearm dagger."
BuyPrice = 0
SellPrice = 0

View File

@ -14,3 +14,5 @@ Instance = SubResource("Resource_qqiwa")
Icon = ExtResource("1_j0i86") Icon = ExtResource("1_j0i86")
Name = "The Fool's Sword" Name = "The Fool's Sword"
Description = "" Description = ""
BuyPrice = 0
SellPrice = 0