Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upAdds 20% chance of getting a small amount of limestone when breaking solid rock. #10864
Conversation
kevingranade
added
the
(S2 - Confirmed)
label
Jan 14, 2015
This comment has been minimized.
This comment has been minimized.
|
OK, USGS bears this out. Not as common as it may once have been (and the Niagara escarpment probably shouldn't count: NY doesn't feel like it's in New England to me?) but there are several quarries throughout the region. |
KA101
self-assigned this
Jan 14, 2015
KA101
reviewed
Jan 15, 2015
| @@ -2218,7 +2218,8 @@ | |||
| "sound_fail": "whump!", | |||
| "ter_set": "t_rock_floor", | |||
| "items": [ | |||
| { "item": "rock", "amount": 7, "minamount": 3 } | |||
| { "item": "rock", "amount": 7, "minamount": 3 }, | |||
| { "item": "material_limestone", "amount": 25, "minamount": 0, "chance": 80 } | |||
This comment has been minimized.
This comment has been minimized.
KA101
Jan 15, 2015
Contributor
Thinking minamount 10: cuts down on folks getting 2 limestone for (say) 10 tiles mined out, when it's needed in slightly larger quantities.
KA101
merged commit e8b8cdc
into
CleverRaven:master
Jan 15, 2015
1 check passed
default
This has been rescheduled for testing as the 'master' branch has been updated.
kevingranade
removed
the
(S2 - Confirmed)
label
Jan 15, 2015
Rivet-the-Zombie
deleted the
Rivet-the-Zombie:limestone-mining
branch
Jan 15, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Rivet-the-Zombie commentedJan 14, 2015
Research indicates NE is full of limestone.
As it turns out the 'chance' field works opposite the way you'd think.