mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-05 12:41:15 +00:00
Tiered weapons
This commit is contained in:
parent
692c33c939
commit
f3a701d3f9
42 changed files with 700 additions and 16 deletions
21
Resources/Weapons/Ice_Shotgun_Sawed_T0.tres
Normal file
21
Resources/Weapons/Ice_Shotgun_Sawed_T0.tres
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
[gd_resource type="Resource" script_class="WeaponResource" load_steps=3 format=3 uid="uid://i5cq21er10ew"]
|
||||
|
||||
[ext_resource type="Resource" uid="uid://eu6n6c5175y8" path="res://Resources/Bullets/simple_ice_bullet.tres" id="1_g5stw"]
|
||||
[ext_resource type="Script" uid="uid://b6fmrnipv88bk" path="res://Scripts/Resources/WeaponResource.cs" id="2_d1u0r"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_d1u0r")
|
||||
Name = &"Sawed Ice Shotgun"
|
||||
BulletData = ExtResource("1_g5stw")
|
||||
Priority = 0
|
||||
RateOfFire = 0.5
|
||||
BulletCapacity = 4
|
||||
ReloadTime = 0.8
|
||||
AutoReload = true
|
||||
InfiniteAmmo = false
|
||||
ItemKey = &"ICE_SHOTGUN_SAWED"
|
||||
AmmoKey = &"ICE_AMMO"
|
||||
BulletsPerShot = 4
|
||||
SpreadAngle = 30.0
|
||||
RandomSpread = 0.0
|
||||
_rotationOffset = 0.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue