Skip to content

Commit

Permalink
Merge pull request #1213 from mqole/housemd
Browse files Browse the repository at this point in the history
he needs mouse bites to live
  • Loading branch information
hivehum authored Jan 3, 2025
2 parents 2d1b159 + 8f43adc commit 92af4cf
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ flavor-base-whimsy = whimsical
flavor-complex-secticket = like rotten eggs
flavor-complex-medium = like your vision expanded
flavor-complex-rodent = like rodents
3 changes: 3 additions & 0 deletions Resources/Locale/en-US/_Impstation/reagents/meta/fun.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ reagent-desc-holium = An impossibly compressed liquid. It feels as though it cou
reagent-name-medium = medium
reagent-desc-medium = An alchemical medium to the afterlife.
reagent-name-mouse-bites = mouse bites
reagent-desc-mouse-bites = The patient needs mouse bites to live
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ reagent-physical-desc-gender = affirming
reagent-physical-desc-thavenbad = unpleasant
reagent-physical-desc-brotherly = brotherly
reagent-physical-desc-thegrease = really greasy
reagent-physical-desc-rodent = mousy
2 changes: 2 additions & 0 deletions Resources/Prototypes/Entities/Mobs/NPCs/animals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1727,6 +1727,8 @@
reagents:
- ReagentId: UncookedAnimalProteins
Quantity: 3
- ReagentId: MouseBites #imp
Quantity: 2
- type: Butcherable
spawned:
- id: FoodMeatRat
Expand Down
5 changes: 5 additions & 0 deletions Resources/Prototypes/_Impstation/Flavors/flavors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,8 @@
id: medium
flavorType: Complex
description: flavor-complex-medium

- type: flavor
id: rodent
flavorType: Complex
description: flavor-complex-rodent
16 changes: 15 additions & 1 deletion Resources/Prototypes/_Impstation/Reagents/fun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
entity: FloorChasmEntity
maxOnTileWhitelist:
tags: [ FloorChasmEntity ]

- type: reagent
id: Medium
name: reagent-name-medium
Expand All @@ -138,3 +138,17 @@
conditions:
- !type:ReagentThreshold
min: 20

- type: reagent
id: MouseBites
name: reagent-name-mouse-bites
desc: reagent-desc-mouse-bites
physicalDesc: reagent-physical-desc-rodent
flavor: rodent
color: "#C70039"
metabolisms:
Medicine:
effects:
# its just a weaker tranex with no od
- !type:ModifyBleedAmount
amount: -0.5

0 comments on commit 92af4cf

Please sign in to comment.