mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-03 17:01:16 +00:00
Tiered weapons
This commit is contained in:
parent
692c33c939
commit
f3a701d3f9
42 changed files with 700 additions and 16 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue