mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Rebalancing of cost/attack power of protolathe-printed bullet-firing guns. (#10480)
* More rebalancing. AR now uses "midbullet2" projectile, so it no longer stuns but does slightly more damage. * In retrospect, changing the bullet type could be counterproductive. Going to edit the current one instead. * Fucked up revert, trying this again.
This commit is contained in:
committed by
ComicIronic
parent
14b0f15c95
commit
41870cac1c
@@ -49,6 +49,9 @@
|
||||
ammo_type = "/obj/item/ammo_casing/a12mm"
|
||||
max_ammo = 30
|
||||
|
||||
/obj/item/ammo_storage/box/c12mm/assault
|
||||
ammo_type = "/obj/item/ammo_casing/a12mm/assault"
|
||||
|
||||
/obj/item/ammo_storage/box/c45
|
||||
name = "ammo box (.45)"
|
||||
icon_state = "9mm"
|
||||
|
||||
@@ -65,6 +65,9 @@
|
||||
projectile_type = "/obj/item/projectile/bullet/midbullet"
|
||||
w_type = RECYK_METAL
|
||||
|
||||
/obj/item/ammo_casing/a12mm/assault
|
||||
projectile_type = "/obj/item/projectile/bullet/midbullet/assault"
|
||||
|
||||
/obj/item/ammo_casing/a12mm/bounce
|
||||
desc = "A rubber-titanium 12mm bullet casing."
|
||||
projectile_type = "/obj/item/projectile/bullet/midbullet/bouncebullet"
|
||||
|
||||
@@ -49,6 +49,9 @@
|
||||
else
|
||||
..()
|
||||
|
||||
/obj/item/weapon/gun/projectile/automatic/lockbox
|
||||
mag_type = "/obj/item/ammo_storage/magazine/smg9mm/empty"
|
||||
|
||||
/obj/item/weapon/gun/projectile/automatic/mini_uzi
|
||||
name = "Uzi"
|
||||
desc = "A lightweight, fast firing gun, for when you want someone dead. Uses .45 rounds."
|
||||
@@ -103,13 +106,16 @@
|
||||
max_shells = 20
|
||||
burst_count = 4
|
||||
caliber = list("12mm" = 1)
|
||||
ammo_type = "/obj/item/ammo_casing/a12mm"
|
||||
ammo_type = "/obj/item/ammo_casing/a12mm/assault"
|
||||
mag_type = "/obj/item/ammo_storage/magazine/a12mm"
|
||||
fire_sound = 'sound/weapons/Gunshot_c20.ogg'
|
||||
load_method = 2
|
||||
|
||||
gun_flags = AUTOMAGDROP | EMPTYCASINGS
|
||||
|
||||
/obj/item/weapon/gun/projectile/automatic/xcom/lockbox
|
||||
mag_type = "/obj/item/ammo_storage/magazine/a12mm/empty"
|
||||
|
||||
|
||||
/obj/item/weapon/gun/projectile/automatic/l6_saw
|
||||
name = "\improper L6 SAW"
|
||||
desc = "A rather traditionally made light machine gun with a pleasantly lacquered wooden pistol grip. Has 'Aussec Armoury- 2531' engraved on the reciever"
|
||||
|
||||
@@ -67,8 +67,15 @@
|
||||
weaken = 0
|
||||
superspeed = 1
|
||||
|
||||
/obj/item/projectile/bullet/midbullet/assault
|
||||
damage = 20
|
||||
stun = 0
|
||||
weaken = 0
|
||||
|
||||
/obj/item/projectile/bullet/midbullet2
|
||||
damage = 25
|
||||
stun = 0
|
||||
weaken = 0
|
||||
|
||||
/obj/item/projectile/bullet/midbullet/bouncebullet
|
||||
bounce_type = PROJREACT_WALLS|PROJREACT_WINDOWS
|
||||
|
||||
Reference in New Issue
Block a user