Vamp nerfs and other things.

Diseased touch costs 200 blood now. unlocks at 200.
Many vamp abilities increased in cooldown.
Screech shatters windows in a wider range.  Cost bumped to 90.  Cooldown
doubled.
Vampjaunt cost bumped slightly.
Hypnotize cooldown cut in half.
With the addition of firecode, vamp shadowstep and jaunt now extinguish
your being on fire.  More things that light vamps on fire will be added
soon.  Expecting nerfs from now on to be vamp counters instead of
ability nerfs.

Tweaks burstfire.  Rapid three-shots, and then delay as opposed to rapid
three-fire shots and then more rapid three fire shots.
Added rapidlaser, added to R&D.  Barely higher damage output/time than
normal laser.  I timed it.
Added Lawgiver, added to R&D.  Heavy research reqs.  Must decon a
decloner orplasmapistol to unlock it, so idiots won't be discovering it
as easily as you think.  Lawgiver hi-ex does average 30 damage on
explosion with low chance to KO.  Shot myself and mobs a ton of times.
Unconsciousness is very rare.  Pretty weak but very cool.  Might
actually buff it, undecided.
Adds incendiary rounds.
Nerfs mental focus.  It blasted you by 10-- that's enough to send you
literally offscreen.  Downed to 5.
Nerfed chemsprayer more.  It's now a huge item, w_class 5.  Cannot be
backpacked.  Cannot be bluespace backpacked.  Totally forgot about
defibs.  Will mess with later probably.
This commit is contained in:
Duck-
2014-08-15 01:57:57 -04:00
parent b880c5fa50
commit 9900cc4d40
14 changed files with 174 additions and 29 deletions
+20 -1
View File
@@ -1554,7 +1554,7 @@ datum/design/largecrossbow
build_path = "/obj/item/weapon/gun/energy/crossbow/largecrossbow"
datum/design/temp_gun
name = "Temperature Gun"
name = "Freeze Ray"
desc = "A gun that shoots temperature bullet energythings to change temperature."//Change it if you want
id = "temp_gun"
req_tech = list("combat" = 3, "materials" = 4, "powerstorage" = 3, "magnets" = 2)
@@ -1592,6 +1592,16 @@ datum/design/smg
build_path = "/obj/item/weapon/gun/projectile/automatic"
locked = 1
datum/design/rapidlaser
name = "Rapid-fire Laser"
desc = "A fast-firing laser that shoots bursts of weaker beams."
id = "smg"
req_tech = list("combat" = 4, "materials" = 3)
build_type = PROTOLATHE
materials = list("$metal" = 5000, "$uranium" = 1000)
build_path = "/obj/item/weapon/gun/energy/automatic/rapidlaser"
locked = 1
datum/design/ammo_9mm
name = "Ammunition Box (9mm)"
desc = "A box of prototype 9mm ammunition."
@@ -1618,6 +1628,15 @@ datum/design/plasmapistol
build_type = PROTOLATHE
materials = list("$metal" = 5000, "$glass" = 1000, "$plasma" = 3000)
build_path = "/obj/item/weapon/gun/energy/toxgun"
datum/design/lawgiver
name = "Lawgiver Mk II"
desc = "A highly advanced firearm for the modern police force. It has multiple voice-activated firing modes."
id = "lawgiver"
req_tech = list("combat" = 6, "plasmatech" = 4, "bluespace" = 5, "materials" = 7)
build_type = PROTOLATHE
materials = list("$metal" = 6000, "$glass" = 1000, "$uranium" = 1000, "$plasma" = 1000, "$diamond" = 3000)
build_path = "/obj/item/weapon/gun/energy/lawgiver"
/////////////////////////////////////////
/////////////////Mining//////////////////
/////////////////////////////////////////