Commit Graph

2511 Commits

Author SHA1 Message Date
Spades 19511ae184 Rebalanced the Energy Luger
@Yoshax noticed that the Energy Luger can do a retarded amount of damage
over its Energy Gun counterpart. The Energy Luger has 140% more shots on
all settings than the standard Energy Gun. The Energy Luger has the
potential to do 2.4x more damage. This is absurd, and not its intended
design. This was an oversight that occured during a recent rework of
Polaris energy guns and how batteries work.

I have three possible solutions. This is one of them.

A) Rebalance it to match the energy gun, including the ability to reload
it (requires a new sprite which I do not have).
B) Lock the battery, making it impossible to reload without a charge
station, but allow it to keep twice the capacity. (I'll fix the numbers
so it's exactly 2x the Egun capacity, not 2.4x)
C) Lock the battery, but remove the firing delay. **This is what I did
in this PR.**

Discuss the three solutions and decide what is best. Option A is not an
option without a sprite, though, so if anyone wants option A, make a
sprite.
2017-11-14 02:11:49 -05:00
killer653 0f8c083837 SilverTalisman Whitelist Implant 2017-11-13 21:18:33 -05:00
Spades 0761203b90 Merge pull request #2444 from Cameron653/master
Makes it so nevreans can fly w/ default tail.
2017-11-12 11:52:03 -05:00
Spades 4de5f0b989 Merge pull request #2450 from Verkister/fuzzytoggle
Adds toggleable character pref for sharp/fuzzy scaling. (Tested.)
2017-11-12 11:49:29 -05:00
Spades 5cea42a2b8 Merge pull request #2440 from Verkister/orgurg
Makes HV at least somewhat feasible with organ nutrition.
2017-11-12 11:49:10 -05:00
killer653 b1ce51c2b3 Adds in Drop Noms
Information to include in PR
Panel: https://i.imgur.com/Ru0Mb2w.png
Pred falling onto prey: https://i.imgur.com/Y28TaJn.gifv
Prey falling onto pred: https://i.imgur.com/DzZlQbr.gifv
Person falling onto person w/ unaligned prefs:
https://i.imgur.com/DzZlQbr.gifv
Pred falling onto prey does anywhere from 0 to 30 damage to the pred
Prey falling into pred does 0 damage to both.
Unaligned causes the faller to suffer damage & a stun, person being
fallen on gets stunned
Dropping onto someone w/ dropnom: https://i.imgur.com/PywIfAI.png
Dropping onto someone w/ dropnom: https://i.imgur.com/H7o5g9f.png
2017-11-12 00:32:54 -05:00
Verkister b6d4686ba0 Update bellymodes_vr.dm 2017-11-11 17:07:28 +02:00
Verkister 09591d9395 It works now. 2017-11-11 16:00:37 +02:00
Verkister 72edb34ecc Adds toggleable character pref for sharp/fuzzy scaling.
-Yeah you should now be able to choose how you look.
-Especially benefitical for any character scaled to those atrociously fucked up deformation ranges.
-Can't really test it properly though due to the compile nature of the good ol' PIXEL_SCALE line in dm and my compy somehow forcing fuzzy on for some reason anyway. (my laptop's got the sharp mode tho)
-Kinda based on #1947 Go there for preview examples.
2017-11-10 12:19:31 +02:00
Verkister 7b145097e7 Update bellymodes_vr.dm 2017-11-08 16:34:35 +02:00
Verkister badd59384f Makes HV at least somewhat feasible with organ nutrition.
-Yeah you don't even get a single food bite worth of nutrition if your victim dies.
-This balances that some by giving severed organs an actual nutritional value instead of garbage treatment.
2017-11-08 16:31:41 +02:00
Verkister e9c61e640e organ buff 2017-11-08 09:50:17 +02:00
Verkister b563c44e3f nerfed to half. 2017-11-08 09:34:56 +02:00
killer653 d1ab2174e1 Because nevreans can fly in lore with whatever
As requested by
2017-11-07 19:01:52 -05:00
Cameron653 0ae99ee304 Update sprite_accessories_vr.dm 2017-11-06 18:33:04 -05:00
killer653 635ed3a30c Moves Icowom's tail&wings to wing classification.
Schock die System
2017-11-06 17:58:24 -05:00
Verkister 98795c8a57 mob size scaling 2017-11-05 21:47:47 +02:00
Verkister 7278250387 Some gurgle gain tweaks.
-Dead mobs now give 100 nutrition, dead mice only 20 as before.
-Broadened the scope of vulnerable food items for item friendly mode.
-Made severed organs give 20 nutrition per piece.
2017-11-05 21:00:52 +02:00
Spades 7ff4a6434e Merge pull request #2410 from Cyantime/reagentratios
Reagent generator implants now support multiple reagents at once.
2017-11-04 13:08:35 -04:00
Spades 59b13ab098 Merge pull request #2387 from Cameron653/WING_FLIGHT
Allows flight with wings.
2017-11-04 13:06:52 -04:00
Cyantime d5f582013f Reagent generator implants now support multiple reagents at once. 2017-11-04 01:04:37 -04:00
killer653 0091693180 Missed these 3 2017-11-03 18:24:37 -04:00
killer653 954d254f11 Makes the var on /mob, making it easier to porrt. 2017-10-31 19:08:45 -04:00
Verkister 972af3b1dd makes player gurgledeaths give admin logs 2017-10-30 13:05:00 +02:00
Cameron653 553de2320e Fixes comma V2
Moves it to the proper place
2017-10-29 17:32:21 -04:00
Cameron653 4791eff882 Fixes a typo 2017-10-29 15:41:32 -04:00
Cameron Lennox c99e7b51da Changes the knockout checks to incap all.
Also stops micro interactions while flying.
2017-10-29 11:30:43 -04:00
Verkister 688e5ccc12 Removes a redundant double check from digestion_death.
-If we get into this proc the victim is already dead and there's no need for a re-kill.
-Essentially the cause behind mouse carcasses screaming in the gut.
-Thing was calling the death proc for the already dead mob and the death proc is what contains the scream on mice.
2017-10-29 14:14:22 +02:00
killer653 e9585bfc6d Allows flight with wings. 2017-10-28 19:51:14 -04:00
Spades fe812c9f87 Merge pull request #2371 from Verkister/nastiness
New gurgle contamination system.
2017-10-28 11:18:50 -04:00
killer653 315711b314 Pol sync part 2 2017-10-27 15:30:51 -04:00
Verkister 78efa41737 whoop 2017-10-26 19:15:30 +03:00
Verkister f059fd2704 New gurgle contamination system.
-Added a new type of dedicated contamination proc for gurglestuffs.
-New gurglecontamination can have different outcomes depending on item.
-New soggy overlay with stink lines lmao.
-Also affects the items' name and flavor text until washed.
-Washable in regular sinks too.
-Affects a whole lot of more items than the phoron contamination with the ability of decontaminating without washing machine.
-Also made gurgled "holder" items (picked up mobs like mice, micros, and monkeys) drop their mob into the belly instead of just poofing out of existence with it.
2017-10-26 19:13:49 +03:00
Spades ce2e4b1c54 Merge pull request #2367 from Natje0/master
Adds Large Feathered wings
2017-10-25 21:09:34 -04:00
Natje0 c2473bf948 Code for large angel wings 2017-10-24 13:47:43 +02:00
Verkister c0056612ad Merge branch 'master' of https://github.com/VOREStation/VOREStation into unbrutal 2017-10-22 15:20:04 +03:00
Verkister 8c23737fea Applies the gurgle damage scaling for borg gains as well.
-Also lowers the dead mob gain to the same tickdamage-to-corpsegurgle ratio as it is to humans because fuck getting 100% charge from a mere handful of mice.
2017-10-22 15:19:38 +03:00
Spades 838654f9d5 Merge pull request #2339 from Verkister/unbrutal
Removes the minimum limits to gurgle damage and scales the nutrition gain with them.
2017-10-21 23:15:53 -04:00
Verkister c430022447 I actually made the lower limit obsolete with the scaling oops 2017-10-20 21:19:23 +03:00
Verkister d58cacc85a Scales the nutrition gain according to gurgledamage. 2017-10-20 20:50:02 +03:00
Verkister 32b8cbc080 Okay made it 1 minimum for both. 2017-10-20 20:39:01 +03:00
Verkister 5d97f81047 Sets the minimum digest brute to 0 from 3.
-Afaik the 3 was supposed to be like the minimum total damage for the slowest gurgles, but with the limit being applied to both damage types, the actual minimum damage was restricted to 2+3 or 3+3 depending whether you had touched the default brute value or not, basically causing the slowest possible digestion still being faster than default.
2017-10-20 12:57:42 +03:00
Yumi (AKA Gowst) 110f23bbbe adds panda ears and eye markings to character customization 2017-10-19 16:06:53 -05:00
Cyantime 231859ae27 Fixes the sizegun's origin_tech 2017-10-17 19:15:43 -04:00
Verkister 23b81fa0ed Fixes the special type tails using wrong blend mode.
-The ones using effects/species_tails_vr.dmi
-Unathi, tajaran, sergal(old), akula, nevrean, tesh, fox, fennec.
2017-10-17 09:36:12 +03:00
Cameron653 266e300d27 Merge pull request #2306 from saysage/master
Hotfix for custom clothes
2017-10-16 16:47:50 -04:00
saysage 934288aa9e Update custom_clothes_vr.dm 2017-10-16 16:02:35 +03:00
killer653 61e1333f88 Adds a "finalize" variable and toggle for drain. 2017-10-15 18:31:28 -04:00
Cameron653 4716e4900d Merge branch 'master' into SUCCUBUS_DRAIN 2017-10-15 17:46:52 -04:00
Spades d2ffc7c4f1 Merge pull request #2297 from saysage/master
JackNoir413 custom clothes
2017-10-15 16:22:58 -04:00