-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improved Soil Storage #68411
Merged
Maleclypse
merged 17 commits into
CleverRaven:master
from
detahramet:Detahramet-Contribution
Oct 2, 2023
Merged
Improved Soil Storage #68411
Maleclypse
merged 17 commits into
CleverRaven:master
from
detahramet:Detahramet-Contribution
Oct 2, 2023
Conversation
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
Added headwrap variant to each scarf
Fixed item names
Fixed another item name
Corrected transform wording, fixed bad transform target
Fixed descriptions
Fixed item names
Added three states of dirt mound, shallow mound, a waist high mound, and a building high mound
Updated t_dirtmound and t_dirtmoundfloor names to avoid confusion and better reflect what they are.
github-actions
bot
added
[JSON]
Changes (can be) made in JSON
Crafting / Construction / Recipes
Includes: Uncrafting / Disassembling
Fields / Furniture / Terrain / Traps
Objects that are part of the map or its features.
Items: Armor / Clothing
Armor and clothing
astyled
astyled PR, label is assigned by github actions
labels
Sep 30, 2023
github-actions
bot
added
json-styled
JSON lint passed, label assigned by github actions
BasicBuildPassed
This PR builds correctly, label assigned by github actions
labels
Sep 30, 2023
detahramet
added a commit
to detahramet/Cataclysm-DDA
that referenced
this pull request
Nov 6, 2023
* Update scarfs.json Added headwrap variant to each scarf * Update scarfs.json Fixed item names * Update scarfs.json Fixed another item name * Update scarfs.json Corrected transform wording, fixed bad transform target * Update scarfs.json Fixed descriptions * Update scarfs.json Fixed item names * Added Dirt Mounds Added three states of dirt mound, shallow mound, a waist high mound, and a building high mound * Updated old dirt mound name Updated t_dirtmound and t_dirtmoundfloor names to avoid confusion and better reflect what they are. * Added Construction Recipe * Fixed style error * Fixed misplaced comment * Moved mounds to more appropriate file * Removed NOITEM to support farming * Added Planting Support * Added Ability to climb Tall Dirt Mound * renamed t_dirtmound * Linting, Syntax
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
astyled
astyled PR, label is assigned by github actions
BasicBuildPassed
This PR builds correctly, label assigned by github actions
Crafting / Construction / Recipes
Includes: Uncrafting / Disassembling
Fields / Furniture / Terrain / Traps
Objects that are part of the map or its features.
Items: Armor / Clothing
Armor and clothing
[JSON]
Changes (can be) made in JSON
json-styled
JSON lint passed, label assigned by github actions
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Content "Improved Soil Storage"
Purpose of change
Currently, it is very easy to end up with extremely large amounts of dirt with no use for it, left outside a construction.
Describe the solution
This adds a tiered furniture construction, the mound of dirt, that in total requires 4 tiles worth of dirt to completely build, allowing for a way the player to unclutter their building project without having to run over the dirt with a car.
The first two tiers cost 200 soil, are passible, allow planting, and slow movement over them similar to pits.
The third tier costs an addition 400 soil, and create a tall mound of dirt, blocking vision and an able to climbed over like a privacy fence.
t_dirtmound and t_dirtmoundfloor, both formerly "mound of dirt", has been renamed to "upturned dirt" and "mound of upturned dirt" to avoid confusion with the "mound of dirt" construction and to reflect it's source from churned earth.
Describe alternatives you've considered
No alternative have been considered.
Testing
Additional context
No additional context.