Skip to content
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

Add spicy rock pizza #30116

Merged
merged 7 commits into from
Jul 23, 2024
Merged

Conversation

mkanke-real
Copy link
Contributor

About the PR

Spicy rock pizza (uranium laced pizza) has been added to the game as a new fun way to consume uranium.

Why / Balance

Why should we have only one way to consume uranium? Burgers have so many wacky flavors, its only fair pizza gets one too! To solve the lack of wacky pizza this PR adds an item named spicy rock pizza. It is not something that would be made often as chili peppers are not a common botony product currently and uranium is generally no where near a kitchen. It deals minor radiation damage but in order to crit via eating a good deal has to be consumed, so unless a antag is force feeding it to someone so it is relatively safe.

Technical details

This pizza flavor can be make using 1 uranium sheet, 1 flat dough, 2 chili peppers and two tomatoes for 30 seconds in the microwave. Upon consumption it will deal radiation damage via the radium reagent over time. The pizza glows using the point light component so its instantly distinct from all other pizza flavors so a character can avoid accidental consumption. Under the pizza party event it falls under the rare category so it is not something that will be seen during most gameplay sessions unless specifically sought out.

Media

  • I have added screenshots/videos to this PR showcasing its changes ingame, or this PR does not require an ingame showcase

Breaking changes

Changelog

add: Spicy rock pizza is craftable in the microwave.
Spicy Rock Pizza Example

@github-actions github-actions bot added Changes: No C# Changes: Requires no C# knowledge to review or fix this item. Changes: Sprites Changes: Might require knowledge of spriting or visual design. labels Jul 17, 2024
Copy link
Contributor

github-actions bot commented Jul 17, 2024

RSI Diff Bot; head commit ae1890c merging into 11320f4
This PR makes changes to 1 or more RSIs. Here is a summary of all changes:

Resources/Textures/Objects/Consumable/Food/Baked/pizza.rsi

State Old New Status
uranium-pizza Added
uranium-slice Added

Edit: diff updated after ae1890c

@slarticodefast
Copy link
Member

slarticodefast commented Jul 17, 2024

I love the idea and artwork :)
Some minor things:

  • remove the empty line 575
  • The values for Nutriment is way too high compared to other pizzas
  • The the individual reagents should add up to the max volume. You currently have more reagents inside the pizza than its volume allows
  • 1 sheet of uranium has 8 uranium and 2 radium in it (see \Resources\Prototypes\Entities\Objects\Materials\Sheets\other.yml). If you cook that into pizza it turns into 80 radium. You should try to keep those amounts the same.
    grafik
  • A FoodPizzaUranium has 100 Nutriment and 80 radium, but you can turn it into 8 slices with 50,10 each, meaning you have a total of 400 Nutriment and 40 Radium after cutting it. These numbers should match up.
  • (looks like something similar is happening with other pizza types when slicing because the number of slices got changed from 6 to 8 at some point, but that is not your fault)

@mkanke-real mkanke-real requested a review from LankLTE July 18, 2024 01:34
@github-actions github-actions bot added the S: Needs Review Status: Requires additional reviews before being fully accepted label Jul 18, 2024
@LankLTE
Copy link
Contributor

LankLTE commented Jul 21, 2024

Where was the sprite taken from? You should update the meta.yml's copyright field if you made it yourself.

@mkanke-real
Copy link
Contributor Author

Where was the sprite taken from? You should update the meta.yml's copyright field if you made it yourself.

Went ahead an added it to the very end of the other copyright info as its a sprite edit of the margherita pizza sprite. If there is a better way to add the credit in let me know!

@LankLTE LankLTE merged commit e1f3bdc into space-wizards:master Jul 23, 2024
13 checks passed
themias pushed a commit to themias/space-station-14 that referenced this pull request Aug 9, 2024
* Added all the parts to implement spicy rock pizza

* Added sprites for pizza

* Fixed coma formatting in meta.json for pizzas

* Fix formatting and rebalance reagent quantities in pizza.yml

* Flipped Uranium and Radium values to be the correct ratio

* Updated meta.json file to have credit for sprite
Debiloid3000 pushed a commit to BrigChill3000/genesis-station-14 that referenced this pull request Sep 12, 2024
* Added all the parts to implement spicy rock pizza

* Added sprites for pizza

* Fixed coma formatting in meta.json for pizzas

* Fix formatting and rebalance reagent quantities in pizza.yml

* Flipped Uranium and Radium values to be the correct ratio

* Updated meta.json file to have credit for sprite
Baa14453 pushed a commit to Baa14453/space-station-14 that referenced this pull request Oct 19, 2024
* Added all the parts to implement spicy rock pizza

* Added sprites for pizza

* Fixed coma formatting in meta.json for pizzas

* Fix formatting and rebalance reagent quantities in pizza.yml

* Flipped Uranium and Radium values to be the correct ratio

* Updated meta.json file to have credit for sprite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changes: No C# Changes: Requires no C# knowledge to review or fix this item. Changes: Sprites Changes: Might require knowledge of spriting or visual design. S: Needs Review Status: Requires additional reviews before being fully accepted
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants