Skip to content

Commit

Permalink
Further reduces the strength of Zora Soda. (#5246)
Browse files Browse the repository at this point in the history
* Further reduces the strength of Zora Soda.

* Changelog
  • Loading branch information
Arrow768 committed Sep 10, 2018
1 parent 9a05d68 commit f83c04a
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 8 deletions.
Expand Up @@ -3647,7 +3647,7 @@
color = "#102000"
adj_temp = -5
adj_sleepy = -2
caffeine = 1
caffeine = 0.2
taste_description = "electric cherry"

/datum/reagent/drink/zorasoda/phoron
Expand All @@ -3657,7 +3657,7 @@
color = "#863333"
adj_temp = -5
adj_sleepy = -2
caffeine = 1
caffeine = 0.2
taste_description = "electric grape"

/datum/reagent/drink/zorasoda/kois
Expand All @@ -3667,7 +3667,7 @@
color = "#dcd9cd"
adj_temp = -5
adj_sleepy = -2
caffeine = 1
caffeine = 0.2
taste_description = "sugary cabbage"

/datum/reagent/drink/zorasoda/kois/affect_ingest(var/mob/living/carbon/M, var/alien, var/removed)
Expand All @@ -3681,7 +3681,7 @@
color = "#365000"
adj_temp = -5
adj_sleepy = -3
caffeine = 2
caffeine = 0.3
taste_description = "a full-body bite into an acidic lemon"

/datum/reagent/drink/zorasoda/hozm/affect_ingest(var/mob/living/carbon/M, var/alien, var/removed)
Expand All @@ -3697,7 +3697,7 @@
color = "#100800"
adj_temp = -5
adj_sleepy = -3
caffeine = 0.8
caffeine = 0.1
taste_description = "fizzy nettles"

/datum/reagent/drink/zorasoda/venomgrass/affect_ingest(var/mob/living/carbon/M, var/alien, var/removed)
Expand All @@ -3711,7 +3711,7 @@
color = "#E78108"
adj_temp = -5
adj_sleepy = -3
caffeine = 1
caffeine = 0.2
unaffected_species = IS_MACHINE
taste_description = "orange cream"

Expand All @@ -3726,7 +3726,7 @@
color = "#0000CD"
adj_temp = -5
adj_sleepy = -3
caffeine = 1
caffeine = 0.2
taste_description = "flat raspberry"

/datum/reagent/drink/zorasoda/cthur/affect_ingest(var/mob/living/carbon/M, var/alien, var/removed)
Expand Down Expand Up @@ -3761,7 +3761,7 @@
color = "#FFFF00"
adj_temp = -5
adj_sleepy = -3
caffeine = 1
caffeine = 0.2
taste_description = "a reassuring spectrum of color"

/datum/reagent/drink/zorasoda/jelly/affect_ingest(var/mob/living/carbon/M, var/alien, var/removed)
Expand Down
37 changes: 37 additions & 0 deletions html/changelogs/arrow768-zoranferfs.yml
@@ -0,0 +1,37 @@
################################
# Example Changelog File
#
# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
#
# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
# When it is, any changes listed below will disappear.
#
# Valid Prefixes:
# bugfix
# wip (For works in progress)
# tweak
# soundadd
# sounddel
# rscadd (general adding of nice things)
# rscdel (general deleting of nice things)
# imageadd
# imagedel
# maptweak
# spellcheck (typo fixes)
# experiment
# balance
#################################

# Your name.
author: Arrow768

# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
delete-after: True

# Any changes you've made. See valid prefix list above.
# INDENT WITH TWO SPACES. NOT TABS. SPACES.
# SCREW THIS UP AND IT WON'T WORK.
# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
changes:
- balance: "Nerfs ZoRa Soda."

0 comments on commit f83c04a

Please sign in to comment.