Skip to content

Commit 961f7e2

Browse files
Rarstbagelbits
authored andcommitted
fix(monster): giant disesased rat special abilities (#483)
The Disesased variant has a different attack, but otherwise should be the same as a Giant Rat.
1 parent 04e2362 commit 961f7e2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/5e-SRD-Monsters.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17676,6 +17676,16 @@
1767617676
"languages": "",
1767717677
"challenge_rating": 0.125,
1767817678
"xp": 25,
17679+
"special_abilities": [
17680+
{
17681+
"name": "Keen Smell",
17682+
"desc": "The rat has advantage on Wisdom (Perception) checks that rely on smell."
17683+
},
17684+
{
17685+
"name": "Pack Tactics",
17686+
"desc": "The rat has advantage on an attack roll against a creature if at least one of the rat's allies is within 5 ft. of the creature and the ally isn't incapacitated."
17687+
}
17688+
],
1767917689
"actions": [
1768017690
{
1768117691
"name": "Bite",

0 commit comments

Comments
 (0)