Skip to content

Commit

Permalink
Fix small animals gib and slow down the lathe (new-frontiers-14#2261)
Browse files Browse the repository at this point in the history
* Fix gib and slow make

* Update animals.yml
  • Loading branch information
dvir001 authored Oct 16, 2024
1 parent 397e640 commit d58d13d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 10 deletions.
9 changes: 9 additions & 0 deletions Resources/Prototypes/Entities/Mobs/NPCs/animals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,12 @@
damage:
types:
Piercing: 0
- type: TriggerOnBeingGibbed # Frontier
- type: GibOnTrigger # Frontier
deleteItems: true # Frontier
deleteOrgans: true # Frontier
gib: false # Frontier
useArgumentEntity: true # Frontier

- type: entity
name: glockroach
Expand Down Expand Up @@ -522,6 +528,9 @@
spawned:
- id: FoodMeatSlime
amount: 2
- id: HideMothroach # Frontier
amount: 1 # Frontier
prob: 0.3 # Frontier
- type: Extractable
grindableSolutionName: food
- type: ReplacementAccent
Expand Down
20 changes: 10 additions & 10 deletions Resources/Prototypes/Recipes/Lathes/rehydrateable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,72 +3,72 @@
- type: latheRecipe
id: MonkeyCube
result: MonkeyCube
completetime: 30
completetime: 300 # Frontier 30<300
materials:
Biomass: 16

- type: latheRecipe
id: KoboldCube
result: KoboldCube
completetime: 30
completetime: 300 # Frontier 30<300
materials:
Biomass: 16

- type: latheRecipe
id: CowCube
result: CowCube
completetime: 30
completetime: 300 # Frontier 30<300
materials:
Biomass: 120

- type: latheRecipe
id: GoatCube
result: GoatCube
completetime: 30
completetime: 300 # Frontier 30<300
materials:
Biomass: 35

- type: latheRecipe
id: MothroachCube
result: MothroachCube
completetime: 45 # prevent biblical floods
completetime: 450 # prevent biblical floods, Frontier 45<450
materials:
Biomass: 20 # a lot of materials wasted due to complex genetics

- type: latheRecipe
id: MouseCube
result: MouseCube
completetime: 15
completetime: 150 # Frontier 15<150
materials:
Biomass: 12

- type: latheRecipe
id: CockroachCube
result: CockroachCube
completetime: 15
completetime: 150 # Frontier 15<150
materials:
Biomass: 16

- type: latheRecipe
id: SpaceCarpCube
result: SpaceCarpCube
completetime: 30
completetime: 300 # Frontier 30<300
materials:
Biomass: 24
Plasma: 600

- type: latheRecipe
id: SpaceTickCube
result: SpaceTickCube
completetime: 15
completetime: 150 # Frontier 15<150
materials:
Biomass: 8
Plasma: 300 # less biomass but more plasma

- type: latheRecipe
id: AbominationCube
result: AbominationCube
completetime: 30
completetime: 300 # Frontier 30<300
materials: # abominations are slow and essentially worse than even carp
Biomass: 28
Plasma: 500 # more biomass but less plasma

0 comments on commit d58d13d

Please sign in to comment.