22 More fully, does a failed Medicine (Wisdom) check while taking the Stabilize action on an unconscious creature count as a failed death saving throw for the unconscious creature? I've searched all over for this and haven't found anything conclusive, so I apologize if this is ...
In earlier editions of D&D, such as 3.5, a character could throw a melee weapon using feats like Throw Anything. In D&D 5th edition, is there any rule, ability, or method which would allow a player character to throw a one-handed melee weapon without the Thrown property, such as a long...
"type": "object", "properties": map[string]interface{}{ 17 changes: 0 additions & 17 deletions 17 appmetrics/validators_test.go Original file line numberDiff line numberDiff line change @@ -7,23 +7,6 @@ import ( "github.com/xeipuuv/gojsonschema" ) func TestStringSchema(t *testing...
I am trying to figure out Dodge and saving throws. Dodge - Only used as an action on a turn, would then allow player to roll saving dex when attacked? Saving throws - besides like a trap when else would they use these? dnd-5e-2014 actions saving-throw Share F...
dnd-5e-2014 spells feats environmental-hazards. Featured on Meta We’re (finally!) going to the cloud! Updates to the upcoming Community Asks Sprint Ads test beginning December 3, 2024 Linked 11 What is the source of the "There are no hidden / secret rules" principle? 9 Mage Slayer...
Does the resistance from rage combine with Deflect Missiles to negate the damage and make the reaction attack? dnd-5e-2014 class-feature monk damage-resistance Share Follow edited Jan 13, 2018 at 4:40 SevenSidedDie 244k4444 gold badges788788 silver badges1k1k bronze ...
unimportant code public Task<IActionResult> DeleteUser(string id) { var user = await _dbContext.Users.FindAsync(id); if (user == null) { return new NotFoundObjectResult($"User with id: {id} not found"); } // ... code that deletes the user and cleanups all resources a...