fixed revolver with new weapon script

This commit is contained in:
derek
2025-03-04 14:28:38 -06:00
parent cc1500e7fd
commit 88d9f0743a
9 changed files with 140 additions and 1097 deletions

View File

@@ -28,3 +28,4 @@ casing = ExtResource("2_7wxcs")
mag = ExtResource("4_fiujt")
shotgun_spread = Vector3(0.1, 0.1, 0.1)
pellets_per_shot = 20
blast_power = 50.0

View File

@@ -11,6 +11,7 @@ gun_name = "revolver"
gun_icon = ExtResource("2_n6mhi")
path = "res://assets/revolver_1.tscn"
weapon_type = 0
reload_type = 1
bullet = ExtResource("1_53e42")
fire_mode = 1
fov_zoom_amt = 0.98
@@ -18,7 +19,7 @@ ads = false
recoil_amount = Vector3(0.05, 0.05, 0.05)
kick_amount = 0.1
max_ammo = 6
start_mags = 3
start_mags = 30
bullet_damage = 1
smoke_enabled = false
bullet_force_mod = 5.0
@@ -26,3 +27,4 @@ bullet_speed = 1200
casing = ExtResource("2_ylruw")
shotgun_spread = Vector3(0.1, 0.1, 0.1)
pellets_per_shot = 20
blast_power = 50.0