-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Recipe to craft raw stone from clay and chitin
- Loading branch information
1 parent
028518e
commit 41eec58
Showing
6 changed files
with
66 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"type": "recipe", | ||
"effort": 66, | ||
"work_units": 8, | ||
"recipe_name": "i18n(swamp_goblins:jobs.earthmaster.recipes.raw_stone.display_name)", | ||
"description": "i18n(swamp_goblins:jobs.earthmaster.recipes.raw_stone.description)", | ||
"flavor": "i18n(swamp_goblins:jobs.earthmaster.recipes.raw_stone.flavor)", | ||
"portrait": "/stonehearth/entities/resources/stone/stone.png", | ||
"workshop": "swamp_goblins:earthmaster:potter_kiln", | ||
"level_requirement": 2, | ||
"ingredients": [ | ||
{ | ||
"material": "clay resource", | ||
"count": 1 | ||
}, | ||
{ | ||
"material": "chitin resource", | ||
"count": 9 | ||
} | ||
], | ||
"produces": [ | ||
{ | ||
"item": "stonehearth:resources:stone:hunk_of_stone" | ||
}, | ||
{ | ||
"item": "stonehearth:resources:stone:hunk_of_stone" | ||
}, | ||
{ | ||
"item": "stonehearth:resources:stone:hunk_of_stone" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Additions: | ||
(With ACE) bone furniture in the bonesmith recipes | ||
Characters will avoid water when pathing, going around it most of the time | ||
Raw stone can be crafted from clay and chitin | ||
|
||
Changes: | ||
(For ACE) Cattail counts as thatch too | ||
Wood Chest craft level dropped from 3 to 2 | ||
Amberstone Campaign adapted for goblins, with custom dialogs, requests, etc.. | ||
Crafter buttons not available for the firefly now appears when the job is town (e.g. from reembarked hearthlings) | ||
Connected equivalent workbenches (e.g. potter kiln and earthmaster kiln are interchangeable) | ||
|
||
Fixes: | ||
Fixed landmarks blocks not dropping stone when mined | ||
Fixed frogs being vegetarian | ||
Fixed weather stone locked on reload | ||
Fixed crafters getting items already placed in the world to use them for recipes |