Conversation
|
RSI Diff Bot; head commit 8aa2b06 merging into 72e12f3 Resources/Textures/Objects/Consumable/Drinks/wolfsmilk.rsi
|
|
okay hopefully im not an idiot with branches and this goes thru |
NotActuallyMarty
left a comment
There was a problem hiding this comment.
Move to _Omu namespace. i.e. Instead of putting changes in
Resources/Locale/en-US/flavors/flavor-profiles.ftl
move it to
Resources/Locale/en-US/_Omu/flavors/flavor-profiles.ftl
and so on for the other changes. If Those directories don't exist, make them and the files as necessary.
|
something isnt working with flavor so im gonna fix later |
… think its best it stays this way.
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
NotActuallyMarty
left a comment
There was a problem hiding this comment.
Like Two things need moving over, if you can't find the same directory structure just make it and put them there. i.e. Resources/Prototypes/_Omu/Recipes/Reactions/drinks.yml. If the yml file is not there, make one and put the thing there.
| - type: entity # Omu start | ||
| parent: DrinkGlass | ||
| id: DrinkWolfsMilk | ||
| suffix: Wolf's Milk | ||
| description: Nasty! | ||
| components: | ||
| - type: SolutionContainerManager | ||
| solutions: | ||
| drink: | ||
| maxVol: 30 | ||
| reagents: | ||
| - ReagentId: Wolf's Milk | ||
| Quantity: 30 | ||
| - type: Icon | ||
| sprite: Objects/Consumable/Drinks/eggnogglass.rsi | ||
| state: icon # Omu end |
There was a problem hiding this comment.
Move this to _Omu namespace.
| - 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 |
There was a problem hiding this comment.
Move this to _Omu namespace.
| - type: reaction | ||
| id: WolfsMilk | ||
| reactants: | ||
| Egg: | ||
| amount: 1 | ||
| Gin: | ||
| amount: 2 | ||
| CoffeeLiqueur: | ||
| amount: 1 | ||
| Milk: | ||
| amount: 2 | ||
| products: | ||
| WolfsMilk: 6 # end omu |
There was a problem hiding this comment.
Okay this needs moving to omu as well but it has legacy stuff that hasn't been moved if you're lazy keep it here i'll fix later.
| - type: reaction | ||
| id: BacchusBlessing | ||
| reactants: | ||
| Hooch: | ||
| amount: 1 | ||
| Absinthe: | ||
| amount: 1 | ||
| ManlyDorf: | ||
| amount: 1 | ||
| SyndicateBomb: | ||
| amount: 1 | ||
| products: | ||
| BacchusBlessing: 4 |
There was a problem hiding this comment.
whatever i'll move this to fix later.
| - 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.
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.
whatever i'll move this to fix later.
Additionally another drink called the welles is a few lines up & needs to be moved
# Conflicts: # Resources/Prototypes/_Omu/Recipes/Reactions/drinks.yml




About the PR
Added a new drink called wolf's milk
Why / Balance
This was bountied https://discord.com/channels/1406768242843979816/1478239775554273463/1478239775554273463
Technical details
adds a new reaction to make the cocktail, the cocktail, the texture, and all other supporting stuff for it
Media
2026-03-19.00-18-22.mp4
Requirements
Breaking changes
I hope nothing.. summoning a metamorphic glass [Wolf's Milk] Then editing solutions will cause a client crash, obviously this is a nonissue for regular players and non-admins.
Changelog
🆑