mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 08:55:35 +00:00
20 lines
679 B
Text
20 lines
679 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")
|
|
RateOfFire = 0.6
|
|
BulletCapacity = 5
|
|
ReloadTime = 0.5
|
|
AutoReload = true
|
|
InfiniteAmmo = false
|
|
BulletsPerShot = 1
|
|
SpreadAngle = 0.0
|
|
RandomSpread = 0.0
|
|
ItemKey = &"NUCLEAR_GUN"
|
|
AmmoKey = &"NUCLEAR_AMMO"
|
|
_rotationOffset = 0.0
|