Skip to content

Commit

Permalink
TG Station Burgers (#15217)
Browse files Browse the repository at this point in the history
Co-authored-by: metalgearsloth <[email protected]>
  • Loading branch information
potato1234x and metalgearsloth authored May 6, 2023
1 parent a9a8b46 commit c2a5ca9
Show file tree
Hide file tree
Showing 15 changed files with 801 additions and 310 deletions.
8 changes: 8 additions & 0 deletions Resources/Locale/en-US/flavors/flavor-profiles.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ flavor-base-spicy = spicy
flavor-base-metallic = metallic
flavor-base-meaty = meaty
flavor-base-fishy = fishy
flavor-base-crabby = crabby
flavor-base-cheesy = cheesy
flavor-base-funny = funny
flavor-base-tingly = tingly
Expand Down Expand Up @@ -69,6 +70,8 @@ flavor-complex-batter = like batter
flavor-complex-butter = like butter
flavor-complex-egg = like egg
flavor-complex-bacon = like bacon
flavor-complex-chicken = like chicken
flavor-complex-duck = like duck
flavor-complex-chocolate = like chocolate
flavor-complex-pasta = like pasta
flavor-complex-rice = like rice
Expand Down Expand Up @@ -128,6 +131,11 @@ flavor-complex-bad-joke = like a bad joke
flavor-complex-memory-leek = like a fork bomb
flavor-complex-gunpowder = like gunpowder
flavor-complex-validhunting = like validhunting
flavor-complex-people = like people
flavor-complex-cat = like cat
flavor-complex-homerun = like a home run
flavor-complex-grass = like grass
flavor-complex-flare = like a smoking flare
flavor-complex-cobwebs = like cobwebs
flavor-complex-sadness = like sadness
flavor-complex-hope = like hope
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ ent-CrateNPCCat = Cat crate
ent-CrateNPCChicken = Chicken crate
.desc = A crate containing four fully grown chickens.
ent-CrateNPCCrab = Crab crate
.desc = A crate containing three huge crabs.
ent-CrateNPCDuck = Duck crate
.desc = A crate containing six fully grown ducks.
Expand Down
10 changes: 10 additions & 0 deletions Resources/Prototypes/Catalog/Cargo/cargo_livestock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,16 @@
category: Livestock
group: market

- type: cargoProduct
id: LivestockCrab
icon:
sprite: Mobs/Animals/crab.rsi
state: crab
product: CrateNPCCrab
cost: 1800
category: Livestock
group: market

- type: cargoProduct
id: LivestockDuck
icon:
Expand Down
9 changes: 9 additions & 0 deletions Resources/Prototypes/Catalog/Fills/Crates/npc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@
- id: MobChicken
amount: 4

- type: entity
id: CrateNPCCrab
parent: CrateLivestock
components:
- type: StorageFill
contents:
- id: MobCrab
amount: 3

- type: entity
id: CrateNPCDuck
parent: CrateLivestock
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
- FoodBurgerBacon
- FoodBurgerEmpowered
- FoodBurgerCrab
- FoodBurgerHuman
- FoodBurgerSoy
- FoodBurgerMcrib
- FoodBurgerMcguffin
Expand Down Expand Up @@ -51,7 +52,9 @@
rarePrototypes:
- FoodBurgerAppendix
- FoodBurgerRobot
- FoodBurgerBaseball
- FoodBurgerBear
- FoodBurgerCat
- FoodBurgerClown
- FoodBurgerMime
- FoodBurgerBrain
Expand Down
5 changes: 5 additions & 0 deletions Resources/Prototypes/Entities/Mobs/Species/dwarf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
- type: Body
prototype: Dwarf
requiredLegs: 2
- type: Butcherable
butcheringType: Spike
spawned:
- id: FoodMeatHuman
amount: 5
- type: Fixtures
fixtures: # TODO: This needs a second fixture just for mob collisions.
fix1:
Expand Down
5 changes: 5 additions & 0 deletions Resources/Prototypes/Entities/Mobs/Species/human.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
- type: Hunger
- type: Thirst
- type: Perishable
- type: Butcherable
butcheringType: Spike
spawned:
- id: FoodMeatHuman
amount: 5

- type: entity
name: Urist McHands
Expand Down
5 changes: 5 additions & 0 deletions Resources/Prototypes/Entities/Mobs/Species/reptilian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
- type: Body
prototype: Reptilian
requiredLegs: 2
- type: Butcherable
butcheringType: Spike
spawned:
- id: FoodMeatLizard
amount: 5
- type: LizardAccent
- type: Speech
speechSounds: Lizard
Expand Down
Loading

0 comments on commit c2a5ca9

Please sign in to comment.