mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:15:45 +00:00
Items sorting
This commit is contained in:
parent
11acafd632
commit
c928c86e6c
27 changed files with 79 additions and 49 deletions
|
|
@ -13,6 +13,7 @@ ShortName = &""
|
|||
ItemDescription = &"Ammo for Ice-Based Weapons"
|
||||
ItemKey = &"ICE_AMMO"
|
||||
Item = 3
|
||||
Tier = 0
|
||||
Price = 0
|
||||
Amount = 10
|
||||
Max = 250
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
[resource]
|
||||
script = ExtResource("3_n0omu")
|
||||
ItemName = &"Sawed Ice Shotgun"
|
||||
ItemName = &"Sawed-Off Ice Shotgun"
|
||||
ShortName = &"IC-25"
|
||||
ItemDescription = &"Shoots ice pellets in a wide spread"
|
||||
ItemKey = &"ICE_SHOTGUN_SAWED"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
[resource]
|
||||
script = ExtResource("3_eu2qy")
|
||||
ItemName = &"Improved Sawed Ice Shotgun"
|
||||
ItemName = &"Improved Sawed-Off Ice Shotgun"
|
||||
ShortName = &"IC-27-S"
|
||||
ItemDescription = &"Shoots ice pellets in a wide spread"
|
||||
ItemKey = &"ICE_SHOTGUN_SAWED_T1"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
[resource]
|
||||
script = ExtResource("3_4syqt")
|
||||
ItemName = &"Advanced Sawed Ice Shotgun"
|
||||
ItemName = &"Advanced Sawed-Off Ice Shotgun"
|
||||
ShortName = &"IC-27-S"
|
||||
ItemDescription = &"Shoots ice pellets in a wide spread"
|
||||
ItemKey = &"ICE_SHOTGUN_SAWED_T2"
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ script = ExtResource("3_1c8ng")
|
|||
ItemName = &"Improved Icicle Repeater"
|
||||
ShortName = &"IC-18"
|
||||
ItemDescription = &"Shoots ice pellets at a high rate"
|
||||
ItemKey = &"ICICLE_REPEATER"
|
||||
ItemKey = &"ICICLE_REPEATER_T1"
|
||||
Item = 9
|
||||
Tier = 1
|
||||
Price = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue