Skip to content

Commit

Permalink
Update data_movement.js
Browse files Browse the repository at this point in the history
resolves crobi#35
  • Loading branch information
Takaloy committed May 19, 2020
1 parent 41d4644 commit 46d8347
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions js/data_movement.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,20 @@ data_movement = [
"If you move while grappling another creature, your speed is halved, unless the creature is two or more sizes smaller than you.",
"See the attack action for how to grapple a creature."
]
},
{
title: "Mount / Dismount",
icon: "horse-head",
subtitle: "Cost: half movement speed",
description: "Movement cost: half of your speed",
reference: "PHB, pg. 198.",
bullets: [
"You can mount a creature that is 5 feet of you or dismount.",
"You can't perform this action if you don't have enough movement left or if your speed is 0",
"If an effect moves your mount against your will, or if you're knocked prone on the mount, make a Dexterity save with DC 10.",
"If you fail a Dexterity save, you are knocked prone within 5 feet of mount.",
"If your mount is knocked prone, you can use reaction to dismount, otherwise be knocked prone within 5 feet of mount."
]

}
]

0 comments on commit 46d8347

Please sign in to comment.