Skip to content

Commit

Permalink
Ребаланс R76 (#553)
Browse files Browse the repository at this point in the history
* Ребаланс и возвращение R76

* Ребаланс и возвращение R76

* Merge branch 'R76' of https://github.com/Istrelok2107/RuTGMC-Reborn into R76

* Update marine_vending.dm

Signed-off-by: Kirill <[email protected]>

---------

Signed-off-by: Kirill <[email protected]>
Co-authored-by: Kirill <[email protected]>
  • Loading branch information
Istrelok2107 and Tatarla authored Oct 23, 2024
1 parent d4e09cb commit bb89739
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions code/modules/projectiles/ammo_datums/bullet/revolver.dm
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,14 @@
additional_xeno_penetration = 17.5

/datum/ammo/bullet/revolver/t76
name = "magnum bullet"
name = "magnum 12.7 bullet"
handful_amount = 5
damage = 100
penetration = 40
additional_xeno_penetration = 0
damage = 130
penetration = 30
additional_xeno_penetration = 15

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

/datum/ammo/bullet/revolver/highimpact
name = "high-impact revolver bullet"
Expand Down
16 changes: 8 additions & 8 deletions code/modules/projectiles/guns/revolvers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -350,18 +350,18 @@
/obj/item/attachable/scope/standard_magnum,
)
attachable_offset = list("muzzle_x" = 33, "muzzle_y" = 19,"rail_x" = 15, "rail_y" = 23, "under_x" = 22, "under_y" = 15, "stock_x" = 10, "stock_y" = 18)
windup_delay = 0.5 SECONDS
aim_slowdown = 0.1
windup_delay = 0.9 SECONDS
aim_slowdown = 0.2
windup_sound = 'sound/weapons/guns/fire/t76_start.ogg'
fire_sound = 'sound/weapons/guns/fire/tgmc/kinetic/gun_r76.ogg'
fire_delay = 0.75 SECONDS
akimbo_additional_delay = 0.6
fire_delay = 1.25 SECONDS
akimbo_additional_delay = 1
accuracy_mult_unwielded = 0.85
accuracy_mult = 1
scatter_unwielded = 5
scatter = 2
recoil = 2
recoil_unwielded = 3
scatter_unwielded = 6
scatter = 3
recoil = 3
recoil_unwielded = 6

starting_attachment_types = list(/obj/item/attachable/stock/t76)

Expand Down

0 comments on commit bb89739

Please sign in to comment.