mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-16 08:13:46 +00:00
Random weapons from pool
This commit is contained in:
parent
a2a18c69fc
commit
57ff504628
6 changed files with 71 additions and 8 deletions
|
|
@ -11,6 +11,7 @@ ShortName = &"IC-18"
|
|||
ItemDescription = &"Shoots ice pellets at a high rate"
|
||||
ItemKey = &"ICICLE_REPEATER"
|
||||
Item = 9
|
||||
Price = 0
|
||||
WeaponData = ExtResource("3_5vsuk")
|
||||
Amount = 1
|
||||
Max = 1
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ ShortName = &"SM-3"
|
|||
ItemDescription = &"A weapon that shoots explosive Yin-Yang Orbs"
|
||||
ItemKey = &"YINYANG_GUN"
|
||||
Item = 9
|
||||
Price = 0
|
||||
WeaponData = ExtResource("1_cuxft")
|
||||
Amount = 1
|
||||
Max = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue