Skip to content

Commit

Permalink
Sad Meal
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 committed Mar 15, 2024
1 parent a7b8e72 commit 85c37fa
Show file tree
Hide file tree
Showing 17 changed files with 141 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
back: ClothingBackpackFilled
shoes: ClothingShoesColorBlack
id: MailCarrierPDA
ears: ClothingHeadsetCargo
ears: ClothingHeadsetMailCarrier # Frontier - ClothingHeadsetCargo<ClothingHeadsetMailCarrier
belt: MailBag
innerClothingSkirt: ClothingUniformJumpskirtMailCarrier
satchel: ClothingBackpackSatchelFilled
Expand Down
4 changes: 3 additions & 1 deletion Resources/Prototypes/_NF/Catalog/Fills/Lockers/mail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
components:
- type: StorageFill
contents:
- id: ClothingBackpackClippy
- id: ClothingOuterWinterCoatMail
- id: WeaponMailLake
- id: BoxMailCapsulePrimed
amount: 2
amount: 2
12 changes: 12 additions & 0 deletions Resources/Prototypes/_NF/Entities/Clothing/Back/backpacks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,15 @@
components:
- type: Sprite
sprite: _NF/Clothing/Back/Backpacks/ertmailcarrier.rsi

- type: entity
parent: ClothingBackpack
id: ClothingBackpackClippy
name: Clippy's backpack
description: Made from a real Clippy.
components:
- type: Sprite
sprite: _NF/Clothing/Back/Backpacks/clippy.rsi
- type: Storage
storageOpenSound:
collection: CatMeows
5 changes: 5 additions & 0 deletions Resources/Prototypes/_NF/Entities/Mobs/NPCs/pets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
- type: AutoImplant
implants:
- MedicalTrackingImplant
- type: Butcherable
spawned:
- id: FoodMeatCat
amount: 1
# - id: MaterialHideClippy

- type: entity
name: Clarpy
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# When adding new food also add to random spawner located in Resources\Prototypes\Entities\Markers\Spawners\Random\Food_Drinks\food_single.yml
# Bun

# Custom Burger Example

- type: entity
name: clurger
parent: FoodBurgerBase
id: FoodBurgerClurger
description: The Mail Carrier's favorite!
components:
- type: FlavorProfile
flavors:
- bun
- validhunting
- type: Sprite
scale: 0.8, 0.8
sprite: _NF/Objects/Consumable/Food/burger.rsi
state: clurger
- type: SolutionContainerManager
solutions:
food:
maxVol: 25
reagents:
- ReagentId: Bicaridine #keeping it somewhat consistent with the meat itself
Quantity: 7
- ReagentId: Vitamin
Quantity: 12
- type: Tag
tags:
- Meat
26 changes: 26 additions & 0 deletions Resources/Prototypes/_NF/Entities/Objects/Consumable/Food/meat.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Raw

- type: entity
name: prime-cut cat meat
# can't rot since that would be very bad for syndies
parent: FoodMeatBase
id: FoodMeatCat
description: The tainted gift of an evil crime. The meat may be delicious, but at what cost?
components:
- type: Tag
tags:
- Raw
- HighRiskItem
- Meat
- type: Sprite
state: corgi
- type: SolutionContainerManager
solutions:
food:
reagents:
- ReagentId: Bicaridine
Quantity: 20
- type: StaticPrice
price: 750
# - type: StealTarget
# stealGroup: FoodMeatCat
12 changes: 12 additions & 0 deletions Resources/Prototypes/_NF/Recipes/Cooking/meal_recipes.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
#Burgers

- type: microwaveMealRecipe
id: RecipeClurgerBurger
name: clippy burger recipe
result: FoodBurgerClurger
time: 10
solids:
FoodBreadBun: 1
ClothingHeadMailCarrier: 1
FoodMeatCat: 1

#Other

- type: microwaveMealRecipe
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by gentlebutter(Discord) for fs14.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "clurger.png created by gentlebutter (Discord)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "clurger"
},
{
"name": "plate"
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 85c37fa

Please sign in to comment.