Skip to content

Commit

Permalink
fix(monster actions): Remove whitespace in action description text co… (
Browse files Browse the repository at this point in the history
#560)

fix(monster actions): Remove whitespace in action description text concerning ranges
  • Loading branch information
breni-tiber committed Dec 28, 2023
1 parent 5554517 commit 033d589
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/5e-SRD-Monsters.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
},
{
"name": "Tail",
"desc": "Melee Weapon Attack: +9 to hit, reach 10 ft. one target. Hit: 15 (3d6 + 5) bludgeoning damage.",
"desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one target. Hit: 15 (3d6 + 5) bludgeoning damage.",
"attack_bonus": 9,
"damage": [
{
Expand Down Expand Up @@ -3384,7 +3384,7 @@
},
{
"name": "Tail",
"desc": "Melee Weapon Attack: +15 to hit, reach 20 ft ., one target. Hit: 17 (2d8 + 8) bludgeoning damage.",
"desc": "Melee Weapon Attack: +15 to hit, reach 20 ft., one target. Hit: 17 (2d8 + 8) bludgeoning damage.",
"attack_bonus": 15,
"damage": [
{
Expand Down Expand Up @@ -8170,7 +8170,7 @@
},
{
"name": "Claw",
"desc": "Melee Weapon Attack: +6 to hit, reach 5 ft ., one target. Hit: 6 (1d6 + 3) piercing damage.",
"desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) piercing damage.",
"attack_bonus": 6,
"damage": [
{
Expand Down Expand Up @@ -24127,7 +24127,7 @@
"actions": [
{
"name": "Sting (Bite in Beast Form)",
"desc": "Melee Weapon Attack: +5 to hit, reach 5 ft ., one target. Hit: 5 (1d4 + 3) piercing damage, and the target must make on a DC 11 Constitution saving throw, taking 10 (3d6) poison damage on a failed save, or half as much damage on a successful one.",
"desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 3) piercing damage, and the target must make on a DC 11 Constitution saving throw, taking 10 (3d6) poison damage on a failed save, or half as much damage on a successful one.",
"attack_bonus": 5,
"damage": [
{
Expand Down Expand Up @@ -26565,7 +26565,7 @@
"actions": [
{
"name": "Claws",
"desc": "Melee Weapon Attack: +3 to hit, reach 5 ft ., one creature. Hit: 3 (1d4 + 1) slashing damage plus 2 (1d4) fire damage.",
"desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one creature. Hit: 3 (1d4 + 1) slashing damage plus 2 (1d4) fire damage.",
"attack_bonus": 3,
"damage": [
{
Expand Down Expand Up @@ -31514,7 +31514,7 @@
"actions": [
{
"name": "Claw (Bite in Beast Form)",
"desc": "Melee Weapon Attack: +4 to hit, reach 5 ft ., one target. Hit: 5 (1d4 + 3) piercing damage, and the target must succeed on a DC 10 Constitution saving throw or take 5 (2d4) poison damage and become poisoned for 1 minute. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.",
"desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 3) piercing damage, and the target must succeed on a DC 10 Constitution saving throw or take 5 (2d4) poison damage and become poisoned for 1 minute. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.",
"attack_bonus": 4,
"damage": [
{
Expand Down Expand Up @@ -38501,7 +38501,7 @@
},
{
"name": "Hooves",
"desc": "Melee Weapon Attack: +7 to hit, reach 5 ft ., one target. Hit: 11 (2d6 + 4) bludgeoning damage.",
"desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) bludgeoning damage.",
"attack_bonus": 7,
"damage": [
{
Expand All @@ -38516,7 +38516,7 @@
},
{
"name": "Horn",
"desc": "Melee Weapon Attack: +7 to hit, reach 5 ft ., one target. Hit: 8 (1d8 + 4) piercing damage.",
"desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 8 (1d8 + 4) piercing damage.",
"attack_bonus": 7,
"damage": [
{
Expand Down

0 comments on commit 033d589

Please sign in to comment.