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:
icantthinkofanameritenow
2016-08-25 18:12:00 -04:00
committed by ComicIronic
parent 14b0f15c95
commit 41870cac1c
6 changed files with 36 additions and 9 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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