add buy/sell price attributes to item resources
parent
2fb3bf34fa
commit
6241d6bcdf
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue