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 a flag to describe an item as being 'sturdy' for real armor items. #4609
Conversation
This comment has been minimized.
This comment has been minimized.
|
|
Rivet-the-Zombie
added some commits
Nov 23, 2013
narc0tiq
added a commit
that referenced
this pull request
Nov 23, 2013
narc0tiq
merged commit 59e36bb
into
CleverRaven:master
Nov 23, 2013
1 check passed
default
Merged build finished.
Details
Rivet-the-Zombie
deleted the
Rivet-the-Zombie:ARMOR-flag
branch
Nov 25, 2013
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 commentedNov 23, 2013
This prevents everything from degrading due to damage at the same rate.
Currently a suit of metal-reinforced armor doesn't survive much more
abuse than a tshirt. This flag removes the 2% risk of item damage (that
accompanies every attack that lands successfully) from clothing with the
flag. It can still be damage by overflow damage, just not by repeated
light blows that cannot possibly penetrate it.
Note that the flag has not been applied to a few types of armor, due to
the particulars of their construction: ornamental armor is just that, and if we remove the
2% chance from power armor the player might as well be wearing a tank.