Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions js/data_movement.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ data_movement = [
{
title: "High jump",
icon: "wingfoot",
subtitle: "Cost: 5ft per 5ft",
subtitle: "Height: 3 + STR MOD*",
description: "Movement cost: 5ft per 5ft jumped",

reference: "PHB, pg. 182.",
Expand All @@ -82,7 +82,7 @@ data_movement = [
{
title: "Long jump",
icon: "wingfoot",
subtitle: "Cost: 5ft per 5ft",
subtitle: "Distance: STR ability score*",
description: "Movement cost: 5ft per 5ft jumped",
reference: "PHB, pg. 182.",
bullets: [
Expand Down