mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 06:45:33 +00:00
20 lines
669 B
Text
20 lines
669 B
Text
[gd_resource type="Resource" script_class="WeaponResource" load_steps=3 format=3 uid="uid://cyntngidhcbkc"]
|
|
|
|
[ext_resource type="Resource" uid="uid://eu6n6c5175y8" path="res://Resources/Bullets/simple_ice_bullet.tres" id="1_m44wx"]
|
|
[ext_resource type="Script" uid="uid://b6fmrnipv88bk" path="res://Scripts/Resources/WeaponResource.cs" id="2_utbbo"]
|
|
|
|
[resource]
|
|
script = ExtResource("2_utbbo")
|
|
Name = &"Ice Shotgun"
|
|
BulletData = ExtResource("1_m44wx")
|
|
RateOfFire = 0.1
|
|
BulletCapacity = 4
|
|
ReloadTime = 0.8
|
|
AutoReload = true
|
|
InfiniteAmmo = false
|
|
BulletsPerShot = 3
|
|
SpreadAngle = 15.0
|
|
RandomSpread = 0.0
|
|
ItemKey = &"ICE_SHOTGUN"
|
|
AmmoKey = &"ICE_AMMO"
|
|
_rotationOffset = 0.0
|