mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:15:45 +00:00
22 lines
709 B
Text
22 lines
709 B
Text
[gd_resource type="Resource" script_class="WeaponResource" load_steps=3 format=3 uid="uid://bpuvt30alfxhh"]
|
|
|
|
[ext_resource type="Resource" uid="uid://bhtt1h56ksjt3" path="res://Resources/Bullets/nuclear_bullets.tres" id="1_x7js4"]
|
|
[ext_resource type="Script" uid="uid://b6fmrnipv88bk" path="res://Scripts/Resources/WeaponResource.cs" id="2_vm6dw"]
|
|
|
|
[resource]
|
|
script = ExtResource("2_vm6dw")
|
|
Name = &"Nuclear Gun (MP-42)"
|
|
BulletData = ExtResource("1_x7js4")
|
|
Priority = 20
|
|
AmmoPerShot = 1
|
|
RateOfFire = 0.6
|
|
BulletCapacity = 5
|
|
ReloadTime = 0.5
|
|
AutoReload = true
|
|
InfiniteAmmo = false
|
|
ItemKey = &"NUCLEAR_GUN"
|
|
AmmoKey = &"NUCLEAR_AMMO"
|
|
BulletsPerShot = 1
|
|
SpreadAngle = 0.0
|
|
RandomSpread = 0.0
|
|
_rotationOffset = 0.0
|