Skip to content

Commit

Permalink
Superheavy pistol balanc pass (#14002)
Browse files Browse the repository at this point in the history
* balanc

* 1.1

* 0.05 fire delay nerf to .1
  • Loading branch information
Pariah919 authored Sep 23, 2023
1 parent b4be4f7 commit e4c57af
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion code/modules/projectiles/ammo_datums.dm
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ GLOBAL_LIST_INIT(no_sticky_resin, typecacheof(list(/obj/item/clothing/mask/faceh
damage_falloff = 0.75

/datum/ammo/bullet/pistol/superheavy/on_hit_mob(mob/M,obj/projectile/P)
staggerstun(M, P, stagger = 2 SECONDS, slowdown = 0.5, knockback = 1)
staggerstun(M, P, stagger = 0.5 SECONDS, slowdown = 0.5, knockback = 1)

/datum/ammo/bullet/pistol/superheavy/derringer
handful_amount = 2
Expand Down
12 changes: 6 additions & 6 deletions code/modules/projectiles/guns/pistols.dm
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@
flags_gun_features = GUN_CAN_POINTBLANK|GUN_AMMO_COUNTER
attachable_offset = list("muzzle_x" = 31, "muzzle_y" = 19,"rail_x" = 9, "rail_y" = 23, "under_x" = 22, "under_y" = 14, "stock_x" = 20, "stock_y" = 17)

fire_delay = 0.3 SECONDS
fire_delay = 0.45 SECONDS
scatter_unwielded = 25
recoil = 1
recoil_unwielded = 2
Expand Down Expand Up @@ -473,14 +473,14 @@
flags_gun_features = GUN_CAN_POINTBLANK|GUN_AMMO_COUNTER
attachable_offset = list("muzzle_x" = 27, "muzzle_y" = 20,"rail_x" = 8, "rail_y" = 22, "under_x" = 18, "under_y" = 15, "stock_x" = 16, "stock_y" = 15)

fire_delay = 0.35 SECONDS
fire_delay = 0.45 SECONDS
burst_delay = 0.5 SECONDS
damage_mult = 1.2
recoil = 0
damage_mult = 1.1
recoil = 1
recoil_unwielded = 2
accuracy_mult_unwielded = 0.6
scatter = 2
scatter_unwielded = 6
scatter = 3
scatter_unwielded = 7

//-------------------------------------------------------
//VP70
Expand Down

0 comments on commit e4c57af

Please sign in to comment.