-
Notifications
You must be signed in to change notification settings - Fork 149
[Bounty] Wolf's milk drink #706
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from 7 commits
d3ea5ab
16e2e88
d76d4b9
ad362ac
5f1da44
677ac17
87336e4
38db7c9
9f281a5
8aa2b06
3473129
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| reagent-physical-desc-maddening = maddening | ||
| reagent-physical-desc-dark = dark | ||
| reagent-physical-desc-menacing = menacing | ||
| reagent-physical-desc-menacing = menacing | ||
|
|
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2401,7 +2401,9 @@ | |
| factor: 2 | ||
| - !type:AdjustReagent | ||
| reagent: Ethanol | ||
| amount: 0.2 # Omu end | ||
| amount: 0.2 | ||
|
|
||
| # Omu end | ||
|
|
||
| - type: reagent | ||
| id: Mimeosa | ||
|
|
@@ -2716,3 +2718,18 @@ | |
| - !type:OrganType # Delta V - Same as above | ||
| type: Oni | ||
| shouldHave: false | ||
|
|
||
| - type: reagent # Omu stuff | ||
| id: WolfsMilk | ||
| name: reagent-name-wolfs-milk | ||
| parent: BaseAlcohol | ||
| desc: reagent-desc-wolfs-milk | ||
| physicalDesc: reagent-physical-desc-chunky | ||
| flavor: wolfsmilk | ||
| color: "#C1C2AE" | ||
| metamorphicSprite: | ||
| sprite: Objects/Consumable/Drinks/wolfsmilk.rsi | ||
| state: icon_empty | ||
| metamorphicMaxFillLevels: 4 | ||
| metamorphicFillBaseName: fill- | ||
| metamorphicChangeColor: false | ||
|
||
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -1408,7 +1408,21 @@ | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| SolDry: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| amount: 1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| products: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| TheWelles: 6 # Omu end | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| TheWelles: 6 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
| - type: reaction | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| id: WolfsMilk | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| reactants: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Egg: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| amount: 1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Gin: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| amount: 2 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CoffeeLiqueur: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| amount: 1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Milk: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| amount: 2 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| products: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| WolfsMilk: 6 # end omu | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
| - type: reaction | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| id: Vodka | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
@@ -1621,3 +1635,17 @@ | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| amount: 1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| products: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| BacchusBlessing: 4 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
| - type: reaction | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| id: BacchusBlessing | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| reactants: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Hooch: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| amount: 1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Absinthe: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| amount: 1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ManlyDorf: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| amount: 1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SyndicateBomb: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| amount: 1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| products: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| BacchusBlessing: 4 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
| - type: reaction | |
| id: BacchusBlessing | |
| reactants: | |
| Hooch: | |
| amount: 1 | |
| Absinthe: | |
| amount: 1 | |
| ManlyDorf: | |
| amount: 1 | |
| SyndicateBomb: | |
| amount: 1 | |
| products: | |
| BacchusBlessing: 4 | |
| - type: reaction # Omu start | |
| id: BacchusBlessing | |
| reactants: | |
| Hooch: | |
| amount: 1 | |
| Absinthe: | |
| amount: 1 | |
| ManlyDorf: | |
| amount: 1 | |
| SyndicateBomb: | |
| amount: 1 | |
| products: | |
| BacchusBlessing: 4 # Omu end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My issue is that whenever I moved these and made new folders it would entirely break the drink, new directories genuinely just break it, I'll make another commit and try to make it work if you'd like
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
whatever i'll move this to fix later.
Additionally another drink called the welles is a few lines up & needs to be moved
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| { | ||
| "version": 1, | ||
| "size": | ||
| { | ||
| "x": 32, | ||
| "y": 32 | ||
| }, | ||
| "license": "CC-BY-SA-3.0", | ||
| "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi. Fill levels by Tayrtahn on GitHub.", | ||
| "states": | ||
| [ | ||
| { | ||
| "name": "icon" | ||
| }, | ||
| { | ||
| "name": "icon_empty" | ||
| }, | ||
| { | ||
| "name": "fill-1" | ||
| }, | ||
| { | ||
| "name": "fill-2" | ||
| }, | ||
| { | ||
| "name": "fill-3" | ||
| }, | ||
| { | ||
| "name": "fill-4" | ||
| } | ||
| ] | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move this to _Omu namespace.