more tweaks to weapon script and revolvers
This commit is contained in:
@@ -12,6 +12,7 @@ gun_name = "Mac 10"
|
||||
gun_icon = ExtResource("2_a3oyj")
|
||||
path = "res://assets/mac_10_uber.tscn"
|
||||
weapon_type = 0
|
||||
reload_type = 0
|
||||
bullet = ExtResource("1_y4ehq")
|
||||
fire_mode = 0
|
||||
fov_zoom_amt = 0.98
|
||||
|
||||
@@ -9,6 +9,7 @@ gun_name = "machete"
|
||||
gun_icon = ExtResource("1_c6dni")
|
||||
path = "res://assets/machete.tscn"
|
||||
weapon_type = 1
|
||||
reload_type = 0
|
||||
fire_mode = 1
|
||||
fov_zoom_amt = 0.98
|
||||
ads = false
|
||||
@@ -22,3 +23,4 @@ bullet_force_mod = 5.0
|
||||
bullet_speed = 600
|
||||
shotgun_spread = Vector3(0.1, 0.1, 0.1)
|
||||
pellets_per_shot = 20
|
||||
blast_power = 50.0
|
||||
|
||||
@@ -19,7 +19,7 @@ ads = false
|
||||
recoil_amount = Vector3(0.05, 0.05, 0.05)
|
||||
kick_amount = 0.1
|
||||
max_ammo = 6
|
||||
start_mags = 30
|
||||
start_mags = 1
|
||||
bullet_damage = 1
|
||||
smoke_enabled = false
|
||||
bullet_force_mod = 5.0
|
||||
|
||||
Reference in New Issue
Block a user