Tiered weapons

This commit is contained in:
Marco 2025-05-01 11:10:36 +02:00
commit f3a701d3f9
42 changed files with 700 additions and 16 deletions

View file

@ -7,10 +7,11 @@
[resource]
script = ExtResource("3_cjfxs")
ItemName = &"Ice Shotgun"
ShortName = &"IC-27"
ShortName = &"IC-25"
ItemDescription = &"Shoots ice pellets in a wide spread"
ItemKey = &"ICE_SHOTGUN"
Item = 9
Tier = 0
Price = 0
WeaponData = ExtResource("2_3le6e")
Amount = 1
@ -21,4 +22,4 @@ UiType = 1
Selectable = true
AutoPickup = false
InventorySprite = ExtResource("2_4ibag")
DropScenePath = &"res://Scenes/Items/Ice_Shotgun_Pickup.tscn"
DropScenePath = &"res://Scenes/Items/GenericItem.tscn"