Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion Resources/Prototypes/_Mono/Entities/Mobs/Chimera/biomass.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,24 @@
- Chimera
- ChimeraFloor
- Meat
# Forge-Change
# Forge-Change-Start
- type: NpcFactionMember
factions:
- Chimera
- type: Reactive
groups:
Flammable: [Touch]
Extinguish: [Touch]
- reagents: [Mesotaxinide]
methods: [Touch]
effects:
- !type:HealthChange
scaleByQuantity: true
damage:
groups:
Burn: 6
Brute: 7
types:
Caustic: 20
Cellular: 5
# Forge-Change-End
6 changes: 5 additions & 1 deletion Resources/Prototypes/_Mono/Reagents/medicine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@
flavor: medicine
color: "#437ca8"
worksOnTheDead: true
# Forge-Change-Start
tileReactions:
- !type:CleanTileReaction { }
# Forge-Change-End
metabolisms:
Medicine:
metabolismRate: 0.25
Expand Down Expand Up @@ -227,4 +231,4 @@
key: ClawsGrowthSuppression
component: ClawsGrowthSuppression
time: 10
type: Add
type: Add
Loading