mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-02 08:01:16 +00:00
Tiered weapons
This commit is contained in:
parent
692c33c939
commit
f3a701d3f9
42 changed files with 700 additions and 16 deletions
|
|
@ -1,18 +1,19 @@
|
|||
[gd_resource type="Resource" script_class="LootItem" load_steps=4 format=3 uid="uid://bgcgeg187vg1h"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://bxe747rnr5xt7" path="res://Sprites/Items/Ice_Repeater.png" id="2_3abss"]
|
||||
[ext_resource type="Resource" uid="uid://yuc0v7gojgep" path="res://Resources/Weapons/IcicleRepeater.tres" id="3_5vsuk"]
|
||||
[ext_resource type="Resource" uid="uid://ccyl111fa1j2k" path="res://Resources/Weapons/IcicleRepeater_t0.tres" id="2_d42pt"]
|
||||
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="4_k6in2"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("4_k6in2")
|
||||
ItemName = &"Icicle Repeater"
|
||||
ShortName = &"IC-18"
|
||||
ShortName = &"IC-16"
|
||||
ItemDescription = &"Shoots ice pellets at a high rate"
|
||||
ItemKey = &"ICICLE_REPEATER"
|
||||
ItemKey = &"ICICLE_REPEATER_T0"
|
||||
Item = 9
|
||||
Tier = 0
|
||||
Price = 0
|
||||
WeaponData = ExtResource("3_5vsuk")
|
||||
WeaponData = ExtResource("2_d42pt")
|
||||
Amount = 1
|
||||
Max = 1
|
||||
PickupIfMaxed = false
|
||||
|
|
@ -21,4 +22,4 @@ UiType = 1
|
|||
Selectable = true
|
||||
AutoPickup = false
|
||||
InventorySprite = ExtResource("2_3abss")
|
||||
DropScenePath = &"res://Scenes/Items/Icicle_Repeater.tscn"
|
||||
DropScenePath = &"res://Scenes/Items/GenericItem.tscn"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue