Skip to content

Commit

Permalink
make snarer hearts less of a difficulty spike
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Jan 15, 2024
1 parent 730e2c0 commit 7a530f6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Date: ?
- Buffed fawogae path 3. No longer replaces the fawogae -> raw coal recipe and instead lets you have both.
- Fixed that antelopes had no blood.
- Fixed a crash when loading certian old saves
- To smooth the endgame difficuly spike: Snarer hearts removed from perfect samples (now imperfect samples, ha) replaced with dingrit spikes.
- Snarer hearts added to utility science pack. Kevlar removed from utility science pack.
---------------------------------------------------------------------------------------------------
Version: 2.1.14
Date: 2024-1-10
Expand Down
4 changes: 2 additions & 2 deletions prototypes/recipes/recipes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1960,11 +1960,11 @@ RECIPE {
{type = 'item', name = 'polynuclear-ganglion', amount = 1},
{type = 'item', name = 'geostabilization-tissue', amount = 1},
{type = 'item', name = 'lcc', amount = 1},
{type = 'item', name = 'tendon', amount = 10},
{type = 'item', name = 'tendon', amount = 1},
{type = 'item', name = 'cryogland', amount = 1},
{type = 'item', name = 'subdermal-chemosnare', amount = 1},
{type = 'item', name = 'sternite-lung', amount = 1},
{type = 'item', name = 'snarer-heart', amount = 1},
{type = 'item', name = 'dingrit-spike', amount = 1},
{type = 'item', name = 'magnetic-organ', amount = 1},
{type = 'item', name = 'glandular-myocluster', amount = 1},
{type = 'item', name = 'hormonal', amount = 1},
Expand Down
4 changes: 3 additions & 1 deletion prototypes/updates/pyhightech-updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1623,4 +1623,6 @@ FUN.productivity{'cellulose-01'}
data.raw.recipe['blood-meal'].ingredients = {
{type = 'fluid', name = 'blood', amount = 100},
{type = 'item', name = 'fiberboard', amount = 1}
}
}

RECIPE('utility-science-pack'):remove_ingredient('kevlar'):add_ingredient({type = 'item', name = 'snarer-heart', amount = 1})

0 comments on commit 7a530f6

Please sign in to comment.