diff --git a/api/tests/approved_files/TestAPIRoot.test_documents.approved.json b/api/tests/approved_files/TestAPIRoot.test_documents.approved.json
index acb53acd..c85ef512 100644
--- a/api/tests/approved_files/TestAPIRoot.test_documents.approved.json
+++ b/api/tests/approved_files/TestAPIRoot.test_documents.approved.json
@@ -199,17 +199,17 @@
"version": "1.0"
},
{
- "author": "EN Publishing",
- "copyright": "This work includes material taken from the A5E System Reference Document (A5ESRD) by EN Publishing and available at A5ESRD.com, based on Level Up: Advanced 5th Edition, available at www.levelup5e.com. The A5ESRD is licensed under the Creative Commons Attribution 4.0 International License available at https://creativecommons.org/licenses/by/4.0/legalcode.",
+ "author": "Kobold Press",
+ "copyright": "ORC NOTICE: This product is licensed under the ORC License, located at the Library of Congress at TX 9-307-067, and available online at various locations including koboldpress.com/orclicense and others. All warranties are disclaimed as set forth therein.",
"created_at": "2014-07-16T00:00:0.000000",
- "desc": "Advanced 5th Edition System Reference Document by EN Publishing",
- "license": "Creative Commons Attribution 4.0 International License",
- "license_url": "http://open5e.com/legal",
- "organization": "EN Publishing\u2122",
+ "desc": "Black Flag Roleplaying Reference Document v0.2, \u00a9 Open Design LLC d/b/a Kobold Press",
+ "license": "ORC License",
+ "license_url": "https://paizo.com/orclicense",
+ "organization": "Kobold Press",
"slug": "blackflag",
- "title": "TODO",
- "url": "https://a5esrd.com/a5esrd",
- "version": "1.0"
+ "title": "Black Flag SRD",
+ "url": "https://koboldpress.com/black-flag-reference-document/",
+ "version": "0.2"
},
{
"author": "Dan Dillon, Chris Harris, Rodrigo Garcia Carmona, Wolfgang Baur",
diff --git a/api_v2/migrations/0111_auto_20240804_1809.py b/api_v2/migrations/0111_auto_20240804_1809.py
new file mode 100644
index 00000000..9907535a
--- /dev/null
+++ b/api_v2/migrations/0111_auto_20240804_1809.py
@@ -0,0 +1,49 @@
+# Generated by Django 3.2.20 on 2024-08-04 18:09
+
+import django.core.validators
+from django.db import migrations, models
+
+
+class Migration(migrations.Migration):
+
+ dependencies = [
+ ('api_v2', '0110_auto_20240804_1331'),
+ ]
+
+ operations = [
+ migrations.AlterField(
+ model_name='creature',
+ name='ability_score_charisma',
+ field=models.SmallIntegerField(default=0, help_text='Integer representing the charisma ability.', validators=[django.core.validators.MinValueValidator(0), django.core.validators.MaxValueValidator(50)]),
+ ),
+ migrations.AlterField(
+ model_name='creature',
+ name='ability_score_constitution',
+ field=models.SmallIntegerField(default=0, help_text='Integer representing the constitution ability.', validators=[django.core.validators.MinValueValidator(0), django.core.validators.MaxValueValidator(50)]),
+ ),
+ migrations.AlterField(
+ model_name='creature',
+ name='ability_score_dexterity',
+ field=models.SmallIntegerField(default=0, help_text='Integer representing the dexterity ability.', validators=[django.core.validators.MinValueValidator(0), django.core.validators.MaxValueValidator(50)]),
+ ),
+ migrations.AlterField(
+ model_name='creature',
+ name='ability_score_intelligence',
+ field=models.SmallIntegerField(default=0, help_text='Integer representing the intelligence ability.', validators=[django.core.validators.MinValueValidator(0), django.core.validators.MaxValueValidator(50)]),
+ ),
+ migrations.AlterField(
+ model_name='creature',
+ name='ability_score_strength',
+ field=models.SmallIntegerField(default=0, help_text='Integer representing the strength ability.', validators=[django.core.validators.MinValueValidator(0), django.core.validators.MaxValueValidator(50)]),
+ ),
+ migrations.AlterField(
+ model_name='creature',
+ name='ability_score_wisdom',
+ field=models.SmallIntegerField(default=0, help_text='Integer representing the wisdom ability.', validators=[django.core.validators.MinValueValidator(0), django.core.validators.MaxValueValidator(50)]),
+ ),
+ migrations.AlterField(
+ model_name='creature',
+ name='experience_points_integer',
+ field=models.IntegerField(blank=True, help_text='Optional override for calculated XP based on CR.', null=True, validators=[django.core.validators.MinValueValidator(0)]),
+ ),
+ ]
diff --git a/api_v2/models/enums.py b/api_v2/models/enums.py
index 02b101e4..6c549ad0 100644
--- a/api_v2/models/enums.py
+++ b/api_v2/models/enums.py
@@ -14,7 +14,7 @@
("miles","miles")
]
-ABILITY_SCORE_MAXIMUM = 30
+ABILITY_SCORE_MAXIMUM = 50
SAVING_THROW_MINIMUM = -5
SAVING_THROW_MAXIMUM = +20
SKILL_BONUS_MINIMUM = -5
diff --git a/data/v1/blackflag/Document.json b/data/v1/blackflag/Document.json
index 807be52a..324fcaea 100644
--- a/data/v1/blackflag/Document.json
+++ b/data/v1/blackflag/Document.json
@@ -1,21 +1,19 @@
[
{
- "model": "api.document",
- "pk": 46,
- "fields": {
- "version": "0.2",
- "slug": "blackflag",
- "title": "Black Flag SRD",
- "author": "Kobold Press",
- "organization": "Kobold Press",
- "url": "https://koboldpress.com/black-flag-reference-document/",
- "desc": "Black Flag Roleplaying Reference Document v0.2, © Open Design LLC d/b/a Kobold Press",
-
- "license": "ORC License",
- "license_url": "https://paizo.com/orclicense",
- "copyright": "ORC NOTICE: This product is licensed under the ORC License, located at the Library of Congress at TX 9-307-067, and available online at various locations including koboldpress.com/orclicense and others. All warranties are disclaimed as set forth therein.",
-
- "created_at": "2024-05-27T21:12"
- }
+ "model": "api.document",
+ "pk": 46,
+ "fields": {
+ "slug": "blackflag",
+ "title": "Black Flag SRD",
+ "desc": "Black Flag Roleplaying Reference Document v0.2, © Open Design LLC d/b/a Kobold Press",
+ "license": "ORC License",
+ "author": "Kobold Press",
+ "organization": "Kobold Press",
+ "version": "0.2",
+ "url": "https://koboldpress.com/black-flag-reference-document/",
+ "copyright": "ORC NOTICE: This product is licensed under the ORC License, located at the Library of Congress at TX 9-307-067, and available online at various locations including koboldpress.com/orclicense and others. All warranties are disclaimed as set forth therein.",
+ "created_at": "2024-05-27T21:12:00",
+ "license_url": "https://paizo.com/orclicense"
+ }
}
]
diff --git a/data/v1/blackflag/Monster.json b/data/v1/blackflag/Monster.json
index 00c95829..b6c79508 100644
--- a/data/v1/blackflag/Monster.json
+++ b/data/v1/blackflag/Monster.json
@@ -1,13227 +1,19082 @@
[
- {
- "model": "api.monster",
- "pk": "aboleth_bf",
- "fields": {
- "name": "Aboleth",
- "size": "large",
- "type": "Aberration",
- "armor_class": 17,
- "armor_desc": "natural armor",
- "hit_points": 165,
- "speed_json": "{\"walk\":10,\"swim\":40}",
- "strength": 20,
- "dexterity": 8,
- "constitution": 22,
- "intelligence": 26,
- "wisdom": 22,
- "charisma": 18,
- "strength_save": 20,
- "dexterity_save": 8,
- "constitution_save": 22,
- "intelligence_save": 26,
- "wisdom_save": 22,
- "charisma_save": 18,
- "perception": 20,
- "damage_resistances": "acid,Aberrant Resilience",
- "damage_immunities": "psychic",
- "senses": "darkvision 120 ft.",
- "languages": "Deep Speech,telepathy 120 ft.",
- "challenge_rating": "10",
- "cr": 10,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The aboleth makes three Tentacle or Psychic Bolt attacks. If two Tentacle attacks hit one target, the target must succeed on a DC 16 CON save or contract the _slime pox_ disease (see the Slime Pox trait).\"},{\"name\":\"Tentacle\",\"desc\":\"_Melee Weapon Attack:_ +9 to hit, reach 10 ft., one target. _Hit:_ 15 (3d6+5) bludgeoning damage.\"},{\"name\":\"Psychic Bolt\",\"desc\":\"_Ranged Spell Attack:_ +8 to hit, range 120 ft., one target. _Hit:_ 14 (3d6+4) psychic damage.\"},{\"name\":\"Psychic Torrent (Recharge 5-6)\",\"desc\":\"The aboleth floods the minds of up to three creatures it can see within 60 feet of it with random and horrific memories from its eons-long life. Each target must make a DC 16 WIS save. On a failure, a creature takes 49 (14d6) psychic damage and is incapacitated until the end of its next turn, as its mind reels from the torrent of images, thoughts, and memories. On a success, a creature takes half the damage and isn't incapacitated.\"}]",
- "special_abilities_json": "[{\"name\":\"Aberrant Resilience\",\"desc\":\"The aboleth is resistant to the charmed, frightened, paralyzed, and stunned conditions, and it has advantage on saves against spells or effects that would alter its form.\"},{\"name\":\"Amphibious\",\"desc\":\"The aboleth can breathe air and water.\"},{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the aboleth fails a save, it can choose to succeed instead.\"},{\"name\":\"Probing Telepathy\",\"desc\":\"If a creature the aboleth can see communicates telepathically with the aboleth, the aboleth learns the creature's greatest desires.\"},{\"name\":\"Slime Pox\",\"desc\":\"Characterized by the slimy pustules that erupt across the victim's body, _slime pox_ is a disease that infects creatures attacked by an aboleth or that come into contact with an aboleth's slime. Until the disease is cured, the infected creature can breathe air and water, can't regain HP except when underwater, and takes 6 (1d12) acid damage for every 1 hour it remains outside of water or without moisture applied to its skin. Every 24 hours that elapse, the infected creature must make a DC 16 CHA save. Each time a creature fails this save, it views the infecting aboleth more and more favorably, becoming the aboleth's doting and protective thrall after three failed saves.
The successes and failures don't need to be consecutive, but once a creature has acquired three of a kind, it no longer has to make this save, resulting in either the creature becoming a thrall of the aboleth or an autonomous - though infected - creature. _Slime pox_ can be cured only by the heal spell or similar magic.\"},{\"name\":\"Slimy Skin\",\"desc\":\"The aboleth is coated in an otherworldly mucus. A creature that touches the aboleth or that hits it with a melee attack while within 5 feet of it must succeed on a DC 16 CON save or be infected with _slime pox_ (see the Slime Pox trait).\"}]",
- "legendary_desc": "The aboleth can take 3 legendary actions, choosing from the options below. Only one legendary action option can be used at a time and only at the end of another creature's turn. The aboleth regains spent legendary actions at the start of its turn.",
- "legendary_actions_json": "[{\"name\":\"Detect\",\"desc\":\"The aboleth automatically detects every creature and trap within 60 feet of it, pinpointing the current location of each.\"},{\"name\":\"Swim\",\"desc\":\"The aboleth swims up to half its speed without provoking opportunity attacks.\"},{\"name\":\"Slime Drain (Costs 2 Actions)\",\"desc\":\"One creature infected with _slime pox_ within 30 feet of the aboleth takes 10 (3d6) acid damage, and the aboleth regains HP equal to the damage the creature takes.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "deva_bf",
- "fields": {
- "name": "Deva",
- "size": "medium",
- "type": "Celestial",
- "subtype": "Angel",
- "group": "Angels",
- "armor_class": 17,
- "armor_desc": "natural armor",
- "hit_points": 165,
- "speed_json": "{\"walk\":30,\"fly\":90}",
- "strength": 18,
- "dexterity": 18,
- "constitution": 18,
- "intelligence": 16,
- "wisdom": 28,
- "charisma": 28,
- "strength_save": 18,
- "dexterity_save": 18,
- "constitution_save": 18,
- "intelligence_save": 16,
- "wisdom_save": 28,
- "charisma_save": 28,
- "perception": 19,
- "damage_resistances": "Angelic Resilience",
- "damage_immunities": "Angelic Resilience",
- "senses": "darkvision 120 ft.",
- "languages": "all,telepathy 120 ft.",
- "challenge_rating": "10",
- "cr": 10,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The deva makes three Mace attacks.\"},{\"name\":\"Mace\",\"desc\":\"_Melee Weapon Attack:_ +8 to hit, reach 5 ft., one target. _Hit:_ 7 (1d6+4) bludgeoning damage plus 18 (4d8) radiant damage.\"},{\"name\":\"Healing Touch (3/Day)\",\"desc\":\"The deva touches another creature. The target magically regains 20 (4d8+2) HP and is freed from any curse, disease, poison, blindness, or deafness.\"}]",
- "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The deva magically transforms into a Large or smaller Beast or Humanoid that has a challenge rating no higher than its own, or back into its true form, which is Celestial. Any equipment it is wearing or carrying transforms with it or is borne by the new form (the deva's choice). It reverts to its true form if it dies. In a new form, the deva retains its Angelic Resilience, Angelic Senses, and Immortal Nature traits and its HP, HD, ability to speak, proficiencies, and INT, WIS, and CHA scores, as well as this bonus action. Its statistics and capabilities are otherwise replaced by those of the new form, except any class features or legendary actions of that form.\"}]",
- "special_abilities_json": "[{\"name\":\"Angelic Resilience\",\"desc\":\"The deva is resistant to radiant damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to exhaustion and the charmed and frightened conditions.\"},{\"name\":\"Angelic Senses\",\"desc\":\"The deva can pinpoint the location of Aberrations, Celestials, Fiends, and Undead within 30 feet of it and knows if a place or object it can sense is consecrated or desecrated.\"},{\"name\":\"Angelic Weapons\",\"desc\":\"The deva's weapon attacks are magical. When the deva hits with any weapon, the weapon deals an extra 4d8 radiant damage (included in the attack).\"},{\"name\":\"Immortal Nature\",\"desc\":\"The deva doesn't require food, drink, or sleep.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The deva has advantage on saves against spells and other magical effects.\"},{\"name\":\"Reviving Prayer\",\"desc\":\"The deva spends 10 minutes praying to its deity for the safe return of the soul of a slain creature. At the end of the prayer, the deva touches a creature that has been dead no more than 24 hours and returns the creature to life with a number of HP equal to half its HP maximum. Reviving Prayer can't return to life a creature that has died of old age, nor can it restore any missing body parts. A creature restored to life in this way can't be returned to life by this deva again for 30 days.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "planetar_bf",
- "fields": {
- "name": "Planetar",
- "size": "large",
- "type": "Celestial",
- "subtype": "Angel",
- "group": "Angels",
- "armor_class": 19,
- "armor_desc": "natural armor",
- "hit_points": 242,
- "speed_json": "{\"walk\":40,\"fly\":120}",
- "strength": 24,
- "dexterity": 20,
- "constitution": 34,
- "intelligence": 18,
- "wisdom": 32,
- "charisma": 32,
- "strength_save": 24,
- "dexterity_save": 20,
- "constitution_save": 34,
- "intelligence_save": 18,
- "wisdom_save": 32,
- "charisma_save": 32,
- "perception": 21,
- "damage_resistances": "Angelic Resilience",
- "damage_immunities": "Angelic Resilience",
- "senses": "truesight 120 ft.",
- "languages": "all,telepathy 120 ft.",
- "challenge_rating": "16",
- "cr": 16,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The planetar makes two Greatsword attacks, or it makes three Radiant Bolt attacks. It can replace one attack with a use of Spellcasting. If two Greatsword or Radiant Bolt attacks hit one creature, the target must succeed on a DC 19 CON save or be blinded until the end of its next turn.\"},{\"name\":\"Greatsword\",\"desc\":\"_Melee Weapon Attack:_ +12 to hit, reach 5 ft., one target. _Hit:_ 21 (4d6+7) slashing damage plus 31 (7d8) radiant damage.\"},{\"name\":\"Radiant Bolt\",\"desc\":\"_Ranged Spell Attack:_ +11 to hit, range 60 ft., one target. _Hit:_ 33 (6d8+6) radiant damage.\"},{\"name\":\"Radiant Burst (Recharge 6)\",\"desc\":\"A pulse of divine power ripples out from the planetar's golden halo. Each hostile creature within 15 feet of the planetar must make a DC 19 DEX save, taking 56 (16d6) radiant damage on a failed save, or half as much damage on a successful one. Each friendly creature within 15 feet of the planetar is empowered with divine energy and has advantage on all melee attack rolls it makes before the start of the planetar's next turn.\"},{\"name\":\"Healing Touch (4/Day)\",\"desc\":\"The planetar touches another creature. The target magically regains 30 (6d8+3) HP and is freed from any curse, disease, poison, blindness, or deafness.\"},{\"name\":\"Spellcasting\",\"desc\":\"The planetar casts one of the following spells, requiring no material components and using CHA as the spellcasting ability (spell save DC 19).
At will: _command_, _invisibility_ (self only)
3/day each: _daylight_, _raise dead_ (as an action)\"}]",
- "special_abilities_json": "[{\"name\":\"Angelic Resilience\",\"desc\":\"The planetar is resistant to radiant damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to exhaustion and the charmed and frightened conditions.\"},{\"name\":\"Angelic Senses\",\"desc\":\"The planetar can pinpoint the location of Aberrations, Celestials, Fiends, and Undead within 30 feet of it and knows if a place or object it can sense is consecrated or desecrated.\"},{\"name\":\"Angelic Weapons\",\"desc\":\"The planetar's weapon attacks are magical. When it hits with any weapon, the weapon deals an extra 7d8 radiant damage (included in the attack).\"},{\"name\":\"Divine Awareness\",\"desc\":\"The planetar knows if it hears a lie.\"},{\"name\":\"Divine Protection\",\"desc\":\"Aberrations, Celestials, Fiends, and Undead have disadvantage on attack rolls against the planetar.\"},{\"name\":\"Immortal Nature\",\"desc\":\"The planetar doesn't require food, drink, or sleep.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The planetar has advantage on saves against spells and other magical effects.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "solar_bf",
- "fields": {
- "name": "Solar",
- "size": "large",
- "type": "Celestial",
- "subtype": "Angel",
- "group": "Angels",
- "armor_class": 21,
- "armor_desc": "natural armor",
- "hit_points": 306,
- "speed_json": "{\"walk\":50,\"fly\":150}",
- "strength": 26,
- "dexterity": 22,
- "constitution": 26,
- "intelligence": 38,
- "wisdom": 38,
- "charisma": 44,
- "strength_save": 26,
- "dexterity_save": 22,
- "constitution_save": 26,
- "intelligence_save": 38,
- "wisdom_save": 38,
- "charisma_save": 44,
- "perception": 24,
- "damage_resistances": "Angelic Resilience",
- "damage_immunities": "necrotic,poison,poisoned,Angelic Resilience",
- "senses": "truesight 120 ft.",
- "languages": "all,telepathy 120 ft.",
- "challenge_rating": "21",
- "cr": 21,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The solar makes three Greatsword or Holy Fire Bolt attacks. It can replace one attack with a use of Spellcasting. If two Greatsword or Holy Fire Bolt attacks hit one creature, the target must succeed on a DC 22 CON save or be blinded until the end of its next turn.\"},{\"name\":\"Greatsword\",\"desc\":\"_Melee Weapon Attack:_ +15 to hit, reach 5 ft., one target. _Hit:_ 22 (4d6+8) slashing damage plus 27 (6d8) radiant damage.\"},{\"name\":\"Holy Fire Bolt\",\"desc\":\"_Ranged Spell Attack:_ +14 to hit, range 60 ft., one target. _Hit:_ 34 (6d8+7) radiant damage plus 14 (4d6) fire damage.\"},{\"name\":\"Healing Touch (4/Day)\",\"desc\":\"The solar touches another creature. The target magically regains 40 (8d8+4) HP and is freed from any curse, disease, poison, blindness, or deafness.\"},{\"name\":\"Spellcasting\",\"desc\":\"The solar casts one of the following spells, requiring no material components and using WIS as the spellcasting ability (spell save DC 22).
At will: _command_, _invisibility_ (self only)
3/day each: _greater restoration_, _resurrection_ (as an action)
1/day: _holy aura_\"}]",
- "bonus_actions_json": "[{\"name\":\"Celestial Tactics\",\"desc\":\"The solar uses one of the following tactics:\\n- **Empower Strikes.** The solar sends divine power into the weapons of up to two friendly creatures it can see within 30 feet of it. Each target has advantage on the next weapon attack roll it makes before the start of the solar's next turn. If that attack hits, the weapon deals an extra 7 (2d6) radiant damage.\\n- **Inspire Resolve.** One friendly creature the solar can see within 30 feet of it gains 14 (4d6) temporary HP and becomes immune to the charmed and frightened conditions until the start of the solar's next turn, ending any effect currently causing the target to be charmed or frightened.\\n- **Manipulate Battlefield.** The solar commands up to three friendly creatures it can see to reposition themselves on the battlefield. Each target can use a reaction to move up to half its speed in a direction of the solar's choice. This movement is unaffected by difficult terrain and doesn't provoke opportunity attacks.\"}]",
- "special_abilities_json": "[{\"name\":\"Angelic Resilience\",\"desc\":\"The solar is resistant to radiant damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to exhaustion and the charmed and frightened conditions.\"},{\"name\":\"Angelic Senses\",\"desc\":\"The solar can pinpoint the location of Aberrations, Celestials, Fiends, and Undead within 30 feet of it and knows if a place or object it can sense is consecrated or desecrated.\"},{\"name\":\"Angelic Weapons\",\"desc\":\"The solar's weapon attacks are magical. When the solar hits with any weapon, the weapon deals an extra 6d8 radiant damage (included in the attack).\"},{\"name\":\"Divine Awareness\",\"desc\":\"The solar knows if it hears a lie.\"},{\"name\":\"Divine Protection\",\"desc\":\"Aberrations, Celestials, Fiends, and Undead have disadvantage on attack rolls against the solar.\"},{\"name\":\"Immortal Nature\",\"desc\":\"The solar doesn't require food, drink, or sleep.\"},{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the solar fails a save, it can choose to succeed instead.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The solar has advantage on saves against spells and other magical effects.\"}]",
- "legendary_desc": "The solar can take 3 legendary actions, choosing from the options below. Only one legendary action option can be used at a time and only at the end of another creature's turn. The solar regains spent legendary actions at the start of its turn.",
- "legendary_actions_json": "[{\"name\":\"Teleport\",\"desc\":\"The solar magically teleports, along with any equipment it is wearing or carrying, up to 120 feet to an unoccupied space it can see.\"},{\"name\":\"Searing Burst (Costs 2 Actions)\",\"desc\":\"The solar emits divine energy. Each creature of its choice within 10 feet of it must make a DC 22 Dexterity saving throw, taking 14 (4d6) fire damage and 14 (4d6) radiant damage on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Intimidating Glare (Costs 3 Actions)\",\"desc\":\"The solar glares at up to three creatures it can see within 30 feet of it. Each target must succeed on a DC 22 CHA save or be cowed until the end of its next turn. While cowed, a creature's speed is halved, and it can't look at the solar.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "animated_armor_bf",
- "fields": {
- "name": "Animated Armor",
- "size": "medium",
- "type": "Construct",
- "group": "Animated Objects",
- "armor_class": 18,
- "armor_desc": "natural armor",
- "hit_points": 34,
- "speed_json": "{\"walk\":25}",
- "strength": 18,
- "dexterity": 10,
- "constitution": 12,
- "intelligence": 1,
- "wisdom": 6,
- "charisma": 1,
- "strength_save": 18,
- "dexterity_save": 10,
- "constitution_save": 12,
- "intelligence_save": 1,
- "wisdom_save": 6,
- "charisma_save": 1,
- "perception": 8,
- "damage_vulnerabilities": "acid",
- "damage_resistances": "slashing",
- "damage_immunities": "blinded,deafened,Construct Resilience",
- "senses": "keensense 60 ft. (can't sense beyond this radius)",
- "languages": "-",
- "challenge_rating": "1",
- "cr": 1,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The animated armor makes two Slam attacks.\"},{\"name\":\"Slam\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 6 (1d8+2) bludgeoning damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Helmet Bash (19 HP or Fewer)\",\"desc\":\"The animated armor slams its helmet into a creature it can sense within 5 feet of it. The target must succeed on a DC 13 STR save or take 5 (2d4) bludgeoning damage and be knocked prone.\"}]",
- "special_abilities_json": "[{\"name\":\"Antimagic Susceptibility\",\"desc\":\"The armor is incapacitated while in the area of an antimagic field. If targeted by _dispel magic_, the armor must succeed on a CON save against the caster's spell save DC or fall unconscious for 1 minute.\"},{\"name\":\"Construct Nature\",\"desc\":\"The armor doesn't require air, food, drink, or sleep.\"},{\"name\":\"Construct Resilience\",\"desc\":\"The armor is immune to poison and psychic damage, and it is immune to exhaustion and the charmed, frightened, paralyzed, petrified, and poisoned conditions.\"},{\"name\":\"False Appearance\",\"desc\":\"While the armor remains motionless, it is indistinguishable from a normal suit of armor.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "flying_sword_bf",
- "fields": {
- "name": "Flying Sword",
- "size": "small",
- "type": "Construct",
- "group": "Animated Objects",
- "armor_class": 16,
- "armor_desc": "natural armor",
- "hit_points": 11,
- "speed_json": "{\"walk\":0,\"fly_hover\":50}",
- "strength": 12,
- "dexterity": 16,
- "constitution": 10,
- "intelligence": 1,
- "wisdom": 4,
- "charisma": 1,
- "strength_save": 12,
- "dexterity_save": 16,
- "constitution_save": 10,
- "intelligence_save": 1,
- "wisdom_save": 4,
- "charisma_save": 1,
- "perception": 7,
- "damage_vulnerabilities": "acid",
- "damage_resistances": "piercing",
- "damage_immunities": "blinded,deafened,prone,Construct Resilience",
- "senses": "keensense 60 ft. (can't sense beyond this radius)",
- "languages": "-",
- "challenge_rating": "1/4",
- "cr": 0.25,
- "actions_json": "[{\"name\":\"Slash\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 5 (1d8+1) slashing damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Whirling Blade (6 HP or Fewer)\",\"desc\":\"The flying sword makes a Slash attack against a target it can sense within 5 feet of it.\"}]",
- "special_abilities_json": "[{\"name\":\"Antimagic Susceptibility\",\"desc\":\"The sword is incapacitated while in the area of an antimagic field. If targeted by _dispel magic_, the sword must succeed on a CON save against the caster's spell save DC or fall unconscious for 1 minute.\"},{\"name\":\"Construct Nature\",\"desc\":\"The sword doesn't require air, food, drink, or sleep.\"},{\"name\":\"Construct Resilience\",\"desc\":\"The sword is immune to poison and psychic damage, and it is immune to exhaustion and the charmed, frightened, paralyzed, petrified, and poisoned conditions.\"},{\"name\":\"False Appearance\",\"desc\":\"While the sword remains motionless and isn't flying, it is indistinguishable from a normal sword.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "rug_of_smothering_bf",
- "fields": {
- "name": "Rug of Smothering",
- "size": "large",
- "type": "Construct",
- "group": "Animated Objects",
- "armor_class": 12,
- "hit_points": 45,
- "speed_json": "{\"walk\":10,\"fly_hover\":15}",
- "strength": 16,
- "dexterity": 14,
- "constitution": 10,
- "intelligence": 1,
- "wisdom": 2,
- "charisma": 1,
- "strength_save": 16,
- "dexterity_save": 14,
- "constitution_save": 10,
- "intelligence_save": 1,
- "wisdom_save": 2,
- "charisma_save": 1,
- "perception": 8,
- "damage_vulnerabilities": "fire",
- "damage_immunities": "blinded,deafened,Construct Resilience",
- "senses": "keensense 60 ft. (can't sense beyond this radius)",
- "languages": "-",
- "challenge_rating": "2",
- "cr": 2,
- "actions_json": "[{\"name\":\"Smother\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one Medium or smaller creature. _Hit:_ 12 (2d8+3) bludgeoning damage, and the target is grappled (escape DC 13). Until this grapple ends, the target is restrained, blinded, and unable to breathe, and the rug can't fly and can't Smother another target.\"},{\"name\":\"Squeeze Prey\",\"desc\":\"The rug of smothering tightens around a creature it is grappling. The target must make a DC 13 STR save, taking 18 (4d8) bludgeoning damage on a failed save, or half as much damage on a successful one. A breathing creature that fails this save by 5 or more has the remaining air squeezed from its lungs and begins suffocating.\"}]",
- "bonus_actions_json": "[{\"name\":\"Rolling Charge (25 HP or Fewer)\",\"desc\":\"If it isn't grappling a creature, the rug curls up and rolls along the ground up to triple its speed straight toward a creature it can sense. If it stops within 5 feet of the target, it can make one Smother attack against the target.\"}]",
- "special_abilities_json": "[{\"name\":\"Antimagic Susceptibility\",\"desc\":\"The rug is incapacitated while in the area of an antimagic field. If targeted by _dispel magic_, the rug must succeed on a CON save against the caster's spell save DC or fall unconscious for 1 minute.\"},{\"name\":\"Construct Nature\",\"desc\":\"The rug doesn't require air, food, drink, or sleep.\"},{\"name\":\"Construct Resilience\",\"desc\":\"The rug is immune to poison and psychic damage, and it is immune to exhaustion and the charmed, frightened, paralyzed, petrified, and poisoned conditions.\"},{\"name\":\"Damage Transfer\",\"desc\":\"While it is grappling a creature, the rug takes only half the damage dealt to it (rounded down), and the creature grappled by the rug takes the other half.\"},{\"name\":\"False Appearance\",\"desc\":\"While the rug remains motionless and isn't flying, it is indistinguishable from a normal rug.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "ankheg_bf",
- "fields": {
- "name": "Ankheg",
- "size": "large",
- "type": "Monstrosity",
- "subtype": "Animal",
- "armor_class": 14,
- "armor_desc": "natural armor",
- "hit_points": 57,
- "speed_json": "{\"walk\":30,\"burrow\":10}",
- "strength": 20,
- "dexterity": 10,
- "constitution": 12,
- "intelligence": 1,
- "wisdom": 12,
- "charisma": 6,
- "strength_save": 20,
- "dexterity_save": 10,
- "constitution_save": 12,
- "intelligence_save": 1,
- "wisdom_save": 12,
- "charisma_save": 6,
- "perception": 11,
- "damage_resistances": "acid,Monstrosity Resilience",
- "senses": "darkvision 60 ft., tremorsense 60 ft.",
- "languages": "-",
- "challenge_rating": "2",
- "cr": 2,
- "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) slashing damage plus 9 (2d8) acid damage. If the target is a Large or smaller creature, it is grappled (escape DC 13). Until this grapple ends, the ankheg can't Bite another target.\"},{\"name\":\"Acid Spray (Recharge 6)\",\"desc\":\"The ankheg spits acid in a line that is 30 feet long and 5 feet wide, provided it has no creature grappled. Each creature in that line must make a DC 13 DEX save, taking 18 (4d8) acid damage on a failed save, or half as much damage on a successful one.\"}]",
- "bonus_actions_json": "[{\"name\":\"Save for Later\",\"desc\":\"The ankheg quickly digs a small hole and stuffs one creature grappled by it into the hole, burying the creature and ending the grapple. A buried creature is restrained and unable to breathe or stand up. A creature, including the buried creature, can take its action to free the buried creature by succeeding on a DC 13 STR check.\"}]",
- "special_abilities_json": "[{\"name\":\"Monstrosity Resilience\",\"desc\":\"The ankheg is resistant to exhaustion and to the frightened condition.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "azer_bf",
- "fields": {
- "name": "Azer",
- "size": "medium",
- "type": "Elemental",
- "armor_class": 17,
- "armor_desc": "natural armor, shield",
- "hit_points": 49,
- "speed_json": "{\"walk\":30}",
- "strength": 16,
- "dexterity": 12,
- "constitution": 18,
- "intelligence": 12,
- "wisdom": 12,
- "charisma": 10,
- "strength_save": 16,
- "dexterity_save": 12,
- "constitution_save": 18,
- "intelligence_save": 12,
- "wisdom_save": 12,
- "charisma_save": 10,
- "perception": 11,
- "damage_immunities": "fire,poison,poisoned",
- "senses": "-",
- "languages": "Dwarvish,Ignan",
- "challenge_rating": "2",
- "cr": 2,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The azer makes two Warhammer attacks.\"},{\"name\":\"Warhammer\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 7 (1d8+3) bludgeoning damage, or 8 (1d10+3) bludgeoning damage if used with two hands, plus 3 (1d6) fire damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Blazing Bulwark\",\"desc\":\"The azer creates fire in a 15-foot line that is 1 foot wide, originating from a point the azer can see within 15 feet of it. This line is an opaque wall that is 3 feet tall and provides half-cover to creatures behind it. A creature that moves through the line takes damage as if it touched the azer. The line of fire lasts for 1 minute or until the azer uses this bonus action again.\"}]",
- "special_abilities_json": "[{\"name\":\"Heated Body\",\"desc\":\"A creature that touches the azer or hits it with a melee attack while within 5 feet of it takes 3 (1d6) fire damage.\"},{\"name\":\"Heated Weapons\",\"desc\":\"When the azer hits with a metal melee weapon, the weapon deals an extra 3 (1d6) fire damage (included in the attack).\"},{\"name\":\"Illumination\",\"desc\":\"The azer sheds bright light in a 10-foot radius and dim light for an additional 10 feet.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "balara_bf",
- "fields": {
- "name": "Balara",
- "size": "large",
- "type": "Undead",
- "armor_class": 17,
- "armor_desc": "natural armor",
- "hit_points": 114,
- "speed_json": "{\"walk\":30}",
- "strength": 16,
- "dexterity": 14,
- "constitution": 14,
- "intelligence": 6,
- "wisdom": 14,
- "charisma": 8,
- "strength_save": 16,
- "dexterity_save": 14,
- "constitution_save": 14,
- "intelligence_save": 6,
- "wisdom_save": 14,
- "charisma_save": 8,
- "perception": 14,
- "damage_resistances": "necrotic",
- "damage_immunities": "charmed,frightened,Undead Resilience",
- "senses": "darkvision 60 ft.",
- "languages": "understands the languages of its creator but can't speak",
- "challenge_rating": "6",
- "cr": 6,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The balara makes one Bite attack and two Claw attacks, or it makes three Necrotic Bolt attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 16 (3d8+3) piercing damage plus 4 (1d8) necrotic damage, and the target can't regain HP until the start of the balara's next turn.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 13 (3d6+3) slashing damage.\"},{\"name\":\"Necrotic Bolt\",\"desc\":\"_Ranged Spell Attack:_ +5 to hit, range 60 ft., one target. _Hit:_ 15 (3d8+2) necrotic damage, and the target can't regain HP until the start of the balara's next turn.\"}]",
- "special_abilities_json": "[{\"name\":\"Terrifying Luminance\",\"desc\":\"When a creature that can see the balara's glowing ribcage starts its turn within 30 feet of the balara, the balara can force it to make a DC 14 WIS save if the balara isn't incapacitated and can see the creature. On a failure, the creature is frightened until the start of its next turn, as the visions, fear, and pain of the last moments of several animals flash through its mind. While frightened, the creature's speed is reduced to 0, and it can't use reactions. Unless surprised, a creature can avert its eyes to avoid the save at the start of its turn. If the creature does so, it can't see the balara until the start of its next turn, when it can avert its eyes again. If the creature looks at the balara in the meantime, it must immediately make the save.\"},{\"name\":\"Undead Nature\",\"desc\":\"The balara doesn't require air, food, drink, or sleep.\"},{\"name\":\"Undead Resilience\",\"desc\":\"The balara is immune to poison damage, to exhaustion, and to the poisoned condition.\"}]",
- "reactions_json": "[{\"name\":\"Relentless Pursuit\",\"desc\":\"When a creature the balara can see moves away from it, the balara can move up to half its speed toward that creature. This movement doesn't provoke opportunity attacks.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "basilisk_bf",
- "fields": {
- "name": "Basilisk",
- "size": "medium",
- "type": "Monstrosity",
- "armor_class": 15,
- "armor_desc": "natural armor",
- "hit_points": 68,
- "speed_json": "{\"walk\":20}",
- "strength": 16,
- "dexterity": 8,
- "constitution": 14,
- "intelligence": 2,
- "wisdom": 8,
- "charisma": 6,
- "strength_save": 16,
- "dexterity_save": 8,
- "constitution_save": 14,
- "intelligence_save": 2,
- "wisdom_save": 8,
- "charisma_save": 6,
- "perception": 9,
- "damage_resistances": "poison,petrified,Monstrosity Resilience",
- "senses": "darkvision 60 ft.",
- "languages": "-",
- "challenge_rating": "3",
- "cr": 3,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The basilisk makes two Bite or Poison Spit attacks. If both Bite or Poison Spit attacks hit one creature, the target is poisoned until the end of its next turn.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 7 (1d8+3) piercing damage plus 7 (2d6) poison damage.\"},{\"name\":\"Poison Spit\",\"desc\":\"_Ranged Weapon Attack:_ +5 to hit, range 20/60 ft., one target. _Hit:_ 13 (3d6+3) poison damage.\"}]",
- "special_abilities_json": "[{\"name\":\"Monstrosity Resilience\",\"desc\":\"The basilisk is resistant to exhaustion and to the frightened condition.\"},{\"name\":\"Petrifying Gaze\",\"desc\":\"When a creature that can see the basilisk's eyes starts its turn within 30 feet of the basilisk, the basilisk can force it to make a DC 12 CON save if the basilisk isn't incapacitated and can see the creature. On a failure, the creature magically begins to turn to stone and is restrained. The restrained creature must repeat the save at the end of its next turn, becoming petrified on a failure or ending the effect on a success. The petrification lasts until the creature is freed by the greater restoration spell or other magic. Unless surprised, a creature can avert its eyes to avoid the save at the start of its turn. If the creature does so, it can't see the basilisk until the start of its next turn, when it can avert its eyes again. If the creature looks at the basilisk in the meantime, it must immediately make the save. If the basilisk sees itself reflected on a polished surface within 30 feet of it and in an area of bright light, the basilisk mistakes itself for a rival and is affected by its own gaze.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "behir_bf",
- "fields": {
- "name": "Behir",
- "size": "huge",
- "type": "Monstrosity",
- "armor_class": 17,
- "armor_desc": "natural armor",
- "hit_points": 223,
- "speed_json": "{\"walk\":50,\"climb\":40}",
- "strength": 30,
- "dexterity": 16,
- "constitution": 18,
- "intelligence": 6,
- "wisdom": 22,
- "charisma": 12,
- "strength_save": 30,
- "dexterity_save": 16,
- "constitution_save": 18,
- "intelligence_save": 6,
- "wisdom_save": 22,
- "charisma_save": 12,
- "perception": 16,
- "damage_resistances": "Monstrosity Resilience",
- "damage_immunities": "lightning",
- "senses": "darkvision 90 ft.",
- "languages": "Draconic",
- "challenge_rating": "11",
- "cr": 11,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The behir makes one Bite attack and one Constrict attack. It can replace its Bite attack with a use of Swallow.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +10 to hit, reach 10 ft., one target. _Hit:_ 22 (3d10+6) piercing damage plus 27 (6d8) lightning damage.\"},{\"name\":\"Constrict\",\"desc\":\"_Melee Weapon Attack:_ +10 to hit, reach 5 ft., one Large or smaller creature. _Hit:_ 17 (2d10+6) bludgeoning damage. If the target is Large or smaller and the behir isn't already grappling a creature, the target is grappled (escape DC 16). Until this grapple ends, the target is restrained, and the behir can't Constrict another target.\"},{\"name\":\"Swallow\",\"desc\":\"The behir makes one Bite attack against a Medium or smaller target it is grappling. If the attack hits, the target is also swallowed, and the grapple ends. While swallowed, the target is blinded and restrained, it has total cover against attacks and other effects outside the behir, and it takes 21 (6d6) acid damage at the start of each of the behir's turns. A behir can have only one creature swallowed at a time. If the behir takes 30 damage or more on a single turn from the swallowed creature, the behir must succeed on a DC 14 CON save at the end of that turn or regurgitate the creature, which falls prone in a space within 10 feet of the behir. If the behir dies, a swallowed creature is no longer restrained by it and can escape from the corpse by using 15 feet of movement, exiting prone.\"},{\"name\":\"Lightning Breath (Recharge 5-6)\",\"desc\":\"The behir exhales lightning in a 30-foot line that is 5 feet wide. Each creature in that line must make a DC 16 Dexterity saving throw, taking 54 (12d8) lightning damage on a failed save, or half as much damage on a successful one.\"}]",
- "special_abilities_json": "[{\"name\":\"Lightning Absorption\",\"desc\":\"Whenever the behir is subjected to lighting damage, it takes no damage and instead regains a number of HP equal to the lightning damage dealt.\"},{\"name\":\"Monstrosity Resilience\",\"desc\":\"The behir is resistant to exhaustion and to the frightened condition.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "black_pudding_bf",
- "fields": {
- "name": "Black Pudding",
- "size": "large",
- "type": "Ooze",
- "armor_class": 7,
- "hit_points": 122,
- "speed_json": "{\"walk\":20,\"climb\":20}",
- "strength": 20,
- "dexterity": 4,
- "constitution": 16,
- "intelligence": 1,
- "wisdom": 6,
- "charisma": 1,
- "strength_save": 20,
- "dexterity_save": 4,
- "constitution_save": 16,
- "intelligence_save": 1,
- "wisdom_save": 6,
- "charisma_save": 1,
- "damage_resistances": "Ooze Resilience",
- "damage_immunities": "acid,lightning,slashing,grappled,Ooze Resilience",
- "senses": "keensense 60 ft. (can't sense beyond this radius)",
- "languages": "-",
- "challenge_rating": "4",
- "cr": 4,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The black pudding makes two Pseudopod attacks.\"},{\"name\":\"Pseudopod\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 6 (1d6+3) bludgeoning damage plus 9 (2d8) acid damage. In addition, nonmagical armor worn by the target is partly dissolved and takes a permanent and cumulative -1 penalty to the AC it offers. Armor reduced to an AC of 10 is destroyed.\"}]",
- "bonus_actions_json": "[{\"name\":\"Dampen Light\",\"desc\":\"The black pudding dims the light around it. The radius of each light source within 60 feet of it is halved until the start of its next turn. The pudding can't use this action while in sunlight.\"}]",
- "special_abilities_json": "[{\"name\":\"Amorphous\",\"desc\":\"The pudding can move through a space as narrow as 1 inch wide without squeezing.\"},{\"name\":\"Corrosive Form\",\"desc\":\"A creature that touches the pudding or hits it with a melee attack while within 5 feet of it takes 4 (1d8) acid damage. Any nonmagical weapon made of metal or wood that hits the pudding corrodes. After dealing damage, the weapon takes a permanent and cumulative -1 penalty to damage rolls. If its penalty drops to -5, the weapon is destroyed. Nonmagical ammunition made of metal or wood that hits the pudding is destroyed after dealing damage. The pudding can eat through a panel of nonmagical wood or metal in its space that is up to 2 inches thick in 1 round.\"},{\"name\":\"Ooze Nature\",\"desc\":\"The pudding doesn't require sleep.\"},{\"name\":\"Ooze Resilience\",\"desc\":\"The pudding is resistant to the restrained condition, and it is immune to exhaustion and to the blinded, charmed, deafened, frightened, and prone conditions.\"},{\"name\":\"Spider Climb\",\"desc\":\"The pudding can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.\"}]",
- "reactions_json": "[{\"name\":\"Split\",\"desc\":\"When a pudding that is Medium or larger is subjected to lightning or slashing damage, it splits into two new puddings if it has at least 10 HP. Each new pudding has HP equal to half the original pudding's, rounded down. New puddings are one size smaller than the original pudding.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "blink_dog_bf",
- "fields": {
- "name": "Blink Dog",
- "size": "medium",
- "type": "Fey",
- "armor_class": 13,
- "hit_points": 14,
- "speed_json": "{\"walk\":40}",
- "strength": 12,
- "dexterity": 16,
- "constitution": 12,
- "intelligence": 10,
- "wisdom": 12,
- "charisma": 10,
- "strength_save": 12,
- "dexterity_save": 16,
- "constitution_save": 12,
- "intelligence_save": 10,
- "wisdom_save": 12,
- "charisma_save": 10,
- "perception": 13,
- "damage_resistances": "Fey Resilience",
- "senses": "-",
- "languages": "Blink Dog,understands Sylvan but can't speak it",
- "challenge_rating": "1/4",
- "cr": 0.25,
- "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 6 (1d6+3) piercing damage.\"},{\"name\":\"Teleport (Recharge 4-6)\",\"desc\":\"The blink dog teleports, along with any equipment it is wearing or carrying, up to 40 feet to an unoccupied space it can see. Before or after teleporting, the dog can make one Bite attack.\"}]",
- "special_abilities_json": "[{\"name\":\"Fey Resilience\",\"desc\":\"The blink dog is resistant to the charmed and unconscious conditions.\"},{\"name\":\"Heightened Hearing and Smell\",\"desc\":\"The blink dog's Perception is 18 while perceiving by hearing or smell.\"},{\"name\":\"Pack Tactics\",\"desc\":\"The blink dog has advantage on attack rolls against a creature if at least one of the dog's allies is within 5 feet of the creature and the ally isn't incapacitated.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "bulette_bf",
- "fields": {
- "name": "Bulette",
- "size": "large",
- "type": "Monstrosity",
- "armor_class": 17,
- "armor_desc": "natural armor",
- "hit_points": 108,
- "speed_json": "{\"walk\":40,\"burrow\":40}",
- "strength": 24,
- "dexterity": 10,
- "constitution": 20,
- "intelligence": 2,
- "wisdom": 10,
- "charisma": 4,
- "strength_save": 24,
- "dexterity_save": 10,
- "constitution_save": 20,
- "intelligence_save": 2,
- "wisdom_save": 10,
- "charisma_save": 4,
- "perception": 16,
- "damage_resistances": "bludgeoning,Monstrosity Resilience",
- "senses": "darkvision 60 ft., tremorsense 60 ft.",
- "languages": "-",
- "challenge_rating": "5",
- "cr": 5,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The bulette makes two Bite attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 20 (3d10+4) piercing damage.\"},{\"name\":\"Deadly Leap (Recharge 5-6)\",\"desc\":\"The bulette leaps up to 30 feet, diving onto a point it can see or sense within that range and landing on its feet with a thunderous crash. It occupies a space of its choice within 5 feet of that point, and each creature within 10 feet of that point must make a DC 15 STR save. On a failure, a creature takes 14 (4d6) bludgeoning damage and 14 (4d6) thunder damage and is knocked prone. On a success, a creature takes half the damage and isn't knocked prone. Any creature in the bulette's space is then pushed into an unoccupied space within 5 feet of the bulette. If no unoccupied space is within range, the creature instead falls prone in the bulette's space.\"}]",
- "bonus_actions_json": "[{\"name\":\"Seek Prey\",\"desc\":\"The bulette looks and sniffs around for new prey, releasing a satisfied, guttural chirp when it settles on one. One creature the bulette can see or sense within 30 feet of it and that can see or hear the bulette must make a DC 15 WIS save. On a failure, the target is frightened until the end of its next turn, and the bulette has advantage on the next attack roll it makes against the creature before the start of its next turn.\"}]",
- "special_abilities_json": "[{\"name\":\"Monstrosity Resilience\",\"desc\":\"The bulette is resistant to exhaustion and to the frightened condition.\"},{\"name\":\"Standing Leap\",\"desc\":\"The bulette's long jump is up to 30 feet and its high jump is up to 15 feet, with or without a running start.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "centaur_bf",
- "fields": {
- "name": "Centaur",
- "size": "large",
- "type": "Monstrosity",
- "armor_class": 12,
- "hit_points": 63,
- "speed_json": "{\"walk\":50}",
- "strength": 18,
- "dexterity": 14,
- "constitution": 14,
- "intelligence": 8,
- "wisdom": 16,
- "charisma": 10,
- "strength_save": 18,
- "dexterity_save": 14,
- "constitution_save": 14,
- "intelligence_save": 8,
- "wisdom_save": 16,
- "charisma_save": 10,
- "perception": 13,
- "damage_resistances": "Monstrosity Resilience",
- "senses": "-",
- "languages": "Elvish,Sylvan",
- "challenge_rating": "2",
- "cr": 2,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The centaur makes one Hooves attack and one Pike attack, or it makes three Longbow attacks.\"},{\"name\":\"Hooves\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6+4) bludgeoning damage.\"},{\"name\":\"Pike\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 10 ft., one target. _Hit:_ 9 (1d10+4) piercing damage.\"},{\"name\":\"Longbow\",\"desc\":\"_Ranged Weapon Attack:_ +4 to hit, range 150/600 ft., one target. _Hit:_ 6 (1d8+2) piercing damage.\"}]",
- "special_abilities_json": "[{\"name\":\"Monstrosity Resilience\",\"desc\":\"The centaur is resistant to exhaustion and to the frightened condition.\"},{\"name\":\"Trampling Charge\",\"desc\":\"If the centaur moves at least 30 feet straight toward a creature and then hits it with a Pike attack on the same turn, that target must succeed on a DC 14 STR save or be knocked prone. If the target is prone, the centaur can make one Hooves attack against it as a bonus action.\"}]",
- "reactions_json": "[{\"name\":\"Defensive Kick\",\"desc\":\"When a creature the centaur can see within 5 feet of it hits it with an attack, the centaur can kick the attacker. The attacker must succeed on a DC 14 STR save or be knocked prone or pushed up to 5 feet away from the centaur (the centaur's choice).\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "chimera_bf",
- "fields": {
- "name": "Chimera",
- "size": "large",
- "type": "Monstrosity",
- "armor_class": 14,
- "armor_desc": "natural armor",
- "hit_points": 126,
- "speed_json": "{\"walk\":30,\"fly\":60}",
- "strength": 18,
- "dexterity": 10,
- "constitution": 18,
- "intelligence": 4,
- "wisdom": 20,
- "charisma": 10,
- "strength_save": 18,
- "dexterity_save": 10,
- "constitution_save": 18,
- "intelligence_save": 4,
- "wisdom_save": 20,
- "charisma_save": 10,
- "perception": 18,
- "damage_resistances": "Multiple Heads,Monstrosity Resilience",
- "damage_immunities": "fire",
- "senses": "darkvision 60 ft.",
- "languages": "Draconic",
- "challenge_rating": "6",
- "cr": 6,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The chimera makes one Bite attack, one Headbutt attack, and two Claws attacks, or it can make two Claws attacks and use Fire Breath, if available.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8+4) piercing damage.\"},{\"name\":\"Headbutt\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 10 (1d12+4) bludgeoning damage.\"},{\"name\":\"Claws\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6+4) slashing damage.\"},{\"name\":\"Fire Breath (Recharge 5-6)\",\"desc\":\"The dragon head exhales fire in a 15-foot cone. Each creature in that area must make a DC 15 DEX save, taking 27 (6d8) fire damage on a failed save, or half as much damage on a successful one.\"}]",
- "special_abilities_json": "[{\"name\":\"Bickering Heads\",\"desc\":\"The chimera is perpetually one step away from arguing with itself. A creature that can see the chimera can use a bonus action on its turn to appeal to one of the chimera's heads with bribes (dragon), praise (lion), displays of magic (goat), or other clever manipulation of a head's desires. The chimera must succeed on a DC 15 WIS save or succumb to that desire.
If the lion or goat head succumbs, the chimera has disadvantage on the next Bite or Headbutt attack it makes before the end of its next turn. If the dragon head succumbs, creatures caught in the chimera's next Fire Breath have advantage on the save, provided the chimera uses the breath within the next 1 minute. Once a head has succumbed to a desire, that head can't succumb again for the next 24 hours.\"},{\"name\":\"Monstrosity Resilience\",\"desc\":\"The chimera is resistant to exhaustion and to the frightened condition.\"},{\"name\":\"Multiple Heads\",\"desc\":\"The chimera has three heads and is resistant to the blinded, charmed, deafened, frightened, stunned, and unconscious conditions.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "chuul_bf",
- "fields": {
- "name": "Chuul",
- "size": "large",
- "type": "Aberration",
- "armor_class": 15,
- "armor_desc": "natural armor",
- "hit_points": 80,
- "speed_json": "{\"walk\":30,\"swim\":30}",
- "strength": 18,
- "dexterity": 10,
- "constitution": 16,
- "intelligence": 4,
- "wisdom": 14,
- "charisma": 4,
- "strength_save": 18,
- "dexterity_save": 10,
- "constitution_save": 16,
- "intelligence_save": 4,
- "wisdom_save": 14,
- "charisma_save": 4,
- "perception": 14,
- "damage_resistances": "Aberrant Resilience",
- "damage_immunities": "poison,poisoned",
- "senses": "darkvision 60 ft.",
- "languages": "understands Deep Speech but can't speak",
- "challenge_rating": "4",
- "cr": 4,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The chuul makes two Pincer attacks.\"},{\"name\":\"Pincer\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 10 ft., one target. _Hit:_ 17 (3d8+4) bludgeoning damage. If the target is Large or smaller, it is grappled (escape DC 14). The chuul has two pincers, each of which can grapple only one target.\"},{\"name\":\"Wild Reach (Recharge 5-6)\",\"desc\":\"The chuul taps into ancient memories of magic and reaches toward nearby magic with an unpracticed grasp, releasing a burst of energy. Each creature within 15 feet of the chuul must make a DC 14 DEX save, taking 21 (6d6) damage on a failed save, or half as much damage on a successful one. If a magic item, spell effect, or spellcaster is within 30 feet of the chuul, the burst is pure arcane energy, dealing force damage. If no magic is within 30 feet of the chuul, the burst pulls from the chuul's own life force, dealing necrotic damage. If the damage is necrotic, the chuul takes necrotic damage as if it succeeded on the save.\"}]",
- "bonus_actions_json": "[{\"name\":\"Paralyzing Tentacles\",\"desc\":\"One creature grappled by the chuul must succeed on a DC 14 CON save or be poisoned for 1 minute. Until this poison ends, the creature is paralyzed. A poisoned creature can repeat the save at the end of each of its turns, ending the effect on itself on a success.\"}]",
- "special_abilities_json": "[{\"name\":\"Aberrant Resilience\",\"desc\":\"The chuul is resistant to the charmed, frightened, paralyzed, and stunned conditions, and it has advantage on saves against spells or effects that would alter its form.\"},{\"name\":\"Amphibious\",\"desc\":\"The chuul can breathe air and water.\"},{\"name\":\"Sense Magic\",\"desc\":\"The chuul senses and can pinpoint the location of magic within 120 feet of it. If it senses magic and can see the creature or object bearing the magic it senses, it sees a faint aura around that creature or object.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "cloaker_bf",
- "fields": {
- "name": "Cloaker",
- "size": "large",
- "type": "Aberration",
- "armor_class": 14,
- "armor_desc": "natural armor",
- "hit_points": 105,
- "speed_json": "{\"walk\":10,\"fly\":40}",
- "strength": 18,
- "dexterity": 20,
- "constitution": 12,
- "intelligence": 12,
- "wisdom": 12,
- "charisma": 14,
- "strength_save": 18,
- "dexterity_save": 20,
- "constitution_save": 12,
- "intelligence_save": 12,
- "wisdom_save": 12,
- "charisma_save": 14,
- "perception": 11,
- "damage_resistances": "Aberrant Resilience",
- "senses": "darkvision 60 ft.",
- "languages": "Deep Speech,Undercommon",
- "challenge_rating": "8",
- "cr": 8,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The cloaker makes one Bite attack and two Tail attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one creature. _Hit:_ 18 (4d6+4) piercing damage, and if the target is Large or smaller, the cloaker attaches to it. If the cloaker has advantage on the attack roll, the cloaker attaches to the target's head, and the target is blinded and unable to breathe while the cloaker is attached. While attached, the cloaker can't make Bite attacks, and at the start of each of the cloaker's turns, the target takes 18 (4d6+4) piercing damage. The attached cloaker moves with the target whenever the target moves, requiring none of the cloaker's movement. It can detach itself by spending 5 feet of its movement on its turn. A creature, including the target, can take its action to detach the cloaker by succeeding on a DC 15 STR check.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 10 ft., one target. _Hit:_ 17 (3d8+4) slashing damage.\"},{\"name\":\"Moan (Recharge 6)\",\"desc\":\"The cloaker releases a deep, thrumming moan that rattles the nerves of all who hear it. Each creature within 30 feet of the cloaker that can hear the moan and that isn't an Aberration must make a DC 15 WIS save. On a failure, a creature takes 40 (9d8) psychic damage and is frightened until the end of its next turn. On a success, a creature takes half the damage and isn't frightened.\"}]",
- "bonus_actions_json": "[{\"name\":\"Cloak of Shadows (3/Day)\",\"desc\":\"While the cloaker isn't in bright light, it pulls shadows around itself, partially obscuring its form. For 1 minute or until the cloaker is hit with an attack, the cloaker's Stealth is 20, and creatures have disadvantage on attack rolls against the cloaker.\"}]",
- "special_abilities_json": "[{\"name\":\"Aberrant Resilience\",\"desc\":\"The cloaker is resistant to the charmed, frightened, paralyzed, and stunned conditions, and it has advantage on saves against spells or effects that would alter its form.\"},{\"name\":\"Damage Transfer\",\"desc\":\"While attached to a creature, the cloaker takes only half the damage dealt to it (rounded down), and that creature takes the other half.\"},{\"name\":\"False Appearance\",\"desc\":\"While the cloaker remains motionless without its underside exposed, it is indistinguishable from a dark leather cloak.\"},{\"name\":\"Light Sensitivity\",\"desc\":\"While in bright light, the cloaker has disadvantage on attack rolls, and its Perception is 6 when perceiving by sight.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "cockatrice_bf",
- "fields": {
- "name": "Cockatrice",
- "size": "small",
- "type": "Monstrosity",
- "armor_class": 11,
- "hit_points": 25,
- "speed_json": "{\"walk\":20,\"fly\":40}",
- "strength": 6,
- "dexterity": 12,
- "constitution": 12,
- "intelligence": 2,
- "wisdom": 12,
- "charisma": 4,
- "strength_save": 6,
- "dexterity_save": 12,
- "constitution_save": 12,
- "intelligence_save": 2,
- "wisdom_save": 12,
- "charisma_save": 4,
- "perception": 11,
- "damage_resistances": "petrified,Monstrosity Resilience",
- "senses": "darkvision 60 ft.",
- "languages": "-",
- "challenge_rating": "1/2",
- "cr": 0.5,
- "actions_json": "[{\"name\":\"Serrated Beak\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one creature. _Hit:_ 6 (2d4+1) slashing damage, and the target must succeed on a DC 11 CON save or be restrained as it begins to turn to stone. The creature must repeat the save at the end of its next turn. On a success, the effect ends. On a failure, the creature is petrified for 24 hours.\"}]",
- "special_abilities_json": "[{\"name\":\"Monstrosity Resilience\",\"desc\":\"The cockatrice is resistant to exhaustion and to the frightened condition.\"}]",
- "reactions_json": "[{\"name\":\"Shrieking Crow\",\"desc\":\"When a creature the cockatrice can see within 30 feet of it attacks it, the cockatrice can let out a startling crow. The attacker must succeed on a DC 11 WIS save or have disadvantage on the attack roll.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "couatl_bf",
- "fields": {
- "name": "Couatl",
- "size": "medium",
- "type": "Celestial",
- "armor_class": 17,
- "armor_desc": "natural armor",
- "hit_points": 77,
- "speed_json": "{\"walk\":30,\"fly\":90}",
- "strength": 16,
- "dexterity": 20,
- "constitution": 16,
- "intelligence": 18,
- "wisdom": 24,
- "charisma": 22,
- "strength_save": 16,
- "dexterity_save": 20,
- "constitution_save": 16,
- "intelligence_save": 18,
- "wisdom_save": 24,
- "charisma_save": 22,
- "perception": 17,
- "damage_resistances": "Celestial Resilience",
- "damage_immunities": "psychic",
- "senses": "truesight 120 ft.",
- "languages": "all,telepathy 120 ft.",
- "challenge_rating": "4",
- "cr": 4,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The couatl makes one Bite attack and one Constrict attack.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one creature. _Hit:_ 8 (1d6+5) piercing damage plus 14 (4d6) poison damage. If the poison damage reduces the target to 0 HP, the couatl can choose for the target to be stable but poisoned for 1 hour, even after regaining HP, and is unconscious while poisoned in this way.\"},{\"name\":\"Constrict\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 10 ft., one target. _Hit:_ 12 (2d6+5) bludgeoning damage, and the target is grappled (escape DC 15) if it is a Medium or smaller creature. Until this grapple ends, the target is restrained, and the couatl can't Constrict another target.\"},{\"name\":\"Healing Hiss (3/Day)\",\"desc\":\"The couatl croons a soothing hiss at a creature it can sense within 5 feet of it. The target magically regains 10 (3d6) HP and is freed from any disease or poison.\"}]",
- "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The couatl magically transforms into a Large or smaller Beast or Humanoid that has a challenge rating no higher than its own, or back into its true form, which is Celestial. Any equipment it is wearing or carrying transforms with it or is borne by the new form (the couatl's choice). It reverts to its true form if it dies. In a new form, the couatl retains its Celestial Resilience and Inscrutable traits and its HP, HD, ability to speak, proficiencies, and INT, WIS, and CHA scores, as well as this bonus action and the Rainbow Shield reaction. Its statistics and capabilities are otherwise replaced by those of the new form, except any class features or legendary actions of that form.\"}]",
- "special_abilities_json": "[{\"name\":\"Celestial Resilience\",\"desc\":\"The couatl is resistant to radiant damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks.\"},{\"name\":\"Inscrutable\",\"desc\":\"The couatl is immune to any effect that would sense its emotions or read its thoughts, as well as divination spells or effects, such as scrying or detecting its location, that it refuses. WIS (Insight) checks made to ascertain the couatl's intentions or sincerity have disadvantage.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The couatl has advantage on saves against spells and other magical effects.\"},{\"name\":\"Magic Weapons\",\"desc\":\"The couatl's weapon attacks are magical.\"}]",
- "reactions_json": "[{\"name\":\"Rainbow Shield\",\"desc\":\"When a creature the couatl can see within 30 feet of it, including itself, is targeted with an attack, the couatl can interpose a shield of rainbow-hued light between the attacker and the creature. The attacker has disadvantage on the attack roll. If the protected creature hasn't attacked or harmed another creature within the last minute, the attacker's attack misses instead.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "crimson_jelly_bf",
- "fields": {
- "name": "Crimson Jelly",
- "size": "tiny",
- "type": "Ooze",
- "armor_class": 12,
- "hit_points": 20,
- "speed_json": "{\"walk\":0,\"fly_hover\":60,\"swim\":30}",
- "strength": 2,
- "dexterity": 18,
- "constitution": 10,
- "intelligence": 1,
- "wisdom": 10,
- "charisma": 8,
- "strength_save": 2,
- "dexterity_save": 18,
- "constitution_save": 10,
- "intelligence_save": 1,
- "wisdom_save": 10,
- "charisma_save": 8,
- "perception": 10,
- "damage_resistances": "Ooze Resilience",
- "damage_immunities": "necrotic,grappled,Ooze Resilience",
- "senses": "keensense 10 ft. (can't sense beyond this radius)",
- "languages": "-",
- "challenge_rating": "1/2",
- "cr": 0.5,
- "actions_json": "[{\"name\":\"Feeding Paddles\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 5 (1d6+2) necrotic damage. The crimson jelly gains temporary HP equal to the necrotic damage dealt, and it attaches to the target. If the jelly had advantage on this attack, it attaches to the target's face, leaving the target unable to breathe or speak while the jelly is attached.
While attached, the crimson jelly can use only the Feeding Paddles action, and it moves with the target whenever the target moves, requiring none of the jelly's movement. The Crimson jelly can detach itself by spending 5 feet of its movement. A creature, including the target, can take its action to detach the jelly by succeeding on a DC 12 STR check.\"}]",
- "bonus_actions_json": "[{\"name\":\"Reproduce (Requires Temporary HP)\",\"desc\":\"While the crimson jelly has 1 or more temporary HP, it can split part of itself off into a new crimson jelly with HP equal to the original crimson jelly's temporary HP. The original crimson jelly then loses any temporary HP it has. The new crimson jelly otherwise has all the same statistics as its parent, except the new jelly can't gain temporary HP from Feeding Paddles attacks until it finishes a long rest.\"}]",
- "special_abilities_json": "[{\"name\":\"Amorphous\",\"desc\":\"The crimson jelly can move through space as narrow as 1 inch wide without squeezing.\"},{\"name\":\"Blood Sense\",\"desc\":\"The crimson jelly can pinpoint, by scent, the location of creatures that aren't Constructs or Undead and that don't have all of their HP within 60 feet of it and can sense the general direction of such creatures within 1 mile of it.\"},{\"name\":\"Ooze Nature\",\"desc\":\"The crimson jelly doesn't require sleep.\"},{\"name\":\"Ooze Resilience\",\"desc\":\"The crimson jelly is resistant to the restrained condition, and it is immune to exhaustion and to the blinded, charmed, deafened, frightened, and prone conditions.\"},{\"name\":\"Tainted Attacks\",\"desc\":\"A creature that is reduced to 0 HP by a crimson jelly must succeed on a DC 9 CHA save or suffer one level of exhaustion. While a creature suffers from this exhaustion, it loses most of its memories aside from basic information about itself, such as its name and its capabilities, and it is wracked with nightmarish visions that include a crimson rune.\"},{\"name\":\"Transparent\",\"desc\":\"While in an area of dim or bright light, the crimson jelly is invisible. While in darkness, creatures without darkvision can see the jelly's faint crimson glow.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "darkmantle_bf",
- "fields": {
- "name": "Darkmantle",
- "size": "small",
- "type": "Monstrosity",
- "armor_class": 11,
- "hit_points": 25,
- "speed_json": "{\"walk\":10,\"fly\":30}",
- "strength": 16,
- "dexterity": 12,
- "constitution": 12,
- "intelligence": 2,
- "wisdom": 10,
- "charisma": 4,
- "strength_save": 16,
- "dexterity_save": 12,
- "constitution_save": 12,
- "intelligence_save": 2,
- "wisdom_save": 10,
- "charisma_save": 4,
- "perception": 10,
- "damage_resistances": "Monstrosity Resilience",
- "senses": "keensense 60 ft.",
- "languages": "-",
- "challenge_rating": "1/2",
- "cr": 0.5,
- "actions_json": "[{\"name\":\"Crush\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one creature. _Hit:_ 6 (1d6+3) bludgeoning damage, and the darkmantle attaches to it. If the target is Medium or smaller and the darkmantle has advantage on the attack roll, the darkmantle attaches to the target's head, and the target is blinded and unable to breathe while the darkmantle is attached. While attached, the darkmantle can't make Crush attacks, and at the start of each of the darkmantle's turns, the target takes 6 (1d6+3) bludgeoning damage.
The attached darkmantle moves with the target whenever the target moves, requiring none of the darkmantle's movement. It can detach itself by spending 5 feet of its movement on its turn. A creature, including the target, can take its action to detach the darkmantle by succeeding on a DC 13 STR check.\"},{\"name\":\"Topple\",\"desc\":\"While attached to a creature, the darkmantle swings its body to throw off the balance of the creature to which it is attached. The attached target must succeed on a DC 13 DEX save or be knocked prone. If the target fails the save and is already prone, it is restrained while the darkmantle is attached to it, as the darkmantle pins it to the ground.\"}]",
- "bonus_actions_json": "[{\"name\":\"Darkness Aura (1/Day)\",\"desc\":\"A 15-foot radius of magical darkness extends out from the darkmantle, moves with it, and spreads around corners. The darkness lasts as long as the darkmantle maintains concentration, up to 10 minutes (as if concentrating on a spell). Darkvision can't penetrate this darkness, and no natural light can illuminate it. If any of the darkness overlaps with an area of light created by a spell of 2nd level or lower, the spell creating the light is dispelled.\"}]",
- "special_abilities_json": "[{\"name\":\"Echolocation\",\"desc\":\"The darkmantle can't use its keensense while deafened.\"},{\"name\":\"False Appearance\",\"desc\":\"While the darkmantle remains motionless, it is indistinguishable from a cave formation, such as a stalactite or stalagmite.\"},{\"name\":\"Jagged Hide\",\"desc\":\"A creature that hits the darkmantle with a melee attack while within 5 feet of it takes 2 (1d4) piercing damage.\"},{\"name\":\"Monstrosity Resilience\",\"desc\":\"The darkmantle is resistant to exhaustion and to the frightened condition.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "death_dog_bf",
- "fields": {
- "name": "Death Dog",
- "size": "medium",
- "type": "Monstrosity",
- "subtype": "Animal",
- "armor_class": 12,
- "hit_points": 40,
- "speed_json": "{\"walk\":40}",
- "strength": 14,
- "dexterity": 14,
- "constitution": 14,
- "intelligence": 2,
- "wisdom": 12,
- "charisma": 6,
- "strength_save": 14,
- "dexterity_save": 14,
- "constitution_save": 14,
- "intelligence_save": 2,
- "wisdom_save": 12,
- "charisma_save": 6,
- "perception": 15,
- "damage_resistances": "Multiple Heads,Monstrosity Resilience",
- "senses": "darkvision 120 ft.",
- "languages": "-",
- "challenge_rating": "1",
- "cr": 1,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The death dog makes two Bite attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 7 (2d4+2) piercing damage. If the target is a creature, it must succeed on a DC 12 CON save or contract a disease. Until the disease is cured, the target is poisoned. Every 24 hours that elapse, the infected creature must repeat the save, reducing its HP maximum by 5 (2d4) on a failure. This reduction lasts until the creature finishes a long rest after the disease is cured. The creature dies if the disease reduces its HP maximum to 0.\"}]",
- "bonus_actions_json": "[{\"name\":\"Dual Bark\",\"desc\":\"The death dog's two heads bark at creatures in two 15-foot cones. Each creature in the area of a cone must succeed on a DC 12 CON save or be deafened until the end of its next turn. If the cones overlap each other, each creature in overlapping cones must make only one save with disadvantage rather than one save for each cone.\"}]",
- "special_abilities_json": "[{\"name\":\"Monstrosity Resilience\",\"desc\":\"The death dog is resistant to exhaustion and to the frightened condition.\"},{\"name\":\"Multiple Heads\",\"desc\":\"The death dog has two heads and is resistant to the blinded, charmed, deafened, frightened, stunned, and unconscious conditions.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "death_knight_bf",
- "fields": {
- "name": "Death Knight",
- "size": "medium",
- "type": "Undead",
- "armor_class": 18,
- "armor_desc": "plate",
- "hit_points": 140,
- "speed_json": "{\"walk\":30}",
- "strength": 18,
- "dexterity": 10,
- "constitution": 16,
- "intelligence": 12,
- "wisdom": 20,
- "charisma": 18,
- "strength_save": 18,
- "dexterity_save": 10,
- "constitution_save": 16,
- "intelligence_save": 12,
- "wisdom_save": 20,
- "charisma_save": 18,
- "perception": 15,
- "damage_vulnerabilities": "radiant",
- "damage_immunities": "necrotic,frightened,Undead Resilience",
- "senses": "darkvision 90 ft.",
- "languages": "Common",
- "challenge_rating": "8",
- "cr": 8,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The death knight makes three Greatsword or Necrotic Bolt attacks.\"},{\"name\":\"Greatsword\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6+4) slashing damage and 7 (2d6) necrotic damage.\"},{\"name\":\"Necrotic Bolt\",\"desc\":\"_Ranged Spell Attack:_ +7 to hit, range 60 ft., one target. _Hit:_ 18 (4d6+4) necrotic damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Champion's Challenge\",\"desc\":\"The death knight challenges one creature it can see within 30 feet of it. The target must succeed on a DC 15 CHA save or have disadvantage on attack rolls against creatures that aren't the knight until the end of its next turn.\"}]",
- "special_abilities_json": "[{\"name\":\"Disgraced Rejuvenation\",\"desc\":\"Unless redeemed, a destroyed death knight returns in 1d4 days, regaining all its HP and becoming active again within 10 feet of where it died.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The death knight has advantage on saves against spells and other magical effects.\"},{\"name\":\"Undead Nature\",\"desc\":\"The death knight doesn't require air, food, drink, or sleep.\"},{\"name\":\"Undead Resilience\",\"desc\":\"The death knight is immune to poison damage, to exhaustion, and to the poisoned condition.\"}]",
- "reactions_json": "[{\"name\":\"Parry\",\"desc\":\"The death knight adds 3 to its AC against one melee attack that would hit it. To do so, the death knight must see the attacker and be wielding a melee weapon.\"},{\"name\":\"Soul Drain\",\"desc\":\"When the death knight reduces a Humanoid to 0 HP, it can absorb the creature's soul. The target must succeed on a DC 15 WIS save or immediately die, its soul becoming trapped in the death knight's sword. The death knight has advantage on attack rolls for 1 minute after absorbing a soul.
The creature can't be restored to life until the death knight is permanently destroyed.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "balor_bf",
- "fields": {
- "name": "Balor",
- "size": "huge",
- "type": "Fiend",
- "subtype": "Demon",
- "group": "Demons",
- "armor_class": 19,
- "armor_desc": "natural armor",
- "hit_points": 292,
- "speed_json": "{\"walk\":40,\"fly\":80}",
- "strength": 38,
- "dexterity": 14,
- "constitution": 34,
- "intelligence": 20,
- "wisdom": 28,
- "charisma": 34,
- "strength_save": 38,
- "dexterity_save": 14,
- "constitution_save": 34,
- "intelligence_save": 20,
- "wisdom_save": 28,
- "charisma_save": 34,
- "perception": 19,
- "damage_resistances": "bludgeoning,piercing,and slashing damage from nonmagical attacks,Demonic Resilience",
- "damage_immunities": "fire,Demonic Resilience",
- "senses": "truesight 120 ft.",
- "languages": "Abyssal,telepathy 120 ft.",
- "challenge_rating": "19",
- "cr": 19,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The balor makes one Gore attack, one Longsword attack, and one Whip attack.\"},{\"name\":\"Gore\",\"desc\":\"_Melee Weapon Attack:_ +14 to hit, reach 10 ft., one target. _Hit:_ 15 (2d6+8) piercing damage plus 13 (3d8) fire damage.\"},{\"name\":\"Longsword\",\"desc\":\"_Melee Weapon Attack:_ +14 to hit, reach 10 ft., one target. _Hit:_ 21 (3d8+8) slashing damage, or 24 (3d10+8) slashing damage if used with two hands, plus 13 (3d8) fire damage. If the balor scores a critical hit, it rolls damage dice three times, instead of twice.\"},{\"name\":\"Whip\",\"desc\":\"_Melee Weapon Attack:_ +14 to hit, reach 30 ft., one target. _Hit:_ 15 (3d4+8) slashing damage plus 13 (3d8) fire damage, and the target must succeed on a DC 20 Strength saving throw or be pulled up to 25 feet toward the balor.\"}]",
- "bonus_actions_json": "[{\"name\":\"Teleport\",\"desc\":\"The balor magically teleports, along with any equipment it is wearing or carrying, up to 60 feet to an unoccupied space it can see.\"}]",
- "special_abilities_json": "[{\"name\":\"Demonic Flames\",\"desc\":\"Creatures resistant to fire damage aren't resistant to fire damage dealt by the balor. Creatures immune to fire damage are still immune to the balor's fire damage.\"},{\"name\":\"Demonic Resilience\",\"desc\":\"The balor is resistant to cold and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.\"},{\"name\":\"Diving Assault\",\"desc\":\"If the balor is flying and moves at least 30 feet straight toward a creature and then hits it with a Gore attack on the same turn, that target must succeed on a DC 20 STR save or be knocked prone. If the target is prone, the balor can make one Longsword attack against it as a bonus action.\"},{\"name\":\"Flaming Weapons\",\"desc\":\"The balor's weapon attacks are magical. When the balor hits with any weapon, the weapon deals an extra 3d8 fire damage (included in the attack).\"},{\"name\":\"Fire Aura\",\"desc\":\"At the start of each of the balor's turns, each creature within 10 feet of it takes 13 (3d8) fire damage, and flammable objects in the aura that aren't being worn or carried ignite.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The balor has advantage on saves against spells and other magical effects.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "dretch_bf",
- "fields": {
- "name": "Dretch",
- "size": "small",
- "type": "Fiend",
- "subtype": "Demon",
- "group": "Demons",
- "armor_class": 11,
- "armor_desc": "natural armor",
- "hit_points": 13,
- "speed_json": "{\"walk\":20}",
- "strength": 14,
- "dexterity": 10,
- "constitution": 12,
- "intelligence": 4,
- "wisdom": 8,
- "charisma": 2,
- "strength_save": 14,
- "dexterity_save": 10,
- "constitution_save": 12,
- "intelligence_save": 4,
- "wisdom_save": 8,
- "charisma_save": 2,
- "perception": 9,
- "damage_resistances": "Demonic Resilience",
- "damage_immunities": "Demonic Resilience",
- "senses": "darkvision 60 ft.",
- "languages": "Abyssal",
- "challenge_rating": "1/4",
- "cr": 0.25,
- "actions_json": "[{\"name\":\"Claws\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 5 (1d6+2) slashing damage plus 2 (1d4) poison damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Fetid Cloud (1/Day)\",\"desc\":\"A 10-foot radius cloud of disgusting green gas extends out from the dretch, moves with it, and spreads around corners. The cloud's area is lightly obscured and lasts 1 minute or until a strong wind disperses it. A creature that starts its turn in the cloud must succeed on a DC 11 CON save or be poisoned until the start of its next turn. While poisoned in this way, a creature can take either an action or a bonus action on its turn, not both, and can't take reactions.\"}]",
- "special_abilities_json": "[{\"name\":\"Abyssal Rejuvenation\",\"desc\":\"Unlike other outsiders, a dretch that dies in its home plane of the Abyss is restored in a new body in 1d10 days, regaining all its HP and becoming active again. The new body appears in a random location in the Abyss. Only sprinkling holy water on the dretch's remains can prevent this trait from functioning.\"},{\"name\":\"Demonic Resilience\",\"desc\":\"The dretch is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "glabrezu_bf",
- "fields": {
- "name": "Glabrezu",
- "size": "large",
- "type": "Fiend",
- "subtype": "Demon",
- "group": "Demons",
- "armor_class": 17,
- "armor_desc": "natural armor",
- "hit_points": 154,
- "speed_json": "{\"walk\":40}",
- "strength": 28,
- "dexterity": 14,
- "constitution": 28,
- "intelligence": 18,
- "wisdom": 24,
- "charisma": 24,
- "strength_save": 28,
- "dexterity_save": 14,
- "constitution_save": 28,
- "intelligence_save": 18,
- "wisdom_save": 24,
- "charisma_save": 24,
- "perception": 17,
- "damage_resistances": "bludgeoning,piercing,and slashing damage from nonmagical attacks,Demonic Resilience",
- "damage_immunities": "Demonic Resilience",
- "senses": "truesight 120 ft.",
- "languages": "Abyssal,telepathy 120 ft.",
- "challenge_rating": "9",
- "cr": 9,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The glabrezu makes two Claw attacks and two Pincer attacks, or it makes four Crackling Flame Bolt attacks. It can replace both Claw attacks with two Crackling Flame Bolt attacks.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +9 to hit, reach 5 ft., one target. _Hit:_ 10 (2d4+5) slashing damage plus 3 (1d6) fire damage and 3 (1d6) lightning damage.\"},{\"name\":\"Pincer\",\"desc\":\"_Melee Weapon Attack:_ +9 to hit, reach 10 ft., one target. _Hit:_ 16 (2d10+5) bludgeoning damage. If the target is a Medium or smaller creature, it is grappled (escape DC 17). The glabrezu has two pincers, each of which can grapple only one target.\"},{\"name\":\"Crackling Flame Bolt\",\"desc\":\"_Ranged Spell Attack:_ +7 to hit, range 60 ft., one target. _Hit:_ 6 (1d6+3) fire damage plus 10 (3d6) lightning damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Manipulating Whispers\",\"desc\":\"The glabrezu whispers in the mind of a creature it can see within 120 feet of it, encouraging the creature to commit wicked acts. The target must succeed on a DC 17 CHA save or succumb to one of the following urges:\\n- **Boastful Stance.** The target is overcome with surety of its own battle prowess, momentarily letting down its guard. Creatures have advantage on attack rolls against the target until the start of the glabrezu's next turn.\\n- **Confirmation of Wealth.** The target is briefly overcome with the desire to confirm the amount and status of its valuables. It uses either an action or bonus action on its next turn (the glabrezu's choice) to count and take stock of its valuables.\\n- **Wrathful Strike.** Anger fills the target, and it immediately lashes out at those nearby. The target uses its reaction to make one melee weapon attack against a creature of the glabrezu's choice within 5 feet of the target.\"}]",
- "special_abilities_json": "[{\"name\":\"Demonic Resilience\",\"desc\":\"The glabrezu is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The glabrezu has advantage on saves against spells and other magical effects.\"},{\"name\":\"Point Blank Grappler\",\"desc\":\"When the glabrezu makes a Crackling Flame Bolt attack, it doesn't have disadvantage on the attack roll from being within 5 feet of a hostile creature, provided it is grappling that creature.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "golmana_bf",
- "fields": {
- "name": "Golmana",
- "size": "medium",
- "type": "Fiend",
- "subtype": "Demon",
- "group": "Demons",
- "armor_class": 15,
- "armor_desc": "natural armor",
- "hit_points": 118,
- "speed_json": "{\"walk\":40}",
- "strength": 18,
- "dexterity": 16,
- "constitution": 14,
- "intelligence": 8,
- "wisdom": 12,
- "charisma": 14,
- "strength_save": 18,
- "dexterity_save": 16,
- "constitution_save": 14,
- "intelligence_save": 8,
- "wisdom_save": 12,
- "charisma_save": 14,
- "perception": 14,
- "damage_resistances": "Demonic Resilience",
- "damage_immunities": "blinded,frightened,Demonic Resilience",
- "senses": "keensense 60 ft. (can't sense beyond this radius)",
- "languages": "Abyssal,Void Speech,telepathy 60 ft.",
- "challenge_rating": "7",
- "cr": 7,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The golmana makes two Claws attacks and one Tail attack. If both Claws attacks hit a Medium or smaller creature, the target is grappled (escape DC 15). Until this grapple ends, the target is restrained, and the golmana can't make Claws attacks against other targets.\"},{\"name\":\"Claws\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 17 (3d8+4) slashing damage.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 10 ft., one target. _Hit:_ 13 (2d8+4) piercing damage.\"},{\"name\":\"Void Screech (Recharge 5-6)\",\"desc\":\"The golmana lets out a keening screech in a 30-foot cone. Each creature that isn't a Fiend in that area must make a DC 15 CON save. On a failure, a creature takes 14 (4d6) necrotic damage and 18 (4d8) thunder damage, and it has disadvantage on the next attack roll it makes before the start of the golmana's next turn, as brief contact with the energies of the Void destabilizes the creature. On a success, a creature takes half the damage and doesn't suffer this disadvantage on its next attack roll.\"}]",
- "bonus_actions_json": "[{\"name\":\"Consuming Rend\",\"desc\":\"The golmana violently digs its small, torso claws into one creature it is grappling. The target must make a DC 15 DEX save, taking 7 (2d6) slashing damage on a failed save, or half as much damage on a successful one. The golmana then regains HP equal to the damage dealt.\"}]",
- "special_abilities_json": "[{\"name\":\"Demonic Resilience\",\"desc\":\"The golmana is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.\"},{\"name\":\"Heightened Hearing\",\"desc\":\"The golmana's Perception is 19 when perceiving by hearing.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The golmana has advantage on saves against spells and other magical effects.\"},{\"name\":\"Spider Climb\",\"desc\":\"The golmana can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "hezrou_bf",
- "fields": {
- "name": "Hezrou",
- "size": "large",
- "type": "Fiend",
- "subtype": "Demon",
- "group": "Demons",
- "armor_class": 16,
- "armor_desc": "natural armor",
- "hit_points": 138,
- "speed_json": "{\"walk\":30,\"swim\":30}",
- "strength": 24,
- "dexterity": 16,
- "constitution": 26,
- "intelligence": 4,
- "wisdom": 18,
- "charisma": 12,
- "strength_save": 24,
- "dexterity_save": 16,
- "constitution_save": 26,
- "intelligence_save": 4,
- "wisdom_save": 18,
- "charisma_save": 12,
- "perception": 14,
- "damage_resistances": "bludgeoning,piercing,and slashing damage from nonmagical attacks,Demonic Resilience",
- "damage_immunities": "Demonic Resilience",
- "senses": "darkvision 120 ft.",
- "languages": "Abyssal,telepathy 120 ft.",
- "challenge_rating": "8",
- "cr": 8,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The hezrou makes one Sticky Tongue attack, one Bite attack, and two Claw attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 15 (2d10+4) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 17 (3d8+4) slashing damage.\"},{\"name\":\"Sticky Tongue\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 20 ft., one target. _Hit:_ 11 (2d6+4) bludgeoning damage, and the target must succeed on a DC 16 STR save or be pulled up to 15 feet toward the hezrou.\"}]",
- "bonus_actions_json": "[{\"name\":\"Quick Leap\",\"desc\":\"The hezrou jumps horizontally up to 20 feet to an unoccupied space it can see without provoking opportunity attacks.\"}]",
- "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The hezrou can breathe air and water.\"},{\"name\":\"Demonic Resilience\",\"desc\":\"The hezrou is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The hezrou has advantage on saving throws against spells and other magical effects.\"},{\"name\":\"Speak with Frogs and Toads\",\"desc\":\"The hezrou can communicate with frogs and toads as if they shared a language.\"},{\"name\":\"Standing Leap\",\"desc\":\"The hezrou's long jump is up to 20 feet and its high jump is up to 10 feet, with or without a running start.\"},{\"name\":\"Stench\",\"desc\":\"A creature that starts its turn within 10 feet of the hezrou must succeed on a DC 16 CON save or be poisoned until the start of its next turn. On a success, the creature is immune to the hezrou's Stench for the next 24 hours.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "husk_demon_bf",
- "fields": {
- "name": "Husk Demon",
- "size": "medium",
- "type": "Fiend",
- "subtype": "Demon",
- "group": "Demons",
- "armor_class": 15,
- "hit_points": 82,
- "speed_json": "{\"walk\":40,\"fly\":25}",
- "strength": 12,
- "dexterity": 20,
- "constitution": 16,
- "intelligence": 6,
- "wisdom": 8,
- "charisma": 4,
- "strength_save": 12,
- "dexterity_save": 20,
- "constitution_save": 16,
- "intelligence_save": 6,
- "wisdom_save": 8,
- "charisma_save": 4,
- "perception": 13,
- "damage_resistances": "Demonic Resilience",
- "damage_immunities": "necrotic,exhaustion,prone,Demonic Resilience",
- "senses": "darkvision 60 ft.",
- "languages": "Abyssal,Void Speech,telepathy 60 ft.",
- "challenge_rating": "4",
- "cr": 4,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The husk demon makes two Life Drain attacks.\"},{\"name\":\"Life Drain\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one creature. _Hit:_ 7 (1d8+3) slashing damage plus 9 (2d8) necrotic damage, and the husk demon regains HP equal to half the necrotic damage dealt. The target must succeed on a DC 15 CON save or its HP maximum is reduced by an amount equal to the necrotic damage taken. This reduction lasts until the creatures finishes a long rest. The target dies if this effect reduces its HP maximum to 0.\"}]",
- "bonus_actions_json": "[{\"name\":\"Soul Feed\",\"desc\":\"The husk demon feasts on the light in the soul of up to two creatures it can see within 20 feet of it, causing one of the following effects. Each target must succeed on a DC 15 CHA save or suffer the chosen effect. A creature that fails the save against Soul Feed two rounds in a row suffers one level of exhaustion.\\n- **Happiness Feast.** The husk demon feasts on the target's happiness, causing the target to become crestfallen. The target has disadvantage on attack rolls until the end of its next turn.\\n- **Hope Feast.** The husk demon feasts on the target's hope, causing the target to become despondent. The target has disadvantage on saves until the end of its next turn.\\n- **Motivation Feast.** The husk demon feasts on the target's motivation, causing the target to lose its ambitions and become apathetic. The target's speed is halved until the end of its next turn.\"}]",
- "special_abilities_json": "[{\"name\":\"Amorphous\",\"desc\":\"The husk demon can move through a space as narrow as 1 inch wide without squeezing.\"},{\"name\":\"Demonic Resilience\",\"desc\":\"The husk demon is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The husk demon has advantage on saves against spells and other magical effects.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "marilith_bf",
- "fields": {
- "name": "Marilith",
- "size": "large",
- "type": "Fiend",
- "subtype": "Demon",
- "group": "Demons",
- "armor_class": 18,
- "armor_desc": "natural armor",
- "hit_points": 217,
- "speed_json": "{\"walk\":40}",
- "strength": 28,
- "dexterity": 20,
- "constitution": 30,
- "intelligence": 18,
- "wisdom": 26,
- "charisma": 30,
- "strength_save": 28,
- "dexterity_save": 20,
- "constitution_save": 30,
- "intelligence_save": 18,
- "wisdom_save": 26,
- "charisma_save": 30,
- "perception": 18,
- "damage_resistances": "bludgeoning,piercing,and slashing damage from nonmagical attacks,Demonic Resilience",
- "damage_immunities": "Demonic Resilience",
- "senses": "truesight 120 ft.",
- "languages": "Abyssal,telepathy 120 ft.",
- "challenge_rating": "16",
- "cr": 16,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The marilith makes two Dagger attacks, two Mace attacks, and two Longsword attacks. It can replace two Dagger attacks with a Tail attack.\"},{\"name\":\"Dagger\",\"desc\":\"_Melee or Ranged Weapon Attack:_ +9 to hit, reach 5 ft. or range 20/60 ft., one target. _Hit:_ 9 (2d4+4) piercing damage plus 7 (2d6) fire damage.\"},{\"name\":\"Mace\",\"desc\":\"_Melee Weapon Attack:_ +9 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6+4) bludgeoning damage plus 7 (2d6) fire damage.\"},{\"name\":\"Longsword\",\"desc\":\"_Melee Weapon Attack:_ +9 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8+4) slashing damage plus 7 (2d6) fire damage.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +9 to hit, reach 10 ft., one creature. _Hit:_ 20 (3d10+4) bludgeoning damage plus 7 (2d6) fire damage. If the target is Medium or smaller, it is grappled (escape DC 17). Until this grapple ends, the target is restrained, the marilith can automatically hit the target with its Tail, and the marilith can't make Tail attacks against other targets.\"}]",
- "bonus_actions_json": "[{\"name\":\"Marilith Tactics\",\"desc\":\"The marilith shouts one of the following commands at up to two friendly creatures it can see within 30 feet of it:\\n- **March!** Each target can use a reaction to move up to half its speed in a direction of the marilith's choice. This movement is unaffected by difficult terrain and doesn't provoke opportunity attacks.\\n- **Protect Yourself!** Each target gains the marilith's Parry reaction until the start of the marilith's next turn.\\n- **Remember Your Training!** Each target has advantage on the next weapon attack roll it makes before the start of the marilith's next turn.\"},{\"name\":\"Teleport\",\"desc\":\"The marilith magically teleports, along with any equipment it is wearing or carrying, up to 60 feet to an unoccupied space it can see.\"}]",
- "special_abilities_json": "[{\"name\":\"Demonic Resilience\",\"desc\":\"The marilith is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.\"},{\"name\":\"Flaming Weapons\",\"desc\":\"The marilith's weapon attacks are magical. When it hits with any weapon, the weapon deals an extra 2d6 fire damage (included in the attack).\"},{\"name\":\"Magic Resistance\",\"desc\":\"The marilith has advantage on saves against spells and other magical effects.\"},{\"name\":\"Reactive\",\"desc\":\"The marilith gets up to five extra reactions, but these extra reactions can be used only for Parry.\"}]",
- "reactions_json": "[{\"name\":\"Parry\",\"desc\":\"The marilith adds 5 to its AC against one melee attack that would hit it. To do so, the marilith must see the attacker and be wielding a melee weapon.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "mire_fiend_bf",
- "fields": {
- "name": "Mire Fiend",
- "size": "medium",
- "type": "Fiend",
- "subtype": "Demon",
- "group": "Demons",
- "armor_class": 16,
- "armor_desc": "natural armor",
- "hit_points": 94,
- "speed_json": "{\"walk\":40,\"swim\":40}",
- "strength": 14,
- "dexterity": 22,
- "constitution": 18,
- "intelligence": 4,
- "wisdom": 14,
- "charisma": 6,
- "strength_save": 14,
- "dexterity_save": 22,
- "constitution_save": 18,
- "intelligence_save": 4,
- "wisdom_save": 14,
- "charisma_save": 6,
- "perception": 15,
- "damage_resistances": "Demonic Resilience",
- "damage_immunities": "acid,Demonic Resilience",
- "senses": "darkvision 60 ft., keensense 10 ft.",
- "languages": "Abyssal",
- "challenge_rating": "5",
- "cr": 5,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The mire fiend makes one Mandibles attack, one Spear attack, and one Stinger attack.\"},{\"name\":\"Mandibles\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one creature. _Hit:_ 12 (2d8+3) slashing damage.\"},{\"name\":\"Spear\",\"desc\":\"Melee Weapon or Ranged Attack: +5 to hit, reach 5 ft. or range 20/60 ft., one target. _Hit:_ 5 (1d6+2) piercing damage, or 6 (1d8+2) piercing damage if used with two hands to make a melee attack.\"},{\"name\":\"Stinger\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 10 ft., one creature. _Hit:_ 5 (1d4+3) piercing damage plus 10 (3d6) poison damage, and the target must succeed on a DC 14 CON save or be poisoned.\"},{\"name\":\"Stunning Snap (Recharge 5-6)\",\"desc\":\"If the mire fiend has no creature grappled, it snaps its mandibles together with great force, creating a miniature sonic boom in a 30-foot cone.
Each creature in that area must make a DC 14 CON save. On a failure, a creature takes 21 (6d6) thunder damage and is stunned until the end of its next turn. On a success, a creature takes half the damage and isn't stunned.\"}]",
- "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The mire fiend can breathe air and water.\"},{\"name\":\"Demonic Resilience\",\"desc\":\"The mire fiend is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The mire fiend has advantage on saves against spells and other magical effects.\"},{\"name\":\"Pack Tactics\",\"desc\":\"The mire fiend has advantage on attack rolls against a creature if at least one of the mire fiend's allies is within 5 feet of the creature and the ally isn't incapacitated.\"},{\"name\":\"Swamp Camouflage\",\"desc\":\"The mire fiend's Stealth is 21 while in swampy terrain.\"}]",
- "reactions_json": "[{\"name\":\"Acidic Retribution\",\"desc\":\"When the mire fiend takes damage, including any damage that reduces it to 0 HP, it can expel acid from its stinger in a 15-foot line that is 5 feet wide. Each creature in that line must make a DC 14 DEX save, taking 10 (3d6) acid damage on a failed save, or half as much damage on a successful one.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "nalfeshnee_bf",
- "fields": {
- "name": "Nalfeshnee",
- "size": "large",
- "type": "Fiend",
- "subtype": "Demon",
- "group": "Demons",
- "armor_class": 18,
- "armor_desc": "natural armor",
- "hit_points": 196,
- "speed_json": "{\"walk\":20,\"fly\":30}",
- "strength": 20,
- "dexterity": 10,
- "constitution": 32,
- "intelligence": 26,
- "wisdom": 22,
- "charisma": 24,
- "strength_save": 20,
- "dexterity_save": 10,
- "constitution_save": 32,
- "intelligence_save": 26,
- "wisdom_save": 22,
- "charisma_save": 24,
- "perception": 16,
- "damage_resistances": "bludgeoning,piercing,and slashing damage from nonmagical attacks,Demonic Resilience",
- "damage_immunities": "Demonic Resilience",
- "senses": "truesight 120 ft.",
- "languages": "Abyssal,telepathy 120 ft.",
- "challenge_rating": "13",
- "cr": 13,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The nalfeshnee makes one Bite attack, one Gore attack, and two Claw attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +10 to hit, reach 5 ft., one target. _Hit:_ 28 (4d8+5) piercing damage. If this attack hits a frightened creature, the nalfeshnee regains HP equal to half the damage dealt.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +10 to hit, reach 10 ft., one target. _Hit:_ 19 (4d6+5) slashing damage.\"},{\"name\":\"Gore\",\"desc\":\"_Melee Weapon Attack:_ +10 to hit, reach 5 ft., one target. _Hit:_ 21 (3d10+5) piercing damage, and the target must succeed on a DC 16 STR save or be knocked prone.\"}]",
- "bonus_actions_json": "[{\"name\":\"Teleport\",\"desc\":\"The nalfeshnee magically teleports, along with any equipment it is wearing or carrying, up to 60 feet to an unoccupied space it can see.\"}]",
- "special_abilities_json": "[{\"name\":\"Demonic Resilience\",\"desc\":\"The nalfeshnee is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.\"},{\"name\":\"Horrific Nimbus\",\"desc\":\"The nalfeshnee magically emits scintillating, multicolored light that disorients and frightens mortals. Each creature that isn't an Aberration, Celestial, or Fiend and that starts its turn within 15 feet of the nalfeshnee must succeed on a DC 16 WIS save or be frightened until the start of its next turn. A creature that fails the save by 5 or more must take the Dash action on its turn and move away from the nalfeshnee by the safest available route, unless there is nowhere to move.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The nalfeshnee has advantage on saves against spells and other magical effects.\"}]",
- "reactions_json": "[{\"name\":\"Sudden Feast\",\"desc\":\"When a creature the nalfeshnee can see within 20 feet of it is reduced to 0 HP or dies, the nalfeshnee can move up to its speed toward the creature without provoking opportunity attacks then feast on the creature, if it moves to within 5 feet of the creature. The nalfeshnee regains HP equal to twice the creature's CR or class level, and the creature has disadvantage on the next death save it makes, if it is making death saves.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "quasit_bf",
- "fields": {
- "name": "Quasit",
- "size": "tiny",
- "type": "Fiend",
- "subtype": "Demon",
- "group": "Demons",
- "armor_class": 13,
- "hit_points": 35,
- "speed_json": "{\"walk\":40}",
- "strength": 4,
- "dexterity": 20,
- "constitution": 10,
- "intelligence": 6,
- "wisdom": 10,
- "charisma": 10,
- "strength_save": 4,
- "dexterity_save": 20,
- "constitution_save": 10,
- "intelligence_save": 6,
- "wisdom_save": 10,
- "charisma_save": 10,
- "perception": 10,
- "damage_resistances": "Demonic Resilience",
- "damage_immunities": "Demonic Resilience",
- "senses": "darkvision 120 ft.",
- "languages": "Abyssal,Common",
- "challenge_rating": "1",
- "cr": 1,
- "actions_json": "[{\"name\":\"Claws (True Form Only)\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 5 (1d4+3) piercing damage, and the target must succeed on a DC 13 Constitution saving throw or take 5 (2d4) poison damage and be 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.\"},{\"name\":\"Slam (Beast Form Only)\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) bludgeoning, piercing, or slashing damage (based on the type of damage dealt by the Beast form's primary attack, such as Bite).\"},{\"name\":\"Invisibility (True Form Only)\",\"desc\":\"The quasit magically turns invisible until it attacks, uses Scare, or uses Change Shape, or until its concentration ends (as if concentrating on a spell). Any equipment the quasit wears or carries is invisible with it.\"}]",
- "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The quasit magically transforms into a Medium or smaller Beast that has a CR no higher than its own or back into its true form, which is a Fiend. Its statistics, other than its size and speed, are the same in each form.
Any equipment it is wearing or carrying transforms with it. It reverts to its true form if it dies.\"},{\"name\":\"Scare (1/Day; True Form Only)\",\"desc\":\"One creature of the quasit's choice within 20 feet of it must succeed on a DC 13 Wisdom saving throw or be frightened 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.\"}]",
- "special_abilities_json": "[{\"name\":\"Demonic Resilience\",\"desc\":\"The quasit is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The quasit has advantage on saving throws against spells and other magical effects.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "unska_bf",
- "fields": {
- "name": "Unska",
- "size": "medium",
- "type": "Fiend",
- "subtype": "Demon",
- "group": "Demons",
- "armor_class": 17,
- "armor_desc": "natural armor",
- "hit_points": 88,
- "speed_json": "{\"walk\":20,\"climb\":20}",
- "strength": 16,
- "dexterity": 14,
- "constitution": 14,
- "intelligence": 8,
- "wisdom": 10,
- "charisma": 14,
- "strength_save": 16,
- "dexterity_save": 14,
- "constitution_save": 14,
- "intelligence_save": 8,
- "wisdom_save": 10,
- "charisma_save": 14,
- "perception": 10,
- "damage_resistances": "Demonic Resilience",
- "damage_immunities": "charmed,frightened,Demonic Resilience",
- "senses": "darkvision 60 ft.",
- "languages": "Abyssal,Common",
- "challenge_rating": "5",
- "cr": 5,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The unska makes two Claw attacks and one Tongue attack, or it makes three Ink Blast attacks.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) slashing damage plus 3 (1d6) poison damage, and the target must succeed on a DC 14 CON save or be poisoned for 1 minute. While poisoned, the target has disadvantage on saves against the unska's Whirl of Ink. The target can repeat the save at the end of each of its turns, ending the effect on itself on a success.\"},{\"name\":\"Tongue\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 10 ft., one target. _Hit:_ 12 (2d8+3) piercing damage. The target must succeed on a DC 14 CON save, or its HP maximum is reduced by an amount equal to the damage taken. This reduction lasts until the target finishes a long rest. The target dies if its HP maximum is reduced to 0.\"},{\"name\":\"Ink Blast\",\"desc\":\"_Ranged Spell Attack:_ +5 to hit, range 60 ft., one target. _Hit:_ 12 (3d6+2) poison damage, and the target must succeed on a DC 14 CON save or have disadvantage on the next save it makes against the unska's Whirl of Ink before the start of the unska's next turn.\"}]",
- "bonus_actions_json": "[{\"name\":\"Whirl of Ink\",\"desc\":\"Tattoos leap off the unska's body and latch onto a creature the unska can see within 30 feet of it. The target must succeed on a DC 14 WIS save or be charmed, disoriented, or frightened (the unska's choice) until the end of its next turn. When a disoriented creature moves, it moves in a random direction.\"}]",
- "special_abilities_json": "[{\"name\":\"Demonic Resilience\",\"desc\":\"The unska is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The unska has advantage on saves against spells and other magical effects.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "vrock_bf",
- "fields": {
- "name": "Vrock",
- "size": "large",
- "type": "Fiend",
- "subtype": "Demon",
- "group": "Demons",
- "armor_class": 15,
- "armor_desc": "natural armor",
- "hit_points": 110,
- "speed_json": "{\"walk\":40,\"fly\":60}",
- "strength": 16,
- "dexterity": 20,
- "constitution": 18,
- "intelligence": 8,
- "wisdom": 22,
- "charisma": 14,
- "strength_save": 16,
- "dexterity_save": 20,
- "constitution_save": 18,
- "intelligence_save": 8,
- "wisdom_save": 22,
- "charisma_save": 14,
- "perception": 16,
- "damage_resistances": "bludgeoning,piercing,and slashing damage from nonmagical attacks,Demonic Resilience",
- "damage_immunities": "Demonic Resilience",
- "senses": "darkvision 120 ft.",
- "languages": "Abyssal,telepathy 120 ft.",
- "challenge_rating": "6",
- "cr": 6,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The vrock makes one Beak attack and two Talon attacks.\"},{\"name\":\"Beak\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 12 (2d8+3) piercing damage.\"},{\"name\":\"Talon\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 14 (2d10+3) slashing damage.\"},{\"name\":\"Wing Spores (Recharge 5-6)\",\"desc\":\"The vrock shakes a cloud of toxic spores from its wings. Each creature within 15 feet of it must make a DC 15 CON save. On a failure, a creature takes 28 (8d6) poison damage and is poisoned for 1 minute. On a success, a creature takes half the damage and isn't poisoned. While poisoned, a creature takes 3 (1d6) poison damage at the start of each of its turns. A poisoned creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. Emptying a vial of holy water on the poisoned creature also ends the effect on it.\"}]",
- "bonus_actions_json": "[{\"name\":\"Startling Screech\",\"desc\":\"The vrock emits a horrific screech at one creature it can see within 30 feet of it. The target must succeed on a DC 14 CON save or be able to take either an action or bonus action on its turn, not both, and it can't take reactions.\"}]",
- "special_abilities_json": "[{\"name\":\"Demonic Resilience\",\"desc\":\"The vrock is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The vrock has advantage on saves against spells and other magical effects.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "barbed_devil_bf",
- "fields": {
- "name": "Barbed Devil",
- "size": "medium",
- "type": "Fiend",
- "subtype": "Devil",
- "group": "Devils",
- "armor_class": 15,
- "armor_desc": "natural armor",
- "hit_points": 94,
- "speed_json": "{\"walk\":30}",
- "strength": 22,
- "dexterity": 16,
- "constitution": 24,
- "intelligence": 12,
- "wisdom": 20,
- "charisma": 20,
- "strength_save": 22,
- "dexterity_save": 16,
- "constitution_save": 24,
- "intelligence_save": 12,
- "wisdom_save": 20,
- "charisma_save": 20,
- "perception": 18,
- "damage_resistances": "Devilish Resilience",
- "damage_immunities": "Devilish Resilience",
- "senses": "darkvision 120 ft.",
- "languages": "Infernal,telepathy 120 ft.",
- "challenge_rating": "5",
- "cr": 5,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The devil makes two Claw attacks and one Tail attack, or it makes three Hurl Flame attacks.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) piercing damage.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 12 (2d8+3) piercing damage.\"},{\"name\":\"Hurl Flame\",\"desc\":\"_Ranged Spell Attack:_ +5 to hit, range 150 ft., one target. _Hit:_ 12 (3d6+2) fire damage. If the target is a flammable object that isn't being worn or carried, it also catches fire.\"}]",
- "special_abilities_json": "[{\"name\":\"Barbed Death\",\"desc\":\"When the barbed devil dies, its body withers, leaving behind a mass of spikes on the ground in a 10-foot radius centered on the devil's body. The area becomes difficult terrain for 1 minute, and when a creature moves into or within the area, it takes 2d6 piercing damage for every 5 feet it travels.\"},{\"name\":\"Barbed Hide\",\"desc\":\"A creature that hits the barbed devil with a melee attack while within 5 feet of it takes 3 (1d6) piercing damage. A creature that starts its turn grappling or grappled by the barbed devil takes 3 (1d6) piercing damage.\"},{\"name\":\"Devil's Sight\",\"desc\":\"Magical darkness doesn't impede the devil's darkvision.\"},{\"name\":\"Devilish Resilience\",\"desc\":\"The devil is resistant to cold damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to fire damage and poison damage and to the poisoned condition.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The devil has advantage on saves against spells and other magical effects.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "bearded_devil_bf",
- "fields": {
- "name": "Bearded Devil",
- "size": "medium",
- "type": "Fiend",
- "subtype": "Devil",
- "group": "Devils",
- "armor_class": 13,
- "armor_desc": "natural armor",
- "hit_points": 63,
- "speed_json": "{\"walk\":30}",
- "strength": 20,
- "dexterity": 14,
- "constitution": 18,
- "intelligence": 8,
- "wisdom": 14,
- "charisma": 10,
- "strength_save": 20,
- "dexterity_save": 14,
- "constitution_save": 18,
- "intelligence_save": 8,
- "wisdom_save": 14,
- "charisma_save": 10,
- "perception": 12,
- "damage_resistances": "Devilish Resilience",
- "damage_immunities": "Devilish Resilience",
- "senses": "darkvision 120 ft.",
- "languages": "Infernal,telepathy 120 ft.",
- "challenge_rating": "3",
- "cr": 3,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The devil makes two Beard Spines attacks and one Glaive attack.\"},{\"name\":\"Beard Spines\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one creature. _Hit:_ 8 (2d4+3) piercing damage, and the target must succeed on a DC 13 CON save or be poisoned for 1 minute. While poisoned in this way, the target can't regain HP. The target can repeat the save at the end of each of its turns, ending the effect on itself on a success.\"},{\"name\":\"Glaive\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 10 ft., one target. _Hit:_ 8 (1d10+3) slashing damage. If the target is a creature other than a Construct or Undead, it must succeed on a DC 13 CON save or lose 3 (1d6) HP at the start of each of its turns due to an infernal wound. Each time the devil hits the wounded target with this attack, the damage dealt by the wound increases by 3 (1d6). Any creature can take an action to stanch the wound with a successful DC 10 WIS (Medicine) check. The wound also closes if the target receives magical healing, provided the target is capable of regaining HP.\"}]",
- "bonus_actions_json": "[{\"name\":\"Enhance Pain\",\"desc\":\"The bearded devil enhances the pain in one creature it can see within 30 feet of it that is poisoned from the devil's Beard Spines attack or suffering an infernal wound from the devil's Glaive attack. The target must succeed on a DC 13 CON save or be incapacitated until the end of its next turn, as it doubles over in pain.\"}]",
- "special_abilities_json": "[{\"name\":\"Devil's Sight\",\"desc\":\"Magical darkness doesn't impede the devil's darkvision.\"},{\"name\":\"Devilish Resilience\",\"desc\":\"The devil is resistant to cold damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to fire damage and poison damage and to the poisoned condition.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The devil has advantage on saves against spells and other magical effects.\"},{\"name\":\"Show Mettle\",\"desc\":\"While it can see a superior devil, such as a barbed devil, pit fiend, or similar, the bearded devil has advantage on saves against being charmed and frightened.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "bone_devil_bf",
- "fields": {
- "name": "Bone Devil",
- "size": "large",
- "type": "Fiend",
- "subtype": "Devil",
- "group": "Devils",
- "armor_class": 18,
- "armor_desc": "natural armor",
- "hit_points": 144,
- "speed_json": "{\"walk\":40,\"fly\":40}",
- "strength": 18,
- "dexterity": 16,
- "constitution": 18,
- "intelligence": 20,
- "wisdom": 22,
- "charisma": 24,
- "strength_save": 18,
- "dexterity_save": 16,
- "constitution_save": 18,
- "intelligence_save": 20,
- "wisdom_save": 22,
- "charisma_save": 24,
- "perception": 16,
- "damage_resistances": "Devilish Resilience",
- "damage_immunities": "Devilish Resilience",
- "senses": "darkvision 120 ft.",
- "languages": "Infernal,telepathy 120 ft.",
- "challenge_rating": "9",
- "cr": 9,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The devil makes two Claw attacks and one Sting attack.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +8 to hit, reach 5 ft., one target. _Hit:_ 17 (3d8+4) slashing damage.\"},{\"name\":\"Sting\",\"desc\":\"_Melee Weapon Attack:_ +8 to hit, reach 10 ft., one target. _Hit:_ 15 (2d10+4) piercing damage plus 14 (4d6) poison damage, and the target must succeed on a DC 15 CON save or be poisoned for 1 minute. The target can repeat the save at the end of each of its turns, ending the effect on itself on a success.\"}]",
- "bonus_actions_json": "[{\"name\":\"Devilish Command\",\"desc\":\"The bone devil shouts one of the following commands at one creature it can see within 30 feet of it. The target must succeed on a DC 15 CHA save or obey the command. A lesser devil, such as a barbed devil or lemure, has disadvantage on this save.\\n- **Attack.** The target uses its reaction to make one melee or ranged attack (the devil's choice) against one creature the target can see within its weapon's range.\\n- **Beg for Mercy.** The target immediately falls prone and can't cast spells with verbal components on its next turn as it is magically compelled to speak pleas of mercy.\\n- **Flee.** The target uses its reaction to move up to its speed directly away from the bone devil. This movement doesn't provoke opportunity attacks, but the target doesn't avoid damaging terrain, such as lava.\"}]",
- "special_abilities_json": "[{\"name\":\"Devil's Sight\",\"desc\":\"Magical darkness doesn't impede the devil's darkvision.\"},{\"name\":\"Devilish Resilience\",\"desc\":\"The devil is resistant to cold damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to fire damage and poison damage and to the poisoned condition.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The devil has advantage on saves against spells and other magical effects.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "chain_devil_bf",
- "fields": {
- "name": "Chain Devil",
- "size": "medium",
- "type": "Fiend",
- "subtype": "Devil",
- "group": "Devils",
- "armor_class": 16,
- "armor_desc": "natural armor",
- "hit_points": 138,
- "speed_json": "{\"walk\":30}",
- "strength": 18,
- "dexterity": 14,
- "constitution": 24,
- "intelligence": 10,
- "wisdom": 18,
- "charisma": 20,
- "strength_save": 18,
- "dexterity_save": 14,
- "constitution_save": 24,
- "intelligence_save": 10,
- "wisdom_save": 18,
- "charisma_save": 20,
- "perception": 14,
- "damage_resistances": "grappled,Devilish Resilience",
- "damage_immunities": "Devilish Resilience",
- "senses": "darkvision 120 ft.",
- "languages": "Infernal,telepathy 120 ft.",
- "challenge_rating": "8",
- "cr": 8,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The devil makes four Chain attacks.\"},{\"name\":\"Chain\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 10 ft., one target. _Hit:_ 8 (1d8+4) slashing damage plus 7 (2d6) piercing damage, and the target is grappled (escape DC 15). Until the grapple ends, the target is restrained and takes 14 (4d6) piercing damage at the start of each of its turns, and the chain devil can't use the same Chain on another target.\"}]",
- "bonus_actions_json": "[{\"name\":\"Animate Chains\",\"desc\":\"The chain devil commands chains it can see within 60 feet of it that aren't being worn or carried to grab up to two creatures it can see within 10 feet of at least one commanded chain. Each creature must succeed on a DC 15 DEX save or be restrained. A creature, including the restrained creature, can take its action to free the restrained creature by succeeding on a DC 15 STR check. The devil can have up to two creatures restrained in this way at a time. If it uses this bonus action to restrain a third, the effect ends on one of the previous targets (the devil's choice).\"}]",
- "special_abilities_json": "[{\"name\":\"Devil's Sight\",\"desc\":\"Magical darkness doesn't impede the devil's darkvision.\"},{\"name\":\"Devilish Resilience\",\"desc\":\"The devil is resistant to cold damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to fire damage and poison damage and to the poisoned condition.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The devil has advantage on saves against spells and other magical effects.\"}]",
- "reactions_json": "[{\"name\":\"Unnerving Mask\",\"desc\":\"When a creature the devil can see starts its turn within 30 feet of the devil, the devil can command its mask to shift to look like one of the creature's departed loved ones or bitter enemies. If the creature can see the mask, it must succeed on a DC 15 WIS save or be frightened until the end of its turn.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "erinyes_bf",
- "fields": {
- "name": "Erinyes",
- "size": "medium",
- "type": "Fiend",
- "subtype": "Devil",
- "group": "Devils",
- "armor_class": 18,
- "armor_desc": "plate",
- "hit_points": 147,
- "speed_json": "{\"walk\":30,\"fly\":60}",
- "strength": 18,
- "dexterity": 24,
- "constitution": 26,
- "intelligence": 14,
- "wisdom": 22,
- "charisma": 26,
- "strength_save": 18,
- "dexterity_save": 24,
- "constitution_save": 26,
- "intelligence_save": 14,
- "wisdom_save": 22,
- "charisma_save": 26,
- "perception": 16,
- "damage_resistances": "charmed,frightened,Devilish Resilience",
- "damage_immunities": "Devilish Resilience",
- "senses": "truesight 120 ft.",
- "languages": "Infernal,telepathy 120 ft.",
- "challenge_rating": "12",
- "cr": 12,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The erinyes makes three Longsword or Longbow attacks.\"},{\"name\":\"Longsword\",\"desc\":\"_Melee Weapon Attack:_ +8 to hit, reach 5 ft., one target. _Hit:_ 8 (1d8+4) slashing damage, or 9 (1d10+4) slashing damage if used with two hands, plus 18 (4d8) poison damage.\"},{\"name\":\"Longbow\",\"desc\":\"_Ranged Weapon Attack:_ +7 to hit, range 150/600 ft., one target. _Hit:_ 7 (1d8+3) piercing damage plus 18 (4d8) poison damage, and the target must succeed on a DC 16 CON save or be poisoned for 1 minute. The target can repeat the save at the end of each of its turns, ending the effect on itself on a success.\"}]",
- "special_abilities_json": "[{\"name\":\"Devilish Resilience\",\"desc\":\"The devil is resistant to cold damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to fire damage and poison damage and to the poisoned condition.\"},{\"name\":\"Disciplined Fighter\",\"desc\":\"At the start of each of its turns, the erinyes chooses one of the following fighting styles to adopt, which lasts until the start of the erinyes's next turn.\\n- **Aggressive.** The erinyes has advantage on the first attack it makes on its turn, but the next attack roll against the erinyes has advantage.\\n- **Retributive.** The next time the erinyes is hit by a melee weapon attack from a creature within 5 feet of it, the erinyes can make one Longsword attack against the attacker (no action required).\\n- **Defensive.** The next time erinyes uses the Parry reaction, it takes only half the damage if the attack hits and regains 18 (4d8) HP if the attack doesn't hit.\"},{\"name\":\"Poisonous Weapons\",\"desc\":\"The erinyes's weapon attacks are magical. When the erinyes hits with any weapon, the weapon deals an extra 4d8 poison damage (included in the attack).\"},{\"name\":\"Magic Resistance\",\"desc\":\"The erinyes has advantage on saves against spells and other magical effects.\"}]",
- "reactions_json": "[{\"name\":\"Parry\",\"desc\":\"The erinyes adds 4 to its AC against one melee attack that would hit it. To do so, the erinyes must see the attacker and be wielding a melee weapon.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "horned_devil_bf",
- "fields": {
- "name": "Horned Devil",
- "size": "large",
- "type": "Fiend",
- "subtype": "Devil",
- "group": "Devils",
- "armor_class": 18,
- "armor_desc": "natural armor",
- "hit_points": 185,
- "speed_json": "{\"walk\":20,\"fly\":60}",
- "strength": 30,
- "dexterity": 24,
- "constitution": 20,
- "intelligence": 12,
- "wisdom": 24,
- "charisma": 24,
- "strength_save": 30,
- "dexterity_save": 24,
- "constitution_save": 20,
- "intelligence_save": 12,
- "wisdom_save": 24,
- "charisma_save": 24,
- "perception": 17,
- "damage_resistances": "Devilish Resilience",
- "damage_immunities": "Devilish Resilience",
- "senses": "darkvision 120 ft.",
- "languages": "Infernal,telepathy 120 ft.",
- "challenge_rating": "11",
- "cr": 11,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The devil makes two Fork attacks and one Tail attack, or it makes three Hurl Flame attacks.\"},{\"name\":\"Fork\",\"desc\":\"_Melee Weapon Attack:_ +10 to hit, reach 10 ft., one target. _Hit:_ 19 (3d8+6) piercing damage.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +10 to hit, reach 10 ft., one target. _Hit:_ 22 (3d10+6) piercing damage. If the target is a creature other than a Construct or Undead, it must succeed on a DC 17 CON save or lose 10 (3d6) HP at the start of each of its turns due to an infernal wound. Each time the devil hits the wounded target with this attack, the damage dealt by the wound increases by 10 (3d6). Any creature can take an action to stanch the wound with a successful DC 12 WIS (Medicine) check. The wound also closes if the target receives magical healing.\"},{\"name\":\"Hurl Flame\",\"desc\":\"_Ranged Spell Attack:_ +7 to hit, range 150 ft., one target. _Hit:_ 20 (5d6+3) fire damage. If the target is a flammable object that isn't being worn or carried, it also catches fire.\"}]",
- "bonus_actions_json": "[{\"name\":\"Headbutt\",\"desc\":\"The horned devil slams its horned head into a creature it can see within 5 feet of it. The target must make a DC 17 STR save. On a failure, the target takes 7 (2d6) bludgeoning damage and is knocked prone. On a success, the target takes half the damage and isn't knocked prone.\"}]",
- "special_abilities_json": "[{\"name\":\"Devil's Sight\",\"desc\":\"Magical darkness doesn't impede the devil's darkvision.\"},{\"name\":\"Devilish Resilience\",\"desc\":\"The devil is resistant to cold damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to fire damage and poison damage and to the poisoned condition.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The devil has advantage on saves against spells and other magical effects.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "ice_devil_bf",
- "fields": {
- "name": "Ice Devil",
- "size": "large",
- "type": "Fiend",
- "subtype": "Devil",
- "group": "Devils",
- "armor_class": 18,
- "armor_desc": "natural armor",
- "hit_points": 193,
- "speed_json": "{\"walk\":40}",
- "strength": 20,
- "dexterity": 24,
- "constitution": 28,
- "intelligence": 18,
- "wisdom": 24,
- "charisma": 28,
- "strength_save": 20,
- "dexterity_save": 24,
- "constitution_save": 28,
- "intelligence_save": 18,
- "wisdom_save": 24,
- "charisma_save": 28,
- "perception": 17,
- "damage_resistances": "blinded,Devilish Resilience",
- "damage_immunities": "cold,Devilish Resilience",
- "senses": "darkvision 120 ft., keensense 60 ft.",
- "languages": "Infernal,telepathy 120 ft.",
- "challenge_rating": "14",
- "cr": 14,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The devil makes two Claw attacks and one Tail attack, or it makes three Icicle Shard attacks.\"},{\"name\":\"Claws\",\"desc\":\"_Melee Weapon Attack:_ +10 to hit, reach 5 ft., one target. _Hit:_ 12 (2d6+5) slashing damage plus 18 (4d8) cold damage.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +10 to hit, reach 10 ft., one target. _Hit:_ 15 (3d6+5) bludgeoning damage plus 18 (4d8) cold damage.\"},{\"name\":\"Icicle Shard\",\"desc\":\"_Ranged Spell Attack:_ +9 to hit, range 120 ft., one target. _Hit:_ 13 (2d8+4) piercing damage plus 18 (4d8) cold damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Ice Wall\",\"desc\":\"The ice devil causes a wall of ice to magically rise from the ground at a point it can see within 60 feet of it. The wall is up to 30 feet long, 10 feet high, and 5 feet thick. It can be any shape, as long as its base is connected to the ground. If the wall cuts through a creature's space when it appears, the creature is pushed to one side (the devil's choice). If a creature would be surrounded on all sides by the wall, it can make a DC 17 DEX save. On a success, it can use its reaction to move up to its speed so that it is no longer enclosed by the wall.
The wall lasts 1 minute, until the devil creates a new wall, or until the devil dies. Each 10-foot section of the wall has AC 5, 30 HP, is vulnerable to fire damage, and is immune to acid, cold, necrotic, poison, and psychic damage.\"}]",
- "special_abilities_json": "[{\"name\":\"Devil's Sight\",\"desc\":\"Magical darkness doesn't impede the devil's darkvision.\"},{\"name\":\"Devilish Resilience\",\"desc\":\"The devil is resistant to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to fire damage and poison damage and to the poisoned condition.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The devil has advantage on saves against spells and other magical effects.\"},{\"name\":\"Snow Walk\",\"desc\":\"The devil can move across icy surfaces without needing to make an ability check. In addition, difficult terrain composed of ice or snow doesn't cost it extra movement.\"}]",
- "reactions_json": "[{\"name\":\"Ice Shield\",\"desc\":\"When the ice devil or a friendly creature it can see is hit by an attack, the devil can create a magical barrier of ice to disrupt the attack. The target halves the damage from the attack.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "imp_bf",
- "fields": {
- "name": "Imp",
- "size": "tiny",
- "type": "Fiend",
- "subtype": "Devil",
- "group": "Devils",
- "armor_class": 13,
- "hit_points": 31,
- "speed_json": "{\"walk\":20,\"fly\":40}",
- "strength": 6,
- "dexterity": 16,
- "constitution": 12,
- "intelligence": 10,
- "wisdom": 12,
- "charisma": 18,
- "strength_save": 6,
- "dexterity_save": 16,
- "constitution_save": 12,
- "intelligence_save": 10,
- "wisdom_save": 12,
- "charisma_save": 18,
- "perception": 11,
- "damage_resistances": "Devilish Resilience",
- "damage_immunities": "Devilish Resilience",
- "senses": "darkvision 120 ft.",
- "languages": "Infernal,Common",
- "challenge_rating": "1",
- "cr": 1,
- "actions_json": "[{\"name\":\"Slam (Beast Form Only)\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) bludgeoning, piercing, or slashing damage (based on the type of damage dealt by the Beast form's primary attack, such as Bite).\"},{\"name\":\"Sting (True Form Only)\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 5 (1d4+3) piercing damage, and the target must make a DC 12 CON save, taking 10 (3d6) poison damage on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Invisibility (True Form Only)\",\"desc\":\"The imp magically turns invisible until it attacks or uses Change Shape, or until its concentration ends (as if concentrating on a spell). Any equipment the imp wears or carries is invisible with it.\"}]",
- "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The imp magically transforms into a Medium or smaller Beast that has a CR no higher than its own or back into its true form, which is a Fiend. Without wings, it loses its flying speed. Its statistics, other than its size and speed, are the same in each form. Any equipment it is wearing or carrying transforms with it. It reverts to its true form if it dies.\"}]",
- "special_abilities_json": "[{\"name\":\"Devil's Sight\",\"desc\":\"Magical darkness doesn't impede the imp's darkvision.\"},{\"name\":\"Devilish Resilience\",\"desc\":\"The devil is resistant to cold damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to fire damage and poison damage and to the poisoned condition.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The imp has advantage on saves against spells and other magical effects.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "lemure_bf",
- "fields": {
- "name": "Lemure",
- "size": "medium",
- "type": "Fiend",
- "subtype": "Devil",
- "group": "Devils",
- "armor_class": 8,
- "hit_points": 17,
- "speed_json": "{\"walk\":15}",
- "strength": 14,
- "dexterity": 6,
- "constitution": 12,
- "intelligence": 4,
- "wisdom": 10,
- "charisma": 2,
- "strength_save": 14,
- "dexterity_save": 6,
- "constitution_save": 12,
- "intelligence_save": 4,
- "wisdom_save": 10,
- "charisma_save": 2,
- "perception": 10,
- "damage_resistances": "Devilish Resilience",
- "damage_immunities": "Devilish Resilience",
- "senses": "darkvision 120 ft.",
- "languages": "Infernal",
- "challenge_rating": "1/4",
- "cr": 0.25,
- "actions_json": "[{\"name\":\"Fist\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 4 (1d4+2) bludgeoning damage plus 2 (1d4) fire damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Rippling Heat (1/Day)\",\"desc\":\"The lemure exudes an aura of extreme heat for 1 minute. Each creature that starts its turn within 15 feet of the lemure and that isn't a devil must succeed on a DC 11 CON save or be weakened until the start of its next turn. A weakened creature has disadvantage on all attack rolls, and it deals only half damage with weapon attacks that use Strength. A creature that fails this save by 5 or more suffers one level of exhaustion. A creature that has suffered a level of exhaustion from this lemure's Rippling Heat can't suffer another level from this lemure's Rippling Heat for 24 hours.\"}]",
- "special_abilities_json": "[{\"name\":\"Devil's Sight\",\"desc\":\"Magical darkness doesn't impede the lemure's darkvision.\"},{\"name\":\"Devilish Resilience\",\"desc\":\"The devil is resistant to cold damage. In addition, it is immune to fire damage and poison damage and to the poisoned condition.\"},{\"name\":\"Hellish Rejuvenation\",\"desc\":\"Unlike other outsiders, a lemure that dies in its home plane of the Hells is restored in a new body in 1d10 days, regaining all its HP and becoming active again. The new body appears in the Hells within 1 mile of where it was slain. Only sprinkling holy water on the lemure's remains can prevent this trait from functioning.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "pit_fiend_bf",
- "fields": {
- "name": "Pit Fiend",
- "size": "large",
- "type": "Fiend",
- "subtype": "Devil",
- "group": "Devils",
- "armor_class": 19,
- "armor_desc": "natural armor",
- "hit_points": 323,
- "speed_json": "{\"walk\":30,\"fly\":60}",
- "strength": 26,
- "dexterity": 26,
- "constitution": 36,
- "intelligence": 22,
- "wisdom": 30,
- "charisma": 24,
- "strength_save": 26,
- "dexterity_save": 26,
- "constitution_save": 36,
- "intelligence_save": 22,
- "wisdom_save": 30,
- "charisma_save": 24,
- "perception": 20,
- "damage_resistances": "Devilish Resilience",
- "damage_immunities": "charmed,frightened,Devilish Resilience",
- "senses": "truesight 120 ft.",
- "languages": "Infernal,telepathy 120 ft.",
- "challenge_rating": "20",
- "cr": 20,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The pit fiend makes one Bite attack, one Gore attack, one Mace attack, and one Tail attack, or it makes four Hurl Flame attacks. If two Hurl Flame attacks hit one creature, each creature within 10 feet of the target must make a DC 21 DEX save as the fire bursts outward from the target, taking 14 (4d6) fire damage on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +14 to hit, reach 5 ft., one target. _Hit:_ 22 (4d6+8) piercing damage plus 14 (4d6) fire damage and 13 (3d8) poison damage. The target must succeed on a DC 21 CON save or be poisoned. While poisoned in this way, the target can't regain HP. The target can repeat the save at the end of each of its turns, ending the effect on itself on a success.\"},{\"name\":\"Gore\",\"desc\":\"_Melee Weapon Attack:_ +14 to hit, reach 10 ft., one target. _Hit:_ 17 (2d8+8) piercing damage plus 14 (4d6) fire damage.\"},{\"name\":\"Mace\",\"desc\":\"_Melee Weapon Attack:_ +14 to hit, reach 10 ft., one target. _Hit:_ 15 (2d6+8) bludgeoning damage plus 14 (4d6) fire damage.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +14 to hit, reach 10 ft., one target. _Hit:_ 24 (3d10+8) bludgeoning damage plus 14 (4d6) fire damage, and the target must succeed on a DC 21 STR save or be knocked prone.\"},{\"name\":\"Hurl Flame\",\"desc\":\"_Ranged Spell Attack:_ +10 to hit, range 120 ft., one target. _Hit:_ 25 (6d6+4) fire damage.\"}]",
- "special_abilities_json": "[{\"name\":\"Aura of the Devil Lord\",\"desc\":\"Each hostile creature that starts its turn within 20 feet of the pit fiend must succeed on a DC 21 WIS save or be frightened until the start of its next turn. Each friendly devil within 20 feet of the pit fiend is immune to the charmed and frightened conditions and has advantage on the first attack roll it makes on each of its turns.\"},{\"name\":\"Devilish Resilience\",\"desc\":\"The devil is resistant to cold damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to fire damage and poison damage and to the poisoned condition.\"},{\"name\":\"Flaming Weapons\",\"desc\":\"The pit fiend's weapon attacks are magical. When the fiend hits with any weapon, the weapon deals an extra 4d6 fire damage (included in the attack).\"},{\"name\":\"Magic Resistance\",\"desc\":\"The pit fiend has advantage on saves against spells and other magical effects.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "plesiosaurus_bf",
- "fields": {
- "name": "Plesiosaurus",
- "size": "large",
- "type": "Beast",
- "group": "Dinosaurs",
- "armor_class": 13,
- "armor_desc": "natural armor",
- "hit_points": 60,
- "speed_json": "{\"walk\":20,\"swim\":40}",
- "strength": 18,
- "dexterity": 14,
- "constitution": 16,
- "intelligence": 2,
- "wisdom": 12,
- "charisma": 4,
- "strength_save": 18,
- "dexterity_save": 14,
- "constitution_save": 16,
- "intelligence_save": 2,
- "wisdom_save": 12,
- "charisma_save": 4,
- "perception": 13,
- "senses": "-",
- "languages": "-",
- "challenge_rating": "2",
- "cr": 2,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The plesiosaurus makes two Bite attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 10 ft., one target. _Hit:_ 11 (2d6+4) piercing damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Flipper Slam\",\"desc\":\"While underwater, the plesiosaurus slams its flippers together, sending a shockwave of water in a 15-foot cone. Each creature in the area must succeed on a DC 13 CON save or be off-balance until the end of its next turn. While off-balance, a creature's speed is halved, and it has disadvantage on the first attack roll it makes on each of its turns.\"}]",
- "special_abilities_json": "[{\"name\":\"Hardy\",\"desc\":\"Any critical hit against the dinosaur becomes a normal hit.\"},{\"name\":\"Hold Breath\",\"desc\":\"The plesiosaurus can hold its breath for 1 hour.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "triceratops_bf",
- "fields": {
- "name": "Triceratops",
- "size": "huge",
- "type": "Beast",
- "group": "Dinosaurs",
- "armor_class": 13,
- "armor_desc": "natural armor",
- "hit_points": 126,
- "speed_json": "{\"walk\":50}",
- "strength": 22,
- "dexterity": 8,
- "constitution": 16,
- "intelligence": 2,
- "wisdom": 10,
- "charisma": 4,
- "strength_save": 22,
- "dexterity_save": 8,
- "constitution_save": 16,
- "intelligence_save": 2,
- "wisdom_save": 10,
- "charisma_save": 4,
- "perception": 10,
- "senses": "-",
- "languages": "-",
- "challenge_rating": "5",
- "cr": 5,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The triceratops makes two Gore attacks.\"},{\"name\":\"Gore\",\"desc\":\"_Melee Weapon Attack:_ +9 to hit, reach 5 ft., one target. _Hit:_ 19 (3d8+6) piercing damage.\"},{\"name\":\"Stomp\",\"desc\":\"_Melee Weapon Attack:_ +9 to hit, reach 5 ft., one prone creature. _Hit:_ 17 (2d10+6) bludgeoning damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Warning Bugle\",\"desc\":\"The triceratops emits a piercing call in a 30-foot cone, signaling its impending attack. Each creature in the area must succeed on a DC 14 WIS save or be frightened until the end of its next turn. If the triceratops uses this bonus action before moving the requisite 20 feet for Trampling Charge, the target of its charge has disadvantage on this save, and the triceratops can make a Stomp attack against the prone target without needing to use a bonus action, provided the target fails the STR save from the charge.\"}]",
- "special_abilities_json": "[{\"name\":\"Hardy\",\"desc\":\"Any critical hit against the dinosaur becomes a normal hit.\"},{\"name\":\"Trampling Charge\",\"desc\":\"If the triceratops moves at least 20 feet straight toward a creature and then hits it with a Gore attack on the same turn, that target must succeed on a DC 14 STR save or be knocked prone. If the target is prone, the triceratops can make one Stomp attack against it as a bonus action.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "tyrannosaurus_rex_bf",
- "fields": {
- "name": "Tyrannosaurus Rex",
- "size": "huge",
- "type": "Beast",
- "group": "Dinosaurs",
- "armor_class": 13,
- "armor_desc": "natural armor",
- "hit_points": 184,
- "speed_json": "{\"walk\":50}",
- "strength": 26,
- "dexterity": 10,
- "constitution": 18,
- "intelligence": 2,
- "wisdom": 12,
- "charisma": 8,
- "strength_save": 26,
- "dexterity_save": 10,
- "constitution_save": 18,
- "intelligence_save": 2,
- "wisdom_save": 12,
- "charisma_save": 8,
- "perception": 14,
- "senses": "-",
- "languages": "-",
- "challenge_rating": "8",
- "cr": 8,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The tyrannosaurus makes one Bite attack and one Tail attack. It can't make both attacks against the same target.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +8 to hit, reach 10 ft., one creature. _Hit:_ 31 (4d12+5) piercing damage. If the target is a Large or smaller creature, it is grappled (escape DC 16). Until this grapple ends, the target is restrained, and the tyrannosaurus can't Bite another target.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +8 to hit, reach 10 ft., one creature. _Hit:_ 23 (4d8+5) bludgeoning damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Rending Shake\",\"desc\":\"While grappling a creature, the tyrannosaurus shakes its head, tearing at the creature. The grappled creature must succeed on a DC 16 STR save or take 6 (1d12) slashing damage and be thrown up to 20 feet in a random direction and knocked prone. If the thrown target strikes a solid surface, the target takes 3 (1d6) bludgeoning damage for every 10 feet it was thrown. If the target is thrown at another creature, that creature must succeed on a DC 16 DEX save or take the same damage and be knocked prone.\"}]",
- "special_abilities_json": "[{\"name\":\"Hardy\",\"desc\":\"Any critical hit against the dinosaur becomes a normal hit.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "velociraptor_bf",
- "fields": {
- "name": "Velociraptor",
- "size": "small",
- "type": "Beast",
- "group": "Dinosaurs",
- "armor_class": 13,
- "armor_desc": "natural armor",
- "hit_points": 25,
- "speed_json": "{\"walk\":30}",
- "strength": 6,
- "dexterity": 18,
- "constitution": 12,
- "intelligence": 4,
- "wisdom": 12,
- "charisma": 6,
- "strength_save": 6,
- "dexterity_save": 18,
- "constitution_save": 12,
- "intelligence_save": 4,
- "wisdom_save": 12,
- "charisma_save": 6,
- "perception": 13,
- "senses": "-",
- "languages": "-",
- "challenge_rating": "1/2",
- "cr": 0.5,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The velociraptor makes one Bite attack and one Claws attack.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 5 (1d6+2) piercing damage. If the target is a Medium or smaller creature, it is grappled (escape DC 12). Until this grapple ends, the target is restrained, and the velociraptor can't Bite another target.\"},{\"name\":\"Claws\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 4 (1d4+2) slashing damage.\"},{\"name\":\"Maul\",\"desc\":\"The velociraptor uses its claws to rip into one creature it is grappling. The target must make a DC 12 STR save, taking 10 (4d4) slashing damage on a failed save, or half as much damage on a successful one.\"}]",
- "special_abilities_json": "[{\"name\":\"Hardy\",\"desc\":\"Any critical hit against the dinosaur becomes a normal hit.\"},{\"name\":\"Pack Tactics\",\"desc\":\"The velociraptor has advantage on attack rolls against a creature if at least one of its allies is within 5 feet of the target and the ally isn't incapacitated.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "doppelganger_bf",
- "fields": {
- "name": "Doppelganger",
- "size": "medium",
- "type": "Monstrosity",
- "subtype": "Shapechanger",
- "armor_class": 14,
- "hit_points": 80,
- "speed_json": "{\"walk\":30}",
- "strength": 10,
- "dexterity": 18,
- "constitution": 14,
- "intelligence": 10,
- "wisdom": 16,
- "charisma": 18,
- "strength_save": 10,
- "dexterity_save": 18,
- "constitution_save": 14,
- "intelligence_save": 10,
- "wisdom_save": 16,
- "charisma_save": 18,
- "perception": 13,
- "damage_immunities": "charmed",
- "senses": "darkvision 60 ft.",
- "languages": "Common,telepathy 60 ft.",
- "challenge_rating": "3",
- "cr": 3,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The doppelganger makes two Slam or Psychic Bolt attacks.\"},{\"name\":\"Slam\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8+4) bludgeoning damage.\"},{\"name\":\"Psychic Bolt\",\"desc\":\"_Ranged Spell Attack:_ +4 to hit, range 60 ft., one target. _Hit:_ 13 (2d10+2) psychic damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The doppelganger transforms into a Small or Medium Humanoid it has seen or back into its true form, which is Monstrosity. Its statistics, other than its size and speed, are the same in each form. Any equipment it is wearing or carrying isn't transformed. It reverts to its true form if it dies.\"},{\"name\":\"Read Thoughts\",\"desc\":\"The doppelganger magically reads the surface thoughts - what is foremost in the mind at the moment - of one creature within 60 feet of it. The effect can penetrate barriers, but 3 feet of wood or dirt, 2 feet of stone, 2 inches of metal, or a thin sheet of lead blocks it. While the target is in range, the doppelganger can continue reading the target's thoughts until its concentration is broken (as if concentrating on a spell) or it uses Read Thoughts on a different target.\"}]",
- "special_abilities_json": "[{\"name\":\"Convincing Mimicry (Humanoid Form Only)\",\"desc\":\"The doppelganger can mimic any Humanoid's body and voice it has seen and heard nearly perfectly. A creature very familiar with the individual Humanoid the doppelganger is pretending to be can tell the doppelganger is an imitation with a successful DC 20 WIS (Insight) check.\"},{\"name\":\"Revealed Intentions\",\"desc\":\"While reading a creature's mind, the doppelganger has advantage on CHA checks against the creature, knows the creature's current mood, and knows if the creature speaks a lie. In addition, the doppelganger has advantage on attack rolls against the creature.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "dragon_turtle_bf",
- "fields": {
- "name": "Dragon Turtle",
- "size": "gargantuan",
- "type": "Dragon",
- "group": "Dragons",
- "armor_class": 20,
- "armor_desc": "natural armor",
- "hit_points": 318,
- "speed_json": "{\"walk\":20,\"swim\":40}",
- "strength": 24,
- "dexterity": 22,
- "constitution": 32,
- "intelligence": 10,
- "wisdom": 24,
- "charisma": 12,
- "strength_save": 24,
- "dexterity_save": 22,
- "constitution_save": 32,
- "intelligence_save": 10,
- "wisdom_save": 24,
- "charisma_save": 12,
- "perception": 17,
- "damage_resistances": "fire",
- "senses": "darkvision 120 ft.",
- "languages": "Aquan,Common,Draconic",
- "challenge_rating": "17",
- "cr": 17,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon turtle makes one Bite attack, two Claw attacks, and one Tail attack. If it is latched onto a vehicle, it can instead make four Claw attacks and one Tail attack.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +13 to hit, reach 15 ft., one target. _Hit:_ 33 (4d12+7) piercing damage plus 7 (2d6) fire damage. Instead of dealing damage, the dragon turtle can choose to latch onto the target, if the target is a vehicle, such as a ship or wagon. If the vehicle is Huge or smaller, its speed is reduced to 0, and it can't be moved until the dragon turtle is killed or ends this effect. If the vehicle is Gargantuan, the vehicle's speed is halved, and the turtle moves with it when it moves. While latched onto a vehicle in this way, the turtle can make Bite attacks against only the vehicle and such attacks automatically hit. The turtle can end this effect at any time (no action required).\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +13 to hit, reach 10 ft., one target. _Hit:_ 20 (3d8+7) slashing damage.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +13 to hit, reach 15 ft., one target. _Hit:_ 29 (4d10+7) bludgeoning damage. If the target is a creature, it must succeed on a DC 19 STR save or be pushed up to 15 feet away from the dragon turtle and knocked prone.\"},{\"name\":\"Steam Breath (Recharge 5-6)\",\"desc\":\"The dragon turtle exhales scalding steam in a 60-foot cone. Each creature in that area must make a DC 19 CON save, taking 56 (16d6) fire damage on a failed save, or half as much damage on a successful one. Being underwater doesn't grant resistance against this damage.\"}]",
- "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The dragon turtle can breathe air and water.\"},{\"name\":\"Siege Monster\",\"desc\":\"The dragon turtle deals double damage to objects and structures.\"}]",
- "reactions_json": "[{\"name\":\"Siege Follow-Through\",\"desc\":\"If the dragon turtle destroys an object or structure with an attack, it can make a Bite or Tail attack against a creature it can see within 5 feet of that object or structure.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "black_dragon_wyrmling_bf",
- "fields": {
- "name": "Black Dragon Wyrmling",
- "size": "medium",
- "type": "Dragon",
- "group": "Dragons",
- "armor_class": 17,
- "armor_desc": "natural armor",
- "hit_points": 51,
- "speed_json": "{\"walk\":30,\"fly\":60,\"swim\":30}",
- "strength": 16,
- "dexterity": 18,
- "constitution": 16,
- "intelligence": 10,
- "wisdom": 14,
- "charisma": 16,
- "strength_save": 16,
- "dexterity_save": 18,
- "constitution_save": 16,
- "intelligence_save": 10,
- "wisdom_save": 14,
- "charisma_save": 16,
- "perception": 14,
- "damage_immunities": "acid,poisoned",
- "senses": "darkvision 60 ft., keensense 10 ft.",
- "languages": "Draconic",
- "challenge_rating": "2",
- "cr": 2,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon makes one Bite attack and one Claw attack.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 8 (1d10+3) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 6 (1d6+3) slashing damage.\"},{\"name\":\"Acid Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales acid in a 15-foot line that is 5 feet wide. Each creature in that line must make a DC 11 DEX save, taking 22 (5d8) acid damage on a failed save, or half as much damage on a successful one.\"}]",
- "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The black dragon can breathe air and water.\"},{\"name\":\"Pounce\",\"desc\":\"If the dragon moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 13 STR save or be knocked prone. If the target is prone, the dragon can make one Claw attack against it as a bonus action.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "young_black_dragon_bf",
- "fields": {
- "name": "Young Black Dragon",
- "size": "large",
- "type": "Dragon",
- "group": "Dragons",
- "armor_class": 18,
- "armor_desc": "natural armor",
- "hit_points": 136,
- "speed_json": "{\"walk\":40,\"fly\":80,\"swim\":40}",
- "strength": 20,
- "dexterity": 20,
- "constitution": 22,
- "intelligence": 12,
- "wisdom": 18,
- "charisma": 20,
- "strength_save": 20,
- "dexterity_save": 20,
- "constitution_save": 22,
- "intelligence_save": 12,
- "wisdom_save": 18,
- "charisma_save": 20,
- "perception": 17,
- "damage_immunities": "acid,poisoned",
- "senses": "darkvision 120 ft., keensense 30 ft.",
- "languages": "Common,Draconic",
- "challenge_rating": "7",
- "cr": 7,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon makes one Bite attack and two Claw attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 10 ft., one target. _Hit:_ 15 (2d10+4) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6+4) slashing damage.\"},{\"name\":\"Acid Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales acid in a 3-foot line that is 5 feet wide. Each creature in that line must make a DC 15 DEX save, taking 49 (11d8) acid damage on a failed save, or half as much damage on a successful one.\"}]",
- "special_abilities_json": "[{\"name\":\"Acidic Vapors\",\"desc\":\"After the black dragon uses its Acid Breath, acid clings to its mouth, throat, and nostrils for a time, evaporating as the dragon breathes. While the dragon's Acid Breath is unavailable, acidic vapors surround it, and each creature that starts its turn within 10 feet of the dragon must succeed on a DC 15 CON save or be poisoned until the start of its next turn.\"},{\"name\":\"Amphibious\",\"desc\":\"The dragon can breathe air and water.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "adult_black_dragon_bf",
- "fields": {
- "name": "Adult Black Dragon",
- "size": "huge",
- "type": "Dragon",
- "group": "Dragons",
- "armor_class": 19,
- "armor_desc": "natural armor",
- "hit_points": 238,
- "speed_json": "{\"walk\":40,\"fly\":80,\"swim\":40}",
- "strength": 24,
- "dexterity": 24,
- "constitution": 30,
- "intelligence": 14,
- "wisdom": 24,
- "charisma": 26,
- "strength_save": 24,
- "dexterity_save": 24,
- "constitution_save": 30,
- "intelligence_save": 14,
- "wisdom_save": 24,
- "charisma_save": 26,
- "perception": 22,
- "damage_immunities": "acid,poisoned",
- "senses": "darkvision 120 ft., keensense 60 ft.",
- "languages": "Common,Draconic",
- "challenge_rating": "14",
- "cr": 14,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon uses its Frightful Presence. It then makes one Bite attack and two Claw attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +12 to hit, reach 10 ft., one target. _Hit:_ 18 (2d10+7) piercing damage plus 4 (1d8) acid damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +12 to hit, reach 5 ft., one target. _Hit:_ 14 (2d6+7) slashing damage.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +12 to hit, reach 15 ft., one target. _Hit:_ 16 (2d8+7) bludgeoning damage.\"},{\"name\":\"Frightful Presence\",\"desc\":\"Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 16 WIS save or be frightened for 1 minute. A creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. If a creature's save is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours.\"},{\"name\":\"Acid Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales acid in a 60-foot line that is 5 feet wide. Each creature in that line must make a DC 18 DEX save, taking 49 (11d8) acid damage on a failed save, or half as much damage on a successful one.\"}]",
- "special_abilities_json": "[{\"name\":\"Acidic Vapors\",\"desc\":\"After the black dragon uses its Acid Breath, acid clings to its mouth, throat, and nostrils for a time, evaporating as the dragon breathes. While the dragon's Acid Breath is unavailable, acidic vapors surround it, and each creature that starts its turn within 20 feet of the dragon must succeed on a DC 18 CON save or be poisoned until the start of its next turn.\"},{\"name\":\"Amphibious\",\"desc\":\"The dragon can breathe air and water.\"},{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the dragon fails a save, it can choose to succeed instead.\"}]",
- "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action can be used at a time and only at the end of another creature's turn. The dragon regains spent legendary actions at the start of its turn.",
- "legendary_actions_json": "[{\"name\":\"Detect\",\"desc\":\"The dragon automatically detects every creature and trap within 30 feet of it, pinpointing the current location of each.\"},{\"name\":\"Tail Attack\",\"desc\":\"The dragon makes a Tail attack.\"},{\"name\":\"Elemental Roar (Costs 2 Actions)\",\"desc\":\"The dragon roars at up to two creatures of its choice within 120 feet of it. Each target must succeed on a DC 16 CHA save or be vulnerable to acid damage until the end of its next turn. A target resistant to acid damage isn't resistant to it for the duration. A target immune to acid damage is still immune to it, even if the target fails the save.\"},{\"name\":\"Wing Attack (Costs 2 Actions)\",\"desc\":\"The dragon beats its wings. Each creature within 10 feet of the dragon must succeed on a DC 20 DEX save or take 14 (2d6+7) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed without provoking opportunity attacks.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "ancient_black_dragon_bf",
- "fields": {
- "name": "Ancient Black Dragon",
- "size": "gargantuan",
- "type": "Dragon",
- "group": "Dragons",
- "armor_class": 21,
- "armor_desc": "natural armor",
- "hit_points": 355,
- "speed_json": "{\"walk\":40,\"fly\":80,\"swim\":40}",
- "strength": 28,
- "dexterity": 26,
- "constitution": 36,
- "intelligence": 16,
- "wisdom": 28,
- "charisma": 30,
- "strength_save": 28,
- "dexterity_save": 26,
- "constitution_save": 36,
- "intelligence_save": 16,
- "wisdom_save": 28,
- "charisma_save": 30,
- "perception": 25,
- "damage_immunities": "acid,poisoned",
- "senses": "darkvision 120 ft., keensense 60 ft.",
- "languages": "Common,Draconic",
- "challenge_rating": "20",
- "cr": 20,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon uses its Frightful Presence. It then makes one Bite attack and two Claw attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +15 to hit, reach 15 ft., one target. _Hit:_ 20 (2d10+9) piercing damage plus 9 (2d8) acid damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +15 to hit, reach 10 ft., one target. _Hit:_ 16 (2d6+9) slashing damage.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +15 to hit, reach 20 ft., one target. _Hit:_ 18 (2d8+9) bludgeoning damage.\"},{\"name\":\"Frightful Presence\",\"desc\":\"Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 18 WIS save or be frightened for 1 minute. A creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. If a creature's save is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours.\"},{\"name\":\"Acid Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales acid in a 90-foot line that is 10 feet wide. Each creature in that line must make a DC 21 DEX save, taking 67 (15d8) acid damage on a failed save, or half as much damage on a successful one.\"}]",
- "special_abilities_json": "[{\"name\":\"Acidic Vapors\",\"desc\":\"After the black dragon uses its Acid Breath, acid clings to its mouth, throat, and nostrils for a time, evaporating as the dragon breathes. While the dragon's Acid Breath is unavailable, acidic vapors surround it, and each creature that starts its turn within 30 feet of the dragon must succeed on a DC 21 CON save or be poisoned until the start of its next turn.\"},{\"name\":\"Amphibious\",\"desc\":\"The dragon can breathe air and water.\"},{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the dragon fails a save, it can choose to succeed instead.\"}]",
- "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action can be used at a time and only at the end of another creature's turn. The dragon regains spent legendary actions at the start of its turn.",
- "legendary_actions_json": "[{\"name\":\"Detect\",\"desc\":\"The dragon automatically detects every creature and trap within 30 feet of it, pinpointing the current location of each.\"},{\"name\":\"Tail Attack\",\"desc\":\"The dragon makes a Tail attack.\"},{\"name\":\"Elemental Roar (Costs 2 Actions)\",\"desc\":\"The dragon roars at up to two creatures of its choice within 120 feet of it. Each target must succeed on a DC 18 CHA save or be vulnerable to acid damage until the end of its next turn. A target resistant to acid damage isn't resistant to it for the duration. A target immune to acid damage is still immune to it, even if the target fails the save.\"},{\"name\":\"Wing Attack (Costs 2 Actions)\",\"desc\":\"The dragon beats its wings. Each creature within 15 feet of the dragon must succeed on a DC 23 DEX save or take 16 (2d6+9) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed without provoking opportunity attacks.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "blue_dragon_wyrmling_bf",
- "fields": {
- "name": "Blue Dragon Wyrmling",
- "size": "medium",
- "type": "Dragon",
- "group": "Dragons",
- "armor_class": 17,
- "armor_desc": "natural armor",
- "hit_points": 68,
- "speed_json": "{\"walk\":30,\"burrow\":15,\"fly\":60}",
- "strength": 16,
- "dexterity": 14,
- "constitution": 18,
- "intelligence": 12,
- "wisdom": 14,
- "charisma": 18,
- "strength_save": 16,
- "dexterity_save": 14,
- "constitution_save": 18,
- "intelligence_save": 12,
- "wisdom_save": 14,
- "charisma_save": 18,
- "perception": 14,
- "damage_immunities": "lightning",
- "senses": "darkvision 60 ft., keensense 10 ft.",
- "languages": "Draconic",
- "challenge_rating": "3",
- "cr": 3,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon makes one Bite attack and one Claw attack.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 8 (1d10+3) piercing damage plus 3 (1d6) lightning damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 6 (1d6+3) slashing damage.\"},{\"name\":\"Lightning Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales lightning in a 30-foot line that is 5 feet wide. Each creature in that line must make a DC 12 DEX save, taking 27 (5d10) lightning damage on a failed save, or half as much damage on a successful one.\"}]",
- "special_abilities_json": "[{\"name\":\"Pounce\",\"desc\":\"If the dragon moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 13 STR save or be knocked prone. If the target is prone, the dragon can make one Claw attack against it as a bonus action.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "young_blue_dragon_bf",
- "fields": {
- "name": "Young Blue Dragon",
- "size": "large",
- "type": "Dragon",
- "group": "Dragons",
- "armor_class": 18,
- "armor_desc": "natural armor",
- "hit_points": 175,
- "speed_json": "{\"walk\":40,\"burrow\":20,\"fly\":80}",
- "strength": 20,
- "dexterity": 18,
- "constitution": 26,
- "intelligence": 14,
- "wisdom": 20,
- "charisma": 24,
- "strength_save": 20,
- "dexterity_save": 18,
- "constitution_save": 26,
- "intelligence_save": 14,
- "wisdom_save": 20,
- "charisma_save": 24,
- "perception": 19,
- "damage_immunities": "lightning",
- "senses": "darkvision 120 ft., keensense 30 ft.",
- "languages": "Common,Draconic",
- "challenge_rating": "9",
- "cr": 9,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon makes one Bite attack and two Claw attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +9 to hit, reach 10 ft., one target. _Hit:_ 16 (2d10+5) piercing damage plus 5 (1d10) lightning damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +9 to hit, reach 5 ft., one target. _Hit:_ 12 (2d6+5) slashing damage.\"},{\"name\":\"Lightning Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales lightning in a 60-foot line that is 5 feet wide. Each creature in that line must make a DC 16 DEX save, taking 55 (10d10) lightning damage on a failed save, or half as much damage on a successful one.\"}]",
- "special_abilities_json": "[{\"name\":\"Charged Hide\",\"desc\":\"When the blue dragon hasn't exhaled its Lightning Breath, the electric charge builds up across its body. While the dragon's Lightning Breath is available, it emits wild sparks of electricity, and each creature that starts its turn within 10 feet of the dragon must succeed on a DC 16 CON save or be incapacitated until the start of its next turn.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "adult_blue_dragon_bf",
- "fields": {
- "name": "Adult Blue Dragon",
- "size": "huge",
- "type": "Dragon",
- "group": "Dragons",
- "armor_class": 19,
- "armor_desc": "natural armor",
- "hit_points": 267,
- "speed_json": "{\"walk\":40,\"burrow\":30,\"fly\":80}",
- "strength": 24,
- "dexterity": 20,
- "constitution": 32,
- "intelligence": 16,
- "wisdom": 24,
- "charisma": 28,
- "strength_save": 24,
- "dexterity_save": 20,
- "constitution_save": 32,
- "intelligence_save": 16,
- "wisdom_save": 24,
- "charisma_save": 28,
- "perception": 22,
- "damage_immunities": "lightning",
- "senses": "darkvision 120 ft., keensense 60 ft.",
- "languages": "Common,Draconic",
- "challenge_rating": "16",
- "cr": 16,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon uses its Frightful Presence. It then makes one Bite attack and two Claw attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +12 to hit, reach 10 ft., one target. _Hit:_ 18 (2d10+7) piercing damage plus 5 (1d10) lightning damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +12 to hit, reach 5 ft., one target. _Hit:_ 14 (2d6+7) slashing damage.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +12 to hit, reach 15 ft., one target. _Hit:_ 16 (2d8+7) bludgeoning damage.\"},{\"name\":\"Frightful Presence\",\"desc\":\"Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 17 WIS save or be frightened for 1 minute. A creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. If a creature's save is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours.\"},{\"name\":\"Lightning Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales lightning in a 90-foot line that is 5 feet wide. Each creature in that line must make a DC 19 DEX save, taking 66 (12d10) lightning damage on a failed save, or half as much damage on a successful one.\"}]",
- "special_abilities_json": "[{\"name\":\"Charged Hide\",\"desc\":\"When the blue dragon hasn't exhaled its Lightning Breath, the electric charge builds up across its body. While the dragon's Lightning Breath is available, it emits wild sparks of electricity, and each creature that starts its turn within 20 feet of the dragon must succeed on a DC 19 CON save or be incapacitated until the start of its next turn.\"},{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the dragon fails a save, it can choose to succeed instead.\"}]",
- "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action can be used at a time and only at the end of another creature's turn. The dragon regains spent legendary actions at the start of its turn.",
- "legendary_actions_json": "[{\"name\":\"Detect\",\"desc\":\"The dragon automatically detects every creature and trap within 30 feet of it, pinpointing the current location of each.\"},{\"name\":\"Tail Attack\",\"desc\":\"The dragon makes a Tail attack.\"},{\"name\":\"Elemental Roar (Costs 2 Actions)\",\"desc\":\"The dragon roars at up to two creatures of its choice within 120 feet of it. Each target must succeed on a DC 17 CHA save or be vulnerable to lightning damage until the end of its next turn. A target resistant to lightning damage isn't resistant to it for the duration. A target immune to lightning damage is still immune to it, even if the target fails the save.\"},{\"name\":\"Wing Attack (Costs 2 Actions)\",\"desc\":\"The dragon beats its wings. Each creature within 10 feet of the dragon must succeed on a DC 20 DEX save or take 14 (2d6+7) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed without provoking opportunity attacks.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "ancient_blue_dragon_bf",
- "fields": {
- "name": "Ancient Blue Dragon",
- "size": "gargantuan",
- "type": "Dragon",
- "group": "Dragons",
- "armor_class": 21,
- "armor_desc": "natural armor",
- "hit_points": 355,
- "speed_json": "{\"walk\":40,\"burrow\":40,\"fly\":80}",
- "strength": 28,
- "dexterity": 22,
- "constitution": 38,
- "intelligence": 18,
- "wisdom": 28,
- "charisma": 32,
- "strength_save": 28,
- "dexterity_save": 22,
- "constitution_save": 38,
- "intelligence_save": 18,
- "wisdom_save": 28,
- "charisma_save": 32,
- "perception": 27,
- "damage_immunities": "lightning",
- "senses": "darkvision 120 ft., keensense 60 ft.",
- "languages": "Common,Draconic",
- "challenge_rating": "20",
- "cr": 20,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon uses its Frightful Presence. It then makes one Bite attack and two Claw attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +15 to hit, reach 15 ft., one target. _Hit:_ 20 (2d10+9) piercing damage plus 11 (2d10) lightning damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +15 to hit, reach 10 ft., one target. _Hit:_ 16 (2d6+9) slashing damage.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +15 to hit, reach 20 ft., one target. _Hit:_ 18 (2d8+9) bludgeoning damage.\"},{\"name\":\"Frightful Presence\",\"desc\":\"Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 19 WIS save or be frightened for 1 minute. A creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. If a creature's save is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours.\"},{\"name\":\"Lightning Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales lightning in a 120-foot line that is 10 feet wide. Each creature in that line must make a DC 22 DEX save, taking 99 (18d10) lightning damage on a failed save, or half as much damage on a successful one.\"}]",
- "special_abilities_json": "[{\"name\":\"Charged Hide\",\"desc\":\"When the blue dragon hasn't exhaled its Lightning Breath, the electric charge builds up across its body. While the dragon's Lightning Breath is available, it emits wild sparks of electricity, and each creature that starts its turn within 30 feet of the dragon must succeed on a DC 22 CON save or be incapacitated until the start of its next turn.\"},{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the dragon fails a save, it can choose to succeed instead.\"}]",
- "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action can be used at a time and only at the end of another creature's turn. The dragon regains spent legendary actions at the start of its turn.",
- "legendary_actions_json": "[{\"name\":\"Detect\",\"desc\":\"The dragon automatically detects every creature and trap within 30 feet of it, pinpointing the current location of each.\"},{\"name\":\"Tail Attack\",\"desc\":\"The dragon makes a Tail attack.\"},{\"name\":\"Elemental Roar (Costs 2 Actions)\",\"desc\":\"The dragon roars at up to two creatures of its choice within 120 feet of it. Each target must succeed on a DC 19 CHA save or be vulnerable to lightning damage until the end of its next turn. A target resistant to lightning damage isn't resistant to it for the duration. A target immune to lightning damage is still immune to it, even if the target fails the save.\"},{\"name\":\"Wing Attack (Costs 2 Actions)\",\"desc\":\"The dragon beats its wings. Each creature within 15 feet of the dragon must succeed on a DC 23 DEX save or take 16 (2d6+9) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed without provoking opportunity attacks.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "brass_dragon_wyrmling_bf",
- "fields": {
- "name": "Brass Dragon Wyrmling",
- "size": "medium",
- "type": "Dragon",
- "group": "Dragons",
- "armor_class": 16,
- "armor_desc": "natural armor",
- "hit_points": 36,
- "speed_json": "{\"walk\":30,\"burrow\":15,\"fly\":60}",
- "strength": 14,
- "dexterity": 14,
- "constitution": 16,
- "intelligence": 10,
- "wisdom": 14,
- "charisma": 16,
- "strength_save": 14,
- "dexterity_save": 14,
- "constitution_save": 16,
- "intelligence_save": 10,
- "wisdom_save": 14,
- "charisma_save": 16,
- "perception": 14,
- "damage_immunities": "fire",
- "senses": "darkvision 60 ft., keensense 10 ft.",
- "languages": "Draconic",
- "challenge_rating": "1",
- "cr": 1,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon makes one Bite attack and one Claw attack.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 7 (1d10+2) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 5 (1d6+2) slashing damage.\"},{\"name\":\"Fire Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales fire in a 30-foot line that is 5 feet wide. Each creature in that line must make a DC 11 DEX save, taking 14 (4d6) fire damage on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Sleep Breath (Recharge 6)\",\"desc\":\"The dragon exhales sleep gas in a 15-foot cone. Each creature in that area must succeed on a DC 11 CON save or fall unconscious for 1 minute. This effect ends for a creature if the creature takes damage or another creature uses an action to wake it.\"}]",
- "special_abilities_json": "[{\"name\":\"Pounce\",\"desc\":\"If the dragon moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 12 STR save or be knocked prone. If the target is prone, the dragon can make one Claw attack against it as a bonus action.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "young_brass_dragon_bf",
- "fields": {
- "name": "Young Brass Dragon",
- "size": "large",
- "type": "Dragon",
- "group": "Dragons",
- "armor_class": 17,
- "armor_desc": "natural armor",
- "hit_points": 119,
- "speed_json": "{\"walk\":40,\"burrow\":20,\"fly\":80}",
- "strength": 18,
- "dexterity": 16,
- "constitution": 22,
- "intelligence": 12,
- "wisdom": 16,
- "charisma": 20,
- "strength_save": 18,
- "dexterity_save": 16,
- "constitution_save": 22,
- "intelligence_save": 12,
- "wisdom_save": 16,
- "charisma_save": 20,
- "perception": 16,
- "damage_immunities": "fire",
- "senses": "darkvision 120 ft., keensense 30 ft.",
- "languages": "Common,Draconic",
- "challenge_rating": "6",
- "cr": 6,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon makes one Bite attack and two Claw attacks. It can replace its Bite attack with a use of Sleep Breath, if available.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 10 ft., one target. _Hit:_ 15 (2d10+4) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6+4) slashing damage.\"},{\"name\":\"Fire Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales fire in a 60-foot line that is 5 feet wide. Each creature in that line must make a DC 14 DEX save, taking 35 (10d6) fire damage on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Sleep Breath (Recharge 6)\",\"desc\":\"The dragon exhales sleep gas in a 30-foot cone. Each creature in that area must succeed on a DC 14 CON save or fall unconscious for 1 minute. This effect ends for a creature if the creature takes damage or another creature uses an action to wake it.\"}]",
- "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The dragon magically transforms into a Beast or Humanoid that has a challenge rating no higher than its own, or back into its true form, which is Dragon. Any equipment it is wearing or carrying transforms with it or is borne by the new form (the dragon's choice). It reverts to its true form if it dies. In a new form, the dragon retains its HP, ability to speak, proficiencies, and INT, WIS, and CHA scores, as well as this bonus action. Its statistics and capabilities are otherwise replaced by those of the new form, except any class features or legendary actions of that form.\"}]",
- "special_abilities_json": "[{\"name\":\"Suffocating Heat\",\"desc\":\"After the brass dragon uses its Fire Breath, the air around it is devoid of moisture and lacking in breathable air. While the dragon's Fire Breath is unavailable, each creature that requires air to breathe, other than the dragon, and that starts its turn within 10 feet of the dragon must succeed on a DC 14 CON save or begin suffocating. A creature that fails this save for two consecutive rounds falls unconscious until it takes damage or another creature uses an action to wake it.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "adult_brass_dragon_bf",
- "fields": {
- "name": "Adult Brass Dragon",
- "size": "huge",
- "type": "Dragon",
- "group": "Dragons",
- "armor_class": 18,
- "armor_desc": "natural armor",
- "hit_points": 225,
- "speed_json": "{\"walk\":40,\"burrow\":30,\"fly\":80}",
- "strength": 22,
- "dexterity": 20,
- "constitution": 30,
- "intelligence": 14,
- "wisdom": 22,
- "charisma": 26,
- "strength_save": 22,
- "dexterity_save": 20,
- "constitution_save": 30,
- "intelligence_save": 14,
- "wisdom_save": 22,
- "charisma_save": 26,
- "perception": 21,
- "damage_immunities": "fire",
- "senses": "darkvision 120 ft., keensense 60 ft.",
- "languages": "Common,Draconic",
- "challenge_rating": "13",
- "cr": 13,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon uses its Frightful Presence. It then makes one Bite attack and two Claw attacks. It can replace its Bite attack with a use of Sleep Breath, if available.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +11 to hit, reach 10 ft., one target. _Hit:_ 17 (2d10+6) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +11 to hit, reach 5 ft., one target. _Hit:_ 13 (2d6+6) slashing damage.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +11 to hit, reach 15 ft., one target. _Hit:_ 15 (2d8+6) bludgeoning damage.\"},{\"name\":\"Frightful Presence\",\"desc\":\"Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 16 WIS save or be frightened for 1 minute. A creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. If a creature's save is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours.\"},{\"name\":\"Fire Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales fire in a 90-foot line that is 5 feet wide. Each creature in that line must make a DC 18 DEX save, taking 45 (13d6) fire damage on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Sleep Breath (Recharge 6)\",\"desc\":\"The dragon exhales sleep gas in a 60-foot cone. Each creature in that area must succeed on a DC 18 CON save or fall unconscious for 5 minutes. This effect ends for a creature if the creature takes damage or another creature uses an action to wake it.\"}]",
- "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The dragon magically transforms into a Beast or Humanoid that has a challenge rating no higher than its own, or back into its true form, which is Dragon. Any equipment it is wearing or carrying transforms with it or is borne by the new form (the dragon's choice). It reverts to its true form if it dies. In a new form, the dragon retains its Legendary Resistance trait and its HP, ability to speak, proficiencies, and INT, WIS, and CHA scores, as well as this bonus action. Its statistics and capabilities are otherwise replaced by those of the new form, except any class features or legendary actions of that form.\"}]",
- "special_abilities_json": "[{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the dragon fails a save, it can choose to succeed instead.\"},{\"name\":\"Suffocating Heat\",\"desc\":\"As the **young brass dragon**, except it affects creatures within 20 feet of the dragon, and the save DC is 18.\"}]",
- "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action can be used at a time and only at the end of another creature's turn. The dragon regains spent legendary actions at the start of its turn.",
- "legendary_actions_json": "[{\"name\":\"Detect\",\"desc\":\"The dragon automatically detects every creature and trap within 30 feet of it, pinpointing the current location of each.\"},{\"name\":\"Tail Attack\",\"desc\":\"The dragon makes a Tail attack.\"},{\"name\":\"Elemental Roar (Costs 2 Actions)\",\"desc\":\"The dragon roars at up to two creatures of its choice within 120 feet of it. Each target must succeed on a DC 16 CHA save or be vulnerable to fire damage until the end of its next turn. A target resistant to fire damage isn't resistant to it for the duration. A target immune to fire damage is still immune to it, even if the target fails the save.\"},{\"name\":\"Wing Attack (Costs 2 Actions)\",\"desc\":\"The dragon beats its wings. Each creature within 10 feet of the dragon must succeed on a DC 19 DEX save or take 13 (2d6+6) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed without provoking opportunity attacks.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "ancient_brass_dragon_bf",
- "fields": {
- "name": "Ancient Brass Dragon",
- "size": "gargantuan",
- "type": "Dragon",
- "group": "Dragons",
- "armor_class": 20,
- "armor_desc": "natural armor",
- "hit_points": 284,
- "speed_json": "{\"walk\":40,\"burrow\":40,\"fly\":80}",
- "strength": 26,
- "dexterity": 22,
- "constitution": 36,
- "intelligence": 16,
- "wisdom": 26,
- "charisma": 30,
- "strength_save": 26,
- "dexterity_save": 22,
- "constitution_save": 36,
- "intelligence_save": 16,
- "wisdom_save": 26,
- "charisma_save": 30,
- "perception": 24,
- "damage_immunities": "fire",
- "senses": "darkvision 120 ft., keensense 60 ft.",
- "languages": "Common,Draconic",
- "challenge_rating": "17",
- "cr": 17,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon uses its Frightful Presence. It then makes one Bite attack and two Claw attacks. It can replace its Bite attack with a use of Sleep Breath, if available.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +14 to hit, reach 15 ft., one target. _Hit:_ 19 (2d10+8) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +14 to hit, reach 10 ft., one target. _Hit:_ 15 (2d6+8) slashing damage.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +14 to hit, reach 20 ft., one target. _Hit:_ 17 (2d8+8) bludgeoning damage.\"},{\"name\":\"Frightful Presence\",\"desc\":\"Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 18 WIS save or be frightened for 1 minute. A creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. If a creature's save is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours.\"},{\"name\":\"Fire Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales fire in a 120-foot line that is 10 feet wide. Each creature in that line must make a DC 21 DEX save, taking 70 (20d6) fire damage on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Sleep Breath (Recharge 6)\",\"desc\":\"The dragon exhales sleep gas in a 90-foot cone. Each creature in that area must succeed on a DC 21 CON save or fall unconscious for 10 minutes. This effect ends for a creature if the creature takes damage or another creature uses an action to wake it.\"}]",
- "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The dragon magically transforms into a Beast or Humanoid that has a challenge rating no higher than its own, or back into its true form, which is Dragon. Any equipment it is wearing or carrying transforms with it or is borne by the new form (the dragon's choice). It reverts to its true form if it dies. In a new form, the dragon retains its Legendary Resistance trait and its HP, ability to speak, proficiencies, and INT, WIS, and CHA scores, as well as this bonus action. Its statistics and capabilities are otherwise replaced by those of the new form, except any class features or legendary actions of that form.\"}]",
- "special_abilities_json": "[{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the dragon fails a save, it can choose to succeed instead.\"},{\"name\":\"Suffocating Heat\",\"desc\":\"As the **young brass dragon**, except it affects creatures within 30 feet of the dragon, and the save DC is 21.\"}]",
- "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action can be used at a time and only at the end of another creature's turn. The dragon regains spent legendary actions at the start of its turn.",
- "legendary_actions_json": "[{\"name\":\"Detect\",\"desc\":\"The dragon automatically detects every creature and trap within 30 feet of it, pinpointing the current location of each.\"},{\"name\":\"Tail Attack\",\"desc\":\"The dragon makes a Tail attack.\"},{\"name\":\"Elemental Roar (Costs 2 Actions)\",\"desc\":\"The dragon roars at up to two creatures of its choice within 120 feet of it. Each target must succeed on a DC 18 CHA save or be vulnerable to fire damage until the end of its next turn. A target resistant to fire damage isn't resistant to it for the duration. A target immune to fire damage is still immune to it, even if the target fails the save.\"},{\"name\":\"Wing Attack (Costs 2 Actions)\",\"desc\":\"The dragon beats its wings. Each creature within 15 feet of the dragon must succeed on a DC 24 DEX save or take 15 (2d6+8) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed without provoking opportunity attacks.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "bronze_dragon_wyrmling_bf",
- "fields": {
- "name": "Bronze Dragon Wyrmling",
- "size": "medium",
- "type": "Dragon",
- "group": "Dragons",
- "armor_class": 17,
- "armor_desc": "natural armor",
- "hit_points": 51,
- "speed_json": "{\"walk\":30,\"fly\":60,\"swim\":30}",
- "strength": 16,
- "dexterity": 14,
- "constitution": 18,
- "intelligence": 12,
- "wisdom": 14,
- "charisma": 18,
- "strength_save": 16,
- "dexterity_save": 14,
- "constitution_save": 18,
- "intelligence_save": 12,
- "wisdom_save": 14,
- "charisma_save": 18,
- "perception": 14,
- "damage_immunities": "lightning",
- "senses": "darkvision 60 ft., keensense 10 ft.",
- "languages": "Draconic",
- "challenge_rating": "2",
- "cr": 2,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon makes one Bite attack and one Claw attack.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 8 (1d10+3) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 6 (1d6+3) slashing damage.\"},{\"name\":\"Lightning Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales lightning in a 30-foot line that is 5 feet wide. Each creature in that line must make a DC 12 DEX save, taking 16 (3d10) lightning damage on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Repulsion Breath (Recharge 6)\",\"desc\":\"The dragon exhales repulsion energy in a 15-foot cone. Each creature in that area must succeed on a DC 12 STR save or be pushed up to 5 feet away from the dragon.\"}]",
- "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The dragon can breathe air and water.\"},{\"name\":\"Pounce\",\"desc\":\"If the dragon moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 13 STR save or be knocked prone. If the target is prone, the dragon can make one Claw attack against it as a bonus action.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "young_bronze_dragon_bf",
- "fields": {
- "name": "Young Bronze Dragon",
- "size": "large",
- "type": "Dragon",
- "group": "Dragons",
- "armor_class": 18,
- "armor_desc": "natural armor",
- "hit_points": 148,
- "speed_json": "{\"walk\":40,\"fly\":80,\"swim\":40}",
- "strength": 20,
- "dexterity": 16,
- "constitution": 24,
- "intelligence": 14,
- "wisdom": 18,
- "charisma": 22,
- "strength_save": 20,
- "dexterity_save": 16,
- "constitution_save": 24,
- "intelligence_save": 14,
- "wisdom_save": 18,
- "charisma_save": 22,
- "perception": 17,
- "damage_immunities": "lightning",
- "senses": "darkvision 120 ft., keensense 30 ft.",
- "languages": "Common,Draconic",
- "challenge_rating": "8",
- "cr": 8,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon makes one Bite attack and two Claw attacks. It can replace its Bite attack with a use of Repulsion Breath, if available.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +8 to hit, reach 10 ft., one target. _Hit:_ 16 (2d10+5) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +8 to hit, reach 5 ft., one target. _Hit:_ 12 (2d6+5) slashing damage.\"},{\"name\":\"Lightning Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales lightning in a 60-foot line that is 5 feet wide. Each creature in that line must make a DC 15 DEX save, taking 49 (9d10) lightning damage on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Repulsion Breath (Recharge 6)\",\"desc\":\"The dragon exhales repulsion energy in a 30-foot cone. Each creature in that area must succeed on a DC 15 STR save or be pushed up to 15 feet away from the dragon.\"}]",
- "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The dragon magically transforms into a Beast or Humanoid that has a challenge rating no higher than its own, or back into its true form, which is Dragon. Any equipment it is wearing or carrying transforms with it or is borne by the new form (the dragon's choice). It reverts to its true form if it dies. In a new form, the dragon retains its HP, ability to speak, proficiencies, and INT, WIS, and CHA scores, as well as this bonus action. Its statistics and capabilities are otherwise replaced by those of the new form, except any class features or legendary actions of that form.\"}]",
- "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The dragon can breathe air and water.\"},{\"name\":\"Lightning Extraction\",\"desc\":\"After the bronze dragon uses its Lightning Breath, its body begins recharging with lightning, pulling electricity from nearby creatures. While the dragon's Lightning Breath is unavailable, each creature that starts its turn within 10 feet of the dragon must make a DC 15 CON save. On a failure, a creature can use either an action or a bonus action on its turn, not both.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "adult_bronze_dragon_bf",
- "fields": {
- "name": "Adult Bronze Dragon",
- "size": "huge",
- "type": "Dragon",
- "group": "Dragons",
- "armor_class": 19,
- "armor_desc": "natural armor",
- "hit_points": 255,
- "speed_json": "{\"walk\":40,\"fly\":80,\"swim\":40}",
- "strength": 24,
- "dexterity": 20,
- "constitution": 32,
- "intelligence": 16,
- "wisdom": 24,
- "charisma": 28,
- "strength_save": 24,
- "dexterity_save": 20,
- "constitution_save": 32,
- "intelligence_save": 16,
- "wisdom_save": 24,
- "charisma_save": 28,
- "perception": 22,
- "damage_immunities": "lightning",
- "senses": "darkvision 120 ft., keensense 60 ft.",
- "languages": "Common,Draconic",
- "challenge_rating": "15",
- "cr": 15,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon uses its Frightful Presence. It then makes one Bite attack and two Claw attacks. It can replace its Bite attack with a use of Repulsion Breath, if available.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +12 to hit, reach 10 ft., one target. _Hit:_ 18 (2d10+7) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +12 to hit, reach 5 ft., one target. _Hit:_ 14 (2d6+7) slashing damage.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +12 to hit, reach 15 ft., one target. _Hit:_ 16 (2d8+7) bludgeoning damage.\"},{\"name\":\"Frightful Presence\",\"desc\":\"Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 17 WIS save or be frightened for 1 minute. A creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. If a creature's save is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours.\"},{\"name\":\"Lightning Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales lightning in a 90-foot line that is 5 feet wide. Each creature in that line must make a DC 19 DEX save, taking 60 (11d10) lightning damage on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Repulsion Breath (Recharge 6)\",\"desc\":\"The dragon exhales repulsion energy in a 60-foot cone. Each creature in that area must succeed on a DC 19 STR save or be pushed up to 30 feet away from the dragon.\"}]",
- "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The dragon magically transforms into a Beast or Humanoid that has a challenge rating no higher than its own, or back into its true form, which is Dragon. Any equipment it is wearing or carrying transforms with it or is borne by the new form (the dragon's choice). It reverts to its true form if it dies. In a new form, the dragon retains its Legendary Resistance trait and its HP, ability to speak, proficiencies, and INT, WIS, and CHA scores, as well as this bonus action. Its statistics and capabilities are otherwise replaced by those of the new form, except any class features or legendary actions of that form.\"}]",
- "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The dragon can breathe air and water.\"},{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the dragon fails a save, it can choose to succeed instead.\"},{\"name\":\"Lightning Extraction\",\"desc\":\"As the **young bronze dragon**, except it affects creatures within 20 feet of the dragon, and the save DC is 19.\"}]",
- "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action can be used at a time and only at the end of another creature's turn. The dragon regains spent legendary actions at the start of its turn.",
- "legendary_actions_json": "[{\"name\":\"Detect\",\"desc\":\"The dragon automatically detects every creature and trap within 30 feet of it, pinpointing the current location of each.\"},{\"name\":\"Tail Attack\",\"desc\":\"The dragon makes a Tail attack.\"},{\"name\":\"Elemental Roar (Costs 2 Actions)\",\"desc\":\"The dragon roars at up to two creatures of its choice within 120 feet of it. Each target must succeed on a DC 17 CHA save or be vulnerable to lightning damage until the end of its next turn. A target resistant to lightning damage isn't resistant to it for the duration. A target immune to lightning damage is still immune to it, even if the target fails the save.\"},{\"name\":\"Wing Attack (Costs 2 Actions)\",\"desc\":\"The dragon beats its wings. Each creature within 10 feet of the dragon must succeed on a DC 20 DEX save or take 14 (2d6+7) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed without provoking opportunity attacks.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "ancient_bronze_dragon_bf",
- "fields": {
- "name": "Ancient Bronze Dragon",
- "size": "gargantuan",
- "type": "Dragon",
- "group": "Dragons",
- "armor_class": 21,
- "armor_desc": "natural armor",
- "hit_points": 314,
- "speed_json": "{\"walk\":40,\"fly\":80,\"swim\":40}",
- "strength": 28,
- "dexterity": 22,
- "constitution": 38,
- "intelligence": 18,
- "wisdom": 28,
- "charisma": 32,
- "strength_save": 28,
- "dexterity_save": 22,
- "constitution_save": 38,
- "intelligence_save": 18,
- "wisdom_save": 28,
- "charisma_save": 32,
- "perception": 27,
- "damage_immunities": "lightning",
- "senses": "darkvision 120 ft., keensense 60 ft.",
- "languages": "Common,Draconic",
- "challenge_rating": "19",
- "cr": 19,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon uses its Frightful Presence. It then makes one Bite attack and two Claw attacks. It can replace its Bite attack with a use of Repulsion Breath, if available.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +15 to hit, reach 15 ft., one target. _Hit:_ 20 (2d10+9) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +15 to hit, reach 10 ft., one target. _Hit:_ 16 (2d6+9) slashing damage.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +15 to hit, reach 20 ft., one target. _Hit:_ 18 (2d8+9) bludgeoning damage.\"},{\"name\":\"Frightful Presence\",\"desc\":\"Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 19 WIS save or be frightened for 1 minute. A creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. If a creature's save is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours.\"},{\"name\":\"Lightning Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales lightning in a 120-foot line that is 10 feet wide. Each creature in that line must make a DC 22 DEX save, taking 88 (16d10) lightning damage on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Repulsion Breath (Recharge 6)\",\"desc\":\"The dragon exhales repulsion energy in a 90-foot cone. Each creature in that area must succeed on a DC 22 STR save or be pushed up to 45 feet away from the dragon.\"}]",
- "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The dragon magically transforms into a Beast or Humanoid that has a challenge rating no higher than its own, or back into its true form, which is Dragon. Any equipment it is wearing or carrying transforms with it or is borne by the new form (the dragon's choice). It reverts to its true form if it dies. In a new form, the dragon retains its Legendary Resistance trait and its HP, ability to speak, proficiencies, and INT, WIS, and CHA scores, as well as this bonus action. Its statistics and capabilities are otherwise replaced by those of the new form, except any class features or legendary actions of that form.\"}]",
- "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The dragon can breathe air and water.\"},{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the dragon fails a save, it can choose to succeed instead.\"},{\"name\":\"Lightning Extraction\",\"desc\":\"As the **young bronze dragon**, except it affects creatures within 30 feet of the dragon, and the save DC is 22.\"}]",
- "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action can be used at a time and only at the end of another creature's turn. The dragon regains spent legendary actions at the start of its turn.",
- "legendary_actions_json": "[{\"name\":\"Detect\",\"desc\":\"The dragon automatically detects every creature and trap within 30 feet of it, pinpointing the current location of each.\"},{\"name\":\"Tail Attack\",\"desc\":\"The dragon makes a Tail attack.\"},{\"name\":\"Elemental Roar (Costs 2 Actions)\",\"desc\":\"The dragon roars at up to two creatures of its choice within 120 feet of it. Each target must succeed on a DC 19 CHA save or be vulnerable to lightning damage until the end of its next turn. A target resistant to lightning damage isn't resistant to it for the duration. A target immune to lightning damage is still immune to it, even if the target fails the save.\"},{\"name\":\"Wing Attack (Costs 2 Actions)\",\"desc\":\"The dragon beats its wings. Each creature within 15 feet of the dragon must succeed on a DC 23 DEX save or take 16 (2d6+9) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed without provoking opportunity attacks.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "copper_dragon_wyrmling_bf",
- "fields": {
- "name": "Copper Dragon Wyrmling",
- "size": "medium",
- "type": "Dragon",
- "group": "Dragons",
- "armor_class": 16,
- "armor_desc": "natural armor",
- "hit_points": 36,
- "speed_json": "{\"walk\":30,\"climb\":30,\"fly\":60}",
- "strength": 14,
- "dexterity": 16,
- "constitution": 16,
- "intelligence": 14,
- "wisdom": 14,
- "charisma": 16,
- "strength_save": 14,
- "dexterity_save": 16,
- "constitution_save": 16,
- "intelligence_save": 14,
- "wisdom_save": 14,
- "charisma_save": 16,
- "perception": 14,
- "damage_immunities": "acid",
- "senses": "darkvision 60 ft., keensense 10 ft.",
- "languages": "Draconic",
- "challenge_rating": "1",
- "cr": 1,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon makes one Bite attack and one Claw attack.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 7 (1d10+2) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 5 (1d6+2) slashing damage.\"},{\"name\":\"Acid Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales acid in a 30-foot line that is 5 feet wide. Each creature in that line must make a DC 11 DEX save, taking 18 (4d8) acid damage on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Slowing Breath (Recharge 6)\",\"desc\":\"The dragon exhales slowing gas in a 15-foot cone. Each creature in that area must make a DC 11 CON save. On a failure, the creature can't use reactions, its speed is halved, and it can't make more than one attack on its turn. In addition, the creature can use either an action or a bonus action on its turn, not both. These effects last for 1 minute. The creature can repeat the save at the end of each of its turns, ending the effect on itself on a success.\"}]",
- "special_abilities_json": "[{\"name\":\"Pounce\",\"desc\":\"If the dragon moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 12 STR save or be knocked prone. If the target is prone, the dragon can make one Claw attack against it as a bonus action.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "young_copper_dragon_bf",
- "fields": {
- "name": "Young Copper Dragon",
- "size": "large",
- "type": "Dragon",
- "group": "Dragons",
- "armor_class": 17,
- "armor_desc": "natural armor",
- "hit_points": 144,
- "speed_json": "{\"walk\":40,\"climb\":40,\"fly\":80}",
- "strength": 18,
- "dexterity": 18,
- "constitution": 22,
- "intelligence": 16,
- "wisdom": 18,
- "charisma": 20,
- "strength_save": 18,
- "dexterity_save": 18,
- "constitution_save": 22,
- "intelligence_save": 16,
- "wisdom_save": 18,
- "charisma_save": 20,
- "perception": 17,
- "damage_immunities": "acid",
- "senses": "darkvision 120 ft., keensense 30 ft.",
- "languages": "Common,Draconic",
- "challenge_rating": "7",
- "cr": 7,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon makes one Bite attack and two Claw attacks. It can replace its Bite attack with a use of Slowing Breath, if available.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 10 ft., one target. _Hit:_ 15 (2d10+4) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6+4) slashing damage.\"},{\"name\":\"Acid Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales acid in a 60-foot line that is 5 feet wide. Each creature in that line must make a DC 14 DEX save, taking 40 (9d8) acid damage on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Slowing Breath (Recharge 6)\",\"desc\":\"As the **copper dragon wyrmling**, except it is a 30-foot cone, and the save DC is 14.\"}]",
- "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The dragon magically transforms into a Beast or Humanoid that has a challenge rating no higher than its own, or back into its true form, which is Dragon. Any equipment it is wearing or carrying transforms with it or is borne by the new form (the dragon's choice). It reverts to its true form if it dies. In a new form, the dragon retains its HP, ability to speak, proficiencies, and INT, WIS, and CHA scores, as well as this bonus action. Its statistics and capabilities are otherwise replaced by those of the new form, except any class features or legendary actions of that form.\"}]",
- "special_abilities_json": "[{\"name\":\"Corrosive Scales\",\"desc\":\"When the copper dragon hasn't spit its Acid Breath, the acid built up within the dragon causes the patina on its scales to spread to weapons that strike it. While the dragon's Acid Breath is available, any weapon made of metal that hits the dragon corrodes. After dealing damage, the weapon takes a permanent and cumulative -1 penalty to damage rolls. If a nonmagical weapon's penalty drops to -5, the weapon is destroyed. Nonmagical ammunition made of metal that hits the dragon is destroyed after dealing damage. A magical weapon can't have a penalty greater than -5, and a magical weapon removes this penalty after 24 hours or after its attuned wielder finishes a long rest.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "adult_copper_dragon_bf",
- "fields": {
- "name": "Adult Copper Dragon",
- "size": "huge",
- "type": "Dragon",
- "group": "Dragons",
- "armor_class": 18,
- "armor_desc": "natural armor",
- "hit_points": 252,
- "speed_json": "{\"walk\":40,\"climb\":40,\"fly\":80}",
- "strength": 22,
- "dexterity": 22,
- "constitution": 30,
- "intelligence": 18,
- "wisdom": 24,
- "charisma": 26,
- "strength_save": 22,
- "dexterity_save": 22,
- "constitution_save": 30,
- "intelligence_save": 18,
- "wisdom_save": 24,
- "charisma_save": 26,
- "perception": 22,
- "damage_immunities": "acid",
- "senses": "darkvision 120 ft., keensense 60 ft.",
- "languages": "Common,Draconic",
- "challenge_rating": "14",
- "cr": 14,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon uses its Frightful Presence. It then makes one Bite attack and two Claw attacks. It can replace its Bite attack with a use of Slowing Breath, if available.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +11 to hit, reach 10 ft., one target. _Hit:_ 17 (2d10+6) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +11 to hit, reach 5 ft., one target. _Hit:_ 13 (2d6+6) slashing damage.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +11 to hit, reach 15 ft., one target. _Hit:_ 15 (2d8+6) bludgeoning damage.\"},{\"name\":\"Frightful Presence\",\"desc\":\"Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 16 WIS save or be frightened for 1 minute. A creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. If a creature's save is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours.\"},{\"name\":\"Acid Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales acid in a 90-foot line that is 5 feet wide. Each creature in that line must make a DC 18 DEX save, taking 54 (12d8) acid damage on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Slowing Breath (Recharge 6)\",\"desc\":\"As the **copper dragon wyrmling**, except it is a 60-foot cone, and the save DC is 18.\"}]",
- "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The dragon magically transforms into a Beast or Humanoid that has a challenge rating no higher than its own, or back into its true form, which is Dragon. Any equipment it is wearing or carrying transforms with it or is borne by the new form (the dragon's choice). It reverts to its true form if it dies. In a new form, the dragon retains its Legendary Resistance trait and its HP, ability to speak, proficiencies, and INT, WIS, and CHA scores, as well as this bonus action. Its statistics and capabilities are otherwise replaced by those of the new form, except any class features or legendary actions of that form.\"}]",
- "special_abilities_json": "[{\"name\":\"Corrosive Scales\",\"desc\":\"As the **young copper dragon**.\"},{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the dragon fails a save, it can choose to succeed instead.\"}]",
- "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action can be used at a time and only at the end of another creature's turn. The dragon regains spent legendary actions at the start of its turn.",
- "legendary_actions_json": "[{\"name\":\"Detect\",\"desc\":\"The dragon automatically detects every creature and trap within 30 feet of it, pinpointing the current location of each.\"},{\"name\":\"Tail Attack\",\"desc\":\"The dragon makes a Tail attack.\"},{\"name\":\"Elemental Roar (Costs 2 Actions)\",\"desc\":\"The dragon roars at up to two creatures of its choice within 120 feet of it. Each target must succeed on a DC 16 CHA save or be vulnerable to acid damage until the end of its next turn. A target resistant to acid damage isn't resistant to it for the duration. A target immune to acid damage is still immune to it, even if the target fails the save.\"},{\"name\":\"Wing Attack (Costs 2 Actions)\",\"desc\":\"The dragon beats its wings. Each creature within 10 feet of the dragon must succeed on a DC 19 DEX save or take 13 (2d6+6) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed without provoking opportunity attacks.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "ancient_copper_dragon_bf",
- "fields": {
- "name": "Ancient Copper Dragon",
- "size": "gargantuan",
- "type": "Dragon",
- "group": "Dragons",
- "armor_class": 21,
- "armor_desc": "natural armor",
- "hit_points": 297,
- "speed_json": "{\"walk\":40,\"climb\":40,\"fly\":80}",
- "strength": 26,
- "dexterity": 22,
- "constitution": 36,
- "intelligence": 20,
- "wisdom": 28,
- "charisma": 30,
- "strength_save": 26,
- "dexterity_save": 22,
- "constitution_save": 36,
- "intelligence_save": 20,
- "wisdom_save": 28,
- "charisma_save": 30,
- "perception": 27,
- "damage_immunities": "acid",
- "senses": "darkvision 120 ft., keensense 60 ft.",
- "languages": "Common,Draconic",
- "challenge_rating": "18",
- "cr": 18,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon uses its Frightful Presence. It then makes one Bite attack and two Claw attacks. It can replace its Bite attack with a use of Slowing Breath, if available.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +15 to hit, reach 15 ft., one target. _Hit:_ 19 (2d10+8) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +15 to hit, reach 10 ft., one target. _Hit:_ 15 (2d6+8) slashing damage.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +15 to hit, reach 20 ft., one target. _Hit:_ 17 (2d8+8) bludgeoning damage.\"},{\"name\":\"Frightful Presence\",\"desc\":\"Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 18 WIS save or be frightened for 1 minute. A creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. If a creature's save is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours.\"},{\"name\":\"Acid Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales acid in a 120-foot line that is 10 feet wide. Each creature in that line must make a DC 21 DEX save, taking 76 (17d8) acid damage on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Slowing Breath (Recharge 6)\",\"desc\":\"As the **copper dragon wyrmling**, except it is a 90-foot cone, and the save DC is 21.\"}]",
- "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The dragon magically transforms into a Beast or Humanoid that has a challenge rating no higher than its own, or back into its true form, which is Dragon. Any equipment it is wearing or carrying transforms with it or is borne by the new form (the dragon's choice). It reverts to its true form if it dies. In a new form, the dragon retains its Legendary Resistance trait and its HP, ability to speak, proficiencies, and INT, WIS, and CHA scores, as well as this bonus action. Its statistics and capabilities are otherwise replaced by those of the new form, except any class features or legendary actions of that form.\"}]",
- "special_abilities_json": "[{\"name\":\"Corrosive Scales\",\"desc\":\"As the **young copper dragon**.\"},{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the dragon fails a save, it can choose to succeed instead.\"}]",
- "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action can be used at a time and only at the end of another creature's turn. The dragon regains spent legendary actions at the start of its turn.",
- "legendary_actions_json": "[{\"name\":\"Detect\",\"desc\":\"The dragon automatically detects every creature and trap within 30 feet of it, pinpointing the current location of each.\"},{\"name\":\"Tail Attack\",\"desc\":\"The dragon makes a Tail attack.\"},{\"name\":\"Elemental Roar (Costs 2 Actions)\",\"desc\":\"The dragon roars at up to two creatures of its choice within 120 feet of it. Each target must succeed on a DC 18 CHA save or be vulnerable to acid damage until the end of its next turn. A target resistant to acid damage isn't resistant to it for the duration. A target immune to acid damage is still immune to it, even if the target fails the save.\"},{\"name\":\"Wing Attack (Costs 2 Actions)\",\"desc\":\"The dragon beats its wings. Each creature within 15 feet of the dragon must succeed on a DC 22 DEX save or take 15 (2d6+8) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed without provoking opportunity attacks.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "gold_dragon_wyrmling_bf",
- "fields": {
- "name": "Gold Dragon Wyrmling",
- "size": "medium",
- "type": "Dragon",
- "group": "Dragons",
- "armor_class": 17,
- "armor_desc": "natural armor",
- "hit_points": 68,
- "speed_json": "{\"walk\":30,\"fly\":60,\"swim\":30}",
- "strength": 18,
- "dexterity": 18,
- "constitution": 20,
- "intelligence": 14,
- "wisdom": 20,
- "charisma": 18,
- "strength_save": 18,
- "dexterity_save": 18,
- "constitution_save": 20,
- "intelligence_save": 14,
- "wisdom_save": 20,
- "charisma_save": 18,
- "perception": 17,
- "damage_immunities": "fire",
- "senses": "darkvision 60 ft., keensense 10 ft.",
- "languages": "Draconic",
- "challenge_rating": "3",
- "cr": 3,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon makes one Bite attack and one Claw attack.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 9 (1d10+4) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 7 (1d6+4) slashing damage.\"},{\"name\":\"Fire Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales fire in a 15-foot cone. Each creature in that area must make a DC 13 DEX save, taking 33 (6d10) fire damage on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Weakening Breath (Recharge 6)\",\"desc\":\"The dragon exhales weakening gas in a 15-foot cone. Each creature in that area must succeed on a DC 13 STR save or have disadvantage on STR-based attack rolls, STR checks, and STR saves for 1 minute. A creature can repeat the save at the end of each of its turns, ending the effect on itself on a success.\"}]",
- "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The dragon can breathe air and water.\"},{\"name\":\"Pounce\",\"desc\":\"If the dragon moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 13 STR save or be knocked prone. If the target is prone, the dragon can make one Claw attack against it as a bonus action.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "young_gold_dragon_bf",
- "fields": {
- "name": "Young Gold Dragon",
- "size": "large",
- "type": "Dragon",
- "group": "Dragons",
- "armor_class": 18,
- "armor_desc": "natural armor",
- "hit_points": 193,
- "speed_json": "{\"walk\":40,\"fly\":80,\"swim\":40}",
- "strength": 22,
- "dexterity": 22,
- "constitution": 28,
- "intelligence": 16,
- "wisdom": 26,
- "charisma": 24,
- "strength_save": 22,
- "dexterity_save": 22,
- "constitution_save": 28,
- "intelligence_save": 16,
- "wisdom_save": 26,
- "charisma_save": 24,
- "perception": 22,
- "damage_immunities": "fire",
- "senses": "darkvision 120 ft., keensense 30 ft.",
- "languages": "Common,Draconic",
- "challenge_rating": "10",
- "cr": 10,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon makes one Bite attack and two Claw attacks. It can replace its Bite attack with a use of Weakening Breath, if available.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +10 to hit, reach 10 ft., one target. _Hit:_ 17 (2d10+6) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +10 to hit, reach 5 ft., one target. _Hit:_ 13 (2d6+6) slashing damage.\"},{\"name\":\"Fire Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales fire in a 30-foot cone. Each creature in that area must make a DC 17 DEX save, taking 66 (12d10) fire damage on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Weakening Breath (Recharge 6)\",\"desc\":\"As the **gold dragon wyrmling**, except it is a 30-foot cone, and the save DC is 17.\"}]",
- "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The dragon magically transforms into a Beast or Humanoid that has a challenge rating no higher than its own, or back into its true form, which is Dragon. Any equipment it is wearing or carrying transforms with it or is borne by the new form (the dragon's choice). It reverts to its true form if it dies. In a new form, the dragon retains its HP, ability to speak, proficiencies, and INT, WIS, and CHA scores, as well as this bonus action. Its statistics and capabilities are otherwise replaced by those of the new form, except any class features or legendary actions of that form.\"}]",
- "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The dragon can breathe air and water.\"},{\"name\":\"Golden Splendor\",\"desc\":\"When the gold dragon hasn't unleashed its Fire Breath, its scales gleam and sparkle like molten gold or a pile of gold coins. While the dragon's Fire Breath is available, each creature that starts its turn within 10 feet of the dragon must succeed on a DC 17 CHA save or be charmed until the start of its next turn.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "adult_gold_dragon_bf",
- "fields": {
- "name": "Adult Gold Dragon",
- "size": "huge",
- "type": "Dragon",
- "group": "Dragons",
- "armor_class": 19,
- "armor_desc": "natural armor",
- "hit_points": 284,
- "speed_json": "{\"walk\":40,\"fly\":80,\"swim\":40}",
- "strength": 26,
- "dexterity": 26,
- "constitution": 36,
- "intelligence": 18,
- "wisdom": 32,
- "charisma": 30,
- "strength_save": 26,
- "dexterity_save": 26,
- "constitution_save": 36,
- "intelligence_save": 18,
- "wisdom_save": 32,
- "charisma_save": 30,
- "perception": 27,
- "damage_immunities": "fire",
- "senses": "darkvision 120 ft., keensense 60 ft.",
- "languages": "Common,Draconic",
- "challenge_rating": "17",
- "cr": 17,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon uses its Frightful Presence. It then makes one Bite attack and two Claw attacks. It can replace its Bite attack with a use of Weakening Breath, if available.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +14 to hit, reach 10 ft., one target. _Hit:_ 19 (2d10+8) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +14 to hit, reach 5 ft., one target. _Hit:_ 15 (2d6+8) slashing damage.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +14 to hit, reach 15 ft., one target. _Hit:_ 17 (2d8+8) bludgeoning damage.\"},{\"name\":\"Frightful Presence\",\"desc\":\"Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 18 WIS save or be frightened for 1 minute. A creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. If a creature's save is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours.\"},{\"name\":\"Fire Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales fire in a 60-foot cone. Each creature in that area must make a DC 21 DEX save, taking 71 (13d10) fire damage on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Weakening Breath (Recharge 6)\",\"desc\":\"As the **gold dragon wyrmling**, except it is a 60-foot cone, and the save DC is 21.\"}]",
- "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The dragon magically transforms into a Beast or Humanoid that has a challenge rating no higher than its own, or back into its true form, which is Dragon. Any equipment it is wearing or carrying transforms with it or is borne by the new form (the dragon's choice). It reverts to its true form if it dies. In a new form, the dragon retains its Legendary Resistance trait and its HP, ability to speak, proficiencies, and INT, WIS, and CHA scores, as well as this bonus action. Its statistics and capabilities are otherwise replaced by those of the new form, except any class features or legendary actions of that form.\"}]",
- "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The dragon can breathe air and water.\"},{\"name\":\"Golden Splendor\",\"desc\":\"As the **young gold dragon**, except it affects creatures within 20 feet of the dragon, and the save DC is 21.\"},{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the dragon fails a save, it can choose to succeed instead.\"}]",
- "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action can be used at a time and only at the end of another creature's turn. The dragon regains spent legendary actions at the start of its turn.",
- "legendary_actions_json": "[{\"name\":\"Detect\",\"desc\":\"The dragon automatically detects every creature and trap within 30 feet of it, pinpointing the current location of each.\"},{\"name\":\"Tail Attack\",\"desc\":\"The dragon makes a Tail attack.\"},{\"name\":\"Elemental Roar (Costs 2 Actions)\",\"desc\":\"The dragon roars at up to two creatures of its choice within 120 feet of it. Each target must succeed on a DC 18 CHA save or be vulnerable to fire damage until the end of its next turn. A target resistant to fire damage isn't resistant to it for the duration. A target immune to fire damage is still immune to it, even if the target fails the save.\"},{\"name\":\"Wing Attack (Costs 2 Actions)\",\"desc\":\"The dragon beats its wings. Each creature within 10 feet of the dragon must succeed on a DC 22 DEX save or take 15 (2d6+8) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed without provoking opportunity attacks.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "ancient_gold_dragon_bf",
- "fields": {
- "name": "Ancient Gold Dragon",
- "size": "gargantuan",
- "type": "Dragon",
- "group": "Dragons",
- "armor_class": 22,
- "armor_desc": "natural armor",
- "hit_points": 382,
- "speed_json": "{\"walk\":40,\"fly\":80,\"swim\":40}",
- "strength": 30,
- "dexterity": 28,
- "constitution": 42,
- "intelligence": 20,
- "wisdom": 36,
- "charisma": 34,
- "strength_save": 30,
- "dexterity_save": 28,
- "constitution_save": 42,
- "intelligence_save": 20,
- "wisdom_save": 36,
- "charisma_save": 34,
- "perception": 30,
- "damage_immunities": "fire",
- "senses": "darkvision 120 ft., keensense 60 ft.",
- "languages": "Common,Draconic",
- "challenge_rating": "21",
- "cr": 21,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon uses its Frightful Presence. It then makes one Bite attack and two Claw attacks. It can replace its Bite attack with a use of Weakening Breath, if available.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +17 to hit, reach 15 ft., one target. _Hit:_ 21 (2d10+10) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +17 to hit, reach 10 ft., one target. _Hit:_ 17 (2d6+10) slashing damage.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +17 to hit, reach 20 ft., one target. _Hit:_ 19 (2d8+10) bludgeoning damage.\"},{\"name\":\"Frightful Presence\",\"desc\":\"Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 20 WIS save or be frightened for 1 minute. A creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. If a creature's save is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours.\"},{\"name\":\"Fire Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales fire in a 90-foot cone. Each creature in that area must make a DC 24 DEX save, taking 110 (20d10) fire damage on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Weakening Breath (Recharge 6)\",\"desc\":\"As the **gold dragon wyrmling**, except it is a 90-foot cone, and the save DC is 24.\"}]",
- "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The dragon magically transforms into a Beast or Humanoid that has a challenge rating no higher than its own, or back into its true form, which is Dragon. Any equipment it is wearing or carrying transforms with it or is borne by the new form (the dragon's choice). It reverts to its true form if it dies. In a new form, the dragon retains its Legendary Resistance trait and its HP, ability to speak, proficiencies, and INT, WIS, and CHA scores, as well as this bonus action. Its statistics and capabilities are otherwise replaced by those of the new form, except any class features or legendary actions of that form.\"}]",
- "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The dragon can breathe air and water.\"},{\"name\":\"Golden Splendor\",\"desc\":\"As the **young gold dragon**, except it affects creatures within 30 feet of the dragon, and the save DC is 24.\"},{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the dragon fails a save, it can choose to succeed instead.\"}]",
- "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action can be used at a time and only at the end of another creature's turn. The dragon regains spent legendary actions at the start of its turn.",
- "legendary_actions_json": "[{\"name\":\"Detect\",\"desc\":\"The dragon automatically detects every creature and trap within 30 feet of it, pinpointing the current location of each.\"},{\"name\":\"Tail Attack\",\"desc\":\"The dragon makes a Tail attack.\"},{\"name\":\"Elemental Roar (Costs 2 Actions)\",\"desc\":\"The dragon roars at up to two creatures of its choice within 120 feet of it. Each target must succeed on a DC 20 CHA save or be vulnerable to fire damage until the end of its next turn. A target resistant to fire damage isn't resistant to it for the duration. A target immune to fire damage is still immune to it, even if the target fails the save.\"},{\"name\":\"Wing Attack (Costs 2 Actions)\",\"desc\":\"The dragon beats its wings. Each creature within 15 feet of the dragon must succeed on a DC 25 DEX save or take 17 (2d6+10) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed without provoking opportunity attacks.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "green_dragon_wyrmling_bf",
- "fields": {
- "name": "Green Dragon Wyrmling",
- "size": "medium",
- "type": "Dragon",
- "group": "Dragons",
- "armor_class": 17,
- "armor_desc": "natural armor",
- "hit_points": 51,
- "speed_json": "{\"walk\":30,\"fly\":60,\"swim\":30}",
- "strength": 14,
- "dexterity": 16,
- "constitution": 16,
- "intelligence": 18,
- "wisdom": 14,
- "charisma": 16,
- "strength_save": 14,
- "dexterity_save": 16,
- "constitution_save": 16,
- "intelligence_save": 18,
- "wisdom_save": 14,
- "charisma_save": 16,
- "perception": 14,
- "damage_immunities": "poison,poisoned",
- "senses": "darkvision 60 ft., keensense 10 ft.",
- "languages": "Draconic",
- "challenge_rating": "2",
- "cr": 2,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon makes one Bite attack and one Claw attack.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 7 (1d10+2) piercing damage plus 3 (1d6) poison damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 5 (1d6+2) slashing damage.\"},{\"name\":\"Poison Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales poisonous gas in a 15-foot cone. Each creature in that area must make a DC 11 CON save, taking 21 (6d6) poison damage on a failed save, or half as much damage on a successful one.\"}]",
- "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The dragon can breathe air and water.\"},{\"name\":\"Pounce\",\"desc\":\"If the dragon moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 12 STR save or be knocked prone. If the target is prone, the dragon can make one Claw attack against it as a bonus action.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "young_green_dragon_bf",
- "fields": {
- "name": "Young Green Dragon",
- "size": "large",
- "type": "Dragon",
- "group": "Dragons",
- "armor_class": 18,
- "armor_desc": "natural armor",
- "hit_points": 148,
- "speed_json": "{\"walk\":40,\"fly\":80,\"swim\":40}",
- "strength": 18,
- "dexterity": 18,
- "constitution": 22,
- "intelligence": 20,
- "wisdom": 18,
- "charisma": 20,
- "strength_save": 18,
- "dexterity_save": 18,
- "constitution_save": 22,
- "intelligence_save": 20,
- "wisdom_save": 18,
- "charisma_save": 20,
- "perception": 17,
- "damage_immunities": "poison,poisoned",
- "senses": "darkvision 120 ft., keensense 30 ft.",
- "languages": "Common,Draconic",
- "challenge_rating": "8",
- "cr": 8,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon makes one Bite attack and two Claw attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 10 ft., one target. _Hit:_ 15 (2d10+4) piercing damage plus 7 (2d6) poison damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6+4) slashing damage.\"},{\"name\":\"Poison Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales poisonous gas in a 30-foot cone. Each creature in that area must make a DC 14 CON save, taking 42 (12d6) poison damage on a failed save, or half as much damage on a successful one.\"}]",
- "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The dragon can breathe air and water.\"},{\"name\":\"Hallucinogenic Gas\",\"desc\":\"After the green dragon exhales its Poison Breath, wisps of poisonous gas laced with the alchemical taint that permeates the dragon's body linger around it. While the dragon's Poison Breath is unavailable, each creature that starts its turn within 10 feet of the dragon must succeed on a DC 14 WIS save or be terrified, as the gas causes the creature to experience frightful hallucinations. A terrified creature is frightened, and its speed is reduced to 0.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "adult_green_dragon_bf",
- "fields": {
- "name": "Adult Green Dragon",
- "size": "huge",
- "type": "Dragon",
- "group": "Dragons",
- "armor_class": 19,
- "armor_desc": "natural armor",
- "hit_points": 255,
- "speed_json": "{\"walk\":40,\"fly\":80,\"swim\":40}",
- "strength": 22,
- "dexterity": 22,
- "constitution": 30,
- "intelligence": 22,
- "wisdom": 24,
- "charisma": 26,
- "strength_save": 22,
- "dexterity_save": 22,
- "constitution_save": 30,
- "intelligence_save": 22,
- "wisdom_save": 24,
- "charisma_save": 26,
- "perception": 22,
- "damage_immunities": "poison,poisoned",
- "senses": "darkvision 120 ft., keensense 60 ft.",
- "languages": "Common,Draconic",
- "challenge_rating": "15",
- "cr": 15,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon uses its Frightful Presence. It then makes one Bite attack and two Claw attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +11 to hit, reach 10 ft., one target. _Hit:_ 17 (2d10+6) piercing damage plus 7 (2d6) poison damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +11 to hit, reach 5 ft., one target. _Hit:_ 13 (2d6+6) slashing damage.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +11 to hit, reach 15 ft., one target. _Hit:_ 15 (2d8+6) bludgeoning damage.\"},{\"name\":\"Frightful Presence\",\"desc\":\"Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 16 WIS save or be frightened for 1 minute. A creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. If a creature's save is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours.\"},{\"name\":\"Poison Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales poisonous gas in a 60-foot cone. Each creature in that area must make a DC 18 CON save, taking 56 (16d6) poison damage on a failed save, or half as much damage on a successful one.\"}]",
- "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The dragon can breathe air and water.\"},{\"name\":\"Hallucinogenic Gas\",\"desc\":\"After the green dragon exhales its Poison Breath, wisps of poisonous gas laced with the alchemical taint that permeates the dragon's body linger around it. While the dragon's Poison Breath is unavailable, each creature that starts its turn within 20 feet of the dragon must succeed on a DC 18 WIS save or be terrified, as the gas causes the creature to experience frightful hallucinations. A terrified creature is frightened, and its speed is reduced to 0.\"},{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the dragon fails a save, it can choose to succeed instead.\"}]",
- "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action can be used at a time and only at the end of another creature's turn. The dragon regains spent legendary actions at the start of its turn.",
- "legendary_actions_json": "[{\"name\":\"Detect\",\"desc\":\"The dragon automatically detects every creature and trap within 30 feet of it, pinpointing the current location of each.\"},{\"name\":\"Tail Attack\",\"desc\":\"The dragon makes a Tail attack.\"},{\"name\":\"Elemental Roar (Costs 2 Actions)\",\"desc\":\"The dragon roars at up to two creatures of its choice within 120 feet of it. Each target must succeed on a DC 16 CHA save or be vulnerable to poison damage until the end of its next turn. A target resistant to poison damage isn't resistant to it for the duration. A target immune to poison damage is still immune to it, even if the target fails the save.\"},{\"name\":\"Wing Attack (Costs 2 Actions)\",\"desc\":\"The dragon beats its wings. Each creature within 10 feet of the dragon must succeed on a DC 19 DEX save or take 13 (2d6+6) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed without provoking opportunity attacks.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "ancient_green_dragon_bf",
- "fields": {
- "name": "Ancient Green Dragon",
- "size": "gargantuan",
- "type": "Dragon",
- "group": "Dragons",
- "armor_class": 21,
- "armor_desc": "natural armor",
- "hit_points": 333,
- "speed_json": "{\"walk\":40,\"fly\":80,\"swim\":40}",
- "strength": 26,
- "dexterity": 24,
- "constitution": 36,
- "intelligence": 24,
- "wisdom": 28,
- "charisma": 30,
- "strength_save": 26,
- "dexterity_save": 24,
- "constitution_save": 36,
- "intelligence_save": 24,
- "wisdom_save": 28,
- "charisma_save": 30,
- "perception": 25,
- "damage_immunities": "poison,poisoned",
- "senses": "darkvision 120 ft., keensense 60 ft.",
- "languages": "Common,Draconic",
- "challenge_rating": "19",
- "cr": 19,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon uses its Frightful Presence. It then makes one Bite attack and two Claw attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +15 to hit, reach 15 ft., one target. _Hit:_ 19 (2d10+8) piercing damage plus 10 (3d6) poison damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +15 to hit, reach 10 ft., one target. _Hit:_ 22 (4d6+8) slashing damage.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +15 to hit, reach 20 ft., one target. _Hit:_ 17 (2d8+8) bludgeoning damage.\"},{\"name\":\"Frightful Presence\",\"desc\":\"Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 18 WIS save or be frightened for 1 minute. A creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. If a creature's save is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours.\"},{\"name\":\"Poison Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales poisonous gas in a 90-foot cone. Each creature in that area must make a DC 21 CON save, taking 84 (24d6) poison damage on a failed save, or half as much damage on a successful one.\"}]",
- "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The dragon can breathe air and water.\"},{\"name\":\"Hallucinogenic Gas\",\"desc\":\"After the green dragon exhales its Poison Breath, wisps of poisonous gas laced with the alchemical taint that permeates the dragon's body linger around it. While the dragon's Poison Breath is unavailable, each creature that starts its turn within 30 feet of the dragon must succeed on a DC 21 WIS save or be terrified, as the gas causes the creature to experience frightful hallucinations. A terrified creature is frightened, and its speed is reduced to 0.\"},{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the dragon fails a save, it can choose to succeed instead.\"}]",
- "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action can be used at a time and only at the end of another creature's turn. The dragon regains spent legendary actions at the start of its turn.",
- "legendary_actions_json": "[{\"name\":\"Detect\",\"desc\":\"The dragon automatically detects every creature and trap within 30 feet of it, pinpointing the current location of each.\"},{\"name\":\"Tail Attack\",\"desc\":\"The dragon makes a Tail attack.\"},{\"name\":\"Elemental Roar (Costs 2 Actions)\",\"desc\":\"The dragon roars at up to two creatures of its choice within 120 feet of it. Each target must succeed on a DC 18 CHA save or be vulnerable to poison damage until the end of its next turn. A target resistant to poison damage isn't resistant to it for the duration. A target immune to poison damage is still immune to it, even if the target fails the save.\"},{\"name\":\"Wing Attack (Costs 2 Actions)\",\"desc\":\"The dragon beats its wings. Each creature within 15 feet of the dragon must succeed on a DC 22 DEX save or take 22 (4d6+8) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed without provoking opportunity attacks.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "red_dragon_wyrmling_bf",
- "fields": {
- "name": "Red Dragon Wyrmling",
- "size": "medium",
- "type": "Dragon",
- "group": "Dragons",
- "armor_class": 17,
- "armor_desc": "natural armor",
- "hit_points": 68,
- "speed_json": "{\"walk\":30,\"climb\":30,\"fly\":60}",
- "strength": 18,
- "dexterity": 14,
- "constitution": 20,
- "intelligence": 12,
- "wisdom": 14,
- "charisma": 18,
- "strength_save": 18,
- "dexterity_save": 14,
- "constitution_save": 20,
- "intelligence_save": 12,
- "wisdom_save": 14,
- "charisma_save": 18,
- "perception": 14,
- "damage_immunities": "fire",
- "senses": "darkvision 60 ft., keensense 10 ft.",
- "languages": "Draconic",
- "challenge_rating": "3",
- "cr": 3,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon makes one Bite attack and one Claw attack.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 9 (1d10+4) piercing damage plus 3 (1d6) fire damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 7 (1d6+4) slashing damage.\"},{\"name\":\"Fire Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales fire in a 15foot cone. Each creature in that area must make a DC 13 DEX save, taking 28 (8d6) fire damage on a failed save, or half as much damage on a successful one.\"}]",
- "special_abilities_json": "[{\"name\":\"Pounce\",\"desc\":\"If the dragon moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 14 STR save or be knocked prone. If the target is prone, the dragon can make one Claw attack against it as a bonus action.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "young_red_dragon_bf",
- "fields": {
- "name": "Young Red Dragon",
- "size": "large",
- "type": "Dragon",
- "group": "Dragons",
- "armor_class": 18,
- "armor_desc": "natural armor",
- "hit_points": 193,
- "speed_json": "{\"walk\":40,\"climb\":40,\"fly\":80}",
- "strength": 22,
- "dexterity": 18,
- "constitution": 28,
- "intelligence": 14,
- "wisdom": 18,
- "charisma": 26,
- "strength_save": 22,
- "dexterity_save": 18,
- "constitution_save": 28,
- "intelligence_save": 14,
- "wisdom_save": 18,
- "charisma_save": 26,
- "perception": 18,
- "damage_immunities": "fire",
- "senses": "darkvision 120 ft., keensense 30 ft.",
- "languages": "Common,Draconic",
- "challenge_rating": "10",
- "cr": 10,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon makes one Bite attack and two Claw attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +10 to hit, reach 10 ft., one target. _Hit:_ 17 (2d10+6) piercing damage plus 3 (1d6) fire damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +10 to hit, reach 5 ft., one target. _Hit:_ 13 (2d6+6) slashing damage.\"},{\"name\":\"Fire Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales fire in a 30-foot cone. Each creature in that area must make a DC 17 DEX save, taking 56 (16d6) fire damage on a failed save, or half as much damage on a successful one.\"}]",
- "special_abilities_json": "[{\"name\":\"Boil Over\",\"desc\":\"When the red dragon hasn't unleashed its Fire Breath, the heat builds and rolls outward from it. While the dragon's Fire Breath is available, it emits immense heat, and each creature that starts its turn within 10 feet of the dragon must succeed on a DC 17 CON save or take 7 (2d6) fire damage.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "adult_red_dragon_bf",
- "fields": {
- "name": "Adult Red Dragon",
- "size": "huge",
- "type": "Dragon",
- "group": "Dragons",
- "armor_class": 19,
- "armor_desc": "natural armor",
- "hit_points": 301,
- "speed_json": "{\"walk\":40,\"climb\":40,\"fly\":80}",
- "strength": 26,
- "dexterity": 22,
- "constitution": 36,
- "intelligence": 16,
- "wisdom": 24,
- "charisma": 32,
- "strength_save": 26,
- "dexterity_save": 22,
- "constitution_save": 36,
- "intelligence_save": 16,
- "wisdom_save": 24,
- "charisma_save": 32,
- "perception": 23,
- "damage_immunities": "fire",
- "senses": "darkvision 120 ft., keensense 60 ft.",
- "languages": "Common,Draconic",
- "challenge_rating": "17",
- "cr": 17,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon uses its Frightful Presence. It then makes one Bite attack and two Claw attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +14 to hit, reach 10 ft., one target. _Hit:_ 19 (2d10+8) piercing damage plus 7 (2d6) fire damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +14 to hit, reach 5 ft., one target. _Hit:_ 15 (2d6+8) slashing damage.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +14 to hit, reach 15 ft., one target. _Hit:_ 17 (2d8+8) bludgeoning damage.\"},{\"name\":\"Frightful Presence\",\"desc\":\"Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 19 WIS save or be frightened for 1 minute. A creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. If a creature's save is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours.\"},{\"name\":\"Fire Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales fire in a 60-foot cone. Each creature in that area must make a DC 21 DEX save, taking 63 (18d6) fire damage on a failed save, or half as much damage on a successful one.\"}]",
- "special_abilities_json": "[{\"name\":\"Boil Over\",\"desc\":\"When the red dragon hasn't unleashed its Fire Breath, the heat builds and rolls outward from it. While the dragon's Fire Breath is available, it emits immense heat, and each creature that starts its turn within 20 feet of the dragon must succeed on a DC 21 CON save or take 7 (2d6) fire damage. A creature that fails this save by 5 or more also suffers one level of exhaustion.\"},{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the dragon fails a save, it can choose to succeed instead.\"}]",
- "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action can be used at a time and only at the end of another creature's turn. The dragon regains spent legendary actions at the start of its turn.",
- "legendary_actions_json": "[{\"name\":\"Detect\",\"desc\":\"The dragon automatically detects every creature and trap within 30 feet of it, pinpointing the current location of each.\"},{\"name\":\"Tail Attack\",\"desc\":\"The dragon makes a Tail attack.\"},{\"name\":\"Elemental Roar (Costs 2 Actions)\",\"desc\":\"The dragon roars at up to two creatures of its choice within 120 feet of it. Each target must succeed on a DC 19 CHA save or be vulnerable to fire damage until the end of its next turn. A target resistant to fire damage isn't resistant to it for the duration. A target immune to fire damage is still immune to it, even if the target fails the save.\"},{\"name\":\"Wing Attack (Costs 2 Actions)\",\"desc\":\"The dragon beats its wings. Each creature within 10 feet of the dragon must succeed on a DC 22 DEX save or take 15 (2d6+8) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed without provoking opportunity attacks.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "ancient_red_dragon_bf",
- "fields": {
- "name": "Ancient Red Dragon",
- "size": "gargantuan",
- "type": "Dragon",
- "group": "Dragons",
- "armor_class": 22,
- "armor_desc": "natural armor",
- "hit_points": 382,
- "speed_json": "{\"walk\":40,\"climb\":40,\"fly\":80}",
- "strength": 30,
- "dexterity": 24,
- "constitution": 42,
- "intelligence": 18,
- "wisdom": 28,
- "charisma": 36,
- "strength_save": 30,
- "dexterity_save": 24,
- "constitution_save": 42,
- "intelligence_save": 18,
- "wisdom_save": 28,
- "charisma_save": 36,
- "perception": 26,
- "damage_immunities": "fire",
- "senses": "darkvision 120 ft., keensense 60 ft.",
- "languages": "Common,Draconic",
- "challenge_rating": "21",
- "cr": 21,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon uses its Frightful Presence. It then makes one Bite attack and two Claw attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +17 to hit, reach 15 ft., one target. _Hit:_ 21 (2d10+10) piercing damage plus 14 (4d6) fire damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +17 to hit, reach 10 ft., one target. _Hit:_ 17 (2d6+10) slashing damage.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +17 to hit, reach 20 ft., one target. _Hit:_ 19 (2d8+10) bludgeoning damage.\"},{\"name\":\"Frightful Presence\",\"desc\":\"Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 21 WIS save or be frightened for 1 minute. A creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. If a creature's save is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours.\"},{\"name\":\"Fire Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales fire in a 90-foot cone. Each creature in that area must make a DC 24 DEX save, taking 105 (30d6) fire damage on a failed save, or half as much damage on a successful one.\"}]",
- "special_abilities_json": "[{\"name\":\"Boil Over\",\"desc\":\"When the red dragon hasn't unleashed its Fire Breath, the heat builds and rolls outward from it. While the dragon's Fire Breath is available, it emits immense heat, and each creature that starts its turn within 30 feet of the dragon must succeed on a DC 24 CON save or take 7 (2d6) fire damage. A creature that fails this save by 5 or more also suffers one level of exhaustion.\"},{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the dragon fails a save, it can choose to succeed instead.\"}]",
- "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action can be used at a time and only at the end of another creature's turn. The dragon regains spent legendary actions at the start of its turn.",
- "legendary_actions_json": "[{\"name\":\"Detect\",\"desc\":\"The dragon automatically detects every creature and trap within 30 feet of it, pinpointing the current location of each.\"},{\"name\":\"Tail Attack\",\"desc\":\"The dragon makes a Tail attack.\"},{\"name\":\"Elemental Roar (Costs 2 Actions)\",\"desc\":\"The dragon roars at up to two creatures of its choice within 120 feet of it. Each target must succeed on a DC 21 CHA save or be vulnerable to fire damage until the end of its next turn. A target resistant to fire damage isn't resistant to it for the duration. A target immune to fire damage is still immune to it, even if the target fails the save.\"},{\"name\":\"Wing Attack (Costs 2 Actions)\",\"desc\":\"The dragon beats its wings. Each creature within 15 feet of the dragon must succeed on a DC 25 DEX save or take 17 (2d6+10) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed without provoking opportunity attacks.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "silver_dragon_wyrmling_bf",
- "fields": {
- "name": "Silver Dragon Wyrmling",
- "size": "medium",
- "type": "Dragon",
- "group": "Dragons",
- "armor_class": 17,
- "armor_desc": "natural armor",
- "hit_points": 51,
- "speed_json": "{\"walk\":30,\"fly\":60}",
- "strength": 18,
- "dexterity": 14,
- "constitution": 20,
- "intelligence": 12,
- "wisdom": 14,
- "charisma": 18,
- "strength_save": 18,
- "dexterity_save": 14,
- "constitution_save": 20,
- "intelligence_save": 12,
- "wisdom_save": 14,
- "charisma_save": 18,
- "perception": 14,
- "damage_immunities": "cold",
- "senses": "darkvision 60 ft., keensense 10 ft.",
- "languages": "Draconic",
- "challenge_rating": "2",
- "cr": 2,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon makes one Bite attack and one Claw attack.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 9 (1d10+4) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 7 (1d6+4) slashing damage.\"},{\"name\":\"Cold Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales an icy blast in a 15-foot cone. Each creature in that area must make a DC 13 CON save, taking 18 (4d8) cold damage on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Paralyzing Breath (Recharge 6)\",\"desc\":\"The dragon exhales paralyzing gas in a 15-foot cone. Each creature in that area must succeed on a DC 13 CON save or be paralyzed for 1 minute. A creature can repeat the save at the end of each of its turns, ending the effect on itself on a success.\"}]",
- "special_abilities_json": "[{\"name\":\"Pounce\",\"desc\":\"If the dragon moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 14 STR save or be knocked prone. If the target is prone, the dragon can make one Claw attack against it as a bonus action.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "young_silver_dragon_bf",
- "fields": {
- "name": "Young Silver Dragon",
- "size": "large",
- "type": "Dragon",
- "group": "Dragons",
- "armor_class": 18,
- "armor_desc": "natural armor",
- "hit_points": 175,
- "speed_json": "{\"walk\":40,\"fly\":80}",
- "strength": 22,
- "dexterity": 18,
- "constitution": 28,
- "intelligence": 14,
- "wisdom": 20,
- "charisma": 24,
- "strength_save": 22,
- "dexterity_save": 18,
- "constitution_save": 28,
- "intelligence_save": 14,
- "wisdom_save": 20,
- "charisma_save": 24,
- "perception": 19,
- "damage_immunities": "cold",
- "senses": "darkvision 120 ft., keensense 30 ft.",
- "languages": "Common,Draconic",
- "challenge_rating": "9",
- "cr": 9,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon makes one Bite attack and two Claw attacks. It can replace its Bite attack with a use of Paralyzing Breath, if available.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +10 to hit, reach 10 ft., one target. _Hit:_ 17 (2d10+6) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +10 to hit, reach 5 ft., one target. _Hit:_ 13 (2d6+6) slashing damage.\"},{\"name\":\"Cold Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales an icy blast in a 30-foot cone. Each creature in that area must make a DC 17 CON save, taking 54 (12d8) cold damage on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Paralyzing Breath (Recharge 6)\",\"desc\":\"As the **silver dragon wyrmling**, except it is a 30-foot cone, and the save DC is 17.\"}]",
- "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The dragon magically transforms into a Beast or Humanoid that has a challenge rating no higher than its own, or back into its true form, which is Dragon. Any equipment it is wearing or carrying transforms with it or is borne by the new form (the dragon's choice). It reverts to its true form if it dies. In a new form, the dragon retains its HP, ability to speak, proficiencies, and INT, WIS, and CHA scores, as well as this bonus action. Its statistics and capabilities are otherwise replaced by those of the new form, except any class features or legendary actions of that form.\"}]",
- "special_abilities_json": "[{\"name\":\"Freezing Fog\",\"desc\":\"After the silver dragon uses its Cold Breath, freezing fog surrounds it. While the dragon's Cold Breath is unavailable, each creature that starts its turn within 10 feet of the dragon must succeed on a DC 17 CON save or be restrained until the start of its next turn.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "adult_silver_dragon_bf",
- "fields": {
- "name": "Adult Silver Dragon",
- "size": "huge",
- "type": "Dragon",
- "group": "Dragons",
- "armor_class": 19,
- "armor_desc": "natural armor",
- "hit_points": 267,
- "speed_json": "{\"walk\":40,\"fly\":80}",
- "strength": 26,
- "dexterity": 20,
- "constitution": 34,
- "intelligence": 16,
- "wisdom": 24,
- "charisma": 28,
- "strength_save": 26,
- "dexterity_save": 20,
- "constitution_save": 34,
- "intelligence_save": 16,
- "wisdom_save": 24,
- "charisma_save": 28,
- "perception": 22,
- "damage_immunities": "cold",
- "senses": "darkvision 120 ft., keensense 60 ft.",
- "languages": "Common,Draconic",
- "challenge_rating": "16",
- "cr": 16,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon uses its Frightful Presence. It then makes one Bite attack and two Claw attacks. It can replace its Bite attack with a use of Paralyzing Breath, if available.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +13 to hit, reach 10 ft., one target. _Hit:_ 19 (2d10+8) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +13 to hit, reach 5 ft., one target. _Hit:_ 15 (2d6+8) slashing damage.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +13 to hit, reach 15 ft., one target. _Hit:_ 17 (2d8+8) bludgeoning damage.\"},{\"name\":\"Frightful Presence\",\"desc\":\"Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 17 WIS save or be frightened for 1 minute. A creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. If a creature's save is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours.\"},{\"name\":\"Cold Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales an icy blast in a 60-foot cone. Each creature in that area must make a DC 20 CON save, taking 58 (13d8) cold damage on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Paralyzing Breath (Recharge 6)\",\"desc\":\"As the **silver dragon wyrmling**, except it is a 60-foot cone, and the save DC is 20.\"}]",
- "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The dragon magically transforms into a Beast or Humanoid that has a challenge rating no higher than its own, or back into its true form, which is Dragon. Any equipment it is wearing or carrying transforms with it or is borne by the new form (the dragon's choice). It reverts to its true form if it dies. In a new form, the dragon retains its Legendary Resistance trait and its HP, ability to speak, proficiencies, and INT, WIS, and CHA scores, as well as this bonus action. Its statistics and capabilities are otherwise replaced by those of the new form, except any class features or legendary actions of that form.\"}]",
- "special_abilities_json": "[{\"name\":\"Freezing Fog\",\"desc\":\"As the **young silver dragon**, except it affects creatures within 20 feet of the dragon, and the save DC is 20.\"},{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the dragon fails a save, it can choose to succeed instead.\"}]",
- "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action can be used at a time and only at the end of another creature's turn. The dragon regains spent legendary actions at the start of its turn.",
- "legendary_actions_json": "[{\"name\":\"Detect\",\"desc\":\"The dragon automatically detects every creature and trap within 30 feet of it, pinpointing the current location of each.\"},{\"name\":\"Tail Attack\",\"desc\":\"The dragon makes a Tail attack.\"},{\"name\":\"Elemental Roar (Costs 2 Actions)\",\"desc\":\"The dragon roars at up to two creatures of its choice within 120 feet of it. Each target must succeed on a DC 17 CHA save or be vulnerable to cold damage until the end of its next turn. A target resistant to cold damage isn't resistant to it for the duration. A target immune to cold damage is still immune to it, even if the target fails the save.\"},{\"name\":\"Wing Attack (Costs 2 Actions)\",\"desc\":\"The dragon beats its wings. Each creature within 10 feet of the dragon must succeed on a DC 21 Dexterity save or take 15 (2d6+8) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed without provoking opportunity attacks.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "ancient_silver_dragon_bf",
- "fields": {
- "name": "Ancient Silver Dragon",
- "size": "gargantuan",
- "type": "Dragon",
- "group": "Dragons",
- "armor_class": 21,
- "armor_desc": "natural armor",
- "hit_points": 355,
- "speed_json": "{\"walk\":40,\"fly\":80}",
- "strength": 30,
- "dexterity": 22,
- "constitution": 40,
- "intelligence": 18,
- "wisdom": 28,
- "charisma": 32,
- "strength_save": 30,
- "dexterity_save": 22,
- "constitution_save": 40,
- "intelligence_save": 18,
- "wisdom_save": 28,
- "charisma_save": 32,
- "perception": 25,
- "damage_immunities": "cold",
- "senses": "darkvision 120 ft., keensense 60 ft.",
- "languages": "Common,Draconic",
- "challenge_rating": "20",
- "cr": 20,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon uses its Frightful Presence. It then makes one Bite attack and two Claw attacks. It can replace its Bite attack with a use of Paralyzing Breath, if available.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +17 to hit, reach 15 ft., one target. _Hit:_ 21 (2d10+10) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +17 to hit, reach 10 ft., one target. _Hit:_ 17 (2d6+10) slashing damage.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +17 to hit, reach 20 ft., one target. _Hit:_ 19 (2d8+10) bludgeoning damage.\"},{\"name\":\"Frightful Presence\",\"desc\":\"Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 19 WIS save or be frightened for 1 minute. A creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. If a creature's save is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours.\"},{\"name\":\"Cold Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales an icy blast in a 90-foot cone. Each creature in that area must make a DC 23 CON save, taking 99 (22d8) cold damage on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Paralyzing Breath (Recharge 6)\",\"desc\":\"As the **silver dragon wyrmling**, except it is a 90-foot cone, and the save DC is 23.\"}]",
- "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The dragon magically transforms into a Beast or Humanoid that has a challenge rating no higher than its own, or back into its true form, which is Dragon. Any equipment it is wearing or carrying transforms with it or is borne by the new form (the dragon's choice). It reverts to its true form if it dies. In a new form, the dragon retains its Legendary Resistance trait and its HP, ability to speak, proficiencies, and INT, WIS, and CHA scores, as well as this bonus action. Its statistics and capabilities are otherwise replaced by those of the new form, except any class features or legendary actions of that form.\"}]",
- "special_abilities_json": "[{\"name\":\"Freezing Fog\",\"desc\":\"As the **young silver dragon**, except it affects creatures within 30 feet of the dragon, and the save DC is 23.\"},{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the dragon fails a save, it can choose to succeed instead.\"}]",
- "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action can be used at a time and only at the end of another creature's turn. The dragon regains spent legendary actions at the start of its turn.",
- "legendary_actions_json": "[{\"name\":\"Detect\",\"desc\":\"The dragon automatically detects every creature and trap within 30 feet of it, pinpointing the current location of each.\"},{\"name\":\"Tail Attack\",\"desc\":\"The dragon makes a Tail attack.\"},{\"name\":\"Elemental Roar (Costs 2 Actions)\",\"desc\":\"The dragon roars at up to two creatures of its choice within 120 feet of it. Each target must succeed on a DC 19 CHA save or be vulnerable to cold damage until the end of its next turn. A target resistant to cold damage isn't resistant to it for the duration. A target immune to cold damage is still immune to it, even if the target fails the save.\"},{\"name\":\"Wing Attack (Costs 2 Actions)\",\"desc\":\"The dragon beats its wings. Each creature within 15 feet of the dragon must succeed on a DC 24 DEX save or take 17 (2d6+10) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed without provoking opportunity attacks.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "white_dragon_wyrmling_bf",
- "fields": {
- "name": "White Dragon Wyrmling",
- "size": "medium",
- "type": "Dragon",
- "group": "Dragons",
- "armor_class": 16,
- "armor_desc": "natural armor",
- "hit_points": 54,
- "speed_json": "{\"walk\":30,\"burrow\":15,\"fly\":60,\"swim\":30}",
- "strength": 14,
- "dexterity": 14,
- "constitution": 18,
- "intelligence": 4,
- "wisdom": 14,
- "charisma": 14,
- "strength_save": 14,
- "dexterity_save": 14,
- "constitution_save": 18,
- "intelligence_save": 4,
- "wisdom_save": 14,
- "charisma_save": 14,
- "perception": 14,
- "damage_immunities": "cold",
- "senses": "darkvision 60 ft., keensense 10 ft.",
- "languages": "Draconic",
- "challenge_rating": "2",
- "cr": 2,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon makes one Bite attack and one Claw attack.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 7 (1d10+2) piercing damage plus 2 (1d4) cold damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 5 (1d6+2) slashing damage.\"},{\"name\":\"Cold Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales an icy blast in a 15-foot cone. Each creature in that area must make a DC 12 CON save, taking 22 (5d8) cold damage on a failed save, or half as much damage on a successful one.\"}]",
- "special_abilities_json": "[{\"name\":\"Ice Walk\",\"desc\":\"The dragon can move across and climb icy surfaces without needing to make an ability check. In addition, difficult terrain composed of ice or snow doesn't cost it extra movement.\"},{\"name\":\"Pounce\",\"desc\":\"If the dragon moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 12 STR save or be knocked prone. If the target is prone, the dragon can make one Claw attack against it as a bonus action.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "young_white_dragon_bf",
- "fields": {
- "name": "Young White Dragon",
- "size": "large",
- "type": "Dragon",
- "group": "Dragons",
- "armor_class": 17,
- "armor_desc": "natural armor",
- "hit_points": 126,
- "speed_json": "{\"walk\":40,\"burrow\":20,\"fly\":80,\"swim\":40}",
- "strength": 18,
- "dexterity": 16,
- "constitution": 24,
- "intelligence": 6,
- "wisdom": 18,
- "charisma": 18,
- "strength_save": 18,
- "dexterity_save": 16,
- "constitution_save": 24,
- "intelligence_save": 6,
- "wisdom_save": 18,
- "charisma_save": 18,
- "perception": 17,
- "damage_immunities": "cold",
- "senses": "darkvision 120 ft., keensense 30 ft.",
- "languages": "Common,Draconic",
- "challenge_rating": "6",
- "cr": 6,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon makes one Bite attack and two Claw attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 10 ft., one target. _Hit:_ 15 (2d10+4) piercing damage plus 4 (1d8) cold damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6+4) slashing damage.\"},{\"name\":\"Cold Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales an icy blast in a 30-foot cone. Each creature in that area must make a DC 15 CON save, taking 31 (7d8) cold damage on a failed save, or half as much damage on a successful one.\"}]",
- "special_abilities_json": "[{\"name\":\"Ice Walk\",\"desc\":\"The dragon can move across and climb icy surfaces without needing to make an ability check. In addition, difficult terrain composed of ice or snow doesn’t cost it extra movement.\"},{\"name\":\"Numbing Chill\",\"desc\":\"When the white dragon hasn’t unleashed its Cold Breath, the cold builds up within it and ripples outward from it. While the dragon’s Cold Breath is available, it emits a numbing chill, and each creature that starts its turn within 10 feet of the dragon must succeed on a DC 15 CON save or its speed is reduced by 10 feet.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "adult_white_dragon_bf",
- "fields": {
- "name": "Adult White Dragon",
- "size": "huge",
- "type": "Dragon",
- "group": "Dragons",
- "armor_class": 18,
- "armor_desc": "natural armor",
- "hit_points": 238,
- "speed_json": "{\"walk\":40,\"burrow\":30,\"fly\":80,\"swim\":40}",
- "strength": 22,
- "dexterity": 20,
- "constitution": 32,
- "intelligence": 8,
- "wisdom": 24,
- "charisma": 24,
- "strength_save": 22,
- "dexterity_save": 20,
- "constitution_save": 32,
- "intelligence_save": 8,
- "wisdom_save": 24,
- "charisma_save": 24,
- "perception": 22,
- "damage_immunities": "cold",
- "senses": "darkvision 120 ft., keensense 60 ft.",
- "languages": "Common,Draconic",
- "challenge_rating": "13",
- "cr": 13,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon uses its Frightful Presence. It then makes one Bite attack and two Claw attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +11 to hit, reach 10 ft., one target. _Hit:_ 17 (2d10+6) piercing damage plus 4 (1d8) cold damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +11 to hit, reach 5 ft., one target. _Hit:_ 13 (2d6+6) slashing damage.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +11 to hit, reach 15 ft., one target. _Hit:_ 15 (2d8+6) bludgeoning damage.\"},{\"name\":\"Frightful Presence\",\"desc\":\"Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 15 WIS save or be frightened for 1 minute. A creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. If a creature's save is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours.\"},{\"name\":\"Cold Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales an icy blast in a 60-foot cone. Each creature in that area must make a DC 19 CON save, taking 45 (10d8) cold damage on a failed save, or half as much damage on a successful one.\"}]",
- "special_abilities_json": "[{\"name\":\"Ice Walk\",\"desc\":\"The dragon can move across and climb icy surfaces without needing to make an ability check. In addition, difficult terrain composed of ice or snow doesn't cost it extra movement.\"},{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the dragon fails a save, it can choose to succeed instead.\"},{\"name\":\"Numbing Chill\",\"desc\":\"When the white dragon hasn't unleashed its Cold Breath, the cold builds up within it and ripples outward from it. While the dragon's Cold Breath is available, it emits a numbing chill, and each creature that starts its turn within 20 feet of the dragon must succeed on a DC 19 CON save or its speed is reduced by 15 feet.\"}]",
- "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action can be used at a time and only at the end of another creature's turn. The dragon regains spent legendary actions at the start of its turn.",
- "legendary_actions_json": "[{\"name\":\"Detect\",\"desc\":\"The dragon automatically detects every creature and trap within 30 feet of it, pinpointing the current location of each.\"},{\"name\":\"Tail Attack\",\"desc\":\"The dragon makes a Tail attack.\"},{\"name\":\"Elemental Roar (Costs 2 Actions)\",\"desc\":\"The dragon roars at up to two creatures of its choice within 120 feet of it. Each target must succeed on a DC 15 CHA save or be vulnerable to cold damage until the end of its next turn. A target resistant to cold damage isn't resistant to it for the duration. A target immune to cold damage is still immune to it, even if the target fails the save.\"},{\"name\":\"Wing Attack (Costs 2 Actions)\",\"desc\":\"The dragon beats its wings. Each creature within 10 feet of the dragon must succeed on a DC 19 DEX save or take 13 (2d6+6) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed without provoking opportunity attacks.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "ancient_white_dragon_bf",
- "fields": {
- "name": "Ancient White Dragon",
- "size": "gargantuan",
- "type": "Dragon",
- "group": "Dragons",
- "armor_class": 20,
- "armor_desc": "natural armor",
- "hit_points": 301,
- "speed_json": "{\"walk\":40,\"burrow\":40,\"fly\":80,\"swim\":40}",
- "strength": 26,
- "dexterity": 22,
- "constitution": 38,
- "intelligence": 10,
- "wisdom": 28,
- "charisma": 28,
- "strength_save": 26,
- "dexterity_save": 22,
- "constitution_save": 38,
- "intelligence_save": 10,
- "wisdom_save": 28,
- "charisma_save": 28,
- "perception": 25,
- "damage_immunities": "cold",
- "senses": "darkvision 120 ft., keensense 60 ft.",
- "languages": "Common,Draconic",
- "challenge_rating": "17",
- "cr": 17,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon uses its Frightful Presence. It then makes one Bite attack and two Claw attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +14 to hit, reach 15 ft., one target. _Hit:_ 19 (2d10+8) piercing damage plus 9 (2d8) cold damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +14 to hit, reach 10 ft., one target. _Hit:_ 15 (2d6+8) slashing damage.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +14 to hit, reach 20 ft., one target. _Hit:_ 17 (2d8+8) bludgeoning damage.\"},{\"name\":\"Frightful Presence\",\"desc\":\"Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 17 WIS save or be frightened for 1 minute. A creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. If a creature's save is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours.\"},{\"name\":\"Cold Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales an icy blast in a 90-foot cone. Each creature in that area must make a DC 22 CON save, taking 63 (14d8) cold damage on a failed save, or half as much damage on a successful one.\"}]",
- "special_abilities_json": "[{\"name\":\"Ice Walk\",\"desc\":\"The dragon can move across and climb icy surfaces without needing to make an ability check. In addition, difficult terrain composed of ice or snow doesn't cost it extra movement.\"},{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the dragon fails a save, it can choose to succeed instead.\"},{\"name\":\"Numbing Chill\",\"desc\":\"When the white dragon hasn't unleashed its Cold Breath, the cold builds up within it and ripples outward from it. While the dragon's Cold Breath is available, it emits a numbing chill, and each creature that starts its turn within 30 feet of the dragon must succeed on a DC 22 CON save or its speed is halved.\"}]",
- "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action can be used at a time and only at the end of another creature's turn. The dragon regains spent legendary actions at the start of its turn.",
- "legendary_actions_json": "[{\"name\":\"Detect\",\"desc\":\"The dragon automatically detects every creature and trap within 30 feet of it, pinpointing the current location of each.\"},{\"name\":\"Tail Attack\",\"desc\":\"The dragon makes a Tail attack.\"},{\"name\":\"Elemental Roar (Costs 2 Actions)\",\"desc\":\"The dragon roars at up to two creatures of its choice within 120 feet of it. Each target must succeed on a DC 17 CHA save or be vulnerable to cold damage until the end of its next turn. A target resistant to cold damage isn't resistant to it for the duration. A target immune to cold damage is still immune to it, even if the target fails the save.\"},{\"name\":\"Wing Attack (Costs 2 Actions)\",\"desc\":\"The dragon beats its wings. Each creature within 15 feet of the dragon must succeed on a DC 22 DEX save or take 15 (2d6+8) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed without provoking opportunity attacks.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "pseudodragon_bf",
- "fields": {
- "name": "Pseudodragon",
- "size": "tiny",
- "type": "Dragon",
- "group": "Dragons",
- "armor_class": 13,
- "armor_desc": "natural armor",
- "hit_points": 12,
- "speed_json": "{\"walk\":15,\"fly\":60}",
- "strength": 6,
- "dexterity": 14,
- "constitution": 12,
- "intelligence": 10,
- "wisdom": 16,
- "charisma": 10,
- "strength_save": 6,
- "dexterity_save": 14,
- "constitution_save": 12,
- "intelligence_save": 10,
- "wisdom_save": 16,
- "charisma_save": 10,
- "perception": 13,
- "damage_resistances": "poison,poisoned",
- "senses": "darkvision 60 ft., keensense 10 ft.",
- "languages": "understands Common and Draconic but can't speak",
- "challenge_rating": "1/4",
- "cr": 0.25,
- "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 4 (1d4+2) piercing damage.\"},{\"name\":\"Sting\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 4 (1d4+2) piercing damage plus 2 (1d4) poison damage, and the target must succeed on a DC 11 CON save or be poisoned for 1 hour. If the creature fails the save by 5 or more, it falls unconscious while poisoned in this way, or until it takes damage or another creature uses an action to shake it awake.\"},{\"name\":\"Puff of Smoke (1/Day)\",\"desc\":\"The pseudodragon exhales a cloud of smoke in a 10-foot-radius sphere centered on itself. The sphere spreads around corners, and its area is heavily obscured. It lasts for 1 minute or until a wind of moderate or greater speed (at least 10 miles per hour) disperses it.\"}]",
- "special_abilities_json": "[{\"name\":\"Heightened Senses\",\"desc\":\"The pseudodragon's Perception is 18 when perceiving by sight, hearing, or smell.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The pseudodragon has advantage on saves against spells and other magical effects.\"},{\"name\":\"Limited Telepathy\",\"desc\":\"The pseudodragon can magically communicate simple ideas, emotions, and images telepathically with any creature within 100 feet of it that can understand a language.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "scorch_drake_bf",
- "fields": {
- "name": "Scorch Drake",
- "size": "large",
- "type": "Dragon",
- "group": "Dragons",
- "armor_class": 15,
- "armor_desc": "natural armor",
- "hit_points": 145,
- "speed_json": "{\"walk\":40,\"fly\":60}",
- "strength": 16,
- "dexterity": 12,
- "constitution": 18,
- "intelligence": 6,
- "wisdom": 20,
- "charisma": 8,
- "strength_save": 16,
- "dexterity_save": 12,
- "constitution_save": 18,
- "intelligence_save": 6,
- "wisdom_save": 20,
- "charisma_save": 8,
- "perception": 15,
- "damage_vulnerabilities": "cold",
- "damage_immunities": "fire",
- "senses": "darkvision 60 ft.",
- "languages": "Draconic",
- "challenge_rating": "6",
- "cr": 6,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The scorch drake makes one Bite and two Claw attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 12 (2d8+3) piercing and 3 (1d6) fire damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 8 (2d4+3) slashing and 3 (1d6) fire damage.\"},{\"name\":\"Fire Breath (Recharge 5-6)\",\"desc\":\"The scorch drake spits liquid fire in a 30-foot cone. Each creature in that area must make a DC 15 DEX save. On a failure, a creature takes 24 (7d6) fire damage and ignites. On a success, a creature takes half the damage and doesn't ignite. Until a creature takes an action to douse the fire, an ignited creature takes 3 (1d6) fire damage at the start of each of its turns. This fire ignites flammable objects in the line that aren't being worn or carried.\"}]",
- "bonus_actions_json": "[{\"name\":\"Fan the Flames\",\"desc\":\"The scorch drake flaps its wings in the direction of one ignited creature it can see within 15 feet of it. The flames coating the target flare up and generate excess smoke. The target must succeed on a DC 15 CON save or be blinded until the end of its next turn.\"}]",
- "special_abilities_json": "[{\"name\":\"Heat Shimmer\",\"desc\":\"Creatures more than 30 feet from the scorch drake have disadvantage on WIS (Perception) checks to see the drake.\"},{\"name\":\"Scalding Blood\",\"desc\":\"A creature that hits the scorch drake with a melee attack while within 5 feet of the drake takes 3 (1d6) fire damage and must succeed on a DC 15 DEX save or ignite. Until a creature takes an action to douse the fire, an ignited creature takes 3 (1d6) fire damage at the start of each of its turns.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "drider_bf",
- "fields": {
- "name": "Drider",
- "size": "large",
- "type": "Monstrosity",
- "armor_class": 18,
- "armor_desc": "natural armor",
- "hit_points": 112,
- "speed_json": "{\"walk\":30,\"climb\":30}",
- "strength": 16,
- "dexterity": 22,
- "constitution": 18,
- "intelligence": 12,
- "wisdom": 14,
- "charisma": 12,
- "strength_save": 16,
- "dexterity_save": 22,
- "constitution_save": 18,
- "intelligence_save": 12,
- "wisdom_save": 14,
- "charisma_save": 12,
- "perception": 15,
- "damage_resistances": "Fey Ancestry,Monstrosity Resilience",
- "damage_immunities": "poison,poisoned",
- "senses": "darkvision 120 ft.",
- "languages": "Elvish,Undercommon",
- "challenge_rating": "6",
- "cr": 6,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The drider makes one Longsword attack and two Skewer attacks, or it makes three Web Shot attacks.\"},{\"name\":\"Longsword\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 7 (1d8+3) slashing damage, or 8 (1d10+3) slashing damage if used with two hands.\"},{\"name\":\"Skewer\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one creature. _Hit:_ 6 (1d6+3) piercing damage plus 13 (3d8) poison damage.\"},{\"name\":\"Web Shot\",\"desc\":\"_Ranged Weapon Attack:_ +6 to hit, range 30/60 ft., one target. _Hit:_ 14 (2d10+3) bludgeoning damage, and the target must succeed on a DC 15 STR save or be restrained by webbing. A creature, including the restrained target, can take its action to break the webbing and free the restrained target by succeeding on a DC 15 STR check.\"}]",
- "special_abilities_json": "[{\"name\":\"Fey Ancestry\",\"desc\":\"The drider is resistant to the charmed condition, and magic can't put the drider to sleep.\"},{\"name\":\"Monstrosity Resilience\",\"desc\":\"The drider is resistant to exhaustion and to the frightened condition.\"},{\"name\":\"Spider Climb\",\"desc\":\"The drider can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.\"},{\"name\":\"Sunlight Sensitivity\",\"desc\":\"While in sunlight, the drider has disadvantage on attack rolls, and its Perception is 10 when perceiving by sight.\"},{\"name\":\"Web Sense\",\"desc\":\"While in contact with a web, the drider knows the exact location of any other creature in contact with the same web.\"},{\"name\":\"Web Walker\",\"desc\":\"The drider ignores movement restrictions caused by webbing.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "dryad_bf",
- "fields": {
- "name": "Dryad",
- "size": "medium",
- "type": "Fey",
- "armor_class": 15,
- "armor_desc": "natural armor",
- "hit_points": 38,
- "speed_json": "{\"walk\":30}",
- "strength": 10,
- "dexterity": 14,
- "constitution": 10,
- "intelligence": 14,
- "wisdom": 18,
- "charisma": 18,
- "strength_save": 10,
- "dexterity_save": 14,
- "constitution_save": 10,
- "intelligence_save": 14,
- "wisdom_save": 18,
- "charisma_save": 18,
- "perception": 14,
- "damage_resistances": "Fey Resilience",
- "senses": "darkvision 60 ft.",
- "languages": "Elvish,Sylvan",
- "challenge_rating": "1",
- "cr": 1,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dryad makes two Vine Whip or Blast of Pollen attacks. If both Vine Whip attacks hit one creature, the target must succeed on a DC 14 STR save or be restrained by vines until the end of its next turn.\"},{\"name\":\"Vine Whip\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 10 ft., one target. _Hit:_ 6 (1d8+2) slashing damage.\"},{\"name\":\"Blast of Pollen\",\"desc\":\"_Ranged Spell Attack:_ +6 to hit, range 60 ft., one target. _Hit:_ 7 (1d6+4) poison damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Charming Scent\",\"desc\":\"The dryad emits an alluring, floral scent toward one Beast or Humanoid it can see within 30 feet of it. The target must succeed on a DC 14 WIS save or be charmed for 1 minute. While charmed, the target views the dryad as an ally and views the dryad's requests favorably, though it isn't under the dryad's control. The charmed creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. The dryad can have up to two creatures charmed in this way at a time.\"},{\"name\":\"Forest's Aid (21 HP or Fewer, 1/Day)\",\"desc\":\"The dryad magically calls a horde of squirrels, rabbits, mice, and other small animals native to the forest. The horde uses the statistics of 1 swarm of rats. The called creatures arrive on initiative count 20 of the next round, acting as allies of the dryad and obeying its spoken commands. They remain for 1 hour, until the dryad dies, or until the dryad dismisses them as a bonus action.\"}]",
- "special_abilities_json": "[{\"name\":\"Fey Resilience\",\"desc\":\"The dryad is resistant to the charmed and unconscious conditions.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The dryad has advantage on saves against spells and other magical effects.\"},{\"name\":\"One with the Forest\",\"desc\":\"While in a forest, the dryad can't be surprised, and it leaves behind no tracks or other traces of its passage.\"},{\"name\":\"Speak with Beasts and Plants\",\"desc\":\"The dryad can communicate with Beasts and Plants as if they shared a language.\"},{\"name\":\"Tree Stride\",\"desc\":\"Once on its turn, the dryad can use 10 feet of its movement to step magically into one living tree within its reach and emerge from a second living tree within 60 feet of the first tree, appearing in an unoccupied space within 5 feet of the second tree. Both trees must be Large or larger.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "duergar_bf",
- "fields": {
- "name": "Duergar",
- "size": "medium",
- "type": "Humanoid",
- "armor_class": 16,
- "armor_desc": "scale mail, shield",
- "hit_points": 36,
- "speed_json": "{\"walk\":25}",
- "strength": 14,
- "dexterity": 10,
- "constitution": 14,
- "intelligence": 10,
- "wisdom": 10,
- "charisma": 8,
- "strength_save": 14,
- "dexterity_save": 10,
- "constitution_save": 14,
- "intelligence_save": 10,
- "wisdom_save": 10,
- "charisma_save": 8,
- "perception": 10,
- "damage_resistances": "poison,poisoned,Duergar Resilience",
- "senses": "darkvision 120 ft., passive Perception 10",
- "languages": "Dwarvish,Undercommon",
- "challenge_rating": "1",
- "cr": 1,
- "actions_json": "[{\"name\":\"War Pick\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 6 (1d8+2) piercing damage, or 11 (2d8+2) piercing damage while enlarged.\"},{\"name\":\"Javelin\",\"desc\":\"_Melee or Ranged Weapon Attack:_ +4 to hit, reach 5 ft. or range 30/120 ft., one target. _Hit:_ 5 (1d6+2) piercing damage, or 9 (2d6+2) piercing damage while enlarged.\"},{\"name\":\"Invisibility\",\"desc\":\"The duergar magically turns invisible until it attacks or uses Enlarge, or until its concentration ends (as if concentrating on a spell). Any equipment the duergar wears or carries is invisible with it.\"}]",
- "bonus_actions_json": "[{\"name\":\"Enlarge\",\"desc\":\"The duergar magically increases in size, along with any equipment it is wearing or carrying. While enlarged, the duergar is Large, doubles its damage dice on weapon attacks (included in the attacks), and makes STR checks and saves with advantage. While enlarged, it also can no longer use the Invisibility action. If the duergar lacks the room to become Large, this bonus action fails.\"}]",
- "special_abilities_json": "[{\"name\":\"Duergar Resilience\",\"desc\":\"The duergar is resistant to the charmed and paralyzed conditions, and it has advantage on saves against spells and illusions.\"},{\"name\":\"Reduce\",\"desc\":\"If the duergar starts its turn enlarged, it can choose to end the effect and return to its normal size (no action required).\"},{\"name\":\"Sunlight Sensitivity\",\"desc\":\"While in sunlight, the duergar has disadvantage on attack rolls, and its Perception is 5 when perceiving by sight.\"}]",
- "reactions_json": "[{\"name\":\"Shield Wall\",\"desc\":\"The duergar adds 2 to its AC against one weapon attack that would hit it. To do so, the duergar must be wielding a shield and within 5 feet of another duergar that is also wielding a shield.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "air_elemental_bf",
- "fields": {
- "name": "Air Elemental",
- "size": "large",
- "type": "Elemental",
- "group": "Elementals",
- "armor_class": 15,
- "hit_points": 94,
- "speed_json": "{\"walk\":0,\"fly_hover\":90}",
- "strength": 14,
- "dexterity": 20,
- "constitution": 14,
- "intelligence": 6,
- "wisdom": 10,
- "charisma": 6,
- "strength_save": 14,
- "dexterity_save": 20,
- "constitution_save": 14,
- "intelligence_save": 6,
- "wisdom_save": 10,
- "charisma_save": 6,
- "perception": 13,
- "damage_resistances": "thunder,Elemental Resilience",
- "damage_immunities": "lightning,Elemental Resilience",
- "senses": "darkvision 60 ft.",
- "languages": "Auran",
- "challenge_rating": "5",
- "cr": 5,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The elemental makes two Wind Lash or Lightning Bolt attacks.\"},{\"name\":\"Wind Lash\",\"desc\":\"_Melee Weapon Attack:_ +8 to hit, reach 5 ft., one target. _Hit:_ 18 (3d8+5) bludgeoning damage.\"},{\"name\":\"Lightning Bolt\",\"desc\":\"_Ranged Weapon Attack:_ +8 to hit, range 30/120 ft., one target. _Hit:_ 18 (3d8+5) lightning damage.\"},{\"name\":\"Whirlwind (Recharge 4-6)\",\"desc\":\"Each creature in the elemental's space must make a DC 13 STR save. On a failure, a target takes 18 (3d8+5) bludgeoning damage and is flung up 20 feet away from the elemental in a random direction and knocked prone. If a thrown target strikes an object, such as a wall or floor, the target takes 3 (1d6) bludgeoning damage for every 10 feet it was thrown. If the target is thrown at another creature, that creature must succeed on a DC 13 DEX save or take the same damage and be knocked prone. If the save is successful, the target takes half the bludgeoning damage and isn't flung away or knocked prone.\"}]",
- "special_abilities_json": "[{\"name\":\"Air Form\",\"desc\":\"The elemental can enter a hostile creature's space and stop there. It can move through a space as narrow as 1 inch wide without squeezing.\"},{\"name\":\"Cloud Camouflage\",\"desc\":\"The elemental's Stealth is 20 while in clouds, fog, or windy weather.\"},{\"name\":\"Elemental Nature\",\"desc\":\"The elemental doesn't require air, food, drink, or sleep.\"},{\"name\":\"Elemental Resilience\",\"desc\":\"The elemental is resistant to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to poison damage, to exhaustion, and to the grappled, paralyzed, petrified, poisoned, prone, restrained, and unconscious conditions.\"}]",
- "reactions_json": "[{\"name\":\"Thunderous Retreat\",\"desc\":\"When a creature the air elemental can see deals damage to it, the elemental can expel a crack of thunder and move up to 15 feet to an unoccupied space it can see. Each creature within 5 feet of the space the elemental left must succeed on a DC 13 CON save or take 7 (2d6) thunder damage.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "earth_elemental_bf",
- "fields": {
- "name": "Earth Elemental",
- "size": "large",
- "type": "Elemental",
- "group": "Elementals",
- "armor_class": 17,
- "armor_desc": "natural armor",
- "hit_points": 114,
- "speed_json": "{\"walk\":30,\"burrow\":30}",
- "strength": 20,
- "dexterity": 8,
- "constitution": 20,
- "intelligence": 6,
- "wisdom": 10,
- "charisma": 4,
- "strength_save": 20,
- "dexterity_save": 8,
- "constitution_save": 20,
- "intelligence_save": 6,
- "wisdom_save": 10,
- "charisma_save": 4,
- "perception": 13,
- "damage_vulnerabilities": "thunder",
- "damage_resistances": "Elemental Resilience",
- "damage_immunities": "lightning,Elemental Resilience",
- "senses": "darkvision 60 ft., tremorsense 60 ft.",
- "languages": "Terran",
- "challenge_rating": "5",
- "cr": 5,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The elemental makes three Slam attacks, or it makes two Lob Stone attacks. If two Slam or Lob Stone attacks hit one creature, the target must succeed on a DC 16 STR save or be knocked prone.\"},{\"name\":\"Slam\",\"desc\":\"_Melee Weapon Attack:_ +8 to hit, reach 10 ft., one target. _Hit:_ 14 (2d8+5) bludgeoning damage.\"},{\"name\":\"Lob Stone\",\"desc\":\"_Ranged Weapon Attack:_ +8 to hit, range 20/60 ft., one target. _Hit:_ 21 (3d10+5) bludgeoning damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Earth Tremor (Recharge 4-6)\",\"desc\":\"The earth elemental causes the ground on a point it can see within 30 feet of it to rumble and shake violently. Each creature within 10 feet of that point must succeed on a DC 16 DEX save or be knocked prone.\"}]",
- "special_abilities_json": "[{\"name\":\"Earth Glide\",\"desc\":\"The elemental can burrow through nonmagical, unworked earth and stone. While doing so, the elemental doesn't disturb the material through which it moves.\"},{\"name\":\"Earthen Camouflage\",\"desc\":\"The elemental's Stealth is 14 while in muddy, rocky, sandy, or stony terrain.\"},{\"name\":\"Elemental Nature\",\"desc\":\"The elemental doesn't require air, food, drink, or sleep.\"},{\"name\":\"Elemental Resilience\",\"desc\":\"The elemental is resistant to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to poison damage, to exhaustion, and to the paralyzed, petrified, poisoned, and unconscious conditions.\"},{\"name\":\"Siege Monster\",\"desc\":\"The elemental deals double damage to objects and structures.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "fire_elemental_bf",
- "fields": {
- "name": "Fire Elemental",
- "size": "large",
- "type": "Elemental",
- "group": "Elementals",
- "armor_class": 13,
- "hit_points": 110,
- "speed_json": "{\"walk\":50}",
- "strength": 10,
- "dexterity": 16,
- "constitution": 16,
- "intelligence": 6,
- "wisdom": 10,
- "charisma": 6,
- "strength_save": 10,
- "dexterity_save": 16,
- "constitution_save": 16,
- "intelligence_save": 6,
- "wisdom_save": 10,
- "charisma_save": 6,
- "perception": 10,
- "damage_resistances": "Elemental Resilience",
- "damage_immunities": "fire,Elemental Resilience",
- "senses": "darkvision 60 ft.",
- "languages": "Ignan",
- "challenge_rating": "5",
- "cr": 5,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The elemental makes two Fiery Touch or Spit Fire attacks.\"},{\"name\":\"Fiery Touch\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 12 (2d8+3) fire damage. If the target is a creature or a flammable object, it ignites. Until a creature takes an action to douse the fire, the target takes 5 (1d10) fire damage at the start of each of its turns.\"},{\"name\":\"Spit Fire\",\"desc\":\"_Ranged Weapon Attack:_ +6 to hit, range 30/120 ft., one target. _Hit:_ 16 (3d8+3) fire damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Fiery Dash (Recharge 4-6)\",\"desc\":\"The elemental moves up to 20 feet in a straight line and can move through the space of any Large or smaller creature without provoking opportunity attacks. Each space along that line catches fire until the start of the elemental's next turn. A creature that enters a burning space for the first time on a turn or starts its turn there must succeed on a DC 14 DEX save or take 5 (1d10) fire damage.\"}]",
- "special_abilities_json": "[{\"name\":\"Elemental Nature\",\"desc\":\"The fire elemental doesn't require air, food, drink, or sleep.\"},{\"name\":\"Elemental Resilience\",\"desc\":\"The fire elemental is resistant to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to poison damage, to exhaustion, and to the grappled, paralyzed, petrified, poisoned, prone, restrained, and unconscious conditions.\"},{\"name\":\"Fire Camouflage\",\"desc\":\"The fire elemental's Stealth is 18 while in a Medium or larger fire.\"},{\"name\":\"Fire Form\",\"desc\":\"The elemental can move through a space as narrow as 1 inch wide without squeezing. A creature that touches the elemental or hits it with a melee attack while within 5 feet of it takes 5 (1d10) fire damage. In addition, the elemental can enter a hostile creature's space and stop there. The first time it enters a creature's space on a turn, that creature must succeed on a DC 14 DEX save or take 5 (1d10) fire damage and catch fire; until a creature takes an action to douse the fire, the burning creature takes 5 (1d10) fire damage at the start of each of its turns.\"},{\"name\":\"Illumination\",\"desc\":\"The elemental sheds bright light in a 30-foot radius and dim light for an additional 30 feet.\"},{\"name\":\"Water Susceptibility\",\"desc\":\"For every 5 feet the elemental moves in water, or for every gallon of water splashed on it, it takes 1 cold damage.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "water_elemental_bf",
- "fields": {
- "name": "Water Elemental",
- "size": "large",
- "type": "Elemental",
- "group": "Elementals",
- "armor_class": 14,
- "armor_desc": "natural armor",
- "hit_points": 104,
- "speed_json": "{\"walk\":30,\"swim\":90}",
- "strength": 18,
- "dexterity": 14,
- "constitution": 18,
- "intelligence": 6,
- "wisdom": 10,
- "charisma": 8,
- "strength_save": 18,
- "dexterity_save": 14,
- "constitution_save": 18,
- "intelligence_save": 6,
- "wisdom_save": 10,
- "charisma_save": 8,
- "perception": 13,
- "damage_resistances": "Elemental Resilience",
- "damage_immunities": "acid,Elemental Resilience",
- "senses": "darkvision 60 ft.",
- "languages": "Aquan",
- "challenge_rating": "5",
- "cr": 5,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The water elemental makes two Water Tendril or Water Bolt attacks. If both Water Tendril attacks hit one creature, it can use Whelm on the target, if available.\"},{\"name\":\"Water Tendril\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 10 ft., one target. _Hit:_ 17 (3d8+4) bludgeoning damage, and the target is grappled (escape DC 15) if it is Large or smaller. The water elemental can have up to three targets grappled at a time.\"},{\"name\":\"Water Bolt\",\"desc\":\"_Ranged Weapon Attack:_ +5 to hit, range 30/120 ft., one target. _Hit:_ 16 (4d6+2) bludgeoning damage.\"},{\"name\":\"Whelm (Recharge 4-6)\",\"desc\":\"The water elemental envelops one creature it is grappling, and the grapple ends. While enveloped, the target is restrained, unable to breathe unless it can breathe water, can't be hit by the elemental's Water Tendril, and it takes 9 (2d8) bludgeoning damage at the start of each of the elemental's turns.
When the elemental moves, the enveloped creature moves with it. The elemental can have only one creature enveloped at a time. A creature within 5 feet of the elemental, including the target, can take its action to free the target from the elemental by succeeding on a DC 15 STR check.\"}]",
- "bonus_actions_json": "[{\"name\":\"Purify Blood (3/Day)\",\"desc\":\"The water elemental touches a willing creature that isn't a Construct or Undead. The target is cured of the poisoned condition and of any disease afflicting it.\"}]",
- "special_abilities_json": "[{\"name\":\"Elemental Nature\",\"desc\":\"The elemental doesn't require air, food, drink, or sleep.\"},{\"name\":\"Elemental Resilience\",\"desc\":\"The elemental is resistant to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to poison damage, to exhaustion, and to the grappled, paralyzed, petrified, poisoned, prone, restrained, and unconscious conditions.\"},{\"name\":\"Freeze\",\"desc\":\"If the elemental takes cold damage, it partially freezes, and its speed is reduced by 20 feet until the end of its next turn.\"},{\"name\":\"Purify Water\",\"desc\":\"If the water elemental sits in a body of slow-flowing or standing water, such as a spring, small creek, or lake, for at least 1 hour, the water becomes purified and rendered free of poison and disease. In slow-flowing water, this purification fades 1 hour after the elemental leaves the water. In standing water, this purification lasts until a contaminant enters the water while the elemental isn't in it.\"},{\"name\":\"Water Form\",\"desc\":\"The elemental can enter a hostile creature's space and stop there. It can move through a space as narrow as 1 inch wide without squeezing.\"},{\"name\":\"Water Camouflage\",\"desc\":\"The water elemental's Stealth is 17 while in a Medium or larger body of water.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "drow_bf",
- "fields": {
- "name": "Drow",
- "size": "medium",
- "type": "Humanoid",
- "group": "Elf",
- "armor_class": 15,
- "armor_desc": "chain shirt",
- "hit_points": 12,
- "speed_json": "{\"walk\":30}",
- "strength": 14,
- "dexterity": 14,
- "constitution": 10,
- "intelligence": 10,
- "wisdom": 10,
- "charisma": 12,
- "strength_save": 14,
- "dexterity_save": 14,
- "constitution_save": 10,
- "intelligence_save": 10,
- "wisdom_save": 10,
- "charisma_save": 12,
- "perception": 12,
- "damage_resistances": "Fey Ancestry",
- "senses": "darkvision 120 ft.",
- "languages": "Elvish,Undercommon",
- "challenge_rating": "1/4",
- "cr": 0.25,
- "actions_json": "[{\"name\":\"Shortsword\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 5 (1d6+2) piercing damage.\"},{\"name\":\"Hand Crossbow\",\"desc\":\"_Ranged Weapon Attack:_ +4 to hit, range 30/120 ft., one target. _Hit:_ 5 (1d6+2) piercing damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Poison Weapon\",\"desc\":\"The drow coats one weapon it is wearing or carrying in one of the following poisons. Each time the drow hits a creature with that weapon, the target must succeed on a DC 11 CON save or be poisoned for 1 minute and suffer the chosen poison's effect while poisoned in this way. The poisoned creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. The poison remains on the weapon until the start of the drow's next turn.\\n- **Beetle's Bite.** The target's speed is halved while poisoned.\\n- **Dark Caress.** The target is blinded while poisoned.\\n- **Nightmare's Kiss.** The target is frightened of the drow while poisoned.\\n- **Slumber's Call.** The target falls unconscious while poisoned or until it takes damage or another creature uses an action to wake it.\"}]",
- "special_abilities_json": "[{\"name\":\"Fey Ancestry\",\"desc\":\"The drow is resistant to the charmed condition, and magic can't put the drow to sleep.\"},{\"name\":\"Sunlight Sensitivity\",\"desc\":\"While in sunlight, the drow has disadvantage on attack rolls, and its Perception is 7 when perceiving by sight.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "ettercap_bf",
- "fields": {
- "name": "Ettercap",
- "size": "medium",
- "type": "Monstrosity",
- "armor_class": 13,
- "hit_points": 54,
- "speed_json": "{\"walk\":30,\"climb\":30}",
- "strength": 10,
- "dexterity": 16,
- "constitution": 12,
- "intelligence": 4,
- "wisdom": 16,
- "charisma": 8,
- "strength_save": 10,
- "dexterity_save": 16,
- "constitution_save": 12,
- "intelligence_save": 4,
- "wisdom_save": 16,
- "charisma_save": 8,
- "perception": 13,
- "damage_resistances": "Monstrosity Resilience",
- "damage_immunities": "poison,poisoned",
- "senses": "darkvision 60 ft.",
- "languages": "-",
- "challenge_rating": "2",
- "cr": 2,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The ettercap makes one Bite attack and one Claws attack, or it makes two Spit Poison attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one creature. _Hit:_ 7 (1d8+3) piercing damage plus 4 (1d8) poison damage. The target must succeed on a DC 13 CON save or be poisoned for 1 minute. The target can repeat the save at the end of each of its turns, ending the effect on itself on a success.\"},{\"name\":\"Claws\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) slashing damage.\"},{\"name\":\"Spit Poison\",\"desc\":\"_Ranged Weapon Attack:_ +5 to hit, range 20/60 ft., one target. _Hit:_ 11 (2d8+3) poison damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Web (Recharge 4-6)\",\"desc\":\"The ettercap launches a gob of webbing at one creature it can see within 30 feet of it. The target must succeed on a DC 13 DEX save or be restrained. A creature, including the restrained target, can take its action to free the target from the webbing by succeeding on a DC 13 STR check. The webbing can also be attacked and destroyed (AC 10; HP 5; vulnerability to fire damage; immunity to bludgeoning, poison, and psychic damage).\"}]",
- "special_abilities_json": "[{\"name\":\"Monstrosity Resilience\",\"desc\":\"The ettercap is resistant to exhaustion and to the frightened condition.\"},{\"name\":\"Spider Climb\",\"desc\":\"The ettercap can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.\"},{\"name\":\"Web Sense\",\"desc\":\"While in contact with a web, the ettercap knows the exact location of any other creature in contact with the same web.\"},{\"name\":\"Web Walker\",\"desc\":\"The ettercap ignores movement restrictions caused by webbing.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "ettin_bf",
- "fields": {
- "name": "Ettin",
- "size": "large",
- "type": "Giant",
- "armor_class": 12,
- "armor_desc": "natural armor",
- "hit_points": 95,
- "speed_json": "{\"walk\":40}",
- "strength": 20,
- "dexterity": 8,
- "constitution": 16,
- "intelligence": 6,
- "wisdom": 10,
- "charisma": 8,
- "strength_save": 20,
- "dexterity_save": 8,
- "constitution_save": 16,
- "intelligence_save": 6,
- "wisdom_save": 10,
- "charisma_save": 8,
- "perception": 14,
- "damage_vulnerabilities": "Giant Attributes",
- "damage_resistances": "Giant Attributes,Multiple Heads",
- "senses": "darkvision 60 ft.",
- "languages": "Giant,Orc",
- "challenge_rating": "4",
- "cr": 4,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The ettin makes one Knobbed Club attack and one Spiked Club attack.\"},{\"name\":\"Knobbed Club\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 18 (3d8+5) bludgeoning damage, and the target must succeed on a DC 15 STR save or be incapacitated until the end of its next turn, as the blow knocks the wind out of the target. This weapon is wielded by the right head.\"},{\"name\":\"Spiked Club\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 18 (3d8+5) piercing damage, and the target must succeed on a DC 15 CON save or be poisoned for 1 minute, as bits of rotten meat clinging to the club's spikes coat the target's wound. The target can repeat the save at the end of each of its turns, ending the effect on itself on a success. This weapon is wielded by the left head.\"}]",
- "bonus_actions_json": "[{\"name\":\"That One!\",\"desc\":\"One of the ettin's heads picks a creature the ettin can see within 30 feet of it, gaining advantage on its next attack against that creature. The other head doesn't like being told what to do and has disadvantage on its next attack against that creature. Each weapon attack notes which head controls that weapon.\"}]",
- "special_abilities_json": "[{\"name\":\"Giant Attributes\",\"desc\":\"The ettin is resistant to the stunned condition, and it is vulnerable to the prone condition.\"},{\"name\":\"Multiple Heads\",\"desc\":\"The ettin has two heads and is resistant to the blinded, charmed, deafened, frightened, stunned, and unconscious conditions.\"},{\"name\":\"Obstinate\",\"desc\":\"The ettin has advantage on WIS and CHA saves.\"},{\"name\":\"Wakeful\",\"desc\":\"When one of the ettin's heads is asleep, its other head is awake.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "feral_hunter_bf",
- "fields": {
- "name": "Feral Hunter",
- "size": "medium",
- "type": "Fey",
- "armor_class": 14,
- "armor_desc": "leather armor",
- "hit_points": 83,
- "speed_json": "{\"walk\":30}",
- "strength": 10,
- "dexterity": 16,
- "constitution": 10,
- "intelligence": 10,
- "wisdom": 14,
- "charisma": 12,
- "strength_save": 10,
- "dexterity_save": 16,
- "constitution_save": 10,
- "intelligence_save": 10,
- "wisdom_save": 14,
- "charisma_save": 12,
- "perception": 14,
- "damage_vulnerabilities": "necrotic",
- "damage_resistances": "frightened,Fey Resilience",
- "senses": "darkvision 60 ft.",
- "languages": "Common,Sylvan",
- "challenge_rating": "3",
- "cr": 3,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The feral hunter makes two Hunting Knife or Longbow attacks.\"},{\"name\":\"Hunting Knife\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) piercing damage.\"},{\"name\":\"Longbow\",\"desc\":\"_Ranged Weapon Attack:_ +5 to hit, range 150/600 ft., one target. _Hit:_ 12 (2d8+3) piercing damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Mark Quarry\",\"desc\":\"The feral hunter marks one creature it can see within 30 feet of it as its quarry until the start of the feral hunter's next turn. When the feral hunter hits the marked creature with a weapon attack, the weapon deals an extra 1d6 damage of the weapon's type to the target.\"}]",
- "special_abilities_json": "[{\"name\":\"Fey Resilience\",\"desc\":\"The feral hunter is resistant to the charmed and unconscious conditions.\"},{\"name\":\"Heightened Senses\",\"desc\":\"The feral hunter's Perception is 19 when perceiving by sight, hearing, or smell.\"},{\"name\":\"Precise\",\"desc\":\"A weapon that deals piercing damage deals one extra die of its damage when the feral hunter hits with it (included in the attack).\"},{\"name\":\"Woodland Walk\",\"desc\":\"Difficult terrain composed of nonmagical plants doesn't cost the feral hunter extra movement. In addition, the feral hunter can pass through nonmagical plants without being slowed by them and without taking damage from them if they have thorns, spines, or a similar hazard.\"}]",
- "reactions_json": "[{\"name\":\"Reposition\",\"desc\":\"When the feral hunter takes damage, it can move up to 10 feet without provoking opportunity attacks.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "flinderbeast_bf",
- "fields": {
- "name": "Flinderbeast",
- "size": "small",
- "type": "Fey",
- "armor_class": 14,
- "hit_points": 38,
- "speed_json": "{\"walk\":30,\"climb\":20}",
- "strength": 12,
- "dexterity": 18,
- "constitution": 10,
- "intelligence": 6,
- "wisdom": 12,
- "charisma": 16,
- "strength_save": 12,
- "dexterity_save": 18,
- "constitution_save": 10,
- "intelligence_save": 6,
- "wisdom_save": 12,
- "charisma_save": 16,
- "perception": 13,
- "damage_resistances": "acid,Fey Resilience",
- "senses": "darkvision 60 ft.",
- "languages": "Sylvan",
- "challenge_rating": "1",
- "cr": 1,
- "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 9 (2d4+4) piercing damage plus 3 (1d6) acid damage.\"},{\"name\":\"Acid Spit\",\"desc\":\"_Ranged Weapon Attack:_ +6 to hit, range 20/60 ft., one target. _Hit:_ 11 (2d6+4) acid damage.\"},{\"name\":\"Breath of Flinders (Recharge 5-6)\",\"desc\":\"The flinderbeast exhales splinters in a 15-foot cone. Each creature in that area must make a DC 14 DEX save, taking 18 (4d8) piercing damage on a failed save, or half as much damage on a successful one.\"}]",
- "bonus_actions_json": "[{\"name\":\"Short Step\",\"desc\":\"The flinderbeast teleports to an unoccupied space it can see within 15 feet of it.\"}]",
- "special_abilities_json": "[{\"name\":\"Fey Resilience\",\"desc\":\"The flinderbeast is resistant to the charmed and unconscious conditions.\"},{\"name\":\"Heightened Hearing and Smell\",\"desc\":\"The flinderbeast's Perception 18 when perceiving by hearing or smell.\"}]",
- "reactions_json": "[{\"name\":\"Catch Snack\",\"desc\":\"When the flinderbeast is the target of a ranged weapon attack that uses ammunition made mostly of wood, such as an arrow, the flinderbeast can attempt to catch and eat the ammunition. The flinderbeast must make a DC 14 DEX save. On a success, it gains 3 (1d6) temporary HP and prevents the attack's damage.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "shrieker_bf",
- "fields": {
- "name": "Shrieker",
- "size": "medium",
- "type": "Plant",
- "group": "Fungi",
- "armor_class": 5,
- "hit_points": 7,
- "speed_json": "{\"walk\":10}",
- "strength": 1,
- "dexterity": 1,
- "constitution": 10,
- "intelligence": 1,
- "wisdom": 2,
- "charisma": 1,
- "strength_save": 1,
- "dexterity_save": 1,
- "constitution_save": 10,
- "intelligence_save": 1,
- "wisdom_save": 2,
- "charisma_save": 1,
- "perception": 6,
- "damage_resistances": "thunder,Plant Resilience",
- "damage_immunities": "blinded,deafened,frightened",
- "senses": "keensense 30 ft. (blind beyond this radius)",
- "languages": "-",
- "challenge_rating": "0",
- "cr": 0,
- "actions_json": "[{\"name\":\"Thunderous Burst\",\"desc\":\"The shrieker emits a concentrated burst of sound at one creature it can sense within 30 feet of it. The target must make a DC 10 DEX save, taking 2 (1d4) thunder damage on a failed save, or half as much damage on a successful one.\"}]",
- "bonus_actions_json": "[{\"name\":\"Shriek\",\"desc\":\"The shrieker emits a high-pitched shriek audible within 300 feet of it. Each creature within 30 feet of it that isn't a Plant and that can hear the shriek must succeed on a DC 10 WIS save or be frightened until the shriek ends. The shrieker must use a bonus action on its subsequent turns to continue shrieking. It can stop shrieking at any time. The shriek ends if the shrieker is incapacitated.
A frightened creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. A creature that successfully saves is immune to the frightened effect of this shrieker's Shriek for the next 24 hours.\"}]",
- "special_abilities_json": "[{\"name\":\"False Appearance\",\"desc\":\"While the shrieker remains motionless, it is indistinguishable from an ordinary fungus.\"},{\"name\":\"Plant Resilience\",\"desc\":\"The shrieker is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.\"}]",
- "reactions_json": "[{\"name\":\"Startled Shriek\",\"desc\":\"When bright light or a creature other than a Plant moves to within 30 feet of the shrieker, the shrieker can use Shriek, if it isn't already shrieking.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "violet_fungus_bf",
- "fields": {
- "name": "Violet Fungus",
- "size": "medium",
- "type": "Plant",
- "group": "Fungi",
- "armor_class": 10,
- "hit_points": 14,
- "speed_json": "{\"walk\":15}",
- "strength": 2,
- "dexterity": 10,
- "constitution": 10,
- "intelligence": 1,
- "wisdom": 2,
- "charisma": 1,
- "strength_save": 2,
- "dexterity_save": 10,
- "constitution_save": 10,
- "intelligence_save": 1,
- "wisdom_save": 2,
- "charisma_save": 1,
- "perception": 6,
- "damage_resistances": "necrotic,Plant Resilience",
- "damage_immunities": "blinded,deafened,frightened",
- "senses": "keensense 30 ft. (blind beyond this radius)",
- "languages": "-",
- "challenge_rating": "1/4",
- "cr": 0.25,
- "actions_json": "[{\"name\":\"Rotting Touch\",\"desc\":\"_Melee Weapon Attack:_ +2 to hit, reach 10 ft., one creature. _Hit:_ 5 (2d4) necrotic damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Necrotic Spores (8 HP or Fewer)\",\"desc\":\"The violet fungus sends out a burst of necrotic-laced spores, rapidly rotting nearby flesh. Each creature within 10 feet of the violet fungus that isn't a Construct must make a DC 10 CON save, taking 5 (2d4) necrotic damage on a failed save, or half as much damage on a successful one.\"}]",
- "special_abilities_json": "[{\"name\":\"False Appearance\",\"desc\":\"While the violet fungus remains motionless, it is indistinguishable from an ordinary fungus.\"},{\"name\":\"Plant Resilience\",\"desc\":\"The violet fungus is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "gargoyle_bf",
- "fields": {
- "name": "Gargoyle",
- "size": "medium",
- "type": "Elemental",
- "armor_class": 15,
- "armor_desc": "natural armor",
- "hit_points": 52,
- "speed_json": "{\"walk\":30,\"fly\":60}",
- "strength": 16,
- "dexterity": 10,
- "constitution": 20,
- "intelligence": 6,
- "wisdom": 10,
- "charisma": 6,
- "strength_save": 16,
- "dexterity_save": 10,
- "constitution_save": 20,
- "intelligence_save": 6,
- "wisdom_save": 10,
- "charisma_save": 6,
- "perception": 10,
- "damage_resistances": "bludgeoning,piercing,and slashing from nonmagical attacks",
- "damage_immunities": "poison,exhaustion,petrified,poisoned",
- "senses": "darkvision 60 ft.",
- "languages": "Terran",
- "challenge_rating": "2",
- "cr": 2,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The gargoyle makes one Bite attack and one Claws attack.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) piercing damage.\"},{\"name\":\"Claws\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 8 (2d4+3) slashing damage.\"}]",
- "special_abilities_json": "[{\"name\":\"Diving Pounce\",\"desc\":\"If the gargoyle is flying and moves at least 20 feet straight toward a creature and then hits it with a Claws attack on the same turn, that target must succeed on a DC 13 STR save or be knocked prone. If the target is prone, the gargoyle can make one Bite attack against it as a bonus action.\"},{\"name\":\"False Appearance\",\"desc\":\"While the gargoyle remains motionless, it is indistinguishable from an inanimate statue.\"}]",
- "reactions_json": "[{\"name\":\"Fearsome Mien\",\"desc\":\"When a creature the gargoyle can see hits it with an attack, the gargoyle can shift its face to appear more monstrous. The attacker must succeed on a DC 13 WIS save or be frightened of the gargoyle until the end of its next turn.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "gelatinous_cube_bf",
- "fields": {
- "name": "Gelatinous Cube",
- "size": "large",
- "type": "Ooze",
- "armor_class": 6,
- "hit_points": 75,
- "speed_json": "{\"walk\":15}",
- "strength": 16,
- "dexterity": 4,
- "constitution": 20,
- "intelligence": 1,
- "wisdom": 6,
- "charisma": 1,
- "strength_save": 16,
- "dexterity_save": 4,
- "constitution_save": 20,
- "intelligence_save": 1,
- "wisdom_save": 6,
- "charisma_save": 1,
- "perception": 8,
- "damage_vulnerabilities": "cold",
- "damage_resistances": "Ooze Resilience",
- "damage_immunities": "acid,piercing,Ooze Resilience",
- "senses": "keensense 60 ft. (can't sense beyond this radius)",
- "languages": "-",
- "challenge_rating": "2",
- "cr": 2,
- "actions_json": "[{\"name\":\"Pseudopod\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one creature. _Hit:_ 10 (3d6) acid damage.\"},{\"name\":\"Engulf\",\"desc\":\"The cube moves up to its speed. While doing so, it can enter a Large or smaller creature's space. When the cube enters a creature's space, the creature must make a DC 13 DEX save. On a success, the creature can choose to be pushed 5 feet back or to the side of the cube. A creature that chooses not to be pushed suffers the consequences of a failed save. On a failed save, the cube enters the creature's space, the creature takes 10 (3d6) acid damage, and is engulfed. The engulfed creature can't breathe, is restrained, and takes 21 (6d6) acid damage at the start of each of the cube's turns. When the cube moves, the engulfed creature moves with it.
An engulfed creature can try to escape by taking an action to make a DC 13 STR check. On a success, the creature escapes and enters a space of its choice within 5 feet of the cube.\"}]",
- "special_abilities_json": "[{\"name\":\"Ooze Cube\",\"desc\":\"The cube takes up its entire space. Other creatures can enter the space, but are subjected to the cube's Engulf and have disadvantage on the save. Creatures inside the cube can be seen but have total cover. A creature within 5 feet of the cube can take an action to pull a creature or object out of the cube. Doing so requires a successful DC 12 STR check, and the creature making the attempt takes 10 (3d6) acid damage.
The cube can hold only one Large creature or up to four Medium or smaller creatures inside it at a time.\"},{\"name\":\"Ooze Nature\",\"desc\":\"The cube doesn't require sleep.\"},{\"name\":\"Ooze Resilience\",\"desc\":\"The cube is resistant to the grappled and restrained conditions, and it is immune to exhaustion and to the blinded, charmed, deafened, frightened, and prone conditions.\"},{\"name\":\"Transparent\",\"desc\":\"While motionless, the cube's Stealth is 15, even when the cube is in plain sight.\"}]",
- "reactions_json": "[{\"name\":\"Skewer Prey\",\"desc\":\"When the gelatinous cube is subjected to piercing damage, it can move a random creature engulfed by it to intercept the attack. The creature takes the piercing damage as if it were the target.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "djinni_bf",
- "fields": {
- "name": "Djinni",
- "size": "large",
- "type": "Elemental",
- "subtype": "Outsider",
- "group": "Genies",
- "armor_class": 17,
- "armor_desc": "natural armor",
- "hit_points": 216,
- "speed_json": "{\"walk\":30,\"fly\":90}",
- "strength": 20,
- "dexterity": 22,
- "constitution": 22,
- "intelligence": 14,
- "wisdom": 24,
- "charisma": 28,
- "strength_save": 20,
- "dexterity_save": 22,
- "constitution_save": 22,
- "intelligence_save": 14,
- "wisdom_save": 24,
- "charisma_save": 28,
- "perception": 17,
- "damage_immunities": "lightning,thunder",
- "senses": "darkvision 120 ft.",
- "languages": "Auran,Common",
- "challenge_rating": "11",
- "cr": 11,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The djinni makes three Scimitar or Storm Bolt attacks.\"},{\"name\":\"Scimitar\",\"desc\":\"_Melee Weapon Attack:_ +9 to hit, reach 5 ft., one target. _Hit:_ 12 (2d6+5) slashing damage plus 14 (4d6) lightning damage or thunder damage (the djinni's choice).\"},{\"name\":\"Storm Bolt\",\"desc\":\"_Ranged Spell Attack:_ +9 to hit, range 120 ft., one target. _Hit:_ 18 (3d8+5) lightning damage plus 7 (2d6) thunder damage.\"},{\"name\":\"Create Air Elemental (1/Day)\",\"desc\":\"The djinni magically creates one air-based Elemental of CR 5 or lower in an unoccupied space the djinni can see within 30 feet of it. The elemental acts as an ally of the djinni, obeying its spoken commands. The elemental remains for 1 hour, until the djinni dies, or until the djinni dismisses it as a bonus action.\"},{\"name\":\"Travel the Planes (1/Day)\",\"desc\":\"The djinni transports itself to a different plane of existence. This works like the plane shift spell, except it can affect only itself and can't use this action to banish an unwilling creature.\"}]",
- "bonus_actions_json": "[{\"name\":\"Create Whirlwind\",\"desc\":\"The djinni creates whirlwinds of air around up to two creatures it can see within 60 feet of it. Each target must succeed on a DC 17 STR check or be restrained by a whirlwind. A creature, including the target, can take its action to free the restrained target by succeeding on a DC 17 STR check.
While at least one creature is restrained by one of these whirlwinds, the djinni can use this bonus action to move the whirlwind up to 30 feet, and the restrained target moves with it.\"},{\"name\":\"Genie Shape\",\"desc\":\"The djinni magically transforms into a Medium cloud of sparkling, blue air or back into its bipedal form. Its statistics are the same in each form. Any equipment it is wearing or carrying transforms with it. It reverts to its bipedal form if it dies. The djinni can't use this bonus action to transform into its bipedal form while inside a Medium or smaller container.\"}]",
- "special_abilities_json": "[{\"name\":\"Nebulous (Cloud Form Only)\",\"desc\":\"The djinni's Stealth is 21, it can hover while flying, can't manipulate objects or attack, and it can pass through any space air can pass through without squeezing. In addition, it can enter and hide in any Tiny or larger container, such as a pouch, lamp, backpack, or barrel.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "efreeti_bf",
- "fields": {
- "name": "Efreeti",
- "size": "large",
- "type": "Elemental",
- "subtype": "Outsider",
- "group": "Genies",
- "armor_class": 17,
- "armor_desc": "natural armor",
- "hit_points": 223,
- "speed_json": "{\"walk\":40,\"fly\":60}",
- "strength": 22,
- "dexterity": 12,
- "constitution": 24,
- "intelligence": 24,
- "wisdom": 22,
- "charisma": 24,
- "strength_save": 22,
- "dexterity_save": 12,
- "constitution_save": 24,
- "intelligence_save": 24,
- "wisdom_save": 22,
- "charisma_save": 24,
- "perception": 16,
- "damage_immunities": "fire",
- "senses": "darkvision 120 ft.",
- "languages": "Common,Ignan",
- "challenge_rating": "11",
- "cr": 11,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The efreeti makes three Scimitar or Hurl Flame attacks.\"},{\"name\":\"Scimitar\",\"desc\":\"_Melee Weapon Attack:_ +10 to hit, reach 5 ft., one target. _Hit:_ 13 (2d6+6) slashing damage plus 10 (3d6) fire damage.\"},{\"name\":\"Hurl Flame\",\"desc\":\"_Ranged Spell Attack:_ +7 to hit, range 120 ft., one target. _Hit:_ 24 (6d6+3) fire damage.\"},{\"name\":\"Create Fire Elemental (1/Day)\",\"desc\":\"The efreeti magically creates one fire-based Elemental of CR 5 or lower in an unoccupied space the efreeti can see within 30 feet of it. The elemental acts as an ally of the efreeti, obeying its spoken commands. The elemental remains for 1 hour, until the efreeti dies, or until the efreeti dismisses it as a bonus action.\"},{\"name\":\"Travel the Planes (1/Day)\",\"desc\":\"The efreeti transports itself to a different plane of existence. This works like the plane shift spell, except it can affect only itself and can't use this action to banish an unwilling creature.\"}]",
- "bonus_actions_json": "[{\"name\":\"Blazing Palisade\",\"desc\":\"The efreeti magically creates a translucent wall of fire along a solid surface at a point it can see within 30 feet of it. The wall can be up to 1 foot thick, up to 45 feet long, and up to 5 feet high, and it can be any shape. Each creature in a space where the fire appears must succeed on a DC 15 DEX save or take 7 (2d6) fire damage. A creature that successfully saves can move to the wall's edge, out of the fire. A creature that enters the wall for the first time on a turn or ends its turn within 5 feet of the wall must succeed on a DC 15 DEX save or take 7 (2d6) fire damage. The efreeti can have only one fire wall active at a time. If it creates another, the previous fire wall disappears.\"},{\"name\":\"Genie Shape\",\"desc\":\"The efreeti magically transforms into a Medium cloud of thick smoke filled with sparks of fire or back into its bipedal form. Its statistics are the same in each form. Any equipment it is wearing or carrying transforms with it. It reverts to its bipedal form if it dies. The efreeti can't use this bonus action to transform into its bipedal form while inside a Medium or smaller container.\"}]",
- "special_abilities_json": "[{\"name\":\"Nebulous (Cloud Form Only)\",\"desc\":\"The efreeti's Stealth is 16, it can hover while flying, can't manipulate objects or attack, and it can pass through any space air can pass through without squeezing. In addition, it can enter and hide in any Tiny or larger container, such as a pouch, lamp, backpack, or barrel.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "hinn_bf",
- "fields": {
- "name": "Hinn",
- "size": "large",
- "type": "Elemental",
- "subtype": "Outsider",
- "group": "Genies",
- "armor_class": 17,
- "armor_desc": "natural armor",
- "hit_points": 199,
- "speed_json": "{\"walk\":30,\"burrow\":30,\"fly\":60}",
- "strength": 22,
- "dexterity": 12,
- "constitution": 32,
- "intelligence": 14,
- "wisdom": 24,
- "charisma": 26,
- "strength_save": 22,
- "dexterity_save": 12,
- "constitution_save": 32,
- "intelligence_save": 14,
- "wisdom_save": 24,
- "charisma_save": 26,
- "perception": 17,
- "damage_resistances": "prone",
- "damage_immunities": "petrified",
- "senses": "darkvision 120 ft.",
- "languages": "Common,Terran",
- "challenge_rating": "11",
- "cr": 11,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The hinn makes three Gem-Studded Mace or Lob Stone attacks. If two Gem-Studded Mace attacks hit one creature, the target must succeed on a DC 16 CON save or be stunned until the end of its next turn.\"},{\"name\":\"Gem-Studded Mace\",\"desc\":\"_Melee Weapon Attack:_ +10 to hit, reach 5 ft., one target. _Hit:_ 13 (2d6+6) bludgeoning damage plus 9 (2d8) piercing damage.\"},{\"name\":\"Lob Stone\",\"desc\":\"_Ranged Weapon Attack:_ +10 to hit, range 20/60 ft., one target. _Hit:_ 22 (3d10+6) bludgeoning damage.\"},{\"name\":\"Create Earth Elemental (1/Day)\",\"desc\":\"The hinn magically creates one earth-based Elemental of CR 5 or lower in an unoccupied space the hinn can see within 30 feet of it. The elemental acts as an ally of the hinn, obeying its spoken commands. The elemental remains for 1 hour, until the hinn dies, or until the hinn dismisses it as a bonus action.\"},{\"name\":\"Travel the Planes (1/Day)\",\"desc\":\"The hinn transports itself to a different plane of existence. This works like the plane shift spell, except it can affect only itself and can't use this action to banish an unwilling creature.\"}]",
- "bonus_actions_json": "[{\"name\":\"Churned Earth\",\"desc\":\"The hinn causes the ground on a point it can see within 60 feet of it to erupt. Each creature within 15 feet of that point must succeed on a DC 16 DEX save or take 10 (3d6) bludgeoning damage and be knocked prone.\"},{\"name\":\"Genie Shape\",\"desc\":\"The hinn magically transforms into a Medium cloud of dust filled with miniscule clashing, bursting, and reforming rocks or back into its bipedal form. Its statistics are the same in each form. Any equipment it is wearing or carrying transforms with it. It reverts to its bipedal form if it dies. The hinn can't use this bonus action to transform into its bipedal form while inside a Medium or smaller container.\"}]",
- "special_abilities_json": "[{\"name\":\"Earth Glide\",\"desc\":\"The hinn can burrow through nonmagical, unworked earth and stone. While doing so, the hinn doesn't disturb the material through which it moves.\"},{\"name\":\"Nebulous (Cloud Form Only)\",\"desc\":\"The hinn's Stealth is 20, it can hover while flying, can't manipulate objects or attack, and it can pass through any space air can pass through without squeezing. In addition, it can enter and hide in any Tiny or larger container, such as a pouch, lamp, backpack, or barrel.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "sila_bf",
- "fields": {
- "name": "Sila",
- "size": "large",
- "type": "Elemental",
- "subtype": "Outsider",
- "group": "Genies",
- "armor_class": 17,
- "armor_desc": "natural armor",
- "hit_points": 216,
- "speed_json": "{\"walk\":30,\"fly\":60,\"swim\":90}",
- "strength": 20,
- "dexterity": 22,
- "constitution": 22,
- "intelligence": 24,
- "wisdom": 14,
- "charisma": 28,
- "strength_save": 20,
- "dexterity_save": 22,
- "constitution_save": 22,
- "intelligence_save": 24,
- "wisdom_save": 14,
- "charisma_save": 28,
- "perception": 16,
- "damage_immunities": "acid,cold",
- "senses": "darkvision 120 ft.",
- "languages": "Aquan,Common",
- "challenge_rating": "11",
- "cr": 11,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The sila makes four Cold-Infused Jambiya or Water Burst attacks. If two Water Burst attacks hit one creature, the target must succeed on a DC 17 STR save or be pushed up to 15 feet away from the sila.\"},{\"name\":\"Cold-Infused Jambiya\",\"desc\":\"_Melee Weapon Attack:_ +9 to hit, reach 5 ft., one target. _Hit:_ 14 (2d8+5) slashing damage plus 5 (2d4) cold damage.\"},{\"name\":\"Water Burst\",\"desc\":\"_Ranged Spell Attack:_ +9 to hit, range 60 ft., one target. _Hit:_ 19 (4d6+5) bludgeoning damage.\"},{\"name\":\"Create Water Elemental (1/Day)\",\"desc\":\"The sila magically creates one water-based Elemental of CR 5 or lower in an unoccupied space the sila can see within 30 feet of it. The elemental acts as an ally of the sila, obeying its spoken commands. The elemental remains for 1 hour, until the sila dies, or until the sila dismisses it as a bonus action.\"},{\"name\":\"Travel the Planes (1/Day)\",\"desc\":\"The sila transports itself to a different plane of existence. This works like the plane shift spell, except it can affect only itself and can't use this action to banish an unwilling creature.\"}]",
- "bonus_actions_json": "[{\"name\":\"Clouded Eyes\",\"desc\":\"The sila condenses the air or water around the head or eyes of up to two creatures it can see within 30 feet of it. Each target must succeed on a DC 17 DEX save or be blinded until the end of its next turn.\"},{\"name\":\"Genie Shape\",\"desc\":\"The sila magically transforms into a Medium cloud of thick mist that leaves droplets of water on everything it touches or back into its bipedal form. Its statistics are the same in each form. Any equipment it is wearing or carrying transforms with it. It reverts to its bipedal form if it dies. The sila can't use this bonus action to transform into its bipedal form while inside a Medium or smaller container.\"}]",
- "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The sila can breathe air and water.\"},{\"name\":\"Fluid Body (Bipedal Form Only)\",\"desc\":\"The sila can move through the space of any creature, regardless of size, and a creature of any size can move through a sila's space. In addition, the sila can move through a space as narrow as 1 inch wide without squeezing.\"},{\"name\":\"Nebulous (Cloud Form Only)\",\"desc\":\"The sila's Stealth is 21, it can hover while flying, can't manipulate objects or attack, and it can pass through any space air or water can pass through without squeezing. In addition, it can enter and hide in any Tiny or larger container, such as a pouch, lamp, backpack, or barrel.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "ghost_bf",
- "fields": {
- "name": "Ghost",
- "size": "medium",
- "type": "Undead",
- "armor_class": 12,
- "hit_points": 68,
- "speed_json": "{\"walk\":0,\"fly_hover\":40}",
- "strength": 6,
- "dexterity": 14,
- "constitution": 10,
- "intelligence": 10,
- "wisdom": 16,
- "charisma": 18,
- "strength_save": 6,
- "dexterity_save": 14,
- "constitution_save": 10,
- "intelligence_save": 10,
- "wisdom_save": 16,
- "charisma_save": 18,
- "perception": 13,
- "damage_resistances": "acid,fire,lightning,thunder; bludgeoning,piercing,and slashing from nonmagical attacks",
- "damage_immunities": "cold,necrotic,charmed,frightened,grappled,paralyzed,petrified,prone,restrained,Undead Resilience",
- "senses": "darkvision 60 ft.",
- "languages": "any languages it knew in life",
- "challenge_rating": "4",
- "cr": 4,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The ghost makes two Withering Touch or Telekinetic Throw attacks.\"},{\"name\":\"Withering Touch\",\"desc\":\"Melee Spell Attack: +6 to hit, reach 5 ft., one target. _Hit:_ 18 (4d6+4) necrotic damage.\"},{\"name\":\"Telekinetic Throw\",\"desc\":\"_Ranged Weapon Attack:_ +4 to hit, range 20/60 ft., one target. _Hit:_ 17 (6d4+2) bludgeoning, piercing, or slashing damage, depending on the type of object thrown. The ghost can throw only Small or smaller objects within range that aren't being worn or carried.\"},{\"name\":\"Horrify (Recharge 5-6)\",\"desc\":\"The ghost speaks a haunting phrase, reveals the wounds from its death, or performs some other expression to scare creatures in a 30-foot cone. Each creature in that area must make a DC 14 WIS save. On a failure, a creature takes 21 (6d6) psychic damage and is frightened until the end of its next turn. On a success, a creature takes half the damage and isn't frightened. A creature that fails the save by 5 or more increases its age in years by 10 percent, rounded up. This aging can be reversed with a greater restoration spell or similar magic, but only within 24 hours of the aging occurring.\"}]",
- "bonus_actions_json": "[{\"name\":\"Etherealness\",\"desc\":\"The ghost enters the Ethereal Plane from the Material Plane, or vice versa. It is visible on the Material Plane while it is in the Ethereal Plane, and vice versa, yet it can't affect or be affected by anything on the other plane.\"}]",
- "special_abilities_json": "[{\"name\":\"Ethereal Sight\",\"desc\":\"The ghost can see 60 feet into the Ethereal Plane when it is on the Material Plane, and vice versa.\"},{\"name\":\"Incorporeal Movement\",\"desc\":\"The ghost can move through other creatures and objects as if they were difficult terrain. It takes 5 (1d10) force damage if it ends its turn inside an object.\"},{\"name\":\"Undead Nature\",\"desc\":\"The ghost doesn't require air, food, drink, or sleep.\"},{\"name\":\"Undead Resilience\",\"desc\":\"The ghost is immune to poison damage, to exhaustion, and to the poisoned condition.\"},{\"name\":\"Unfinished Business\",\"desc\":\"Unless its unfinished business is fulfilled, a destroyed ghost returns in 1d4 days, regaining all its HP and becoming active again within 10 feet of where it died. If presented with an object or piece of information related to its unfinished business, the ghost must succeed on a DC 13 WIS save or be incapacitated until the end of its next turn. After it has been incapacitated by a particular source, the ghost can't be incapacitated by that same source again for 24 hours. If presented with everything it needs to complete its unfinished business, the ghost permanently dies after completing it.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "ghoul_bf",
- "fields": {
- "name": "Ghoul",
- "size": "medium",
- "type": "Undead",
- "group": "Ghouls",
- "armor_class": 13,
- "hit_points": 34,
- "speed_json": "{\"walk\":30,\"climb\":30}",
- "strength": 10,
- "dexterity": 16,
- "constitution": 10,
- "intelligence": 6,
- "wisdom": 14,
- "charisma": 6,
- "strength_save": 10,
- "dexterity_save": 16,
- "constitution_save": 10,
- "intelligence_save": 6,
- "wisdom_save": 14,
- "charisma_save": 6,
- "perception": 12,
- "damage_immunities": "charmed,Undead Resilience",
- "senses": "darkvision 60 ft.",
- "languages": "Common",
- "challenge_rating": "1",
- "cr": 1,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The ghoul makes one Bite attack and one Claws attack. If both attacks hit a creature that isn't a Construct or Undead, the target must succeed on a DC 13 CON save or contract ghoul hunger (see the Ghoul Hunger sidebar).\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 7 (1d8+3) piercing damage.\"},{\"name\":\"Claws\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 8 (2d4+3) slashing damage. If the target is a creature that isn't a Construct or Undead, it must succeed on a DC 13 CON save or be paralyzed for 1 minute. The target can repeat the save at the end of each of its turns, ending the effect on itself on a success.\"}]",
- "special_abilities_json": "[{\"name\":\"Hungry Dead Nature\",\"desc\":\"The ghoul doesn't require air or sleep. In addition, it must consume at least 2 pounds of raw meat every 24 hours, or it loses its immunity to exhaustion and risks starvation until it does so. While it has any levels of exhaustion from starvation, the ghoul can't remove levels of exhaustion until it consumes at least 4 pounds of raw meat.\"},{\"name\":\"Spider Climb\",\"desc\":\"The ghoul can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.\"},{\"name\":\"Undead Resilience\",\"desc\":\"The ghoul is immune to poison damage, to exhaustion, and to the poisoned condition.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "ghast_bf",
- "fields": {
- "name": "Ghast",
- "size": "medium",
- "type": "Undead",
- "group": "Ghouls",
- "armor_class": 13,
- "hit_points": 48,
- "speed_json": "{\"walk\":30,\"climb\":30}",
- "strength": 16,
- "dexterity": 16,
- "constitution": 10,
- "intelligence": 10,
- "wisdom": 14,
- "charisma": 8,
- "strength_save": 16,
- "dexterity_save": 16,
- "constitution_save": 10,
- "intelligence_save": 10,
- "wisdom_save": 14,
- "charisma_save": 8,
- "perception": 12,
- "damage_resistances": "necrotic",
- "damage_immunities": "charmed,Undead Resilience",
- "senses": "darkvision 60 ft.",
- "languages": "Common",
- "challenge_rating": "2",
- "cr": 2,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The ghast makes one Bite attack and two Claws attacks. If one Bite attack and at least one Claws attack hit a creature that isn't a Construct or Undead, the target must succeed on a DC 13 CON save or contract ghoul hunger (see the Ghoul Hunger sidebar).\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 7 (1d8+3) piercing damage.\"},{\"name\":\"Claws\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 8 (2d4+3) slashing damage. If the target is a creature that isn't a Construct or Undead, it must succeed on a DC 13 CON save or be paralyzed for 1 minute. The target can repeat the save at the end of each of its turns, ending the effect on itself on a success.\"}]",
- "special_abilities_json": "[{\"name\":\"Hungry Dead Nature\",\"desc\":\"The ghast doesn't require air or sleep. In addition, it must consume at least 2 pounds of raw meat every 24 hours, or it loses its immunity to exhaustion and risks starvation until it does so. While it has any levels of exhaustion from starvation, the ghast can't remove levels of exhaustion until it consumes at least 4 pounds of raw meat.\"},{\"name\":\"Spider Climb\",\"desc\":\"The ghast can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.\"},{\"name\":\"Stench\",\"desc\":\"A creature that starts its turn within 5 feet of the ghast must succeed on a DC 13 CON save or be poisoned until the start of its next turn. On a success, the creature is immune to the ghast's Stench for 24 hours.\"},{\"name\":\"Turning Defiance\",\"desc\":\"The ghast and any ghouls within 30 feet of it have advantage on saves against effects that turn undead.\"},{\"name\":\"Undead Resilience\",\"desc\":\"The ghast is immune to poison damage, to exhaustion, and to the poisoned condition.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "cloud_giant_bf",
- "fields": {
- "name": "Cloud Giant",
- "size": "huge",
- "type": "Giant",
- "group": "Giants",
- "armor_class": 14,
- "armor_desc": "natural armor",
- "hit_points": 175,
- "speed_json": "{\"walk\":40,\"fly\":60}",
- "strength": 26,
- "dexterity": 10,
- "constitution": 30,
- "intelligence": 12,
- "wisdom": 24,
- "charisma": 26,
- "strength_save": 26,
- "dexterity_save": 10,
- "constitution_save": 30,
- "intelligence_save": 12,
- "wisdom_save": 24,
- "charisma_save": 26,
- "perception": 17,
- "damage_vulnerabilities": "Giant Attributes",
- "damage_resistances": "cold,Giant Attributes",
- "senses": "-",
- "languages": "Giant",
- "challenge_rating": "9",
- "cr": 9,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The cloud giant makes three Cloud-Coated Mace attacks, or it makes two Wind Burst attacks.\"},{\"name\":\"Cloud-Coated Mace\",\"desc\":\"_Melee Weapon Attack:_ +12 to hit, reach 10 ft., one target. _Hit:_ 18 (3d6+8) piercing damage plus 4 (1d8) cold damage.\"},{\"name\":\"Wind Burst\",\"desc\":\"_Ranged Spell Attack:_ +8 to hit, range 150 ft., one target. _Hit:_ 31 (5d10+4) bludgeoning damage, and the target must succeed on a DC 16 STR save or be pushed up to 10 feet away from the cloud giant and knocked prone.\"}]",
- "bonus_actions_json": "[{\"name\":\"Cloud Cover\",\"desc\":\"The cloud giant creates a 20-foot cube of clouds centered on a point it can see within 60 feet of it. The cube spreads around corners, and its area is heavily obscured. The cloud lasts for 1 minute, until the cloud giant dies, or until the cloud giant uses this bonus action again.\"},{\"name\":\"Condense\",\"desc\":\"The cloud giant causes a 20-foot-radius sphere of cloud, fog, smoke, or steam centered on a point it can see within 60 feet of it to become as thick as mud, making the area difficult terrain for creatures moving through it. A creature that starts its turn in the hardened cloud must succeed on a DC 15 STR save or be restrained until the start of its next turn. The cloud remains condensed for 1 minute, until the cloud giant dies, or until the cloud giant uses this bonus action again.\"}]",
- "special_abilities_json": "[{\"name\":\"Cloudsight\",\"desc\":\"The cloud giant can see through areas obscured by clouds, fog, smoke, and steam without penalty.\"},{\"name\":\"Giant Attributes\",\"desc\":\"The cloud giant is resistant to the stunned condition, and it is vulnerable to the prone condition.\"},{\"name\":\"Heightened Smell\",\"desc\":\"The cloud giant's Perception is 22 when perceiving by smell.\"}]",
- "reactions_json": "[{\"name\":\"Cirrus Deflection\",\"desc\":\"The cloud giant creates a bit of hardened cloud between it and an attacker, increasing the giant's AC by 4. To do so, it must be able to see the attacker.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "fire_giant_bf",
- "fields": {
- "name": "Fire Giant",
- "size": "huge",
- "type": "Giant",
- "group": "Giants",
- "armor_class": 18,
- "armor_desc": "plate",
- "hit_points": 175,
- "speed_json": "{\"walk\":30}",
- "strength": 24,
- "dexterity": 16,
- "constitution": 30,
- "intelligence": 10,
- "wisdom": 14,
- "charisma": 26,
- "strength_save": 24,
- "dexterity_save": 16,
- "constitution_save": 30,
- "intelligence_save": 10,
- "wisdom_save": 14,
- "charisma_save": 26,
- "perception": 16,
- "damage_vulnerabilities": "Giant Attributes",
- "damage_resistances": "Giant Attributes",
- "damage_immunities": "fire",
- "senses": "-",
- "languages": "Dwarven,Giant",
- "challenge_rating": "9",
- "cr": 9,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The fire giant makes two Flaming Greatsword or Lava Boulder attacks.\"},{\"name\":\"Flaming Greatsword\",\"desc\":\"_Melee Weapon Attack:_ +11 to hit, reach 10 ft., one target. _Hit:_ 28 (6d6+7) slashing damage plus 4 (1d8) fire damage.\"},{\"name\":\"Lava Boulder\",\"desc\":\"_Ranged Weapon Attack:_ +7 to hit, range 60/240 ft., one target. _Hit:_ 19 (3d10+3) bludgeoning damage plus 13 (3d8) fire damage.\"},{\"name\":\"Volcanic Burst (Recharge 5-6)\",\"desc\":\"The fire giant expels built-up heat from within itself, sending a blast of lava outward. Each creature within 15 feet of the fire giant must make a DC 16 DEX save. On a failure, a creature takes 36 (8d8) fire damage and is knocked prone. On a success, a creature takes half the damage and isn't knocked prone. A creature that fails this save has disadvantage on the next save it makes against the giant's Pyroclastic Surge before the start of the giant's next turn.\"}]",
- "bonus_actions_json": "[{\"name\":\"Pyroclastic Surge\",\"desc\":\"A burst of volcanic gas and rock fragments flows in a 60-foot-line that is 5 feet wide from the fire giant's outstretched hand. Each creature in the line must succeed on a DC 16 DEX save or be poisoned until the end of its next turn and pushed up to 15 feet away from the giant. A creature that fails the save by 5 or more is petrified in volcanic ash for 1 hour or until a creature spends 1 minute soaking the petrified creature in cool water.\"}]",
- "special_abilities_json": "[{\"name\":\"Giant Attributes\",\"desc\":\"The fire giant is resistant to the stunned condition, and it is vulnerable to the prone condition.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "frost_giant_bf",
- "fields": {
- "name": "Frost Giant",
- "size": "huge",
- "type": "Giant",
- "group": "Giants",
- "armor_class": 14,
- "armor_desc": "hide armor",
- "hit_points": 166,
- "speed_json": "{\"walk\":40}",
- "strength": 22,
- "dexterity": 14,
- "constitution": 26,
- "intelligence": 8,
- "wisdom": 16,
- "charisma": 18,
- "strength_save": 22,
- "dexterity_save": 14,
- "constitution_save": 26,
- "intelligence_save": 8,
- "wisdom_save": 16,
- "charisma_save": 18,
- "perception": 13,
- "damage_vulnerabilities": "Giant Attributes",
- "damage_resistances": "blinded,Giant Attributes",
- "damage_immunities": "cold",
- "senses": "-",
- "languages": "Common,Giant",
- "challenge_rating": "8",
- "cr": 8,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The giant makes two Icy Greataxe or Ice Boulder attacks.\"},{\"name\":\"Icy Greataxe\",\"desc\":\"_Melee Weapon Attack:_ +9 to hit, reach 10 ft., one target. _Hit:_ 25 (3d12+6) slashing damage plus 4 (1d8) cold damage.\"},{\"name\":\"Ice Boulder\",\"desc\":\"_Ranged Weapon Attack:_ +6 to hit, range 60/240 ft., one target. _Hit:_ 18 (3d10+2) bludgeoning damage plus 9 (2d8) cold damage.\"},{\"name\":\"Avalanche (Recharge 5-6)\",\"desc\":\"The frost giant sends out a wave of snow in a 30-foot cone. Each creature in that area must make a DC 16 DEX save. On a failure, a creature takes 14 (4d6) bludgeoning damage and 18 (4d8) cold damage and is buried. On a success, a creature takes half the damage and isn't buried. A buried creature is restrained and unable to breathe or stand up. A creature, including the buried creature, can take its action to free the buried creature by succeeding on a DC 16 STR check.\"}]",
- "bonus_actions_json": "[{\"name\":\"Wintry Blast\",\"desc\":\"A blast of wintry air extends in a 30-foot line that is 5 feet wide from the frost giant's outstretched hand. Each creature in the line must succeed on a DC 16 CON save or its speed is halved until the end of its next turn. A creature that fails the save by 5 or more is petrified in ice for 1 hour or until a creature spends 1 minute warming the petrified creature.\"}]",
- "special_abilities_json": "[{\"name\":\"Giant Attributes\",\"desc\":\"The frost giant is resistant to the stunned condition, and it is vulnerable to the prone condition.\"},{\"name\":\"Ice Walk\",\"desc\":\"The frost giant can move across icy surfaces without needing to make an ability check. In addition, difficult terrain composed of ice or snow doesn't cost it extra movement.\"},{\"name\":\"Snowsight\",\"desc\":\"The frost giant can see through areas obscured by snowfall, sleet, and other wintry precipitation without penalty.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "hill_giant_bf",
- "fields": {
- "name": "Hill Giant",
- "size": "huge",
- "type": "Giant",
- "group": "Giants",
- "armor_class": 12,
- "armor_desc": "hide armor",
- "hit_points": 126,
- "speed_json": "{\"walk\":40}",
- "strength": 20,
- "dexterity": 10,
- "constitution": 24,
- "intelligence": 4,
- "wisdom": 8,
- "charisma": 6,
- "strength_save": 20,
- "dexterity_save": 10,
- "constitution_save": 24,
- "intelligence_save": 4,
- "wisdom_save": 8,
- "charisma_save": 6,
- "perception": 12,
- "damage_vulnerabilities": "Giant Attributes",
- "damage_resistances": "poison,poisoned,Giant Attributes",
- "senses": "-",
- "languages": "Giant",
- "challenge_rating": "5",
- "cr": 5,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The giant makes two Spiked Tree Branch or Rotten Snack attacks.\"},{\"name\":\"Spiked Tree Branch\",\"desc\":\"_Melee Weapon Attack:_ +8 to hit, reach 10 ft., one target. _Hit:_ 14 (2d8+5) bludgeoning damage plus 5 (2d4) piercing damage.\"},{\"name\":\"Rotten Snack\",\"desc\":\"_Ranged Weapon Attack:_ +8 to hit, range 60/240 ft., one target. _Hit:_ 12 (2d6+5) bludgeoning damage plus 7 (2d6) poison damage, and the target must succeed on a DC 16 CON save or be poisoned until the end of its next turn.\"}]",
- "bonus_actions_json": "[{\"name\":\"Body Bounce\",\"desc\":\"The hill giant bumps its stomach, hip, shoulder, knee, or other part of its body into a creature within 10 feet of it. The target must succeed on a DC 16 STR save or be pushed up to 10 feet away from the giant and knocked prone.\"}]",
- "special_abilities_json": "[{\"name\":\"Giant Attributes\",\"desc\":\"The hill giant is resistant to the stunned condition, and it is vulnerable to the prone condition.\"},{\"name\":\"Show of Might\",\"desc\":\"The hill giant can use STR instead of CHA when making CHA (Intimidation) checks.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "stone_giant_bf",
- "fields": {
- "name": "Stone Giant",
- "size": "huge",
- "type": "Giant",
- "group": "Giants",
- "armor_class": 17,
- "armor_desc": "natural armor",
- "hit_points": 156,
- "speed_json": "{\"walk\":40}",
- "strength": 22,
- "dexterity": 20,
- "constitution": 26,
- "intelligence": 10,
- "wisdom": 18,
- "charisma": 8,
- "strength_save": 22,
- "dexterity_save": 20,
- "constitution_save": 26,
- "intelligence_save": 10,
- "wisdom_save": 18,
- "charisma_save": 8,
- "perception": 14,
- "damage_vulnerabilities": "thunder,Giant Attributes",
- "damage_resistances": "lightning,petrified,Giant Attributes",
- "senses": "darkvision 60 ft.",
- "languages": "Giant",
- "challenge_rating": "7",
- "cr": 7,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The giant makes two Stony Fist or Rock attacks.\"},{\"name\":\"Stony Fist\",\"desc\":\"_Melee Weapon Attack:_ +9 to hit, reach 10 ft., one target. _Hit:_ 24 (4d8+6) bludgeoning damage. The target is grappled (escape DC 17) if it is a Large or smaller creature and the stone giant isn't already grappling a creature.\"},{\"name\":\"Rock\",\"desc\":\"_Ranged Weapon Attack:_ +9 to hit, range 60/240 ft., one target. _Hit:_ 28 (4d10+6) bludgeoning damage. If the target is a creature, it must succeed on a DC 17 STR save or be knocked prone.\"}]",
- "bonus_actions_json": "[{\"name\":\"Wrestle\",\"desc\":\"The stone giant performs one of the following wrestling maneuvers against one creature it is grappling. The target must succeed on a DC 17 STR save or suffer the listed effect until the stone giant uses this bonus action again or until the grapple ends.\\n- **Armbar.** The target has disadvantage on attack rolls and on checks made to escape the grapple.\\n- **Chinlock.** The target can't speak and can't cast spells with verbal components.\\n- **Takedown.** The target is knocked prone and restrained.\\n- **Throw.** The target is thrown up to 30 feet in a random direction and knocked prone, ending the grapple. If a thrown target strikes a solid surface, the target takes 3 (1d6) bludgeoning damage for every 10 feet it was thrown. If the target is thrown at another creature, that creature must succeed on a DC 17 DEX save or take the same damage and be knocked prone.\"}]",
- "special_abilities_json": "[{\"name\":\"Giant Attributes\",\"desc\":\"The stone giant is resistant to the stunned condition, and it is vulnerable to the prone condition.\"},{\"name\":\"Stone Camouflage\",\"desc\":\"The giant's Stealth is 20 while in rocky terrain.\"}]",
- "reactions_json": "[{\"name\":\"Missile Deflection\",\"desc\":\"If a creature the giant can see makes a ranged weapon attack against the giant, the giant can add 3 to its AC. If the attack misses, the giant can catch the missile, provided the attack included a projectile, and throw it back at the attacker, using the giant's normal ranged weapon attack bonus and the weapon's normal damage.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "storm_giant_bf",
- "fields": {
- "name": "Storm Giant",
- "size": "huge",
- "type": "Giant",
- "group": "Giants",
- "armor_class": 16,
- "armor_desc": "scale mail",
- "hit_points": 243,
- "speed_json": "{\"walk\":50,\"swim\":50}",
- "strength": 38,
- "dexterity": 14,
- "constitution": 30,
- "intelligence": 16,
- "wisdom": 28,
- "charisma": 28,
- "strength_save": 38,
- "dexterity_save": 14,
- "constitution_save": 30,
- "intelligence_save": 16,
- "wisdom_save": 28,
- "charisma_save": 28,
- "perception": 19,
- "damage_vulnerabilities": "Giant Attributes",
- "damage_resistances": "cold,Giant Attributes",
- "damage_immunities": "lightning,thunder",
- "senses": "-",
- "languages": "Common,Giant",
- "challenge_rating": "13",
- "cr": 13,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The giant makes three Greatsword attacks, or it makes four Lightning Bolt attacks.\"},{\"name\":\"Greatsword\",\"desc\":\"_Melee Weapon Attack:_ +14 to hit, reach 10 ft., one target. _Hit:_ 30 (6d6+9) slashing damage.\"},{\"name\":\"Lightning Bolt\",\"desc\":\"_Ranged Spell Attack:_ +9 to hit, range 150 ft., one target. _Hit:_ 22 (4d8+4) lightning damage. If the giant scores a critical hit, the target must succeed on a DC 17 CON save or be paralyzed until the end of its next turn.\"},{\"name\":\"Thunderous Strike (Recharge 5-6)\",\"desc\":\"The giant hurls a magical lightning bolt at a point it can see within 500 feet of it. Each creature within 10 feet of that point must make a DC 17 DEX save. On a failure, a creature takes 36 (8d8) lightning damage and 21 (6d6) thunder damage and is stunned until the end of its next turn. On a success, a creature takes half the damage and isn't stunned.\"}]",
- "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The giant can breathe air and water.\"},{\"name\":\"Giant Attributes\",\"desc\":\"The giant is resistant to the stunned condition, and it is vulnerable to the prone condition.\"},{\"name\":\"Influence Weather\",\"desc\":\"Nearby weather responds to the storm giant's desires. At the start of each minute, the storm giant can choose to change the precipitation, temperature, and wind within 3 miles of it by one stage, up or down (no action required). This effect works like the changing weather conditions aspect of the control weather spell, except the conditions change immediately and the storm giant can't change the temperature by more than one stage up or down from the area's standard temperature.\"},{\"name\":\"Stormsight\",\"desc\":\"The storm giant can see through areas obscured by clouds, fog, rain, snow, and storms without penalty.\"},{\"name\":\"Updraft\",\"desc\":\"While in an area open to the sky, the storm giant has a flying speed of 30 feet.\"}]",
- "reactions_json": "[{\"name\":\"Stormy Rebuke\",\"desc\":\"When a creature the storm giant can see hits it with a melee attack while within 5 feet of the giant, the giant can send a stormy blast at the creature. The attacker must succeed on a DC 17 STR save or be pushed up to 15 feet away from the giant and knocked prone.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "gibbering_mouther_bf",
- "fields": {
- "name": "Gibbering Mouther",
- "size": "medium",
- "type": "Aberration",
- "armor_class": 9,
- "hit_points": 72,
- "speed_json": "{\"walk\":10,\"swim\":10}",
- "strength": 14,
- "dexterity": 8,
- "constitution": 16,
- "intelligence": 2,
- "wisdom": 10,
- "charisma": 6,
- "strength_save": 14,
- "dexterity_save": 8,
- "constitution_save": 16,
- "intelligence_save": 2,
- "wisdom_save": 10,
- "charisma_save": 6,
- "perception": 10,
- "damage_resistances": "Aberrant Resilience",
- "damage_immunities": "prone",
- "senses": "darkvision 60 ft.",
- "languages": "-",
- "challenge_rating": "2",
- "cr": 2,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The gibbering mouther makes two Bite attacks. If both attacks hit one Medium or smaller creature, the target must succeed on a DC 13 STR save or be knocked prone.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 11 (2d8+2) piercing damage.\"},{\"name\":\"Rend Mind\",\"desc\":\"One creature the mouther can see within 30 feet of it must succeed on a DC 13 WIS save or take 18 (4d8) psychic damage and suffer a random, short-term dread effect for 1 minute\"}]",
- "bonus_actions_json": "[{\"name\":\"Blinding Spittle\",\"desc\":\"The mouther spits an otherworldly goo at up to two creatures it can see within 30 feet of it. Each target must succeed on a DC 13 DEX save or be blinded until the end of its next turn.\"}]",
- "special_abilities_json": "[{\"name\":\"Aberrant Ground\",\"desc\":\"The ground within 10 feet of the mouther is dough-like difficult terrain. A creature that starts its turn in the area must succeed on a DC 13 STR save or its speed is halved until the start of its next turn.\"},{\"name\":\"Aberrant Resilience\",\"desc\":\"The mouther is resistant to the charmed, frightened, paralyzed, and stunned conditions, and it has advantage on saves against spells or effects that would alter its form.\"},{\"name\":\"Gibbering\",\"desc\":\"The mouther babbles incoherently while it can see any creature and isn't incapacitated. A creature that starts its turn within 20 feet of the mouther and that can hear the gibbering must succeed on a DC 13 WIS save or it can't take reactions until the start of its next turn and must roll a d8 to determine what it does during its turn. On a 1 to 4, the creature does nothing. On a 5 or 6, the creature takes no action or bonus action and moves its full speed in a randomly determined direction. On a 7 or 8, the creature makes a melee attack against a randomly determined creature within its reach or does nothing if it can't make such an attack.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "gnoll_bf",
- "fields": {
- "name": "Gnoll",
- "size": "medium",
- "type": "Humanoid",
- "armor_class": 15,
- "armor_desc": "hide armor, shield",
- "hit_points": 22,
- "speed_json": "{\"walk\":30}",
- "strength": 14,
- "dexterity": 12,
- "constitution": 10,
- "intelligence": 6,
- "wisdom": 10,
- "charisma": 6,
- "strength_save": 14,
- "dexterity_save": 12,
- "constitution_save": 10,
- "intelligence_save": 6,
- "wisdom_save": 10,
- "charisma_save": 6,
- "perception": 10,
- "senses": "darkvision 60 ft.",
- "languages": "Gnoll",
- "challenge_rating": "1/2",
- "cr": 0.5,
- "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 6 (1d8+2) piercing damage.\"},{\"name\":\"Spear\",\"desc\":\"_Melee or Ranged Weapon Attack:_ +4 to hit, reach 5 ft. or range 20/60 ft., one target. _Hit:_ 5 (1d6+2) piercing damage, or 6 (1d8+2) piercing damage if used with two hands to make a melee attack.\"}]",
- "bonus_actions_json": "[{\"name\":\"Taunting Bark\",\"desc\":\"The gnoll lets out a high-pitched laugh and taunts one creature it can see within 30 feet of it. The target must make a DC 12 CHA save. On a failure, a creature takes 2 (1d4) psychic damage and must spend its next turn moving up to its speed toward the gnoll and make one attack against the gnoll.\"}]",
- "special_abilities_json": "[{\"name\":\"Heightened Smell\",\"desc\":\"The gnoll's Perception is 15 when perceiving by smell.\"}]",
- "reactions_json": "[{\"name\":\"Rampage\",\"desc\":\"When the gnoll reduces a creature to 0 HP, it can move up to half its speed and make one Bite attack. If it does, attack rolls against it have advantage until the start of its next turn.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "deep_gnome_bf",
- "fields": {
- "name": "Deep Gnome",
- "size": "small",
- "type": "Humanoid",
- "armor_class": 15,
- "armor_desc": "chain shirt",
- "hit_points": 23,
- "speed_json": "{\"walk\":20}",
- "strength": 14,
- "dexterity": 14,
- "constitution": 14,
- "intelligence": 12,
- "wisdom": 10,
- "charisma": 8,
- "strength_save": 14,
- "dexterity_save": 14,
- "constitution_save": 14,
- "intelligence_save": 12,
- "wisdom_save": 10,
- "charisma_save": 8,
- "perception": 12,
- "senses": "darkvision 120 ft.",
- "languages": "Gnomish,Terran,Undercommon",
- "challenge_rating": "1/2",
- "cr": 0.5,
- "actions_json": "[{\"name\":\"War Pick\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 6 (1d8+2) piercing damage.\"},{\"name\":\"Crystalline Dart\",\"desc\":\"_Ranged Weapon Attack:_ +4 to hit, range 30/120 ft., one target. _Hit:_ 7 (2d4+2) piercing damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Infused Weapon\",\"desc\":\"The deep gnome crushes a magic-infused crystal on the end of its war pick. Until the start of the gnome's next turn the war pick is magical and deals an extra 2 (1d4) force damage when the gnome hits with it.\"},{\"name\":\"Discordant Shatter\",\"desc\":\"The deep gnome throws a magic-infused crystal at a point it can see within 30 feet of it, shattering the crystal, which emits a rapid series of discordant waves of magic. Each creature within 10 feet of that point must succeed on a DC 12 CON save or be incapacitated until the end of its next turn. A creature sensitive to or proficient in the use of magic, such as a spellcaster, has disadvantage on this save.\"}]",
- "special_abilities_json": "[{\"name\":\"Gnome Cunning\",\"desc\":\"The deep gnome has advantage on INT, WIS, and CHA saves against magic.\"},{\"name\":\"Stone Camouflage\",\"desc\":\"The deep gnome's Stealth is 17 while in rocky terrain.\"}]",
- "reactions_json": "[{\"name\":\"Crystalline Flash\",\"desc\":\"When a creature the deep gnome can see within 5 feet of it attacks it, it can throw a magic-infused crystal on the ground, shattering the crystal in a brilliant flash of light. If the attacker uses sight to perceive the gnome, the attacker must succeed on a DC 12 DEX save or have disadvantage on the attack roll.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "bugbear_bf",
- "fields": {
- "name": "Bugbear",
- "size": "medium",
- "type": "Humanoid",
- "group": "Goblins",
- "armor_class": 14,
- "armor_desc": "hide armor",
- "hit_points": 40,
- "speed_json": "{\"walk\":30}",
- "strength": 20,
- "dexterity": 14,
- "constitution": 12,
- "intelligence": 8,
- "wisdom": 10,
- "charisma": 8,
- "strength_save": 20,
- "dexterity_save": 14,
- "constitution_save": 12,
- "intelligence_save": 8,
- "wisdom_save": 10,
- "charisma_save": 8,
- "perception": 10,
- "senses": "darkvision 60 ft.",
- "languages": "Common,Goblin",
- "challenge_rating": "1",
- "cr": 1,
- "actions_json": "[{\"name\":\"Spiked Club\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 12 (2d8+3) piercing damage. A surprised target takes an extra 4 (1d8) piercing damage and must succeed on a DC 13 CON save or be stunned until the end of its next turn.\"},{\"name\":\"Javelin\",\"desc\":\"_Melee or Ranged Weapon Attack:_ +6 to hit, reach 5 ft. or range 30/120 ft., one target. _Hit:_ 11 (2d6+4) piercing damage in melee or 7 (1d6+4) piercing damage at range.\"}]",
- "special_abilities_json": "[{\"name\":\"Brutal\",\"desc\":\"A melee weapon deals one extra die of its damage when the bugbear hits with it (included in the attack).\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "bugbear_champion_bf",
- "fields": {
- "name": "Bugbear Champion",
- "size": "medium",
- "type": "Humanoid",
- "group": "Goblins",
- "armor_class": 17,
- "armor_desc": "chain shirt, shield",
- "hit_points": 85,
- "speed_json": "{\"walk\":30}",
- "strength": 22,
- "dexterity": 14,
- "constitution": 14,
- "intelligence": 12,
- "wisdom": 12,
- "charisma": 10,
- "strength_save": 22,
- "dexterity_save": 14,
- "constitution_save": 14,
- "intelligence_save": 12,
- "wisdom_save": 12,
- "charisma_save": 10,
- "perception": 11,
- "damage_resistances": "charmed,frightened",
- "senses": "darkvision 60 ft.",
- "languages": "Common,Goblin",
- "challenge_rating": "4",
- "cr": 4,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The bugbear champion makes two Spiked Club attacks and one Shield Smash attack, or it makes three Javelin attacks.\"},{\"name\":\"Spiked Club\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8+4) piercing damage.\"},{\"name\":\"Shield Smash\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 9 (2d4+4) bludgeoning damage. If the target is a creature, it must succeed on a DC 14 STR save or be knocked prone.\"},{\"name\":\"Javelin\",\"desc\":\"_Melee or Ranged Weapon Attack:_ +5 to hit, reach 5 ft. or range 30/120 ft., one target. _Hit:_ 10 (2d6+3) piercing damage in melee or 5 (1d6+2) piercing damage at range.\"}]",
- "special_abilities_json": "[{\"name\":\"Brutal\",\"desc\":\"A melee weapon deals one extra die of its damage when the bugbear hits with it (included in the attack).\"}]",
- "reactions_json": "[{\"name\":\"Stubborn Attacker (Recharge 5-6)\",\"desc\":\"When the champion misses with an attack, it can change that miss to a hit.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "goblin_bf",
- "fields": {
- "name": "Goblin",
- "size": "small",
- "type": "Humanoid",
- "group": "Goblins",
- "armor_class": 15,
- "armor_desc": "leather armor, shield",
- "hit_points": 12,
- "speed_json": "{\"walk\":30}",
- "strength": 8,
- "dexterity": 18,
- "constitution": 10,
- "intelligence": 10,
- "wisdom": 8,
- "charisma": 8,
- "strength_save": 8,
- "dexterity_save": 18,
- "constitution_save": 10,
- "intelligence_save": 10,
- "wisdom_save": 8,
- "charisma_save": 8,
- "perception": 9,
- "senses": "darkvision 60 ft.",
- "languages": "Common,Goblin",
- "challenge_rating": "1/4",
- "cr": 0.25,
- "actions_json": "[{\"name\":\"Scimitar\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 5 (1d6+2) slashing damage.\"},{\"name\":\"Shortbow\",\"desc\":\"_Ranged Weapon Attack:_ +4 to hit, range 80/320 ft., one target. _Hit:_ 5 (1d6+2) piercing damage.\"},{\"name\":\"Gang Up (1/Day)\",\"desc\":\"The goblin moves up to half its speed toward a creature it can see. Each friendly goblin within 30 feet of the goblin can use its reaction to join the gang up and move up to half its speed toward the same target. This movement doesn't provoke opportunity attacks. If the initiating goblin is within 5 feet of the target, the target must make a DC 12 DEX save, taking 5 (2d4) bludgeoning damage on a failed save, or half as much damage on a successful one. For each goblin after the first that participated in the gang up and that is within 10 feet of the target, the damage increases by 1 as arrows, knives, sharp pocket scraps, and similar \\\"weapons\\\" fly at the target from all angles. Afterwards, each goblin after the first that participated in the gang up can't use Gang Up until it finishes a short or long rest.\"}]",
- "bonus_actions_json": "[{\"name\":\"Nimble Escape\",\"desc\":\"The goblin takes the Disengage or Hide action.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "goblin_captain_bf",
- "fields": {
- "name": "Goblin Captain",
- "size": "small",
- "type": "Humanoid",
- "group": "Goblins",
- "armor_class": 17,
- "armor_desc": "chain shirt, shield",
- "hit_points": 32,
- "speed_json": "{\"walk\":30}",
- "strength": 10,
- "dexterity": 18,
- "constitution": 10,
- "intelligence": 12,
- "wisdom": 12,
- "charisma": 10,
- "strength_save": 10,
- "dexterity_save": 18,
- "constitution_save": 10,
- "intelligence_save": 12,
- "wisdom_save": 12,
- "charisma_save": 10,
- "perception": 11,
- "senses": "darkvision 60 ft.",
- "languages": "Common,Goblin",
- "challenge_rating": "1",
- "cr": 1,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The goblin captain makes two Scimitar or Shortbow attacks. If both attacks hit one target, the goblin captain can make one extra Scimitar or Shortbow attack.\"},{\"name\":\"Scimitar\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 5 (1d6+2) slashing damage.\"},{\"name\":\"Shortbow\",\"desc\":\"_Ranged Weapon Attack:_ +4 to hit, range 80/320 ft., one target. _Hit:_ 5 (1d6+2) piercing damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Get That One!\",\"desc\":\"The goblin captain points at a target and calls out to a friendly goblin it can see within 30 feet of it. The chosen goblin can use its reaction to move up to half its speed and make one melee attack against the target.\"},{\"name\":\"Nimble Escape\",\"desc\":\"The goblin takes the Disengage or Hide action.\"}]",
- "reactions_json": "[{\"name\":\"Protect Me!\",\"desc\":\"When a creature the goblin captain can see targets it with an attack, the captain can sidestep behind an ally within 5 feet of it, moving to an unoccupied space within 5 feet of the ally. The chosen ally becomes the target of the attack instead.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "hobgoblin_bf",
- "fields": {
- "name": "Hobgoblin",
- "size": "medium",
- "type": "Humanoid",
- "armor_class": 18,
- "armor_desc": "chain mail, shield",
- "hit_points": 18,
- "speed_json": "{\"walk\":30}",
- "strength": 12,
- "dexterity": 12,
- "constitution": 12,
- "intelligence": 10,
- "wisdom": 10,
- "charisma": 8,
- "strength_save": 12,
- "dexterity_save": 12,
- "constitution_save": 12,
- "intelligence_save": 10,
- "wisdom_save": 10,
- "charisma_save": 8,
- "perception": 10,
- "senses": "darkvision 60 ft.",
- "languages": "Common,Goblin",
- "challenge_rating": "1/2",
- "cr": 0.5,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The hobgoblin makes two Longsword or Longbow attacks.\"},{\"name\":\"Longsword\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 5 (1d8+1) slashing damage, or 6 (1d10+1) slashing damage if used with two hands.\"},{\"name\":\"Longbow\",\"desc\":\"_Ranged Weapon Attack:_ +3 to hit, range 150/600 ft., one target. _Hit:_ 5 (1d8+1) piercing damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Tactical Analysis\",\"desc\":\"The hobgoblin briefly studies one creature it can see within 30 feet of it. It has advantage on the next attack roll it makes against that creature before the start of the hobgoblin's next turn.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "hobgoblin_commander_bf",
- "fields": {
- "name": "Hobgoblin Commander",
- "size": "medium",
- "type": "Humanoid",
- "armor_class": 17,
- "armor_desc": "half plate",
- "hit_points": 72,
- "speed_json": "{\"walk\":30}",
- "strength": 14,
- "dexterity": 14,
- "constitution": 14,
- "intelligence": 12,
- "wisdom": 10,
- "charisma": 14,
- "strength_save": 14,
- "dexterity_save": 14,
- "constitution_save": 14,
- "intelligence_save": 12,
- "wisdom_save": 10,
- "charisma_save": 14,
- "perception": 10,
- "damage_resistances": "charmed,frightened",
- "senses": "darkvision 60 ft.",
- "languages": "Common,Goblin",
- "challenge_rating": "3",
- "cr": 3,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The hobgoblin commander makes three Greatsword or Longbow attacks.\"},{\"name\":\"Greatsword\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 9 (2d6+2) slashing damage.\"},{\"name\":\"Longbow\",\"desc\":\"_Ranged Weapon Attack:_ +4 to hit, range 150/600 ft., one target. _Hit:_ 6 (1d8+2) piercing damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Martial Tactics\",\"desc\":\"The hobgoblin commander employs one of the following tactics:\\n- **Emboldening Shout.** One friendly creature within 30 feet of the hobgoblin commander that it can see gains 7 (2d6) temporary HP until the start of the commander's next turn.\\n- **Pressing Advance.** The commander moves up to half its speed and commands one friendly creature it can see within 30 feet of it to also move. The target can use its reaction to move up to half its speed in the direction of the commander's choosing. This movement for both creatures is unaffected by difficult terrain and doesn't provoke opportunity attacks.\"}]",
- "special_abilities_json": "[{\"name\":\"Unshakable Command\",\"desc\":\"Each friendly creature within 30 feet of the hobgoblin commander can't be charmed or frightened while the commander isn't incapacitated.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "clay_golem_bf",
- "fields": {
- "name": "Clay Golem",
- "size": "large",
- "type": "Construct",
- "group": "Golems",
- "armor_class": 14,
- "armor_desc": "natural armor",
- "hit_points": 163,
- "speed_json": "{\"walk\":20}",
- "strength": 20,
- "dexterity": 8,
- "constitution": 18,
- "intelligence": 2,
- "wisdom": 8,
- "charisma": 1,
- "strength_save": 20,
- "dexterity_save": 8,
- "constitution_save": 18,
- "intelligence_save": 2,
- "wisdom_save": 8,
- "charisma_save": 1,
- "perception": 9,
- "damage_immunities": "acid,Golem Resilience",
- "senses": "darkvision 60 ft.",
- "languages": "understands the languages of its creator but can't speak",
- "challenge_rating": "9",
- "cr": 9,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The golem makes three Slam attacks.\"},{\"name\":\"Slam\",\"desc\":\"_Melee Weapon Attack:_ +9 to hit, reach 5 ft., one target. _Hit:_ 21 (3d10+5) bludgeoning, piercing, or slashing damage, as determined by Mold Hand. The target must succeed on a DC 16 STR save or suffer an effect based on the type of damage: knocked prone (bludgeoning), pushed up to 10 feet away from the golem (piercing), or its speed is reduced by 10 feet until the end of its next turn (slashing).\"},{\"name\":\"Haste (Recharge 5-6)\",\"desc\":\"Until the end of its next turn, the golem magically gains a +2 bonus to its AC, has advantage on DEX saves, and can make a Slam attack as a bonus action.\"}]",
- "bonus_actions_json": "[{\"name\":\"Mold Hand\",\"desc\":\"The clay golem molds its hand into the shape of a weapon or back into a hand. The golem's Slam attack deals bludgeoning, piercing, or slashing damage, depending on the type of weapon chosen, until the golem uses this bonus action again. For example, a hand shaped like an axe deals slashing damage.\"}]",
- "special_abilities_json": "[{\"name\":\"Acid Absorption\",\"desc\":\"Whenever the golem is subjected to acid damage, it takes no damage and instead regains HP equal to the acid damage dealt.\"},{\"name\":\"Construct Nature\",\"desc\":\"The golem doesn't require air, food, drink, or sleep.\"},{\"name\":\"Fire Weakness\",\"desc\":\"When the clay golem takes fire damage, its body temporarily hardens like baked clay. Until the end of its next turn, the golem's speed is reduced by 10 feet, it can't use Mold Hand, and its AC becomes 18.\"},{\"name\":\"Golem Resilience\",\"desc\":\"The golem is immune to poison and psychic damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to exhaustion and to the charmed, frightened, paralyzed, petrified, and poisoned conditions.\"},{\"name\":\"Immutable Form\",\"desc\":\"The golem is immune to any spell or effect that would alter its form.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The golem has advantage on saves against spells and other magical effects.\"},{\"name\":\"Magic Weapons\",\"desc\":\"The golem's weapon attacks are magical.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "flesh_golem_bf",
- "fields": {
- "name": "Flesh Golem",
- "size": "medium",
- "type": "Construct",
- "group": "Golems",
- "armor_class": 9,
- "hit_points": 129,
- "speed_json": "{\"walk\":30}",
- "strength": 18,
- "dexterity": 8,
- "constitution": 18,
- "intelligence": 6,
- "wisdom": 10,
- "charisma": 4,
- "strength_save": 18,
- "dexterity_save": 8,
- "constitution_save": 18,
- "intelligence_save": 6,
- "wisdom_save": 10,
- "charisma_save": 4,
- "perception": 13,
- "damage_immunities": "lightning,Flesh Golem Resilience",
- "senses": "darkvision 60 ft.",
- "languages": "understands the languages of its creator but can't speak",
- "challenge_rating": "5",
- "cr": 5,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The golem makes two Slam attacks.\"},{\"name\":\"Slam\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 17 (3d8+4) bludgeoning damage.\"},{\"name\":\"Creator's Anguish (Recharge 5-6)\",\"desc\":\"The golem releases a wave of emotional anguish from its core. Each creature within 15 feet of the golem must make a DC 15 WIS save. On a failure, a creature takes 31 (9d6) psychic damage and is incapacitated until the end of its next turn, as its mind fills with memories of its greatest failures. On a success, a creature takes half the damage and isn't incapacitated.\"}]",
- "special_abilities_json": "[{\"name\":\"Aversion of Fire\",\"desc\":\"If the golem takes fire damage, it loses its immunity to the frightened condition and has disadvantage on attack rolls and ability checks until the end of its next turn.\"},{\"name\":\"Berserk (55 HP or Fewer)\",\"desc\":\"When the golem starts its turn, roll a d6. On a 6, the golem goes berserk. On each of its turns while berserk, the golem attacks the nearest creature it can see. If no creature is near enough to move to and attack, the golem attacks an object, with preference for an object smaller than itself. Once the golem goes berserk, it continues to do so until it is destroyed or regains all its HP. The golem's creator, if within 60 feet of the berserk golem, can try to calm it by speaking firmly and persuasively. The golem must be able to hear its creator, who must take an action to make a DC 15 CHA (Persuasion) check. If the check succeeds, the golem ceases being berserk. If the golem takes damage while still at 55 HP or fewer, the golem might go berserk again.\"},{\"name\":\"Construct Nature\",\"desc\":\"The golem doesn't require air, food, drink, or sleep.\"},{\"name\":\"Flesh Golem Resilience\",\"desc\":\"The golem is immune to poison damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to exhaustion and to the charmed, frightened, paralyzed, petrified, and poisoned conditions.\"},{\"name\":\"Immutable Form\",\"desc\":\"The golem is immune to any spell or effect that would alter its form.\"},{\"name\":\"Lightning Absorption\",\"desc\":\"Whenever the golem is subjected to lightning damage, it takes no damage and instead regains HP equal to the lightning damage dealt.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The golem has advantage on saves against spells and other magical effects.\"},{\"name\":\"Magic Weapons\",\"desc\":\"The golem's weapon attacks are magical.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "iron_golem_bf",
- "fields": {
- "name": "Iron Golem",
- "size": "large",
- "type": "Construct",
- "group": "Golems",
- "armor_class": 20,
- "armor_desc": "natural armor, shield",
- "hit_points": 201,
- "speed_json": "{\"walk\":30}",
- "strength": 34,
- "dexterity": 8,
- "constitution": 20,
- "intelligence": 2,
- "wisdom": 10,
- "charisma": 1,
- "strength_save": 34,
- "dexterity_save": 8,
- "constitution_save": 20,
- "intelligence_save": 2,
- "wisdom_save": 10,
- "charisma_save": 1,
- "perception": 15,
- "damage_immunities": "fire,Golem Resilience",
- "senses": "darkvision 120 ft.",
- "languages": "understands the languages of its creator but can't speak",
- "challenge_rating": "16",
- "cr": 16,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The golem makes four Spear Arm attacks. It can replace one Spear Arm attack with a Shield Bash attack.\"},{\"name\":\"Shield Bash\",\"desc\":\"_Melee Weapon Attack:_ +12 to hit, reach 5 ft., one target. _Hit:_ 29 (4d10+7) bludgeoning damage, and the target must succeed on a DC 18 STR save or be knocked prone.\"},{\"name\":\"Spear Arm\",\"desc\":\"_Melee Weapon Attack:_ +12 to hit, reach 10 ft., one target. _Hit:_ 25 (4d8+7) piercing damage.\"},{\"name\":\"Expel Poisonous Gas (Recharge 5-6)\",\"desc\":\"The golem vents poisonous gas from small holes across its body. Each creature within 15 feet of the golem must make a DC 18 CON save, taking 54 (12d8) poison damage on a failed save, or half as much damage on a successful one.\"}]",
- "special_abilities_json": "[{\"name\":\"Construct Nature\",\"desc\":\"The golem doesn't require air, food, drink, or sleep.\"},{\"name\":\"Golem Resilience\",\"desc\":\"The golem is immune to poison and psychic damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to exhaustion and to the charmed, frightened, paralyzed, petrified, and poisoned conditions.\"},{\"name\":\"Fire Absorption\",\"desc\":\"Whenever the golem is subjected to fire damage, it takes no damage and instead regains HP equal to the fire damage dealt.\"},{\"name\":\"Immutable Form\",\"desc\":\"The golem is immune to any spell or effect that would alter its form.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The golem has advantage on saves against spells and other magical effects.\"},{\"name\":\"Magic Weapons\",\"desc\":\"The golem's weapon attacks are magical.\"},{\"name\":\"Warrior Stance\",\"desc\":\"At the start of each of its turns, the iron golem chooses one of the following fighting stances to adopt, which lasts until the start of the golem's next turn.\\n- **Retributive.** The next time the golem is hit by a melee weapon attack from a creature within 5 feet of it before the start of its next turn, the golem can slam its shoulder into the attacker as a reaction. The attacker must succeed on a DC 18 STR save or be pushed up to 10 feet away from the golem and knocked prone.\\n- **Aggressive.** When the golem uses Multiattack, it can replace one additional Spear Arm attack with a Shield Bash attack. If it does so, its AC is reduced by 2 until the start of its next turn.\\n- **Defensive.** The golem's AC increases by 4, but it can't make Shield Bash attacks until the start of its next turn.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "stone_golem_bf",
- "fields": {
- "name": "Stone Golem",
- "size": "large",
- "type": "Construct",
- "group": "Golems",
- "armor_class": 17,
- "armor_desc": "natural armor",
- "hit_points": 176,
- "speed_json": "{\"walk\":30}",
- "strength": 20,
- "dexterity": 8,
- "constitution": 28,
- "intelligence": 2,
- "wisdom": 10,
- "charisma": 1,
- "strength_save": 20,
- "dexterity_save": 8,
- "constitution_save": 28,
- "intelligence_save": 2,
- "wisdom_save": 10,
- "charisma_save": 1,
- "perception": 10,
- "damage_immunities": "Golem Resilience",
- "senses": "darkvision 120 ft.",
- "languages": "understands the languages of its creator but can't speak",
- "challenge_rating": "10",
- "cr": 10,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The golem makes three Slam attacks.\"},{\"name\":\"Slam\",\"desc\":\"_Melee Weapon Attack:_ +9 to hit, reach 5 ft., one target. _Hit:_ 21 (3d10+5) bludgeoning damage.\"},{\"name\":\"Slow (Recharge 6)\",\"desc\":\"The golem shares the plodding perception of timeless stone with those nearby, slowing all life to a crawl. Each creature within 10 feet of the golem must make a DC 17 WIS save. On a failure, a creature can't use reactions, its speed is halved, and it can't make more than one attack on its turn. In addition, the creature can take either an action or a bonus action on its turn, not both. These effects last for 1 minute. A creature can repeat the save at the end of each of its turns, ending the effect on itself on a success.\"}]",
- "bonus_actions_json": "[{\"name\":\"Rearrange Stone\",\"desc\":\"The stone golem rearranges some of the stone comprising its body, choosing one of the following arrangements. The arrangement lasts until the golem ends the effect as a bonus action, uses this bonus action again, or until it is incapacitated.\\n- **Jagged Stones.** The golem turns several of the stones on its body to point outward. Its AC is reduced by 2, and each time a creature within 5 feet of the golem hits it with a melee attack, the attacker takes 5 (2d4) piercing damage.\\n- **Protective Slabs.** The golem slides several flat stones around its body to protect its vulnerable areas. Its speed is reduced by 10 feet, and each time it takes damage, the damage is reduced by 5 (2d4).\"}]",
- "special_abilities_json": "[{\"name\":\"Construct Nature\",\"desc\":\"The golem doesn't require air, food, drink, or sleep.\"},{\"name\":\"Golem Resilience\",\"desc\":\"The golem is immune to poison and psychic damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to exhaustion and to the charmed, frightened, paralyzed, petrified, and poisoned conditions.\"},{\"name\":\"Immutable Form\",\"desc\":\"The golem is immune to any spell or effect that would alter its form.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The golem has advantage on saves against spells and other magical effects.\"},{\"name\":\"Magic Weapons\",\"desc\":\"The golem's weapon attacks are magical.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "gorgon_bf",
- "fields": {
- "name": "Gorgon",
- "size": "large",
- "type": "Monstrosity",
- "armor_class": 18,
- "armor_desc": "natural armor",
- "hit_points": 96,
- "speed_json": "{\"walk\":40}",
- "strength": 20,
- "dexterity": 10,
- "constitution": 18,
- "intelligence": 2,
- "wisdom": 14,
- "charisma": 6,
- "strength_save": 20,
- "dexterity_save": 10,
- "constitution_save": 18,
- "intelligence_save": 2,
- "wisdom_save": 14,
- "charisma_save": 6,
- "perception": 15,
- "damage_resistances": "Monstrosity Resilience",
- "damage_immunities": "poison,petrified,poisoned",
- "senses": "darkvision 60 ft.",
- "languages": "-",
- "challenge_rating": "5",
- "cr": 5,
- "actions_json": "[{\"name\":\"Petrifying Breath (Recharge 5-6)\",\"desc\":\"The gorgon exhales poisonous, petrifying gas in a 30-foot cone. Creatures in the area must make a DC 13 CON save. On a failure, a creature takes 21 (6d6) poison damage and is restrained as it begins to turn to stone. On a success, a creature takes half the damage and isn't restrained. A restrained creature must repeat the save at the end of its next turn. On a success, the effect ends on the creature. On a failure, the creature is petrified until freed by the greater restoration spell or other magic.\"},{\"name\":\"Multiattack\",\"desc\":\"The gorgon makes one Gore attack and one Hooves attack.\"},{\"name\":\"Gore\",\"desc\":\"_Melee Weapon Attack:_ +8 to hit, reach 5 ft., one target. _Hit:_ 18 (2d12+5) piercing damage.\"},{\"name\":\"Hooves\",\"desc\":\"_Melee Weapon Attack:_ +8 to hit, reach 5 ft., one target. _Hit:_ 16 (2d10+5) bludgeoning damage.\"}]",
- "special_abilities_json": "[{\"name\":\"Monstrosity Resilience\",\"desc\":\"The gorgon is resistant to exhaustion and to the frightened condition.\"},{\"name\":\"Trampling Charge\",\"desc\":\"If the gorgon moves at least 20 feet straight toward a creature and then hits it with a Gore attack on the same turn, that target must succeed on a DC 16 STR save or be knocked prone. If the target is prone, the gorgon can make one Hooves attack against it as a bonus action.\"}]",
- "reactions_json": "[{\"name\":\"Poisonous Retort\",\"desc\":\"When the gorgon is hit by an attack from a creature it can see within 10 feet of it, the gorgon can snort angrily, releasing a puff of poisonous gas at the creature. The attacker must succeed on a DC 16 CON save or be poisoned until the end of its next turn.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "gray_ooze_bf",
- "fields": {
- "name": "Gray Ooze",
- "size": "medium",
- "type": "Ooze",
- "armor_class": 8,
- "hit_points": 29,
- "speed_json": "{\"walk\":15,\"climb\":15}",
- "strength": 12,
- "dexterity": 6,
- "constitution": 16,
- "intelligence": 1,
- "wisdom": 6,
- "charisma": 2,
- "strength_save": 12,
- "dexterity_save": 6,
- "constitution_save": 16,
- "intelligence_save": 1,
- "wisdom_save": 6,
- "charisma_save": 2,
- "perception": 8,
- "damage_vulnerabilities": "cold",
- "damage_resistances": "acid,fire,Ooze Resilience",
- "damage_immunities": "Ooze Resilience",
- "senses": "keensense 60 ft. (can't sense beyond this radius)",
- "languages": "-",
- "challenge_rating": "1/2",
- "cr": 0.5,
- "actions_json": "[{\"name\":\"Pseudopod\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 10 ft., one target. _Hit:_ 3 (1d4+1) bludgeoning damage plus 7 (2d6) acid damage, and if the target is wearing nonmagical metal armor, the armor is partly corroded and takes a permanent and cumulative -1 penalty to the AC it offers. Armor reduced to an AC of 10 is destroyed.\"}]",
- "special_abilities_json": "[{\"name\":\"Amorphous\",\"desc\":\"The ooze can move through a space as narrow as 1 inch wide without squeezing.\"},{\"name\":\"Corrode Metal\",\"desc\":\"Any nonmagical weapon made of metal that hits the ooze corrodes. After dealing damage, the weapon takes a permanent and cumulative -1 penalty to damage rolls. If its penalty drops to -5, the weapon is destroyed. Nonmagical ammunition made of metal that hits the ooze is destroyed after dealing damage. The ooze can eat through 2-inch-thick, nonmagical metal in 1 round.\"},{\"name\":\"False Appearance\",\"desc\":\"While the ooze remains motionless, it is indistinguishable from ordinary fresh or curing mortar.\"},{\"name\":\"Ooze Nature\",\"desc\":\"The ooze doesn't require sleep.\"},{\"name\":\"Ooze Resilience\",\"desc\":\"The ooze is resistant to the grappled and restrained conditions, and it is immune to exhaustion and to the blinded, charmed, deafened, frightened, and prone conditions.\"},{\"name\":\"Spider Climb\",\"desc\":\"The ooze can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.\"}]",
- "reactions_json": "[{\"name\":\"Solidify\",\"desc\":\"When the ooze is hit by an attack, it can partially solidify its body, reducing the damage it takes by 2 (1d4). If it has taken fire damage since the start of its last turn, the damage it takes is reduced by 3 (1d6) instead. The ooze can't use this reaction if it has taken cold damage since the start of its last turn.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "grick_bf",
- "fields": {
- "name": "Grick",
- "size": "medium",
- "type": "Monstrosity",
- "armor_class": 14,
- "armor_desc": "natural armor",
- "hit_points": 57,
- "speed_json": "{\"walk\":30,\"climb\":30}",
- "strength": 14,
- "dexterity": 14,
- "constitution": 10,
- "intelligence": 2,
- "wisdom": 14,
- "charisma": 4,
- "strength_save": 14,
- "dexterity_save": 14,
- "constitution_save": 10,
- "intelligence_save": 2,
- "wisdom_save": 14,
- "charisma_save": 4,
- "perception": 12,
- "damage_resistances": "bludgeoning,Monstrosity Resilience",
- "senses": "darkvision 60 ft.",
- "languages": "-",
- "challenge_rating": "2",
- "cr": 2,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The grick makes one Beak attack and one Tentacles attack.\"},{\"name\":\"Beak\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 9 (2d6+2) piercing damage.\"},{\"name\":\"Tentacles\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 12 (4d4+2) piercing damage.\"}]",
- "special_abilities_json": "[{\"name\":\"Monstrosity Resilience\",\"desc\":\"The grick is resistant to exhaustion and to the frightened condition.\"},{\"name\":\"Spider Climb\",\"desc\":\"The grick can climb difficult surfaces, including upside ceilings, without needing to make an ability check.\"},{\"name\":\"Stone Camouflage\",\"desc\":\"The grick's Stealth is 17 in rocky terrain.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "griffon_bf",
- "fields": {
- "name": "Griffon",
- "size": "large",
- "type": "Monstrosity",
- "subtype": "Animal",
- "armor_class": 12,
- "hit_points": 63,
- "speed_json": "{\"walk\":30,\"fly\":80}",
- "strength": 18,
- "dexterity": 14,
- "constitution": 16,
- "intelligence": 2,
- "wisdom": 12,
- "charisma": 8,
- "strength_save": 18,
- "dexterity_save": 14,
- "constitution_save": 16,
- "intelligence_save": 2,
- "wisdom_save": 12,
- "charisma_save": 8,
- "perception": 13,
- "damage_resistances": "Monstrosity Resilience",
- "senses": "darkvision 60 ft.",
- "languages": "-",
- "challenge_rating": "2",
- "cr": 2,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The griffon makes one Beak attack and one Claws attack.\"},{\"name\":\"Beak\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 8 (1d8+4) piercing damage.\"},{\"name\":\"Claws\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6+4) slashing damage.\"}]",
- "special_abilities_json": "[{\"name\":\"Heightened Sight\",\"desc\":\"The griffon's Perception is 18 when perceiving by sight.\"},{\"name\":\"Monstrosity Resilience\",\"desc\":\"The griffon is resistant to exhaustion and to the frightened condition.\"},{\"name\":\"Pack Tactics\",\"desc\":\"The griffon has advantage on attack rolls against a creature if at least one of the griffon's allies is within 5 feet of the creature and the ally isn't incapacitated.\"},{\"name\":\"Pounce\",\"desc\":\"If the griffon moves at least 20 feet straight toward a creature and then hits it with a Claws attack on the same turn, that target must succeed on a DC 14 STR save or be knocked prone. If the target is prone, the griffon can make one Beak attack against it as a bonus action.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "grimlock_bf",
- "fields": {
- "name": "Grimlock",
- "size": "medium",
- "type": "Humanoid",
- "armor_class": 11,
- "hit_points": 17,
- "speed_json": "{\"walk\":30}",
- "strength": 16,
- "dexterity": 12,
- "constitution": 12,
- "intelligence": 8,
- "wisdom": 12,
- "charisma": 6,
- "strength_save": 16,
- "dexterity_save": 12,
- "constitution_save": 12,
- "intelligence_save": 8,
- "wisdom_save": 12,
- "charisma_save": 6,
- "perception": 11,
- "damage_vulnerabilities": "thunder,deafened",
- "damage_immunities": "blinded",
- "senses": "keensense 30 ft. (can't sense beyond this radius)",
- "languages": "Dwarvish,Undercommon",
- "challenge_rating": "1/4",
- "cr": 0.25,
- "actions_json": "[{\"name\":\"Spiked Club\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 5 (1d4+3) bludgeoning damage plus 2 (1d4) piercing damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Strange Bauble\",\"desc\":\"The grimlock reaches into a pocket, pulls out a small object, and throws it at a creature the grimlock can sense within 30 feet. The grimlock chooses one of the following objects:\\n- **Flashing Rock.** The grimlock throws a warm, scintillating rock at the target that bursts with a myriad of colors. The target must succeed on a DC 11 DEX save or be blinded until the end of its next turn.\\n- **Illusory Dancer.** The grimlock throws a small disk that emits a blurry, fractured illusion of a graceful, humanoid dancer. The target must succeed on a DC 11 CHA save or be incapacitated until the end of its next turn as it is mesmerized by the dance.\\n- **Whirling Death.** The grimlock throws a small, bladed gear that grows larger and larger as it travels toward the target, threatening to slice the target into pieces. The target must succeed on a DC 11 WIS save or be frightened until the end of its next turn. On a success, the target realizes the gear's growth was a magical, illusory effect and that the gear never increased in size.\"}]",
- "special_abilities_json": "[{\"name\":\"Heightened Hearing and Smell\",\"desc\":\"The grimlock's Perception is 16 when perceiving by hearing or smell.\"},{\"name\":\"Stone Camouflage\",\"desc\":\"The grimlock's Stealth is 18 while in rocky terrain.\"},{\"name\":\"Suppressed Senses\",\"desc\":\"The grimlock can't use its keensense while deafened and unable to smell.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "ambush_hag_bf",
- "fields": {
- "name": "Ambush Hag",
- "size": "medium",
- "type": "Fey",
- "group": "Hags",
- "armor_class": 16,
- "armor_desc": "natural armor",
- "hit_points": 156,
- "speed_json": "{\"walk\":30,\"climb\":30}",
- "strength": 16,
- "dexterity": 26,
- "constitution": 16,
- "intelligence": 16,
- "wisdom": 14,
- "charisma": 26,
- "strength_save": 16,
- "dexterity_save": 26,
- "constitution_save": 16,
- "intelligence_save": 16,
- "wisdom_save": 14,
- "charisma_save": 26,
- "perception": 16,
- "damage_resistances": "Fey Resilience",
- "damage_immunities": "poison,poisoned",
- "senses": "darkvision 120 ft.",
- "languages": "Common,Sylvan",
- "challenge_rating": "9",
- "cr": 9,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The ambush hag makes two Claw attacks or three Poison Spray attacks. It can replace one attack with a use of Spellcasting.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +8 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8+4) slashing damage plus 18 (4d8) poison damage, and the target must succeed on a DC 16 CON save or be paralyzed for 1 minute. The creature can repeat the save at the end of each of its turns, ending the effect on itself on a success.\"},{\"name\":\"Poison Spray\",\"desc\":\"_Ranged Spell Attack:_ +8 to hit, range 60 ft., one target. _Hit:_ 22 (4d8+4) poison damage, and the target must succeed on a DC 16 STR save or be restrained until the end of its next turn.\"},{\"name\":\"Spellcasting\",\"desc\":\"The ambush hag casts one of the following spells, requiring no material components and using CHA as the spellcasting ability (spell save DC 16):
At will: _message_, _minor illusion_, _prestidigitation_
3/day each: _blur_, _charm_, _hallucinatory terrain_ (as an action)
1/day each: _hypnotic pattern_, _major image_, _seeming_\"}]",
- "bonus_actions_json": "[{\"name\":\"Illusory Appearance\",\"desc\":\"The hag covers itself and anything it is wearing or carrying with a magical illusion that makes it look like another creature of its general size and humanoid shape. The illusion ends if the hag takes a bonus action to end it or if the hag dies.
The changes wrought by this effect fail to hold up to physical inspection. For example, the hag could appear to have smooth skin, but someone touching it would feel its rough flesh. Otherwise, a creature must take an action to visually inspect the illusion and succeed on a DC 20 INT (Investigation) check to discern that the hag is disguised.\"}]",
- "special_abilities_json": "[{\"name\":\"Fey Resilience\",\"desc\":\"The ambush hag is resistant to the charmed and unconscious conditions.\"},{\"name\":\"Mimicry\",\"desc\":\"The hag can mimic Animal sounds and Humanoid voices. A creature that hears the sounds can tell they are imitations with a successful DC 16 WIS (Insight) check.\"},{\"name\":\"Spider Climb\",\"desc\":\"The ambush hag can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "green_hag_bf",
- "fields": {
- "name": "Green Hag",
- "size": "medium",
- "type": "Fey",
- "group": "Hags",
- "armor_class": 16,
- "armor_desc": "natural armor",
- "hit_points": 76,
- "speed_json": "{\"walk\":30}",
- "strength": 18,
- "dexterity": 12,
- "constitution": 16,
- "intelligence": 12,
- "wisdom": 14,
- "charisma": 22,
- "strength_save": 18,
- "dexterity_save": 12,
- "constitution_save": 16,
- "intelligence_save": 12,
- "wisdom_save": 14,
- "charisma_save": 22,
- "perception": 14,
- "damage_resistances": "Fey Resilience",
- "senses": "darkvision 60 ft.",
- "languages": "Common,Sylvan",
- "challenge_rating": "3",
- "cr": 3,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The hag makes two Claw or Torment attacks. If two attacks hit one creature, the target must succeed on a DC 14 WIS save or be overwhelmed with pain and have disadvantage on attack rolls until the end of its next turn.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8+4) slashing damage.\"},{\"name\":\"Torment\",\"desc\":\"_Ranged Spell Attack:_ +6 to hit, range 60 ft., one target. _Hit:_ 14 (3d6+4) psychic damage.\"},{\"name\":\"Poisonous Allies (1/Day)\",\"desc\":\"The hag magically calls 1 **giant spider**, 2 **giant poisonous snakes**, or 2d4 **poisonous snakes**. They arrive in 1d4 rounds, acting as allies of the hag and obeying its spoken commands. The creatures remain for 1 hour, until the hag dies, or until the hag dismisses them as a bonus action.\"},{\"name\":\"Invisible Passage\",\"desc\":\"The hag magically turns invisible until it attacks or casts a spell, or until its concentration ends (as if concentrating on a spell). While invisible, it leaves no physical evidence of its passage and can be tracked only by magic. Any equipment it wears or carries is invisible with it.\"},{\"name\":\"Spellcasting\",\"desc\":\"The hag casts one of the following spells, requiring no material components and using CHA as the spellcasting ability (spell save DC 14).
At will: _dancing lights_, _minor illusion_
1/day: _bestow curse_\"}]",
- "bonus_actions_json": "[{\"name\":\"Illusory Appearance\",\"desc\":\"The hag covers itself and anything it is wearing or carrying with a magical illusion that makes it look like another creature of its general size and Humanoid shape. The illusion ends if the hag takes a bonus action to end it or if the hag dies.
The changes wrought by this effect fail to hold up to physical inspection. For example, the hag could appear to have smooth skin, but someone touching it would feel its rough flesh. Otherwise, a creature must take an action to visually inspect the illusion and succeed on a DC 20 INT (Investigation) check to discern that the hag is disguised.\"}]",
- "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The hag can breathe air and water.\"},{\"name\":\"Fey Resilience\",\"desc\":\"The hag is resistant to the charmed and unconscious conditions.\"},{\"name\":\"Mimicry\",\"desc\":\"The hag can mimic Animal sounds and Humanoid voices. A creature that hears the sounds can tell they are imitations with a successful DC 14 WIS (Insight) check. Speak with Beasts. The hag can communicate with Beasts as if they shared a language.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "night_hag_bf",
- "fields": {
- "name": "Night Hag",
- "size": "medium",
- "type": "Fiend",
- "group": "Hags",
- "armor_class": 17,
- "armor_desc": "natural armor",
- "hit_points": 104,
- "speed_json": "{\"walk\":30}",
- "strength": 18,
- "dexterity": 14,
- "constitution": 16,
- "intelligence": 16,
- "wisdom": 14,
- "charisma": 22,
- "strength_save": 18,
- "dexterity_save": 14,
- "constitution_save": 16,
- "intelligence_save": 16,
- "wisdom_save": 14,
- "charisma_save": 22,
- "perception": 15,
- "damage_resistances": "cold,fire; bludgeoning,piercing,and slashing damage from nonmagical attacks",
- "damage_immunities": "charmed,unconscious",
- "senses": "truesight 120 ft.",
- "languages": "Abyssal,Common,Infernal,Primordial",
- "challenge_rating": "5",
- "cr": 5,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The night hag can use Cause Sorrow. It then makes two Claw or Arcane Bolt attacks. It can replace one Claw or Arcane Bolt attack with a use of Spellcasting.\"},{\"name\":\"Claw (Hag Form Only)\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 18 (4d6+4) slashing damage.\"},{\"name\":\"Arcane Bolt\",\"desc\":\"_Ranged Spell Attack:_ +6 to hit, range 60 ft., one target. _Hit:_ 19 (3d10+3) force damage.\"},{\"name\":\"Cause Sorrow\",\"desc\":\"One creature the hag can see within 10 feet of it must succeed on a DC 14 CHA save or be filled with sorrow for 1 minute. While filled with sorrow, a creature is incapacitated and experiences visions or memories of sorrowful events. The target can repeat the save at the end of each of its turns (if conscious) or end of each hour (if unconscious), ending the effect on itself on a success.
For each hour an unconscious creature is affected, its HP maximum is reduced by 5 (1d10). This reduction lasts until removed by the greater restoration spell or similar magic. The creature dies if this effect reduces its HP maximum to 0. If an unconscious creature suffers from least 1 hour, it doesn't gain any benefits from the rest. The hag can have only one creature filled with sorrow at a time. If it uses Cause Sorrow on another, the effect on the previous creature ends.Cause Sorrow for at\"},{\"name\":\"Spellcasting\",\"desc\":\"The hag casts one of the following spells, requiring no material components and using CHA as the spellcasting ability (spell save DC 14).
At will: _ray of enfeeblement_, _silent image_
2/day each: _detect thoughts_, _plane shift_ (self only), _sleep_\"}]",
- "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The hag magically transforms into Medium or smaller Humanoid, or back into its true form, which is Fiend. Its statistics, other than its size, are the same in each form. Any equipment it is wearing or carrying transforms with it. It reverts to its true form if it dies.\"},{\"name\":\"Etherealness\",\"desc\":\"The hag magically enters the Ethereal Plane from the Material Plane, or vice versa. The hag can use Cause Sorrow on an unconscious creature not on its plane; otherwise, the hag can't affect or be affected by anything on the other plane.\"}]",
- "special_abilities_json": "[{\"name\":\"Magic Resistance\",\"desc\":\"The hag has advantage on saves against spells and other magical effects.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "sea_hag_bf",
- "fields": {
- "name": "Sea Hag",
- "size": "medium",
- "type": "Fey",
- "group": "Hags",
- "armor_class": 14,
- "armor_desc": "natural armor",
- "hit_points": 51,
- "speed_json": "{\"walk\":30,\"swim\":40}",
- "strength": 16,
- "dexterity": 12,
- "constitution": 14,
- "intelligence": 12,
- "wisdom": 12,
- "charisma": 12,
- "strength_save": 16,
- "dexterity_save": 12,
- "constitution_save": 14,
- "intelligence_save": 12,
- "wisdom_save": 12,
- "charisma_save": 12,
- "perception": 11,
- "damage_resistances": "Fey Resilience",
- "damage_immunities": "frightened",
- "senses": "darkvision 60 ft.",
- "languages": "Aquan,Common,Giant",
- "challenge_rating": "2",
- "cr": 2,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The hag uses Death Glare. It then makes two Claw attacks.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) slashing damage.\"},{\"name\":\"Death Glare\",\"desc\":\"One creature the hag can see within 30 feet of it must succeed on a DC 12 WIS save or be frightened until the end of its next turn. If the target is already frightened and fails the save, it is reduced to 0 HP instead. If reduced to 0 HP in this way, the creature is stable.\"}]",
- "bonus_actions_json": "[{\"name\":\"Illusory Appearance\",\"desc\":\"The hag covers itself and anything it is wearing or carrying with a magical illusion that makes it look like another creature of its general size and Humanoid shape. The illusion ends if the hag takes a bonus action to end it or if the hag dies.
The changes from this effect fail to hold up to physical inspection. For example, the hag could appear to have smooth skin, but someone touching it would feel its scaly flesh. Otherwise, a creature must take an action to visually inspect the illusion and succeed on a DC 20 INT (Investigation) check to discern that the hag is disguised.\"}]",
- "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The sea hag can breathe air and water.\"},{\"name\":\"Fey Resilience\",\"desc\":\"The sea hag is resistant to the charmed and unconscious conditions.\"},{\"name\":\"Horrific Appearance\",\"desc\":\"When a Humanoid that can see the hag's true form starts its turn within 30 feet of the hag, the hag can force it to make a DC 12 WIS save. On a failure, the creature is frightened until the start of its next turn. Unless surprised or the revelation of the hag's true form is sudden, such as the ending of Illusory Appearance, a creature can avert its eyes to avoid the save at the start of its turn. If the creature does so, it can't see the hag until the start of its next turn, when it can avert its eyes again. If the creature looks at the hag in the meantime, it must immediately make the save.\"},{\"name\":\"Underwater Camouflage\",\"desc\":\"The hag's Stealth is 18 while underwater and not using Illusory Appearance.\"}]",
- "reactions_json": "[{\"name\":\"Barnacle Block\",\"desc\":\"When the hag takes damage from a source it can see, the hag can shift the barnacles and scales on its body to absorb some of the impact, reducing the damage by 4 (1d8).\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "harpy_bf",
- "fields": {
- "name": "Harpy",
- "size": "medium",
- "type": "Monstrosity",
- "armor_class": 13,
- "hit_points": 38,
- "speed_json": "{\"walk\":20,\"fly\":40}",
- "strength": 12,
- "dexterity": 16,
- "constitution": 12,
- "intelligence": 6,
- "wisdom": 10,
- "charisma": 12,
- "strength_save": 12,
- "dexterity_save": 16,
- "constitution_save": 12,
- "intelligence_save": 6,
- "wisdom_save": 10,
- "charisma_save": 12,
- "perception": 10,
- "damage_resistances": "charmed,Monstrosity Resilience",
- "senses": "darkvision 120 ft.",
- "languages": "Common",
- "challenge_rating": "1",
- "cr": 1,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The harpy makes two Claw or Screech attacks. If both Screech attacks hit one Giant or Humanoid, the target has disadvantage on the next save it makes against the harpy's Luring Song before the start of the harpy's next turn.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 8 (2d4+3) slashing damage.\"},{\"name\":\"Screech\",\"desc\":\"_Ranged Spell Attack:_ +4 to hit, range 30/120 ft., one target. _Hit:_ 8 (2d6+1) thunder damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Luring Song\",\"desc\":\"The harpy sings a magical melody. Every Humanoid and Giant within 300 feet of the harpy that can hear the song must succeed on a DC 11 WIS save or be charmed until the song ends. The harpy must use a bonus action on its subsequent turns to continue singing. It can stop singing at any time. The song ends if the harpy is incapacitated.
While charmed by the harpy, a target is incapacitated and ignores the songs of other harpies. If the charmed target is more than 5 feet away from the harpy, the target must move on its turn toward the harpy by the most direct route, trying to get within 5 feet. It doesn't avoid opportunity attacks, but before moving into damaging terrain, such as lava or a pit, and whenever it takes damage from a source other than the harpy, the target can repeat the save. A charmed target can also repeat the save at the end of each of its turns. If the save is successful, the effect ends on it. A target that successfully saves is immune to this harpy's song for the next 24 hours.\"}]",
- "special_abilities_json": "[{\"name\":\"Monstrosity Resilience\",\"desc\":\"The harpy is resistant to exhaustion and to the frightened condition.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "hell_hound_bf",
- "fields": {
- "name": "Hell Hound",
- "size": "medium",
- "type": "Fiend",
- "armor_class": 15,
- "armor_desc": "natural armor",
- "hit_points": 76,
- "speed_json": "{\"walk\":50}",
- "strength": 20,
- "dexterity": 12,
- "constitution": 14,
- "intelligence": 6,
- "wisdom": 16,
- "charisma": 6,
- "strength_save": 20,
- "dexterity_save": 12,
- "constitution_save": 14,
- "intelligence_save": 6,
- "wisdom_save": 16,
- "charisma_save": 6,
- "perception": 15,
- "damage_immunities": "fire,charmed,frightened",
- "senses": "darkvision 60 ft.",
- "languages": "understands Infernal but can't speak",
- "challenge_rating": "3",
- "cr": 3,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The hell hound makes two Bite attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 7 (1d8+3) piercing damage plus 7 (2d6) fire damage.\"},{\"name\":\"Fire Breath (Recharge 5-6)\",\"desc\":\"The hound exhales fire in a 15foot cone. Each creature in that area must make a DC 13 DEX save, taking 21 (6d6) fire damage on a failed save, or half as much damage on a successful one.\"}]",
- "special_abilities_json": "[{\"name\":\"Pack Tactics\",\"desc\":\"The hound has advantage on an attack roll against a creature if at least one of the hound's allies is within 5 feet of the creature and the ally isn't incapacitated.\"},{\"name\":\"Prey Sense\",\"desc\":\"The hound can pinpoint, by scent, the location of Medium and smaller creatures within 30 feet of it.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "hippocampus_bf",
- "fields": {
- "name": "Hippocampus",
- "size": "large",
- "type": "Beast",
- "armor_class": 11,
- "hit_points": 42,
- "speed_json": "{\"walk\":10,\"swim\":60}",
- "strength": 18,
- "dexterity": 12,
- "constitution": 12,
- "intelligence": 2,
- "wisdom": 12,
- "charisma": 8,
- "strength_save": 18,
- "dexterity_save": 12,
- "constitution_save": 12,
- "intelligence_save": 2,
- "wisdom_save": 12,
- "charisma_save": 8,
- "perception": 13,
- "damage_resistances": "cold",
- "senses": "darkvision 60 ft.",
- "languages": "-",
- "challenge_rating": "1",
- "cr": 1,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The hippocampus makes one Bite attack and one Tail Slap attack.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one creature. _Hit:_ 7 (1d6+4) piercing damage.\"},{\"name\":\"Tail Slap\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 10 ft., one target. _Hit:_ 8 (1d8+4) bludgeoning damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Rearing Kick\",\"desc\":\"The hippocampus rears up and kicks its forelegs at one creature it can see within 5 feet of it. The target must succeed on a DC 14 STR save or be knocked prone or pushed up to 10 feet away from the hippocampus (the hippocampus's choice).\"}]",
- "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The hippocampus can breathe air and water.\"},{\"name\":\"Shared Breath\",\"desc\":\"The hippocampus's gills pull more air from the water than the hippocampus needs, expelling the excess as bubbles down its neck and across its back. If an air-breathing creature is riding the hippocampus, these bubbles can provide that creature a supply of fresh air when the hippocampus isn't in combat or traveling at a fast pace.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "hippogriff_bf",
- "fields": {
- "name": "Hippogriff",
- "size": "large",
- "type": "Monstrosity",
- "subtype": "Animal",
- "armor_class": 11,
- "hit_points": 44,
- "speed_json": "{\"walk\":40,\"fly\":60}",
- "strength": 16,
- "dexterity": 12,
- "constitution": 12,
- "intelligence": 2,
- "wisdom": 16,
- "charisma": 8,
- "strength_save": 16,
- "dexterity_save": 12,
- "constitution_save": 12,
- "intelligence_save": 2,
- "wisdom_save": 16,
- "charisma_save": 8,
- "perception": 13,
- "damage_resistances": "Monstrosity Resilience",
- "senses": "-",
- "languages": "-",
- "challenge_rating": "1",
- "cr": 1,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The hippogriff makes one Beak attack and one Claws attack.\"},{\"name\":\"Beak\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 8 (1d10+3) piercing damage.\"},{\"name\":\"Claws\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) slashing damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Dive (Recharge 5-6)\",\"desc\":\"While flying, the hippogriff dives onto a creature below it. The hippogriff moves at least 20 feet in a straight line toward a creature it can see. The target must succeed on a DC 13 STR save or take 7 (2d6) bludgeoning damage and be knocked prone.\"}]",
- "special_abilities_json": "[{\"name\":\"Heightened Sight\",\"desc\":\"The hippogriff's Perception is 18 when perceiving by sight.\"},{\"name\":\"Monstrosity Resilience\",\"desc\":\"The hippogriff is resistant to exhaustion and to the frightened condition.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "hivebound_bf",
- "fields": {
- "name": "Hivebound",
- "size": "small",
- "type": "Monstrosity",
- "armor_class": 15,
- "armor_desc": "natural armor",
- "hit_points": 108,
- "speed_json": "{\"walk\":25,\"fly\":40}",
- "strength": 14,
- "dexterity": 16,
- "constitution": 18,
- "intelligence": 6,
- "wisdom": 14,
- "charisma": 6,
- "strength_save": 14,
- "dexterity_save": 16,
- "constitution_save": 18,
- "intelligence_save": 6,
- "wisdom_save": 14,
- "charisma_save": 6,
- "perception": 12,
- "damage_resistances": "bludgeoning,charmed,Monstrosity Resilience",
- "damage_immunities": "blinded",
- "senses": "keensense 60 ft. (can't sense beyond this radius)",
- "languages": "understands Common but can't speak",
- "challenge_rating": "5",
- "cr": 5,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The hivebound makes one Bite attack and two Claw attacks, or it makes three Spit Insect attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 12 (2d8+3) piercing damage plus 10 (3d6) poison damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 8 (2d4+3) slashing damage.\"},{\"name\":\"Spit Insect\",\"desc\":\"_Ranged Weapon Attack:_ +6 to hit, range 30/120 ft., one target. _Hit:_ 5 (1d4+3) piercing damage plus 7 (2d6) poison damage, and the target must succeed on a DC 15 DEX save or be pestered until the end of its next turn. A pestered creature has disadvantage on the next attack roll it makes before the pester ends.\"},{\"name\":\"Swarm Breath (Recharge 5-6)\",\"desc\":\"The hivebound exhales stinging insects in a 30-foot cone. Each creature in the area must make a DC 15 DEX save, taking 10 (4d4) piercing damage and 17 (5d6) poison damage on a failed save, or half as much damage on a successful one. A swarm of insects under the hivebound's control then forms in an unoccupied space in that area.\"}]",
- "bonus_actions_json": "[{\"name\":\"Swift Flight\",\"desc\":\"The hivebound flies up to half its speed without provoking opportunity attacks.\"}]",
- "special_abilities_json": "[{\"name\":\"Collective Mind\",\"desc\":\"The hivebound's individual insects and swarms under its control are connected via a hive mind. It can telepathically communicate with any of its individual insects and swarms within 1 mile of it, and it can't be surprised. It can have up to five swarms of insects under its control at a time.\"},{\"name\":\"Monstrosity Resilience\",\"desc\":\"The hivebound is resistant to exhaustion and to the frightened condition.\"},{\"name\":\"Reinforced Mind\",\"desc\":\"If the hivebound starts its turn afflicted by an ongoing effect that allows a repeated INT, WIS, or CHA save to end the effect, such as the hold spell, the hivebound can make the save at the start of the turn instead of the end and has advantage on the save.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "homunculus_bf",
- "fields": {
- "name": "Homunculus",
- "size": "tiny",
- "type": "Construct",
- "armor_class": 13,
- "hit_points": 34,
- "speed_json": "{\"walk\":20,\"fly\":40}",
- "strength": 4,
- "dexterity": 16,
- "constitution": 10,
- "intelligence": 14,
- "wisdom": 10,
- "charisma": 6,
- "strength_save": 4,
- "dexterity_save": 16,
- "constitution_save": 10,
- "intelligence_save": 14,
- "wisdom_save": 10,
- "charisma_save": 6,
- "perception": 12,
- "damage_immunities": "Construct Resilience",
- "senses": "darkvision 60 ft.",
- "languages": "understands the languages of its creator but can't speak",
- "challenge_rating": "1",
- "cr": 1,
- "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one creature. _Hit:_ 5 (1d4+3) piercing damage plus 5 (2d4) poison damage, and the target must succeed on a DC 12 CON save or be poisoned for 1 minute. If the save fails by 5 or more, the target is instead poisoned for 5 (1d10) minutes and unconscious while poisoned in this way.\"}]",
- "special_abilities_json": "[{\"name\":\"Bound Construct\",\"desc\":\"The homunculus serves another creature as a familiar, forming a magic, telepathic bond with that willing companion. While the two are bonded and on the same plane of existence, the companion can sense what the homunculus senses and the two can communicate telepathically. While the homunculus is within 100 feet of the companion, it can use a reaction to deliver any spell the companion casts that has a range of touch. If the spell requires an attack roll, the homunculus uses the companion's spell attack modifier for the roll. While the homunculus is within 10 feet of its companion, the companion has advantage on INT (Arcana) and INT (Investigation) checks. At any time and for any reason, the homunculus can end its service as a familiar, ending the telepathic bond.\"},{\"name\":\"Construct Nature\",\"desc\":\"The homunculus doesn't require air, food, drink, or sleep.\"},{\"name\":\"Construct Resilience\",\"desc\":\"The homunculus is immune to poison and psychic damage, and it is immune to exhaustion and the charmed, frightened, paralyzed, petrified, and poisoned conditions.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "hydra_bf",
- "fields": {
- "name": "Hydra",
- "size": "huge",
- "type": "Dragon",
- "armor_class": 15,
- "armor_desc": "natural armor",
- "hit_points": 166,
- "speed_json": "{\"walk\":30,\"swim\":30}",
- "strength": 20,
- "dexterity": 12,
- "constitution": 20,
- "intelligence": 2,
- "wisdom": 10,
- "charisma": 6,
- "strength_save": 20,
- "dexterity_save": 12,
- "constitution_save": 20,
- "intelligence_save": 2,
- "wisdom_save": 10,
- "charisma_save": 6,
- "perception": 16,
- "damage_resistances": "Multiple Heads",
- "senses": "darkvision 60 ft.",
- "languages": "-",
- "challenge_rating": "8",
- "cr": 8,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The hydra makes as many Bite attacks as it has heads.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +8 to hit, reach 10 ft., one target. _Hit:_ 10 (1d10+5) piercing damage.\"},{\"name\":\"Noxious Breath (Recharge Special)\",\"desc\":\"The hydra exhales poisonous gas in a 30-foot cone. Each creature in that area must make a DC 16 CON save, taking 40 (9d8) poison damage on a failed save, or half as much damage on a successful one. While the hydra has five or more heads, this action has a recharge of 6. The recharge range increases for each head the hydra has below five. For example, a hydra that starts its turn with two heads can recharge this feature on a 3, 4, 5, or 6.\"}]",
- "bonus_actions_json": "[{\"name\":\"Bloody Burst (Has Fewer Than Five Heads)\",\"desc\":\"The hydra squeezes the stumps of its severed heads, spraying blood and gore. Each creature within 5 feet of the hydra must succeed on a DC 16 CON save or be incapacitated until the end of its next turn and poisoned for 1 minute. A poisoned creature can repeat the save at the end of each of its turns, ending the effect on itself on a success.\"}]",
- "special_abilities_json": "[{\"name\":\"Hold Breath\",\"desc\":\"The hydra can hold its breath for 1 hour.\"},{\"name\":\"Multiple Heads\",\"desc\":\"The hydra has five heads and is resistant to the blinded, charmed, deafened, frightened, stunned, and unconscious conditions.
Whenever the hydra takes 25 or more damage in a single turn, one of its heads dies. If all its heads die, the hydra dies. At the end of its turn, it grows two heads for each of its heads that died since its last turn, unless it has taken fire damage since its last turn. The hydra regains 10 HP for each head regrown in this way.\"},{\"name\":\"Reactive Heads\",\"desc\":\"For each head the hydra has beyond one, it gets an extra reaction that can be used only for opportunity attacks.\"},{\"name\":\"Wakeful\",\"desc\":\"While the hydra sleeps, at least one of its heads is awake.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "insatiable_brood_bf",
- "fields": {
- "name": "Insatiable Brood",
- "size": "medium",
- "type": "Swarm",
- "armor_class": 13,
- "hit_points": 63,
- "speed_json": "{\"walk\":0,\"fly\":50}",
- "strength": 10,
- "dexterity": 20,
- "constitution": 12,
- "intelligence": 4,
- "wisdom": 12,
- "charisma": 6,
- "strength_save": 10,
- "dexterity_save": 20,
- "constitution_save": 12,
- "intelligence_save": 4,
- "wisdom_save": 12,
- "charisma_save": 6,
- "perception": 11,
- "damage_resistances": "cold,Swarm Resilience",
- "damage_immunities": "Swarm Resilience",
- "senses": "darkvision 60 ft.",
- "languages": "understands Void Speech but can't speak",
- "challenge_rating": "3",
- "cr": 3,
- "actions_json": "[{\"name\":\"Bites\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 0 ft., one creature in the swarm's space. _Hit:_ 14 (4d6) piercing damage plus 18 (4d8) force damage, or 7 (2d6) piercing damage plus 9 (2d8) force damage if the insatiable brood has half its HP or fewer.\"}]",
- "bonus_actions_json": "[{\"name\":\"Void Gaze\",\"desc\":\"The insatiable brood turns all its individual heads in one direction, and its hundreds of Void-filled eyes stare at one creature the brood can see within 30 feet of it. The target must succeed on a DC 13 WIS save or be frightened until the end of its next turn. If the target fails the save by 5 or more, it suffers a random, short-term dread effect for 1 minute.\"}]",
- "special_abilities_json": "[{\"name\":\"Aberrant Resilience\",\"desc\":\"The insatiable brood has advantage on saves against spells or effects that would alter its form.\"},{\"name\":\"Magic Bites\",\"desc\":\"The insatiable brood's Bites attacks are magical.\"},{\"name\":\"Siege Monster\",\"desc\":\"The insatiable brood deals double damage to objects and structures.\"},{\"name\":\"Swarm\",\"desc\":\"The insatiable brood can occupy another creature's space and vice versa, and the brood can move through any opening large enough for a Tiny creature. The brood can't regain HP or gain temporary HP.\"},{\"name\":\"Swarm Resilience\",\"desc\":\"The swarm is resistant to bludgeoning, piercing, and slashing damage, and it is immune to the charmed, frightened, grappled, paralyzed, petrified, prone, restrained, and stunned conditions.\"},{\"name\":\"Void Dweller\",\"desc\":\"The insatiable brood doesn't require air, food, drink, or sleep, and it is immune to the effects of Void terrain. In addition, it can fly through the Void as if through air.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "invisible_stalker_bf",
- "fields": {
- "name": "Invisible Stalker",
- "size": "medium",
- "type": "Elemental",
- "armor_class": 14,
- "hit_points": 121,
- "speed_json": "{\"walk\":50,\"fly_hover\":50}",
- "strength": 16,
- "dexterity": 18,
- "constitution": 14,
- "intelligence": 10,
- "wisdom": 20,
- "charisma": 10,
- "strength_save": 16,
- "dexterity_save": 18,
- "constitution_save": 14,
- "intelligence_save": 10,
- "wisdom_save": 20,
- "charisma_save": 10,
- "perception": 18,
- "damage_resistances": "Elemental Resilience",
- "damage_immunities": "Elemental Resilience",
- "senses": "darkvision 60 ft.",
- "languages": "Auran,understands Common but can't speak it",
- "challenge_rating": "6",
- "cr": 6,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The stalker makes two Slam attacks.\"},{\"name\":\"Slam\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8+4) bludgeoning damage plus 9 (2d8) cold damage. If the target is the stalker's quarry, the target must succeed on a DC 15 DEX save or its speed is halved until the end of its next turn.\"}]",
- "bonus_actions_json": "[{\"name\":\"Steal Breath\",\"desc\":\"The invisible stalker calls on the air in the lungs of one breathing creature it can see within 30 feet of it, causing the air to leave the creature. The target must succeed on a DC 15 CON save or be unable to speak or cast spells with verbal components until the end of its next turn. A creature that fails the save by 5 or more is also incapacitated and suffocating for the duration, as it coughs uncontrollably.\"}]",
- "special_abilities_json": "[{\"name\":\"Elemental Nature\",\"desc\":\"The invisible stalker doesn't require air, food, drink, or sleep.\"},{\"name\":\"Elemental Resilience\",\"desc\":\"The stalker is resistant to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to poison damage, to exhaustion, and to the grappled, paralyzed, petrified, poisoned, prone, restrained, and unconscious conditions.\"},{\"name\":\"Faultless Tracker\",\"desc\":\"At the end of each long rest, the invisible stalker can choose a creature it knows or has seen to be its quarry. A stalker summoned by another creature can choose only the quarry specified by its summoner, but the stalker also knows the location of its summoner while it continues to serve the summoner. The stalker always knows the direction and distance to its quarry, provided the two are on the same plane of existence.\"},{\"name\":\"Invisibility\",\"desc\":\"The stalker is invisible. The condition's effect on DEX (Stealth) checks has been included in the above Stealth value.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "kobold_bf",
- "fields": {
- "name": "Kobold",
- "size": "small",
- "type": "Humanoid",
- "group": "Kobolds",
- "armor_class": 12,
- "hit_points": 9,
- "speed_json": "{\"walk\":30}",
- "strength": 6,
- "dexterity": 18,
- "constitution": 8,
- "intelligence": 8,
- "wisdom": 6,
- "charisma": 8,
- "strength_save": 6,
- "dexterity_save": 18,
- "constitution_save": 8,
- "intelligence_save": 8,
- "wisdom_save": 6,
- "charisma_save": 8,
- "perception": 8,
- "senses": "darkvision 60 ft.",
- "languages": "Common,Draconic",
- "challenge_rating": "1/8",
- "cr": 0.125,
- "actions_json": "[{\"name\":\"Dagger\",\"desc\":\"_Melee or Ranged Weapon Attack:_ +4 to hit, reach 5 ft. or range 20/60 ft., one target. _Hit:_ 4 (1d4+2) piercing damage.\"},{\"name\":\"Sling\",\"desc\":\"_Ranged Weapon Attack:_ +4 to hit, range 30/120 ft., one target. _Hit:_ 4 (1d4+2) bludgeoning damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Scurry\",\"desc\":\"The kobold moves up to 15 feet without provoking opportunity attacks. If the kobold is aware of traps in the area, the kobold can choose if this movement triggers any of them.\"}]",
- "special_abilities_json": "[{\"name\":\"Pack Tactics\",\"desc\":\"The kobold has advantage on attack rolls against a creature if at least one of the kobold's allies is within 5 feet of the creature and the ally isn't incapacitated.\"},{\"name\":\"Sunlight Sensitivity\",\"desc\":\"While in sunlight, the kobold has disadvantage on attack rolls, and its Perception is 3 when perceiving by sight.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "kobold_swiftblade_bf",
- "fields": {
- "name": "Kobold Swiftblade",
- "size": "small",
- "type": "Humanoid",
- "group": "Kobolds",
- "armor_class": 15,
- "armor_desc": "leather armor",
- "hit_points": 80,
- "speed_json": "{\"walk\":30,\"climb\":15}",
- "strength": 8,
- "dexterity": 22,
- "constitution": 10,
- "intelligence": 12,
- "wisdom": 14,
- "charisma": 10,
- "strength_save": 8,
- "dexterity_save": 22,
- "constitution_save": 10,
- "intelligence_save": 12,
- "wisdom_save": 14,
- "charisma_save": 10,
- "perception": 12,
- "senses": "darkvision 60 ft.",
- "languages": "Common,Draconic",
- "challenge_rating": "3",
- "cr": 3,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The kobold swiftblade makes two Scimitar or Hand Crossbow attacks.\"},{\"name\":\"Scimitar\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 7 (1d6+4) slashing damage plus 7 (2d6) poison damage.\"},{\"name\":\"Hand Crossbow\",\"desc\":\"_Ranged Weapon Attack:_ +6 to hit, range 30/120 ft., one target. _Hit:_ 7 (1d6+4) piercing damage plus 7 (2d6) poison damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Hidden Scurry\",\"desc\":\"The swiftblade moves up to 15 feet without provoking opportunity attacks, and if it moves into a lightly or heavily obscured area, it takes the Hide action, using its **Stealth** value as the result of the check. If the swiftblade is aware of traps in the area, it can choose if this movement triggers any of them.\"}]",
- "special_abilities_json": "[{\"name\":\"Pack Tactics\",\"desc\":\"The kobold has advantage on attack rolls against a creature if at least one of the kobold's allies is within 5 feet of the creature and the ally isn't incapacitated.\"},{\"name\":\"Sunlight Sensitivity\",\"desc\":\"While in sunlight, the kobold has disadvantage on attack rolls, and its Perception is 7 when perceiving by sight.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "kobold_witch_bf",
- "fields": {
- "name": "Kobold Witch",
- "size": "small",
- "type": "Humanoid",
- "group": "Kobolds",
- "armor_class": 13,
- "hit_points": 126,
- "speed_json": "{\"walk\":30}",
- "strength": 8,
- "dexterity": 16,
- "constitution": 12,
- "intelligence": 10,
- "wisdom": 14,
- "charisma": 24,
- "strength_save": 8,
- "dexterity_save": 16,
- "constitution_save": 12,
- "intelligence_save": 10,
- "wisdom_save": 14,
- "charisma_save": 24,
- "perception": 12,
- "senses": "darkvision 60 ft.",
- "languages": "Common,Draconic",
- "challenge_rating": "5",
- "cr": 5,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The kobold witch makes three Eldritch Burst attacks. It can replace one attack with a use of Spellcasting.\"},{\"name\":\"Eldritch Burst\",\"desc\":\"_Melee or Ranged Spell Attack:_ +7 to hit, reach 5 ft. or range 60 ft., one target. _Hit:_ 13 (2d8+4) force damage.\"},{\"name\":\"Spellcasting\",\"desc\":\"The kobold witch casts one of the following spells, using CHA as the spellcasting ability (spell save DC 15).
At will: _disguise self_, _druidcraft_, _guidance_
2/day each: _command_, _ray of enfeeblement_
1/day: _bestow curse_\"}]",
- "bonus_actions_json": "[{\"name\":\"Scurry\",\"desc\":\"The kobold moves up to 15 feet without provoking opportunity attacks. If the kobold is aware of traps in the area, the kobold can choose if this movement triggers any of them.\"},{\"name\":\"Witch's Cauldron\",\"desc\":\"The kobold witch ladles steaming brew out of a small cauldron it is holding and flings the substance at one friendly creature it can see within 15 feet of it. The target gains 5 (2d4) temporary HP until the start of the witch's next turn.\"}]",
- "special_abilities_json": "[{\"name\":\"Pack Tactics\",\"desc\":\"The kobold has advantage on attack rolls against a creature if at least one of the kobold's allies is within 5 feet of the creature and the ally isn't incapacitated.\"},{\"name\":\"Sunlight Sensitivity\",\"desc\":\"While in sunlight, the kobold has disadvantage on attack rolls, and its Perception is 7 when perceiving by sight.\"}]",
- "reactions_json": "[{\"name\":\"Hex\",\"desc\":\"When a creature the kobold witch can see within 60 feet of it makes an ability check, attack roll, or save, the target must roll a d6 and subtract the number rolled from that ability check, attack roll, or save.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "kraken_bf",
- "fields": {
- "name": "Kraken",
- "size": "gargantuan",
- "type": "Monstrosity",
- "armor_class": 18,
- "armor_desc": "natural armor",
- "hit_points": 475,
- "speed_json": "{\"walk\":20,\"swim\":60}",
- "strength": 44,
- "dexterity": 24,
- "constitution": 38,
- "intelligence": 36,
- "wisdom": 32,
- "charisma": 20,
- "strength_save": 44,
- "dexterity_save": 24,
- "constitution_save": 38,
- "intelligence_save": 36,
- "wisdom_save": 32,
- "charisma_save": 20,
- "perception": 21,
- "damage_resistances": "Monstrosity Resilience",
- "damage_immunities": "lightning; bludgeoning,piercing,and slashing damage from nonmagical attacks,frightened,paralyzed",
- "senses": "keensense 60 ft., truesight 120 ft.",
- "languages": "understands Abyssal,Celestial,Infernal,and Primordial but can't speak,telepathy 120 ft.",
- "challenge_rating": "23",
- "cr": 23,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The kraken makes three Tentacle attacks. It can replace one Tentacle attack with a Bite attack.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +17 to hit, reach 5 ft., one target. _Hit:_ 28 (4d8+10) piercing damage. If the target is a Large or smaller creature grappled by the kraken, that creature is swallowed, and the grapple ends. While swallowed, the creature is blinded and restrained, it has total cover against attacks and other effects outside the kraken, and it takes 42 (12d6) acid damage at the start of each of the kraken's turns. If the kraken takes 50 damage or more on a single turn from a creature inside it, the kraken must succeed on a DC 24 CON save at the end of that turn or regurgitate all swallowed creatures, which fall prone in a space within 10 feet of the kraken. If the kraken dies, a swallowed creature is no longer restrained by it and can escape from the corpse using 15 feet of movement, exiting prone.\"},{\"name\":\"Tentacle\",\"desc\":\"_Melee Weapon Attack:_ +17 to hit, reach 30 ft., one target. _Hit:_ 24 (4d6+10) bludgeoning damage, and the target is grappled (escape DC 22). Until this grapple ends, the target is restrained. The kraken has ten tentacles, each of which can grapple one target.\"},{\"name\":\"Ink Cloud (Recharge 6)\",\"desc\":\"While underwater, the kraken expels an ink cloud in a 30-foot-radius centered on the kraken. The cloud spreads around corners, and the area is heavily obscured. Each creature in the area when it first appears must make a DC 22 CON save, taking 110 (20d10) poison damage on a failed save, or half as much damage on a successful one. A creature that enters the ink cloud for the first time on a turn or starts its turn there must succeed on a DC 22 CON save or take 11 (2d10) poison damage and be poisoned until the start of its next turn. The cloud lasts for 1 minute or until dispersed by a strong current.\"}]",
- "bonus_actions_json": "[{\"name\":\"Fling\",\"desc\":\"One Large or smaller object held or creature grappled by the kraken is thrown up to 60 feet in a random direction and knocked prone. If a thrown target strikes a solid surface, the target takes 3 (1d6) bludgeoning damage for every 10 feet it was thrown. If the target is thrown at another creature, that creature must succeed on a DC 22 DEX save or take the same damage and be knocked prone.\"},{\"name\":\"Reel\",\"desc\":\"The kraken pulls up to two creatures grappled by it up to 25 feet straight toward it.\"}]",
- "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The kraken can breathe air and water.\"},{\"name\":\"Freedom of Movement\",\"desc\":\"The kraken ignores difficult terrain, and magical effects can't reduce its speed or cause it to be restrained. It can spend 5 feet of movement to escape from nonmagical restraints or being grappled.\"},{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the kraken fails a save, it can choose to succeed instead.\"},{\"name\":\"Monstrosity Resilience\",\"desc\":\"The kraken is resistant to exhaustion and to the frightened condition.\"},{\"name\":\"Siege Monster\",\"desc\":\"The kraken deals double damage to objects and structures.\"}]",
- "legendary_desc": "The kraken can take 3 legendary actions, choosing from the options below. Only one legendary action option can be used at a time and only at the end of another creature's turn. The kraken regains spent legendary actions at the start of its turn.",
- "legendary_actions_json": "[{\"name\":\"Swim\",\"desc\":\"The kraken swims up to half its swimming speed without provoking opportunity attacks.\"},{\"name\":\"Tentacle Attack\",\"desc\":\"The kraken makes one Tentacle attack.\"},{\"name\":\"Lightning Storm (Costs 2 Actions)\",\"desc\":\"The kraken magically calls bolts of lightning to strike up to two creatures it can see or sense within 120 feet of it. Each creature must make a DC 22 DEX save, taking 22 (4d10) lightning damage on a failed save, or half as much damage on a successful one.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "lamia_bf",
- "fields": {
- "name": "Lamia",
- "size": "large",
- "type": "Monstrosity",
- "armor_class": 13,
- "armor_desc": "natural armor",
- "hit_points": 95,
- "speed_json": "{\"walk\":30}",
- "strength": 16,
- "dexterity": 12,
- "constitution": 14,
- "intelligence": 14,
- "wisdom": 14,
- "charisma": 20,
- "strength_save": 16,
- "dexterity_save": 12,
- "constitution_save": 14,
- "intelligence_save": 14,
- "wisdom_save": 14,
- "charisma_save": 20,
- "perception": 12,
- "damage_resistances": "charmed,Monstrosity Resilience",
- "senses": "darkvision 60 ft.",
- "languages": "Abyssal,Common",
- "challenge_rating": "4",
- "cr": 4,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The lamia makes two Hooves attacks and one Dagger attack, or it makes three Arcane Bolt attacks. It can replace one attack with a use of Spellcasting.\"},{\"name\":\"Dagger\",\"desc\":\"_Melee or Ranged Weapon Attack:_ +5 to hit, reach 5 ft. or range 20/60 ft., one target. _Hit:_ 5 (1d4+3) piercing damage.\"},{\"name\":\"Hooves\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 14 (2d10+3) bludgeoning damage.\"},{\"name\":\"Arcane Bolt\",\"desc\":\"_Ranged Spell Attack:_ +5 to hit, range 60 ft., one target. _Hit:_ 12 (2d8+3) force damage.\"},{\"name\":\"Spellcasting\",\"desc\":\"The lamia casts one of the following spells, requiring no material components and using CHA as the spellcasting ability (spell save DC 13).
At will: _minor illusion_, _silent image_, _suggestion_
3/day each: _charm_, _command_, _major image_
1/day: _compulsion_\"}]",
- "bonus_actions_json": "[{\"name\":\"Intoxicating Gaze\",\"desc\":\"The lamia gazes at one creature it can see within 30 feet of it. The target must succeed on a DC 13 CHA save or be charmed until the end of its next turn and cursed for 1 hour. While cursed, the target has disadvantage on WIS saves and on all ability checks.\"}]",
- "special_abilities_json": "[{\"name\":\"Badlands Strider\",\"desc\":\"Difficult terrain composed of sand, mud, or rock doesn't cost the lamia extra movement. In addition, the lamia leaves no tracks or other traces of its passage when moving through sandy, muddy, or rocky terrain.\"},{\"name\":\"Monstrosity Resilience\",\"desc\":\"The lamia is resistant to exhaustion and to the frightened condition.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "lantern_hagfish_bf",
- "fields": {
- "name": "Lantern Hagfish",
- "size": "small",
- "type": "Aberration",
- "armor_class": 11,
- "hit_points": 9,
- "speed_json": "{\"walk\":15,\"swim\":30}",
- "strength": 2,
- "dexterity": 12,
- "constitution": 10,
- "intelligence": 2,
- "wisdom": 10,
- "charisma": 1,
- "strength_save": 2,
- "dexterity_save": 12,
- "constitution_save": 10,
- "intelligence_save": 2,
- "wisdom_save": 10,
- "charisma_save": 1,
- "perception": 10,
- "damage_resistances": "cold,grappled,prone,restrained,Aberrant Resilience",
- "senses": "-",
- "languages": "-",
- "challenge_rating": "1/8",
- "cr": 0.125,
- "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 3 (1d4+1) piercing damage. If the target is a prone creature that isn't a Construct or Undead, the hagfish can burrow into the creature's flesh. While burrowed into a creature, the hagfish can't attack, and at the start of each of the hagfish's turns, the target loses 3 (1d4+1) HP as the hagfish consumes it from the inside. The burrowed hagfish moves with the target whenever the target moves, requiring none of the hagfish's movement. It can detach itself by spending 5 feet of its movement on its turn. It does so after it consumes 6 HP worth of flesh from the target or the target dies. A creature, including the target, can take its action to extract the burrowed hagfish by succeeding on a DC 11 WIS (Medicine) check.\"}]",
- "bonus_actions_json": "[{\"name\":\"Slime Slide\",\"desc\":\"While on a solid surface, the lantern hagfish slides up to 15 feet in a straight line and can move through the space of any creature without provoking opportunity attacks. Each space on that surface along that line is coated in slime until the start of the hagfish's next turn. Each creature in that line, and any creature that enters a slime-coated space for the first time on a turn must succeed on a DC 11 DEX save or fall prone.\"}]",
- "special_abilities_json": "[{\"name\":\"Aberrant Resilience\",\"desc\":\"The lantern hagfish is resistant to the charmed, frightened, paralyzed, and stunned conditions, and it has advantage on saves against spells or effects that would alter its form.\"},{\"name\":\"Bioluminescent Slime\",\"desc\":\"The lantern hagfish sheds bright light in a 5- to 20-foot radius and dim light for an additional number of feet equal to the chosen radius. The hagfish can alter the radius as a bonus action. In addition, the hagfish has advantage on attack rolls against a creature if at least one other hagfish is within 5 feet of the creature and that other hagfish isn't incapacitated.\"},{\"name\":\"Void Dweller\",\"desc\":\"The lantern hagfish doesn't require air or sleep, and it is immune to the effects of Void terrain. In addition, it can swim through the Void as if through water.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "lich_bf",
- "fields": {
- "name": "Lich",
- "size": "medium",
- "type": "Undead",
- "group": "Liches",
- "armor_class": 17,
- "armor_desc": "natural armor",
- "hit_points": 314,
- "speed_json": "{\"walk\":30}",
- "strength": 10,
- "dexterity": 16,
- "constitution": 30,
- "intelligence": 34,
- "wisdom": 28,
- "charisma": 16,
- "strength_save": 10,
- "dexterity_save": 16,
- "constitution_save": 30,
- "intelligence_save": 34,
- "wisdom_save": 28,
- "charisma_save": 16,
- "perception": 19,
- "damage_resistances": "cold,lightning,necrotic",
- "damage_immunities": "bludgeoning,piercing,and slashing damage from nonmagical attacks,charmed,frightened,paralyzed,Undead Resilience",
- "senses": "truesight 120 ft.",
- "languages": "Common plus up to five other languages",
- "challenge_rating": "21",
- "cr": 21,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The lich uses Lich's Gaze. It then makes four Arcane Death Burst attacks, or it makes three Arcane Death Burst attacks and one Death-Infused Rod attack. It can replace one attack with a use of Spellcasting.\"},{\"name\":\"Arcane Death Burst\",\"desc\":\"_Melee or Ranged Spell Attack:_ +12 to hit, reach 5 ft. or range 120 ft., one target. _Hit:_ 23 (4d8+5) force damage plus 17 (5d6) necrotic damage.\"},{\"name\":\"Death-Infused Rod\",\"desc\":\"_Melee Weapon Attack:_ +10 to hit, reach 5 ft., one target. _Hit:_ 21 (4d8+3) bludgeoning damage plus 17 (5d6) necrotic damage, and the target must succeed on a DC 20 CON save or be paralyzed for 1 minute. The target can repeat the save at the end of each of its turns, ending the effect on itself on a success.\"},{\"name\":\"Lich's Gaze\",\"desc\":\"The lich fixes its gaze on one creature it can see within 30 feet of it. The target must succeed on a DC 20 CHA save or be charmed or frightened (the lich's choice) until the end of its next turn.\"},{\"name\":\"Spellcasting\",\"desc\":\"The lich casts one of the following spells, using INT as the spellcasting ability (spell save DC 20).
At will: _detect magic_, _disguise self_, _mage hand_, _message_, _prestidigitation_
3/day each: _charm_, _detect thoughts_, _dispel magic_, _invisibility_ (self only), _mirror image_
2/day each: _bestow curse_, _cloudkill_, _dimension door_, _greater hold_
1/day each: _plane shift_ (self only), _power word stun_, _wall of force_\"}]",
- "bonus_actions_json": "[{\"name\":\"Levitate\",\"desc\":\"The lich can rise or descend vertically up to 20 feet and can remain suspended there. This bonus action works like the levitate spell, except there is no duration, and the lich doesn't need to concentrate to continue levitating each round.\"}]",
- "special_abilities_json": "[{\"name\":\"Arcane Mastery\",\"desc\":\"The lich can concentrate on two spells simultaneously. If it casts a third spell that requires concentration, the lich loses concentration on the oldest spell. If the lich is concentrating on two spells and loses concentration because of taking damage, it loses concentration only on the oldest spell.\"},{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the lich fails a save, it can choose to succeed instead.\"},{\"name\":\"Rejuvenation\",\"desc\":\"If it has a phylactery, a destroyed lich gains a new body in 1d10 days, regaining all its HP and becoming active again. The new body appears within 5 feet of the phylactery.\"},{\"name\":\"Turn Resistance\",\"desc\":\"The lich has advantage on saves against any effect that turns undead.\"},{\"name\":\"Undead Nature\",\"desc\":\"The lich doesn't require air, food, drink, or sleep.\"},{\"name\":\"Undead Resilience\",\"desc\":\"The lich is immune to poison damage, to exhaustion, and to the poisoned condition.\"}]",
- "reactions_json": "[{\"name\":\"Absorb Spell\",\"desc\":\"When a creature the lich can see within 60 feet of it casts a spell, the lich can absorb the spell's energy, countering it. This works like the counterspell spell, except the lich must always make a spellcasting ability check, no matter the spell's circle. Its ability check for this is +12. If it successfully counters the spell, the lich gains 5 temporary HP for each level of the spell.\"}]",
- "legendary_desc": "The lich can take 3 legendary actions, choosing from the options below. Only one legendary action option can be used at a time and only at the end of another creature's turn. The lich regains spent legendary actions at the start of its turn.",
- "legendary_actions_json": "[{\"name\":\"Move\",\"desc\":\"The lich moves up to its speed without provoking opportunity attacks. If the lich is levitating, it can use this legendary action to move horizontally, propelling itself with a blast of arcane power.\"},{\"name\":\"Cast a Spell (Costs 2 Actions)\",\"desc\":\"The lich uses Spellcasting.\"},{\"name\":\"Disrupt Life (Costs 3 Actions)\",\"desc\":\"Each creature within 20 feet of the lich that isn't Undead must make a DC 20 CON save, taking 21 (6d6) necrotic damage on a failed save, or half as much damage on a successful one. The lich regains HP equal to the single highest amount of necrotic damage dealt.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "virtuoso_lich_bf",
- "fields": {
- "name": "Virtuoso Lich",
- "size": "medium",
- "type": "Undead",
- "group": "Liches",
- "armor_class": 17,
- "armor_desc": "natural armor",
- "hit_points": 185,
- "speed_json": "{\"walk\":30}",
- "strength": 10,
- "dexterity": 24,
- "constitution": 14,
- "intelligence": 14,
- "wisdom": 20,
- "charisma": 28,
- "strength_save": 10,
- "dexterity_save": 24,
- "constitution_save": 14,
- "intelligence_save": 14,
- "wisdom_save": 20,
- "charisma_save": 28,
- "perception": 15,
- "damage_resistances": "necrotic; bludgeoning,piercing,and slashing damage from nonmagical attacks",
- "damage_immunities": "blinded,deafened,charmed,frightened,paralyzed,Undead Resilience",
- "senses": "truesight 60 ft.",
- "languages": "Common plus up to two other languages",
- "challenge_rating": "12",
- "cr": 12,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The virtuoso lich uses Corrupted Art. It then makes three Artistic Flourish attacks. It can replace one attack with a use of Spellcasting.\"},{\"name\":\"Artistic Flourish\",\"desc\":\"_Melee or Ranged Spell Attack:_ +9 to hit, reach 5 ft. or range 60 ft., one target. _Hit:_ 18 (3d8+5) damage of the type chosen with the Versatile Artist trait plus 9 (2d8) force damage.\"},{\"name\":\"Call Muse\",\"desc\":\"The lich chooses one Beast or Humanoid it can see within 30 feet of it to be its muse. The target must succeed on a DC 17 WIS save or become the lich's muse and be charmed by the lich for 1 minute. While charmed, the muse has a speed of 0 and is incapacitated as it watches or listens to the lich's artistic expression. The muse can repeat the save at the end of each of its turns, ending the effect on itself on a success. If a creature's save is successful or the effect ends for it, the creature is immune to the lich's Call Muse for the next 24 hours. If the muse suffers harm from the lich, it is no longer charmed. The lich can have only one muse at a time. If it charms another, the effect on the previous muse ends. If the lich is within 30 feet of its muse and can see its muse, the lich has advantage on its first Artistic Flourish attack each round against a creature that isn't its muse.\"},{\"name\":\"Corrupted Art\",\"desc\":\"The lich hums a discordant melody, paints a crumbling symbol of death in the air, performs a reality-bending pirouette, or emulates some other expression of corrupted or twisted art and targets one creature it can see, other than itself, within 60 feet. This action's effects change, depending on if the target is Undead.\\n- **Non-Undead.** The target must make a DC 17 WIS save. On a failure, a creature is blinded, charmed, or deafened (the lich's choice) until the end of its next turn. On a success, a creature takes half the damage and isn't incapacitated.\\n- **Undead.** The target regains 18 (4d8) HP. Healing that exceeds the target's HP maximum becomes temporary HP.\"},{\"name\":\"Spellcasting\",\"desc\":\"The lich casts one of the following spells, using CHA as the spellcasting ability (spell save DC 17).
At will: _disguise self_, _mage hand_, _message_, _prestidigitation_
3/day each: _charm_, _hideous laughter_, _hold_, _invisibility_ (self only)
2/day each: _dispel magic_, _fear_, _dimension door_
1/day each: _irresistible dance_, _programmed illusion_, _seeming_\"}]",
- "special_abilities_json": "[{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the lich fails a save, it can choose to succeed instead.\"},{\"name\":\"Rejuvenation\",\"desc\":\"If it has a phylactery, a destroyed lich gains a new body in 1d10 days, regaining all its HP and becoming active again. The new body appears within 5 feet of the phylactery.\"},{\"name\":\"Turn Resistance\",\"desc\":\"The lich has advantage on saves against any effect that turns undead.\"},{\"name\":\"Undead Nature\",\"desc\":\"The lich doesn't require air, food, drink, or sleep.\"},{\"name\":\"Undead Resilience\",\"desc\":\"The lich is immune to poison damage, to exhaustion, and to the poisoned condition.\"},{\"name\":\"Versatile Artist\",\"desc\":\"At the end of each long rest, the lich chooses one form of artistic expression, such as song, poetry, dance, fashion, paint, or similar. Until it finishes a long rest, the lich has immunity to one type of damage, which is associated with its artistic expression. For example, a lich expressing art through song or poetry has immunity to thunder damage, a lich expressing art through fashion has immunity to slashing damage, and a lich expressing art through paint has immunity to acid damage. This trait can't give the lich immunity to force, psychic, or radiant damage.\"}]",
- "legendary_desc": "The virtuoso lich can take 3 legendary actions, choosing from the options below. Only one legendary action can be used at a time and only at the end of another creature's turn. The lich regains spent legendary actions at the start of its turn.",
- "legendary_actions_json": "[{\"name\":\"Call Muse\",\"desc\":\"The lich uses Call Muse.\"},{\"name\":\"Move\",\"desc\":\"The lich moves up to its speed without provoking opportunity attacks.\"},{\"name\":\"Cast a Spell (Costs 2 Actions)\",\"desc\":\"The lich uses Spellcasting.\"},{\"name\":\"Unrestrained Art (Costs 3 Actions)\",\"desc\":\"The lich unleashes the full force of its artistic talents. Each creature with 15 feet of the lich must make a DC 17 DEX save. On a failure, a creature takes 9 (2d8) damage of the type chosen with the Versatile Artist trait and is knocked prone. On a success, a creature takes half the damage and isn't knocked prone.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "living_colossus_bf",
- "fields": {
- "name": "Living Colossus",
- "size": "gargantuan",
- "type": "Construct",
- "armor_class": 18,
- "armor_desc": "natural armor",
- "hit_points": 261,
- "speed_json": "{\"walk\":60}",
- "strength": 30,
- "dexterity": 8,
- "constitution": 30,
- "intelligence": 10,
- "wisdom": 14,
- "charisma": 22,
- "strength_save": 30,
- "dexterity_save": 8,
- "constitution_save": 30,
- "intelligence_save": 10,
- "wisdom_save": 14,
- "charisma_save": 22,
- "perception": 17,
- "damage_resistances": "slashing",
- "damage_immunities": "Construct Resilience",
- "senses": "darkvision 120 ft., keensense 30 ft.",
- "languages": "any languages the animating spirit knew in life",
- "challenge_rating": "15",
- "cr": 15,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The living colossus makes three Slam attacks, or it makes four Spirit Blast attacks.\"},{\"name\":\"Slam\",\"desc\":\"_Melee Weapon Attack:_ +15 to hit, reach 5 ft., one target. _Hit:_ 32 (4d10+10) bludgeoning damage.\"},{\"name\":\"Spirit Blast\",\"desc\":\"_Ranged Spell Attack:_ +11 to hit, range 120 ft., one target. _Hit:_ 24 (4d8+6) psychic damage.\"},{\"name\":\"Thunderous Clap (Recharge 5-6)\",\"desc\":\"The living colossus slams its hands together, creating a thunderous wave in a 30-foot cone. Each creature in that area must make a DC 18 CON save, taking 59 (17d6) thunder damage on a failed save, or half as much damage on a successful one.\"}]",
- "bonus_actions_json": "[{\"name\":\"Quake\",\"desc\":\"The living colossus strikes the ground with its foot. Each creature within 30 feet of the living colossus must succeed on a DC 18 STR save or be knocked prone and have the air knocked from its lungs, if it is a breathing creature, until the start of the living colossus's next turn. A creature with the air knocked from its lungs can't speak or cast spells with verbal components. If a creature fails the save by 5 or more, it is also stunned until the start of the living colossus's next turn.\"}]",
- "special_abilities_json": "[{\"name\":\"Construct Nature\",\"desc\":\"The living colossus doesn't require air, food, drink, or sleep.\"},{\"name\":\"Construct Resilience\",\"desc\":\"The living colossus is immune to poison and psychic damage, and it is immune to exhaustion and the charmed, frightened, paralyzed, petrified, and poisoned conditions.\"},{\"name\":\"False Appearance\",\"desc\":\"While the living colossus remains motionless, it is indistinguishable from a normal statue or monument of the individual it represents.\"},{\"name\":\"Immutable Form\",\"desc\":\"The living colossus is immune to any spell or effect that would alter its form.\"},{\"name\":\"Siege Monster\",\"desc\":\"The living colossus deals double damage to objects and structures.\"}]",
- "reactions_json": "[{\"name\":\"Bolstering Spirit\",\"desc\":\"When a friendly creature the living colossus can see within 60 feet of it, other than itself, takes damage, the living colossus can share some of the life force of the spirit animating it with that friendly creature. The target gains 14 (4d6) temporary HP for 1 minute. If the target would take enough damage to reduce it to 0 HP, it instead regains 14 (4d8) HP.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "lizardfolk_bf",
- "fields": {
- "name": "Lizardfolk",
- "size": "medium",
- "type": "Humanoid",
- "group": "Lizardfolk",
- "armor_class": 15,
- "armor_desc": "natural armor, shield",
- "hit_points": 22,
- "speed_json": "{\"walk\":30,\"climb\":15,\"swim\":30}",
- "strength": 14,
- "dexterity": 10,
- "constitution": 12,
- "intelligence": 6,
- "wisdom": 16,
- "charisma": 6,
- "strength_save": 14,
- "dexterity_save": 10,
- "constitution_save": 12,
- "intelligence_save": 6,
- "wisdom_save": 16,
- "charisma_save": 6,
- "perception": 13,
- "senses": "-",
- "languages": "Draconic",
- "challenge_rating": "1/2",
- "cr": 0.5,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The lizardfolk makes one Bite attack and one Heavy Club attack, or it makes two Javelin attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 5 (1d6+2) piercing damage.\"},{\"name\":\"Heavy Club\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 5 (1d6+2) bludgeoning damage.\"},{\"name\":\"Javelin\",\"desc\":\"_Melee or Ranged Weapon Attack:_ +4 to hit, reach 5 ft. or range 30/120 ft., one target. _Hit:_ 5 (1d6+2) piercing damage.\"}]",
- "special_abilities_json": "[{\"name\":\"Heightened Smell and Taste\",\"desc\":\"The lizardfolk's Perception is 18 when perceiving by smell or taste.\"},{\"name\":\"Hold Breath\",\"desc\":\"The lizardfolk can hold its breath for 15 minutes.\"}]",
- "reactions_json": "[{\"name\":\"Shoving Counter\",\"desc\":\"If a creature misses the lizardfolk with an attack and the lizardfolk is wielding a shield, the lizardfolk can shove its shield into the creature. The attacker must succeed on a DC 12 STR save or be pushed up to 10 feet away from the lizardfolk and knocked prone.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "lizardfolk_shaman_bf",
- "fields": {
- "name": "Lizardfolk Shaman",
- "size": "medium",
- "type": "Humanoid",
- "group": "Lizardfolk",
- "armor_class": 13,
- "armor_desc": "natural armor",
- "hit_points": 57,
- "speed_json": "{\"walk\":30,\"climb\":15,\"swim\":30}",
- "strength": 14,
- "dexterity": 10,
- "constitution": 12,
- "intelligence": 10,
- "wisdom": 20,
- "charisma": 10,
- "strength_save": 14,
- "dexterity_save": 10,
- "constitution_save": 12,
- "intelligence_save": 10,
- "wisdom_save": 20,
- "charisma_save": 10,
- "perception": 15,
- "damage_resistances": "poison,poisoned",
- "senses": "-",
- "languages": "Common,Draconic",
- "challenge_rating": "2",
- "cr": 2,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The lizardfolk makes one Bite attack and one Ritual Staff attack, or it makes two Swamp Bolt attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 5 (1d6+2) piercing damage.\"},{\"name\":\"Ritual Staff\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 6 (1d8+2) bludgeoning damage plus 7 (2d6) poison damage.\"},{\"name\":\"Swamp Bolt\",\"desc\":\"_Ranged Spell Attack:_ +5 to hit, range 60 ft., one target. _Hit:_ 10 (2d6+3) poison damage, and the target must succeed on a DC 13 CON save or be poisoned until the end of its next turn.\"},{\"name\":\"Spellcasting\",\"desc\":\"The lizardfolk shaman casts one of the following spells, using WIS as the spellcasting ability (spell save DC 13).
At will: _druidcraft_, _guidance_, _mending_
2/day each: _cure wounds_, _entangle_, _grease_
1/day: _ray of enfeeblement_\"}]",
- "bonus_actions_json": "[{\"name\":\"Poisoned Body (32 HP or Fewer)\",\"desc\":\"The shaman coats itself in poison until the start of its next turn. It takes 3 (1d6) poison damage. In addition, the next time a creature hits the shaman with a melee attack while within 5 feet of the shaman before the start of the shaman's next turn, the attacker takes 7 (2d6) poison damage.\"}]",
- "special_abilities_json": "[{\"name\":\"Heightened Smell and Taste\",\"desc\":\"The lizardfolk's Perception is 20 when perceiving by smell or taste.\"},{\"name\":\"Hold Breath\",\"desc\":\"The lizardfolk shaman can hold its breath for 15 minutes.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "lizardfolk_ruler_bf",
- "fields": {
- "name": "Lizardfolk Ruler",
- "size": "medium",
- "type": "Humanoid",
- "group": "Lizardfolk",
- "armor_class": 15,
- "armor_desc": "scale mail",
- "hit_points": 100,
- "speed_json": "{\"walk\":30,\"climb\":15,\"swim\":30}",
- "strength": 16,
- "dexterity": 12,
- "constitution": 14,
- "intelligence": 10,
- "wisdom": 14,
- "charisma": 14,
- "strength_save": 16,
- "dexterity_save": 12,
- "constitution_save": 14,
- "intelligence_save": 10,
- "wisdom_save": 14,
- "charisma_save": 14,
- "perception": 12,
- "damage_immunities": "charmed,frightened",
- "senses": "-",
- "languages": "Common,Draconic",
- "challenge_rating": "4",
- "cr": 4,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The lizardfolk ruler makes two Bite attacks and one Greataxe attack, or it makes three Javelin attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) piercing damage.\"},{\"name\":\"Greataxe\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 16 (2d12+3) slashing damage.\"},{\"name\":\"Javelin\",\"desc\":\"_Melee or Ranged Weapon Attack:_ +5 to hit, reach 5 ft. or range 30/120 ft., one target. _Hit:_ 10 (2d6+3) piercing damage in melee or 6 (1d6+3) piercing damage at range.\"}]",
- "bonus_actions_json": "[{\"name\":\"Leader's Challenge\",\"desc\":\"The ruler hisses out a challenge or a threat (the ruler's choice) toward one creature it can see within 30 feet of it. The target must make a DC 13 CHA save. If the target fails the save against a challenge, the target has disadvantage on attack rolls against any creature other than the ruler until the start of the ruler's next turn. If the target fails the save against a threat, the ruler has advantage on the next attack roll it makes against the target before the start of its next turn.\"}]",
- "special_abilities_json": "[{\"name\":\"Brutal\",\"desc\":\"A melee weapon deals one extra die of its damage when the lizardfolk ruler hits with it (included in the attack).\"},{\"name\":\"Heightened Smell and Taste\",\"desc\":\"The lizardfolk's Perception is 17 when perceiving by smell or taste.\"},{\"name\":\"Hold Breath\",\"desc\":\"The lizardfolk ruler can hold its breath for 15 minutes.\"},{\"name\":\"Unshakable Command\",\"desc\":\"Each friendly creature within 30 feet of the lizardfolk ruler can't be charmed or frightened while the ruler isn't incapacitated.\"}]",
- "reactions_json": "[{\"name\":\"Inspiring Hiss\",\"desc\":\"When a friendly lizardfolk the ruler can see within 30 feet of it is hit by an attack, the ruler can hiss out inspiring words to encourage the lizardfolk to keep going. The target gains 5 (2d4) temporary HP for 1 minute.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "werebear_bf",
- "fields": {
- "name": "Werebear",
- "size": "medium",
- "type": "Humanoid",
- "subtype": "Lycanthrope",
- "group": "Lycanthropes",
- "armor_class": 10,
- "armor_desc": "n humanoid form, 11 (natural armor) in bear and hybrid for",
- "hit_points": 126,
- "speed_json": "{\"walk\":30,\"climb\":30}",
- "strength": 20,
- "dexterity": 10,
- "constitution": 16,
- "intelligence": 10,
- "wisdom": 18,
- "charisma": 12,
- "strength_save": 20,
- "dexterity_save": 10,
- "constitution_save": 16,
- "intelligence_save": 10,
- "wisdom_save": 18,
- "charisma_save": 12,
- "perception": 14,
- "damage_resistances": "bludgeoning,piercing,and slashing damage from nonmagical attacks",
- "senses": "-",
- "languages": "Common (can't speak in bear form)",
- "challenge_rating": "5",
- "cr": 5,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The werebear makes three Claw or Greataxe attacks. It can replace one attack with a Bite attack, provided it is in the appropriate form. If two Claw attacks hit one creature, the target is grappled (escape DC 15). The werebear can grapple only one creature at a time.\"},{\"name\":\"Bite (Bear or Hybrid Form Only)\",\"desc\":\"_Melee Weapon Attack:_ +8 to hit, reach 5 ft., one target. _Hit:_ 16 (2d10+5) piercing damage. If the target is a Humanoid, it must succeed on a DC 14 CON save or be cursed with the werebear lycanthropy curse (see Curse of Lycanthropy sidebar).\"},{\"name\":\"Claw (Bear or Hybrid Form Only)\",\"desc\":\"_Melee Weapon Attack:_ +8 to hit, reach 5 ft., one target. _Hit:_ 14 (2d8+5) slashing damage.\"},{\"name\":\"Greataxe (Humanoid or Hybrid Form Only)\",\"desc\":\"Melee Weapon Attack: +8 to hit, reach 5 ft., one target. _Hit:_ 11 (1d12+5) slashing damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The werebear transforms into a Medum or Large bear, a Large bear-humanoid hybrid, or back into its true form, which is Humanoid. Its statistics, other than its size, speed, and AC, are the same in each form. Any equipment it is wearing or carrying isn't transformed. It reverts to its true form if it dies.\"},{\"name\":\"Pin\",\"desc\":\"One creature grappled by the werebear is knocked prone, and it is restrained until the grapple ends.\"}]",
- "special_abilities_json": "[{\"name\":\"Heightened Smell\",\"desc\":\"The werebear's Perception is 19 when perceiving by smell.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "wereboar_bf",
- "fields": {
- "name": "Wereboar",
- "size": "medium",
- "type": "Humanoid",
- "subtype": "Lycanthrope",
- "group": "Lycanthropes",
- "armor_class": 10,
- "armor_desc": "n humanoid form, 11 (natural armor) in boar or hybrid for",
- "hit_points": 100,
- "speed_json": "{\"walk\":30}",
- "strength": 20,
- "dexterity": 10,
- "constitution": 14,
- "intelligence": 10,
- "wisdom": 10,
- "charisma": 8,
- "strength_save": 20,
- "dexterity_save": 10,
- "constitution_save": 14,
- "intelligence_save": 10,
- "wisdom_save": 10,
- "charisma_save": 8,
- "perception": 12,
- "damage_resistances": "bludgeoning,piercing,and slashing damage from nonmagical attacks",
- "senses": "-",
- "languages": "Common (can't speak in boar form)",
- "challenge_rating": "4",
- "cr": 4,
- "actions_json": "[{\"name\":\"Multiattack (Humanoid or Hybrid Form Only)\",\"desc\":\"The wereboar makes three Maul or Slam attacks. It can replace one attack with a Tusks attack, provided it is in the appropriate form. If two Maul or Slam attacks hit one creature, the target must succeed on a DC 13 STR save or be knocked prone.\"},{\"name\":\"Maul (Humanoid or Hybrid Form Only)\",\"desc\":\"Melee Weapon Attack: +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) bludgeoning damage.\"},{\"name\":\"Slam (Boar or Hybrid Form Only)\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) bludgeoning damage.\"},{\"name\":\"Tusks (Boar or Hybrid Form Only)\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) slashing damage. If the target is a Humanoid, it must succeed on a DC 12 CON save or be cursed with the wereboar lycanthropy curse (see Curse of Lycanthropy sidebar).\"}]",
- "bonus_actions_json": "[{\"name\":\"Challenging Snort (Boar or Hybrid Form Only)\",\"desc\":\"The wereboar snorts and stomps its feet at a creature it can see within 30 feet of it. The target must succeed on a DC 13 WIS save or be frightened until the end of its next turn and have disadvantage on the next save it makes against being knocked prone by the wereboar.\"},{\"name\":\"Change Shape\",\"desc\":\"The wereboar transforms into a Medum or Large boar, a Medium boar-humanoid hybrid, or back into its true form, which is Humanoid. Its statistics, other than its size, speed, and AC, are the same in each form. Any equipment it is wearing or carrying isn't transformed. It reverts to its true form if it dies.\"}]",
- "special_abilities_json": "[{\"name\":\"Charge (Boar or Hybrid Form Only)\",\"desc\":\"If the wereboar moves at least 15 feet straight toward a target and then hits it with a Slam or Tusks attack on the same turn, the target takes an extra 7 (2d6) damage of the weapon's type. If the target is a creature, it must succeed on a DC 13 STR save or be knocked prone.\"},{\"name\":\"Relentless (Recharges after a Short or Long Rest)\",\"desc\":\"If the wereboar takes 14 damage or less that would reduce it to 0 HP, it is reduced to 1 HP instead.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "wererat_bf",
- "fields": {
- "name": "Wererat",
- "size": "medium",
- "type": "Humanoid",
- "subtype": "Lycanthrope",
- "group": "Lycanthropes",
- "armor_class": 12,
- "hit_points": 57,
- "speed_json": "{\"walk\":30}",
- "strength": 10,
- "dexterity": 18,
- "constitution": 12,
- "intelligence": 10,
- "wisdom": 10,
- "charisma": 8,
- "strength_save": 10,
- "dexterity_save": 18,
- "constitution_save": 12,
- "intelligence_save": 10,
- "wisdom_save": 10,
- "charisma_save": 8,
- "perception": 12,
- "damage_resistances": "bludgeoning,piercing,and slashing damage from nonmagical attacks",
- "senses": "darkvision 60 ft.",
- "languages": "Common (can't speak in rat form)",
- "challenge_rating": "2",
- "cr": 2,
- "actions_json": "[{\"name\":\"Multiattack (Humanoid or Hybrid Form Only)\",\"desc\":\"The wererat makes three Claw or Shortsword attacks, or it makes three Hand Crossbow attacks. It can replace one attack with a Bite attack, provided it is in the appropriate form.\"},{\"name\":\"Bite (Rat or Hybrid Form Only)\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 7 (2d4+2) piercing damage. If the target is a Humanoid, it must succeed on a DC 11 CON save or be cursed with the wererat lycanthropy curse (see Curse of Lycanthropy sidebar).\"},{\"name\":\"Claw (Rat or Hybrid Form Only)\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 7 (2d4+2) slashing damage.\"},{\"name\":\"Shortsword (Humanoid or Hybrid Form Only)\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 5 (1d6+2) piercing damage.\"},{\"name\":\"Hand Crossbow (Humanoid or Hybrid Form Only)\",\"desc\":\"_Ranged Weapon Attack:_ +4 to hit, range 30/120 ft., one target. _Hit:_ 5 (1d6+2) piercing damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The wererat transforms into a Tiny or Small rat, a Medium rat-humanoid hybrid, or back into its true form, which is Humanoid. Its statistics, other than its size and speed, are the same in each form. Any equipment it is wearing or carrying isn't transformed. It reverts to its true form if it dies.\"}]",
- "special_abilities_json": "[{\"name\":\"Heightened Smell\",\"desc\":\"The wererat's Perception is 17 when perceiving by smell.\"},{\"name\":\"Pack Tactics\",\"desc\":\"The wererat has advantage on attack rolls against a creature if at least one of the wererat's allies is within 5 feet of the creature and the ally isn't incapacitated.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "weretiger_bf",
- "fields": {
- "name": "Weretiger",
- "size": "medium",
- "type": "Humanoid",
- "subtype": "Lycanthrope",
- "group": "Lycanthropes",
- "armor_class": 12,
- "hit_points": 95,
- "speed_json": "{\"walk\":30}",
- "strength": 16,
- "dexterity": 18,
- "constitution": 16,
- "intelligence": 10,
- "wisdom": 12,
- "charisma": 10,
- "strength_save": 16,
- "dexterity_save": 18,
- "constitution_save": 16,
- "intelligence_save": 10,
- "wisdom_save": 12,
- "charisma_save": 10,
- "perception": 13,
- "damage_resistances": "bludgeoning,piercing,and slashing damage from nonmagical attacks",
- "senses": "darkvision 60 ft.",
- "languages": "Common (can't speak in tiger form)",
- "challenge_rating": "4",
- "cr": 4,
- "actions_json": "[{\"name\":\"Multiattack (Humanoid or Hybrid Form Only)\",\"desc\":\"The weretiger makes four Claw or Scimitar attacks, or it makes four Longbow attacks. It can replace one attack with a Bite attack, provided it is in the appropriate form.\"},{\"name\":\"Bite (Tiger or Hybrid Form Only)\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 8 (1d10+3) piercing damage. If the target is a Humanoid, it must succeed on a DC 13 CON save or be cursed with the weretiger lycanthropy curse (see Curse of Lycanthropy sidebar).\"},{\"name\":\"Claw (Tiger or Hybrid Form Only)\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 7 (1d8+3) slashing damage.\"},{\"name\":\"Scimitar (Humanoid or Hybrid Form Only)\",\"desc\":\"Melee Weapon Attack: +5 to hit, reach 5 ft., one target. _Hit:_ 6 (1d6+3) slashing damage.\"},{\"name\":\"Longbow (Humanoid or Hybrid Form Only)\",\"desc\":\"Ranged Weapon Attack: +4 to hit, range 150/600 ft., one target. _Hit:_ 6 (1d8+2) piercing damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Bleed Prey\",\"desc\":\"The weretiger chooses a creature it can see within 30 feet of it to be its prey until the prey dies, until the weretiger dies, or until the weretiger uses this bonus action on another creature. While within 60 feet of its prey, the weretiger can pinpoint its prey's location. In addition, if the weretiger hits the prey with at least two melee weapon attacks, the weretiger rends the prey's flesh, and the prey must succeed on a DC 13 CON save or lose 7 (2d6) HP at the start of its next turn, as the wound bleeds excessively.\"},{\"name\":\"Change Shape\",\"desc\":\"The weretiger transforms into a Large tiger, a Medium tiger-humanoid hybrid, or back into its true form, which is Humanoid. Its statistics, other than its size and speed, are the same in each form. Any equipment it is wearing or carrying isn't transformed. It reverts to its true form if it dies.\"}]",
- "special_abilities_json": "[{\"name\":\"Heightened Hearing and Smell\",\"desc\":\"The weretiger's Perception is 18 when perceiving by hearing or smell.\"},{\"name\":\"Pounce (Tiger or Hybrid Form Only)\",\"desc\":\"If the weretiger moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 14 STR save or be knocked prone. If the target is prone, the weretiger can make one Bite or Claw attack against it as a bonus action.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "werewolf_bf",
- "fields": {
- "name": "Werewolf",
- "size": "medium",
- "type": "Humanoid",
- "subtype": "Lycanthrope",
- "group": "Lycanthropes",
- "armor_class": 11,
- "armor_desc": "n humanoid form, 12 (natural armor) in wolf or hybrid for",
- "hit_points": 76,
- "speed_json": "{\"walk\":30}",
- "strength": 18,
- "dexterity": 12,
- "constitution": 16,
- "intelligence": 10,
- "wisdom": 10,
- "charisma": 10,
- "strength_save": 18,
- "dexterity_save": 12,
- "constitution_save": 16,
- "intelligence_save": 10,
- "wisdom_save": 10,
- "charisma_save": 10,
- "perception": 12,
- "damage_resistances": "bludgeoning,piercing,and slashing damage from nonmagical attacks",
- "senses": "-",
- "languages": "Common (can't speak in wolf form)",
- "challenge_rating": "3",
- "cr": 3,
- "actions_json": "[{\"name\":\"Multiattack (Humanoid or Hybrid Form Only)\",\"desc\":\"The werewolf makes three Claws or Spear attacks. It can replace one attack with a Bite attack, provided it is in the appropriate form.\"},{\"name\":\"Bite (Wolf or Hybrid Form Only)\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 11 (2d8+2) piercing damage. If the target is a Humanoid, it must succeed on a DC 13 CON save or be cursed with the werewolf lycanthropy curse (see Curse of Lycanthropy sidebar).\"},{\"name\":\"Claws (Hybrid Form Only)\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 9 (2d6+2) slashing damage.\"},{\"name\":\"Spear (Humanoid Form Only)\",\"desc\":\"_Melee or Ranged Weapon Attack:_ +4 to hit, reach 5 ft. or range 20/60 ft., one target. _Hit:_ 5 (1d6+2) piercing damage, or 6 (1d8+2) piercing damage if used with two hands to make a melee attack.\"}]",
- "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The werewolf transforms into a Medum or Large wolf, a Medium wolf-humanoid hybrid, or back into its true form, which is Humanoid. Its statistics, other than its size, speed, and AC, are the same in each form. Any equipment it is wearing or carrying isn't transformed. It reverts to its true form if it dies.\"},{\"name\":\"Hungry Growl (Wolf and Hybrid Form Only)\",\"desc\":\"The werewolf stares down and growls at one creature it can see within 30 feet of it. The target must succeed on a DC 13 WIS save or be frightened until the end of its next turn. The werewolf has advantage on the next attack roll it makes against the frightened creature.\"}]",
- "special_abilities_json": "[{\"name\":\"Heightened Hearing and Smell\",\"desc\":\"The werewolf's Perception is 17 while perceiving by hearing or smell.\"},{\"name\":\"Pack Tactics\",\"desc\":\"The werewolf has advantage on attack rolls against a creature if at least one of the werewolf's allies is within 5 feet of the creature and the ally isn't incapacitated.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "magmin_bf",
- "fields": {
- "name": "Magmin",
- "size": "small",
- "type": "Elemental",
- "armor_class": 14,
- "armor_desc": "natural armor",
- "hit_points": 22,
- "speed_json": "{\"walk\":30,\"burrow\":15}",
- "strength": 6,
- "dexterity": 14,
- "constitution": 12,
- "intelligence": 8,
- "wisdom": 10,
- "charisma": 10,
- "strength_save": 6,
- "dexterity_save": 14,
- "constitution_save": 12,
- "intelligence_save": 8,
- "wisdom_save": 10,
- "charisma_save": 10,
- "perception": 10,
- "damage_immunities": "fire",
- "senses": "darkvision 60 ft.",
- "languages": "Ignan",
- "challenge_rating": "1/2",
- "cr": 0.5,
- "actions_json": "[{\"name\":\"Burning Slam\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 4 (1d4+2) bludgeoning damage plus 3 (1d6) fire damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Ignited Illumination\",\"desc\":\"The magmin sets itself ablaze or extinguishes its flames. While ablaze, the magmin sheds bright light in a 10-foot radius and dim light for an additional 10 feet.\"}]",
- "special_abilities_json": "[{\"name\":\"Death Burst\",\"desc\":\"When the magmin dies, it collapses into a Tiny cinder cone. On initiative count 20 after the magmin dies, the cinder cone erupts in a burst of fire and lava. Each creature within 10 feet of the cone must make a DC 11 DEX save, taking 7 (2d6) fire damage on a failed save, or half as much damage on a successful one. Flammable objects that aren't being worn or carried in that area are ignited.\"},{\"name\":\"Hardened Magma\",\"desc\":\"While the magmin isn't ablaze, it is resistant to piercing and slashing damage from nonmagical attacks, and it is vulnerable to thunder damage.\"},{\"name\":\"Molten Body\",\"desc\":\"While the magmin is ablaze, each creature that hits it with a melee attack while within 5 feet of it takes 3 (1d6) fire damage.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "manticore_bf",
- "fields": {
- "name": "Manticore",
- "size": "large",
- "type": "Monstrosity",
- "armor_class": 14,
- "armor_desc": "natural armor",
- "hit_points": 80,
- "speed_json": "{\"walk\":30,\"fly\":50}",
- "strength": 16,
- "dexterity": 16,
- "constitution": 16,
- "intelligence": 6,
- "wisdom": 12,
- "charisma": 8,
- "strength_save": 16,
- "dexterity_save": 16,
- "constitution_save": 16,
- "intelligence_save": 6,
- "wisdom_save": 12,
- "charisma_save": 8,
- "perception": 11,
- "damage_resistances": "Monstrosity Resilience",
- "senses": "darkvision 60 ft.",
- "languages": "Common",
- "challenge_rating": "3",
- "cr": 3,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The manticore makes one Bite attack and two Claw attacks, or it makes two Tail Spike attacks. If both Tail Spike attacks hit one creature, the target must succeed on a DC 13 CON save or be poisoned until the end of its next turn.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 7 (1d8+3) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) slashing damage.\"},{\"name\":\"Tail Spike\",\"desc\":\"_Ranged Weapon Attack:_ +5 to hit, range 100/200 ft., one target. _Hit:_ 7 (1d8+3) piercing damage plus 5 (2d4) poison damage.\"}]",
- "special_abilities_json": "[{\"name\":\"Mimicry\",\"desc\":\"The manticore can mimic Humanoid voices. A creature that hears the sounds can tell they are imitations with a successful DC 13 WIS (Insight) check.\"},{\"name\":\"Monstrosity Resilience\",\"desc\":\"The manticore is resistant to exhaustion and to the frightened condition.\"},{\"name\":\"Tail Spike Regrowth\",\"desc\":\"The manticore has twenty-four tail spikes. Used spikes regrow when the manticore finishes a long rest.\"}]",
- "reactions_json": "[{\"name\":\"Spiky Retaliation\",\"desc\":\"When a creature the manticore can see hits it with a melee attack while within 5 feet of it, the manticore can jab a spike into the attacker. The attacker must succeed on a DC 13 DEX save or take 5 (2d4) poison damage.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "medusa_bf",
- "fields": {
- "name": "Medusa",
- "size": "medium",
- "type": "Monstrosity",
- "armor_class": 15,
- "armor_desc": "natural armor",
- "hit_points": 112,
- "speed_json": "{\"walk\":30}",
- "strength": 10,
- "dexterity": 18,
- "constitution": 16,
- "intelligence": 14,
- "wisdom": 12,
- "charisma": 22,
- "strength_save": 10,
- "dexterity_save": 18,
- "constitution_save": 16,
- "intelligence_save": 14,
- "wisdom_save": 12,
- "charisma_save": 22,
- "perception": 14,
- "damage_resistances": "petrified,Monstrosity Resilience",
- "damage_immunities": "poison,poisoned",
- "senses": "darkvision 60 ft.",
- "languages": "Common",
- "challenge_rating": "6",
- "cr": 6,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The medusa makes one Snake Hair attack and two Shortsword attacks, or it makes three Longbow attacks.\"},{\"name\":\"Snake Hair\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 10 ft., one target. _Hit:_ 6 (1d4+4) piercing damage plus 14 (4d6) poison damage.\"},{\"name\":\"Shortsword\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 7 (1d6+4) piercing damage plus 7 (2d6) poison damage.\"},{\"name\":\"Longbow\",\"desc\":\"_Ranged Weapon Attack:_ +7 to hit, range 150/600 ft., one target. _Hit:_ 8 (1d8+4) piercing damage plus 7 (2d6) poison damage.\"}]",
- "special_abilities_json": "[{\"name\":\"Monstrosity Resilience\",\"desc\":\"The medusa is resistant to exhaustion and to the frightened condition.\"},{\"name\":\"Petrifying Gaze\",\"desc\":\"When a creature that can see the medusa's eyes starts its turn within 30 feet of the medusa, the medusa can force it to make a DC 14 CON save if the medusa isn't incapacitated and can see the creature. If the save fails by 5 or more, the creature is instantly petrified. Otherwise, a creature that fails the save begins to turn to stone and is restrained. The restrained creature must repeat the save at the end of its next turn, becoming petrified on a failure or ending the effect on itself on a success. The petrification lasts until the creature is freed by the greater restoration spell or other magic.
Unless surprised, a creature can avert its eyes to avoid the save at the start of its turn. If the creature does so, it can't see the medusa until the start of its next turn, when it can avert its eyes again. If the creature looks at the medusa in the meantime, it must immediately make the save.
If the medusa sees itself reflected on a polished surface within 30 feet of it and in an area of bright light, the medusa, due to its curse, is affected by its own gaze. A medusa isn't resistant to its own gaze.\"},{\"name\":\"Snake Friend\",\"desc\":\"The medusa can communicate with snakes as if they shared a language, and snakes can't be petrified by the medusa's Petrifying Gaze.\"}]",
- "reactions_json": "[{\"name\":\"Interruptive Hiss\",\"desc\":\"When a creature the medusa can see targets it with an attack, the medusa's snakes can suddenly rise and hiss at the attacker. The attacker must succeed on a DC 14 WIS save or fail the attack roll.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "dust_mephit_bf",
- "fields": {
- "name": "Dust Mephit",
- "size": "small",
- "type": "Elemental",
- "group": "Mephits",
- "armor_class": 12,
- "hit_points": 27,
- "speed_json": "{\"walk\":30,\"fly_hover\":30}",
- "strength": 4,
- "dexterity": 14,
- "constitution": 10,
- "intelligence": 6,
- "wisdom": 12,
- "charisma": 10,
- "strength_save": 4,
- "dexterity_save": 14,
- "constitution_save": 10,
- "intelligence_save": 6,
- "wisdom_save": 12,
- "charisma_save": 10,
- "perception": 13,
- "damage_vulnerabilities": "fire,thunder",
- "damage_immunities": "lightning,poison,poisoned,prone",
- "senses": "darkvision 60 ft.",
- "languages": "Auran,Terran",
- "challenge_rating": "1/2",
- "cr": 0.5,
- "actions_json": "[{\"name\":\"Claws\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 4 (1d4+2) slashing damage, and the target loses 2 (1d4) HP at the start of its next turn, as sand and grit irritate the wound.\"},{\"name\":\"Dust Blast\",\"desc\":\"_Ranged Weapon Attack:_ +4 to hit, range 20/60 ft., one target. _Hit:_ 4 (1d4+2) bludgeoning damage, and the target loses 2 (1d4) HP at the start of its next turn, as sand and grit irritate the wound.\"},{\"name\":\"Blinding Breath (Recharge 6)\",\"desc\":\"The mephit exhales blinding dust in a 15-foot cone. Each creature in that area must make a DC 11 DEX save. On a failure, a creature takes 5 (2d4) bludgeoning damage and is blinded for 1 minute. On a success, a creature takes half the damage and isn't blinded. A blinded creature can repeat the save at the end of each of its turns, ending the effect on itself on a success.\"}]",
- "bonus_actions_json": "[{\"name\":\"Sandman's Call (1/Day)\",\"desc\":\"The mephit casts the sleep spell (spell save DC 11), requiring no material components and using WIS as the spellcasting ability.\"}]",
- "special_abilities_json": "[{\"name\":\"Death Burst\",\"desc\":\"When the mephit dies, it explodes in a burst of dust. Each creature within 5 feet of it must succeed on a DC 11 DEX save or be blinded for 1 minute. A blinded creature can repeat the save at the end of each of its turns, ending the effect on itself on a success.\"},{\"name\":\"False Appearance\",\"desc\":\"While the mephit remains motionless and hovering, it is indistinguishable from an ordinary cloud of dust.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "ice_mephit_bf",
- "fields": {
- "name": "Ice Mephit",
- "size": "small",
- "type": "Elemental",
- "group": "Mephits",
- "armor_class": 12,
- "hit_points": 27,
- "speed_json": "{\"walk\":30,\"fly\":30}",
- "strength": 4,
- "dexterity": 14,
- "constitution": 10,
- "intelligence": 6,
- "wisdom": 10,
- "charisma": 12,
- "strength_save": 4,
- "dexterity_save": 14,
- "constitution_save": 10,
- "intelligence_save": 6,
- "wisdom_save": 10,
- "charisma_save": 12,
- "perception": 12,
- "damage_vulnerabilities": "bludgeoning,fire",
- "damage_immunities": "cold,poison,poisoned",
- "senses": "darkvision 60 ft.",
- "languages": "Aquan,Auran",
- "challenge_rating": "1/2",
- "cr": 0.5,
- "actions_json": "[{\"name\":\"Claws\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 4 (1d4+2) slashing damage plus 3 (1d6) cold damage.\"},{\"name\":\"Ice Shard\",\"desc\":\"_Ranged Weapon Attack:_ +4 to hit, range 20/60 ft., one target. _Hit:_ 4 (1d4+2) piercing damage plus 3 (1d6) cold damage.\"},{\"name\":\"Frost Breath (Recharge 6)\",\"desc\":\"The mephit exhales freezing fog in a 15-foot cone. Each creature in that area must make a DC 11 CON save. On a failure, a creature takes 7 (2d6) cold damage and is restrained by ice until the end of its next turn. On a success, a creature takes half the damage and isn't restrained.\"}]",
- "bonus_actions_json": "[{\"name\":\"Cloud of Snow (1/Day)\",\"desc\":\"The mephit casts the fog cloud spell, requiring no material components and using CHA as the spellcasting ability.\"}]",
- "special_abilities_json": "[{\"name\":\"Death Burst\",\"desc\":\"When the mephit dies, it explodes in a burst of viscous ice. Each creature within 5 feet of it must succeed on a DC 11 DEX save or be restrained by ice for 1 minute. A creature, including the restrained creature, can take its action to free the restrained creature by succeeding on a DC 11 STR check. The ice melts immediately if the restrained creature takes fire damage, freeing the creature.\"},{\"name\":\"False Appearance\",\"desc\":\"While the mephit remains motionless, it is indistinguishable from an ordinary shard of ice.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "magma_mephit_bf",
- "fields": {
- "name": "Magma Mephit",
- "size": "small",
- "type": "Elemental",
- "group": "Mephits",
- "armor_class": 12,
- "armor_desc": "natural armor",
- "hit_points": 27,
- "speed_json": "{\"walk\":30,\"fly\":30}",
- "strength": 14,
- "dexterity": 10,
- "constitution": 10,
- "intelligence": 6,
- "wisdom": 10,
- "charisma": 12,
- "strength_save": 14,
- "dexterity_save": 10,
- "constitution_save": 10,
- "intelligence_save": 6,
- "wisdom_save": 10,
- "charisma_save": 12,
- "perception": 12,
- "damage_vulnerabilities": "bludgeoning,cold",
- "damage_immunities": "fire,poison,poisoned",
- "senses": "darkvision 60 ft.",
- "languages": "Ignan,Terran",
- "challenge_rating": "1/2",
- "cr": 0.5,
- "actions_json": "[{\"name\":\"Claws\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 4 (1d4+2) slashing damage plus 3 (1d6) fire damage.\"},{\"name\":\"Lob Magma\",\"desc\":\"_Ranged Weapon Attack:_ +2 to hit, range 20/60 ft., one target. _Hit:_ 7 (2d6) fire damage.\"},{\"name\":\"Pyroclastic Burst (Recharge 6)\",\"desc\":\"The mephit exhales an explosive blast of lava in a 15-foot cone. Each creature in the area must make a DC 11 STR save. On a failure, a creature takes 7 (2d6) fire damage and is pushed up to 10 feet away from the mephit and knocked prone. On a success, a creature takes half the damage and isn't pushed or knocked prone.\"}]",
- "bonus_actions_json": "[{\"name\":\"Pyrotechnic Display (1/Day)\",\"desc\":\"The mephit casts the color spray spell (spell save DC 11), requiring no material components and using CHA as the spellcasting ability.\"}]",
- "special_abilities_json": "[{\"name\":\"Death Burst\",\"desc\":\"When the mephit dies, it explodes in a burst of lava. Each creature within 5 feet of it must succeed on a DC 11 DEX save or be pushed up to 10 feet away from the mephit, knocked prone, and catch on fire. Until a creature takes an action to douse the fire, the creature on fire takes 3 (1d6) fire damage at the start of each of its turns.\"},{\"name\":\"False Appearance\",\"desc\":\"While the mephit remains motionless, it is indistinguishable from an ordinary mound of molten rock.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "steam_mephit_bf",
- "fields": {
- "name": "Steam Mephit",
- "size": "small",
- "type": "Elemental",
- "group": "Mephits",
- "armor_class": 12,
- "hit_points": 27,
- "speed_json": "{\"walk\":30,\"fly_hover\":30}",
- "strength": 4,
- "dexterity": 14,
- "constitution": 10,
- "intelligence": 6,
- "wisdom": 12,
- "charisma": 10,
- "strength_save": 4,
- "dexterity_save": 14,
- "constitution_save": 10,
- "intelligence_save": 6,
- "wisdom_save": 12,
- "charisma_save": 10,
- "perception": 13,
- "damage_vulnerabilities": "cold,thunder",
- "damage_immunities": "fire,poison,poisoned,prone",
- "senses": "darkvision 60 ft.",
- "languages": "Aquan,Ignan",
- "challenge_rating": "1/2",
- "cr": 0.5,
- "actions_json": "[{\"name\":\"Claws\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 4 (1d4+2) slashing damage plus 2 (1d4) fire damage.\"},{\"name\":\"Steam Blast\",\"desc\":\"_Ranged Weapon Attack:_ +4 to hit, range 20/60 ft., one target. _Hit:_ 4 (1d4+2) bludgeoning damage plus 2 (1d4) fire damage\"},{\"name\":\"Steam Breath (Recharge 6)\",\"desc\":\"The mephit exhales superheated breath in a 15-foot cone. Each creature in that area must make a DC 11 CON save. On a failure, a creature takes 5 (2d4) fire damage and suffers one level of exhaustion. On a success, a creature takes half the damage and doesn't suffer exhaustion. A creature can't suffer more than two levels of exhaustion from a steam mephit's Steam Breath, regardless of the number of times it fails the save or the number of steam mephits using Steam Breath against it.\"}]",
- "bonus_actions_json": "[{\"name\":\"Hazy Form (1/Day)\",\"desc\":\"The mephit casts the blur spell, requiring no material components and using WIS as the spellcasting ability.\"}]",
- "special_abilities_json": "[{\"name\":\"Death Burst\",\"desc\":\"When the mephit dies, it explodes in a cloud of steam. Each creature within 5 feet of the mephit must succeed on a DC 11 DEX save or be scalded for 1 minute. A scalded creature has disadvantage on weapon attack rolls and on ability checks that require manual dexterity. A scalded creature can repeat the save at the end of each of its turns, ending the effect on itself on a success.\"},{\"name\":\"False Appearance\",\"desc\":\"While the mephit remains motionless and hovering, it is indistinguishable from an ordinary cloud of steam.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "merfolk_bf",
- "fields": {
- "name": "Merfolk",
- "size": "medium",
- "type": "Humanoid",
- "group": "Merfolk",
- "armor_class": 12,
- "armor_desc": "coral armor",
- "hit_points": 9,
- "speed_json": "{\"walk\":10,\"swim\":40}",
- "strength": 12,
- "dexterity": 10,
- "constitution": 12,
- "intelligence": 10,
- "wisdom": 10,
- "charisma": 12,
- "strength_save": 12,
- "dexterity_save": 10,
- "constitution_save": 12,
- "intelligence_save": 10,
- "wisdom_save": 10,
- "charisma_save": 12,
- "perception": 12,
- "senses": "darkvision 60 ft.",
- "languages": "Aquan,Common",
- "challenge_rating": "1/8",
- "cr": 0.125,
- "actions_json": "[{\"name\":\"Coral Spear\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 4 (1d6+1) piercing damage.\"},{\"name\":\"Sharpened Shell\",\"desc\":\"_Ranged Weapon Attack:_ +3 to hit, range 20/60 ft., one target. _Hit:_ 3 (1d4+1) slashing damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Nimble Rush\",\"desc\":\"The merfolk takes the Dash or Disengage action.\"}]",
- "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The merfolk can breathe air and water.\"}]",
- "reactions_json": "[{\"name\":\"Coral Scrape\",\"desc\":\"When a creature the merfolk can see hits it with a melee attack while within 5 feet of it, the merfolk can twist its body to scrape the attacker's arm or similar attacking appendage across the rough coral of its armor. The attacker must succeed on a DC 11 DEX save or have disadvantage on the next attack roll it makes before the end of its next turn, as its attacking appendage hurts from the abrasion.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "merrow_bf",
- "fields": {
- "name": "Merrow",
- "size": "large",
- "type": "Monstrosity",
- "armor_class": 13,
- "armor_desc": "natural armor",
- "hit_points": 60,
- "speed_json": "{\"walk\":10,\"swim\":40}",
- "strength": 18,
- "dexterity": 10,
- "constitution": 14,
- "intelligence": 8,
- "wisdom": 10,
- "charisma": 8,
- "strength_save": 18,
- "dexterity_save": 10,
- "constitution_save": 14,
- "intelligence_save": 8,
- "wisdom_save": 10,
- "charisma_save": 8,
- "perception": 12,
- "damage_resistances": "Monstrosity Resilience",
- "senses": "darkvision 60 ft.",
- "languages": "Aquan,Common",
- "challenge_rating": "2",
- "cr": 2,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The merrow makes one Bite attack and two Claw attacks. It can replace one Claw attack with a Harpoon attack.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 8 (1d8+4) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 7 (1d6+4) slashing damage.\"},{\"name\":\"Harpoon\",\"desc\":\"_Melee or Ranged Weapon Attack:_ +6 to hit, reach 5 ft. or range 20/60 ft., one target. _Hit:_ 7 (1d6+4) piercing damage, and the harpoon sticks in the target. While the harpoon is stuck, the merrow can't make Harpoon attacks against other targets, and the target and merrow can't move farther than 60 feet away from each other. A creature, including the target, can take its action to detach the harpoon by succeeding on a DC 14 STR check. Alternatively, the cord connecting the merrow to the harpoon can be attacked and destroyed (AC 10; HP 15; immune to bludgeoning, poison, and psychic damage), dislodging the harpoon into an unoccupied space within 5 feet of the target and preventing the merrow from using Recall Harpoon.\"}]",
- "bonus_actions_json": "[{\"name\":\"Shoving Rush\",\"desc\":\"The merrow takes the Dash action. If it moves, it can propel itself into one creature it can see along its path. The target must succeed on a DC 14 STR save or be knocked prone. This movement doesn't provoke opportunity attacks from a target that fails this save.\"},{\"name\":\"Recall Harpoon\",\"desc\":\"The merrow pulls on the cord connected to its harpoon, returning the harpoon to its empty hand. If the harpoon is stuck in a creature, that creature must succeed on a DC 14 STR save or be pulled up to 20 feet toward the merrow. Regardless, the harpoon is dislodged and returned to the merrow's hand.\"}]",
- "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The merrow can breathe air and water.\"},{\"name\":\"Monstrosity Resilience\",\"desc\":\"The merrow is resistant to exhaustion and to the frightened condition.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "mimic_bf",
- "fields": {
- "name": "Mimic",
- "size": "medium",
- "type": "Monstrosity",
- "subtype": "Shapechanger",
- "armor_class": 12,
- "armor_desc": "natural armor",
- "hit_points": 58,
- "speed_json": "{\"walk\":20}",
- "strength": 16,
- "dexterity": 12,
- "constitution": 14,
- "intelligence": 4,
- "wisdom": 12,
- "charisma": 8,
- "strength_save": 16,
- "dexterity_save": 12,
- "constitution_save": 14,
- "intelligence_save": 4,
- "wisdom_save": 12,
- "charisma_save": 8,
- "perception": 11,
- "damage_vulnerabilities": "cold",
- "damage_resistances": "grappled,Monstrosity Resilience",
- "damage_immunities": "acid,prone",
- "senses": "keensense 60 ft.",
- "languages": "-",
- "challenge_rating": "2",
- "cr": 2,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The mimic makes two Pseudopod attacks. If it is grappling a creature, it can replace one attack with a Bite attack.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one grappled creature. _Hit:_ 7 (1d8+3) piercing damage plus 7 (2d6) acid damage.\"},{\"name\":\"Pseudopod\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) bludgeoning damage. If the mimic is in object form, the target is subjected to its Adhesive trait.\"}]",
- "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The mimic transforms into a Large or smaller object or back into its true, amorphous form, which is a Monstrosity. Its statistics are the same in each form. Any equipment it is wearing or carrying isn't transformed. It reverts to its true form if it dies.\"}]",
- "special_abilities_json": "[{\"name\":\"Adhesive (Object Form Only)\",\"desc\":\"The mimic adheres to anything that touches it. A Huge or smaller creature adhered to the mimic is also grappled by it (escape DC 13). Ability checks made to escape this grapple have disadvantage.\"},{\"name\":\"False Appearance (Object Form Only)\",\"desc\":\"While the mimic remains motionless, it is indistinguishable from an ordinary object.\"},{\"name\":\"Grappler\",\"desc\":\"The mimic has advantage on attack rolls against any creature grappled by it.\"},{\"name\":\"Monstrosity Resilience\",\"desc\":\"The mimic is resistant to exhaustion and to the frightened condition.\"}]",
- "reactions_json": "[{\"name\":\"Prey Shield\",\"desc\":\"When a creature the mimic can see hits it with an attack while it is grappling a creature, the mimic can roll the grappled creature in front of the blow, forcing the grappled creature to take the damage instead.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "minotaur_bf",
- "fields": {
- "name": "Minotaur",
- "size": "large",
- "type": "Monstrosity",
- "armor_class": 14,
- "armor_desc": "natural armor",
- "hit_points": 80,
- "speed_json": "{\"walk\":40}",
- "strength": 22,
- "dexterity": 10,
- "constitution": 16,
- "intelligence": 6,
- "wisdom": 16,
- "charisma": 8,
- "strength_save": 22,
- "dexterity_save": 10,
- "constitution_save": 16,
- "intelligence_save": 6,
- "wisdom_save": 16,
- "charisma_save": 8,
- "perception": 17,
- "damage_resistances": "Monstrosity Resilience",
- "senses": "darkvision 60 ft.",
- "languages": "Abyssal",
- "challenge_rating": "3",
- "cr": 3,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The minotaur makes one Gore attack and one Greataxe attack.\"},{\"name\":\"Gore\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6+4) piercing damage.\"},{\"name\":\"Greataxe\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 17 (2d12+4) slashing damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Bleeding Frenzy (44 HP or Fewer)\",\"desc\":\"The minotaur enters a frenzy until the start of its next turn. Until the frenzy ends, the minotaur deals an extra 3 (1d6) damage of the weapon's type each time it hits with a melee weapon attack, and the minotaur takes an extra 3 (1d6) damage of the weapon's type the first time it is hit with a melee weapon attack before the frenzy ends.\"}]",
- "special_abilities_json": "[{\"name\":\"Charge\",\"desc\":\"If the minotaur moves at least 10 feet straight toward a target and then hits it with a Gore attack on the same turn, the target takes an extra 7 (2d6) piercing damage. If the target is a creature, it must succeed on a DC 14 STR save or be pushed up to 10 feet away from the minotaur and knocked prone.\"},{\"name\":\"Labyrinthine Recall\",\"desc\":\"The minotaur can perfectly recall any path it has traveled.\"},{\"name\":\"Monstrosity Resilience\",\"desc\":\"The minotaur is resistant to exhaustion and to the frightened condition.\"},{\"name\":\"Reckless\",\"desc\":\"At the start of its turn, the minotaur can gain advantage on all melee weapon attack rolls it makes during that turn, but attack rolls against it have advantage until the start of its next turn.\"},{\"name\":\"Siege Monster\",\"desc\":\"The minotaur deals double damage to objects and structures.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "mordovermis_bf",
- "fields": {
- "name": "Mordovermis",
- "size": "large",
- "type": "Aberration",
- "armor_class": 13,
- "armor_desc": "natural armor",
- "hit_points": 72,
- "speed_json": "{\"walk\":10,\"fly_hover\":40}",
- "strength": 16,
- "dexterity": 14,
- "constitution": 14,
- "intelligence": 6,
- "wisdom": 14,
- "charisma": 16,
- "strength_save": 16,
- "dexterity_save": 14,
- "constitution_save": 14,
- "intelligence_save": 6,
- "wisdom_save": 14,
- "charisma_save": 16,
- "perception": 14,
- "damage_resistances": "bludgeoning,Aberrant Resilience",
- "damage_immunities": "prone",
- "senses": "darkvision 120 ft.",
- "languages": "Deep Speech,telepathy 60 ft.",
- "challenge_rating": "3",
- "cr": 3,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The mordovermis makes two Sting attacks. If both Sting attacks hit one Large or smaller creature, the mordovermis can use Consume on the creature without the need for the target to be incapacitated.\"},{\"name\":\"Sting\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 7 (1d8+3) piercing damage.\"},{\"name\":\"Consume\",\"desc\":\"The mordovermis wraps its body around an incapacitated creature. The target must make a DC 13 STR save. On a failure, the target takes 5 (2d4) piercing damage and 9 (2d8) acid damage and is grappled (escape DC 13). On a success, the target takes half the damage and isn't grappled. Until this grapple ends, the target is restrained and takes 18 (4d8) acid damage at the start of each of its turns, and the mordovermis can't use Consume.\"}]",
- "bonus_actions_json": "[{\"name\":\"Transfixing Gaze\",\"desc\":\"The mordovermis focuses its gaze on one creature it can see within 30 feet of it. The target must succeed on a DC 13 WIS save or be charmed until the end of its next turn. While charmed, the creature is incapacitated and has a speed of 0.\"}]",
- "special_abilities_json": "[{\"name\":\"Aberrant Resilience\",\"desc\":\"The mordovermis is resistant to the charmed, frightened, paralyzed, and stunned conditions, and it has advantage on saves against spells or effects that would alter its form.\"},{\"name\":\"Sinuous Form\",\"desc\":\"The mordovermis can easily move through any opening large enough for a Small creature. It can squeeze through any opening large enough for a Tiny creature. The mordovermis's destination must still have suitable room to accommodate its volume.\"},{\"name\":\"Sunlight Sensitivity\",\"desc\":\"While in sunlight, the mordovermis has disadvantage on attack rolls, and its Perception is 9 when perceiving by sight.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "mummy_bf",
- "fields": {
- "name": "Mummy",
- "size": "medium",
- "type": "Undead",
- "group": "Mummies",
- "armor_class": 13,
- "armor_desc": "natural armor",
- "hit_points": 80,
- "speed_json": "{\"walk\":20}",
- "strength": 16,
- "dexterity": 8,
- "constitution": 16,
- "intelligence": 6,
- "wisdom": 14,
- "charisma": 12,
- "strength_save": 16,
- "dexterity_save": 8,
- "constitution_save": 16,
- "intelligence_save": 6,
- "wisdom_save": 14,
- "charisma_save": 12,
- "perception": 12,
- "damage_vulnerabilities": "fire",
- "damage_resistances": "bludgeoning,piercing,and slashing damage from nonmagical attacks",
- "damage_immunities": "necrotic,charmed,frightened,paralyzed,Undead Resilience",
- "senses": "darkvision 60 ft.",
- "languages": "the languages it knew in life",
- "challenge_rating": "3",
- "cr": 3,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The mummy makes two Rotting Fist attacks. If both attacks hit one creature that isn't a Construct or Undead, the target must succeed on a DC 13 CON save or be cursed with mummy rot (see the Mummy Rot sidebar).\"},{\"name\":\"Rotting Fist\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 7 (1d8+3) bludgeoning damage plus 7 (2d6) necrotic damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Dreadful Glare\",\"desc\":\"The mummy glares at one creature it can see within 60 feet of it. The target must succeed on a DC 13 WIS save or be frightened until the end of its next turn. If the target fails the save by 5 or more, it is also paralyzed for the same duration.\"}]",
- "special_abilities_json": "[{\"name\":\"Undead Nature\",\"desc\":\"The mummy doesn't require air, food, drink, or sleep.\"},{\"name\":\"Undead Resilience\",\"desc\":\"The mummy is immune to poison damage, to exhaustion, and to the poisoned condition.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "mummy_lord_bf",
- "fields": {
- "name": "Mummy Lord",
- "size": "medium",
- "type": "Undead",
- "group": "Mummies",
- "armor_class": 17,
- "armor_desc": "natural armor",
- "hit_points": 270,
- "speed_json": "{\"walk\":20}",
- "strength": 18,
- "dexterity": 10,
- "constitution": 26,
- "intelligence": 20,
- "wisdom": 28,
- "charisma": 26,
- "strength_save": 18,
- "dexterity_save": 10,
- "constitution_save": 26,
- "intelligence_save": 20,
- "wisdom_save": 28,
- "charisma_save": 26,
- "perception": 19,
- "damage_vulnerabilities": "fire",
- "damage_immunities": "necrotic; bludgeoning,piercing,and slashing damage from nonmagical attacks,charmed,frightened,paralyzed,Undead Resilience",
- "senses": "darkvision 60 ft.",
- "languages": "the languages it knew in life",
- "challenge_rating": "15",
- "cr": 15,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The mummy makes two Blessed Khopesh attacks and one Rotting Fist attack, or it makes four Divine Bolt attacks. It can replace one attack with a use of Spellcasting.\"},{\"name\":\"Blessed Khopesh\",\"desc\":\"_Melee Weapon Attack:_ +9 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6+4) slashing damage plus 14 (4d6) necrotic damage or radiant damage (the mummy lord's choice).\"},{\"name\":\"Rotting Fist\",\"desc\":\"_Melee Weapon Attack:_ +9 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8+4) bludgeoning damage plus 21 (6d6) necrotic damage, and the target must succeed on a DC 17 CON save or be cursed with mummy rot (see the Mummy Rot sidebar).\"},{\"name\":\"Divine Bolt\",\"desc\":\"_Ranged Spell Attack:_ +9 to hit, range 120 ft., one target. _Hit:_ 21 (5d6+4) necrotic damage or radiant damage (the mummy lord's choice).\"},{\"name\":\"Undead Servitors\",\"desc\":\"The mummy lord magically calls 2d6 **skeletons** or **zombies**, 1d4 **specters**, or 2 **mummies**. The called creatures arrive in 1d4 rounds, acting as allies of the mummy lord and obeying its spoken commands. The Undead remain for 1 hour, until the mummy lord dies, or until the mummy lord dismisses them as a bonus action. The mummy lord can have any number of Undead under its control at one time, provided the combined total CR of the Undead is no higher than 6.\"},{\"name\":\"Spellcasting\",\"desc\":\"The mummy lord casts one of the following spells, using WIS as the spellcasting ability (spell save DC 17).
At will: _command_, _guidance_, _thaumaturgy_
3/day each: _dispel magic_, _hold_, _silence_
1/day each: _contagion_, _insect plague_\"}]",
- "bonus_actions_json": "[{\"name\":\"Bolster Undead\",\"desc\":\"The mummy lord sends necrotic power into up to three friendly Undead it can see, other than itself, within 30 feet of it. Each target regains 14 (4d6) HP and has advantage on the next attack roll it makes before the start of the mummy lord's next turn.\"},{\"name\":\"Dreadful Glare\",\"desc\":\"The mummy lord glares at up to two creatures it can see within 60 feet of it. Each target must succeed on a DC 17 WIS save or be frightened until the end of its next turn. If the target fails the save by 5 or more, it is also paralyzed for the same duration.\"}]",
- "special_abilities_json": "[{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the mummy lord fails a save, it can choose to succeed instead.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The mummy lord has advantage on saves against spells and other magical effects.\"},{\"name\":\"Rejuvenation\",\"desc\":\"A destroyed mummy lord gains a new body in 24 hours if its heart is intact, regaining all its HP and becoming active again. The new body appears within 5 feet of the mummy lord's heart.\"},{\"name\":\"Turning Defiance\",\"desc\":\"The mummy lord and any friendly Undead within 30 feet of it have advantage on saves against effects that turn undead.\"},{\"name\":\"Undead Nature\",\"desc\":\"The mummy lord doesn't require air, food, drink, or sleep.\"},{\"name\":\"Undead Resilience\",\"desc\":\"The mummy lord is immune to poison damage, to exhaustion, and to the poisoned condition.\"}]",
- "legendary_desc": "The mummy lord can take 3 legendary actions, choosing from the options below. Only one legendary action option can be used at a time and only at the end of another creature's turn. The mummy lord regains spent legendary actions at the start of its turn.",
- "legendary_actions_json": "[{\"name\":\"Detect Life\",\"desc\":\"The mummy lord automatically detects every creature that isn't a Construct or Undead within 30 feet of it, pinpointing the current location of each.\"},{\"name\":\"Sandy Teleport\",\"desc\":\"The mummy lord transforms into loose sand and teleports up to 60 feet to an unoccupied space it can see, reforming in that space. Any equipment it is wearing or carrying transforms with it.\"},{\"name\":\"Call Servitors (Costs 2 Actions)\",\"desc\":\"The mummy lord uses Undead Servitors.\"},{\"name\":\"Unleash Divine Energy (Costs 2 Actions)\",\"desc\":\"The mummy lord unleashes a wave of divine energy. Each creature within 10 feet of it must make a DC 17 CON save. On a failure, a creature takes 14 (4d6) necrotic damage or radiant damage (the mummy lord's choice) and is stunned until the end of its next turn. On a success, a creature takes half the damage and isn't stunned.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "mycolid_commoner_bf",
- "fields": {
- "name": "Mycolid Commoner",
- "size": "small",
- "type": "Plant",
- "group": "Mycolids",
- "armor_class": 12,
- "hit_points": 21,
- "speed_json": "{\"walk\":15}",
- "strength": 10,
- "dexterity": 14,
- "constitution": 10,
- "intelligence": 6,
- "wisdom": 16,
- "charisma": 4,
- "strength_save": 10,
- "dexterity_save": 14,
- "constitution_save": 10,
- "intelligence_save": 6,
- "wisdom_save": 16,
- "charisma_save": 4,
- "perception": 13,
- "damage_resistances": "poison,Plant Resilience",
- "senses": "keensense 120 ft. (can't sense beyond this radius)",
- "languages": "understands Sylvan but can't speak,telepathy 30 ft.",
- "challenge_rating": "1/2",
- "cr": 0.5,
- "actions_json": "[{\"name\":\"Gardening Pick\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 4 (1d4+2) piercing damage plus 5 (2d4) poison damage.\"},{\"name\":\"Slowing Spores (Recharge 5-6)\",\"desc\":\"The mycolid ejects slowing spores from its body. Each creature that isn't a mycolid within 5 feet of the mycolid must make a DC 13 WIS save. On a failure, a creature takes 5 (2d4) poison damage and is slowed until the end of its next turn. On a success, a creature takes half the damage and isn't slowed. A slowed creature's speed is halved, and it can't take reactions.\"}]",
- "bonus_actions_json": "[{\"name\":\"Fetid Feast\",\"desc\":\"The mycolid draws sustenance from a Medium or larger pile of carrion or rotting vegetation within 5 feet of it. It regains 5 (2d4) HP. The mycolid can't use Fetid Feast on a pile of carrion or vegetation if it or another mycolid has already used Fetid Feast on that pile.\"}]",
- "special_abilities_json": "[{\"name\":\"Fungal Toxicity\",\"desc\":\"A creature that hits the mycolid with a melee attack while within 5 feet of it must succeed on a DC 13 CON save or be poisoned for 1 hour. If the poison isn't neutralized before 1 hour has passed, the creature must succeed on a DC 13 CON save, taking 5 (2d4) poison damage on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Mycolid Connection\",\"desc\":\"The mycolid can pinpoint the location of each friendly mycolid within 120 feet of it. In addition, its telepathy range increases to 120 feet when communicating with other mycolids.\"},{\"name\":\"Plant Resilience\",\"desc\":\"The mycolid is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "mycolid_spore_lord_bf",
- "fields": {
- "name": "Mycolid Spore Lord",
- "size": "medium",
- "type": "Plant",
- "group": "Mycolids",
- "armor_class": 14,
- "armor_desc": "natural armor",
- "hit_points": 68,
- "speed_json": "{\"walk\":15}",
- "strength": 16,
- "dexterity": 14,
- "constitution": 12,
- "intelligence": 8,
- "wisdom": 18,
- "charisma": 8,
- "strength_save": 16,
- "dexterity_save": 14,
- "constitution_save": 12,
- "intelligence_save": 8,
- "wisdom_save": 18,
- "charisma_save": 8,
- "perception": 14,
- "damage_resistances": "Plant Resilience",
- "damage_immunities": "poison",
- "senses": "keensense 120 ft. (can't sense beyond this radius)",
- "languages": "understands Druidic and Sylvan but can't speak,telepathy 60 ft.",
- "challenge_rating": "3",
- "cr": 3,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The spore lord makes two Fungal Staff attacks or uses Hurl Sap twice.\"},{\"name\":\"Fungal Staff\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 6 (1d6+3) bludgeoning damage plus 9 (2d8) poison damage.\"},{\"name\":\"Hurl Sap\",\"desc\":\"_Ranged Weapon Attack:_ +4 to hit, range 30/120 ft., one target. _Hit:_ 11 (2d8+2) poison damage, and the sap sticks to the target. While the sap is stuck, the target takes 4 (1d8) poison damage at the start of each of its turns. A creature can use an action to scrape away the sap, ending the effect.\"},{\"name\":\"Mushroom Ring (Recharge 5-6)\",\"desc\":\"The spore lord causes fungal growth to erupt from a point on the ground it can sense within 120 feet of it. A ring of mushrooms sprouts in a 15-foot radius around that point. Each creature that isn't a mycolid within that ring must make a DC 14 CON save, taking 13 (3d8) poison damage on a failed save, or half as much damage on a successful one. Each mycolid within that ring gains 5 (2d4) temporary HP.\"},{\"name\":\"Slumber Spores (Recharge 5-6)\",\"desc\":\"The spore lord ejects sleep-inducing spores from its body. Each creature that isn't a mycolid within 10 feet of the spore lord must make a DC 14 WIS save. On a failure, a creature takes 9 (2d8) poison damage and falls unconscious for 1 minute. On a success, a creature takes half the damage and doesn't fall unconscious. The unconscious creature wakes if it takes damage or if a creature uses an action to wake it.\"}]",
- "bonus_actions_json": "[{\"name\":\"Fetid Feast\",\"desc\":\"The spore lord draws sustenance from a Medium or larger pile of carrion or rotting vegetation within 5 feet of it. It regains 7 (2d6) HP. The spore lord can't use Fetid Feast on a pile of carrion or vegetation if it or another mycolid has already used Fetid Feast on that pile.\"}]",
- "special_abilities_json": "[{\"name\":\"Fungal Toxicity\",\"desc\":\"A creature that hits the mycolid with a melee attack while within 5 feet of it must succeed on a DC 13 CON save or be poisoned for 5 hours. If the poison isn't neutralized before 5 hours have passed, the creature must succeed on a DC 14 CON save, taking 9 (2d8) poison damage on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Mycolid Connection\",\"desc\":\"The spore lord can pinpoint the location of each friendly mycolid within 1 mile of it. In addition, its telepathy range increases to 1 mile when communicating with other mycolids.\"},{\"name\":\"Plant Resilience\",\"desc\":\"The mycolid is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "guardian_naga_bf",
- "fields": {
- "name": "Guardian Naga",
- "size": "large",
- "type": "Monstrosity",
- "group": "Nagas",
- "armor_class": 18,
- "armor_desc": "natural armor",
- "hit_points": 176,
- "speed_json": "{\"walk\":40}",
- "strength": 18,
- "dexterity": 26,
- "constitution": 24,
- "intelligence": 24,
- "wisdom": 26,
- "charisma": 26,
- "strength_save": 18,
- "dexterity_save": 26,
- "constitution_save": 24,
- "intelligence_save": 24,
- "wisdom_save": 26,
- "charisma_save": 26,
- "perception": 18,
- "damage_resistances": "necrotic,radiant,Monstrosity Resilience",
- "damage_immunities": "poison,charmed,poisoned",
- "senses": "darkvision 60 ft.",
- "languages": "Abyssal,Celestial,Common,Infernal",
- "challenge_rating": "10",
- "cr": 10,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The guardian naga makes three Slam or Spit Poison attacks, or it makes one Constrict attack and two Slam attacks. It can replace one attack with a use of Spellcasting.\"},{\"name\":\"Constrict\",\"desc\":\"_Melee Weapon Attack:_ +8 to hit, reach 10 ft., one target. _Hit:_ 8 (1d8+4) bludgeoning damage plus 13 (3d8) necrotic damage or radiant damage (the naga's choice), and the target is grappled (escape DC 16) if it is a Large or smaller creature. Until this grapple ends, the target is restrained, and the naga can't Constrict another target.\"},{\"name\":\"Slam\",\"desc\":\"_Melee Weapon Attack:_ +8 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6+4) bludgeoning damage plus 13 (3d8) necrotic damage or radiant damage (the naga's choice).\"},{\"name\":\"Spit Poison\",\"desc\":\"_Ranged Weapon Attack:_ +8 to hit, range 20/60 ft., one target. _Hit:_ 11 (2d6+4) poison damage plus 13 (3d8) necrotic damage or radiant damage (the naga's choice).\"},{\"name\":\"Spellcasting\",\"desc\":\"The guardian naga casts one of the following spells, requiring only verbal components and using WIS as the spellcasting ability (spell save DC 16).
At will: _augury_ (as an action), _command_, _mending_, _thaumaturgy_
3/day each: _bestow curse_, _cure wounds_
2/day each: _freedom of movement_, _hold_
1/day: _geas_ (as an action)\"}]",
- "bonus_actions_json": "[{\"name\":\"Protector's Step\",\"desc\":\"The naga magically teleports, along with any equipment it is wearing or carrying, up to 120 feet to an unoccupied space within the sacred site or temple it protects or within 30 feet of the exterior of such a site. Swirls of golden light or tendrils of inky shadow (the naga's choice) appear at the origin and destination when it uses this bonus action.\"}]",
- "special_abilities_json": "[{\"name\":\"Divine Strikes\",\"desc\":\"The naga's weapon attacks are magical. When the naga hits with any weapon attack, the weapon deals an extra 3d8 necrotic damage or radiant damage (included in the attack), the naga's choice.\"},{\"name\":\"Monstrosity Resilience\",\"desc\":\"The naga is resistant to exhaustion and to the frightened condition.\"},{\"name\":\"Rejuvenation\",\"desc\":\"If it dies, the naga returns to life in 1d6 days, regaining all its HP and becoming active again. Only a wish spell can prevent this trait from functioning.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "spirit_naga_bf",
- "fields": {
- "name": "Spirit Naga",
- "size": "large",
- "type": "Monstrosity",
- "group": "Nagas",
- "armor_class": 15,
- "armor_desc": "natural armor",
- "hit_points": 166,
- "speed_json": "{\"walk\":40}",
- "strength": 18,
- "dexterity": 22,
- "constitution": 20,
- "intelligence": 16,
- "wisdom": 20,
- "charisma": 22,
- "strength_save": 18,
- "dexterity_save": 22,
- "constitution_save": 20,
- "intelligence_save": 16,
- "wisdom_save": 20,
- "charisma_save": 22,
- "perception": 15,
- "damage_vulnerabilities": "radiant",
- "damage_resistances": "Monstrosity Resilience",
- "damage_immunities": "necrotic,poison,charmed,poisoned",
- "senses": "darkvision 60 ft.",
- "languages": "Abyssal,Celestial,Common,Infernal",
- "challenge_rating": "8",
- "cr": 8,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The spirit naga makes two Bite or Spit Poison attacks. If both attacks hit one creature, the target must succeed on a DC 14 CON save or be poisoned for 1 minute. A poisoned creature can repeat the save at the end of each of its turns, ending the effect on itself on a success.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 10 ft., one target. _Hit:_ 6 (1d4+4) piercing damage plus 5 (2d4) poison damage and 18 (4d8) necrotic damage.\"},{\"name\":\"Spit Poison\",\"desc\":\"_Ranged Weapon Attack:_ +6 to hit, range 20/60 ft., one target. _Hit:_ 10 (3d4+3) poison damage plus 18 (4d8) necrotic damage.\"},{\"name\":\"Spellcasting\",\"desc\":\"The spirit naga casts one of the following spells, requiring only verbal components and using CHA as the spellcasting ability (spell save DC 14).
At will: _command_, _mage hand_, _minor illusion_
3/day each: _augury_ (as an action), _charm_, _sleep_
2/day each: _bestow curse_, _hold_
1/day: _dominate_\"}]",
- "bonus_actions_json": "[{\"name\":\"Hidden Step\",\"desc\":\"The spirit naga magically teleports, along with any equipment it is wearing or carrying, up to 30 feet to an unoccupied space it can see and takes the Hide action.\"}]",
- "special_abilities_json": "[{\"name\":\"Guardian Projection\",\"desc\":\"The spirit naga's skeletal form is covered with a magical illusion that makes it look like the guardian naga it was in life. The naga can use a bonus action to dismiss this illusion until the end of its next turn. The changes wrought by this illusion fail to hold up to physical inspection. For example, a creature touching the spirit naga would feel its rough, dry scales and exposed bones instead of the smooth, cool scales of a guardian naga. Otherwise, a creature must take an action to visually inspect the illusion and succeed on a DC 20 INT (Investigation) check to discern the spirit naga's true appearance.\"},{\"name\":\"Monstrosity Resilience\",\"desc\":\"The naga is resistant to exhaustion and to the frightened condition.\"},{\"name\":\"Necrotic Strikes\",\"desc\":\"The naga's weapon attacks are magical. When the naga hits with any weapon attack, the weapon deals an extra 4d8 necrotic damage (included in the attack).\"},{\"name\":\"Rejuvenation\",\"desc\":\"If it dies, the naga returns to life in 1d6 days, regaining all its HP and becoming active again. Only a wish spell can prevent this trait from functioning.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "nightmare_bf",
- "fields": {
- "name": "Nightmare",
- "size": "large",
- "type": "Fiend",
- "armor_class": 13,
- "armor_desc": "natural armor",
- "hit_points": 76,
- "speed_json": "{\"walk\":60,\"fly\":90}",
- "strength": 18,
- "dexterity": 14,
- "constitution": 16,
- "intelligence": 10,
- "wisdom": 12,
- "charisma": 14,
- "strength_save": 18,
- "dexterity_save": 14,
- "constitution_save": 16,
- "intelligence_save": 10,
- "wisdom_save": 12,
- "charisma_save": 14,
- "perception": 11,
- "damage_immunities": "fire",
- "senses": "-",
- "languages": "understands Abyssal,Common,and Infernal but can't speak",
- "challenge_rating": "3",
- "cr": 3,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The nightmare makes two Flaming Hoof attacks.\"},{\"name\":\"Flaming Hoof\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 7 (1d6+4) bludgeoning damage plus 7 (2d6) fire damage.\"},{\"name\":\"Ethereal Stride\",\"desc\":\"The nightmare and up to three willing creatures within 5 feet of it magically enter the Ethereal Plane from the Material Plane, or vice versa.\"}]",
- "bonus_actions_json": "[{\"name\":\"Burning Hoofprints\",\"desc\":\"The nightmare increases the intensity of the heat on its hooves. Until the start of its next turn, it leaves burning hoofprints in any surface through which it walks, creating a trail of fire in its wake. A creature that enters a space with burning hoofprints for the first time on a turn or starts its turn there must succeed on a DC 13 DEX save or take 3 (1d6) fire damage. The hoofprints stop burning at the start of the nightmare's next turn.\"}]",
- "special_abilities_json": "[{\"name\":\"Illumination\",\"desc\":\"The nightmare sheds bright light in a 10-foot radius and dim light for an additional 10 feet.\"},{\"name\":\"Riding Flames\",\"desc\":\"Any creature riding a willing nightmare is resistant to fire damage. A creature riding the nightmare without the nightmare's permission takes 3 (1d6) fire damage at the start of each of the nightmare's turns.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "ochre_jelly_bf",
- "fields": {
- "name": "Ochre Jelly",
- "size": "large",
- "type": "Ooze",
- "armor_class": 8,
- "hit_points": 71,
- "speed_json": "{\"walk\":15,\"climb\":15}",
- "strength": 16,
- "dexterity": 6,
- "constitution": 14,
- "intelligence": 2,
- "wisdom": 6,
- "charisma": 1,
- "strength_save": 16,
- "dexterity_save": 6,
- "constitution_save": 14,
- "intelligence_save": 2,
- "wisdom_save": 6,
- "charisma_save": 1,
- "perception": 8,
- "damage_resistances": "acid,Ooze Resilience",
- "damage_immunities": "lightning,slashing,grappled,poisoned,Ooze Resilience",
- "senses": "keensense 60 ft. (can't sense beyond this radius)",
- "languages": "-",
- "challenge_rating": "2",
- "cr": 2,
- "actions_json": "[{\"name\":\"Pseudopod\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 10 ft., one target. _Hit:_ 10 (2d6+3) bludgeoning damage plus 7 (2d6) acid damage. If the target is poisoned, it must succeed on a DC 13 CON save or also take 5 (2d4) poison damage.\"}]",
- "special_abilities_json": "[{\"name\":\"Amorphous\",\"desc\":\"The ochre jelly can move through a space as narrow as 1 inch wide without squeezing.\"},{\"name\":\"Ooze Nature\",\"desc\":\"The ochre jelly doesn't require sleep.\"},{\"name\":\"Ooze Resilience\",\"desc\":\"The ochre jelly is resistant to the restrained condition, and it is immune to exhaustion and to the blinded, charmed, deafened, frightened, and prone conditions.\"},{\"name\":\"Overwhelming Stench\",\"desc\":\"A creature that starts its turn within 10 feet of the ochre jelly must succeed on a DC 13 CON save or be poisoned until the start of its next turn. If a creature fails the save by 5 or more, it must spend its turn retching uncontrollably and be unable to move or act.\"},{\"name\":\"Spider Climb\",\"desc\":\"The ochre jelly can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.\"}]",
- "reactions_json": "[{\"name\":\"Split\",\"desc\":\"When an ochre jelly that is Medium or larger is subjected to lightning or slashing damage, it splits into two new ochre jellies if it has at least 10 HP. Each new jelly has HP equal to half the original jelly's, rounded down. New jellies are one size smaller than the original jelly.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "ogre_bf",
- "fields": {
- "name": "Ogre",
- "size": "large",
- "type": "Giant",
- "armor_class": 11,
- "armor_desc": "hide armor",
- "hit_points": 66,
- "speed_json": "{\"walk\":40}",
- "strength": 18,
- "dexterity": 8,
- "constitution": 16,
- "intelligence": 4,
- "wisdom": 6,
- "charisma": 6,
- "strength_save": 18,
- "dexterity_save": 8,
- "constitution_save": 16,
- "intelligence_save": 4,
- "wisdom_save": 6,
- "charisma_save": 6,
- "perception": 8,
- "damage_vulnerabilities": "Giant Attributes",
- "damage_resistances": "Giant Attributes",
- "senses": "darkvision 60 ft.",
- "languages": "Common,Giant",
- "challenge_rating": "2",
- "cr": 2,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The ogre makes two Greatclub or Javelin attacks.\"},{\"name\":\"Greatclub\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8+4) bludgeoning damage.\"},{\"name\":\"Javelin\",\"desc\":\"_Melee or Ranged Weapon Attack:_ +6 to hit, reach 5 ft. or range 30/120 ft., one target. _Hit:_ 11 (2d6+4) piercing damage.\"},{\"name\":\"Bowling Sweep (Recharge 5-6)\",\"desc\":\"The ogre sweeps its weapon in a wide arc around it. Each creature within 10 feet of the ogre must make a DC 14 STR save. Small and smaller creatures have disadvantage on the save. On a failure, a creature takes 14 (4d6) bludgeoning damage, is pushed up to 10 feet away from the ogre, and is knocked prone. On a success, a creature takes half the damage and isn't pushed or knocked prone.\"}]",
- "bonus_actions_json": "[{\"name\":\"Shoving Rush\",\"desc\":\"The ogre takes the Dash action. If it moves, it can propel itself into one creature it can see along its path. The target must succeed on a DC 14 STR save or be knocked prone. This movement doesn't provoke opportunity attacks from a target that fails this save.\"}]",
- "special_abilities_json": "[{\"name\":\"Giant Attributes\",\"desc\":\"The ogre is resistant to the stunned condition, and it is vulnerable to the prone condition.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "oni_bf",
- "fields": {
- "name": "Oni",
- "size": "large",
- "type": "Giant",
- "subtype": "Outsider",
- "armor_class": 16,
- "armor_desc": "chain mail",
- "hit_points": 134,
- "speed_json": "{\"walk\":30,\"fly_hover\":30}",
- "strength": 18,
- "dexterity": 16,
- "constitution": 22,
- "intelligence": 14,
- "wisdom": 18,
- "charisma": 22,
- "strength_save": 18,
- "dexterity_save": 16,
- "constitution_save": 22,
- "intelligence_save": 14,
- "wisdom_save": 18,
- "charisma_save": 22,
- "perception": 14,
- "damage_resistances": "Giant Attributes",
- "damage_immunities": "prone",
- "senses": "darkvision 60 ft.",
- "languages": "Common,Giant",
- "challenge_rating": "7",
- "cr": 7,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The oni makes two Claw or Glaive attacks, or it makes three Arcane Bolt attacks. It can replace one attack with a use of Spellcasting.\"},{\"name\":\"Claw (True Form Only)\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8+4) slashing damage plus 10 (3d6) force damage.\"},{\"name\":\"Glaive\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 10 ft., one target. _Hit:_ 15 (2d10+4) slashing damage, or 9 (1d10+4) slashing damage in a Medium or smaller form, plus 10 (3d6) force damage.\"},{\"name\":\"Arcane Bolt\",\"desc\":\"_Ranged Spell Attack:_ +6 to hit, range 60 ft., one target. _Hit:_ 17 (4d6+3) force damage.\"},{\"name\":\"Whirling Glaive (Recharge 5-6)\",\"desc\":\"The oni channels its magic into its twirling glaive, creating magical wind in a 30-foot cone. Each creature in the area must make a DC 14 STR save. On a failure, a creature takes 31 (9d6) cold damage and is pushed up to 15 feet away from the oni. On a success, a creature takes half the damage and isn't pushed.\"},{\"name\":\"Spellcasting\",\"desc\":\"The oni casts one of the following spells, requiring no material components and using CHA as the spellcasting ability (spell save DC 14).
At will: _darkness_, _invisibility_ (self only)
1/day each: _charm_, _gaseous form_, _sleep_\"}]",
- "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The oni magically transforms into a Small or Medium Humanoid, a Large ogre, or back into its true form, which is Giant. Its statistics, other than its size, are the same in each form. Any equipment it is wearing or carrying transforms with it, except for its glaive, which adjusts to fit its new form. If the oni dies, it reverts to its true form, and the glaive reverts to its normal size.\"}]",
- "special_abilities_json": "[{\"name\":\"Empowered Weapons\",\"desc\":\"The oni's weapon attacks are magical. When the oni hits with any weapon, the weapon deals an extra 3d6 force damage (included in the attack).\"},{\"name\":\"Giant Attributes\",\"desc\":\"The oni is resistant to the stunned condition.\"},{\"name\":\"Regeneration\",\"desc\":\"The oni regains 10 HP at the start of its turn if it has at least 1 HP.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "orc_bf",
- "fields": {
- "name": "Orc",
- "size": "medium",
- "type": "Humanoid",
- "group": "Orcs",
- "armor_class": 13,
- "armor_desc": "hide armor",
- "hit_points": 25,
- "speed_json": "{\"walk\":30}",
- "strength": 16,
- "dexterity": 12,
- "constitution": 16,
- "intelligence": 6,
- "wisdom": 10,
- "charisma": 10,
- "strength_save": 16,
- "dexterity_save": 12,
- "constitution_save": 16,
- "intelligence_save": 6,
- "wisdom_save": 10,
- "charisma_save": 10,
- "perception": 12,
- "damage_resistances": "exhaustion",
- "senses": "darkvision 60 ft.",
- "languages": "Common,Orc",
- "challenge_rating": "1/2",
- "cr": 0.5,
- "actions_json": "[{\"name\":\"Greataxe\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 9 (1d12+3) slashing damage.\"},{\"name\":\"Javelin\",\"desc\":\"_Melee or Ranged Weapon Attack:_ +5 to hit, reach 5 ft. or range 30/120 ft., one target. _Hit:_ 6 (1d6+3) piercing damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Warrior's Advance\",\"desc\":\"The orc moves up to its speed toward a hostile creature that it can see.\"}]",
- "special_abilities_json": "[{\"name\":\"Stalwart\",\"desc\":\"If the orc starts its turn afflicted by an ongoing effect that allows for a repeated save to end the effect, such as the hold spell or the poison from an ettercap's Bite, the orc can make the save at the start of the turn instead of the end and has advantage on the save.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "orc_warlord_bf",
- "fields": {
- "name": "Orc Warlord",
- "size": "medium",
- "type": "Humanoid",
- "group": "Orcs",
- "armor_class": 17,
- "armor_desc": "half plate",
- "hit_points": 90,
- "speed_json": "{\"walk\":30}",
- "strength": 18,
- "dexterity": 14,
- "constitution": 18,
- "intelligence": 8,
- "wisdom": 12,
- "charisma": 12,
- "strength_save": 18,
- "dexterity_save": 14,
- "constitution_save": 18,
- "intelligence_save": 8,
- "wisdom_save": 12,
- "charisma_save": 12,
- "perception": 13,
- "damage_resistances": "exhaustion",
- "damage_immunities": "frightened",
- "senses": "darkvision 60 ft.",
- "languages": "Common,Orc",
- "challenge_rating": "4",
- "cr": 4,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The orc warlord makes two Longsword attacks and one Skull Club attack, or it makes three Longbow attacks.\"},{\"name\":\"Longsword\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8+4) slashing damage.\"},{\"name\":\"Skull Club\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 9 (2d4+4) piercing damage.\"},{\"name\":\"Longbow\",\"desc\":\"_Ranged Weapon Attack:_ +4 to hit, range 150/600 ft., one target. _Hit:_ 11 (2d8+2) piercing damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Warrior's Advance\",\"desc\":\"As the **orc**.\"},{\"name\":\"Warlord's Rally (Recharge 4-6)\",\"desc\":\"The warlord yells a rallying cry to its allies. Each friendly creature within 30 feet of the warlord that can hear the warlord has advantage on the next attack roll it makes before the start of the warlord's next turn.\"}]",
- "special_abilities_json": "[{\"name\":\"Martial Adept\",\"desc\":\"A melee or ranged weapon deals one extra die of its damage when the orc warlord hits with it (included in the attack).\"},{\"name\":\"Stalwart\",\"desc\":\"As the **orc**.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "otyugh_bf",
- "fields": {
- "name": "Otyugh",
- "size": "large",
- "type": "Aberration",
- "armor_class": 14,
- "armor_desc": "natural armor",
- "hit_points": 108,
- "speed_json": "{\"walk\":30}",
- "strength": 16,
- "dexterity": 10,
- "constitution": 24,
- "intelligence": 6,
- "wisdom": 12,
- "charisma": 6,
- "strength_save": 16,
- "dexterity_save": 10,
- "constitution_save": 24,
- "intelligence_save": 6,
- "wisdom_save": 12,
- "charisma_save": 6,
- "perception": 11,
- "damage_resistances": "Aberrant Resilience",
- "damage_immunities": "poison,poisoned",
- "senses": "darkvision 120 ft.",
- "languages": "Otyugh",
- "challenge_rating": "5",
- "cr": 5,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The otyugh makes one Bite attack and two Tentacle attacks. It can replace both Tentacle attacks with a use of Tentacle Slam.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 12 (2d8+3) piercing damage. If the target is a creature, it must succeed on a DC 15 CON save or become infected with a disease. Until the disease is cured, the target is poisoned. Every 24 hours that elapse, the infected creature must repeat the save, reducing its HP maximum by 5 (1d10) on a failure. The disease is cured on a success. The creature dies if the disease reduces its HP maximum to 0. This reduction to the creature's HP maximum lasts until it finishes a long rest after the disease is cured.\"},{\"name\":\"Tentacle\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 10 ft., one target. _Hit:_ 6 (1d6+3) bludgeoning damage plus 9 (2d8) piercing damage. If the target is Medium or smaller, it is grappled (escape DC 13). The otyugh has two tentacles, each of which can grapple one target.\"},{\"name\":\"Tentacle Slam\",\"desc\":\"The otyugh slams creatures grappled by it into each other or into a solid surface. Each creature must make a DC 15 STR save. On a failure, a creature takes 14 (4d6) bludgeoning damage and is stunned until the end of its next turn. On a success, a creature takes half the damage and isn't stunned.\"}]",
- "special_abilities_json": "[{\"name\":\"Aberrant Resilience\",\"desc\":\"The otyugh is resistant to the charmed, frightened, paralyzed, and stunned conditions, and it has advantage on saves against spells or effects that would alter its form.\"},{\"name\":\"Limited Telepathy\",\"desc\":\"The otyugh can magically transmit simple messages and images to any creature within 120 feet of it that can understand a language. This form of telepathy doesn't allow the receiving creature to telepathically respond.\"},{\"name\":\"Stench\",\"desc\":\"Each creature that starts its turn within 10 feet of the otyugh must succeed on a DC 15 CON save or be poisoned until the start of its next turn.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "owlbear_bf",
- "fields": {
- "name": "Owlbear",
- "size": "large",
- "type": "Monstrosity",
- "subtype": "Animal",
- "armor_class": 14,
- "armor_desc": "natural armor",
- "hit_points": 80,
- "speed_json": "{\"walk\":40}",
- "strength": 20,
- "dexterity": 12,
- "constitution": 16,
- "intelligence": 2,
- "wisdom": 12,
- "charisma": 6,
- "strength_save": 20,
- "dexterity_save": 12,
- "constitution_save": 16,
- "intelligence_save": 2,
- "wisdom_save": 12,
- "charisma_save": 6,
- "perception": 13,
- "damage_resistances": "Monstrosity Resilience",
- "senses": "darkvision 60 ft.",
- "languages": "-",
- "challenge_rating": "3",
- "cr": 3,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The owlbear makes one Beak attack and one Claws attack. If both attacks hit a Medium or smaller target, the target is grappled (escape DC 15).\"},{\"name\":\"Beak\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one creature. _Hit:_ 10 (1d10+5) piercing damage.\"},{\"name\":\"Claws\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 14 (2d8+5) slashing damage.\"},{\"name\":\"Vicious Bound (44 HP or Fewer)\",\"desc\":\"The owlbear roars and barrels through creatures. It moves up to 20 feet in a straight line and can move through the space of any Medium or smaller creature. The first time it enters a creature's space during this move, that creature must make a DC 15 STR save. On a failure, a creature takes 18 (4d8) bludgeoning damage and is knocked prone. On a success, a creature takes half the damage and isn't knocked prone.\"}]",
- "bonus_actions_json": "[{\"name\":\"Rend\",\"desc\":\"The owlbear violently wrenches a Medium or smaller creature it is currently grappling. The target must make a DC 15 STR save, taking 9 (2d8) slashing damage on a failed save, or half as much damage on a successful one.\"}]",
- "special_abilities_json": "[{\"name\":\"Glide\",\"desc\":\"The owlbear has long, sturdy feathers along its forelimbs and sides that expand while falling to slow its rate of descent to 60 feet per round, landing on its feet and taking no falling damage. It can move up to 5 feet horizontally for every 1 foot it falls. The owlbear can't gain height with its gliding feathers alone. If subjected to a strong wind or lift of any kind, it can use the updraft to glide farther.\"},{\"name\":\"Heightened Sight and Smell\",\"desc\":\"The owlbear's Perception is 18 when perceiving by sight or smell.\"},{\"name\":\"Monstrosity Resilience\",\"desc\":\"The owlbear is resistant to exhaustion and to the frightened condition.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "pegasus_bf",
- "fields": {
- "name": "Pegasus",
- "size": "large",
- "type": "Celestial",
- "subtype": "Animal",
- "armor_class": 12,
- "hit_points": 57,
- "speed_json": "{\"walk\":60,\"fly\":90}",
- "strength": 18,
- "dexterity": 14,
- "constitution": 16,
- "intelligence": 10,
- "wisdom": 14,
- "charisma": 12,
- "strength_save": 18,
- "dexterity_save": 14,
- "constitution_save": 16,
- "intelligence_save": 10,
- "wisdom_save": 14,
- "charisma_save": 12,
- "perception": 12,
- "damage_resistances": "Celestial Resilience",
- "damage_immunities": "charmed",
- "senses": "-",
- "languages": "understands Celestial,Common,Elvish,and Sylvan but can't speak",
- "challenge_rating": "2",
- "cr": 2,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The pegasus makes two Hooves attacks.\"},{\"name\":\"Hooves\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6+4) bludgeoning damage.\"}]",
- "special_abilities_json": "[{\"name\":\"Celestial Resilience\",\"desc\":\"The pegasus is resistant to radiant damage.\"},{\"name\":\"Diving Pounce\",\"desc\":\"If the pegasus is flying and moves at least 20 feet straight toward a creature and then hits it with a Hooves attack on the same turn, that target must succeed on a DC 14 STR save or be knocked prone. If the target is prone, the pegasus can make one Hooves attack against it as a bonus action.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The pegasus has advantage on saves against spells and other magical effects.\"},{\"name\":\"Magic Weapons\",\"desc\":\"The pegasus's weapon attacks are magical.\"}]",
- "reactions_json": "[{\"name\":\"Catch Rider\",\"desc\":\"If the pegasus's rider fails a check or save to remain in the saddle or is subjected to an effect that would dismount it, the pegasus can shift to catch the falling rider, preventing the rider from being dismounted.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "phase_spider_bf",
- "fields": {
- "name": "Phase Spider",
- "size": "large",
- "type": "Monstrosity",
- "armor_class": 13,
- "armor_desc": "natural armor",
- "hit_points": 73,
- "speed_json": "{\"walk\":30,\"climb\":30}",
- "strength": 14,
- "dexterity": 16,
- "constitution": 12,
- "intelligence": 6,
- "wisdom": 10,
- "charisma": 6,
- "strength_save": 14,
- "dexterity_save": 16,
- "constitution_save": 12,
- "intelligence_save": 6,
- "wisdom_save": 10,
- "charisma_save": 6,
- "perception": 10,
- "damage_resistances": "Monstrosity Resilience",
- "damage_immunities": "poison,poisoned",
- "senses": "darkvision 60 ft.",
- "languages": "Phase Spider",
- "challenge_rating": "3",
- "cr": 3,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The phase spider makes one Barbed Legs attack and one Bite attack. It can replace one attack with a Phasing Web attack.\"},{\"name\":\"Barbed Legs\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 10 ft., one target. _Hit:_ 8 (2d4+3) piercing damage.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one creature. _Hit:_ 7 (1d10+3) piercing damage, and the target must make a DC 13 CON save, taking 13 (3d8) poison damage on a failed save, or half as much damage on a successful one. If the poison damage reduces the target to 0 HP, the target is stable but poisoned for 1 hour, even after regaining HP, and is paralyzed while poisoned in this way.\"},{\"name\":\"Phasing Web\",\"desc\":\"_Ranged Weapon Attack:_ +5 to hit, range 30/60 ft., one creature. _Hit:_ The target is restrained by webbing. While restrained in this way, the target can see and attack creatures on the Ethereal Plane, and the restrained target can be seen and attacked by creatures on the Ethereal Plane. A creature, including the restrained target, can take its action to free the target from the webbing by succeeding on a DC 13 STR check. The webbing can also be attacked and destroyed (AC 12; HP 10; vulnerability to fire damage; immunity to bludgeoning, poison, and psychic damage).\"}]",
- "bonus_actions_json": "[{\"name\":\"Ethereal Jaunt\",\"desc\":\"The phase spider magically shifts from the Material Plane to the Ethereal Plane, or vice versa.\"}]",
- "special_abilities_json": "[{\"name\":\"Ethereal Sight\",\"desc\":\"The phase spider can see 60 feet into the Ethereal Plane when it is on the Material Plane, and vice versa.\"},{\"name\":\"Monstrosity Resilience\",\"desc\":\"The phase spider is resistant to exhaustion and to the frightened condition.\"},{\"name\":\"Spider Climb\",\"desc\":\"The spider can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.\"},{\"name\":\"Web Walker\",\"desc\":\"The spider ignores movement restrictions caused by webbing.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "purple_worm_bf",
- "fields": {
- "name": "Purple Worm",
- "size": "gargantuan",
- "type": "Monstrosity",
- "armor_class": 18,
- "armor_desc": "natural armor",
- "hit_points": 255,
- "speed_json": "{\"walk\":50,\"burrow\":30}",
- "strength": 28,
- "dexterity": 6,
- "constitution": 32,
- "intelligence": 1,
- "wisdom": 18,
- "charisma": 4,
- "strength_save": 28,
- "dexterity_save": 6,
- "constitution_save": 32,
- "intelligence_save": 1,
- "wisdom_save": 18,
- "charisma_save": 4,
- "perception": 14,
- "damage_resistances": "Monstrosity Resilience",
- "damage_immunities": "prone",
- "senses": "keensense 60 ft., tremorsense 60 ft.",
- "challenge_rating": "15",
- "cr": 15,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The worm makes one Bite attack and one Tail Stinger attack.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +14 to hit, reach 10 ft., one target. _Hit:_ 22 (3d8+9) piercing damage. If the target is a Large or smaller creature, it must succeed on a DC 19 DEX save or be swallowed by the purple worm.
A swallowed creature is blinded and restrained, it has total cover against attacks and other effects outside of the worm, and it takes 21 (6d6) acid damage at the start of each of the worm's turns. If the worm takes 30 damage or more on a single turn from a creature inside it, the worm must succeed on a DC 21 CON save at the end of that turn or regurgitate all swallowed creatures, which fall prone in a space within 10 feet of the worm. If the worm dies, a swallowed creature is no longer restrained by it and can escape from the corpse by using 20 feet of movement, exiting prone.\"},{\"name\":\"Tail Stinger\",\"desc\":\"_Melee Weapon Attack:_ +14 to hit, reach 10 ft., one creature. _Hit:_ 19 (3d6+9) piercing damage, and the target must make a DC 19 CON save, taking 42 (12d6) poison damage on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Thrash (Recharge 5-6)\",\"desc\":\"The purple worm convulses its large body, smashing everything around it. Each creature within 20 feet of the worm must make a DC 19 STR save. On a failure, a creature takes 54 (12d8) bludgeoning damage and is stunned until the end of its next turn. On a success, a creature takes half the damage and isn't stunned.\"}]",
- "bonus_actions_json": "[{\"name\":\"Rapid Digestion\",\"desc\":\"The purple worm's digestive system absorbs some of the already digested material from creatures it has swallowed. If the purple worm has at least one swallowed creature inside it, the purple worm regains 9 (2d8) HP. This healing increases by 4 (1d8) for each creature currently inside the purple worm, to a maximum of 10d8.\"}]",
- "special_abilities_json": "[{\"name\":\"Monstrosity Resilience\",\"desc\":\"The purple worm is resistant to exhaustion and to the frightened condition.\"},{\"name\":\"Tunneler\",\"desc\":\"The purple worm can burrow through solid rock at half its burrowing speed, and it leaves a 10-foot-diameter tunnel in its wake.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "rakshasa_bf",
- "fields": {
- "name": "Rakshasa",
- "size": "medium",
- "type": "Fiend",
- "armor_class": 16,
- "armor_desc": "natural armor",
- "hit_points": 166,
- "speed_json": "{\"walk\":40,\"fly_hover\":30}",
- "strength": 14,
- "dexterity": 26,
- "constitution": 18,
- "intelligence": 12,
- "wisdom": 26,
- "charisma": 30,
- "strength_save": 14,
- "dexterity_save": 26,
- "constitution_save": 18,
- "intelligence_save": 12,
- "wisdom_save": 26,
- "charisma_save": 30,
- "perception": 18,
- "damage_vulnerabilities": "piercing damage from magical attacks",
- "damage_immunities": "bludgeoning,piercing,and slashing damage from nonmagical attacks,prone",
- "senses": "truesight 60 ft.",
- "languages": "Abyssal,Common,Infernal",
- "challenge_rating": "13",
- "cr": 13,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The rakshasa makes four Claw or Arcane Bolt attacks. It can replace one attack with a use of Spellcasting. If two Claw attacks hit one creature, the target is cursed. While cursed, the target gains no benefit from finishing a short or long rest. The curse lasts until removed by the remove curse spell or similar magic.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +8 to hit, reach 5 ft., one target. _Hit:_ 12 (2d8+3) slashing damage plus 10 (3d6) force damage.\"},{\"name\":\"Arcane Bolt\",\"desc\":\"_Ranged Spell Attack:_ +10 to hit, range 60 ft., one target. _Hit:_ 22 (5d6+5) force damage.\"},{\"name\":\"Travel the Planes (1/Day)\",\"desc\":\"The rakshasa magically transports itself to a different plane of existence. This works like the plane shift spell, except the rakshasa can affect only itself and can't use this action to banish an unwilling creature.\"},{\"name\":\"Spellcasting\",\"desc\":\"The rakshasa casts one of the following spells, requiring no material components and using CHA as the spellcasting ability (spell save DC 18).
At will: _detect thoughts_, _mage hand_, _minor illusion_
3/day each: _major image_, _suggestion_
1/day: _dominate_\"}]",
- "bonus_actions_json": "[{\"name\":\"Charming Gaze\",\"desc\":\"The rakshasa turns its gaze toward one creature it can see within 60 feet of it. If the target can see the rakshasa, the target must succeed on a DC 18 CHA save or be charmed for 1 minute. A charmed creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. The rakshasa can have up to three creatures charmed in this way at a time.\"},{\"name\":\"Illusory Appearance\",\"desc\":\"The rakshasa covers itself and anything it is wearing or carrying with a magical illusion that makes it look like another creature of its general size and Humanoid shape. The illusion ends if the rakshasa takes a bonus action to end it or if the rakshasa dies. The changes wrought by this effect fail to hold up to physical inspection. For example, a creature touching the disguised rakshasa might feel its fur instead of Humanoid flesh. Otherwise, a creature must take an action to visually inspect the illusion and succeed on a DC 25 INT (Investigation) check to discern that the rakshasa is disguised.\"}]",
- "special_abilities_json": "[{\"name\":\"Limited Magic Immunity\",\"desc\":\"The rakshasa can't be affected or detected by spells of 6th level or lower unless it wishes to be. It has advantage on saves against all other spells and magical effects.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "remorhaz_bf",
- "fields": {
- "name": "Remorhaz",
- "size": "huge",
- "type": "Monstrosity",
- "armor_class": 17,
- "armor_desc": "natural armor",
- "hit_points": 216,
- "speed_json": "{\"walk\":30,\"burrow\":20}",
- "strength": 32,
- "dexterity": 12,
- "constitution": 28,
- "intelligence": 4,
- "wisdom": 10,
- "charisma": 4,
- "strength_save": 32,
- "dexterity_save": 12,
- "constitution_save": 28,
- "intelligence_save": 4,
- "wisdom_save": 10,
- "charisma_save": 4,
- "perception": 10,
- "damage_resistances": "Monstrosity Resilience",
- "damage_immunities": "cold,fire",
- "senses": "darkvision 60 ft., tremorsense 60 ft.",
- "languages": "-",
- "challenge_rating": "11",
- "cr": 11,
- "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +11 to hit, reach 10 ft., one target. _Hit:_ 40 (6d10+7) piercing damage plus 10 (3d6) fire damage. If the target is a Medium or smaller creature, it must succeed on a DC 17 DEX save or be swallowed by the remorhaz. A swallowed creature is blinded and restrained, it has total cover against attacks and other effects outside the remorhaz, and it takes 10 (3d6) acid damage and 10 (3d6) fire damage at the start of each of the remorhaz's turns. If the remorhaz takes 30 damage or more on a single turn from a swallowed creature, the remorhaz must succeed on a DC 19 CON save at the end of that turn or regurgitate all swallowed creatures, which fall prone in a space within 10 feet of the remorhaz. If the remorhaz dies, a swallowed creature is no longer restrained by it and can escape from the corpse by using 15 feet of movement, exiting prone.\"}]",
- "bonus_actions_json": "[{\"name\":\"Vent Heat (119 HP or Fewer)\",\"desc\":\"As the remorhaz's life force ebbs, its body generates more heat to protect itself. It can open valves in its carapace to vent this excess heat. Each creature within 5 feet of the remorhaz must succeed on a DC 17 CON save or suffer one level of exhaustion.\"}]",
- "special_abilities_json": "[{\"name\":\"Heated Body\",\"desc\":\"A creature that touches the remorhaz or hits it with a melee attack while within 5 feet of it takes 7 (2d6) fire damage.\"},{\"name\":\"Monstrosity Resilience\",\"desc\":\"The remorhaz is resistant to exhaustion and to the frightened condition.\"},{\"name\":\"Tunneler\",\"desc\":\"The remorhaz can burrow through ice, snow, and permafrost, and it leaves a 5-foot-diameter tunnel in its wake.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "robot_drone_bf",
- "fields": {
- "name": "Robot Drone",
- "size": "tiny",
- "type": "Construct",
- "armor_class": 15,
- "armor_desc": "natural armor",
- "hit_points": 21,
- "speed_json": "{\"walk\":20,\"fly_hover\":40}",
- "strength": 6,
- "dexterity": 16,
- "constitution": 12,
- "intelligence": 4,
- "wisdom": 12,
- "charisma": 6,
- "strength_save": 6,
- "dexterity_save": 16,
- "constitution_save": 12,
- "intelligence_save": 4,
- "wisdom_save": 12,
- "charisma_save": 6,
- "perception": 15,
- "damage_vulnerabilities": "lightning",
- "damage_immunities": "prone,Construct Resilience",
- "senses": "darkvision 60 ft.",
- "languages": "understands the languages of its creator but can't speak",
- "challenge_rating": "1/2",
- "cr": 0.5,
- "actions_json": "[{\"name\":\"Slam\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 7 (1d8+3) bludgeoning damage.\"},{\"name\":\"Flame Jet\",\"desc\":\"_Ranged Weapon Attack:_ +5 to hit, range 20/60 ft., one target. _Hit:_ 8 (2d4+3) fire damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Fueled Escape\",\"desc\":\"The drone takes the Dash or Disengage action, leaving a small cloud of fuel fumes behind it. Each creature within 5 feet must succeed on a DC 13 CON save or be poisoned until the end of its next turn.\"}]",
- "special_abilities_json": "[{\"name\":\"Construct Nature\",\"desc\":\"The drone doesn't require air, food, drink, or sleep.\"},{\"name\":\"Construct Resilience\",\"desc\":\"The drone is immune to poison and psychic damage, and it is immune to exhaustion and the charmed, frightened, paralyzed, petrified, and poisoned conditions.\"},{\"name\":\"Electrical Malfunction\",\"desc\":\"Whenever the drone takes lightning damage, it must succeed on a DC 11 WIS save or be incapacitated until the end of its next turn.\"},{\"name\":\"Point-Blank Shots\",\"desc\":\"When the drone makes a ranged attack, it doesn't have disadvantage on the attack roll from being within 5 feet of a hostile creature, though it may still have disadvantage from other sources.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "roc_bf",
- "fields": {
- "name": "Roc",
- "size": "gargantuan",
- "type": "Monstrosity",
- "subtype": "Animal",
- "armor_class": 15,
- "armor_desc": "natural armor",
- "hit_points": 235,
- "speed_json": "{\"walk\":20,\"fly\":120}",
- "strength": 28,
- "dexterity": 18,
- "constitution": 28,
- "intelligence": 2,
- "wisdom": 18,
- "charisma": 16,
- "strength_save": 28,
- "dexterity_save": 18,
- "constitution_save": 28,
- "intelligence_save": 2,
- "wisdom_save": 18,
- "charisma_save": 16,
- "perception": 14,
- "damage_vulnerabilities": "blinded",
- "damage_resistances": "Monstrosity Resilience",
- "senses": "-",
- "languages": "-",
- "challenge_rating": "11",
- "cr": 11,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The roc makes one Beak attack and two Talon attacks. If both Talon attacks hit one Huge or Gargantuan creature, the target is grappled (escape DC 17). Until this grapple ends, the target is restrained, and the roc can't use its Talons on another target.\"},{\"name\":\"Beak\",\"desc\":\"_Melee Weapon Attack:_ +13 to hit, reach 10 ft., one target. _Hit:_ 27 (4d8+9) piercing damage.\"},{\"name\":\"Talon\",\"desc\":\"_Melee Weapon Attack:_ +13 to hit, reach 5 ft., one target. _Hit:_ 23 (4d6+9) slashing damage, and the target is grappled (escape DC 17) if it is a Large or smaller creature. Until this grapple ends, the target is restrained, and the roc can't use its Talons on another target.\"}]",
- "bonus_actions_json": "[{\"name\":\"Territorial Shriek\",\"desc\":\"The roc shrieks a territorial challenge at up to two creatures it can see within 60 feet of it. Each target must succeed on a DC 17 CHA save or be frightened until the end of its next turn. While frightened by this shriek, a creature must take the Dash action on its turn and move away from the roc by the safest available route, unless there is nowhere to move.\"}]",
- "special_abilities_json": "[{\"name\":\"Heightened Sight\",\"desc\":\"The roc's Perception is 19 when perceiving by sight.\"},{\"name\":\"Monstrosity Resilience\",\"desc\":\"The roc is resistant to exhaustion and to the frightened condition.\"},{\"name\":\"Seabird\",\"desc\":\"The roc can swim up to 60 feet on its turn, but it must start and end its movement either flying or on a solid surface, such as a ship or beach. If it is swimming at the end of its turn, it must succeed on a DC 19 CON save or it immediately begins to sink and suffocate. A suffocating roc must succeed on a DC 19 STR check to fly out of the substance where it is sinking.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "roper_bf",
- "fields": {
- "name": "Roper",
- "size": "large",
- "type": "Monstrosity",
- "armor_class": 20,
- "armor_desc": "natural armor",
- "hit_points": 111,
- "speed_json": "{\"walk\":15,\"climb\":10}",
- "strength": 24,
- "dexterity": 8,
- "constitution": 16,
- "intelligence": 6,
- "wisdom": 16,
- "charisma": 6,
- "strength_save": 24,
- "dexterity_save": 8,
- "constitution_save": 16,
- "intelligence_save": 6,
- "wisdom_save": 16,
- "charisma_save": 6,
- "perception": 16,
- "damage_vulnerabilities": "thunder",
- "damage_resistances": "Monstrosity Resilience",
- "senses": "darkvision 60 ft.",
- "languages": "-",
- "challenge_rating": "5",
- "cr": 5,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The roper makes one Bite attack and three Grasping Tendril attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 22 (4d8+4) piercing damage.\"},{\"name\":\"Grasping Tendril\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 50 ft., one creature. _Hit:_ 6 (1d4+4) bludgeoning damage, and the target is grappled (escape DC 15). Until the grapple ends, the target is restrained and has disadvantage on STR checks and STR saves, and the roper can't use the same Grasping Tendril on another target. A creature immune to the poisoned condition doesn't have disadvantage on STR checks and STR saves from the tendril.\"}]",
- "bonus_actions_json": "[{\"name\":\"Reel\",\"desc\":\"The roper pulls each creature grappled by it up to 25 feet straight toward it.\"}]",
- "special_abilities_json": "[{\"name\":\"Climbing Tendrils\",\"desc\":\"If at least four of the roper's Grasping Tendrils aren't grappling creatures, the roper has a climbing speed of 30 feet.\"},{\"name\":\"False Appearance\",\"desc\":\"While the roper remains motionless, it is indistinguishable from a normal conical or spire-like cave formation, such as a stalagmite or stalactite.\"},{\"name\":\"Grasping Tendrils\",\"desc\":\"The roper can have up to six Grasping Tendrils at a time. Each Grasping Tendril can be attacked (AC 20; 10 HP; vulnerable to thunder damage; immune to poison and psychic damage). Destroying a Grasping Tendril deals no damage to the roper, which can extrude a replacement tendril on its next turn. A Grasping Tendril can also be broken if a creature takes an action and succeeds on a DC 15 STR check against it.\"},{\"name\":\"Monstrosity Resilience\",\"desc\":\"The roper is resistant to exhaustion and to the frightened condition.\"},{\"name\":\"Spider Climb\",\"desc\":\"The roper can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.\"}]",
- "reactions_json": "[{\"name\":\"Snapping Tendril\",\"desc\":\"When a Grasping Tendril that is grappling a creature is destroyed, the roper can quickly pull the remains of that tendril back to it with a whipping snap. Each creature within 10 feet of the roper must succeed on a DC 15 DEX save or be knocked prone.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "rust_monster_bf",
- "fields": {
- "name": "Rust Monster",
- "size": "medium",
- "type": "Monstrosity",
- "armor_class": 14,
- "armor_desc": "natural armor",
- "hit_points": 23,
- "speed_json": "{\"walk\":40,\"climb\":20}",
- "strength": 12,
- "dexterity": 12,
- "constitution": 12,
- "intelligence": 2,
- "wisdom": 12,
- "charisma": 6,
- "strength_save": 12,
- "dexterity_save": 12,
- "constitution_save": 12,
- "intelligence_save": 2,
- "wisdom_save": 12,
- "charisma_save": 6,
- "perception": 11,
- "damage_resistances": "Monstrosity Resilience",
- "senses": "darkvision 60 ft., tremorsense 30 ft.",
- "challenge_rating": "1/2",
- "cr": 0.5,
- "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 8 (2d6+1) piercing damage.\"},{\"name\":\"Antennae\",\"desc\":\"The rust monster corrodes a nonmagical ferrous metal object it can see within 5 feet of it. If the object isn't being worn or carried, the touch destroys a 1-foot cube of it. If the object is being worn or carried by a creature, the creature can make a DC 11 DEX save to avoid the rust monster's touch.
If the object touched is either metal armor or a metal shield being worn or carried, it takes a permanent and cumulative -1 penalty to the AC it offers. Armor reduced to an AC of 10 or a shield that drops to a +0 bonus is destroyed. If the object touched is a held metal weapon, it rusts as described in the Rust Metal trait.\"}]",
- "bonus_actions_json": "[{\"name\":\"Iron Dash\",\"desc\":\"The rust monster moves up to half its speed toward a source of ferrous metal it can sense.\"}]",
- "special_abilities_json": "[{\"name\":\"Iron Scent\",\"desc\":\"The rust monster can pinpoint, by scent, the location of ferrous metal within 30 feet of it.\"},{\"name\":\"Monstrosity Resilience\",\"desc\":\"The rust monster is resistant to exhaustion and to the frightened condition.\"},{\"name\":\"Rust Metal\",\"desc\":\"Any nonmagical weapon made of metal that hits the rust monster corrodes. After dealing damage, the weapon takes a permanent and cumulative -1 penalty to damage rolls. If its penalty drops to -5, the weapon is destroyed. Nonmagical ammunition made of metal that hits the rust monster is destroyed after dealing damage.\"},{\"name\":\"Spider Climb\",\"desc\":\"The rust monster can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "sahuagin_bf",
- "fields": {
- "name": "Sahuagin",
- "size": "medium",
- "type": "Humanoid",
- "armor_class": 12,
- "armor_desc": "natural armor",
- "hit_points": 25,
- "speed_json": "{\"walk\":30,\"swim\":40}",
- "strength": 10,
- "dexterity": 10,
- "constitution": 12,
- "intelligence": 12,
- "wisdom": 12,
- "charisma": 8,
- "strength_save": 10,
- "dexterity_save": 10,
- "constitution_save": 12,
- "intelligence_save": 12,
- "wisdom_save": 12,
- "charisma_save": 8,
- "perception": 15,
- "senses": "darkvision 120 ft.",
- "languages": "Sahuagin",
- "challenge_rating": "1/2",
- "cr": 0.5,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The sahuagin makes one Bite attack and one Claws or Trident attack.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 3 (1d6) piercing damage.\"},{\"name\":\"Claws\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 5 (2d4) slashing damage.\"},{\"name\":\"Trident\",\"desc\":\"_Melee or Ranged Weapon Attack:_ +3 to hit, reach 5 ft. or range 20/60 ft., one target. _Hit:_ 3 (1d6) piercing damage, or 4 (1d8) piercing damage if used with two hands to make a melee attack. If the target is wielding a weapon or shield, it must succeed on a DC 11 DEX save or drop the weapon or shield (the sahuagin's choice if the target is wielding both).\"}]",
- "special_abilities_json": "[{\"name\":\"Blood Frenzy\",\"desc\":\"The sahuagin has advantage on melee attack rolls against any creature that doesn't have all its HP.\"},{\"name\":\"Limited Amphibiousness\",\"desc\":\"The sahuagin can breathe air and water, but it needs to be submerged at least once every 4 hours to avoid suffocating.\"},{\"name\":\"Shark Telepathy\",\"desc\":\"The sahuagin can magically command any shark within 120 feet of it, using a limited telepathy.\"}]",
- "reactions_json": "[{\"name\":\"Circling Sharks\",\"desc\":\"If the sahuagin ends its turn within 10 feet of at least two other friendly sahuagin or sharks, the sahuagin can snap its teeth at one creature within 15 feet of it that it can see and that can see or hear it. The target must succeed on a DC 11 WIS save or be frightened until the end of its next turn.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "salamander_bf",
- "fields": {
- "name": "Salamander",
- "size": "large",
- "type": "Elemental",
- "armor_class": 15,
- "armor_desc": "natural armor",
- "hit_points": 114,
- "speed_json": "{\"walk\":30}",
- "strength": 16,
- "dexterity": 14,
- "constitution": 14,
- "intelligence": 10,
- "wisdom": 10,
- "charisma": 14,
- "strength_save": 16,
- "dexterity_save": 14,
- "constitution_save": 14,
- "intelligence_save": 10,
- "wisdom_save": 10,
- "charisma_save": 14,
- "perception": 10,
- "damage_vulnerabilities": "cold",
- "damage_resistances": "bludgeoning,piercing,and slashing damage from nonmagical attacks",
- "damage_immunities": "fire",
- "senses": "darkvision 60 ft.",
- "languages": "Ignan",
- "challenge_rating": "5",
- "cr": 5,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The salamander makes one Trident attack and one Tail attack, or it makes three Fire Bolt attacks. It can replace one Trident attack with a Tail attack.\"},{\"name\":\"Trident\",\"desc\":\"_Melee or Ranged Weapon Attack:_ +6 to hit, reach 5 ft. or range 20/60 ft., one target. _Hit:_ 10 (2d6+3) piercing damage, or 12 (2d8+3) piercing damage if used with two hands to make a melee attack, plus 7 (2d6) fire damage. If the target is wielding a weapon or shield, it must succeed on a DC 14 DEX save or drop the weapon or shield (the salamander's choice if the target is wielding both).\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 10 ft., one target. _Hit:_ 10 (2d6+3) bludgeoning damage plus 7 (2d6) fire damage, and the target is grappled (escape DC 14). Until this grapple ends, the target is restrained, the salamander can automatically hit the target with its tail, and the salamander can't make tail attacks against other targets.\"},{\"name\":\"Fire Bolt\",\"desc\":\"_Ranged Spell Attack:_ +5 to hit, ranged 60 ft., one target. _Hit:_ 12 (3d6+2) fire damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Tighten Grip\",\"desc\":\"The salamander tightens its grip around one creature it is grappling. Until the start of the salamander's next turn, the target has disadvantage on any check made to escape the grapple, and other than a successful check to escape the grapple, the target can't be moved, knocked prone, or otherwise removed from the salamander's grasp without the salamander's permission.\"}]",
- "special_abilities_json": "[{\"name\":\"Heated Body\",\"desc\":\"A creature that touches the salamander or hits it with a melee attack while within 5 feet of it takes 3 (1d6) fire damage.\"},{\"name\":\"Heated Weapons\",\"desc\":\"When the salamander hits with a metal melee weapon, the weapon deals an extra 7 (2d6) fire damage (included in the attack).\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "satarre_bf",
- "fields": {
- "name": "Satarre",
- "size": "medium",
- "type": "Humanoid",
- "armor_class": 12,
- "armor_desc": "leather armor",
- "hit_points": 40,
- "speed_json": "{\"walk\":30}",
- "strength": 14,
- "dexterity": 12,
- "constitution": 12,
- "intelligence": 10,
- "wisdom": 10,
- "charisma": 12,
- "strength_save": 14,
- "dexterity_save": 12,
- "constitution_save": 12,
- "intelligence_save": 10,
- "wisdom_save": 10,
- "charisma_save": 12,
- "perception": 12,
- "damage_resistances": "necrotic,Void Strength",
- "senses": "darkvision 60 ft.",
- "languages": "Common,Void Speech",
- "challenge_rating": "1",
- "cr": 1,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The satarre makes two Claw or Spear attacks.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 5 (1d6+2) piercing damage plus 3 (1d6) necrotic damage.\"},{\"name\":\"Spear\",\"desc\":\"_Melee or Ranged Weapon Attack:_ +4 to hit, reach 5 ft. or range 20/60 ft., one target. _Hit:_ 5 (1d6+2) piercing damage plus 3 (1d6) necrotic damage.\"}]",
- "special_abilities_json": "[{\"name\":\"Void Strength\",\"desc\":\"The satarre is resistant to the blinded, charmed, deafened, frightened, stunned, and unconscious conditions.\"},{\"name\":\"Void Weapons\",\"desc\":\"The satarre's weapon attacks are magical. When the satarre hits with any weapon, the weapon deals an extra 1d6 necrotic damage (included in the attack).\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "satyr_bf",
- "fields": {
- "name": "Satyr",
- "size": "medium",
- "type": "Fey",
- "armor_class": 13,
- "hit_points": 23,
- "speed_json": "{\"walk\":40}",
- "strength": 12,
- "dexterity": 16,
- "constitution": 10,
- "intelligence": 12,
- "wisdom": 10,
- "charisma": 20,
- "strength_save": 12,
- "dexterity_save": 16,
- "constitution_save": 10,
- "intelligence_save": 12,
- "wisdom_save": 10,
- "charisma_save": 20,
- "perception": 12,
- "damage_resistances": "Fey Resilience",
- "senses": "-",
- "languages": "Common,Elvish,Sylvan",
- "challenge_rating": "1/2",
- "cr": 0.5,
- "actions_json": "[{\"name\":\"Ram\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 8 (2d4+3) bludgeoning damage.\"},{\"name\":\"Intoxicating Bolt\",\"desc\":\"_Ranged Spell Attack:_ +5 to hit, range 60 ft., one target. _Hit:_ 7 (1d8+3) poison damage, and the target must succeed on a DC 13 CON save or be incapacitated until the end of its next turn.\"}]",
- "bonus_actions_json": "[{\"name\":\"Revelries\",\"desc\":\"The satyr dances and plays a tune on its pipes, affecting one creature it can see within 30 feet of it in one of the following ways. The target must succeed on a DC 13 CHA save or gain the listed effect. A willing creature can choose to fail the save.\\n- **Celebrate.** The target feels invigorated by the music, dancing along with it. Until the start of the satyr's next turn, the target has advantage on DEX saves and on the next attack roll it makes.\\n- **Overindulge.** The satyr's song is laced with magical enchantments, and the target is forced to dance along with the music. Until the start of the satyr's next turn, the target is charmed, and its speed is reduced by 10 feet, as it dances uncontrollably.\\n- **Unnerve.** The satyr's song and dance turn frightful with heavy stomps, shrill notes, and a rapid, staccato melody. The target is frightened until the end of its next turn.\"}]",
- "special_abilities_json": "[{\"name\":\"Fey Resilience\",\"desc\":\"The satyr is resistant to the charmed and unconscious conditions.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The satyr has advantage on saves against spells and other magical effects.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "shadow_bf",
- "fields": {
- "name": "Shadow",
- "size": "medium",
- "type": "Undead",
- "armor_class": 12,
- "hit_points": 17,
- "speed_json": "{\"walk\":40,\"climb\":20}",
- "strength": 6,
- "dexterity": 18,
- "constitution": 12,
- "intelligence": 6,
- "wisdom": 10,
- "charisma": 8,
- "strength_save": 6,
- "dexterity_save": 18,
- "constitution_save": 12,
- "intelligence_save": 6,
- "wisdom_save": 10,
- "charisma_save": 8,
- "perception": 10,
- "damage_vulnerabilities": "radiant",
- "damage_resistances": "acid,cold,fire,lightning,thunder; bludgeoning,piercing,and slashing damage from nonmagical attacks",
- "damage_immunities": "necrotic,frightened,grappled,paralyzed,petrified,prone,restrained,Undead Resilience",
- "senses": "darkvision 60 ft.",
- "languages": "understands the languages it knew in life but can't speak",
- "challenge_rating": "1/2",
- "cr": 0.5,
- "actions_json": "[{\"name\":\"Strength Drain\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 9 (2d6+2) necrotic damage, and the target's STR score is reduced by 1d4. The target dies if this reduces its STR to 0. Otherwise, the reduction lasts until the target finishes a short or long rest. If a Humanoid dies from this attack, a new shadow rises from the corpse 1d4 hours later.\"}]",
- "bonus_actions_json": "[{\"name\":\"Shadow Bond\",\"desc\":\"One creature the shadow can see within 5 feet of it must succeed on a DC 12 WIS save or the shadow bonds with the target's shadow for 1 minute. While bonded with the target's shadow, the shadow can use this bonus action to teleport to an unoccupied space within 5 feet of that creature, provided the creature is within 120 feet of the shadow.\"},{\"name\":\"Shadow Stealth\",\"desc\":\"The shadow takes the Hide action. It can use this bonus action only while in dim light or darkness.\"}]",
- "special_abilities_json": "[{\"name\":\"Amorphous\",\"desc\":\"The shadow can move through a space as narrow as 1 inch wide without squeezing.\"},{\"name\":\"Spider Climb\",\"desc\":\"The shadow can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.\"},{\"name\":\"Sunlight Weakness\",\"desc\":\"While in sunlight, the shadow has disadvantage on attack rolls, ability checks, and saves.\"},{\"name\":\"Undead Nature\",\"desc\":\"The shadow doesn't require air, food, drink, or sleep.\"},{\"name\":\"Undead Resilience\",\"desc\":\"The shadow is immune to poison damage, to exhaustion, and to the poisoned condition.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "shambling_mound_bf",
- "fields": {
- "name": "Shambling Mound",
- "size": "large",
- "type": "Plant",
- "armor_class": 15,
- "armor_desc": "natural armor",
- "hit_points": 110,
- "speed_json": "{\"walk\":20,\"swim\":20}",
- "strength": 18,
- "dexterity": 8,
- "constitution": 16,
- "intelligence": 4,
- "wisdom": 10,
- "charisma": 4,
- "strength_save": 18,
- "dexterity_save": 8,
- "constitution_save": 16,
- "intelligence_save": 4,
- "wisdom_save": 10,
- "charisma_save": 4,
- "perception": 10,
- "damage_resistances": "cold,fire,Plant Resilience",
- "damage_immunities": "lightning,blinded,deafened",
- "senses": "keensense 60 ft. (can't sense beyond this radius)",
- "languages": "-",
- "challenge_rating": "5",
- "cr": 5,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The shambling mound makes two Slam attacks. If both attacks hit a Medium or smaller target, the target is grappled (escape DC 14).\"},{\"name\":\"Slam\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8+4) bludgeoning damage plus 7 (2d6) poison damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Engulf\",\"desc\":\"The shambling mound engulfs a Medium or smaller creature grappled by it. In addition to being grappled, the engulfed target is blinded, restrained, and unable to breathe, and it must succeed on a DC 14 CON save at the start of each of the mound's turns or take 4 (1d8) bludgeoning damage and 3 (1d6) poison damage. If the mound moves, the engulfed target moves with it. The mound can have only one creature engulfed at a time.\"}]",
- "special_abilities_json": "[{\"name\":\"Lightning Absorption\",\"desc\":\"Whenever the shambling mound is subjected to lightning damage, it takes no damage and regains HP equal to the lightning damage dealt.\"},{\"name\":\"Plant Resilience\",\"desc\":\"The shambling mound is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.\"},{\"name\":\"Rotting Vegetation\",\"desc\":\"The shambling mound emits the smell of rotting vegetation. A creature that starts its turn within 10 feet of the shambling mound must succeed on a DC 14 CON save or be poisoned until the start of its next turn.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "shield_guardian_bf",
- "fields": {
- "name": "Shield Guardian",
- "size": "large",
- "type": "Construct",
- "armor_class": 17,
- "armor_desc": "natural armor",
- "hit_points": 139,
- "speed_json": "{\"walk\":30}",
- "strength": 18,
- "dexterity": 8,
- "constitution": 18,
- "intelligence": 6,
- "wisdom": 14,
- "charisma": 2,
- "strength_save": 18,
- "dexterity_save": 8,
- "constitution_save": 18,
- "intelligence_save": 6,
- "wisdom_save": 14,
- "charisma_save": 2,
- "perception": 12,
- "damage_immunities": "Construct Resilience",
- "senses": "keensense 10 ft., darkvision 60 ft.",
- "languages": "understands the languages of its creator and the languages of the wearer of its amulet but can't speak",
- "challenge_rating": "7",
- "cr": 7,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The shield guardian makes two Runed Fist attacks, or it makes three Rune Bolt attacks.\"},{\"name\":\"Runed Fist\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8+4) bludgeoning damage plus 14 (4d8) force damage.\"},{\"name\":\"Rune Bolt\",\"desc\":\"_Ranged Spell Attack:_ +5 to hit, range 60 ft., one target. _Hit:_ 16 (4d6+2) force damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Protective Step\",\"desc\":\"The guardian teleports up to 60 feet to an unoccupied space it can see within 5 feet of the amulet's wearer.\"}]",
- "special_abilities_json": "[{\"name\":\"Bound\",\"desc\":\"The shield guardian is magically bound to an amulet. As long as the guardian and its amulet are on the same plane of existence, the guardian knows the distance and direction to the amulet's wearer, and the amulet's wearer can telepathically call the guardian, teleporting the guardian to an unoccupied space within 5 feet of the wearer after 1 minute. In addition, if the guardian is within 60 feet of the amulet's wearer, half of any damage the wearer takes (rounded up) is taken by the guardian instead.\"},{\"name\":\"Construct Nature\",\"desc\":\"The shield guardian doesn't require air, food, drink, or sleep.\"},{\"name\":\"Construct Resilience\",\"desc\":\"The shield guardian is immune to poison and psychic damage, and it is immune to exhaustion and the charmed, frightened, paralyzed, petrified, and poisoned conditions.\"},{\"name\":\"Regeneration\",\"desc\":\"The shield guardian regains 10 HP at the start of its turn if it has at least 1 HP.\"},{\"name\":\"Spell Storing\",\"desc\":\"A spellcaster who wears the shield guardian's amulet can cause the guardian to store one spell of 4th level or lower. To do so, the wearer must cast the spell on the guardian. The spell has no effect but is stored within the guardian. When commanded to do so by the wearer or when a situation arises that was predefined by the spellcaster, the guardian casts the stored spell, using the appropriate action required by the spell, with any parameters set by the original caster, requiring no components. When the spell is cast or a new spell is stored, any previously stored spell is lost.\"}]",
- "reactions_json": "[{\"name\":\"Shield\",\"desc\":\"When a creature the guardian can see makes an attack against the amulet's wearer, the guardian grants a +2 bonus to the wearer's AC if the guardian is within 5 feet of the wearer.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "skeleton_bf",
- "fields": {
- "name": "Skeleton",
- "size": "medium",
- "type": "Undead",
- "group": "Skeletons",
- "armor_class": 13,
- "armor_desc": "armor scraps",
- "hit_points": 14,
- "speed_json": "{\"walk\":30}",
- "strength": 10,
- "dexterity": 14,
- "constitution": 14,
- "intelligence": 6,
- "wisdom": 8,
- "charisma": 4,
- "strength_save": 10,
- "dexterity_save": 14,
- "constitution_save": 14,
- "intelligence_save": 6,
- "wisdom_save": 8,
- "charisma_save": 4,
- "perception": 9,
- "damage_vulnerabilities": "bludgeoning",
- "damage_resistances": "piercing",
- "damage_immunities": "Undead Resilience",
- "senses": "darkvision 60 ft.",
- "languages": "understands the languages it knew in life but can't speak",
- "challenge_rating": "1/4",
- "cr": 0.25,
- "actions_json": "[{\"name\":\"Shortsword\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 5 (1d6+2) piercing damage.\"},{\"name\":\"Shortbow\",\"desc\":\"_Ranged Weapon Attack:_ +4 to hit, range 80/320 ft., one target. _Hit:_ 5 (1d6+2) piercing damage.\"}]",
- "special_abilities_json": "[{\"name\":\"False Appearance\",\"desc\":\"While the skeleton remains motionless and prone, it is indistinguishable from an inanimate Humanoid skeleton.\"},{\"name\":\"Undead Nature\",\"desc\":\"The skeleton doesn't require air, food, drink, or sleep.\"},{\"name\":\"Undead Resilience\",\"desc\":\"The skeleton is immune to poison damage, to exhaustion, and to the poisoned condition.\"}]",
- "reactions_json": "[{\"name\":\"Counterattack (Recharge 6)\",\"desc\":\"When a creature the skeleton can see hits it with an attack, the skeleton can make one Shortsword or Shortbow attack against the attacker.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "minotaur_skeleton_bf",
- "fields": {
- "name": "Minotaur Skeleton",
- "size": "large",
- "type": "Undead",
- "group": "Skeletons",
- "armor_class": 12,
- "armor_desc": "natural armor",
- "hit_points": 63,
- "speed_json": "{\"walk\":40}",
- "strength": 18,
- "dexterity": 10,
- "constitution": 14,
- "intelligence": 6,
- "wisdom": 8,
- "charisma": 4,
- "strength_save": 18,
- "dexterity_save": 10,
- "constitution_save": 14,
- "intelligence_save": 6,
- "wisdom_save": 8,
- "charisma_save": 4,
- "perception": 9,
- "damage_vulnerabilities": "bludgeoning",
- "damage_resistances": "piercing",
- "damage_immunities": "Undead Resilience",
- "senses": "darkvision 60 ft.",
- "languages": "understands the languages it knew in life but can't speak",
- "challenge_rating": "2",
- "cr": 2,
- "actions_json": "[{\"name\":\"Greataxe\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 17 (2d12+4) slashing damage.\"},{\"name\":\"Gore\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6+4) piercing damage.\"}]",
- "special_abilities_json": "[{\"name\":\"Charge\",\"desc\":\"If the minotaur skeleton moves at least 10 feet straight toward a target and then hits it with a Gore attack on the same turn, the target takes an extra 7 (2d6) piercing damage. If the target is a creature, it must succeed on a DC 14 STR save or be pushed up to 10 feet away from the skeleton and knocked prone.\"},{\"name\":\"False Appearance\",\"desc\":\"While the minotaur skeleton remains motionless and prone, it is indistinguishable from an inanimate minotaur skeleton.\"},{\"name\":\"Labyrinthine Memories\",\"desc\":\"The minotaur skeleton has advantage on checks and saves to avoid becoming lost or to recall a path it has previously traveled.\"},{\"name\":\"Undead Nature\",\"desc\":\"The skeleton doesn't require air, food, drink, or sleep.\"},{\"name\":\"Undead Resilience\",\"desc\":\"The skeleton is immune to poison damage, to exhaustion, and to the poisoned condition.\"}]",
- "reactions_json": "[{\"name\":\"Counterattack (Recharge 6)\",\"desc\":\"When a creature the minotaur skeleton can see hits it with a melee attack while within 5 feet of it, the skeleton can make one Gore attack against the attacker.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "war_horse_skeleton_bf",
- "fields": {
- "name": "War Horse Skeleton",
- "size": "large",
- "type": "Undead",
- "group": "Skeletons",
- "armor_class": 13,
- "armor_desc": "barding scraps",
- "hit_points": 25,
- "speed_json": "{\"walk\":60}",
- "strength": 18,
- "dexterity": 12,
- "constitution": 14,
- "intelligence": 2,
- "wisdom": 12,
- "charisma": 4,
- "strength_save": 18,
- "dexterity_save": 12,
- "constitution_save": 14,
- "intelligence_save": 2,
- "wisdom_save": 12,
- "charisma_save": 4,
- "perception": 11,
- "damage_vulnerabilities": "bludgeoning",
- "damage_resistances": "piercing",
- "damage_immunities": "Undead Resilience",
- "senses": "darkvision 60 ft.",
- "languages": "-",
- "challenge_rating": "1/2",
- "cr": 0.5,
- "actions_json": "[{\"name\":\"Hooves\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6+4) bludgeoning damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Counterattack (Recharge 6)\",\"desc\":\"When a creature the war horse skeleton can see hits it with a melee attack while within 5 feet of it, the skeleton can make one Hooves attack against the attacker.\"}]",
- "special_abilities_json": "[{\"name\":\"False Appearance\",\"desc\":\"While the war horse skeleton remains motionless and prone, it is indistinguishable from an inanimate war horse skeleton.\"},{\"name\":\"Undead Nature\",\"desc\":\"The skeleton doesn't require air, food, drink, or sleep.\"},{\"name\":\"Undead Resilience\",\"desc\":\"The skeleton is immune to poison damage, to exhaustion, and to the poisoned condition.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "specter_bf",
- "fields": {
- "name": "Specter",
- "size": "medium",
- "type": "Undead",
- "armor_class": 12,
- "hit_points": 27,
- "speed_json": "{\"walk\":0,\"fly_hover\":50}",
- "strength": 1,
- "dexterity": 14,
- "constitution": 10,
- "intelligence": 10,
- "wisdom": 10,
- "charisma": 14,
- "strength_save": 1,
- "dexterity_save": 14,
- "constitution_save": 10,
- "intelligence_save": 10,
- "wisdom_save": 10,
- "charisma_save": 14,
- "perception": 10,
- "damage_resistances": "acid,cold,fire,lightning,thunder; bludgeoning,piercing,and slashing damage from nonmagical attacks",
- "damage_immunities": "necrotic,charmed,grappled,paralyzed,petrified,prone,restrained,unconscious,Undead Resilience",
- "senses": "darkvision 60 ft.",
- "languages": "understands the languages it knew in life but can't speak",
- "challenge_rating": "1",
- "cr": 1,
- "actions_json": "[{\"name\":\"Life Drain\",\"desc\":\"Melee Spell Attack: +4 to hit, reach 5 ft., one creature. _Hit:_ 12 (3d6+2) necrotic damage. The target must succeed on a DC 12 CON save or its HP maximum is reduced by an amount equal to the damage taken. This reduction lasts until the target finishes a long rest. The target dies if this effect reduces its HP maximum to 0.\"}]",
- "special_abilities_json": "[{\"name\":\"Incorporeal Movement\",\"desc\":\"The specter can move through other creatures and objects as if they were difficult terrain. It takes 5 (1d10) force damage if it ends its turn inside an object.\"},{\"name\":\"Sunlight Sensitivity\",\"desc\":\"While in sunlight, the specter has disadvantage on attack rolls, and its Perception is 5 when perceiving by sight.\"},{\"name\":\"Undead Nature\",\"desc\":\"The specter doesn't require air, food, drink, or sleep.\"},{\"name\":\"Undead Resilience\",\"desc\":\"The specter is immune to poison damage, to exhaustion, and to the poisoned condition.\"}]",
- "reactions_json": "[{\"name\":\"Retributive Shriek\",\"desc\":\"When the specter takes damage from a creature it can see within 30 feet of it, the specter can shriek with the fury of its tormented existence. That creature must succeed on a DC 12 WIS save or be frightened until the end of its next turn.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "androsphinx_bf",
- "fields": {
- "name": "Androsphinx",
- "size": "large",
- "type": "Monstrosity",
- "group": "Sphinxes",
- "armor_class": 17,
- "armor_desc": "natural armor",
- "hit_points": 284,
- "speed_json": "{\"walk\":40,\"fly\":60}",
- "strength": 22,
- "dexterity": 20,
- "constitution": 32,
- "intelligence": 28,
- "wisdom": 30,
- "charisma": 22,
- "strength_save": 22,
- "dexterity_save": 20,
- "constitution_save": 32,
- "intelligence_save": 28,
- "wisdom_save": 30,
- "charisma_save": 22,
- "perception": 20,
- "damage_resistances": "Monstrosity Resilience",
- "damage_immunities": "psychic; bludgeoning,piercing,and slashing damage from nonmagical attacks,charmed,frightened",
- "senses": "truesight 120 ft.",
- "languages": "Common,Sphinx",
- "challenge_rating": "17",
- "cr": 17,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The sphinx makes four Claw or Arcane Bolt attacks. It can replace one attack with a use of Spellcasting.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +12 to hit, reach 5 ft., one target. _Hit:_ 17 (2d10+6) slashing damage plus 9 (2d8) force damage.\"},{\"name\":\"Arcane Bolt\",\"desc\":\"_Ranged Spell Attack:_ +12 to hit, range 120 ft., one target. _Hit:_ 24 (4d8+6) force damage.\"},{\"name\":\"Spellcasting\",\"desc\":\"The sphinx casts one of the following spells, requiring no material components and using WIS as the spellcasting ability (spell save DC 18).
At will: _command_, _detect evil and good_, _thaumaturgy_
3/day each: _dispel magic_, _restoration_, _tongues_, _zone of truth_
2/day each: _freedom of movement_, _greater restoration_
1/day: _heal_\"}]",
- "bonus_actions_json": "[{\"name\":\"Roar\",\"desc\":\"The sphinx emits one of the following magical roars. Each roar is audible up to 300 feet away. When it roars, the sphinx chooses up to three creatures it can see within 120 feet of it to be affected by the roar. A creature that fails a save and is affected by an ongoing effect can repeat the save at the end of each of its turns, ending the effect on itself on a success.\\n- **Rumbling Roar.** This deep roar rumbles through each target's body, rattling it to its bones. Each target must succeed on a DC 18 CON save or deal only half damage with weapon attacks that use STR or DEX for 1 minute.\\n- **Terrifying Roar.** This shrill roar tugs at the self-preservation instincts within creatures. Each target must succeed on a DC 18 WIS save or be frightened for 1 minute. While frightened, a creature's speed is 0. If a creature fails the save by 5 or more, it is also paralyzed while frightened.\\n- **Thunderous Roar.** This booming roar slams against the chosen creatures. Each target must succeed on a DC 18 STR save or be pushed up to 15 feet away from the sphinx, knocked prone, and deafened for 1 minute.\"}]",
- "special_abilities_json": "[{\"name\":\"Inscrutable\",\"desc\":\"The sphinx is immune to any effect that would sense its emotions or read its thoughts, as well as any divination spell that it refuses. WIS (Insight) checks made to ascertain the sphinx's intentions or sincerity have disadvantage.\"},{\"name\":\"Magical Claws\",\"desc\":\"The sphinx's Claw attacks are magical. When the sphinx hits with a Claw attack, the Claw deals an extra 2d8 force damage (included in the attack).\"},{\"name\":\"Monstrosity Resilience\",\"desc\":\"The sphinx is resistant to exhaustion and to the frightened condition.\"}]",
- "legendary_desc": "The sphinx can take 3 legendary actions, choosing from the options below. Only one legendary action option can be used at a time and only at the end of another creature's turn. The sphinx regains spent legendary actions at the start of its turn.",
- "legendary_actions_json": "[{\"name\":\"Teleport\",\"desc\":\"The sphinx magically teleports, along with any equipment it is wearing or carrying, up to 120 feet to an unoccupied space it can see.\"},{\"name\":\"Cast a Spell (Costs 2 Actions)\",\"desc\":\"The sphinx uses Spellcasting.\"},{\"name\":\"Lacerating Swipe (Costs 2 Actions)\",\"desc\":\"The sphinx rears up on its hind legs, wings fluttering, and swipes in a wide arc with both its forepaws. Each creature in a 15-foot cone must succeed on a DC 18 DEX save or take 11 (2d10) slashing damage and suffer a bleeding wound. A creature with a bleeding wound loses 5 (1d10) HP at the start of each of its turns. Any creature can take an action to stanch the wound with a successful DC 18 WIS (Medicine) check. The wound also closes if the bleeding creature receives magical healing.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "gynosphinx_bf",
- "fields": {
- "name": "Gynosphinx",
- "size": "large",
- "type": "Monstrosity",
- "group": "Sphinxes",
- "armor_class": 17,
- "armor_desc": "natural armor",
- "hit_points": 204,
- "speed_json": "{\"walk\":40,\"fly\":60}",
- "strength": 26,
- "dexterity": 14,
- "constitution": 16,
- "intelligence": 26,
- "wisdom": 26,
- "charisma": 20,
- "strength_save": 26,
- "dexterity_save": 14,
- "constitution_save": 16,
- "intelligence_save": 26,
- "wisdom_save": 26,
- "charisma_save": 20,
- "perception": 18,
- "damage_resistances": "bludgeoning,piercing,and slashing damage from nonmagical attacks,Monstrosity Resilience",
- "damage_immunities": "psychic,charmed,frightened",
- "senses": "truesight 120 ft.",
- "languages": "Common,Sphinx,telepathy 120 ft.",
- "challenge_rating": "11",
- "cr": 11,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The sphinx makes three Claw attacks, or it makes four Psychic Bolt attacks. It can replace one attack with a use of Spellcasting.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +8 to hit, reach 5 ft., one target. _Hit:_ 15 (2d10+4) slashing damage plus 10 (3d6) psychic damage.\"},{\"name\":\"Psychic Bolt\",\"desc\":\"_Ranged Spell Attack:_ +9 to hit, range 120 ft., one target. _Hit:_ 19 (4d6+5) psychic damage.\"},{\"name\":\"Spellcasting\",\"desc\":\"The sphinx casts one of the following spells, requiring no spell components and using CHA as the spellcasting ability (spell save DC 17).
At will: _detect magic_, _minor illusion_, _prestidigitation_
3/day each: _augury_ (as an action), _major image_, _suggestion_, _tongues_
1/day: h*allucinatory terrain* (as an action)\"}]",
- "bonus_actions_json": "[{\"name\":\"Psychic Connection\",\"desc\":\"One creature the sphinx can see within 60 feet of it must succeed on a DC 17 WIS save or be mentally connected to the sphinx until the sphinx chooses to end it or until the sphinx dies or the target dies. While connected in this way, the sphinx can cause the target to experience one of the following effects at the start of each of the target's turns. The effect lasts until the start of the target's next turn or until the connection ends. The target can repeat the save at the end of each of its turns, ending the connection on a success.\\n- **Disoriented.** When the target moves, it moves in a random direction.\\n- **Distracted.** When the target casts a spell, it must succeed on a DC 17 WIS save or be unable to cast the spell, using the action, bonus action, or reaction to cast the spell but not expending the spell slot or similar limited use of the spell.\\n- **Seeing Double.** The target has disadvantage on weapon attack rolls.\"}]",
- "special_abilities_json": "[{\"name\":\"Inscrutable\",\"desc\":\"The sphinx is immune to any effect that would sense its emotions or read its thoughts, as well as any divination spell that it refuses. WIS (Insight) checks made to ascertain the sphinx's intentions or sincerity have disadvantage.\"},{\"name\":\"Monstrosity Resilience\",\"desc\":\"The sphinx is resistant to exhaustion and to the frightened condition.\"},{\"name\":\"Psychic Claws\",\"desc\":\"The sphinx's Claw attacks are magical. When the sphinx hits with a Claw attack, the Claw deals an extra 3d6 psychic damage (included in the attack).\"}]",
- "legendary_desc": "The sphinx can take 3 legendary actions, choosing from the options below. Only one legendary action option can be used at a time and only at the end of another creature's turn. The sphinx regains spent legendary actions at the start of its turn.",
- "legendary_actions_json": "[{\"name\":\"Teleport\",\"desc\":\"The sphinx magically teleports, along with any equipment it is wearing or carrying, up to 120 feet to an unoccupied space it can see.\"},{\"name\":\"Cast a Spell (Costs 2 Actions)\",\"desc\":\"The sphinx uses Spellcasting.\"},{\"name\":\"Psychic Burst (Costs 2 Actions)\",\"desc\":\"The sphinx sends out a burst of psychic energy. Each creature within 20 feet of the sphinx that has an INT of 8 or higher must succeed on a DC 17 INT save or be incapacitated until the end of its next turn, as it reels from the psychic onslaught.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "skullbloom_bf",
- "fields": {
- "name": "Skullbloom",
- "size": "medium",
- "type": "Plant",
- "group": "Sporeborn",
- "armor_class": 11,
- "armor_desc": "natural armor",
- "hit_points": 23,
- "speed_json": "{\"walk\":30}",
- "strength": 12,
- "dexterity": 10,
- "constitution": 14,
- "intelligence": 2,
- "wisdom": 8,
- "charisma": 4,
- "strength_save": 12,
- "dexterity_save": 10,
- "constitution_save": 14,
- "intelligence_save": 2,
- "wisdom_save": 8,
- "charisma_save": 4,
- "perception": 11,
- "damage_resistances": "Plant Resilience",
- "senses": "keensense 10 ft.",
- "languages": "understands the languages it knew in life but can't speak",
- "challenge_rating": "1/2",
- "cr": 0.5,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The skullbloom makes one Bite attack and one Slam attack. If the Bite and Slam attacks both hit one Humanoid, the target must succeed on a DC 12 CON save or be infected with apocalyptic fungus (see sidebar).\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 3 (1d4+1) piercing damage plus 2 (1d4) poison damage.\"},{\"name\":\"Slam\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 3 (1d4+1) bludgeoning damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Instinct to Pursue\",\"desc\":\"The skullboom takes the Dash action toward an uninfected Humanoid it can see or sense.\"}]",
- "special_abilities_json": "[{\"name\":\"Heightened Hearing\",\"desc\":\"The skullbloom's Perception is 16 while perceiving by hearing.\"},{\"name\":\"Plant Resilience\",\"desc\":\"The skullbloom is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "bloatblossom_bf",
- "fields": {
- "name": "Bloatblossom",
- "size": "medium",
- "type": "Plant",
- "group": "Sporeborn",
- "armor_class": 15,
- "armor_desc": "natural armor",
- "hit_points": 60,
- "speed_json": "{\"walk\":20}",
- "strength": 16,
- "dexterity": 10,
- "constitution": 16,
- "intelligence": 2,
- "wisdom": 8,
- "charisma": 4,
- "strength_save": 16,
- "dexterity_save": 10,
- "constitution_save": 16,
- "intelligence_save": 2,
- "wisdom_save": 8,
- "charisma_save": 4,
- "perception": 11,
- "damage_resistances": "Plant Resilience",
- "senses": "keensense 60 ft. (can't sense beyond this radius)",
- "languages": "-",
- "challenge_rating": "2",
- "cr": 2,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The bloatblossom makes one Bite attack and one Slam attack, or it makes two Toxic Nodule attacks. If the Bite and Slam attacks both hit one Humanoid, the target must succeed on a DC 13 CON save or be infected with apocalyptic fungus (see sidebar).\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 6 (1d6+3) piercing damage plus 4 (1d8) poison damage.\"},{\"name\":\"Slam\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 6 (1d6+3) bludgeoning damage plus 4 (1d8) poison damage. If the target is Medium or smaller, it is grappled (escape DC 13).\"},{\"name\":\"Toxic Nodule\",\"desc\":\"_Ranged Weapon Attack:_ +5 to hit, range 30/60 ft., one target. _Hit:_ 12 (2d8+3) poison damage, and the target must succeed on a DC 13 CON save or be poisoned until the end of its next turn.\"}]",
- "bonus_actions_json": "[{\"name\":\"Instinct to Pursue\",\"desc\":\"The bloatblossom takes the Dash action toward an uninfected Humanoid it can see or sense.\"}]",
- "special_abilities_json": "[{\"name\":\"Heightened Hearing\",\"desc\":\"The bloatblossom's Perception is 16 while perceiving by hearing.\"},{\"name\":\"Plant Resilience\",\"desc\":\"The bloatblossom is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "sprite_bf",
- "fields": {
- "name": "Sprite",
- "size": "tiny",
- "type": "Fey",
- "armor_class": 14,
- "armor_desc": "leather armor",
- "hit_points": 13,
- "speed_json": "{\"walk\":10,\"fly\":40}",
- "strength": 2,
- "dexterity": 16,
- "constitution": 10,
- "intelligence": 14,
- "wisdom": 12,
- "charisma": 10,
- "strength_save": 2,
- "dexterity_save": 16,
- "constitution_save": 10,
- "intelligence_save": 14,
- "wisdom_save": 12,
- "charisma_save": 10,
- "perception": 11,
- "damage_resistances": "Fey Resilience",
- "senses": "-",
- "languages": "Common,Elvish,Sylvan",
- "challenge_rating": "1/4",
- "cr": 0.25,
- "actions_json": "[{\"name\":\"Shortsword\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 6 (1d6+3) piercing damage.\"},{\"name\":\"Shortbow\",\"desc\":\"_Ranged Weapon Attack:_ +5 to hit, range 80/320 ft., one target. _Hit:_ 6 (1d6+3) piercing damage, and the target must succeed on a DC 13 CON save or be poisoned for 1 minute. If the save fails by 5 or more, the poisoned target falls unconscious for the same duration, or until it takes damage or another creature takes an action to shake it awake.\"},{\"name\":\"Invisibility\",\"desc\":\"The sprite magically turns invisible until it attacks or casts a spell, or until its concentration ends (as if concentrating on a spell). Any equipment the sprite wears or carries is invisible with it.\"}]",
- "bonus_actions_json": "[{\"name\":\"Heart Sight\",\"desc\":\"The sprite touches a creature and magically knows the creature's current emotional state. If the target fails a DC 13 CHA save, the sprite also knows if the creature has malign intentions or intends to commit malevolent acts within the next hour. Celestials, Fiends, and Undead automatically fail the save.\"},{\"name\":\"Swift Flight\",\"desc\":\"The sprite moves up to half its speed without provoking opportunity attacks.\"}]",
- "special_abilities_json": "[{\"name\":\"Fey Resilience\",\"desc\":\"The sprite is resistant to the charmed and unconscious conditions.\"},{\"name\":\"Speak with Beasts and Plants\",\"desc\":\"The sprite can communicate with Beasts and Plants as if they shared a language.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "star_crow_bf",
- "fields": {
- "name": "Star Crow",
- "size": "tiny",
- "type": "Aberration",
- "armor_class": 15,
- "armor_desc": "natural armor",
- "hit_points": 12,
- "speed_json": "{\"walk\":20,\"fly_hover\":60}",
- "strength": 6,
- "dexterity": 16,
- "constitution": 12,
- "intelligence": 1,
- "wisdom": 16,
- "charisma": 1,
- "strength_save": 6,
- "dexterity_save": 16,
- "constitution_save": 12,
- "intelligence_save": 1,
- "wisdom_save": 16,
- "charisma_save": 1,
- "perception": 13,
- "damage_vulnerabilities": "poison",
- "damage_resistances": "Aberrant Resilience",
- "damage_immunities": "psychic,radiant,blinded,exhaustion,prone",
- "senses": "truesight 120 ft.",
- "languages": "-",
- "challenge_rating": "1/4",
- "cr": 0.25,
- "actions_json": "[{\"name\":\"Radiant Touch\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 5 (1d4+3) radiant damage, and the star crow attaches to the target. While attached, the star crow can use only the Thought Share action and Blinding Burst bonus action, and it moves with the target whenever the target moves, requiring none of the star crow's movement. The star crow can detach itself by spending 5 feet of its movement. A creature, including the target, can take its action to detach the star crow by succeeding on a DC 13 STR check.\"},{\"name\":\"Thought Share\",\"desc\":\"The star crow learns some of the attached target's memories, and the attached target experiences a rapid sequence of memories from other creatures the star crow has encountered. The target takes 5 (2d4) psychic damage and must succeed on a DC 13 CHA save or be stunned until the end of its next turn.\"}]",
- "bonus_actions_json": "[{\"name\":\"Blinding Burst (Recharge 5-6)\",\"desc\":\"The star crow dims then suddenly bursts with blinding light. Each creature within 30 feet of the star crow must succeed on a DC 13 CON save or be blinded until the end of its next turn.\"}]",
- "special_abilities_json": "[{\"name\":\"Aberrant Resilience\",\"desc\":\"The star crow is resistant to the charmed, frightened, paralyzed, and stunned conditions, and it has advantage on saves against spells or effects that would alter its form.\"},{\"name\":\"Illumination\",\"desc\":\"The star crow sheds bright light in a 20-foot radius and dim light for an additional 20 feet.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "stirge_bf",
- "fields": {
- "name": "Stirge",
- "size": "tiny",
- "type": "Beast",
- "armor_class": 14,
- "armor_desc": "natural armor",
- "hit_points": 7,
- "speed_json": "{\"walk\":10,\"fly\":40}",
- "strength": 4,
- "dexterity": 14,
- "constitution": 10,
- "intelligence": 2,
- "wisdom": 8,
- "charisma": 6,
- "strength_save": 4,
- "dexterity_save": 14,
- "constitution_save": 10,
- "intelligence_save": 2,
- "wisdom_save": 8,
- "charisma_save": 6,
- "perception": 9,
- "senses": "darkvision 60 ft.",
- "languages": "-",
- "challenge_rating": "1/8",
- "cr": 0.125,
- "actions_json": "[{\"name\":\"Blood Drain\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 4 (1d4+2) piercing damage, and the stirge attaches to the target. While attached, the stirge can't attack, and at the start of each of the stirge's turns, the target loses 4 (1d4+2) HP due to blood loss. The attached stirge moves with the target whenever the target moves, requiring none of the stirge's movement. If can detach itself by spending 5 feet of its movement on its turn. It does so after it drains 8 HP of blood from the target or the target dies. A creature, including the target, can use its action to detach the stirge.\"}]",
- "reactions_json": "[{\"name\":\"Reactive Wiggle\",\"desc\":\"When the stirge is the target of an attack from a creature within 5 feet of it while it is attached to a creature, the stirge can wiggle, exposing the flesh where it is attached. The attacker must succeed on a DC 12 DEX save or the attack targets the creature to which the stirge is attached instead of the stirge.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "succubus_bf",
- "fields": {
- "name": "Succubus",
- "size": "medium",
- "type": "Fiend",
- "subtype": "Shapechanger",
- "armor_class": 15,
- "armor_desc": "natural armor",
- "hit_points": 79,
- "speed_json": "{\"walk\":30,\"fly\":60}",
- "strength": 8,
- "dexterity": 16,
- "constitution": 12,
- "intelligence": 14,
- "wisdom": 12,
- "charisma": 24,
- "strength_save": 8,
- "dexterity_save": 16,
- "constitution_save": 12,
- "intelligence_save": 14,
- "wisdom_save": 12,
- "charisma_save": 24,
- "perception": 15,
- "damage_resistances": "cold,fire,lightning,poison; bludgeoning,piercing,and slashing damage from nonmagical attacks,frightened,poisoned",
- "damage_immunities": "charmed",
- "senses": "darkvision 60 ft.",
- "languages": "Abyssal,Common,Infernal,telepathy 60 ft.",
- "challenge_rating": "4",
- "cr": 4,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The succubus makes two Claw attacks or one Claw attack and one Draining Kiss attack. It can replace one attack with Charm.\"},{\"name\":\"Claw (Fiend Form Only)\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) slashing damage plus 7 (2d6) psychic damage.\"},{\"name\":\"Draining Kiss\",\"desc\":\"Melee Spell Attack: +7 to hit, reach 5 ft., one willing creature, or a creature that is charmed, incapacitated, or restrained. _Hit:_ 15 (3d6+5) psychic damage, and the target's HP maximum is reduced by an amount equal to the damage taken. This reduction lasts until the target finishes a long rest. The target dies if this effect reduces its HP maximum to 0.\"},{\"name\":\"Charm\",\"desc\":\"One Humanoid the succubus can see within 30 feet of it must succeed on a DC 15 WIS save or be magically charmed for 1 day, until the succubus dies, or until the succubus takes a bonus action to end the effect. The charmed target obeys the succubus's verbal or telepathic commands. If the target suffers any harm or receives a suicidal command, it can repeat the save, ending the effect on itself on a success. If the target successfully saves against the effect, or if the effect on it ends, the target is immune to this succubus's Charm for the next 24 hours.
The succubus can have only one target charmed at a time. If it charms another, the effect on the previous target ends.\"}]",
- "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The succubus transforms into a Small or Medium Humanoid or back into its true form, which is Fiend. Without wings, it loses its flying speed. Its statistics, other than its size, are the same in each form. Any equipment it is wearing or carrying isn't transformed. It reverts to its true form if it dies.\"},{\"name\":\"Etherealness\",\"desc\":\"The succubus magically enters the Ethereal Plane from the Material Plane, or vice versa.\"}]",
- "special_abilities_json": "[{\"name\":\"Telepathic Bond\",\"desc\":\"The succubus ignores the range restriction on its telepathy when communicating with a creature it has charmed. The two don't even need to be on the same plane of existence.\"}]",
- "reactions_json": "[{\"name\":\"Defend Me, Love!\",\"desc\":\"When a creature the succubus can see within 5 feet of a creature charmed by the succubus attacks the succubus, the succubus can command the charmed creature to use its reaction to make one melee weapon attack against the attacker.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "tarrasque_bf",
- "fields": {
- "name": "Tarrasque",
- "size": "gargantuan",
- "type": "Monstrosity",
- "armor_class": 25,
- "armor_desc": "natural armor",
- "hit_points": 680,
- "speed_json": "{\"walk\":40,\"burrow\":30}",
- "strength": 30,
- "dexterity": 16,
- "constitution": 30,
- "intelligence": 20,
- "wisdom": 28,
- "charisma": 28,
- "strength_save": 30,
- "dexterity_save": 16,
- "constitution_save": 30,
- "intelligence_save": 20,
- "wisdom_save": 28,
- "charisma_save": 28,
- "perception": 19,
- "damage_vulnerabilities": "thunder",
- "damage_resistances": "Monstrosity Resilience",
- "damage_immunities": "fire,poison; bludgeoning,piercing,and slashing damage from nonmagical attacks,charmed,frightened,paralyzed,poisoned",
- "senses": "keensense 120 ft.",
- "languages": "-",
- "challenge_rating": "30",
- "cr": 30,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The tarrasque uses its Frightful Presence. It then makes one Bite attack, four Claw attacks, and one Spiked Tail attack, or it makes five Acid Spit attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +19 to hit, reach 10 ft., one target. _Hit:_ 36 (4d12+10) piercing damage. If the target is a creature, it must succeed on a DC 27 DEX save or be swallowed by the tarrasque. A swallowed creature is blinded and restrained, it has total cover against attacks and other effect outside of the tarrasque, and it takes 42 (12d6) acid damage at the start of each of the tarrasque's turns. If the tarrasque takes 60 damage or more on a single turn from a creature inside it, the tarrasque must succeed on a DC 20 CON save at the end of that turn or regurgitate all swallowed creatures, which fall prone in a space within 10 feet of the tarrasque. If the tarrasque dies, a swallowed creature is no longer restrained by it and can escape from the corpse using 20 feet of movement, exiting prone.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +19 to hit, reach 15 ft., one target. _Hit:_ 28 (4d8+10) slashing damage.\"},{\"name\":\"Spiked Tail\",\"desc\":\"_Melee Weapon Attack:_ +19 to hit, reach 20 ft., one target. _Hit:_ 20 (3d6+10) bludgeoning damage and 13 (3d8) piercing damage. If the target is a creature, it must succeed on a DC 27 STR save or be knocked prone.\"},{\"name\":\"Acid Spit\",\"desc\":\"_Ranged Weapon Attack:_ +12 to hit, range 100/400 ft., one target. _Hit:_ 36 (6d10+3) acid damage.\"},{\"name\":\"Frightful Presence\",\"desc\":\"Each creature of the tarrasque's choice within 120 feet of it and aware of it must succeed on a DC 27 WIS save or be frightened for 1 minute. A creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. If a creature's save is successful or the effect ends for it, the creature is immune to the tarrasque's Frightful Presence for the next 24 hours.\"}]",
- "special_abilities_json": "[{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the tarrasque fails a save, it can choose to succeed instead.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The tarrasque has advantage on saves against spells and other magical effects.\"},{\"name\":\"Monstrosity Resilience\",\"desc\":\"The tarrasque is resistant to exhaustion.\"},{\"name\":\"Reflective Hide\",\"desc\":\"Any time the tarrasque is targeted by a magic missile spell, a line spell, or a spell that requires a ranged attack roll, roll a d6. On a 1 to 5, the tarrasque is unaffected. On a 6, the tarrasque is unaffected, and the effect is reflected back at the caster as though it originated from the tarrasque, turning the caster into the target.\"},{\"name\":\"Siege Behemoth\",\"desc\":\"The tarrasque deals triple damage to objects and structures.\"}]",
- "legendary_desc": "The tarrasque can take 3 legendary actions, choosing from the options below. Only one legendary action option can be used at a time and only at the end of another creature's turn. The tarrasque regains spent legendary actions at the start of its turn.",
- "legendary_actions_json": "[{\"name\":\"Detect\",\"desc\":\"The tarrasque automatically detects every creature and trap within 60 feet of it, pinpointing the current location of each.\"},{\"name\":\"Move\",\"desc\":\"The tarrasque moves up to its speed without provoking opportunity attacks.\"},{\"name\":\"Tail Attack\",\"desc\":\"The tarrasque makes one Tail attack.\"},{\"name\":\"Tail Swipe (Costs 2 Actions)\",\"desc\":\"The tarrasque whips its spiked tail in a wide arc, flailing it in a 30-foot cone. Each creature in that area must make a DC 27 DEX save. On a failure, a creature takes 45 (10d8) piercing damage and is knocked prone. On a success, a creature takes half the damage and isn't knocked prone.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "treant_bf",
- "fields": {
- "name": "Treant",
- "size": "huge",
- "type": "Plant",
- "armor_class": 16,
- "armor_desc": "natural armor",
- "hit_points": 185,
- "speed_json": "{\"walk\":30}",
- "strength": 22,
- "dexterity": 8,
- "constitution": 28,
- "intelligence": 12,
- "wisdom": 24,
- "charisma": 12,
- "strength_save": 22,
- "dexterity_save": 8,
- "constitution_save": 28,
- "intelligence_save": 12,
- "wisdom_save": 24,
- "charisma_save": 12,
- "perception": 17,
- "damage_vulnerabilities": "fire",
- "damage_resistances": "bludgeoning,piercing,Plant Resilience",
- "senses": "tremorsense 30 ft.",
- "languages": "Common,Druidic,Elvish,Sylvan",
- "challenge_rating": "9",
- "cr": 9,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The treant makes three Slam attacks, or it makes two Throw Rock attacks. If two Slam attacks hit one creature, the target must succeed on a DC 17 STR save or be knocked prone.\"},{\"name\":\"Slam\",\"desc\":\"_Melee Weapon Attack:_ +10 to hit, reach 5 ft., one target. _Hit:_ 22 (4d6+6) bludgeoning damage.\"},{\"name\":\"Throw Rock\",\"desc\":\"_Ranged Weapon Attack:_ +10 to hit, range 60/180 ft., one target. _Hit:_ 33 (5d10+6) bludgeoning damage.\"},{\"name\":\"Animate Trees (1/Day)\",\"desc\":\"The treant magically animates 2 trees or 2d6 shrubs it can see within 60 feet of it. The trees use the statistics of an **awakened tree**, and the shrubs use the statistics of an **awakened shrub**. The animated plants act as allies of the treant, obeying its spoken commands. The plants remain for 1 hour, until the treant dies, or until the treant dismisses them as a bonus action.\"}]",
- "bonus_actions_json": "[{\"name\":\"Halt Intruders\",\"desc\":\"The treant calls to the roots beneath up to two creatures it can see within 30 feet of it. Each target must succeed on a DC 17 STR save or be restrained by roots until the end of its next turn. The treant can target only creatures in contact with the ground and can't target creatures in contact with a manufactured floor, such as the wooden floor of a building.\"}]",
- "special_abilities_json": "[{\"name\":\"False Appearance\",\"desc\":\"While the treant remains motionless, it is indistinguishable from a normal tree.\"},{\"name\":\"Plant Resilience\",\"desc\":\"The treant is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.\"},{\"name\":\"Siege Monster\",\"desc\":\"The treant deals double damage to objects and structures.\"},{\"name\":\"Speak with Plants\",\"desc\":\"The treant can communicate with Plants and nonmagical plants as if they shared a language.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "troll_bf",
- "fields": {
- "name": "Troll",
- "size": "large",
- "type": "Giant",
- "armor_class": 15,
- "armor_desc": "natural armor",
- "hit_points": 94,
- "speed_json": "{\"walk\":30}",
- "strength": 18,
- "dexterity": 12,
- "constitution": 20,
- "intelligence": 6,
- "wisdom": 8,
- "charisma": 6,
- "strength_save": 18,
- "dexterity_save": 12,
- "constitution_save": 20,
- "intelligence_save": 6,
- "wisdom_save": 8,
- "charisma_save": 6,
- "perception": 12,
- "damage_vulnerabilities": "Giant Attributes",
- "damage_resistances": "Giant Attributes",
- "senses": "darkvision 60 ft.",
- "languages": "Giant",
- "challenge_rating": "5",
- "cr": 5,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The troll makes one Bite attack and two Claw attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8+4) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 10 ft., one target. _Hit:_ 11 (2d6+4) piercing damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Ravenous Frenzy (52 HP or Fewer)\",\"desc\":\"Desperate for a meal as its injuries mount, the troll moves up to half its speed and makes one Bite attack against a creature it can see within range. The troll then regains HP equal to half the damage dealt.\"}]",
- "special_abilities_json": "[{\"name\":\"Giant Attributes\",\"desc\":\"The troll is resistant to the stunned condition, and it is vulnerable to the prone condition.\"},{\"name\":\"Heightened Smell\",\"desc\":\"The troll's Perception is 17 while perceiving by smell.\"},{\"name\":\"Regeneration\",\"desc\":\"The troll regains 10 HP at the start of its turn. If the troll takes acid or fire damage, this trait doesn't function at the start of the troll's next turn. The troll dies only if it starts its turn with 0 HP and doesn't regenerate.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "unicorn_bf",
- "fields": {
- "name": "Unicorn",
- "size": "large",
- "type": "Celestial",
- "armor_class": 12,
- "hit_points": 92,
- "speed_json": "{\"walk\":50}",
- "strength": 18,
- "dexterity": 14,
- "constitution": 14,
- "intelligence": 10,
- "wisdom": 22,
- "charisma": 22,
- "strength_save": 18,
- "dexterity_save": 14,
- "constitution_save": 14,
- "intelligence_save": 10,
- "wisdom_save": 22,
- "charisma_save": 22,
- "perception": 16,
- "damage_resistances": "Celestial Resilience",
- "damage_immunities": "poison,charmed,frightened,paralyzed,poisoned",
- "senses": "darkvision 60 ft.",
- "languages": "Celestial,Elvish,Sylvan,telepathy 60 ft.",
- "challenge_rating": "5",
- "cr": 5,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The unicorn makes one Hooves attack and one Horn attack, or it makes two Horn Bolt attacks.\"},{\"name\":\"Hooves\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6+4) bludgeoning damage.\"},{\"name\":\"Horn\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 8 (1d8+4) piercing damage plus 10 (3d6) radiant damage.\"},{\"name\":\"Horn Bolt\",\"desc\":\"_Ranged Spell Attack:_ +6 to hit, range 60 ft., one target. _Hit:_ 13 (3d6+3) radiant damage.\"},{\"name\":\"Unicorn Magic\",\"desc\":\"The unicorn can cast the dancing lights and druidcraft cantrips at will, requiring no material components and using WIS as the spellcasting ability.\"},{\"name\":\"Healing Touch (3/Day)\",\"desc\":\"The unicorn touches another creature with its horn. The target magically regains 11 (2d8+2) HP and is freed from all curses, diseases, and poisons afflicting it.\"}]",
- "special_abilities_json": "[{\"name\":\"Celestial Resilience\",\"desc\":\"The unicorn is resistant to radiant damage.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The unicorn has advantage on saves against spells and other magical effects.\"},{\"name\":\"Magic Weapons\",\"desc\":\"The unicorn's weapon attacks are magical.\"},{\"name\":\"Sense the Unnatural\",\"desc\":\"The unicorn can pinpoint the location of Aberrations and Undead within 60 feet of it.\"},{\"name\":\"Speak with Beasts and Plants\",\"desc\":\"The unicorn can communicate with Beasts and Plants as if they shared a language.\"},{\"name\":\"Woodland Walk\",\"desc\":\"Difficult terrain composed of nonmagical plants doesn't cost the unicorn extra movement. In addition, the unicorn can pass through nonmagical plants without being slowed by them and without taking damage from them if they have thorns, spines, or a similar hazard.\"}]",
- "reactions_json": "[{\"name\":\"Shimmering Shield\",\"desc\":\"When a creature the unicorn can see within 30 feet of it, including the unicorn, is attacked, the unicorn can surround it with a shimmering shield of radiant light. The target adds 3 to its AC against the attack.\"}]",
- "legendary_desc": "The unicorn can take 3 legendary actions, choosing from the options below. Only one legendary action option can be used at a time and only at the end of another creature's turn. The unicorn regains spent legendary actions at the start of its turn.",
- "legendary_actions_json": "[{\"name\":\"Canter\",\"desc\":\"The unicorn moves up to half is speed without provoking opportunity attacks.\"},{\"name\":\"Radiant Stomp (Costs 2 Actions)\",\"desc\":\"The unicorn raises its hooves glowing with golden light and brings them down with a reverberating stomp. Each hostile creature within 10 feet of the unicorn must make a DC 14 STR save. On a failure, a creature takes 10 (3d6) radiant damage and is knocked prone. On a success, a creature takes half the damage and isn't knocked prone.\"},{\"name\":\"Heal Self (Costs 3 Actions)\",\"desc\":\"The unicorn magically regains 11 (2d8+2) HP.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "vampire_bf",
- "fields": {
- "name": "Vampire",
- "size": "medium",
- "type": "Undead",
- "subtype": "Shapechanger",
- "group": "Vampires",
- "armor_class": 16,
- "armor_desc": "natural armor",
- "hit_points": 177,
- "speed_json": "{\"walk\":30,\"climb\":30,\"fly\":30,\"swim\":20}",
- "strength": 18,
- "dexterity": 28,
- "constitution": 18,
- "intelligence": 16,
- "wisdom": 24,
- "charisma": 28,
- "strength_save": 18,
- "dexterity_save": 28,
- "constitution_save": 18,
- "intelligence_save": 16,
- "wisdom_save": 24,
- "charisma_save": 28,
- "perception": 17,
- "damage_resistances": "necrotic; bludgeoning,piercing,and slashing damage from nonmagical attacks,charmed",
- "damage_immunities": "Vampiric Resilience",
- "senses": "darkvision 120 ft.",
- "languages": "the languages it knew in life",
- "challenge_rating": "13",
- "cr": 13,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The vampire can use Charm. It then makes three Bite or Claw attacks. It can replace one attack with a Draining Bite attack. If two Claw attacks hit one Large or smaller creature, the target is grappled (escape DC 17).\"},{\"name\":\"Bite (Bat, Rat, or Wolf Form Only)\",\"desc\":\"_Melee Weapon Attack:_ +9 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6+4) piercing damage plus 14 (4d6) necrotic damage.\"},{\"name\":\"Claw (Vampire Form Only)\",\"desc\":\"_Melee Weapon Attack:_ +9 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6+4) slashing damage plus 14 (4d6) necrotic damage.\"},{\"name\":\"Draining Bite (Bat or Vampire Form Only)\",\"desc\":\"Melee Weapon Attack: +9 to hit, reach 5 ft., one willing creature, or a creature that is grappled by the vampire, incapacitated, or restrained. _Hit:_ 9 (2d4+4) piercing damage plus 14 (4d6) necrotic damage. The target's HP maximum is reduced by an amount equal to the necrotic damage taken, and the vampire regains HP equal to that amount. The reduction lasts until the target finishes a long rest. The target dies if this effect reduces its HP maximum to 0. A Humanoid slain in this way and then fed at least one drop of the vampire's blood rises the following night as a **vampire spawn** under the vampire's control.\"},{\"name\":\"Charm (Vampire Form Only)\",\"desc\":\"One Humanoid the vampire can see within 30 feet of it must succeed on a DC 17 WIS save or be magically charmed for 1 day, until the vampire dies, or until the vampire takes a bonus action to end the effect. The charmed target obeys the vampire's verbal commands and is a willing target for the vampire's Draining Bite attack. If the target suffers any harm or receives a suicidal command, it can repeat the save, ending the effect on itself on a success.
The vampire can have up to two creatures charmed in this way at a time. If it charms a third, the effect on the first target ends.\"},{\"name\":\"Children of the Night\",\"desc\":\"The vampire magically calls 2d4 **swarms of bats** or **rats**, provided that the sun isn't up. While outdoors, the vampire can call 3d6 **wolves** instead. The called creatures arrive in 1d4 rounds, acting as allies of the vampire and obeying its spoken commands. The Beasts remain for 1 hour, until the vampire dies, or until the vampire dismisses them as a bonus action. The vampire can have any number of such Beasts under its control at one time, provided the combined total CR of the Beasts is no higher than 4.\"}]",
- "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The vampire transforms into a Tiny bat, Tiny rat, Medium wolf, or back into its true form, which is Undead. Its statistics, other than its size and speed, are the same in each form. Any equipment it is wearing transforms with it, but anything it is carrying doesn't transform with it. It reverts to its true form if it dies.\"},{\"name\":\"Mist Form\",\"desc\":\"The vampire transforms into a Medium cloud of mist or back into its true form, which is Undead. While in mist form, it can't take any actions, speak, or manipulate objects. It is weightless, has a flying speed of 20 feet, can hover, and can enter a hostile creature's space and stop there. In addition, if air can pass through a space, the mist can do so without squeezing, and it can't pass through water. It has advantage on STR, DEX, and CON saves, and it is immune to all nonmagical damage, except the damage it takes from sunlight.\"}]",
- "special_abilities_json": "[{\"name\":\"Hungry Dead Nature\",\"desc\":\"The vampire doesn't require air or sleep. In addition, it must consume at least 80 ounces of blood (approximately half the blood in a Medium Humanoid's body) every 24 hours, or it loses its immunity to exhaustion and risks starvation until it does so. While it has any levels of exhaustion from starvation, the vampire can't remove levels of exhaustion until it consumes at least 160 ounces of blood.\"},{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the vampire fails a save, it can choose to succeed instead.\"},{\"name\":\"Misty Escape\",\"desc\":\"When it drops to 0 HP outside its resting place, the vampire transforms into a cloud of mist (as in the Mist Form bonus action) instead of falling unconscious, provided it isn't in sunlight or running water. If it can't transform, it is destroyed. While it has 0 HP in mist form, it can't revert to its vampire form, and it must reach its resting place within 2 hours or be destroyed. Once in its resting place, it reverts to its vampire form. It is then paralyzed until it regains at least 1 HP. After spending 1 hour in its resting place with 0 HP, it regains 1 HP.\"},{\"name\":\"Regeneration\",\"desc\":\"The vampire regains 20 HP at the start of its turn if it has at least 1 HP and isn't in sunlight or running water. If the vampire takes radiant damage or damage from holy water, this trait doesn't function at the start of the vampire's next turn.\"},{\"name\":\"Resting Place\",\"desc\":\"The vampire has a coffin, grave, sarcophagus, or similar location just large enough for it to lie down designated as its resting place. While in its resting place, the vampire doesn't suffer exhaustion levels from starvation and has keensense out to a range of 120 feet.\"},{\"name\":\"Spider Climb\",\"desc\":\"The vampire can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.\"},{\"name\":\"Vampire Weaknesses\",\"desc\":\"The vampire has the following flaws:\\n- **Forbiddance.** The vampire can't enter a residence without an invitation from one of the occupants.\\n- **Harmed by Running Water.** The vampire takes 20 acid damage if it ends its turn in running water.\"},{\"name\":\"Stake to the Heart\",\"desc\":\"If a piercing weapon made of wood is driven into the vampire's heart while the vampire is incapacitated in its resting place, the vampire is paralyzed until the stake is removed.\"},{\"name\":\"Sunlight Hypersensitivity\",\"desc\":\"The vampire takes 20 radiant damage when it starts its turn in sunlight. While in sunlight, it has disadvantage on attack rolls and ability checks.\"},{\"name\":\"Vampiric Resilience\",\"desc\":\"The vampire is immune to exhaustion.\"}]",
- "legendary_desc": "The vampire can take 3 legendary actions, choosing from the options below. Only one legendary action option can be used at a time and only at the end of another creature's turn. The vampire regains spent legendary actions at the start of its turn.",
- "legendary_actions_json": "[{\"name\":\"Move\",\"desc\":\"The vampire moves up to its speed without provoking opportunity attacks.\"},{\"name\":\"Call Children (Costs 2 Actions)\",\"desc\":\"The vampire uses Children of the Night.\"},{\"name\":\"Excessive Bleeding (Costs 2 Actions)\",\"desc\":\"Each creature within 15 feet of the vampire that doesn't have all its HP must succeed on a DC 17 CON save or lose 14 (4d6) HP as its wounds bleed profusely. Before the end of its next turn, the vampire has advantage on the next attack roll it makes against a creature that failed this save.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "vampire_spawn_bf",
- "fields": {
- "name": "Vampire Spawn",
- "size": "medium",
- "type": "Undead",
- "group": "Vampires",
- "armor_class": 15,
- "armor_desc": "natural armor",
- "hit_points": 91,
- "speed_json": "{\"walk\":30,\"climb\":30}",
- "strength": 16,
- "dexterity": 22,
- "constitution": 16,
- "intelligence": 10,
- "wisdom": 16,
- "charisma": 12,
- "strength_save": 16,
- "dexterity_save": 22,
- "constitution_save": 16,
- "intelligence_save": 10,
- "wisdom_save": 16,
- "charisma_save": 12,
- "perception": 13,
- "damage_resistances": "necrotic; bludgeoning,piercing,and slashing damage from nonmagical attacks",
- "damage_immunities": "Vampiric Resilience",
- "senses": "darkvision 60 ft.",
- "languages": "the languages it knew in life",
- "challenge_rating": "5",
- "cr": 5,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The vampire spawn makes two Claw attacks. It can replace one attack with a Draining Bite attack. If both Claw attacks hit one Large or smaller creature, the target is grappled (escape DC 14).\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one creature. _Hit:_ 8 (2d4+3) slashing damage plus 10 (3d6) necrotic damage.\"},{\"name\":\"Draining Bite\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one willing creature, or a creature that is grappled by the vampire, incapacitated, or restrained. _Hit:_ 8 (2d4+3) piercing damage plus 10 (3d6) necrotic damage. The target's HP maximum is reduced by an amount equal to the necrotic damage taken, and the vampire regains HP equal to that amount. The reduction lasts until the target finishes a long rest. The target dies if this effect reduces its HP maximum to 0.\"}]",
- "bonus_actions_json": "[{\"name\":\"Call Blood\",\"desc\":\"The vampire calls to the blood within one injured creature it can see within 10 feet of it, causing blood to pour from the creature's wounds. If the target doesn't have all its HP, it must make a DC 14 CON save, losing 7 (2d6) HP on a failed save, or losing half as much HP on a successful one. Before the end of its next turn, the vampire has advantage on the next attack roll it makes against a creature that failed the save.\"}]",
- "special_abilities_json": "[{\"name\":\"Hungry Dead Nature\",\"desc\":\"As the **vampire**.\"},{\"name\":\"Regeneration\",\"desc\":\"The vampire spawn regains 10 HP at the start of its turn if it has at least 1 HP and isn't in sunlight or running water. If the vampire takes radiant damage or damage from holy water, this trait doesn't function at the start of the vampire's next turn.\"},{\"name\":\"Resting Place\",\"desc\":\"As the **vampire**.\"},{\"name\":\"Spider Climb\",\"desc\":\"As the **vampire**.\"},{\"name\":\"Vampire Weaknesses\",\"desc\":\"As the **vampire**.\"},{\"name\":\"Vampiric Resilience\",\"desc\":\"The vampire is immune to exhaustion.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "vampire_thrall_bf",
- "fields": {
- "name": "Vampire Thrall",
- "size": "medium",
- "type": "Humanoid",
- "subtype": "Any Lineage",
- "group": "Vampires",
- "armor_class": 13,
- "hit_points": 40,
- "speed_json": "{\"walk\":30,\"climb\":10}",
- "strength": 14,
- "dexterity": 20,
- "constitution": 18,
- "intelligence": 10,
- "wisdom": 12,
- "charisma": 14,
- "strength_save": 14,
- "dexterity_save": 20,
- "constitution_save": 18,
- "intelligence_save": 10,
- "wisdom_save": 12,
- "charisma_save": 14,
- "perception": 13,
- "damage_resistances": "exhaustion",
- "senses": "darkvision 30 ft.",
- "languages": "any one language (usually Common)",
- "challenge_rating": "1",
- "cr": 1,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The vampire thrall makes two Rapier attacks.\"},{\"name\":\"Rapier\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 7 (1d8+3) piercing damage.\"}]",
- "special_abilities_json": "[{\"name\":\"Blood-Bound\",\"desc\":\"If the thrall has not consumed 1 ounce of blood from a vampire within the past week, it is poisoned for 1 week, and it loses darkvision and its Limited Regeneration, Spider Climb, and Sunlight Sensitivity traits until it consumes 1 ounce of vampire blood.\"},{\"name\":\"Limited Regeneration\",\"desc\":\"The thrall regains 2 HP at the start of its turn if it has at least 1 HP and isn't in sunlight. If the thrall takes radiant damage, this trait doesn't function at the start of the thrall's next turn.\"},{\"name\":\"Spider Climb\",\"desc\":\"The thrall can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.\"},{\"name\":\"Sunlight Sensitivity\",\"desc\":\"While in sunlight, the thrall has disadvantage on attack rolls, and its Perception is 8 when perceiving by sight.\"}]",
- "reactions_json": "[{\"name\":\"Repay the Gift\",\"desc\":\"When a friendly vampire the thrall can see within 5 feet of it is hit by an attack that would reduce the vampire to 0 HP, the thrall can give some of its life force to save the vampire. The thrall loses 10 (3d6) HP, and the vampire regains HP equal to that amount.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "wight_bf",
- "fields": {
- "name": "Wight",
- "size": "medium",
- "type": "Undead",
- "armor_class": 14,
- "armor_desc": "studded leather",
- "hit_points": 69,
- "speed_json": "{\"walk\":30}",
- "strength": 16,
- "dexterity": 14,
- "constitution": 16,
- "intelligence": 10,
- "wisdom": 12,
- "charisma": 14,
- "strength_save": 16,
- "dexterity_save": 14,
- "constitution_save": 16,
- "intelligence_save": 10,
- "wisdom_save": 12,
- "charisma_save": 14,
- "perception": 13,
- "damage_resistances": "necrotic; bludgeoning,piercing,and slashing damage from nonmagical attacks",
- "damage_immunities": "Undead Resilience,frightened",
- "senses": "darkvision 60 ft.",
- "languages": "the languages it knew in life",
- "challenge_rating": "3",
- "cr": 3,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The wight makes two Longsword or Longbow attacks. It can replace one attack with a Life Drain attack.\"},{\"name\":\"Life Drain\",\"desc\":\"Melee Spell Attack: +5 to hit, reach 5 ft., one creature. _Hit:_ 10 (2d6+3) necrotic damage. The target must succeed on a DC 13 CON save or its HP maximum is reduced by an amount equal to the damage taken. This reduction lasts until the target finishes a long rest. The target dies if this effect reduces its HP maximum to 0.
A Humanoid slain by this attack rises 24 hours later as a zombie under the wight's control, unless the Humanoid is restored to life or its body is destroyed. The wight can have no more than twelve zombies under its control at one time.\"},{\"name\":\"Longsword\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 12 (2d8+3) slashing damage, or 14 (2d10+3) slashing damage if used with two hands.\"},{\"name\":\"Longbow\",\"desc\":\"_Ranged Weapon Attack:_ +4 to hit, range 150/600 ft., one target. _Hit:_ 11 (2d8+2) piercing damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Command Horde\",\"desc\":\"The wight commands up to five friendly skeletons or zombies to do one of the following:\\n- **Protect.** Until the start of the wight's next turn, each time a friendly creature within 5 feet of a target is attacked, the target can use its reaction to intercept the attack, becoming the target instead.\\n- **Overwhelm.** Until the start of the wight's next turn, each target has advantage on attack rolls against a creature on its turn if at least one other target is within 5 feet of the creature and the allied target isn't incapacitated.\\n- **Shamble.** Each target uses its reaction to move up to its speed in a direction chosen by the wight. If this movement provokes an opportunity attack, that attack is made with disadvantage.\"}]",
- "special_abilities_json": "[{\"name\":\"Martial Adept\",\"desc\":\"A manufactured weapon, such as a sword or bow, deals one extra die of its damage when the wight hits with it (included in the attack).\"},{\"name\":\"Sunlight Sensitivity\",\"desc\":\"While in sunlight, the wight has disadvantage on attack rolls, and its Perception is 8 when perceiving by sight.\"},{\"name\":\"Undead Nature\",\"desc\":\"The wight doesn't require air, food, drink, or sleep.\"},{\"name\":\"Undead Resilience\",\"desc\":\"The wight is immune to poison damage, to exhaustion, and to the poisoned condition.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "willowisp_bf",
- "fields": {
- "name": "Will-o'-Wisp",
- "size": "tiny",
- "type": "Undead",
- "armor_class": 17,
- "armor_desc": "Ephemeral",
- "hit_points": 31,
- "speed_json": "{\"walk\":0,\"fly_hover\":50}",
- "strength": 1,
- "dexterity": 18,
- "constitution": 10,
- "intelligence": 12,
- "wisdom": 16,
- "charisma": 10,
- "strength_save": 1,
- "dexterity_save": 18,
- "constitution_save": 10,
- "intelligence_save": 12,
- "wisdom_save": 16,
- "charisma_save": 10,
- "perception": 13,
- "damage_resistances": "acid,cold,fire,necrotic,thunder; bludgeoning,piercing,and slashing damage from nonmagical attacks",
- "damage_immunities": "lightning,grappled,paralyzed,prone,restrained,unconscious,Undead Resilience",
- "senses": "darkvision 120 ft.",
- "languages": "the languages it knew in life",
- "challenge_rating": "2",
- "cr": 2,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The will-o'-wisp makes two Shock attacks.\"},{\"name\":\"Shock\",\"desc\":\"Melee Spell Attack: +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) lightning damage.\"},{\"name\":\"Invisibility\",\"desc\":\"The will-o'-wisp and its light magically become invisible until it attacks or uses its Beckon, or until its concentration ends (as if concentrating on a spell).\"}]",
- "bonus_actions_json": "[{\"name\":\"Beckon\",\"desc\":\"The will-o'-wisp pulses its lightly gently toward one creature it can see within 30 feet of it. The target must succeed on a DC 13 WIS save or use its reaction to move up to its speed toward the will-o'-wisp by the most direct route. It doesn't avoid opportunity attacks or damaging terrain when moving.\"}]",
- "special_abilities_json": "[{\"name\":\"Ephemeral\",\"desc\":\"The will-o'-wisp can't wear or carry anything. In addition, it adds its WIS modifier to its AC (included above).\"},{\"name\":\"Incorporeal Movement\",\"desc\":\"The will-o'-wisp can move through other creatures and objects as if they were difficult terrain. It takes 5 (1d10) force damage if it ends its turn inside an object.\"},{\"name\":\"Variable Illumination\",\"desc\":\"The will-o'-wisp sheds bright light in a 5- to 20-foot radius and dim light for an additional number of feet equal to the chosen radius. The will-o'-wisp can alter the radius as a bonus action.\"},{\"name\":\"Undead Nature\",\"desc\":\"The will-o'-wisp doesn't require air, food, drink, or sleep.\"},{\"name\":\"Undead Resilience\",\"desc\":\"The will-o'-wisp is immune to poison damage, to exhaustion, and to the poisoned condition.\"}]",
- "reactions_json": "[{\"name\":\"Consume Life\",\"desc\":\"When a creature the will-o'-wisp can see within 15 feet of it is reduced to 0 HP, the will-o'-wisp can consume some of that creature's fading life. The will-o'-wisp gains 7 (2d6) temporary HP, and the creature has disadvantage on the next death save it makes before the end of the wisp's next turn.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "winter_wolf_bf",
- "fields": {
- "name": "Winter Wolf",
- "size": "large",
- "type": "Monstrosity",
- "armor_class": 13,
- "armor_desc": "natural armor",
- "hit_points": 76,
- "speed_json": "{\"walk\":50}",
- "strength": 16,
- "dexterity": 12,
- "constitution": 14,
- "intelligence": 6,
- "wisdom": 12,
- "charisma": 8,
- "strength_save": 16,
- "dexterity_save": 12,
- "constitution_save": 14,
- "intelligence_save": 6,
- "wisdom_save": 12,
- "charisma_save": 8,
- "perception": 15,
- "damage_resistances": "Monstrosity Resilience",
- "damage_immunities": "cold",
- "senses": "-",
- "languages": "Common,Giant,Winter Wolf",
- "challenge_rating": "3",
- "cr": 3,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The winter wolf makes two Bite attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) piercing damage plus 4 (1d8) cold damage. If the target is a creature, it must succeed on a DC 13 STR save or be knocked prone.\"},{\"name\":\"Cold Breath (Recharge 5-6)\",\"desc\":\"The winter wolf exhales a blast of freezing wind in a 15-foot cone. Each creature in that area must make a DC 13 DEX save, taking 18 (4d8) cold damage on a failed save, or half as much damage on a successful one.\"}]",
- "bonus_actions_json": "[{\"name\":\"Freezing Nose\",\"desc\":\"The winter wolf touches its nose to a creature it can see within 5 feet of it. The target must succeed on a DC 13 CON save or one of the following parts of its body (the winter wolf's choice) is encased in ice for 1 minute. The target can repeat the save at the end of each of its turns, ending the effect on itself on a success. If the target takes fire damage, it has advantage on the next save it makes to end the effect.\\n- **Body.** The target has disadvantage on CON saves and is vulnerable to the first instance of cold damage it takes each turn.\\n- **Head.** The target can't breathe or speak.\\n- **Lower Limb.** The target's speed is reduced to 0, and it has disadvantage on DEX checks and DEX saves.\\n- **Upper Limb.** The target has disadvantage on weapon attack rolls made with that limb.\"}]",
- "special_abilities_json": "[{\"name\":\"Heightened Hearing and Smell\",\"desc\":\"The winter wolf's Perception is 20 when perceiving by hearing or smell.\"},{\"name\":\"Monstrosity Resilience\",\"desc\":\"The winter wolf is resistant to exhaustion and to the frightened condition.\"},{\"name\":\"Pack Tactics\",\"desc\":\"The winter wolf has advantage on attack rolls against a creature if at least one of the winter wolf's allies is within 5 feet of the creature and the ally isn't incapacitated.\"},{\"name\":\"Snow Camouflage\",\"desc\":\"The winter wolf's Stealth is 18 while in snowy terrain.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "wood_herald_bf",
- "fields": {
- "name": "Wood Herald",
- "size": "small",
- "type": "Plant",
- "armor_class": 13,
- "armor_desc": "natural armor",
- "hit_points": 27,
- "speed_json": "{\"walk\":20,\"climb\":20}",
- "strength": 14,
- "dexterity": 12,
- "constitution": 12,
- "intelligence": 10,
- "wisdom": 12,
- "charisma": 10,
- "strength_save": 14,
- "dexterity_save": 12,
- "constitution_save": 12,
- "intelligence_save": 10,
- "wisdom_save": 12,
- "charisma_save": 10,
- "perception": 11,
- "damage_vulnerabilities": "fire",
- "damage_resistances": "Plant Resilience",
- "senses": "darkvision 60 ft.",
- "languages": "Common,Sylvan",
- "challenge_rating": "1/2",
- "cr": 0.5,
- "actions_json": "[{\"name\":\"Slam\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 7 (2d4+2) bludgeoning damage.\"},{\"name\":\"Wooden Greataxe\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 8 (1d12+2) slashing damage.\"},{\"name\":\"Hurl Thorn\",\"desc\":\"_Ranged Weapon Attack:_ +3 to hit, range 30/120 ft., one target. _Hit:_ 6 (2d4+1) piercing damage.\"}]",
- "special_abilities_json": "[{\"name\":\"Plant Camouflage\",\"desc\":\"The wood herald's Stealth is 18 while in any terrain with ample, obscuring plant life.\"},{\"name\":\"Plant Resilience\",\"desc\":\"The wood herald is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.\"},{\"name\":\"Woodland Walk\",\"desc\":\"Difficult terrain composed of nonmagical plants doesn't cost the wood herald extra movement. In addition, the herald can pass through nonmagical plants without being slowed by them and without taking damage from them if they have thorns, spines, or a similar hazard.\"}]",
- "reactions_json": "[{\"name\":\"Brambly Bark\",\"desc\":\"When a creature the wood herald can see hits it with a melee attack while within 5 feet of it, the herald can extend sharp brambles along its body, dealing 2 (1d4) piercing damage to the attacker.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "worg_bf",
- "fields": {
- "name": "Worg",
- "size": "large",
- "type": "Monstrosity",
- "subtype": "Animal",
- "armor_class": 13,
- "armor_desc": "natural armor",
- "hit_points": 25,
- "speed_json": "{\"walk\":30}",
- "strength": 16,
- "dexterity": 12,
- "constitution": 12,
- "intelligence": 6,
- "wisdom": 10,
- "charisma": 8,
- "strength_save": 16,
- "dexterity_save": 12,
- "constitution_save": 12,
- "intelligence_save": 6,
- "wisdom_save": 10,
- "charisma_save": 8,
- "perception": 14,
- "damage_resistances": "Monstrosity Resilience",
- "senses": "darkvision 60 ft.",
- "languages": "Goblin,Worg",
- "challenge_rating": "1/2",
- "cr": 0.5,
- "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) piercing damage. If the target is a creature, it must succeed on a DC 13 STR save or be knocked prone.\"}]",
- "bonus_actions_json": "[{\"name\":\"Loathsome Howl (1/Day)\",\"desc\":\"The worg unleashes an unnatural howl audible out to a distance of 300 feet. Each creature of the worg's choice within 30 feet of it must succeed on a DC 13 CHA save or be frightened of it for 1 minute. A frightened creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. Until it finishes a long rest, the worg can sense the direction but not the exact location of each creature that was frightened by Loathsome Howl.\"}]",
- "special_abilities_json": "[{\"name\":\"Heightened Hearing and Smell\",\"desc\":\"The worg's Perception is 19 while perceiving by hearing or smell.\"},{\"name\":\"Monstrosity Resilience\",\"desc\":\"The worg is resistant to exhaustion and to the frightened condition.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "wraith_bf",
- "fields": {
- "name": "Wraith",
- "size": "medium",
- "type": "Undead",
- "armor_class": 14,
- "hit_points": 85,
- "speed_json": "{\"walk\":0,\"fly_hover\":60}",
- "strength": 6,
- "dexterity": 18,
- "constitution": 16,
- "intelligence": 12,
- "wisdom": 14,
- "charisma": 14,
- "strength_save": 6,
- "dexterity_save": 18,
- "constitution_save": 16,
- "intelligence_save": 12,
- "wisdom_save": 14,
- "charisma_save": 14,
- "perception": 12,
- "damage_vulnerabilities": "radiant",
- "damage_resistances": "acid,cold,fire,lightning,thunder; bludgeoning,piercing,and slashing damage from nonmagical attacks",
- "damage_immunities": "necrotic,charmed,grappled,paralyzed,petrified,prone,restrained,Undead Resilience",
- "senses": "darkvision 60 ft.",
- "languages": "the languages it knew in life",
- "challenge_rating": "5",
- "cr": 5,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The wraith makes two Life Drain attacks.\"},{\"name\":\"Life Drain\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one creature. _Hit:_ 18 (4d6+4) necrotic damage. The target must succeed on a DC 15 CON save or its HP maximum is reduced by an amount equal to the damage taken. This reduction lasts until the target finishes a long rest. The target dies if this effect reduces its HP maximum to 0.\"},{\"name\":\"Create Specter\",\"desc\":\"The wraith targets one Humanoid it can see within 10 feet of it that has been dead for no longer than 1 minute and died violently. The target's spirit rises as a **specter** in the space of its corpse or in the nearest unoccupied space. The **specter** is under the wraith's control. The wraith can have no more than seven specters under its control at one time.\"}]",
- "bonus_actions_json": "[{\"name\":\"Trail of Death (Recharge 4-6)\",\"desc\":\"The wraith moves up to 30 feet in a straight line. This distance is not reduced by moving through creatures or objects, and this movement doesn't provoke opportunity attacks. The first time it enters a creature's space during this move, that creature must succeed on a DC 15 DEX save or be afflicted with wasting doom. While afflicted with wasting doom, a creature takes 3 (1d6) necrotic damage at the start of each of its turns. Wasting doom ends if a creature starts its turn in sunlight or regains HP.\"}]",
- "special_abilities_json": "[{\"name\":\"Incorporeal Movement\",\"desc\":\"The wraith can move through other creatures and objects as if they were difficult terrain. It takes 5 (1d10) force damage if it ends its turn inside an object.\"},{\"name\":\"Sunlight Sensitivity\",\"desc\":\"While in sunlight, the wraith has disadvantage on attack rolls, and its Perception is 7 when perceiving by sight.\"},{\"name\":\"Undead Nature\",\"desc\":\"The wraith doesn't require air, food, drink, or sleep.\"},{\"name\":\"Undead Resilience\",\"desc\":\"The wraith is immune to poison damage, to exhaustion, and to the poisoned condition.\"}]",
- "reactions_json": "[{\"name\":\"Unravel Life\",\"desc\":\"When a creature the wraith can see within 30 feet of it and that isn't a Construct or Undead regains HP, the wraith can corrupt the healing energies, halving the amount of healing that creature receives.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "wyrdling_bf",
- "fields": {
- "name": "Wyrdling",
- "size": "medium",
- "type": "Humanoid",
- "armor_class": 12,
- "hit_points": 40,
- "speed_json": "{\"walk\":30}",
- "strength": 10,
- "dexterity": 14,
- "constitution": 12,
- "intelligence": 12,
- "wisdom": 20,
- "charisma": 14,
- "strength_save": 10,
- "dexterity_save": 14,
- "constitution_save": 12,
- "intelligence_save": 12,
- "wisdom_save": 20,
- "charisma_save": 14,
- "perception": 13,
- "damage_resistances": "psychic,charmed,frightened",
- "senses": "-",
- "languages": "Common",
- "challenge_rating": "1",
- "cr": 1,
- "actions_json": "[{\"name\":\"Psychic Burst\",\"desc\":\"_Melee or Ranged Spell Attack:_ +5 to hit, reach 5 ft. or range 60 ft., one target. _Hit:_ 13 (3d6+3) psychic damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Pronounce Fate\",\"desc\":\"The wyrdling pronounces the fate, either fortune or doom (the wyrdling's choice), of one creature it can see within 30 feet of it. The target rolls a d4 and adds (fortune) or subtracts (doom) the number rolled to the next attack roll or save it makes before the start of the wyrdling's next turn.\"}]",
- "special_abilities_json": "[{\"name\":\"Intuition\",\"desc\":\"The wyrdling rolls two dice for initiative, taking the higher number. In addition, the wyrdling has advantage on WIS (Insight) checks.\"},{\"name\":\"Read Fate\",\"desc\":\"The wyrdling can spend 1 minute communing with fate on behalf of one creature that remains within 10 feet of it for the duration. The creature must ask a single question concerning a specific goal, event, or activity to occur within 7 days. At the end of the minute, the wyrdling pronounces the result of the target's inquiry. This trait works like the divination spell, except it can't be used to answer a specific creature's question more than once every 3 days, regardless if the creature asks a different question.\"}]",
- "reactions_json": "[{\"name\":\"Call on Fate\",\"desc\":\"When the wyrdling is attacked by a creature it can see, it can pluck the strands of fate around the creature, imposing disadvantage on that attack roll. If the attack misses, the wyrdling or one friendly creature it can see within 30 feet of it has advantage on the next attack roll it makes against the attacker before the end of the wyrdling's next turn.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "wyvern_bf",
- "fields": {
- "name": "Wyvern",
- "size": "large",
- "type": "Dragon",
- "armor_class": 13,
- "armor_desc": "natural armor",
- "hit_points": 147,
- "speed_json": "{\"walk\":20,\"fly\":80}",
- "strength": 18,
- "dexterity": 10,
- "constitution": 16,
- "intelligence": 4,
- "wisdom": 12,
- "charisma": 6,
- "strength_save": 18,
- "dexterity_save": 10,
- "constitution_save": 16,
- "intelligence_save": 4,
- "wisdom_save": 12,
- "charisma_save": 6,
- "perception": 14,
- "damage_vulnerabilities": "Clumsy",
- "damage_immunities": "poison,poisoned",
- "senses": "darkvision 60 ft.",
- "languages": "-",
- "challenge_rating": "6",
- "cr": 6,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The wyvern makes one Bite attack and one Stinger attack. While flying, it can replace one attack with a Claws attack.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one creature. _Hit:_ 11 (2d6+4) piercing damage.\"},{\"name\":\"Claws\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8+4) slashing damage.\"},{\"name\":\"Stinger\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 15 ft., one creature. _Hit:_ 15 (2d10+4) piercing damage plus 18 (4d8) poison damage. The target must succeed on a DC 15 CON save or be poisoned for 1 minute. A poisoned creature can repeat the save at the end of each of its turns, ending the effect on itself on a success.\"}]",
- "special_abilities_json": "[{\"name\":\"Clumsy\",\"desc\":\"While not flying, the wyvern is vulnerable to the grappled, prone, and restrained conditions.\"}]",
- "reactions_json": "[{\"name\":\"Reflexive Tail Whip\",\"desc\":\"When a creature moves into a space within 15 feet of the wyvern, it can whip its tail at the creature. The target must succeed on a DC 15 STR save or be knocked prone.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "xorn_bf",
- "fields": {
- "name": "Xorn",
- "size": "medium",
- "type": "Elemental",
- "armor_class": 19,
- "armor_desc": "natural armor",
- "hit_points": 111,
- "speed_json": "{\"walk\":20,\"burrow\":20}",
- "strength": 16,
- "dexterity": 10,
- "constitution": 22,
- "intelligence": 10,
- "wisdom": 10,
- "charisma": 10,
- "strength_save": 16,
- "dexterity_save": 10,
- "constitution_save": 22,
- "intelligence_save": 10,
- "wisdom_save": 10,
- "charisma_save": 10,
- "perception": 16,
- "damage_vulnerabilities": "thunder",
- "damage_resistances": "piercing and slashing damage from nonmagical attacks",
- "senses": "darkvision 60 ft., tremorsense 60 ft.",
- "languages": "Terran",
- "challenge_rating": "5",
- "cr": 5,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The xorn makes one Bite attack and three Claw attacks, or it makes three Lob Stone attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 13 (3d6+3) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 8 (2d4+3) slashing damage.\"},{\"name\":\"Lob Stone\",\"desc\":\"_Ranged Weapon Attack:_ +6 to hit, range 20/60 ft., one target. _Hit:_ 12 (2d8+3) bludgeoning damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Shard Belch\",\"desc\":\"The xorn belches a mixture of stomach gas and crystalline shards in a 15-foot cone. Each creature in the area must succeed on a DC 14 DEX save or be coated in miniscule, crystalline shards until the end of its next turn. A creature coated in shards suffers bouts of pain each time it moves, reducing its speed by 10 feet and imposing disadvantage on all weapon attack rolls.\"}]",
- "special_abilities_json": "[{\"name\":\"Earth Glide\",\"desc\":\"The xorn can burrow through nonmagical, unworked earth and stone. While doing so, the xorn doesn't disturb the material through which it moves.\"},{\"name\":\"Stone Camouflage\",\"desc\":\"The xorn's Stealth is 18 while in rocky terrain.\"},{\"name\":\"Treasure Sense\",\"desc\":\"The xorn can pinpoint, by scent, the location of precious metals and stones, such as coins and gems, within 60 feet of it.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "zombie_bf",
- "fields": {
- "name": "Zombie",
- "size": "medium",
- "type": "Undead",
- "group": "Zombies",
- "armor_class": 8,
- "hit_points": 16,
- "speed_json": "{\"walk\":20}",
- "strength": 14,
- "dexterity": 6,
- "constitution": 16,
- "intelligence": 2,
- "wisdom": 10,
- "charisma": 4,
- "strength_save": 14,
- "dexterity_save": 6,
- "constitution_save": 16,
- "intelligence_save": 2,
- "wisdom_save": 10,
- "charisma_save": 4,
- "perception": 10,
- "damage_immunities": "Undead Resilience",
- "senses": "darkvision 60 ft.",
- "languages": "understands the languages it knew in life but can't speak",
- "challenge_rating": "1/4",
- "cr": 0.25,
- "actions_json": "[{\"name\":\"Slam\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 5 (1d6+2) bludgeoning damage. The target is grappled (escape DC 12) if it is a Medium or smaller creature, and the zombie doesn't already have a creature grappled.\"}]",
- "bonus_actions_json": "[{\"name\":\"Rotten Hold\",\"desc\":\"The zombie gnaws idly on the creature grappled by it. The target must succeed on a DC 12 CON save or take 2 (1d4) poison damage. A Humanoid slain by this bonus action rises 24 hours later as a zombie, unless the Humanoid is restored to life or its body is destroyed.\"}]",
- "special_abilities_json": "[{\"name\":\"Undead Fortitude\",\"desc\":\"If damage reduces the zombie to 0 HP, it must make a CON save with a DC equal to 5 + the damage taken, unless the damage is radiant or from a critical hit. On a success, the zombie drops to 1 HP instead.\"},{\"name\":\"Undead Nature\",\"desc\":\"The zombie doesn't require air, food, drink, or sleep.\"},{\"name\":\"Undead Resilience\",\"desc\":\"The zombie is immune to poison damage, to exhaustion, and to the poisoned condition.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "ogre_zombie_bf",
- "fields": {
- "name": "Ogre Zombie",
- "size": "large",
- "type": "Undead",
- "group": "Zombies",
- "armor_class": 8,
- "hit_points": 72,
- "speed_json": "{\"walk\":30}",
- "strength": 18,
- "dexterity": 6,
- "constitution": 18,
- "intelligence": 2,
- "wisdom": 6,
- "charisma": 4,
- "strength_save": 18,
- "dexterity_save": 6,
- "constitution_save": 18,
- "intelligence_save": 2,
- "wisdom_save": 6,
- "charisma_save": 4,
- "perception": 8,
- "damage_immunities": "Undead Resilience",
- "senses": "darkvision 60 ft.",
- "languages": "understands Common and Giant but can't speak",
- "challenge_rating": "2",
- "cr": 2,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The ogre zombie makes two Greatclub attacks.\"},{\"name\":\"Greatclub\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8+4) bludgeoning damage.\"},{\"name\":\"Lumbering Charge (Recharge 5-6)\",\"desc\":\"The ogre zombie shoulders its weapon and charges forward, shoving into creatures on its way. It moves up to 20 feet in a straight line and can move through the space of any Medium or smaller creature. The first time it enters a creature's space during this move, that creature must make a DC 14 STR save. On a failure, a creature takes 14 (4d6) bludgeoning damage and is knocked prone. On a success, a creature takes half the damage and isn't knocked prone.\"}]",
- "special_abilities_json": "[{\"name\":\"Undead Fortitude\",\"desc\":\"If damage reduces the zombie to 0 HP, it must make a CON save with a DC equal to 5 + the damage taken, unless the damage is radiant or from a critical hit. On a success, the zombie drops to 1 HP instead.\"},{\"name\":\"Undead Nature\",\"desc\":\"The zombie doesn't require air, food, drink, or sleep.\"},{\"name\":\"Undead Resilience\",\"desc\":\"The zombie is immune to poison damage, to exhaustion, and to the poisoned condition.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "ape_bf",
- "fields": {
- "name": "Ape",
- "size": "medium",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 12,
- "hit_points": 25,
- "speed_json": "{\"walk\":30,\"climb\":30}",
- "strength": 20,
- "dexterity": 14,
- "constitution": 14,
- "intelligence": 6,
- "wisdom": 12,
- "charisma": 6,
- "strength_save": 20,
- "dexterity_save": 14,
- "constitution_save": 14,
- "intelligence_save": 6,
- "wisdom_save": 12,
- "charisma_save": 6,
- "perception": 13,
- "damage_resistances": "stunned",
- "senses": "-",
- "languages": "-",
- "challenge_rating": "1/2",
- "cr": 0.5,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The ape makes two Fist attacks. If both Fist attacks hit one Medium or smaller creature, the target is grappled (escape DC 13), and the ape can't grapple another creature.\"},{\"name\":\"Fist\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 5 (1d4+3) bludgeoning damage.\"},{\"name\":\"Rock\",\"desc\":\"_Ranged Weapon Attack:_ +5 to hit, range 25/50 ft., one target. _Hit:_ 7 (1d8+3) bludgeoning damage.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "ape_giant_bf",
- "fields": {
- "name": "Ape, Giant",
- "size": "huge",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 12,
- "hit_points": 176,
- "speed_json": "{\"walk\":40,\"climb\":40}",
- "strength": 26,
- "dexterity": 14,
- "constitution": 18,
- "intelligence": 6,
- "wisdom": 12,
- "charisma": 6,
- "strength_save": 26,
- "dexterity_save": 14,
- "constitution_save": 18,
- "intelligence_save": 6,
- "wisdom_save": 12,
- "charisma_save": 6,
- "perception": 14,
- "damage_resistances": "stunned",
- "senses": "-",
- "languages": "-",
- "challenge_rating": "7",
- "cr": 7,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The ape makes two Fist or Rock attacks. If both Fist attacks hit one Large or smaller creature, the target is grappled (escape DC 16). The ape has two fists, each of which can grapple only one target.\"},{\"name\":\"Fist\",\"desc\":\"_Melee Weapon Attack:_ +8 to hit, reach 10 ft., one target. _Hit:_ 27 (4d10+5) bludgeoning damage.\"},{\"name\":\"Rock\",\"desc\":\"_Ranged Weapon Attack:_ +8 to hit, range 50/100 ft., one target. _Hit:_ 23 (4d8+5) bludgeoning damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Throw\",\"desc\":\"One Large or smaller creature grappled by the ape is thrown up to 50 feet in a random direction and knocked prone. If a thrown target strikes a solid surface, the target takes 3 (1d6) bludgeoning damage for every 10 feet it was thrown. If the target is thrown at another creature, that creature must succeed on a DC 16 DEX save or take the same damage and be knocked prone.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "awakened_shrub_bf",
- "fields": {
- "name": "Awakened Shrub",
- "size": "small",
- "type": "Plant",
- "group": "Animals",
- "armor_class": 10,
- "hit_points": 9,
- "speed_json": "{\"walk\":20}",
- "strength": 2,
- "dexterity": 10,
- "constitution": 10,
- "intelligence": 10,
- "wisdom": 10,
- "charisma": 6,
- "strength_save": 2,
- "dexterity_save": 10,
- "constitution_save": 10,
- "intelligence_save": 10,
- "wisdom_save": 10,
- "charisma_save": 6,
- "perception": 10,
- "damage_vulnerabilities": "fire",
- "damage_resistances": "piercing,Plant Resilience",
- "senses": "-",
- "languages": "one language known by its creator",
- "challenge_rating": "0",
- "cr": 0,
- "actions_json": "[{\"name\":\"Rake\",\"desc\":\"_Melee Weapon Attack:_ +2 to hit, reach 5 ft., one target. _Hit:_ 2 (1d4) slashing damage.\"},{\"name\":\"Thorn\",\"desc\":\"_Ranged Weapon Attack:_ +2 to hit, range 15/30 ft., one target. _Hit:_ 2 (1d4) piercing damage.\"}]",
- "special_abilities_json": "[{\"name\":\"False Appearance\",\"desc\":\"While the shrub remains motionless, it is indistinguishable from a normal shrub.\"},{\"name\":\"Plant Resilience\",\"desc\":\"The shrub is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "awakened_tree_bf",
- "fields": {
- "name": "Awakened Tree",
- "size": "huge",
- "type": "Plant",
- "group": "Animals",
- "armor_class": 13,
- "armor_desc": "natural armor",
- "hit_points": 60,
- "speed_json": "{\"walk\":20}",
- "strength": 18,
- "dexterity": 6,
- "constitution": 14,
- "intelligence": 10,
- "wisdom": 10,
- "charisma": 6,
- "strength_save": 18,
- "dexterity_save": 6,
- "constitution_save": 14,
- "intelligence_save": 10,
- "wisdom_save": 10,
- "charisma_save": 6,
- "perception": 10,
- "damage_vulnerabilities": "fire",
- "damage_resistances": "bludgeoning,piercing,Plant Resilience",
- "senses": "-",
- "languages": "one language known by its creator",
- "challenge_rating": "2",
- "cr": 2,
- "actions_json": "[{\"name\":\"Slam\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 10 ft., one target. _Hit:_ 22 (4d8+4) bludgeoning damage.\"},{\"name\":\"Broken Branch\",\"desc\":\"_Ranged Weapon Attack:_ +6 to hit, range 20/60 ft., one target. _Hit:_ 18 (4d6+4) piercing damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Entangling Roots\",\"desc\":\"One creature on the ground the tree can see within 10 feet of it must succeed on a DC 14 STR save or be restrained by roots until the end of its next turn.\"}]",
- "special_abilities_json": "[{\"name\":\"False Appearance\",\"desc\":\"While the tree remains motionless, it is indistinguishable from a normal tree.\"},{\"name\":\"Plant Resilience\",\"desc\":\"The tree is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "axe_beak_bf",
- "fields": {
- "name": "Axe Beak",
- "size": "large",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 11,
- "hit_points": 13,
- "speed_json": "{\"walk\":50}",
- "strength": 14,
- "dexterity": 12,
- "constitution": 12,
- "intelligence": 2,
- "wisdom": 10,
- "charisma": 4,
- "strength_save": 14,
- "dexterity_save": 12,
- "constitution_save": 12,
- "intelligence_save": 2,
- "wisdom_save": 10,
- "charisma_save": 4,
- "perception": 12,
- "senses": "-",
- "languages": "-",
- "challenge_rating": "1/4",
- "cr": 0.25,
- "actions_json": "[{\"name\":\"Beak\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 6 (1d8+2) slashing damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Evasive\",\"desc\":\"The axe beak takes the Disengage or Dodge action.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "baboon_bf",
- "fields": {
- "name": "Baboon",
- "size": "small",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 11,
- "hit_points": 10,
- "speed_json": "{\"walk\":30,\"climb\":30}",
- "strength": 8,
- "dexterity": 12,
- "constitution": 10,
- "intelligence": 4,
- "wisdom": 12,
- "charisma": 6,
- "strength_save": 8,
- "dexterity_save": 12,
- "constitution_save": 10,
- "intelligence_save": 4,
- "wisdom_save": 12,
- "charisma_save": 6,
- "perception": 11,
- "senses": "darkvision 30 ft.",
- "languages": "-",
- "challenge_rating": "1/8",
- "cr": 0.125,
- "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one creature. _Hit:_ 3 (1d4+1) piercing damage.\"}]",
- "special_abilities_json": "[{\"name\":\"Pack Tactics\",\"desc\":\"The baboon has advantage on attack rolls against a creature if at least one of the baboon's allies is within 5 feet of the creature and the ally isn't incapacitated.\"}]",
- "reactions_json": "[{\"name\":\"Startling Display\",\"desc\":\"When a creature the baboon can see attacks it while within 5 feet of it, the baboon can bare its teeth, puff its chest, or emit a quick series of barks. The attacker must succeed on a DC 11 WIS save or have disadvantage on the attack roll.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "badger_bf",
- "fields": {
- "name": "Badger",
- "size": "tiny",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 10,
- "hit_points": 9,
- "speed_json": "{\"walk\":20,\"burrow\":10}",
- "strength": 4,
- "dexterity": 10,
- "constitution": 12,
- "intelligence": 2,
- "wisdom": 12,
- "charisma": 4,
- "strength_save": 4,
- "dexterity_save": 10,
- "constitution_save": 12,
- "intelligence_save": 2,
- "wisdom_save": 12,
- "charisma_save": 4,
- "perception": 11,
- "senses": "darkvision 30 ft.",
- "languages": "-",
- "challenge_rating": "0",
- "cr": 0,
- "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +2 to hit, reach 5 ft., one creature. _Hit:_ 2 (1d4) piercing damage.\"}]",
- "special_abilities_json": "[{\"name\":\"Grumpy\",\"desc\":\"When in combat, the badger attacks the creature that most recently dealt damage to it, provided that creature is within range or moving to it doesn't cause the badger to provoke opportunity attacks. The badger otherwise attacks the nearest hostile creature.\"},{\"name\":\"Heightened Smell\",\"desc\":\"The badger's Perception is 16 when perceiving by smell.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "badger_giant_bf",
- "fields": {
- "name": "Badger, Giant",
- "size": "medium",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 10,
- "hit_points": 15,
- "speed_json": "{\"walk\":30,\"burrow\":15}",
- "strength": 12,
- "dexterity": 10,
- "constitution": 14,
- "intelligence": 2,
- "wisdom": 12,
- "charisma": 4,
- "strength_save": 12,
- "dexterity_save": 10,
- "constitution_save": 14,
- "intelligence_save": 2,
- "wisdom_save": 12,
- "charisma_save": 4,
- "perception": 11,
- "damage_resistances": "frightened",
- "senses": "darkvision 30 ft.",
- "languages": "-",
- "challenge_rating": "1/4",
- "cr": 0.25,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The badger makes one Bite attack and one Claws attack.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one creature. _Hit:_ 4 (1d6+1) piercing damage.\"},{\"name\":\"Claws\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 3 (1d4+1) slashing damage.\"}]",
- "special_abilities_json": "[{\"name\":\"Grumpy\",\"desc\":\"When in combat, the badger attacks the creature that most recently dealt damage to it, provided that creature is within range or moving to it doesn't cause the badger to provoke opportunity attacks. The badger otherwise attacks the nearest hostile creature.\"},{\"name\":\"Heightened Smell\",\"desc\":\"The badger's Perception is 16 when perceiving by smell.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "bat_bf",
- "fields": {
- "name": "Bat",
- "size": "tiny",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 11,
- "hit_points": 8,
- "speed_json": "{\"walk\":5,\"fly\":30}",
- "strength": 2,
- "dexterity": 12,
- "constitution": 8,
- "intelligence": 2,
- "wisdom": 12,
- "charisma": 4,
- "strength_save": 2,
- "dexterity_save": 12,
- "constitution_save": 8,
- "intelligence_save": 2,
- "wisdom_save": 12,
- "charisma_save": 4,
- "perception": 11,
- "damage_vulnerabilities": "deafened",
- "damage_resistances": "blinded",
- "senses": "keensense 60 ft.",
- "languages": "-",
- "challenge_rating": "0",
- "cr": 0,
- "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one creature. _Hit:_ 3 (1d4+1) piercing damage.\"}]",
- "special_abilities_json": "[{\"name\":\"Echolocation\",\"desc\":\"The bat can't use its keensense while deafened.\"},{\"name\":\"Heightened Hearing\",\"desc\":\"The bat's Perception is 16 when perceiving by hearing.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "bat_giant_bf",
- "fields": {
- "name": "Bat, Giant",
- "size": "large",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 12,
- "hit_points": 15,
- "speed_json": "{\"walk\":10,\"fly\":60}",
- "strength": 14,
- "dexterity": 14,
- "constitution": 10,
- "intelligence": 2,
- "wisdom": 12,
- "charisma": 6,
- "strength_save": 14,
- "dexterity_save": 14,
- "constitution_save": 10,
- "intelligence_save": 2,
- "wisdom_save": 12,
- "charisma_save": 6,
- "perception": 11,
- "damage_vulnerabilities": "deafened",
- "damage_resistances": "blinded",
- "senses": "keensense 60 ft.",
- "languages": "-",
- "challenge_rating": "1/4",
- "cr": 0.25,
- "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 5 (1d6+2) piercing damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Dizzying Screech\",\"desc\":\"The bat releases a dizzying screech at one creature within 10 feet of it. If the target can hear the screech, it must succeed on a DC 12 CON save or be disoriented until the end of its next turn. When a disoriented creature moves, it moves in a random direction.\"}]",
- "special_abilities_json": "[{\"name\":\"Echolocation\",\"desc\":\"The bat can't use its keensense while deafened.\"},{\"name\":\"Heightened Hearing\",\"desc\":\"The bat's Perception is 16 when perceiving by hearing.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "bat_swarm_of_bats_bf",
- "fields": {
- "name": "Bat, Swarm of Bats",
- "size": "medium",
- "type": "Swarm",
- "group": "Animals",
- "armor_class": 12,
- "hit_points": 14,
- "speed_json": "{\"walk\":0,\"fly\":30}",
- "strength": 4,
- "dexterity": 14,
- "constitution": 10,
- "intelligence": 2,
- "wisdom": 12,
- "charisma": 4,
- "strength_save": 4,
- "dexterity_save": 14,
- "constitution_save": 10,
- "intelligence_save": 2,
- "wisdom_save": 12,
- "charisma_save": 4,
- "perception": 11,
- "damage_vulnerabilities": "deafened",
- "damage_resistances": "blinded,Swarm Resilience",
- "damage_immunities": "Swarm Resilience",
- "senses": "keensense 60 ft.",
- "languages": "-",
- "challenge_rating": "1/4",
- "cr": 0.25,
- "actions_json": "[{\"name\":\"Bites\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 0 ft., one creature in the swarm's space. _Hit:_ 7 (2d6) piercing damage, or 3 (1d6) piercing damage if the swarm has half of its HP or fewer.\"}]",
- "special_abilities_json": "[{\"name\":\"Cacophonous Swarm\",\"desc\":\"A creature in the swarm's space that casts a spell with a verbal component must succeed on a DC 12 CON save or the spell fails to cast, expending the action required to cast it but not the spell slot or daily use.\"},{\"name\":\"Echolocation\",\"desc\":\"The swarm can't use its keensense while deafened.\"},{\"name\":\"Heightened Hearing\",\"desc\":\"The swarm's Perception is 16 when perceiving by hearing.\"},{\"name\":\"Swarm\",\"desc\":\"The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny bat. The swarm can't regain HP or gain temporary HP.\"},{\"name\":\"Swarm Resilience\",\"desc\":\"The swarm is resistant to bludgeoning, piercing, and slashing damage, and it is immune to the charmed, frightened, grappled, paralyzed, petrified, prone, restrained, and stunned conditions.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "bear_black_bf",
- "fields": {
- "name": "Bear, Black",
- "size": "medium",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 11,
- "armor_desc": "natural armor",
- "hit_points": 25,
- "speed_json": "{\"walk\":40,\"climb\":30}",
- "strength": 14,
- "dexterity": 10,
- "constitution": 14,
- "intelligence": 2,
- "wisdom": 12,
- "charisma": 6,
- "strength_save": 14,
- "dexterity_save": 10,
- "constitution_save": 14,
- "intelligence_save": 2,
- "wisdom_save": 12,
- "charisma_save": 6,
- "perception": 13,
- "senses": "-",
- "languages": "-",
- "challenge_rating": "1/2",
- "cr": 0.5,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The bear makes one Bite attack and one Claws attack.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 5 (1d6+2) piercing damage.\"},{\"name\":\"Claws\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 4 (1d4+2) slashing damage.\"}]",
- "special_abilities_json": "[{\"name\":\"Heightened Smell\",\"desc\":\"The bear's Perception is 18 when perceiving by smell.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "bear_brown_bf",
- "fields": {
- "name": "Bear, Brown",
- "size": "large",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 11,
- "armor_desc": "natural armor",
- "hit_points": 44,
- "speed_json": "{\"walk\":40,\"climb\":30}",
- "strength": 18,
- "dexterity": 10,
- "constitution": 16,
- "intelligence": 2,
- "wisdom": 12,
- "charisma": 6,
- "strength_save": 18,
- "dexterity_save": 10,
- "constitution_save": 16,
- "intelligence_save": 2,
- "wisdom_save": 12,
- "charisma_save": 6,
- "perception": 13,
- "senses": "-",
- "languages": "-",
- "challenge_rating": "1",
- "cr": 1,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The brown bear makes one Bite attack and one Claws attack. If both attacks hit one creature, the target is grappled (escape DC 14). The bear can grapple only one creature at a time.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one creature. _Hit:_ 8 (1d8+4) piercing damage.\"},{\"name\":\"Claws\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 9 (2d4+4) slashing damage.\"}]",
- "special_abilities_json": "[{\"name\":\"Heightened Smell\",\"desc\":\"The bear's Perception is 18 when perceiving by smell.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "bear_polar_bf",
- "fields": {
- "name": "Bear, Polar",
- "size": "large",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 12,
- "armor_desc": "natural armor",
- "hit_points": 60,
- "speed_json": "{\"walk\":40,\"swim\":30}",
- "strength": 20,
- "dexterity": 10,
- "constitution": 16,
- "intelligence": 2,
- "wisdom": 12,
- "charisma": 6,
- "strength_save": 20,
- "dexterity_save": 10,
- "constitution_save": 16,
- "intelligence_save": 2,
- "wisdom_save": 12,
- "charisma_save": 6,
- "perception": 13,
- "damage_resistances": "cold",
- "senses": "-",
- "languages": "-",
- "challenge_rating": "2",
- "cr": 2,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The polar bear makes one Bite attack and one Claws attack. If both attacks hit one creature, the target is grappled (escape DC 15). The bear can grapple only one creature at a time.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one creature. _Hit:_ 9 (1d8+5) piercing damage.\"},{\"name\":\"Claws\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 12 (2d6+5) slashing damage.\"}]",
- "special_abilities_json": "[{\"name\":\"Heightened Smell\",\"desc\":\"The bear's Perception is 18 when perceiving by smell.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "boar_bf",
- "fields": {
- "name": "Boar",
- "size": "medium",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 11,
- "armor_desc": "natural armor",
- "hit_points": 15,
- "speed_json": "{\"walk\":40}",
- "strength": 14,
- "dexterity": 10,
- "constitution": 12,
- "intelligence": 2,
- "wisdom": 8,
- "charisma": 4,
- "strength_save": 14,
- "dexterity_save": 10,
- "constitution_save": 12,
- "intelligence_save": 2,
- "wisdom_save": 8,
- "charisma_save": 4,
- "perception": 9,
- "senses": "-",
- "languages": "-",
- "challenge_rating": "1/4",
- "cr": 0.25,
- "actions_json": "[{\"name\":\"Tusk\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 5 (1d6+2) slashing damage.\"}]",
- "special_abilities_json": "[{\"name\":\"Charge\",\"desc\":\"If the boar moves at least 20 feet straight toward a target and then hits it with a Tusk attack on the same turn, the target takes an extra 3 (1d6) slashing damage. If the target is a creature, it must succeed on a DC 12 STR save or be knocked prone.\"},{\"name\":\"Relentless (Recharges after a Short or Long Rest)\",\"desc\":\"If the boar takes 4 damage or less that would reduce it to 0 HP, it is reduced to 1 HP instead.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "boar_giant_bf",
- "fields": {
- "name": "Boar, Giant",
- "size": "large",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 12,
- "armor_desc": "natural armor",
- "hit_points": 63,
- "speed_json": "{\"walk\":40}",
- "strength": 16,
- "dexterity": 10,
- "constitution": 16,
- "intelligence": 2,
- "wisdom": 6,
- "charisma": 4,
- "strength_save": 16,
- "dexterity_save": 10,
- "constitution_save": 16,
- "intelligence_save": 2,
- "wisdom_save": 6,
- "charisma_save": 4,
- "perception": 8,
- "senses": "-",
- "languages": "-",
- "challenge_rating": "2",
- "cr": 2,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The giant boar makes two Tusk attacks. If both attacks hit one creature, the target must succeed on a DC 13 STR save or be knocked prone.\"},{\"name\":\"Tusk\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) slashing damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Challenging Snort\",\"desc\":\"The boar snorts and stomps its feet at a creature it can see within 30 feet of it. The target must succeed on a DC 13 WIS save or be frightened until the end of its next turn and have disadvantage on the next save it makes against being knocked prone by the boar.\"}]",
- "special_abilities_json": "[{\"name\":\"Charge\",\"desc\":\"If the boar moves at least 20 feet straight toward a target and then hits it with a Tusk attack on the same turn, the target takes an extra 7 (2d6) slashing damage. If the target is a creature, it must succeed on a DC 13 STR save or be knocked prone.\"},{\"name\":\"Relentless (Recharges after a Short or Long Rest)\",\"desc\":\"If the boar takes 10 damage or less that would reduce it to 0 HP, it is reduced to 1 HP instead.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "camel_bf",
- "fields": {
- "name": "Camel",
- "size": "large",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 10,
- "hit_points": 10,
- "speed_json": "{\"walk\":50}",
- "strength": 14,
- "dexterity": 10,
- "constitution": 14,
- "intelligence": 2,
- "wisdom": 8,
- "charisma": 4,
- "strength_save": 14,
- "dexterity_save": 10,
- "constitution_save": 14,
- "intelligence_save": 2,
- "wisdom_save": 8,
- "charisma_save": 4,
- "perception": 9,
- "damage_resistances": "Camel Resilience",
- "senses": "-",
- "languages": "-",
- "challenge_rating": "1/8",
- "cr": 0.125,
- "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 4 (1d4+2) bludgeoning damage.\"},{\"name\":\"Bile Spit\",\"desc\":\"_Ranged Weapon Attack:_ +2 to hit, range 20/60 ft., one creature. _Hit:_ 2 (1d4) acid damage, and the target must succeed on a DC 12 CON save or be smelly for 1 hour or until a creature spends 1 minute cleaning off the spit. A smelly creature has disadvantage on CHA checks.\"}]",
- "special_abilities_json": "[{\"name\":\"Camel Resilience\",\"desc\":\"The camel is resistant to exhaustion, and it requires only half the amount of water that a typical Beast of its size needs.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "cat_bf",
- "fields": {
- "name": "Cat",
- "size": "tiny",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 11,
- "hit_points": 8,
- "speed_json": "{\"walk\":40,\"climb\":30}",
- "strength": 2,
- "dexterity": 12,
- "constitution": 10,
- "intelligence": 2,
- "wisdom": 12,
- "charisma": 6,
- "strength_save": 2,
- "dexterity_save": 12,
- "constitution_save": 10,
- "intelligence_save": 2,
- "wisdom_save": 12,
- "charisma_save": 6,
- "perception": 13,
- "senses": "darkvision 30 ft.",
- "languages": "-",
- "challenge_rating": "0",
- "cr": 0,
- "actions_json": "[{\"name\":\"Claws\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one creature. _Hit:_ 3 (1d4+1) slashing damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Charming Mewl\",\"desc\":\"The cat emits a soft, high-pitched meow at a creature it can see within 10 feet of it. The target must succeed on a DC 11 CHA save or be charmed until the end of its next turn. If a creature's save is successful or the effect ends for it, the creature is immune to the cat's Charming Mewl for the next 24 hours.\"}]",
- "special_abilities_json": "[{\"name\":\"Heightened Smell\",\"desc\":\"The cat's Perception is 18 when perceiving by smell.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "crab_bf",
- "fields": {
- "name": "Crab",
- "size": "tiny",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 11,
- "armor_desc": "natural armor",
- "hit_points": 9,
- "speed_json": "{\"walk\":20,\"swim\":20}",
- "strength": 2,
- "dexterity": 10,
- "constitution": 10,
- "intelligence": 1,
- "wisdom": 8,
- "charisma": 2,
- "strength_save": 2,
- "dexterity_save": 10,
- "constitution_save": 10,
- "intelligence_save": 1,
- "wisdom_save": 8,
- "charisma_save": 2,
- "perception": 9,
- "damage_vulnerabilities": "bludgeoning",
- "damage_resistances": "slashing",
- "senses": "keensense 30 ft.",
- "languages": "-",
- "challenge_rating": "0",
- "cr": 0,
- "actions_json": "[{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +2 to hit, reach 5 ft., one creature. _Hit:_ 2 (1d4) bludgeoning damage, and the crab attaches to the target. While attached, the crab can't attack, and at the start of each of the crab's turns, the target takes 2 (1d4) bludgeoning damage. The attached crab moves with the target whenever the target moves, requiring none of the crab's movement. It can detach itself by spending 5 feet of its movement on its turn. A creature, including the target, can use its action to detach the crab.\"}]",
- "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The crab can breathe air and water.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "crab_giant_bf",
- "fields": {
- "name": "Crab, Giant",
- "size": "medium",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 15,
- "armor_desc": "natural armor",
- "hit_points": 13,
- "speed_json": "{\"walk\":30,\"swim\":30}",
- "strength": 14,
- "dexterity": 14,
- "constitution": 10,
- "intelligence": 1,
- "wisdom": 8,
- "charisma": 2,
- "strength_save": 14,
- "dexterity_save": 14,
- "constitution_save": 10,
- "intelligence_save": 1,
- "wisdom_save": 8,
- "charisma_save": 2,
- "perception": 9,
- "damage_vulnerabilities": "bludgeoning",
- "damage_resistances": "slashing",
- "senses": "keensense 30 ft.",
- "languages": "-",
- "challenge_rating": "1/4",
- "cr": 0.25,
- "actions_json": "[{\"name\":\"Pincer\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 5 (1d6+2) bludgeoning damage, and the target is grappled (escape DC 12). The crab has two pincers, each of which can grapple only one target.\"}]",
- "bonus_actions_json": "[{\"name\":\"Pincer Pinch\",\"desc\":\"One breathing creature grappled by the crab must succeed on a DC 12 STR save or be unable to speak or cast spells with verbal components and begin suffocating, as the crab squeezes the air from the target's lungs. This effect lasts until the grapple ends.\"}]",
- "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The crab can breathe air and water.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "crocodile_bf",
- "fields": {
- "name": "Crocodile",
- "size": "large",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 12,
- "armor_desc": "natural armor",
- "hit_points": 25,
- "speed_json": "{\"walk\":20,\"swim\":30}",
- "strength": 14,
- "dexterity": 10,
- "constitution": 12,
- "intelligence": 2,
- "wisdom": 10,
- "charisma": 4,
- "strength_save": 14,
- "dexterity_save": 10,
- "constitution_save": 12,
- "intelligence_save": 2,
- "wisdom_save": 10,
- "charisma_save": 4,
- "perception": 10,
- "damage_resistances": "charmed",
- "senses": "-",
- "languages": "-",
- "challenge_rating": "1/2",
- "cr": 0.5,
- "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 6 (1d8+2) piercing damage, and the target is grappled (escape DC 12). Until this grapple ends, the target is restrained, and the crocodile can't Bite another target.\"}]",
- "bonus_actions_json": "[{\"name\":\"Death Roll\",\"desc\":\"One creature grappled by the crocodile must make a DC 12 STR save, taking 5 (2d4) slashing damage on a failed save, or half as much damage on a successful one.\"}]",
- "special_abilities_json": "[{\"name\":\"Hold Breath\",\"desc\":\"The crocodile can hold its breath for 15 minutes.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "crocodile_giant_bf",
- "fields": {
- "name": "Crocodile, Giant",
- "size": "huge",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 14,
- "armor_desc": "natural armor",
- "hit_points": 120,
- "speed_json": "{\"walk\":30,\"swim\":50}",
- "strength": 26,
- "dexterity": 8,
- "constitution": 16,
- "intelligence": 2,
- "wisdom": 10,
- "charisma": 6,
- "strength_save": 26,
- "dexterity_save": 8,
- "constitution_save": 16,
- "intelligence_save": 2,
- "wisdom_save": 10,
- "charisma_save": 6,
- "perception": 10,
- "damage_resistances": "charmed",
- "senses": "-",
- "languages": "-",
- "challenge_rating": "5",
- "cr": 5,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The crocodile makes one Bite attack and one Tail attack.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +8 to hit, reach 5 ft., one creature. _Hit:_ 21 (3d10+5) piercing damage, and the target is grappled (escape DC 16). Until this grapple ends, the target is restrained, and the crocodile can't Bite another target.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +8 to hit, reach 10 ft., one target not grappled by the crocodile. _Hit:_ 14 (2d8+5) bludgeoning damage. If the target is a creature, it must succeed on a DC 16 STR save or be knocked prone.\"}]",
- "bonus_actions_json": "[{\"name\":\"Death Roll\",\"desc\":\"One creature grappled by the crocodile must make a DC 16 STR save, taking 7 (2d6) slashing damage on a failed save, or half as much damage on a successful one.\"}]",
- "special_abilities_json": "[{\"name\":\"Hold Breath\",\"desc\":\"The crocodile can hold its breath for 30 minutes.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "deer_bf",
- "fields": {
- "name": "Deer",
- "size": "medium",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 13,
- "hit_points": 8,
- "speed_json": "{\"walk\":50}",
- "strength": 10,
- "dexterity": 16,
- "constitution": 10,
- "intelligence": 2,
- "wisdom": 14,
- "charisma": 4,
- "strength_save": 10,
- "dexterity_save": 16,
- "constitution_save": 10,
- "intelligence_save": 2,
- "wisdom_save": 14,
- "charisma_save": 4,
- "perception": 12,
- "damage_vulnerabilities": "frightened",
- "senses": "-",
- "languages": "-",
- "challenge_rating": "0",
- "cr": 0,
- "actions_json": "[{\"name\":\"Kick\",\"desc\":\"_Melee Weapon Attack:_ +2 to hit, reach 5 ft., one creature. _Hit:_ 2 (1d4) bludgeoning damage, and if the target is a Large or smaller creature, it must succeed on a DC 10 STR save or be knocked prone.\"}]",
- "bonus_actions_json": "[{\"name\":\"Skittish\",\"desc\":\"The deer takes the Dash or Disengage action.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "eagle_bf",
- "fields": {
- "name": "Eagle",
- "size": "small",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 11,
- "hit_points": 8,
- "speed_json": "{\"walk\":10,\"fly\":60}",
- "strength": 6,
- "dexterity": 12,
- "constitution": 10,
- "intelligence": 2,
- "wisdom": 14,
- "charisma": 6,
- "strength_save": 6,
- "dexterity_save": 12,
- "constitution_save": 10,
- "intelligence_save": 2,
- "wisdom_save": 14,
- "charisma_save": 6,
- "perception": 14,
- "damage_vulnerabilities": "blinded",
- "senses": "-",
- "languages": "-",
- "challenge_rating": "0",
- "cr": 0,
- "actions_json": "[{\"name\":\"Talons\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one creature. _Hit:_ 3 (1d4+1) slashing damage.\"}]",
- "special_abilities_json": "[{\"name\":\"Heightened Sight\",\"desc\":\"The eagle's Perception is 19 when perceiving by sight.\"},{\"name\":\"Seabird\",\"desc\":\"The eagle can swim up to 30 feet on its turn, but it must start and end its movement either flying or on a solid surface, such as a ship or beach. If it is swimming at the end of its turn, it must succeed on a DC 10 CON save or it immediately begins to sink and suffocate. A suffocating eagle must succeed on a DC 8 STR check to fly out of the substance where it is sinking.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "eagle_giant_bf",
- "fields": {
- "name": "Eagle, Giant",
- "size": "large",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 13,
- "hit_points": 40,
- "speed_json": "{\"walk\":10,\"fly\":80}",
- "strength": 16,
- "dexterity": 16,
- "constitution": 12,
- "intelligence": 8,
- "wisdom": 14,
- "charisma": 10,
- "strength_save": 16,
- "dexterity_save": 16,
- "constitution_save": 12,
- "intelligence_save": 8,
- "wisdom_save": 14,
- "charisma_save": 10,
- "perception": 14,
- "damage_vulnerabilities": "blinded",
- "senses": "-",
- "languages": "Giant Eagle,understands Common and Auran but can't speak them",
- "challenge_rating": "1",
- "cr": 1,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The eagle makes one Beak attack and one Talons attack.\"},{\"name\":\"Beak\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 6 (1d6+3) piercing damage.\"},{\"name\":\"Talons\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) slashing damage, and the target is grappled (escape DC 13) if it is a Medium or smaller creature. Until this grapple ends, the target is restrained, and the eagle can't use its Talons on another target.\"}]",
- "special_abilities_json": "[{\"name\":\"Heightened Sight\",\"desc\":\"The eagle's Perception is 19 when perceiving by sight.\"},{\"name\":\"Seabird\",\"desc\":\"The eagle can swim up to 40 feet on its turn, but it must start and end its movement either flying or on a solid surface, such as a ship or beach. If it is swimming at the end of its turn, it must succeed on a DC 11 CON save or it immediately begins to sink and suffocate. A suffocating eagle must succeed on a DC 13 STR check to fly out of the substance where it is sinking.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "elephant_bf",
- "fields": {
- "name": "Elephant",
- "size": "huge",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 12,
- "armor_desc": "natural armor",
- "hit_points": 105,
- "speed_json": "{\"walk\":40}",
- "strength": 20,
- "dexterity": 8,
- "constitution": 16,
- "intelligence": 2,
- "wisdom": 10,
- "charisma": 6,
- "strength_save": 20,
- "dexterity_save": 8,
- "constitution_save": 16,
- "intelligence_save": 2,
- "wisdom_save": 10,
- "charisma_save": 6,
- "perception": 12,
- "damage_resistances": "prone",
- "senses": "-",
- "languages": "-",
- "challenge_rating": "4",
- "cr": 4,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The elephant makes two Gore attacks.\"},{\"name\":\"Gore\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 16 (2d10+5) piercing damage.\"},{\"name\":\"Stomp\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one prone creature. _Hit:_ 14 (2d8+5) bludgeoning damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Trunk Grab\",\"desc\":\"The elephant grabs one Large or smaller creature within 10 feet of it. The target must succeed on a DC 15 STR save or be grappled (escape DC 15). The elephant can grapple only one creature at a time.\"}]",
- "special_abilities_json": "[{\"name\":\"Trampling Charge\",\"desc\":\"If the elephant moves at least 20 feet straight toward a creature and then hits it with a Gore attack on the same turn, that target must succeed on a DC 15 STR save or be knocked prone. If the target is prone, the elephant can make one Stomp attack against it as a bonus action.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "elk_bf",
- "fields": {
- "name": "Elk",
- "size": "large",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 10,
- "hit_points": 15,
- "speed_json": "{\"walk\":50}",
- "strength": 14,
- "dexterity": 10,
- "constitution": 12,
- "intelligence": 2,
- "wisdom": 10,
- "charisma": 6,
- "strength_save": 14,
- "dexterity_save": 10,
- "constitution_save": 12,
- "intelligence_save": 2,
- "wisdom_save": 10,
- "charisma_save": 6,
- "perception": 10,
- "senses": "-",
- "languages": "-",
- "challenge_rating": "1/4",
- "cr": 0.25,
- "actions_json": "[{\"name\":\"Ram\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 5 (1d6+2) bludgeoning damage.\"},{\"name\":\"Kick\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 4 (1d4+2) bludgeoning damage, and the target must succeed on a DC 12 STR save or be pushed up to 10 feet away from the elk.\"}]",
- "special_abilities_json": "[{\"name\":\"Charge\",\"desc\":\"If the elk moves at least 20 feet straight toward a target and then hits it with a Ram attack on the same turn, the target takes an extra 3 (1d6) bludgeoning damage. If the target is a creature, it must succeed on a DC 12 STR save or be knocked prone.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "elk_giant_bf",
- "fields": {
- "name": "Elk, Giant",
- "size": "huge",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 14,
- "armor_desc": "natural armor",
- "hit_points": 60,
- "speed_json": "{\"walk\":60}",
- "strength": 18,
- "dexterity": 16,
- "constitution": 14,
- "intelligence": 6,
- "wisdom": 14,
- "charisma": 10,
- "strength_save": 18,
- "dexterity_save": 16,
- "constitution_save": 14,
- "intelligence_save": 6,
- "wisdom_save": 14,
- "charisma_save": 10,
- "perception": 14,
- "senses": "-",
- "languages": "Giant Elk,understands Common,Elvish,and Sylvan but can't speak them",
- "challenge_rating": "2",
- "cr": 2,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The elk makes one Ram attack and one Kick attack.\"},{\"name\":\"Ram\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 10 ft., one target. _Hit:_ 11 (2d6+4) bludgeoning damage.\"},{\"name\":\"Kick\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 9 (2d4+4) bludgeoning damage, and the target must succeed on a DC 14 STR save or be pushed up to 15 feet away from the elk.\"}]",
- "bonus_actions_json": "[{\"name\":\"Bolstering Bugle (27 HP or Higher)\",\"desc\":\"The elk bugles its might at its opponents, bolstering its confidence. It has advantage on the next attack roll it makes before the start of its next turn.\"}]",
- "special_abilities_json": "[{\"name\":\"Charge\",\"desc\":\"If the elk moves at least 20 feet straight toward a target and then hits it with a Ram attack on the same turn, the target takes an extra 7 (2d6) bludgeoning damage. If the target is a creature, it must succeed on a DC 14 STR save or be knocked prone.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "frog_bf",
- "fields": {
- "name": "Frog",
- "size": "tiny",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 10,
- "hit_points": 9,
- "speed_json": "{\"walk\":20,\"swim\":20}",
- "strength": 1,
- "dexterity": 10,
- "constitution": 8,
- "intelligence": 1,
- "wisdom": 8,
- "charisma": 2,
- "strength_save": 1,
- "dexterity_save": 10,
- "constitution_save": 8,
- "intelligence_save": 1,
- "wisdom_save": 8,
- "charisma_save": 2,
- "perception": 11,
- "damage_resistances": "grappled",
- "senses": "darkvision 30 ft.",
- "languages": "-",
- "challenge_rating": "0",
- "cr": 0,
- "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +2 to hit, reach 5 ft., one creature. _Hit:_ 2 (1d4) bludgeoning damage.\"}]",
- "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The frog can breathe air and water.\"},{\"name\":\"Standing Leap\",\"desc\":\"The frog's long jump is up to 10 feet and its high jump is up to 5 feet, with or without a running start.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "frog_giant_bf",
- "fields": {
- "name": "Frog, Giant",
- "size": "medium",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 11,
- "hit_points": 15,
- "speed_json": "{\"walk\":20,\"swim\":40}",
- "strength": 14,
- "dexterity": 12,
- "constitution": 10,
- "intelligence": 2,
- "wisdom": 10,
- "charisma": 2,
- "strength_save": 14,
- "dexterity_save": 12,
- "constitution_save": 10,
- "intelligence_save": 2,
- "wisdom_save": 10,
- "charisma_save": 2,
- "perception": 12,
- "damage_resistances": "grappled",
- "senses": "darkvision 30 ft.",
- "languages": "-",
- "challenge_rating": "1/4",
- "cr": 0.25,
- "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 5 (1d6+2) piercing damage, and the target is grappled (escape DC 12). Until this grapple ends, the target is restrained, and the frog can't Bite another target.\"},{\"name\":\"Swallow\",\"desc\":\"The frog makes one Bite attack against a Small or smaller target it is grappling. If the attack hits, the target is swallowed, and the grapple ends. The swallowed target is blinded and restrained, it has total cover against attacks and other effects outside the frog, and it takes 5 (2d4) acid damage at the start of each of the frog's turns. The frog can have only one target swallowed at a time. If the frog takes any damage from the swallowed creature, the frog must succeed on a DC 10 CON save at the end of that turn or regurgitate the creature, which falls prone in a space within 5 feet of the frog. If the frog dies, a swallowed creature is no longer restrained by it and can escape from the corpse using 5 feet of movement, exiting prone.\"}]",
- "bonus_actions_json": "[{\"name\":\"Reeling Tongue\",\"desc\":\"The frog lashes out its tongue at one Medium or smaller creature it can see within 15 feet of it. The target must succeed on a DC 12 STR save or be pulled up to 10 feet closer to the frog.\"}]",
- "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The frog can breathe air and water.\"},{\"name\":\"Standing Leap\",\"desc\":\"The frog's long jump is up to 20 feet and its high jump is up to 10 feet, with or without a running start.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "frog_giant_poisonous_bf",
- "fields": {
- "name": "Frog, Giant Poisonous",
- "size": "large",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 11,
- "hit_points": 44,
- "speed_json": "{\"walk\":30,\"swim\":30}",
- "strength": 16,
- "dexterity": 12,
- "constitution": 12,
- "intelligence": 2,
- "wisdom": 10,
- "charisma": 2,
- "strength_save": 16,
- "dexterity_save": 12,
- "constitution_save": 12,
- "intelligence_save": 2,
- "wisdom_save": 10,
- "charisma_save": 2,
- "perception": 10,
- "senses": "darkvision 30 ft.",
- "languages": "-",
- "challenge_rating": "1",
- "cr": 1,
- "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one creature. _Hit:_ 8 (1d10+3) piercing damage plus 5 (1d10) poison damage, and the target is grappled (escape DC 13). Until this grapple ends, the target is restrained, and the frog can't Bite another target.\"},{\"name\":\"Swallow\",\"desc\":\"The frog makes one Bite attack against a Medium or smaller target it is grappling. If the attack hits, the target is swallowed, and the grapple ends. The swallowed target is blinded and restrained, it has total cover against attacks and other effects outside the frog, and it takes 7 (2d6) acid damage at the start of each of the frog's turns. The frog can have only one target swallowed at a time. If the frog takes any damage from the swallowed creature, the frog must succeed on a DC 11 CON save at the end of that turn or regurgitate the creature, which falls prone in a space within 5 feet of the frog. If the frog dies, a swallowed creature is no longer restrained by it and can escape from the corpse using 5 feet of movement, exiting prone.\"}]",
- "bonus_actions_json": "[{\"name\":\"Reeling Tongue\",\"desc\":\"The frog lashes out its tongue at one Large or smaller creature it can see within 20 feet of it. The target must succeed on a DC 13 STR save or be pulled up to 15 feet closer to the frog.\"}]",
- "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The frog can breathe air and water.\"},{\"name\":\"Standing Leap\",\"desc\":\"The frog's long jump is up to 20 feet and its high jump is up to 10 feet, with or without a running start.\"},{\"name\":\"Toxic Skin\",\"desc\":\"The frog's skin is coated in a hallucinogenic toxin. A creature that touches the frog or hits it with a melee attack while within 5 feet of it must make a DC 13 CON save. On a failure, a creature is poisoned until the end of its next turn and experiences mild hallucinations while poisoned.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "goat_bf",
- "fields": {
- "name": "Goat",
- "size": "medium",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 10,
- "hit_points": 8,
- "speed_json": "{\"walk\":40}",
- "strength": 12,
- "dexterity": 10,
- "constitution": 10,
- "intelligence": 2,
- "wisdom": 10,
- "charisma": 4,
- "strength_save": 12,
- "dexterity_save": 10,
- "constitution_save": 10,
- "intelligence_save": 2,
- "wisdom_save": 10,
- "charisma_save": 4,
- "perception": 10,
- "damage_resistances": "prone",
- "senses": "-",
- "languages": "-",
- "challenge_rating": "0",
- "cr": 0,
- "actions_json": "[{\"name\":\"Ram\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 3 (1d4+1) bludgeoning damage.\"}]",
- "special_abilities_json": "[{\"name\":\"Charge\",\"desc\":\"If the goat moves at least 20 feet straight toward a target and then hits it with a Ram attack on the same turn, the target takes an extra 2 (1d4) bludgeoning damage. If the target is a creature, it must succeed on a DC 11 STR save or be knocked prone.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "goat_giant_bf",
- "fields": {
- "name": "Goat, Giant",
- "size": "large",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 11,
- "armor_desc": "natural armor",
- "hit_points": 25,
- "speed_json": "{\"walk\":40}",
- "strength": 16,
- "dexterity": 10,
- "constitution": 12,
- "intelligence": 2,
- "wisdom": 12,
- "charisma": 6,
- "strength_save": 16,
- "dexterity_save": 10,
- "constitution_save": 12,
- "intelligence_save": 2,
- "wisdom_save": 12,
- "charisma_save": 6,
- "perception": 11,
- "damage_resistances": "prone",
- "senses": "-",
- "languages": "-",
- "challenge_rating": "1/2",
- "cr": 0.5,
- "actions_json": "[{\"name\":\"Ram\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 8 (2d4+3) bludgeoning damage.\"}]",
- "special_abilities_json": "[{\"name\":\"Charge\",\"desc\":\"If the goat moves at least 20 feet straight toward a target and then hits it with a Ram attack on the same turn, the target takes an extra 5 (2d4) bludgeoning damage. If the target is a creature, it must succeed on a DC 13 STR save or be knocked prone.\"}]",
- "reactions_json": "[{\"name\":\"Terrifying Scream\",\"desc\":\"When the goat takes damage, it can release a high-pitched scream, frightening creatures within 10 feet of it. Each creature in that area that can hear the scream must succeed on a DC 13 WIS save or be frightened until the end of its next turn. A creature frightened in this way can't be frightened by this goat's Terrifying Scream again for the next 24 hours.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "hawk_bf",
- "fields": {
- "name": "Hawk",
- "size": "tiny",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 11,
- "hit_points": 7,
- "speed_json": "{\"walk\":10,\"fly\":60}",
- "strength": 4,
- "dexterity": 12,
- "constitution": 8,
- "intelligence": 2,
- "wisdom": 14,
- "charisma": 6,
- "strength_save": 4,
- "dexterity_save": 12,
- "constitution_save": 8,
- "intelligence_save": 2,
- "wisdom_save": 14,
- "charisma_save": 6,
- "perception": 14,
- "senses": "-",
- "languages": "-",
- "challenge_rating": "0",
- "cr": 0,
- "actions_json": "[{\"name\":\"Talons\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 3 (1d4+1) slashing damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Evasive Flight\",\"desc\":\"The hawk takes the Disengage or Dodge action. It can use this bonus action only while flying.\"}]",
- "special_abilities_json": "[{\"name\":\"Heightened Sight\",\"desc\":\"The hawk's Perception is 19 when perceiving by sight.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "hawk_blood_bf",
- "fields": {
- "name": "Hawk, Blood",
- "size": "small",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 12,
- "hit_points": 8,
- "speed_json": "{\"walk\":10,\"fly\":60}",
- "strength": 6,
- "dexterity": 14,
- "constitution": 10,
- "intelligence": 2,
- "wisdom": 14,
- "charisma": 4,
- "strength_save": 6,
- "dexterity_save": 14,
- "constitution_save": 10,
- "intelligence_save": 2,
- "wisdom_save": 14,
- "charisma_save": 4,
- "perception": 14,
- "senses": "-",
- "languages": "-",
- "challenge_rating": "1/8",
- "cr": 0.125,
- "actions_json": "[{\"name\":\"Beak\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 4 (1d4+2) piercing damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Evasive Flight\",\"desc\":\"The hawk takes the Disengage or Dodge action. It can use this bonus action only while flying.\"}]",
- "special_abilities_json": "[{\"name\":\"Heightened Sight\",\"desc\":\"The hawk's Perception is 19 when perceiving by sight.\"},{\"name\":\"Pack Tactics\",\"desc\":\"The hawk has advantage on attack rolls against a creature if at least one of the hawk's allies is within 5 feet of the creature and the ally isn't incapacitated.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "horse_draft_bf",
- "fields": {
- "name": "Horse, Draft",
- "size": "large",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 10,
- "hit_points": 15,
- "speed_json": "{\"walk\":40}",
- "strength": 18,
- "dexterity": 10,
- "constitution": 12,
- "intelligence": 2,
- "wisdom": 10,
- "charisma": 6,
- "strength_save": 18,
- "dexterity_save": 10,
- "constitution_save": 12,
- "intelligence_save": 2,
- "wisdom_save": 10,
- "charisma_save": 6,
- "perception": 12,
- "damage_vulnerabilities": "frightened",
- "senses": "-",
- "languages": "-",
- "challenge_rating": "1/4",
- "cr": 0.25,
- "actions_json": "[{\"name\":\"Hooves\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 7 (1d6+4) bludgeoning damage.\"}]",
- "special_abilities_json": "[{\"name\":\"Draft Animal\",\"desc\":\"The draft horse can push, drag, or lift weight in pounds equal to three times its carrying capacity.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "horse_riding_bf",
- "fields": {
- "name": "Horse, Riding",
- "size": "large",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 10,
- "hit_points": 15,
- "speed_json": "{\"walk\":60}",
- "strength": 16,
- "dexterity": 10,
- "constitution": 12,
- "intelligence": 2,
- "wisdom": 10,
- "charisma": 6,
- "strength_save": 16,
- "dexterity_save": 10,
- "constitution_save": 12,
- "intelligence_save": 2,
- "wisdom_save": 10,
- "charisma_save": 6,
- "perception": 10,
- "damage_vulnerabilities": "frightened",
- "senses": "-",
- "languages": "-",
- "challenge_rating": "1/4",
- "cr": 0.25,
- "actions_json": "[{\"name\":\"Hooves\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 6 (1d6+3) bludgeoning damage.\"}]",
- "special_abilities_json": "[{\"name\":\"Easy Gait\",\"desc\":\"The horse's steps are smooth and steady. A creature riding the horse has advantage on saves against exhaustion caused by a Forced March.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "horse_war_bf",
- "fields": {
- "name": "Horse, War",
- "size": "large",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 15,
- "armor_desc": "scale mail barding",
- "hit_points": 22,
- "speed_json": "{\"walk\":60}",
- "strength": 18,
- "dexterity": 12,
- "constitution": 12,
- "intelligence": 2,
- "wisdom": 12,
- "charisma": 6,
- "strength_save": 18,
- "dexterity_save": 12,
- "constitution_save": 12,
- "intelligence_save": 2,
- "wisdom_save": 12,
- "charisma_save": 6,
- "perception": 11,
- "senses": "-",
- "languages": "-",
- "challenge_rating": "1/2",
- "cr": 0.5,
- "actions_json": "[{\"name\":\"Hooves\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 8 (1d8+4) bludgeoning damage.\"}]",
- "special_abilities_json": "[{\"name\":\"Trampling Charge\",\"desc\":\"If the horse moves at least 20 feet straight toward a creature and then hits it with a Hooves attack on the same turn, that target must succeed on a DC 14 STR save or be knocked prone. If the target is prone, the horse can make another Hooves attack against it as a bonus action.\"}]",
- "reactions_json": "[{\"name\":\"Trained Shift\",\"desc\":\"If the horse's rider is subjected to an effect that would knock it prone or dismount it, the horse can shift its body to assist the rider. The rider has advantage on the check or save to avoid the effect.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "hyena_bf",
- "fields": {
- "name": "Hyena",
- "size": "medium",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 10,
- "hit_points": 8,
- "speed_json": "{\"walk\":50}",
- "strength": 10,
- "dexterity": 10,
- "constitution": 12,
- "intelligence": 2,
- "wisdom": 12,
- "charisma": 4,
- "strength_save": 10,
- "dexterity_save": 10,
- "constitution_save": 12,
- "intelligence_save": 2,
- "wisdom_save": 12,
- "charisma_save": 4,
- "perception": 13,
- "senses": "-",
- "languages": "-",
- "challenge_rating": "0",
- "cr": 0,
- "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +2 to hit, reach 5 ft., one creature. _Hit:_ 3 (1d6) piercing damage.\"}]",
- "special_abilities_json": "[{\"name\":\"Cackling Chorus\",\"desc\":\"If three or more hyenas are all within 30 feet of each other, their cackling, grunts, whoops, and yips create a deafening chorus. A creature that starts its turn within 10 feet of such a hyena must succeed on a DC 10 CON save or be deafened until the start of its next turn. The DC is equal to 8 plus the number of participating hyenas.\"},{\"name\":\"Pack Tactics\",\"desc\":\"The hyena has advantage on attack rolls against a creature if at least one of the hyena's allies is within 5 feet of the creature and the ally isn't incapacitated.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "hyena_giant_bf",
- "fields": {
- "name": "Hyena, Giant",
- "size": "large",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 12,
- "hit_points": 42,
- "speed_json": "{\"walk\":50}",
- "strength": 16,
- "dexterity": 14,
- "constitution": 14,
- "intelligence": 2,
- "wisdom": 12,
- "charisma": 6,
- "strength_save": 16,
- "dexterity_save": 14,
- "constitution_save": 14,
- "intelligence_save": 2,
- "wisdom_save": 12,
- "charisma_save": 6,
- "perception": 13,
- "senses": "-",
- "languages": "-",
- "challenge_rating": "1",
- "cr": 1,
- "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one creature. _Hit:_ 10 (2d6+3) piercing damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Warning Yip\",\"desc\":\"The hyena can emit a brief yip at one friendly hyena or gnoll it can see within 30 feet of it, warning the target of danger. The next attack roll against the target before the start of the hyena's turn has disadvantage.\"}]",
- "special_abilities_json": "[{\"name\":\"Cackling Chorus\",\"desc\":\"If three or more hyenas are all within 30 feet of each other, their cackling, grunts, whoops, and yips create a deafening chorus. A creature that starts its turn within 10 feet of such a hyena must succeed on a CON save or be deafened until the start of its next turn. The DC is equal to 8 plus the number of participating hyenas.\"}]",
- "reactions_json": "[{\"name\":\"Rampage\",\"desc\":\"When the hyena reduces a creature to 0 HP, it can move up to half its speed and make one Bite attack. If it does, attack rolls against it have advantage until the start of its next turn.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "insect_giant_centipede_bf",
- "fields": {
- "name": "Insect, Giant Centipede",
- "size": "small",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 13,
- "armor_desc": "natural armor",
- "hit_points": 14,
- "speed_json": "{\"walk\":30,\"climb\":30}",
- "strength": 4,
- "dexterity": 14,
- "constitution": 12,
- "intelligence": 1,
- "wisdom": 6,
- "charisma": 2,
- "strength_save": 4,
- "dexterity_save": 14,
- "constitution_save": 12,
- "intelligence_save": 1,
- "wisdom_save": 6,
- "charisma_save": 2,
- "perception": 10,
- "damage_resistances": "prone",
- "senses": "keensense 30 ft.",
- "languages": "-",
- "challenge_rating": "1/4",
- "cr": 0.25,
- "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 5 (1d6+2) piercing damage, and the target must succeed on a DC 11 CON save or take 7 (2d6) poison damage. If the poison damage reduces the target to 0 HP, the target is stable but poisoned for 1 hour, even after regaining HP, and is paralyzed while poisoned in this way.\"}]",
- "bonus_actions_json": "[{\"name\":\"Swift Hunter\",\"desc\":\"The centipede moves up to its speed toward a hostile creature that it can see.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "insect_giant_fire_beetle_bf",
- "fields": {
- "name": "Insect, Giant Fire Beetle",
- "size": "small",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 13,
- "armor_desc": "natural armor",
- "hit_points": 7,
- "speed_json": "{\"walk\":30}",
- "strength": 8,
- "dexterity": 10,
- "constitution": 12,
- "intelligence": 1,
- "wisdom": 6,
- "charisma": 2,
- "strength_save": 8,
- "dexterity_save": 10,
- "constitution_save": 12,
- "intelligence_save": 1,
- "wisdom_save": 6,
- "charisma_save": 2,
- "perception": 8,
- "senses": "keensense 30 ft.",
- "languages": "-",
- "challenge_rating": "0",
- "cr": 0,
- "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +2 to hit, reach 5 ft., one target. _Hit:_ 2 (1d4) slashing damage.\"},{\"name\":\"Igniting Mucus\",\"desc\":\"_Ranged Weapon Attack:_ +2 to hit, range 15/30 ft., one target. _Hit:_ 2 (1d4) poison damage, and the target is covered in mucus that ignites after 1d4 rounds or if the target takes fire damage. An ignited creature takes 2 (1d4) fire damage at the start of each of its turns until a creature takes an action to douse the fire. A creature can remove the mucus before it ignites by taking an action.\"}]",
- "special_abilities_json": "[{\"name\":\"Illumination\",\"desc\":\"The beetle sheds bright light in a 10-foot radius and dim light for an additional 10 feet.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "insect_giant_scorpion_bf",
- "fields": {
- "name": "Insect, Giant Scorpion",
- "size": "large",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 15,
- "armor_desc": "natural armor",
- "hit_points": 76,
- "speed_json": "{\"walk\":40,\"burrow\":20}",
- "strength": 14,
- "dexterity": 12,
- "constitution": 14,
- "intelligence": 1,
- "wisdom": 8,
- "charisma": 2,
- "strength_save": 14,
- "dexterity_save": 12,
- "constitution_save": 14,
- "intelligence_save": 1,
- "wisdom_save": 8,
- "charisma_save": 2,
- "perception": 11,
- "damage_resistances": "poison,poisoned",
- "senses": "keensense 60 ft.",
- "languages": "-",
- "challenge_rating": "3",
- "cr": 3,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The giant scorpion makes two Claw attacks and one Sting attack.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 6 (1d8+2) bludgeoning damage, and the target is grappled (escape DC 12). The scorpion has two claws, each of which can grapple only one target.\"},{\"name\":\"Sting\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 10 ft., one creature. _Hit:_ 7 (1d10+2) piercing damage plus 7 (2d6) poison damage, and the target must succeed on a DC 12 CON save or be poisoned until the end of its next turn.\"}]",
- "reactions_json": "[{\"name\":\"Reflexive Sting\",\"desc\":\"When a creature the scorpion can see attacks it while within 10 feet of the scorpion, the scorpion can whip its tail defensively at the creature. The attacker must succeed on a DC 12 DEX save or take 5 (1d10) piercing damage.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "insect_giant_wasp_bf",
- "fields": {
- "name": "Insect, Giant Wasp",
- "size": "medium",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 12,
- "hit_points": 25,
- "speed_json": "{\"walk\":10,\"fly\":50}",
- "strength": 10,
- "dexterity": 14,
- "constitution": 10,
- "intelligence": 1,
- "wisdom": 10,
- "charisma": 2,
- "strength_save": 10,
- "dexterity_save": 14,
- "constitution_save": 10,
- "intelligence_save": 1,
- "wisdom_save": 10,
- "charisma_save": 2,
- "perception": 10,
- "senses": "-",
- "languages": "-",
- "challenge_rating": "1/2",
- "cr": 0.5,
- "actions_json": "[{\"name\":\"Sting\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 6 (1d8+2) piercing damage, and the target must succeed on a DC 12 CON save or take 10 (3d6) poison damage. If the poison damage reduces the target to 0 HP, the target is stable but poisoned for 1 hour, even after regaining HP, and is paralyzed while poisoned in this way.\"}]",
- "reactions_json": "[{\"name\":\"Assailing Pheromone\",\"desc\":\"When the wasp takes damage, it can release a scent perceptible only to other wasps. Each wasp within 10 feet of this wasp has advantage on the next attack roll it makes before the end of its next turn.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "insect_scorpion_bf",
- "fields": {
- "name": "Insect, Scorpion",
- "size": "tiny",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 11,
- "armor_desc": "natural armor",
- "hit_points": 8,
- "speed_json": "{\"walk\":10}",
- "strength": 2,
- "dexterity": 10,
- "constitution": 8,
- "intelligence": 1,
- "wisdom": 8,
- "charisma": 2,
- "strength_save": 2,
- "dexterity_save": 10,
- "constitution_save": 8,
- "intelligence_save": 1,
- "wisdom_save": 8,
- "charisma_save": 2,
- "perception": 9,
- "damage_resistances": "poison,poisoned",
- "senses": "keensense 10 ft.",
- "languages": "-",
- "challenge_rating": "0",
- "cr": 0,
- "actions_json": "[{\"name\":\"Sting\",\"desc\":\"_Melee Weapon Attack:_ +2 to hit, reach 5 ft., one creature. _Hit:_ 2 (1d4) piercing damage, and the target must succeed on a DC 10 CON save or take 2 (1d4) poison damage.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "insect_swarm_of_insects_bf",
- "fields": {
- "name": "Insect, Swarm of Insects",
- "size": "medium",
- "type": "Swarm",
- "group": "Animals",
- "armor_class": 12,
- "armor_desc": "natural armor",
- "hit_points": 24,
- "speed_json": "{\"walk\":20,\"climb\":20}",
- "strength": 2,
- "dexterity": 12,
- "constitution": 10,
- "intelligence": 1,
- "wisdom": 6,
- "charisma": 1,
- "strength_save": 2,
- "dexterity_save": 12,
- "constitution_save": 10,
- "intelligence_save": 1,
- "wisdom_save": 6,
- "charisma_save": 1,
- "perception": 8,
- "damage_resistances": "Swarm Resilience",
- "damage_immunities": "Swarm Resilience",
- "senses": "keensense 10 ft.",
- "languages": "-",
- "challenge_rating": "1/2",
- "cr": 0.5,
- "actions_json": "[{\"name\":\"Bites\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 0 ft., one target in the swarm's space. _Hit:_ 10 (4d4) piercing damage, or 5 (2d4) piercing damage if the swarm has half of its HP or fewer.\"}]",
- "special_abilities_json": "[{\"name\":\"Crawling Swarm\",\"desc\":\"A creature in the swarm's space is covered in crawling and buzzing insects. If the creature casts a spell with a somatic component, it must succeed on a DC 11 CON save or the spell fails to cast, expending the action required to cast it but not the spell slot or daily use.\"},{\"name\":\"Swarm\",\"desc\":\"The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny insect. The swarm can't regain HP or gain temporary HP.\"},{\"name\":\"Swarm Resilience\",\"desc\":\"The swarm is resistant to bludgeoning, piercing, and slashing damage, and it is immune to the charmed, frightened, grappled, paralyzed, petrified, prone, restrained, and stunned conditions.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "jackal_bf",
- "fields": {
- "name": "Jackal",
- "size": "small",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 11,
- "hit_points": 8,
- "speed_json": "{\"walk\":40}",
- "strength": 8,
- "dexterity": 12,
- "constitution": 10,
- "intelligence": 2,
- "wisdom": 12,
- "charisma": 6,
- "strength_save": 8,
- "dexterity_save": 12,
- "constitution_save": 10,
- "intelligence_save": 2,
- "wisdom_save": 12,
- "charisma_save": 6,
- "perception": 13,
- "senses": "-",
- "languages": "-",
- "challenge_rating": "0",
- "cr": 0,
- "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one creature. _Hit:_ 3 (1d4+1) piercing damage, and the target must succeed on a DC 10 CON save or contract shriveling fever disease, named for the way the disease causes an infected creature's muscles to shrivel. Until the disease is cured, the creature is poisoned, and at the end of each long rest, the infected creature must succeed on a DC 10 CON save or its STR score is reduced by 1d4. This reduction lasts until the creature finishes a long rest after the disease is cured. If the disease reduces the creature's STR to 0, the creature dies. A creature that succeeds on two saves recovers from the disease.\"}]",
- "special_abilities_json": "[{\"name\":\"Heightened Hearing and Smell\",\"desc\":\"The jackal's Perception is 18 when perceiving by hearing or smell.\"},{\"name\":\"Pack Tactics\",\"desc\":\"The jackal has advantage on attack rolls against a creature if at least one of the jackal's allies is within 5 feet of the creature and the ally isn't incapacitated.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "lion_bf",
- "fields": {
- "name": "Lion",
- "size": "large",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 12,
- "hit_points": 42,
- "speed_json": "{\"walk\":50}",
- "strength": 16,
- "dexterity": 14,
- "constitution": 12,
- "intelligence": 2,
- "wisdom": 12,
- "charisma": 8,
- "strength_save": 16,
- "dexterity_save": 14,
- "constitution_save": 12,
- "intelligence_save": 2,
- "wisdom_save": 12,
- "charisma_save": 8,
- "perception": 13,
- "senses": "-",
- "languages": "-",
- "challenge_rating": "1",
- "cr": 1,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The lion makes one Bite attack and one Claws attack.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one creature. _Hit:_ 7 (1d8+3) piercing damage.\"},{\"name\":\"Claws\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 6 (1d6+3) slashing damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Rattling Roar (Recharge 4-6)\",\"desc\":\"The lion releases a bone-shaking roar in a 15-foot cone. Each creature in the area must succeed on a DC 13 CON save or have disadvantage on attack rolls until the end of its next turn.\"}]",
- "special_abilities_json": "[{\"name\":\"Heightened Smell\",\"desc\":\"The lion's Perception is 18 when perceiving by smell.\"},{\"name\":\"Pack Tactics\",\"desc\":\"The lion has advantage on attack rolls against a creature if at least one of the lion's allies is within 5 feet of the creature and the ally isn't incapacitated.\"},{\"name\":\"Pounce\",\"desc\":\"If the lion moves at least 20 feet straight toward a creature and then hits it with a Claws attack on the same turn, that target must succeed on a DC 13 STR save or be knocked prone. If the target is prone, the lion can make one Bite attack against it as a bonus action.\"},{\"name\":\"Running Leap\",\"desc\":\"With a 10-foot running start, the lion can long jump up to 25 feet.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "lizard_bf",
- "fields": {
- "name": "Lizard",
- "size": "tiny",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 10,
- "hit_points": 9,
- "speed_json": "{\"walk\":20,\"climb\":20}",
- "strength": 2,
- "dexterity": 10,
- "constitution": 10,
- "intelligence": 1,
- "wisdom": 8,
- "charisma": 2,
- "strength_save": 2,
- "dexterity_save": 10,
- "constitution_save": 10,
- "intelligence_save": 1,
- "wisdom_save": 8,
- "charisma_save": 2,
- "perception": 9,
- "senses": "darkvision 30 ft.",
- "languages": "-",
- "challenge_rating": "0",
- "cr": 0,
- "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +2 to hit, reach 5 ft., one creature. _Hit:_ 2 (1d4) piercing damage.\"}]",
- "reactions_json": "[{\"name\":\"Detach Tail (5 HP or Fewer, Recharges after a Short or Long Rest)\",\"desc\":\"When the lizard takes damage, it can detach its tail, reducing the damage by 2 (1d4), and immediately move up to its speed without provoking opportunity attacks.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "lizard_giant_bf",
- "fields": {
- "name": "Lizard, Giant",
- "size": "large",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 12,
- "armor_desc": "natural armor",
- "hit_points": 15,
- "speed_json": "{\"walk\":30,\"climb\":30}",
- "strength": 14,
- "dexterity": 12,
- "constitution": 12,
- "intelligence": 2,
- "wisdom": 10,
- "charisma": 4,
- "strength_save": 14,
- "dexterity_save": 12,
- "constitution_save": 12,
- "intelligence_save": 2,
- "wisdom_save": 10,
- "charisma_save": 4,
- "perception": 10,
- "senses": "darkvision 30 ft.",
- "languages": "-",
- "challenge_rating": "1/4",
- "cr": 0.25,
- "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 6 (1d8+2) piercing damage.\"}]",
- "reactions_json": "[{\"name\":\"Detach Tail (9 HP or Fewer, Recharges after a Short or Long Rest)\",\"desc\":\"When the lizard takes damage, it can detach its tail, reducing the damage by 4 (1d8), and immediately move up to its speed without provoking opportunity attacks.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "mammoth_bf",
- "fields": {
- "name": "Mammoth",
- "size": "huge",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 13,
- "armor_desc": "natural armor",
- "hit_points": 133,
- "speed_json": "{\"walk\":40}",
- "strength": 22,
- "dexterity": 8,
- "constitution": 20,
- "intelligence": 2,
- "wisdom": 10,
- "charisma": 6,
- "strength_save": 22,
- "dexterity_save": 8,
- "constitution_save": 20,
- "intelligence_save": 2,
- "wisdom_save": 10,
- "charisma_save": 6,
- "perception": 13,
- "damage_resistances": "cold,prone",
- "senses": "-",
- "languages": "-",
- "challenge_rating": "6",
- "cr": 6,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The mammoth makes two Gore attacks.\"},{\"name\":\"Gore\",\"desc\":\"_Melee Weapon Attack:_ +9 to hit, reach 10 ft., one target. _Hit:_ 22 (3d10+6) piercing damage.\"},{\"name\":\"Stomp\",\"desc\":\"_Melee Weapon Attack:_ +9 to hit, reach 5 ft., one prone creature. _Hit:_ 19 (3d8+6) bludgeoning damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Trunk Grab\",\"desc\":\"The mammoth grabs one Large or smaller creature within 10 feet of it. The target must succeed on a DC 17 STR save or be grappled (escape DC 17). Until this grapple ends, the target is restrained, and the mammoth can't use Trunk Grab on another creature.\"}]",
- "special_abilities_json": "[{\"name\":\"Trampling Charge\",\"desc\":\"If the mammoth moves at least 20 feet straight toward a creature and then hits it with a Gore attack on the same turn, that target must succeed on a DC 17 STR save or be knocked prone. If the target is prone, the mammoth can make one Stomp attack against it as a bonus action.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "mastiff_bf",
- "fields": {
- "name": "Mastiff",
- "size": "medium",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 12,
- "hit_points": 9,
- "speed_json": "{\"walk\":40}",
- "strength": 12,
- "dexterity": 14,
- "constitution": 12,
- "intelligence": 2,
- "wisdom": 12,
- "charisma": 6,
- "strength_save": 12,
- "dexterity_save": 14,
- "constitution_save": 12,
- "intelligence_save": 2,
- "wisdom_save": 12,
- "charisma_save": 6,
- "perception": 11,
- "senses": "-",
- "languages": "-",
- "challenge_rating": "1/8",
- "cr": 0.125,
- "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 4 (1d4+2) piercing damage. If the target is a creature, it must succeed on a DC 12 STR save or be knocked prone. 364\"}]",
- "special_abilities_json": "[{\"name\":\"Heightened Hearing and Smell\",\"desc\":\"The mastiff's Perception is 16 when perceiving by hearing or smell.\"}]",
- "reactions_json": "[{\"name\":\"Protect Friend\",\"desc\":\"When a friendly Humanoid the mastiff can see is hit by an attack from a creature within 5 feet of the mastiff, the mastiff can make one Bite attack against that attacking creature.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "mule_bf",
- "fields": {
- "name": "Mule",
- "size": "medium",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 10,
- "hit_points": 10,
- "speed_json": "{\"walk\":40}",
- "strength": 14,
- "dexterity": 10,
- "constitution": 12,
- "intelligence": 2,
- "wisdom": 10,
- "charisma": 4,
- "strength_save": 14,
- "dexterity_save": 10,
- "constitution_save": 12,
- "intelligence_save": 2,
- "wisdom_save": 10,
- "charisma_save": 4,
- "perception": 10,
- "damage_resistances": "exhaustion,prone",
- "senses": "-",
- "languages": "-",
- "challenge_rating": "1/8",
- "cr": 0.125,
- "actions_json": "[{\"name\":\"Hooves\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 4 (1d4+2) bludgeoning damage.\"}]",
- "special_abilities_json": "[{\"name\":\"Beast of Burden\",\"desc\":\"The mule is considered to be a Large animal for the purpose of determining its carrying capacity.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "octopus_bf",
- "fields": {
- "name": "Octopus",
- "size": "small",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 11,
- "hit_points": 8,
- "speed_json": "{\"walk\":5,\"swim\":30}",
- "strength": 4,
- "dexterity": 12,
- "constitution": 10,
- "intelligence": 2,
- "wisdom": 10,
- "charisma": 4,
- "strength_save": 4,
- "dexterity_save": 12,
- "constitution_save": 10,
- "intelligence_save": 2,
- "wisdom_save": 10,
- "charisma_save": 4,
- "perception": 12,
- "senses": "darkvision 30 ft.",
- "languages": "-",
- "challenge_rating": "0",
- "cr": 0,
- "actions_json": "[{\"name\":\"Tentacles\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 3 (1d4+1) bludgeoning damage, and the target is grappled (escape DC 11), if it is a Medium or smaller creature. Until this grapple ends, the octopus can't use its Tentacles on another target.\"}]",
- "special_abilities_json": "[{\"name\":\"Hold Breath\",\"desc\":\"While out of water, the octopus can hold its breath for 30 minutes.\"},{\"name\":\"Underwater Camouflage\",\"desc\":\"The octopus's Stealth is 18 while underwater.\"},{\"name\":\"Water Breathing\",\"desc\":\"The octopus can breathe only underwater.\"}]",
- "reactions_json": "[{\"name\":\"Ink Dash (Recharge 6)\",\"desc\":\"When a creature the octopus can see deals damage to it, the octopus can release a 5-foot-radius cloud of ink all around itself, if it is underwater. The area is heavily obscured until the end of the octopus's next turn, although a significant current can disperse the ink. Then, the octopus can swim up to its swimming speed. If it does so, it immediately releases any creature it is grappling.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "octopus_giant_bf",
- "fields": {
- "name": "Octopus, Giant",
- "size": "large",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 11,
- "hit_points": 44,
- "speed_json": "{\"walk\":10,\"swim\":60}",
- "strength": 16,
- "dexterity": 12,
- "constitution": 12,
- "intelligence": 4,
- "wisdom": 10,
- "charisma": 4,
- "strength_save": 16,
- "dexterity_save": 12,
- "constitution_save": 12,
- "intelligence_save": 4,
- "wisdom_save": 10,
- "charisma_save": 4,
- "perception": 14,
- "senses": "darkvision 60 ft.",
- "languages": "-",
- "challenge_rating": "1",
- "cr": 1,
- "actions_json": "[{\"name\":\"Tentacles\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 15 ft., one target. _Hit:_ 10 (2d6+3) bludgeoning damage, and the target is grappled (escape DC 13), if it is a Huge or smaller creature. Until this grapple ends, the target is restrained. The octopus can grapple up to two creatures at one time.\"}]",
- "bonus_actions_json": "[{\"name\":\"Tentacle Slam\",\"desc\":\"The octopus slams a Medium or smaller creature it is grappling into a solid surface. The target must make a DC 13 STR save, taking 7 (2d6) bludgeoning damage on a failed save, or half as much damage on a successful one.\"}]",
- "special_abilities_json": "[{\"name\":\"Hold Breath\",\"desc\":\"While out of water, the octopus can hold its breath for 1 hour.\"},{\"name\":\"Underwater Camouflage\",\"desc\":\"The octopus's Stealth is 18 while underwater.\"},{\"name\":\"Water Breathing\",\"desc\":\"The octopus can breathe only underwater.\"}]",
- "reactions_json": "[{\"name\":\"Ink Dash (Recharge 4-6)\",\"desc\":\"When a creature the octopus can see deals damage to it, the octopus can release a 20-foot- radius cloud of ink all around itself, if it is underwater. The area is heavily obscured until the end of the octopus's next turn, although a significant current can disperse the ink. Then, the octopus can swim up to its swimming speed. If it does so, it immediately releases any creatures it is grappling.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "orca_bf",
- "fields": {
- "name": "Orca",
- "size": "huge",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 12,
- "armor_desc": "natural armor",
- "hit_points": 80,
- "speed_json": "{\"walk\":0,\"swim\":60}",
- "strength": 18,
- "dexterity": 10,
- "constitution": 12,
- "intelligence": 2,
- "wisdom": 12,
- "charisma": 6,
- "strength_save": 18,
- "dexterity_save": 10,
- "constitution_save": 12,
- "intelligence_save": 2,
- "wisdom_save": 12,
- "charisma_save": 6,
- "perception": 13,
- "damage_resistances": "cold",
- "senses": "keensense 120 ft.",
- "languages": "-",
- "challenge_rating": "3",
- "cr": 3,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The orca makes two Bite attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one creature. _Hit:_ 14 (3d6+4) piercing damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Tail Slap\",\"desc\":\"The orca slaps one creature it can see within 15 feet of it with its tail. The target must succeed on a DC 14 STR save or be pushed up to 15 feet away from the orca and knocked prone. A creature that fails this save by 5 or more is also stunned until the end of its next turn.\"}]",
- "special_abilities_json": "[{\"name\":\"Echolocation\",\"desc\":\"The orca can't use its keensense while deafened.\"},{\"name\":\"Heightened Hearing\",\"desc\":\"The orca's Perception is 18 when perceiving by hearing.\"},{\"name\":\"Hold Breath\",\"desc\":\"The orca can hold its breath for 30 minutes.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "owl_bf",
- "fields": {
- "name": "Owl",
- "size": "tiny",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 11,
- "hit_points": 8,
- "speed_json": "{\"walk\":5,\"fly\":60}",
- "strength": 2,
- "dexterity": 12,
- "constitution": 8,
- "intelligence": 2,
- "wisdom": 12,
- "charisma": 6,
- "strength_save": 2,
- "dexterity_save": 12,
- "constitution_save": 8,
- "intelligence_save": 2,
- "wisdom_save": 12,
- "charisma_save": 6,
- "perception": 13,
- "senses": "darkvision 120 ft.",
- "languages": "-",
- "challenge_rating": "0",
- "cr": 0,
- "actions_json": "[{\"name\":\"Talons\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one creature. _Hit:_ 3 (1d4+1) slashing damage.\"}]",
- "special_abilities_json": "[{\"name\":\"Flyby\",\"desc\":\"The owl doesn't provoke opportunity attacks when it flies out of an enemy's reach.\"},{\"name\":\"Heightened Hearing and Sight\",\"desc\":\"The owl's Perception is 18 when perceiving by hearing or sight.\"},{\"name\":\"Quiet Wings\",\"desc\":\"The owl's Stealth is 18 while flying.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "owl_giant_bf",
- "fields": {
- "name": "Owl, Giant",
- "size": "large",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 12,
- "hit_points": 15,
- "speed_json": "{\"walk\":5,\"fly\":60}",
- "strength": 12,
- "dexterity": 14,
- "constitution": 12,
- "intelligence": 8,
- "wisdom": 12,
- "charisma": 10,
- "strength_save": 12,
- "dexterity_save": 14,
- "constitution_save": 12,
- "intelligence_save": 8,
- "wisdom_save": 12,
- "charisma_save": 10,
- "perception": 15,
- "senses": "darkvision 120 ft.",
- "languages": "Giant Owl,understands Common,Elvish,and Sylvan but can't speak them",
- "challenge_rating": "1/4",
- "cr": 0.25,
- "actions_json": "[{\"name\":\"Talons\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 6 (1d8+2) slashing damage.\"}]",
- "special_abilities_json": "[{\"name\":\"Flyby\",\"desc\":\"The owl doesn't provoke opportunity attacks when it flies out of an enemy's reach.\"},{\"name\":\"Heightened Hearing and Sight\",\"desc\":\"The owl's Perception is 20 when perceiving by hearing or sight.\"},{\"name\":\"Quiet Wings\",\"desc\":\"The owl's Stealth is 19 while flying.\"}]",
- "reactions_json": "[{\"name\":\"Puffed Up Display\",\"desc\":\"When a creature the owl is aware of and that is within 30 feet of it attacks it, the owl can suddenly turn its piercing gaze on the creature, puff up its feathers, and release a quick hiss, startling the creature. The attacker has disadvantage on the attack roll.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "panther_bf",
- "fields": {
- "name": "Panther",
- "size": "medium",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 12,
- "hit_points": 15,
- "speed_json": "{\"walk\":50,\"climb\":40}",
- "strength": 14,
- "dexterity": 14,
- "constitution": 10,
- "intelligence": 2,
- "wisdom": 14,
- "charisma": 6,
- "strength_save": 14,
- "dexterity_save": 14,
- "constitution_save": 10,
- "intelligence_save": 2,
- "wisdom_save": 14,
- "charisma_save": 6,
- "perception": 14,
- "senses": "darkvision 60 ft.",
- "languages": "-",
- "challenge_rating": "1/4",
- "cr": 0.25,
- "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 5 (1d6+2) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 4 (1d4+2) slashing damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Stealthy Hunter\",\"desc\":\"The panther takes the Hide action.\"}]",
- "special_abilities_json": "[{\"name\":\"Heightened Smell\",\"desc\":\"The panther's Perception is 19 when perceiving by smell.\"},{\"name\":\"Pounce\",\"desc\":\"If the panther moves at least 20 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 12 STR save or be knocked prone. If the target is prone, the panther can make one Bite attack against it as a bonus action.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "pony_bf",
- "fields": {
- "name": "Pony",
- "size": "medium",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 10,
- "hit_points": 10,
- "speed_json": "{\"walk\":40}",
- "strength": 14,
- "dexterity": 10,
- "constitution": 12,
- "intelligence": 2,
- "wisdom": 10,
- "charisma": 6,
- "strength_save": 14,
- "dexterity_save": 10,
- "constitution_save": 12,
- "intelligence_save": 2,
- "wisdom_save": 10,
- "charisma_save": 6,
- "perception": 10,
- "senses": "-",
- "languages": "-",
- "challenge_rating": "1/8",
- "cr": 0.125,
- "actions_json": "[{\"name\":\"Hooves\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 4 (1d4+2) bludgeoning damage.\"}]",
- "special_abilities_json": "[{\"name\":\"Draft Animal\",\"desc\":\"The draft horse can push, drag, or lift weight in pounds equal to three times its carrying capacity.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "quipper_bf",
- "fields": {
- "name": "Quipper",
- "size": "tiny",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 10,
- "hit_points": 8,
- "speed_json": "{\"walk\":0,\"swim\":40}",
- "strength": 2,
- "dexterity": 10,
- "constitution": 10,
- "intelligence": 1,
- "wisdom": 6,
- "charisma": 2,
- "strength_save": 2,
- "dexterity_save": 10,
- "constitution_save": 10,
- "intelligence_save": 1,
- "wisdom_save": 6,
- "charisma_save": 2,
- "perception": 8,
- "senses": "darkvision 60 ft.",
- "languages": "-",
- "challenge_rating": "0",
- "cr": 0,
- "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +2 to hit, reach 5 ft., one creature. _Hit:_ 2 (1d4) piercing damage.\"}]",
- "special_abilities_json": "[{\"name\":\"Blood Frenzy\",\"desc\":\"The quipper has advantage on melee attack rolls against any creature that doesn't have all its HP.\"},{\"name\":\"Heightened Smell\",\"desc\":\"The quipper's Perception is 13 when perceiving by smell.\"},{\"name\":\"Water Breathing\",\"desc\":\"The quipper can breathe only underwater.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "quipper_swarm_of_quippers_bf",
- "fields": {
- "name": "Quipper, Swarm of Quippers",
- "size": "medium",
- "type": "Swarm",
- "group": "Animals",
- "armor_class": 13,
- "hit_points": 34,
- "speed_json": "{\"walk\":0,\"swim\":40}",
- "strength": 12,
- "dexterity": 16,
- "constitution": 10,
- "intelligence": 1,
- "wisdom": 10,
- "charisma": 2,
- "strength_save": 12,
- "dexterity_save": 16,
- "constitution_save": 10,
- "intelligence_save": 1,
- "wisdom_save": 10,
- "charisma_save": 2,
- "perception": 10,
- "damage_resistances": "Swarm Resilience",
- "damage_immunities": "Swarm Resilience",
- "senses": "darkvision 60 ft.",
- "languages": "-",
- "challenge_rating": "1",
- "cr": 1,
- "actions_json": "[{\"name\":\"Bites\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 0 ft., one creature in the swarm's space. _Hit:_ 18 (4d8) piercing damage, or 9 (2d8) piercing damage if the swarm has half of its HP or fewer, and the target must succeed on a DC 13 DEX save or have its flesh shredded by the attack. A creature with shredded flesh loses 4 (1d8) HP at the start of each of its turns as the wound bleeds profusely. Any creature can take an action to stanch the wound with a successful DC 10 WIS (Medicine) check. The wound also closes if the target receives magical healing.\"}]",
- "special_abilities_json": "[{\"name\":\"Blood Frenzy\",\"desc\":\"The swarm has advantage on melee attack rolls against any creature that doesn't have all its HP.\"},{\"name\":\"Heightened Smell\",\"desc\":\"The swarm's Perception is 15 when perceiving by smell.\"},{\"name\":\"Swarm\",\"desc\":\"The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny quipper. The swarm can't regain HP or gain temporary HP.\"},{\"name\":\"Swarm Resilience\",\"desc\":\"The swarm is resistant to bludgeoning, piercing, and slashing damage, and it is immune to the charmed, frightened, grappled, paralyzed, petrified, prone, restrained, and stunned conditions.\"},{\"name\":\"Water Breathing\",\"desc\":\"The swarm can breathe only underwater.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "rat_bf",
- "fields": {
- "name": "Rat",
- "size": "tiny",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 10,
- "hit_points": 9,
- "speed_json": "{\"walk\":20,\"swim\":20}",
- "strength": 2,
- "dexterity": 10,
- "constitution": 8,
- "intelligence": 2,
- "wisdom": 10,
- "charisma": 4,
- "strength_save": 2,
- "dexterity_save": 10,
- "constitution_save": 8,
- "intelligence_save": 2,
- "wisdom_save": 10,
- "charisma_save": 4,
- "perception": 10,
- "senses": "darkvision 30 ft.",
- "languages": "-",
- "challenge_rating": "0",
- "cr": 0,
- "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +2 to hit, reach 5 ft., one target. _Hit:_ 2 (1d4) piercing damage.\"}]",
- "special_abilities_json": "[{\"name\":\"Accustomed to Filth\",\"desc\":\"The rat has advantage on saves against contracting diseases.\"},{\"name\":\"Heightened Smell\",\"desc\":\"The rat's Perception is 15 while perceiving by smell.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "rat_giant_bf",
- "fields": {
- "name": "Rat, Giant",
- "size": "small",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 13,
- "hit_points": 14,
- "speed_json": "{\"walk\":30,\"swim\":30}",
- "strength": 6,
- "dexterity": 16,
- "constitution": 10,
- "intelligence": 2,
- "wisdom": 10,
- "charisma": 4,
- "strength_save": 6,
- "dexterity_save": 16,
- "constitution_save": 10,
- "intelligence_save": 2,
- "wisdom_save": 10,
- "charisma_save": 4,
- "perception": 10,
- "senses": "darkvision 60 ft.",
- "languages": "-",
- "challenge_rating": "1/4",
- "cr": 0.25,
- "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 5 (1d4+3) piercing damage. If the target is a creature, it must make a DC 13 CON save. On a failure, the target contracts the rat plague disease (see Diseased Rats sidebar) or is poisoned until the end of its next turn (the GM's choice).\"}]",
- "special_abilities_json": "[{\"name\":\"Accustomed to Filth\",\"desc\":\"The rat has advantage on saves against contracting diseases.\"},{\"name\":\"Heightened Smell\",\"desc\":\"The rat's Perception is 15 while perceiving by smell.\"},{\"name\":\"Pack Tactics\",\"desc\":\"The rat has advantage on attack rolls against a creature if at least one of the rat's allies is within 5 feet of the creature and the ally isn't incapacitated.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "rat_swarm_of_rats_bf",
- "fields": {
- "name": "Rat, Swarm of Rats",
- "size": "medium",
- "type": "Swarm",
- "group": "Animals",
- "armor_class": 10,
- "hit_points": 14,
- "speed_json": "{\"walk\":30,\"swim\":30}",
- "strength": 8,
- "dexterity": 10,
- "constitution": 8,
- "intelligence": 2,
- "wisdom": 10,
- "charisma": 2,
- "strength_save": 8,
- "dexterity_save": 10,
- "constitution_save": 8,
- "intelligence_save": 2,
- "wisdom_save": 10,
- "charisma_save": 2,
- "perception": 10,
- "damage_resistances": "Swarm Resilience",
- "damage_immunities": "Swarm Resilience",
- "senses": "darkvision 30 ft.",
- "languages": "-",
- "challenge_rating": "1/4",
- "cr": 0.25,
- "actions_json": "[{\"name\":\"Bites\",\"desc\":\"_Melee Weapon Attack:_ +2 to hit, reach 0 ft., one target in the swarm's space. _Hit:_ 7 (2d6) piercing damage, or 3 (1d6) piercing damage if the swarm has half of its HP or fewer. If the target is a creature, it must make a DC 9 CON save. On a failure, the target contracts the rat plague disease (see Diseased Rats sidebar) or is poisoned until the end of its next turn (the GM's choice).\"}]",
- "special_abilities_json": "[{\"name\":\"Accustomed to Filth\",\"desc\":\"The swarm has advantage on saves against contracting diseases.\"},{\"name\":\"Heightened Smell\",\"desc\":\"The swarm's Perception is 15 when perceiving by smell.\"},{\"name\":\"Swarm\",\"desc\":\"The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny rat. The swarm can't regain HP or gain temporary HP.\"},{\"name\":\"Swarm Resilience\",\"desc\":\"The swarm is resistant to bludgeoning, piercing, and slashing damage, and it is immune to the charmed, frightened, grappled, paralyzed, petrified, prone, restrained, and stunned conditions.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "raven_bf",
- "fields": {
- "name": "Raven",
- "size": "tiny",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 11,
- "hit_points": 8,
- "speed_json": "{\"walk\":10,\"fly\":50}",
- "strength": 2,
- "dexterity": 12,
- "constitution": 8,
- "intelligence": 4,
- "wisdom": 12,
- "charisma": 10,
- "strength_save": 2,
- "dexterity_save": 12,
- "constitution_save": 8,
- "intelligence_save": 4,
- "wisdom_save": 12,
- "charisma_save": 10,
- "perception": 13,
- "senses": "-",
- "languages": "-",
- "challenge_rating": "0",
- "cr": 0,
- "actions_json": "[{\"name\":\"Beak\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 3 (1d4+1) piercing damage.\"}]",
- "special_abilities_json": "[{\"name\":\"Carrion Sense\",\"desc\":\"The raven can pinpoint, by scent, the location of carrion, dead creatures, and Undead without the Incorporeal Movement trait within 60 feet of it.\"},{\"name\":\"Mimicry\",\"desc\":\"The raven can mimic simple sounds it has heard, such as a chord of a flute melody, a baby crying, or an animal chittering. A creature that hears the sounds can tell they are imitations with a successful DC 10 WIS (Insight) check.\"},{\"name\":\"Recollection\",\"desc\":\"The raven knows up to 20 words in any language it has heard and can repeat those words in the voices it heard them, using its Mimicry trait.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "raven_swarm_of_ravens_bf",
- "fields": {
- "name": "Raven, Swarm of Ravens",
- "size": "medium",
- "type": "Swarm",
- "group": "Animals",
- "armor_class": 12,
- "hit_points": 13,
- "speed_json": "{\"walk\":10,\"fly\":50}",
- "strength": 6,
- "dexterity": 14,
- "constitution": 8,
- "intelligence": 2,
- "wisdom": 12,
- "charisma": 8,
- "strength_save": 6,
- "dexterity_save": 14,
- "constitution_save": 8,
- "intelligence_save": 2,
- "wisdom_save": 12,
- "charisma_save": 8,
- "perception": 13,
- "damage_resistances": "Swarm Resilience",
- "damage_immunities": "Swarm Resilience",
- "senses": "-",
- "languages": "-",
- "challenge_rating": "1/4",
- "cr": 0.25,
- "actions_json": "[{\"name\":\"Beaks\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target in the swarm's space. _Hit:_ 9 (2d8) piercing damage, or 4 (1d8) piercing damage if the swarm has half of its HP or fewer.\"}]",
- "special_abilities_json": "[{\"name\":\"Carrion Sense\",\"desc\":\"The swarm can pinpoint, by scent, the location of carrion, dead creatures, and Undead without the Incorporeal Movement trait within 60 feet of it.\"},{\"name\":\"Pilfering Swarm\",\"desc\":\"A creature in the swarm's space is surrounded by ravens pecking and pulling at its clothing, hair, fur, and belongings. If a creature in the swarm's space casts a spell with a material component, it must succeed on a DC 12 DEX save or the spell fails to cast, expending the action required to cast it but not the spell slot or daily use, as the ravens steal the component.\"},{\"name\":\"Swarm\",\"desc\":\"The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny raven. The swarm can't regain HP or gain temporary HP.\"},{\"name\":\"Swarm Resilience\",\"desc\":\"The swarm is resistant to bludgeoning, piercing, and slashing damage, and it is immune to the charmed, frightened, grappled, paralyzed, petrified, prone, restrained, and stunned conditions.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "rhinoceros_bf",
- "fields": {
- "name": "Rhinoceros",
- "size": "large",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 11,
- "armor_desc": "natural armor",
- "hit_points": 63,
- "speed_json": "{\"walk\":40}",
- "strength": 20,
- "dexterity": 8,
- "constitution": 14,
- "intelligence": 2,
- "wisdom": 12,
- "charisma": 6,
- "strength_save": 20,
- "dexterity_save": 8,
- "constitution_save": 14,
- "intelligence_save": 2,
- "wisdom_save": 12,
- "charisma_save": 6,
- "perception": 11,
- "damage_resistances": "bludgeoning,stunned",
- "senses": "-",
- "languages": "-",
- "challenge_rating": "2",
- "cr": 2,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The rhinoceros makes two Gore attacks.\"},{\"name\":\"Gore\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 12 (2d6+5) bludgeoning damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Quaking Stomp\",\"desc\":\"The rhinoceros rears up and slams its forefeet on the ground, shaking the area. Each creature within 10 feet of the rhinoceros must succeed on a DC 15 DEX save or be knocked prone.\"}]",
- "special_abilities_json": "[{\"name\":\"Charge\",\"desc\":\"If the rhinoceros moves at least 20 feet straight toward a target and then hits it with a Gore attack on the same turn, the target takes an extra 7 (2d6) piercing damage. If the target is a creature, it must succeed on a DC 15 STR save or be pushed up to 10 feet away from the rhinoceros and knocked prone.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "seahorse_bf",
- "fields": {
- "name": "Seahorse",
- "size": "tiny",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 11,
- "armor_desc": "natural armor",
- "hit_points": 9,
- "speed_json": "{\"walk\":0,\"swim\":20}",
- "strength": 1,
- "dexterity": 10,
- "constitution": 8,
- "intelligence": 1,
- "wisdom": 10,
- "charisma": 2,
- "strength_save": 1,
- "dexterity_save": 10,
- "constitution_save": 8,
- "intelligence_save": 1,
- "wisdom_save": 10,
- "charisma_save": 2,
- "perception": 10,
- "senses": "-",
- "languages": "-",
- "challenge_rating": "0",
- "cr": 0,
- "actions_json": "[{\"name\":\"Ram\",\"desc\":\"_Melee Weapon Attack:_ +2 to hit, reach 5 ft., one target. _Hit:_ 2 (1d4) bludgeoning damage.\"}]",
- "special_abilities_json": "[{\"name\":\"Underwater Camouflage\",\"desc\":\"The seahorse's Stealth is 17 while underwater.\"},{\"name\":\"Water Breathing\",\"desc\":\"The seahorse can breathe only underwater.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "seahorse_giant_bf",
- "fields": {
- "name": "Seahorse, Giant",
- "size": "large",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 13,
- "armor_desc": "natural armor",
- "hit_points": 25,
- "speed_json": "{\"walk\":0,\"swim\":40}",
- "strength": 12,
- "dexterity": 14,
- "constitution": 10,
- "intelligence": 2,
- "wisdom": 12,
- "charisma": 4,
- "strength_save": 12,
- "dexterity_save": 14,
- "constitution_save": 10,
- "intelligence_save": 2,
- "wisdom_save": 12,
- "charisma_save": 4,
- "perception": 11,
- "senses": "-",
- "languages": "-",
- "challenge_rating": "1/2",
- "cr": 0.5,
- "actions_json": "[{\"name\":\"Ram\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 7 (2d4+2) bludgeoning damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Grasping Tail\",\"desc\":\"The seahorse grabs one Medium or smaller creature within 10 feet of it. The target must succeed on a DC 12 STR save or be grappled (escape DC 12). Until this grapple ends, the target is restrained, and the seahorse can't use Grasping Tail on another creature.\"}]",
- "special_abilities_json": "[{\"name\":\"Charge\",\"desc\":\"If the seahorse moves at least 20 feet straight toward a target and then hits it with a Ram attack on the same turn, the target takes an extra 5 (2d4) bludgeoning damage. If the target is a creature, it must succeed on a DC 12 STR save or be knocked prone.\"},{\"name\":\"Underwater Camouflage\",\"desc\":\"The seahorse's Stealth is 19 while underwater.\"},{\"name\":\"Water Breathing\",\"desc\":\"The seahorse can breathe only underwater.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "shark_giant_bf",
- "fields": {
- "name": "Shark, Giant",
- "size": "huge",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 13,
- "armor_desc": "natural armor",
- "hit_points": 126,
- "speed_json": "{\"walk\":0,\"swim\":50}",
- "strength": 22,
- "dexterity": 10,
- "constitution": 20,
- "intelligence": 1,
- "wisdom": 10,
- "charisma": 4,
- "strength_save": 22,
- "dexterity_save": 10,
- "constitution_save": 20,
- "intelligence_save": 1,
- "wisdom_save": 10,
- "charisma_save": 4,
- "perception": 13,
- "senses": "keensense 60 ft.",
- "languages": "-",
- "challenge_rating": "5",
- "cr": 5,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The shark makes two Bite attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +9 to hit, reach 5 ft., one target. _Hit:_ 19 (3d8+6) piercing damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Swift Hunter\",\"desc\":\"The shark moves up to half its speed toward a hostile creature that it can see. This movement doesn't provoke opportunity attacks.\"}]",
- "special_abilities_json": "[{\"name\":\"Blood Frenzy\",\"desc\":\"The shark has advantage on melee attack rolls against any creature that doesn't have all its HP.\"},{\"name\":\"Blood Sense\",\"desc\":\"The shark can pinpoint, by scent, the location of creatures that don't have all of their HP within 120 feet of it and can sense the general direction of such creatures within 1 mile of it.\"},{\"name\":\"Electrical Sensitivity\",\"desc\":\"Whenever the shark takes lightning damage, it must succeed on a DC 15 CON save or be incapacitated until the end of its next turn.\"},{\"name\":\"Water Breathing\",\"desc\":\"The shark can breathe only underwater.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "shark_hunter_bf",
- "fields": {
- "name": "Shark, Hunter",
- "size": "large",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 12,
- "armor_desc": "natural armor",
- "hit_points": 63,
- "speed_json": "{\"walk\":0,\"swim\":40}",
- "strength": 16,
- "dexterity": 12,
- "constitution": 14,
- "intelligence": 1,
- "wisdom": 10,
- "charisma": 4,
- "strength_save": 16,
- "dexterity_save": 12,
- "constitution_save": 14,
- "intelligence_save": 1,
- "wisdom_save": 10,
- "charisma_save": 4,
- "perception": 12,
- "senses": "keensense 30 ft.",
- "languages": "-",
- "challenge_rating": "2",
- "cr": 2,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The shark makes two Bite attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one creature. _Hit:_ 12 (2d8+3) piercing damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Swift Hunter\",\"desc\":\"The shark moves up to half its speed toward a hostile creature that it can see. This movement doesn't provoke opportunity attacks.\"}]",
- "special_abilities_json": "[{\"name\":\"Blood Frenzy\",\"desc\":\"The shark has advantage on melee attack rolls against any creature that doesn't have all its HP.\"},{\"name\":\"Blood Sense\",\"desc\":\"The shark can pinpoint, by scent, the location of creatures that don't have all of their HP within 60 feet of it and can sense the general direction of such creatures within 1 mile of it.\"},{\"name\":\"Electrical Sensitivity\",\"desc\":\"Whenever the shark takes lightning damage, it must succeed on a DC 12 CON save or be incapacitated until the end of its next turn.\"},{\"name\":\"Water Breathing\",\"desc\":\"The shark can breathe only underwater.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "shark_reef_bf",
- "fields": {
- "name": "Shark, Reef",
- "size": "medium",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 12,
- "armor_desc": "natural armor",
- "hit_points": 27,
- "speed_json": "{\"walk\":0,\"swim\":40}",
- "strength": 14,
- "dexterity": 12,
- "constitution": 12,
- "intelligence": 1,
- "wisdom": 10,
- "charisma": 4,
- "strength_save": 14,
- "dexterity_save": 12,
- "constitution_save": 12,
- "intelligence_save": 1,
- "wisdom_save": 10,
- "charisma_save": 4,
- "perception": 12,
- "senses": "keensense 30 ft.",
- "languages": "-",
- "challenge_rating": "1/2",
- "cr": 0.5,
- "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 6 (1d8+2) piercing damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Stealthy Hunter\",\"desc\":\"The shark takes the Hide action.\"}]",
- "special_abilities_json": "[{\"name\":\"Blood Sense\",\"desc\":\"The shark can pinpoint, by scent, the location of creatures that don't have all of their HP within 60 feet of it and can sense the general direction of such creatures within 1 mile of it.\"},{\"name\":\"Electrical Sensitivity\",\"desc\":\"Whenever the shark takes lightning damage, it must succeed on a DC 11 CON save or be incapacitated until the end of its next turn.\"},{\"name\":\"Pack Tactics\",\"desc\":\"The shark has advantage on attack rolls against a creature if at least one of the shark's allies is within 5 feet of the creature and the ally isn't incapacitated.\"},{\"name\":\"Water Breathing\",\"desc\":\"The shark can breathe only underwater.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "snake_constrictor_bf",
- "fields": {
- "name": "Snake, Constrictor",
- "size": "large",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 12,
- "hit_points": 15,
- "speed_json": "{\"walk\":30,\"swim\":30}",
- "strength": 14,
- "dexterity": 14,
- "constitution": 12,
- "intelligence": 1,
- "wisdom": 10,
- "charisma": 2,
- "strength_save": 14,
- "dexterity_save": 14,
- "constitution_save": 12,
- "intelligence_save": 1,
- "wisdom_save": 10,
- "charisma_save": 2,
- "perception": 10,
- "senses": "keensense 10 ft.",
- "languages": "-",
- "challenge_rating": "1/4",
- "cr": 0.25,
- "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 5 (1d6+2) piercing damage.\"},{\"name\":\"Constrict\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 6 (1d8+2) bludgeoning damage, and the target is grappled (escape DC 12), if it is a Large or smaller creature. Until this grapple ends, the creature is restrained, and the snake can't Constrict another target.\"}]",
- "bonus_actions_json": "[{\"name\":\"Crush\",\"desc\":\"One creature grappled by the snake must succeed on a DC 12 STR or take 4 (1d8) bludgeoning damage and begin suffocating. The creature continues suffocating until the grapple ends.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "snake_flying_bf",
- "fields": {
- "name": "Snake, Flying",
- "size": "tiny",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 11,
- "hit_points": 10,
- "speed_json": "{\"walk\":30,\"fly\":60,\"swim\":30}",
- "strength": 4,
- "dexterity": 12,
- "constitution": 10,
- "intelligence": 2,
- "wisdom": 12,
- "charisma": 4,
- "strength_save": 4,
- "dexterity_save": 12,
- "constitution_save": 10,
- "intelligence_save": 2,
- "wisdom_save": 12,
- "charisma_save": 4,
- "perception": 11,
- "senses": "keensense 10 ft.",
- "languages": "-",
- "challenge_rating": "1/8",
- "cr": 0.125,
- "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one creature. _Hit:_ 3 (1d4+1) piercing damage, and the target must succeed on a DC 11 CON save or take 5 (2d4) poison damage.\"}]",
- "special_abilities_json": "[{\"name\":\"Flyby\",\"desc\":\"The snake doesn't provoke opportunity attacks when it flies out of an enemy's reach.\"}]",
- "reactions_json": "[{\"name\":\"Reflexive Escape\",\"desc\":\"When a creature the snake can see attacks it, the snake can move up to 5 feet. If this movement puts the snake out of reach of the attack, the attack misses.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "snake_giant_constrictor_bf",
- "fields": {
- "name": "Snake, Giant Constrictor",
- "size": "huge",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 12,
- "hit_points": 63,
- "speed_json": "{\"walk\":30,\"swim\":30}",
- "strength": 16,
- "dexterity": 14,
- "constitution": 12,
- "intelligence": 1,
- "wisdom": 10,
- "charisma": 2,
- "strength_save": 16,
- "dexterity_save": 14,
- "constitution_save": 12,
- "intelligence_save": 1,
- "wisdom_save": 10,
- "charisma_save": 2,
- "perception": 12,
- "senses": "keensense 10 ft.",
- "languages": "-",
- "challenge_rating": "2",
- "cr": 2,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The snake makes one Bite attack and one Constrict attack, or it makes two Bite attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 10 ft., one creature. _Hit:_ 10 (2d6+3) piercing damage.\"},{\"name\":\"Constrict\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one creature. _Hit:_ 12 (2d8+3) bludgeoning damage, and the target is grappled (escape DC 14). Until this grapple ends, the creature is restrained, and the snake can't Constrict another target.\"}]",
- "bonus_actions_json": "[{\"name\":\"Crush\",\"desc\":\"One creature grappled by the snake must succeed on a DC 14 STR or take 9 (2d8) bludgeoning damage and begin suffocating. The creature continues suffocating until the grapple ends.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "snake_giant_poisonous_bf",
- "fields": {
- "name": "Snake, Giant Poisonous",
- "size": "medium",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 12,
- "hit_points": 14,
- "speed_json": "{\"walk\":30,\"swim\":30}",
- "strength": 10,
- "dexterity": 14,
- "constitution": 12,
- "intelligence": 2,
- "wisdom": 10,
- "charisma": 2,
- "strength_save": 10,
- "dexterity_save": 14,
- "constitution_save": 12,
- "intelligence_save": 2,
- "wisdom_save": 10,
- "charisma_save": 2,
- "perception": 10,
- "damage_resistances": "poison,poisoned",
- "senses": "keensense 10 ft.",
- "languages": "-",
- "challenge_rating": "1/4",
- "cr": 0.25,
- "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 10 ft., one creature. _Hit:_ 5 (1d6+2) piercing damage, and the target must make a DC 11 CON save, taking 5 (2d4) poison damage on a failed save, or half as much damage on a successful one.\"}]",
- "reactions_json": "[{\"name\":\"Reflexive Nip\",\"desc\":\"When a creature the snake can see hits it with a melee attack while within 5 feet of it, the snake can make a quick nip at the creature. The attacker must succeed on a DC 11 CON save or be poisoned until the end of its next turn.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "snake_poisonous_bf",
- "fields": {
- "name": "Snake, Poisonous",
- "size": "tiny",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 11,
- "hit_points": 9,
- "speed_json": "{\"walk\":30,\"swim\":30}",
- "strength": 2,
- "dexterity": 12,
- "constitution": 10,
- "intelligence": 1,
- "wisdom": 10,
- "charisma": 2,
- "strength_save": 2,
- "dexterity_save": 12,
- "constitution_save": 10,
- "intelligence_save": 1,
- "wisdom_save": 10,
- "charisma_save": 2,
- "perception": 10,
- "damage_resistances": "poison,poisoned",
- "senses": "keensense 10 ft.",
- "languages": "-",
- "challenge_rating": "1/8",
- "cr": 0.125,
- "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one creature. _Hit:_ 3 (1d4+1) piercing damage, and the target must succeed on a DC 10 CON save or take 2 (1d4) poison damage.\"}]",
- "reactions_json": "[{\"name\":\"Reflexive Nip\",\"desc\":\"When a creature the snake can see hits it with a melee attack while within 5 feet of it, the snake can make a quick nip at the creature. The attacker must succeed on a DC 10 CON save or be poisoned until the end of its next turn.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "snake_swarm_of_poisonous_snakes_bf",
- "fields": {
- "name": "Snake, Swarm of Poisonous Snakes",
- "size": "medium",
- "type": "Swarm",
- "group": "Animals",
- "armor_class": 14,
- "hit_points": 48,
- "speed_json": "{\"walk\":30,\"swim\":30}",
- "strength": 8,
- "dexterity": 18,
- "constitution": 10,
- "intelligence": 1,
- "wisdom": 10,
- "charisma": 2,
- "strength_save": 8,
- "dexterity_save": 18,
- "constitution_save": 10,
- "intelligence_save": 1,
- "wisdom_save": 10,
- "charisma_save": 2,
- "perception": 10,
- "damage_resistances": "poison,poisoned,Swarm Resilience",
- "damage_immunities": "Swarm Resilience",
- "senses": "keensense 10 ft.",
- "languages": "-",
- "challenge_rating": "2",
- "cr": 2,
- "actions_json": "[{\"name\":\"Bites\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 0 ft., one creature in the swarm's space. _Hit:_ 10 (4d4) piercing damage, or 5 (2d4) piercing damage if the swarm has half of its HP or fewer. The target must make a DC 14 CON save, taking 18 (4d8) poison damage on a failed save, or half as much damage on a successful one.\"}]",
- "special_abilities_json": "[{\"name\":\"Poisonous Swarm\",\"desc\":\"The hissing, spitting, and constant nipping of snakes in the swarm leaves the swarm's space dripping with poison. A creature that starts its turn in the swarm's space must succeed on a DC 14 CON save or be poisoned until the start of its next turn.\"},{\"name\":\"Swarm\",\"desc\":\"The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny snake. The swarm can't regain HP or gain temporary HP.\"},{\"name\":\"Swarm Resilience\",\"desc\":\"The swarm is resistant to bludgeoning, piercing, and slashing damage, and it is immune to the charmed, frightened, grappled, paralyzed, petrified, prone, restrained, and stunned conditions.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "spider_bf",
- "fields": {
- "name": "Spider",
- "size": "tiny",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 12,
- "armor_desc": "natural armor",
- "hit_points": 8,
- "speed_json": "{\"walk\":20,\"climb\":20}",
- "strength": 2,
- "dexterity": 10,
- "constitution": 8,
- "intelligence": 1,
- "wisdom": 10,
- "charisma": 2,
- "strength_save": 2,
- "dexterity_save": 10,
- "constitution_save": 8,
- "intelligence_save": 1,
- "wisdom_save": 10,
- "charisma_save": 2,
- "perception": 10,
- "senses": "darkvision 30 ft.",
- "languages": "-",
- "challenge_rating": "0",
- "cr": 0,
- "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +2 to hit, reach 5 ft., one creature. _Hit:_ 2 (1d4) piercing damage, and the target must succeed on a DC 9 CON save or take 2 (1d4) poison damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Web Shot (Recharge 4-6)\",\"desc\":\"The spider launches a gob of webbing at one creature it can see within 15 feet of it. The target must succeed on a DC 9 DEX save or have its speed reduced by 10 feet. A creature can take an action to remove the webbing, ending the effect.\"}]",
- "special_abilities_json": "[{\"name\":\"Spider Climb\",\"desc\":\"The spider can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.\"},{\"name\":\"Web Sense\",\"desc\":\"While in contact with a web, the spider knows the exact location of any other creature in contact with the same web.\"},{\"name\":\"Web Walker\",\"desc\":\"The spider ignores movement restrictions caused by webbing.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "spider_giant_bf",
- "fields": {
- "name": "Spider, Giant",
- "size": "large",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 15,
- "armor_desc": "natural armor",
- "hit_points": 40,
- "speed_json": "{\"walk\":30,\"climb\":30}",
- "strength": 14,
- "dexterity": 16,
- "constitution": 12,
- "intelligence": 2,
- "wisdom": 10,
- "charisma": 4,
- "strength_save": 14,
- "dexterity_save": 16,
- "constitution_save": 12,
- "intelligence_save": 2,
- "wisdom_save": 10,
- "charisma_save": 4,
- "perception": 10,
- "senses": "keensense 10 ft., darkvision 60 ft.",
- "languages": "-",
- "challenge_rating": "1",
- "cr": 1,
- "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one creature. _Hit:_ 7 (1d8+3) piercing damage, and the target must make a DC 13 CON save, taking 10 (3d6) poison damage on a failed save, or half as much damage on a successful one. If the poison damage reduces the target to 0 HP, the target is stable but poisoned for 1 hour, even after regaining HP, and is paralyzed while poisoned in this way.\"}]",
- "bonus_actions_json": "[{\"name\":\"Web (Recharge 4-6)\",\"desc\":\"The spider launches a gob of webbing at one creature it can see within 30 feet of it. The target must succeed on a DC 12 DEX save or be restrained. A creature, including the restrained target, can take its action to free the target from the webbing by succeeding on a DC 12 STR check. The webbing can also be attacked and destroyed (AC 10; HP 5; vulnerability to fire damage; immunity to bludgeoning, poison, and psychic damage).\"}]",
- "special_abilities_json": "[{\"name\":\"Spider Climb\",\"desc\":\"The spider can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.\"},{\"name\":\"Web Sense\",\"desc\":\"While in contact with a web, the spider knows the exact location of any other creature in contact with the same web.\"},{\"name\":\"Web Walker\",\"desc\":\"The spider ignores movement restrictions caused by webbing.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "spider_giant_wolf_bf",
- "fields": {
- "name": "Spider, Giant Wolf",
- "size": "medium",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 13,
- "armor_desc": "natural armor",
- "hit_points": 14,
- "speed_json": "{\"walk\":40,\"climb\":40}",
- "strength": 14,
- "dexterity": 14,
- "constitution": 12,
- "intelligence": 2,
- "wisdom": 12,
- "charisma": 4,
- "strength_save": 14,
- "dexterity_save": 14,
- "constitution_save": 12,
- "intelligence_save": 2,
- "wisdom_save": 12,
- "charisma_save": 4,
- "perception": 13,
- "senses": "keensense 10 ft., darkvision 60 ft.",
- "languages": "-",
- "challenge_rating": "1/4",
- "cr": 0.25,
- "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 5 (1d6+2) piercing damage, and the target must succeed on a DC 12 CON save or take 5 (2d4) poison damage. If the poison damage reduces the target to 0 HP, the target is stable but poisoned for 1 hour, even after regaining HP, and is paralyzed while poisoned in this way.\"}]",
- "bonus_actions_json": "[{\"name\":\"Hunter's Leap\",\"desc\":\"The spider jumps up to 20 feet horizontally or up to 10 feet vertically toward a hostile creature that it can see. This movement doesn't provoke opportunity attacks.\"}]",
- "special_abilities_json": "[{\"name\":\"Spider Climb\",\"desc\":\"The spider can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.\"},{\"name\":\"Standing Leap\",\"desc\":\"The spider's long jump is up to 20 feet and its high jump is up to 10 feet, with or without a running start.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "tiger_bf",
- "fields": {
- "name": "Tiger",
- "size": "large",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 12,
- "hit_points": 38,
- "speed_json": "{\"walk\":40}",
- "strength": 16,
- "dexterity": 14,
- "constitution": 14,
- "intelligence": 2,
- "wisdom": 12,
- "charisma": 8,
- "strength_save": 16,
- "dexterity_save": 14,
- "constitution_save": 14,
- "intelligence_save": 2,
- "wisdom_save": 12,
- "charisma_save": 8,
- "perception": 13,
- "senses": "darkvision 60 ft.",
- "languages": "-",
- "challenge_rating": "1",
- "cr": 1,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The tiger makes one Bite attack and one Claws attack. If both attacks hit one creature, the target must succeed on a DC 13 CON save at the start of its next turn or lose 5 (2d4) HP, as the wound continues bleeding.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one creature. _Hit:_ 6 (1d6+3) piercing damage.\"},{\"name\":\"Claws\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 5 (1d4+3) slashing damage.\"}]",
- "special_abilities_json": "[{\"name\":\"Heightened Smell\",\"desc\":\"The tiger's Perception is 18 when perceiving by smell.\"},{\"name\":\"Pounce\",\"desc\":\"If the tiger moves at least 20 feet straight toward a creature and then hits it with a Claws attack on the same turn, that target must succeed on a DC 13 STR save or be knocked prone. If the target is prone, the tiger can make one Bite attack against it as a bonus action.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "tiger_sabertoothed_bf",
- "fields": {
- "name": "Tiger, Saber-Toothed",
- "size": "large",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 12,
- "hit_points": 63,
- "speed_json": "{\"walk\":40}",
- "strength": 18,
- "dexterity": 14,
- "constitution": 14,
- "intelligence": 2,
- "wisdom": 12,
- "charisma": 8,
- "strength_save": 18,
- "dexterity_save": 14,
- "constitution_save": 14,
- "intelligence_save": 2,
- "wisdom_save": 12,
- "charisma_save": 8,
- "perception": 13,
- "senses": "-",
- "languages": "-",
- "challenge_rating": "2",
- "cr": 2,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The tiger makes one Bite attack and one Claws attack.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one creature. _Hit:_ 9 (1d10+4) piercing damage, and the target must succeed on a DC 14 DEX save or suffer a puncture wound. A creature suffering a puncture wound loses 5 (1d10) HP at the start of each of its turns as the wound bleeds excessively. Any creature can take an action to stanch the wound with a successful DC 12 WIS (Medicine) check. The wound also closes if the target receives magical healing.\"},{\"name\":\"Claws\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 9 (2d4+4) slashing damage.\"}]",
- "special_abilities_json": "[{\"name\":\"Heightened Smell\",\"desc\":\"The tiger's Perception is 18 when perceiving by smell.\"},{\"name\":\"Pounce\",\"desc\":\"If the tiger moves at least 20 feet straight toward a creature and then hits it with a Claws attack on the same turn, that target must succeed on a DC 14 STR save or be knocked prone. If the target is prone, the tiger can make one Claws attack against it as a bonus action.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "vulture_bf",
- "fields": {
- "name": "Vulture",
- "size": "medium",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 10,
- "hit_points": 8,
- "speed_json": "{\"walk\":10,\"fly\":50}",
- "strength": 6,
- "dexterity": 10,
- "constitution": 12,
- "intelligence": 2,
- "wisdom": 12,
- "charisma": 4,
- "strength_save": 6,
- "dexterity_save": 10,
- "constitution_save": 12,
- "intelligence_save": 2,
- "wisdom_save": 12,
- "charisma_save": 4,
- "perception": 13,
- "senses": "-",
- "languages": "-",
- "challenge_rating": "0",
- "cr": 0,
- "actions_json": "[{\"name\":\"Beak\",\"desc\":\"_Melee Weapon Attack:_ +2 to hit, reach 5 ft., one target. _Hit:_ 2 (1d4) piercing damage.\"}]",
- "special_abilities_json": "[{\"name\":\"Carrion Sense\",\"desc\":\"The vulture can pinpoint, by scent, the location of carrion, dead creatures, and Undead without the Incorporeal Movement trait within 60 feet of it.\"},{\"name\":\"Heightened Sight and Smell\",\"desc\":\"The vulture's Perception is 18 when perceiving by sight or smell.\"},{\"name\":\"Pack Tactics\",\"desc\":\"The vulture has advantage on attack rolls against a creature if at least one of the vulture's allies is within 5 feet of the creature and the ally isn't incapacitated.\"}]",
- "reactions_json": "[{\"name\":\"Defensive Bile\",\"desc\":\"When a creature the vulture can see hits it with a melee attack while within 5 feet of it, the vulture can spit partially digested carrion at the creature. The attacker must succeed on a DC 11 CON save or be incapacitated until the end of its next turn.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "vulture_giant_bf",
- "fields": {
- "name": "Vulture, Giant",
- "size": "large",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 10,
- "hit_points": 46,
- "speed_json": "{\"walk\":10,\"fly\":60}",
- "strength": 16,
- "dexterity": 10,
- "constitution": 14,
- "intelligence": 2,
- "wisdom": 12,
- "charisma": 6,
- "strength_save": 16,
- "dexterity_save": 10,
- "constitution_save": 14,
- "intelligence_save": 2,
- "wisdom_save": 12,
- "charisma_save": 6,
- "perception": 13,
- "senses": "-",
- "languages": "-",
- "challenge_rating": "1",
- "cr": 1,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The vulture makes one Beak attack and one Talons attack.\"},{\"name\":\"Beak\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 6 (1d8+2) piercing damage.\"},{\"name\":\"Talons\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 7 (2d4+2) slashing damage.\"}]",
- "special_abilities_json": "[{\"name\":\"Carrion Sense\",\"desc\":\"The vulture can pinpoint, by scent, the location of carrion, dead creatures, and Undead without the Incorporeal Movement trait within 60 feet of it.\"},{\"name\":\"Heightened Sight and Smell\",\"desc\":\"The vulture's Perception is 18 when perceiving by sight or smell.\"},{\"name\":\"Pack Tactics\",\"desc\":\"The vulture has advantage on attack rolls against a creature if at least one of the vulture's allies is within 5 feet of the creature and the ally isn't incapacitated.\"}]",
- "reactions_json": "[{\"name\":\"Defensive Bile\",\"desc\":\"When a creature the vulture can see hits it with a melee attack while within 5 feet of it, the vulture can spit partially digested carrion at the creature. The attacker must succeed on a DC 13 CON save or take 5 (2d4) acid damage and be incapacitated until the end of its next turn.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "weasel_bf",
- "fields": {
- "name": "Weasel",
- "size": "tiny",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 11,
- "hit_points": 8,
- "speed_json": "{\"walk\":30}",
- "strength": 2,
- "dexterity": 12,
- "constitution": 8,
- "intelligence": 2,
- "wisdom": 12,
- "charisma": 2,
- "strength_save": 2,
- "dexterity_save": 12,
- "constitution_save": 8,
- "intelligence_save": 2,
- "wisdom_save": 12,
- "charisma_save": 2,
- "perception": 13,
- "senses": "-",
- "languages": "-",
- "challenge_rating": "0",
- "cr": 0,
- "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one creature. _Hit:_ 3 (1d4+1) piercing damage. Instead of dealing damage, the weasel can steal one item the target is wearing or carrying, provided the item weighs no more than 5 pounds, can fit in one hand, isn't a weapon, and isn't wrapped around or firmly attached to the target. For example, a weasel could steal a hat or belt pouch but not a creature's shirt or armor.\"}]",
- "special_abilities_json": "[{\"name\":\"Heightened Hearing and Smell\",\"desc\":\"The weasel's Perception is 18 when perceiving by hearing or smell.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "weasel_giant_bf",
- "fields": {
- "name": "Weasel, Giant",
- "size": "medium",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 13,
- "hit_points": 14,
- "speed_json": "{\"walk\":40}",
- "strength": 10,
- "dexterity": 16,
- "constitution": 10,
- "intelligence": 4,
- "wisdom": 12,
- "charisma": 4,
- "strength_save": 10,
- "dexterity_save": 16,
- "constitution_save": 10,
- "intelligence_save": 4,
- "wisdom_save": 12,
- "charisma_save": 4,
- "perception": 13,
- "senses": "darkvision 60 ft.",
- "languages": "-",
- "challenge_rating": "1/4",
- "cr": 0.25,
- "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 5 (1d4+3) piercing damage. Instead of dealing damage, the weasel can steal one item the target is wearing or carrying, provided the item weighs no more than 10 pounds, isn't a weapon, and isn't wrapped around or firmly attached to the target. For example, a weasel could steal a hat or belt pouch but not a creature's shirt or armor.\"}]",
- "special_abilities_json": "[{\"name\":\"Heightened Hearing and Smell\",\"desc\":\"The weasel's Perception is 18 when perceiving by hearing or smell.\"}]",
- "reactions_json": "[{\"name\":\"Repellent Spray\",\"desc\":\"When a creature the weasel can see moves to a space within 15 feet of it, the weasel can release a pungent spray at the creature. The target must succeed on a DC 13 CON save or be poisoned until the end of its next turn. While poisoned, the creature can't move to a space within 5 feet of the weasel.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "wolf_bf",
- "fields": {
- "name": "Wolf",
- "size": "medium",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 13,
- "armor_desc": "natural armor",
- "hit_points": 14,
- "speed_json": "{\"walk\":40}",
- "strength": 12,
- "dexterity": 14,
- "constitution": 12,
- "intelligence": 2,
- "wisdom": 12,
- "charisma": 6,
- "strength_save": 12,
- "dexterity_save": 14,
- "constitution_save": 12,
- "intelligence_save": 2,
- "wisdom_save": 12,
- "charisma_save": 6,
- "perception": 11,
- "senses": "-",
- "languages": "-",
- "challenge_rating": "1/4",
- "cr": 0.25,
- "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 6 (1d8+2) piercing damage. If the target is a creature, it must succeed on a DC 12 STR save or be knocked prone.\"}]",
- "special_abilities_json": "[{\"name\":\"Heightened Hearing and Smell\",\"desc\":\"The wolf's Perception is 16 while perceiving by hearing or smell.\"},{\"name\":\"Pack Tactics\",\"desc\":\"The wolf has advantage on attack rolls against a creature if at least one of the wolf's allies is within 5 feet of the creature and the ally isn't incapacitated.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "wolf_dire_bf",
- "fields": {
- "name": "Wolf, Dire",
- "size": "large",
- "type": "Beast",
- "group": "Animals",
- "armor_class": 14,
- "armor_desc": "natural armor",
- "hit_points": 40,
- "speed_json": "{\"walk\":50}",
- "strength": 16,
- "dexterity": 14,
- "constitution": 14,
- "intelligence": 2,
- "wisdom": 12,
- "charisma": 6,
- "strength_save": 16,
- "dexterity_save": 14,
- "constitution_save": 14,
- "intelligence_save": 2,
- "wisdom_save": 12,
- "charisma_save": 6,
- "perception": 13,
- "damage_resistances": "frightened",
- "senses": "-",
- "languages": "-",
- "challenge_rating": "1",
- "cr": 1,
- "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 12 (2d8+3) piercing damage. If the target is a creature, it must succeed on a DC 13 STR save or be knocked prone.\"}]",
- "bonus_actions_json": "[{\"name\":\"Hungry Growl\",\"desc\":\"The wolf stares down and growls at one creature it can see within 30 feet of it. The target must succeed on a DC 13 WIS save or be frightened until the end of its next turn. The wolf has advantage on the next attack roll it makes against the frightened creature.\"}]",
- "special_abilities_json": "[{\"name\":\"Heightened Hearing and Smell\",\"desc\":\"The wolf's Perception is 18 when perceiving by hearing or smell.\"},{\"name\":\"Pack Tactics\",\"desc\":\"The wolf has advantage on an attack roll against a creature if at least one of the wolf's allies is within 5 feet of the creature and the ally isn't incapacitated.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "acolyte_bf",
- "fields": {
- "name": "Acolyte",
- "size": "medium",
- "type": "Humanoid",
- "subtype": "Any Lineage",
- "group": "NPCs",
- "armor_class": 10,
- "hit_points": 15,
- "speed_json": "{\"walk\":30}",
- "strength": 10,
- "dexterity": 10,
- "constitution": 10,
- "intelligence": 10,
- "wisdom": 18,
- "charisma": 10,
- "strength_save": 10,
- "dexterity_save": 10,
- "constitution_save": 10,
- "intelligence_save": 10,
- "wisdom_save": 18,
- "charisma_save": 10,
- "perception": 13,
- "senses": "-",
- "languages": "any one language (usually Common)",
- "challenge_rating": "1/4",
- "cr": 0.25,
- "actions_json": "[{\"name\":\"Mace\",\"desc\":\"_Melee Weapon Attack:_ +2 to hit, reach 5 ft., one target. _Hit:_ 3 (1d6) bludgeoning damage plus 3 (1d6) necrotic or radiant damage (the acolyte's choice).\"},{\"name\":\"Radiant Bolt\",\"desc\":\"_Ranged Spell Attack:_ +6 to hit, range 60 ft., one target. _Hit:_ 6 (1d4+4) radiant damage.\"},{\"name\":\"Spellcasting\",\"desc\":\"The acolyte casts one of the following spells using WIS as the spellcasting ability (spell save DC 13).
At will: _light_, _thaumaturgy_
3/day each: _bless_, _cure wounds_, _sanctuary_\"}]",
- "special_abilities_json": "[{\"name\":\"Divine Providence\",\"desc\":\"Each friendly creature within 20 feet of the acolyte that isn't a Construct or Undead has advantage on death saves.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "archdruid_bf",
- "fields": {
- "name": "Archdruid",
- "size": "medium",
- "type": "Humanoid",
- "subtype": "Any Lineage",
- "group": "NPCs",
- "armor_class": 17,
- "armor_desc": "Nature's Champion",
- "hit_points": 210,
- "speed_json": "{\"walk\":30}",
- "strength": 16,
- "dexterity": 14,
- "constitution": 12,
- "intelligence": 22,
- "wisdom": 28,
- "charisma": 12,
- "strength_save": 16,
- "dexterity_save": 14,
- "constitution_save": 12,
- "intelligence_save": 22,
- "wisdom_save": 28,
- "charisma_save": 12,
- "perception": 19,
- "damage_resistances": "Nature's Champion",
- "senses": "-",
- "languages": "Common,Druidic,plus any one language",
- "challenge_rating": "12",
- "cr": 12,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The archdruid makes three Thorned Staff or Nature's Wrath attacks. It can replace one attack with a use of Spellcasting.\"},{\"name\":\"Thorned Staff\",\"desc\":\"_Melee Weapon Attack:_+7 to hit, reach 5. ft., one target. _Hit:_ 10 (2d6+3) piercing damage plus 18 (4d8) cold, fire, lightning, poison, or thunder damage (the archdruid's choice).\"},{\"name\":\"Nature's Wrath\",\"desc\":\"_Ranged Spell Attack:_+9 to hit, range 120 ft., one target. _Hit:_ 27 (5d8+5) cold, fire, lightning, poison, or thunder damage (the archdruid's choice).\"},{\"name\":\"Spellcasting\",\"desc\":\"The archdruid casts one of the following spells, using WIS as the spellcasting ability (spell save DC 17).
At will: _animal friendship_, _druidcraft_, _entangle_, _speak with animals_
3/day each: _heat metal_, _spike growth_, _plant growth_, _speak with plants_
1/day each: _polymorph_, _insect plague_\"}]",
- "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The archdruid magically transforms into a Beast that has a challenge rating no higher than its own, or back into its true form, which is Humanoid. Any equipment it is wearing or carrying transforms with it. It reverts to its true form if it dies. In a new form, the archdruid retains its HP, ability to speak, proficiencies, and INT, WIS, and CHA modifiers, as well as this bonus action. Its statistics and capabilities are otherwise replaced by those of the new form, except any class features or legendary actions of that form. The archdruid can choose to instead magically transform into an Elemental that has a challenge rating no higher than 6, or back into its true form. If it transforms into an Elemental, the archdruid can remain in that form for up to 6 hours then must finish a short or long rest before it can transform into an Elemental again.\"}]",
- "special_abilities_json": "[{\"name\":\"Nature's Champion\",\"desc\":\"While the archdruid is conscious, wearing no armor, and in a natural environment or terrain, such as a desert, forest, or mountain, it adds its WIS modifier to its AC (included above). In addition, it is resistant to cold, fire, lightning, poison, and thunder damage.\"},{\"name\":\"Nature's Weapons\",\"desc\":\"When the archdruid hits with any weapon, the weapon deals an extra 4d8 cold, fire, lightning, poison, or thunder damage (included in the attack), the archdruid's choice.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "archmage_bf",
- "fields": {
- "name": "Archmage",
- "size": "medium",
- "type": "Humanoid",
- "subtype": "Any Lineage",
- "group": "NPCs",
- "armor_class": 17,
- "armor_desc": "Magic Ward",
- "hit_points": 212,
- "speed_json": "{\"walk\":30}",
- "strength": 10,
- "dexterity": 14,
- "constitution": 12,
- "intelligence": 28,
- "wisdom": 22,
- "charisma": 16,
- "strength_save": 10,
- "dexterity_save": 14,
- "constitution_save": 12,
- "intelligence_save": 28,
- "wisdom_save": 22,
- "charisma_save": 16,
- "perception": 16,
- "damage_resistances": "Magic Ward",
- "senses": "-",
- "languages": "any six languages",
- "challenge_rating": "12",
- "cr": 12,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The archmage makes three Arcane Blast attacks. It can replace one attack with a use of Spellcasting.\"},{\"name\":\"Arcane Blast\",\"desc\":\"_Melee or Ranged Spell Attack:_ +9 to hit, reach 5 ft. or range 60 ft., one target. _Hit:_ 27 (4d10+5) force damage, and the target must succeed on a DC 17 STR save or be pushed up to 10 feet away from the archmage and knocked prone.\"},{\"name\":\"Burst of Magic (Recharge 5-6)\",\"desc\":\"The archmage releases a burst of swirling, multicolored, magical energy on a point it can see within 60 feet of it. Each creature within 20 feet of that point must make a DC 17 DEX save, taking 33 (6d10) force damage and 18 (4d8) acid, cold, fire, lightning, or thunder damage (the archmage's choice) on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Spellcasting\",\"desc\":\"The archmage casts one of the following spells, using INT as the spellcasting ability (spell save DC 17).
At will: _detect magic_, _disguise self_, _mage hand_, _prestidigitation_
3/day each: _charm_, _dispel magic_, _fly_, _invisibility_ (self only), _mirror image_
1/day each: _dimension door_, _greater hold_, _wall of force_\"}]",
- "bonus_actions_json": "[{\"name\":\"Shimmering Step\",\"desc\":\"The archmage teleports, along with any equipment it is wearing or carrying, up to 30 feet to an unoccupied space it can see. Sparks of arcane energy appear at the origin and destination when it uses this bonus action.\"}]",
- "special_abilities_json": "[{\"name\":\"Magic Resistance\",\"desc\":\"The archmage has advantage on saves against spells and other magical effects.\"},{\"name\":\"Magic Ward\",\"desc\":\"While the archmage is conscious, wearing no armor, and not inside of an antimagic effect, it adds its INT modifier to its AC (included above). In addition, it is resistant to force damage.\"}]",
- "reactions_json": "[{\"name\":\"Counter Spell\",\"desc\":\"When a creature the archmage can see within 30 feet of it casts a spell, the archmage can counter the spell, interrupting the casting. This reaction works like the counterspell spell with a +5 spellcasting ability check, except the archmage must always make the ability check, regardless of the spell's circle. The archmage has advantage on this check if the spell is on the Arcane source spell list.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "assassin_bf",
- "fields": {
- "name": "Assassin",
- "size": "medium",
- "type": "Humanoid",
- "subtype": "Any Lineage",
- "group": "NPCs",
- "armor_class": 15,
- "armor_desc": "studded leather",
- "hit_points": 157,
- "speed_json": "{\"walk\":30}",
- "strength": 10,
- "dexterity": 22,
- "constitution": 14,
- "intelligence": 18,
- "wisdom": 10,
- "charisma": 10,
- "strength_save": 10,
- "dexterity_save": 22,
- "constitution_save": 14,
- "intelligence_save": 18,
- "wisdom_save": 10,
- "charisma_save": 10,
- "perception": 13,
- "damage_resistances": "poison,poisoned",
- "senses": "-",
- "languages": "Thieves' Cant plus any two languages",
- "challenge_rating": "8",
- "cr": 8,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The assassin makes three Shortsword or Hand Crossbow attacks.\"},{\"name\":\"Shortsword\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 6 (1d6+3) piercing damage plus 13 (3d8) poison damage, and the target must succeed on a DC 14 CON save or be poisoned for 1 minute. A poisoned creature can repeat the save at the end of each of its turns, ending the effect on itself on a success.\"},{\"name\":\"Hand Crossbow\",\"desc\":\"_Ranged Weapon Attack:_ +6 to hit, range 30/120 ft., one target. _Hit:_ 6 (1d6+3) piercing damage plus 13 (3d8) poison damage, and the target must succeed on a DC 14 CON save or be poisoned for 1 minute. A poisoned creature can repeat the save at the end of each of its turns, ending the effect on itself on a success.\"}]",
- "bonus_actions_json": "[{\"name\":\"Hidden Step\",\"desc\":\"The assassin magically teleports, along with any equipment it is wearing or carrying, up to 30 feet to an unoccupied space it can see and takes the Hide action.\"}]",
- "special_abilities_json": "[{\"name\":\"Evasion\",\"desc\":\"If the assassin is subjected to an effect that allows it to make a DEX save to take only half damage, the assassin instead takes no damage if it succeeds on the save, and only half damage if it fails.\"},{\"name\":\"Poisoned Weapons\",\"desc\":\"The assassin's weapons are coated in poison. When it hits with any weapon, the weapon deals an extra 3d8 poison damage (included in the attack). In addition, at the start of each of its turns, the assassin can choose which of the following poisons is active on its weapons. The poison remains on the weapons until the start of the assassin's next turn.\\n- **Assassin's Friend.** A creature poisoned by a weapon coated with this poison takes an extra 4 (1d8) poison damage each time it takes damage while poisoned.\\n- **Buyer's Mercy.** A creature poisoned by a weapon coated with this poison falls unconscious while poisoned or until it takes damage or another creature uses an action to wake it.\\n- **Meddler's Fate.** A creature poisoned by a weapon coated with this poison has its speed halved while poisoned.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "bandit_bf",
- "fields": {
- "name": "Bandit",
- "size": "medium",
- "type": "Humanoid",
- "subtype": "Any Lineage",
- "group": "NPCs",
- "armor_class": 12,
- "armor_desc": "leather armor",
- "hit_points": 9,
- "speed_json": "{\"walk\":30}",
- "strength": 10,
- "dexterity": 12,
- "constitution": 12,
- "intelligence": 10,
- "wisdom": 10,
- "charisma": 10,
- "strength_save": 10,
- "dexterity_save": 12,
- "constitution_save": 12,
- "intelligence_save": 10,
- "wisdom_save": 10,
- "charisma_save": 10,
- "perception": 10,
- "senses": "-",
- "languages": "any one language (usually Common)",
- "challenge_rating": "1/8",
- "cr": 0.125,
- "actions_json": "[{\"name\":\"Scimitar\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 4 (1d6+1) slashing damage.\"},{\"name\":\"Light Crossbow\",\"desc\":\"_Ranged Weapon Attack:_ +3 to hit, range 80/320 ft., one target. _Hit:_ 5 (1d8+1) piercing damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Steal Item\",\"desc\":\"The bandit steals an object from one creature it can see within 5 feet of it. The target must succeed on a DC 11 DEX save or lose one object it is wearing or carrying of the bandit's choice. The object must weigh no more than 10 pounds, can't be a weapon, and can't be wrapped around or firmly attached to the target, such as a shirt or armor.\"}]",
- "special_abilities_json": "[{\"name\":\"Opportunist\",\"desc\":\"The bandit has advantage on opportunity attacks.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "bandit_captain_bf",
- "fields": {
- "name": "Bandit Captain",
- "size": "medium",
- "type": "Humanoid",
- "subtype": "Any Lineage",
- "group": "NPCs",
- "armor_class": 16,
- "armor_desc": "studded leather",
- "hit_points": 51,
- "speed_json": "{\"walk\":30}",
- "strength": 14,
- "dexterity": 18,
- "constitution": 14,
- "intelligence": 14,
- "wisdom": 10,
- "charisma": 14,
- "strength_save": 14,
- "dexterity_save": 18,
- "constitution_save": 14,
- "intelligence_save": 14,
- "wisdom_save": 10,
- "charisma_save": 14,
- "perception": 10,
- "senses": "-",
- "languages": "any two languages",
- "challenge_rating": "2",
- "cr": 2,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The bandit captain makes one Dagger attack and two Scimitar attacks, or it makes three Dagger attacks.\"},{\"name\":\"Dagger\",\"desc\":\"_Melee or Ranged Weapon Attack:_ +6 to hit, reach 5 ft. or range 20/60 ft., one target. _Hit:_ 6 (1d4+4) piercing damage.\"},{\"name\":\"Scimitar\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 7 (1d6+4) slashing damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Reposition Forces (Recharge 5-6)\",\"desc\":\"Each friendly bandit and thug under the bandit captain's command moves up to half its speed in a direction of the captain's choice. This movement doesn't provoke opportunity attacks.\"},{\"name\":\"Steal Item\",\"desc\":\"The bandit captain steals an object from one creature it can see within 5 feet of it. The target must succeed on a DC 14 DEX save or lose one object it is wearing or carrying of the bandit captain's choice. The object must weigh no more than 10 pounds, can't be a weapon, and can't be wrapped around or firmly attached to the target, such as a shirt or armor.\"}]",
- "special_abilities_json": "[{\"name\":\"Opportunist\",\"desc\":\"The bandit captain has advantage on opportunity attacks.\"}]",
- "reactions_json": "[{\"name\":\"Parry\",\"desc\":\"The bandit captain adds 2 to its AC against one melee attack that would hit it. To do so, the captain must see the attacker and be wielding a melee weapon.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "bard_bf",
- "fields": {
- "name": "Bard",
- "size": "medium",
- "type": "Humanoid",
- "subtype": "Any Lineage",
- "group": "NPCs",
- "armor_class": 15,
- "armor_desc": "studded leather",
- "hit_points": 114,
- "speed_json": "{\"walk\":30}",
- "strength": 10,
- "dexterity": 22,
- "constitution": 12,
- "intelligence": 14,
- "wisdom": 12,
- "charisma": 24,
- "strength_save": 10,
- "dexterity_save": 22,
- "constitution_save": 12,
- "intelligence_save": 14,
- "wisdom_save": 12,
- "charisma_save": 24,
- "perception": 14,
- "damage_resistances": "Artistic Expression",
- "senses": "-",
- "languages": "Common plus any two languages",
- "challenge_rating": "5",
- "cr": 5,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The bard makes two Rapier or Hand Crossbow attacks. It can replace one attack with a use of Spellcasting.\"},{\"name\":\"Rapier\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5. ft., one target. _Hit:_ 7 (1d8+3) piercing damage plus 13 (3d8) damage of the type determined by Artistic Expression.\"},{\"name\":\"Hand Crossbow\",\"desc\":\"_Ranged Weapon Attack:_+6 to hit, range 30/120 ft., one target. _Hit:_ 6 (1d6+3) piercing damage plus 13 (3d8) damage of the type determined by Artistic Expression.\"},{\"name\":\"Dissonant Outburst (Recharge 4-6)\",\"desc\":\"Each creature within 30 feet of the bard and that can see or hear it must make a DC 15 WIS save. On a failure, a creature takes 14 (4d6) thunder damage and 7 (2d6) psychic damage and has disadvantage on attack rolls and ability checks until the end of its next turn. On a success, a creature takes half the damage and doesn't have disadvantage on attack rolls and ability checks.\"},{\"name\":\"Spellcasting\",\"desc\":\"The bard casts one of the following spells, using CHA as the spellcasting ability (spell save DC 15).
At will: dancing lights, mage hand, message
3/day each: _faerie fire_, _hold_, _suggestion_
1/day each: _confusion_, _greater invisibility_\"}]",
- "special_abilities_json": "[{\"name\":\"Artistic Expression\",\"desc\":\"The bard has one primary form of artistic expression, such as song, poetry, dance, fashion, paint, or similar. It is resistant to one type of damage associated with that artistic expression. For example, a bard expressing art through song or oration is resistant to thunder damage, a bard expressing art through paint is resistant to acid or poison damage (the bard's choice), and a bard expressing art through witty discourse or clever quips is resistant to psychic damage. This trait can't make the bard resistant to force, necrotic, or radiant damage.\"},{\"name\":\"Expressive Weapons\",\"desc\":\"When the bard hits with any weapon, the weapon deals an extra 3d8 damage of the type determined by Artistic Expression.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "berserker_bf",
- "fields": {
- "name": "Berserker",
- "size": "medium",
- "type": "Humanoid",
- "subtype": "Any Lineage",
- "group": "NPCs",
- "armor_class": 13,
- "armor_desc": "hide armor",
- "hit_points": 60,
- "speed_json": "{\"walk\":30}",
- "strength": 18,
- "dexterity": 12,
- "constitution": 16,
- "intelligence": 8,
- "wisdom": 10,
- "charisma": 8,
- "strength_save": 18,
- "dexterity_save": 12,
- "constitution_save": 16,
- "intelligence_save": 8,
- "wisdom_save": 10,
- "charisma_save": 8,
- "perception": 10,
- "senses": "-",
- "languages": "any one language (usually Common)",
- "challenge_rating": "2",
- "cr": 2,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The berserker makes two Greataxe attacks.\"},{\"name\":\"Greataxe\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 10 (1d12+4) slashing damage.\"}]",
- "special_abilities_json": "[{\"name\":\"Reckless\",\"desc\":\"At the start of its turn, the berserker can gain advantage on all melee weapon attack rolls it makes during that turn, but attack rolls against it have advantage until the start of its next turn.\"},{\"name\":\"Stalwart\",\"desc\":\"If the berserker starts its turn afflicted by an ongoing effect that allows for a repeated save to end the effect, such as the hold spell or the poison from an ettercap's Bite, the gladiator can make the save at the start of the turn instead of the end and has advantage on the save.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "commoner_bf",
- "fields": {
- "name": "Commoner",
- "size": "medium",
- "type": "Humanoid",
- "subtype": "Any Lineage",
- "group": "NPCs",
- "armor_class": 10,
- "hit_points": 8,
- "speed_json": "{\"walk\":30}",
- "strength": 10,
- "dexterity": 10,
- "constitution": 10,
- "intelligence": 10,
- "wisdom": 10,
- "charisma": 10,
- "strength_save": 10,
- "dexterity_save": 10,
- "constitution_save": 10,
- "intelligence_save": 10,
- "wisdom_save": 10,
- "charisma_save": 10,
- "perception": 10,
- "senses": "-",
- "languages": "any one language (usually Common)",
- "challenge_rating": "0",
- "cr": 0,
- "actions_json": "[{\"name\":\"Club\",\"desc\":\"_Melee Weapon Attack:_ +2 to hit, reach 5 ft., one target. _Hit:_ 2 (1d4) bludgeoning damage.\"},{\"name\":\"Sling\",\"desc\":\"_Ranged Weapon Attack:_ +2 to hit, range 30/120 ft., one target. _Hit:_ 2 (1d4) bludgeoning damage.\"},{\"name\":\"Angry Mob (1/Day)\",\"desc\":\"The commoner moves up to half its speed toward a creature it can see. Each friendly commoner within 30 feet of the commoner can use its reaction to join the angry mob and move up to half its speed toward the same target. This movement doesn't provoke opportunity attacks. If the initiating commoner is within 5 feet of the target, the target must make a DC 10 DEX save, taking 2 (1d4) bludgeoning damage on a failed save, or half as much damage on a successful one. For each commoner after the first that participated in the angry mob and that is within 10 feet of the target, the damage increases by 1 as stones, clubs, sticks, and similar \\\"weapons\\\" fly at the target from all angles. Afterwards, each commoner after the first that participated in the mob can't use Angry Mob until it finishes a short or long rest.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "cultist_bf",
- "fields": {
- "name": "Cultist",
- "size": "medium",
- "type": "Humanoid",
- "subtype": "Any Lineage",
- "group": "NPCs",
- "armor_class": 13,
- "armor_desc": "studded leather",
- "hit_points": 9,
- "speed_json": "{\"walk\":30}",
- "strength": 10,
- "dexterity": 12,
- "constitution": 12,
- "intelligence": 10,
- "wisdom": 12,
- "charisma": 14,
- "strength_save": 10,
- "dexterity_save": 12,
- "constitution_save": 12,
- "intelligence_save": 10,
- "wisdom_save": 12,
- "charisma_save": 14,
- "perception": 11,
- "damage_resistances": "Dark Devotion",
- "senses": "-",
- "languages": "any one language (usually Common)",
- "challenge_rating": "1/8",
- "cr": 0.125,
- "actions_json": "[{\"name\":\"Sacrificial Dagger\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 3 (1d4+1) slashing damage. If the target is paralyzed, prone, stunned, or unconscious, it takes an extra 2 (1d4) slashing damage.\"}]",
- "special_abilities_json": "[{\"name\":\"Dark Devotion\",\"desc\":\"The cultist is resistant to the charmed and frightened conditions.\"}]",
- "reactions_json": "[{\"name\":\"For the Cause!\",\"desc\":\"When a friendly creature the cultist can see within 5 feet of it is hit by an attack that would reduce that creature to 0 HP, the cultist can leap in front of the attack, taking the damage instead.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "cultist_fanatic_bf",
- "fields": {
- "name": "Cultist, Fanatic",
- "size": "medium",
- "type": "Humanoid",
- "subtype": "Any Lineage",
- "group": "NPCs",
- "armor_class": 14,
- "armor_desc": "studded leather",
- "hit_points": 60,
- "speed_json": "{\"walk\":30}",
- "strength": 10,
- "dexterity": 14,
- "constitution": 12,
- "intelligence": 10,
- "wisdom": 16,
- "charisma": 16,
- "strength_save": 10,
- "dexterity_save": 14,
- "constitution_save": 12,
- "intelligence_save": 10,
- "wisdom_save": 16,
- "charisma_save": 16,
- "perception": 13,
- "damage_resistances": "Dark Devotion",
- "senses": "-",
- "languages": "any one language (usually Common)",
- "challenge_rating": "2",
- "cr": 2,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The fanatic makes two Sacrificial Dagger or Unholy Bolt attacks.\"},{\"name\":\"Sacrificial Dagger\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft. or range 20/60 ft., one target. _Hit:_ 4 (1d4+2) slashing damage plus 7 (2d6) fire damage or necrotic damage (the fanatic's choice). If the target is paralyzed, prone, stunned, or unconscious, it takes an extra 2 (1d4) slashing damage.\"},{\"name\":\"Unholy Bolt\",\"desc\":\"_Ranged Spell Attack:_ +5 to hit, range 60 ft., one target. _Hit:_ 10 (2d6+3) fire damage or necrotic damage (the fanatic's choice).\"},{\"name\":\"Spellcasting\",\"desc\":\"The fanatic casts one of the following spells, using WIS as the spellcasting ability (spell save DC 13).
At will: _light_, _thaumaturgy_
3/day each: _bane_, _command_
2/day: _hold_\"}]",
- "bonus_actions_json": "[{\"name\":\"Unholy Brand (Recharge 5-6)\",\"desc\":\"One creature the fanatic can see within 30 feet of it must succeed on a DC 13 CHA save or be marked with an unholy brand until the start of the fanatic's next turn. While the creature is branded, Fiends and cultists have advantage on attack rolls against it.\"}]",
- "special_abilities_json": "[{\"name\":\"Dark Devotion\",\"desc\":\"The fanatic is resistant to the charmed and frightened conditions.\"},{\"name\":\"Unholy Weapons\",\"desc\":\"The fanatic's weapons are coated in dark, magical flames. When the fanatic hits with any weapon, the weapon deals an extra 2d6 fire damage or necrotic damage (included in the attack), the fanatic's choice.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "druid_bf",
- "fields": {
- "name": "Druid",
- "size": "medium",
- "type": "Humanoid",
- "subtype": "Any Lineage",
- "group": "NPCs",
- "armor_class": 11,
- "armor_desc": "16 with barkskin",
- "hit_points": 66,
- "speed_json": "{\"walk\":30}",
- "strength": 10,
- "dexterity": 12,
- "constitution": 12,
- "intelligence": 12,
- "wisdom": 16,
- "charisma": 10,
- "strength_save": 10,
- "dexterity_save": 12,
- "constitution_save": 12,
- "intelligence_save": 12,
- "wisdom_save": 16,
- "charisma_save": 10,
- "perception": 13,
- "senses": "-",
- "languages": "Druidic plus any two languages",
- "challenge_rating": "2",
- "cr": 2,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The druid makes two Flowering Quarterstaff or Poison Bolt attacks.\"},{\"name\":\"Flowering Quarterstaff\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 7 (1d8+3) bludgeoning damage plus 5 (2d4) poison damage.\"},{\"name\":\"Poison Bolt\",\"desc\":\"_Ranged Spell Attack:_ +5 to hit, range 60 ft., one target. _Hit:_ 10 (3d4+3) poison damage.\"},{\"name\":\"Spellcasting\",\"desc\":\"The druid casts one of the following spells, using WIS as the spellcasting ability (spell save DC 13).
At will: druidcraft, speak with animals
3/day each: _entangle_, _cure wounds_, _thunderwave_
2/day each: _barkskin_, _spike growth_\"}]",
- "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The druid magically transforms into a Medium or smaller Beast that has a challenge rating no higher than its own, or back into its true form, which is Humanoid. Any equipment it is wearing or carrying transforms with it. It reverts to its true form if it dies. In a new form, the druid retains its HP, ability to speak, proficiencies, and INT, WIS, and CHA modifiers, as well as this bonus action. Its statistics and capabilities are otherwise replaced by those of the new form, except any class features or legendary actions of that form.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "gladiator_bf",
- "fields": {
- "name": "Gladiator",
- "size": "medium",
- "type": "Humanoid",
- "subtype": "Any Lineage",
- "group": "NPCs",
- "armor_class": 16,
- "armor_desc": "studded leather, shield",
- "hit_points": 108,
- "speed_json": "{\"walk\":30}",
- "strength": 24,
- "dexterity": 14,
- "constitution": 22,
- "intelligence": 10,
- "wisdom": 12,
- "charisma": 14,
- "strength_save": 24,
- "dexterity_save": 14,
- "constitution_save": 22,
- "intelligence_save": 10,
- "wisdom_save": 12,
- "charisma_save": 14,
- "perception": 11,
- "damage_resistances": "frightened",
- "senses": "-",
- "languages": "any one language (usually Common)",
- "challenge_rating": "5",
- "cr": 5,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The gladiator makes two Shield Bash attacks and two Spear attacks, or it makes three Spear attacks.\"},{\"name\":\"Shield Bash\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 9 (2d4+4) bludgeoning damage. If the target is a Medium or smaller creature, it must succeed on a DC 15 STR save or be knocked prone.\"},{\"name\":\"Spear\",\"desc\":\"_Melee or Ranged Weapon Attack:_ +7 to hit, reach 5 ft. and range 20/60 ft., one target. _Hit:_ 11 (2d6+4) piercing damage, or 13 (2d8+4) piercing damage if used with two hands to make a melee attack.\"}]",
- "bonus_actions_json": "[{\"name\":\"Entertaining Display\",\"desc\":\"The gladiator slams its spear against its shield, twirls its spear, or roars while flexing, entertaining or intimidating up to two creatures it can see within 15 feet of it. Each target must succeed on a DC 15 CHA save or be charmed or frightened (the gladiator's choice) until the end of its next turn.\"}]",
- "special_abilities_json": "[{\"name\":\"Brutal\",\"desc\":\"A melee weapon deals one extra die of its damage when the gladiator hits with it (included in the attack).\"}]",
- "reactions_json": "[{\"name\":\"Parry\",\"desc\":\"The gladiator adds 3 to its AC against one melee attack that would hit it. To do so, the gladiator must see the attacker and be wielding a melee weapon.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "guard_bf",
- "fields": {
- "name": "Guard",
- "size": "medium",
- "type": "Humanoid",
- "subtype": "Any Lineage",
- "group": "NPCs",
- "armor_class": 14,
- "armor_desc": "chain shirt",
- "hit_points": 8,
- "speed_json": "{\"walk\":30}",
- "strength": 12,
- "dexterity": 12,
- "constitution": 12,
- "intelligence": 10,
- "wisdom": 12,
- "charisma": 10,
- "strength_save": 12,
- "dexterity_save": 12,
- "constitution_save": 12,
- "intelligence_save": 10,
- "wisdom_save": 12,
- "charisma_save": 10,
- "perception": 13,
- "senses": "-",
- "languages": "any one language (usually Common)",
- "challenge_rating": "1/8",
- "cr": 0.125,
- "actions_json": "[{\"name\":\"Spear\",\"desc\":\"_Melee or Ranged Weapon Attack:_ +3 to hit, reach 5 ft. or range 20/60 ft., one target. _Hit:_ 4 (1d6+1) piercing damage, or 5 (1d8+1) piercing damage if used with two hands to make a melee attack.\"}]",
- "reactions_json": "[{\"name\":\"Protector's Parry\",\"desc\":\"When a friendly creature the guard can see within 5 feet of it is the target of an attack, the guard can interpose its weapon between the creature and the attacker. The friendly creature adds 2 to its AC against that attack. To use this reaction, the guard must be able to see the attacker and be wielding a melee weapon.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "knight_bf",
- "fields": {
- "name": "Knight",
- "size": "medium",
- "type": "Humanoid",
- "subtype": "Any Lineage",
- "group": "NPCs",
- "armor_class": 18,
- "armor_desc": "plate",
- "hit_points": 68,
- "speed_json": "{\"walk\":30}",
- "strength": 16,
- "dexterity": 10,
- "constitution": 14,
- "intelligence": 12,
- "wisdom": 12,
- "charisma": 14,
- "strength_save": 16,
- "dexterity_save": 10,
- "constitution_save": 14,
- "intelligence_save": 12,
- "wisdom_save": 12,
- "charisma_save": 14,
- "perception": 13,
- "damage_resistances": "charmed,frightened",
- "senses": "-",
- "languages": "Common and one other language",
- "challenge_rating": "3",
- "cr": 3,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The knight makes three Greatsword attacks, or it makes four Javelin attacks.\"},{\"name\":\"Greatsword\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) slashing damage.\"},{\"name\":\"Javelin\",\"desc\":\"_Melee or Ranged Weapon Attack:_ +5 to hit, reach 5 ft. or range 30/120 ft., one target. _Hit:_ 6 (1d6+3) piercing damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Champion's Challenge\",\"desc\":\"The knight challenges one creature it can see within 30 feet of it. The target must succeed on a DC 13 CHA save or have disadvantage on attack rolls against creatures that aren't the knight until the end of its next turn.\"}]",
- "special_abilities_json": "[{\"name\":\"Chivalrous Presence\",\"desc\":\"The knight exudes a powerful presence. At the start of each of the knight's turns, it chooses one of the following presences, which lasts until the start of the knight's next turn.\\n- **Empowering Presence.** Each friendly creature that starts its turn within 15 feet of the knight has advantage on the first attack roll it makes before this presence ends.\\n- **Protective Presence.** Hostile creatures have disadvantage on attack rolls against friendly creatures within 5 feet of the knight.\\n- **Unwavering Presence.** Each friendly creature within 15 feet of the knight is resistant to the charmed and frightened conditions.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "mage_bf",
- "fields": {
- "name": "Mage",
- "size": "medium",
- "type": "Humanoid",
- "subtype": "Any Lineage",
- "group": "NPCs",
- "armor_class": 10,
- "armor_desc": "13 with mage armor",
- "hit_points": 140,
- "speed_json": "{\"walk\":30}",
- "strength": 8,
- "dexterity": 10,
- "constitution": 10,
- "intelligence": 22,
- "wisdom": 12,
- "charisma": 10,
- "strength_save": 8,
- "dexterity_save": 10,
- "constitution_save": 10,
- "intelligence_save": 22,
- "wisdom_save": 12,
- "charisma_save": 10,
- "perception": 11,
- "senses": "-",
- "languages": "any four languages",
- "challenge_rating": "6",
- "cr": 6,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The mage makes three Dagger or Arcane Bolt attacks. It can replace one attack with a use of Spellcasting.\"},{\"name\":\"Dagger\",\"desc\":\"_Melee or Ranged Weapon Attack:_ +3 to hit, reach 5 ft. or range 20/60 ft., one target. _Hit:_ 2 (1d4) piercing damage plus 13 (3d8) force damage.\"},{\"name\":\"Arcane Bolt\",\"desc\":\"_Ranged Spell Attack:_ +6 to hit, range 60 ft., one target. _Hit:_ 16 (3d8+3) force damage.\"},{\"name\":\"Spellcasting\",\"desc\":\"The mage casts one of the following spells, using INT as the spellcasting ability (spell save DC 14).
At will: _detect magic_, _light_, _mage hand_, _prestidigitation_
3/day each: _fly_, _mage armor_, _mirror image_
2/day each: _fireball_, _haste_, _slow_
1/day each: _cone of cold_, _greater invisibility_\"}]",
- "special_abilities_json": "[{\"name\":\"Arcane Weapons\",\"desc\":\"The mage's weapon attacks are magical. When the mage hits with any weapon, the weapon deals an extra 3d8 force damage (included in the attack).\"},{\"name\":\"Magic Resistance\",\"desc\":\"The mage has advantage on saves against spells and other magical effects.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "mage_apprentice_bf",
- "fields": {
- "name": "Mage Apprentice",
- "size": "medium",
- "type": "Humanoid",
- "subtype": "Any Lineage",
- "group": "NPCs",
- "armor_class": 10,
- "armor_desc": "13 with mage armor",
- "hit_points": 40,
- "speed_json": "{\"walk\":30}",
- "strength": 8,
- "dexterity": 12,
- "constitution": 12,
- "intelligence": 18,
- "wisdom": 12,
- "charisma": 10,
- "strength_save": 8,
- "dexterity_save": 12,
- "constitution_save": 12,
- "intelligence_save": 18,
- "wisdom_save": 12,
- "charisma_save": 10,
- "perception": 11,
- "senses": "-",
- "languages": "any two languages",
- "challenge_rating": "1",
- "cr": 1,
- "actions_json": "[{\"name\":\"Dagger\",\"desc\":\"_Melee or Ranged Weapon Attack:_ +3 to hit, reach 5 ft. or range 20/60 ft., one target. _Hit:_ 2 (1d4) piercing damage plus 9 (2d8) force damage.\"},{\"name\":\"Arcane Bolt\",\"desc\":\"_Ranged Spell Attack:_ +4 to hit, range 60 ft., one target. _Hit:_ 11 (2d8+2) force damage.\"},{\"name\":\"Spellcasting\",\"desc\":\"The mage apprentice casts one of the following spells, using INT as the spellcasting ability (spell save DC 12).
At will: _mage hand_, _minor illusion_
1/day each: _color spray_, _mage armor_, _sleep_\"}]",
- "special_abilities_json": "[{\"name\":\"Arcane Weapons\",\"desc\":\"The mage apprentice's weapon attacks are magical. When the mage hits with any weapon, the weapon deals an extra 2d8 force damage (included in the attack).\"},{\"name\":\"Reckless Show-Off\",\"desc\":\"If it can see a fellow apprentice or its magical teacher at the start of its turn, the mage apprentice has advantage on the first spell attack roll it makes during that turn, but attack rolls against it also have advantage until the start of its next turn.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "master_alchemist_bf",
- "fields": {
- "name": "Master Alchemist",
- "size": "medium",
- "type": "Humanoid",
- "subtype": "Any Lineage",
- "group": "NPCs",
- "armor_class": 16,
- "armor_desc": "studded leather",
- "hit_points": 152,
- "speed_json": "{\"walk\":30}",
- "strength": 10,
- "dexterity": 18,
- "constitution": 22,
- "intelligence": 24,
- "wisdom": 12,
- "charisma": 14,
- "strength_save": 10,
- "dexterity_save": 18,
- "constitution_save": 22,
- "intelligence_save": 24,
- "wisdom_save": 12,
- "charisma_save": 14,
- "perception": 11,
- "senses": "-",
- "languages": "any two languages",
- "challenge_rating": "7",
- "cr": 7,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The master alchemist makes three Hasty Concoction attacks.\"},{\"name\":\"Hasty Concoction\",\"desc\":\"_Melee or Ranged Weapon Attack:_ +7 to hit, reach 5 ft. or range 20/60 ft., one target. _Hit:_ 17 (3d8+4) acid, cold, fire, or poison damage (the alchemist's choice). The concoction then causes one of the following effects of the master alchemist's choice.\\n- **Disorienting Vapors.** Overly sweet-smelling, pink vapors erupt from where the concoction hit the target. The target and each creature within 5 feet of it must make a DC 15 INT save. When a creature that failed this save moves on its next turn, it moves in a random direction.\\n- **Poisonous Cloud.** An acrid-smelling, green gas pours out from where the concoction hit the target. The gas fills a 10-foot-radius sphere centered on the target. The gas spreads around corners, and its area is lightly obscured. A creature that enters the gas for the first time on a turn or starts its turn there must succeed on a DC 15 CON save or be poisoned until the end of its next turn. The gas disperses at the start of the master alchemist's next turn.\\n- **Slick Floor.** A thick, purple foam bursts out from where the concoction hit the target. The floor within 10 feet of the target is coated in slick goop until the start of the master alchemist's next turn, when the foam dries. For the duration, when a creature moves through the area, it must succeed on a DC 15 DEX save or fall prone. When the master alchemist makes a Hasty Concoction attack, it can choose to target a point on the ground it can see within 60 feet instead. If it does so, the concoction causes only one of the above effects centered on that point instead of dealing damage.\"},{\"name\":\"Explosive Flask (Recharge 5-6)\",\"desc\":\"The master alchemist throws an explosive flask at a point it can see within 30 feet of it. Each creature within 10 feet of that point must make a DC 15 DEX save, taking 31 (7d8) fire damage on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Healing Unguent (3/Day)\",\"desc\":\"The master alchemist rubs a greasy unguent on a creature's wounds. The target regains 14 (4d6) HP.\"}]",
- "bonus_actions_json": "[{\"name\":\"Protective Draught (Recharge 4-6)\",\"desc\":\"The master alchemist drinks one of its brews and gains resistance to acid, cold, fire, or poison damage (the master alchemist's choice) until the end of its next turn.\"}]",
- "special_abilities_json": "[{\"name\":\"Tools of the Trade\",\"desc\":\"The master alchemist is proficient with alchemist's supplies and doubles its proficiency bonus for any ability check it makes with alchemist's supplies.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "mechanist_bf",
- "fields": {
- "name": "Mechanist",
- "size": "medium",
- "type": "Humanoid",
- "subtype": "Any Lineage",
- "group": "NPCs",
- "armor_class": 15,
- "armor_desc": "scale mail",
- "hit_points": 60,
- "speed_json": "{\"walk\":30}",
- "strength": 16,
- "dexterity": 12,
- "constitution": 12,
- "intelligence": 20,
- "wisdom": 10,
- "charisma": 10,
- "strength_save": 16,
- "dexterity_save": 12,
- "constitution_save": 12,
- "intelligence_save": 20,
- "wisdom_save": 10,
- "charisma_save": 10,
- "perception": 10,
- "senses": "-",
- "languages": "Common,plus any two languages",
- "challenge_rating": "2",
- "cr": 2,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The mechanist makes two Warhammer or Light Crossbow attacks.\"},{\"name\":\"Warhammer\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 7 (1d8+3) bludgeoning damage, or 8 (1d10+3) bludgeoning damage if used with two hands.\"},{\"name\":\"Light Crossbow\",\"desc\":\"_Ranged Weapon Attack:_ +3 to hit, range 80/320 ft., one target. _Hit:_ 5 (1d8+1) piercing damage.\"},{\"name\":\"Repair (Recharge 4-6)\",\"desc\":\"The mechanist touches one friendly Construct it can see. The target regains 5 (2d4) HP.\"}]",
- "bonus_actions_json": "[{\"name\":\"Quick Creation (Recharge 4-6)\",\"desc\":\"The mechanist cobbles together various machine parts it is carrying and creates a Tiny Construct. The Construct obeys the mechanist's spoken commands. It uses the statistics of a solodron but it isn't a mechadron or part of the Plan. The mechanist can have up to two such Constructs under its control at one time. Each Construct remains for 1 minute, until the mechanist dies, or until the mechanist uses this bonus action again to dismiss one or both of them.\"}]",
- "special_abilities_json": "[{\"name\":\"Tools of the Trade\",\"desc\":\"The mechanist is proficient with tinker tools and doubles its proficiency bonus for any ability check it makes with tinker tools.\"}]",
- "reactions_json": "[{\"name\":\"Magnetic Pulse\",\"desc\":\"When a creature the mechanist can see attacks it with a weapon made at least partially of metal while within 5 feet of it, the mechanist can release a magical, magnetic pulse. The attacker must succeed on a DC 13 DEX save or have disadvantage on the attack roll.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "noble_bf",
- "fields": {
- "name": "Noble",
- "size": "medium",
- "type": "Humanoid",
- "subtype": "Any Lineage",
- "group": "NPCs",
- "armor_class": 14,
- "armor_desc": "Impenetrable Ego",
- "hit_points": 7,
- "speed_json": "{\"walk\":30}",
- "strength": 10,
- "dexterity": 12,
- "constitution": 10,
- "intelligence": 12,
- "wisdom": 14,
- "charisma": 20,
- "strength_save": 10,
- "dexterity_save": 12,
- "constitution_save": 10,
- "intelligence_save": 12,
- "wisdom_save": 14,
- "charisma_save": 20,
- "perception": 12,
- "damage_resistances": "Impenetrable Ego",
- "senses": "-",
- "languages": "any two languages",
- "challenge_rating": "1/8",
- "cr": 0.125,
- "actions_json": "[{\"name\":\"Rapier\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 5 (1d8+1) piercing damage.\"}]",
- "special_abilities_json": "[{\"name\":\"Impenetrable Ego\",\"desc\":\"While the noble is conscious and wearing no armor and wielding no shield, it adds its CHA modifier to its AC (included above). In addition, it is resistant to the charmed and frightened conditions.\"}]",
- "reactions_json": "[{\"name\":\"Parry\",\"desc\":\"The noble adds 2 to its AC against one melee attack that would hit it. To do so, the noble must see the attacker and be wielding a melee weapon.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "priest_bf",
- "fields": {
- "name": "Priest",
- "size": "medium",
- "type": "Humanoid",
- "subtype": "Any Lineage",
- "group": "NPCs",
- "armor_class": 13,
- "armor_desc": "chain shirt",
- "hit_points": 57,
- "speed_json": "{\"walk\":30}",
- "strength": 12,
- "dexterity": 10,
- "constitution": 12,
- "intelligence": 12,
- "wisdom": 20,
- "charisma": 12,
- "strength_save": 12,
- "dexterity_save": 10,
- "constitution_save": 12,
- "intelligence_save": 12,
- "wisdom_save": 20,
- "charisma_save": 12,
- "perception": 15,
- "damage_resistances": "Divine Blessing",
- "senses": "-",
- "languages": "any two languages",
- "challenge_rating": "2",
- "cr": 2,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The priest makes two Mace or Divine Bolt attacks.\"},{\"name\":\"Mace\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 4 (1d6+1) bludgeoning damage plus 7 (2d6) necrotic damage or radiant damage (the priest's choice).\"},{\"name\":\"Divine Bolt\",\"desc\":\"_Ranged Spell Attack:_ +5 to hit, range 60 ft., one target. _Hit:_ 10 (2d6+3) necrotic damage or radiant damage (the priest's choice).\"},{\"name\":\"Spellcasting\",\"desc\":\"The priest casts one of the following spells, using WIS as the spellcasting ability (spell save DC 13).
At will: _guidance_, _light_, _thaumaturgy_
2/day each: _bane_, _bless_, _cure wounds_
1/day each: _dispel magic_, _restoration_\"}]",
- "special_abilities_json": "[{\"name\":\"Divine Blessing\",\"desc\":\"The priest is resistant to necrotic damage or radiant damage, as appropriate for the priest's deity.\"},{\"name\":\"Divine Weapons\",\"desc\":\"The priest's weapons are shrouded in dark or golden flames, as appropriate for the priest's deity. When the priest hits with any weapon, the weapon deals an extra 2d6 necrotic damage or radiant damage (included in the attack), the priest's choice.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "scout_bf",
- "fields": {
- "name": "Scout",
- "size": "medium",
- "type": "Humanoid",
- "subtype": "Any Lineage",
- "group": "NPCs",
- "armor_class": 13,
- "armor_desc": "leather armor",
- "hit_points": 25,
- "speed_json": "{\"walk\":30}",
- "strength": 10,
- "dexterity": 14,
- "constitution": 12,
- "intelligence": 10,
- "wisdom": 16,
- "charisma": 10,
- "strength_save": 10,
- "dexterity_save": 14,
- "constitution_save": 12,
- "intelligence_save": 10,
- "wisdom_save": 16,
- "charisma_save": 10,
- "perception": 13,
- "senses": "-",
- "languages": "any one language (usually Common)",
- "challenge_rating": "1/2",
- "cr": 0.5,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The scout makes two Shortsword or Shortbow attacks.\"},{\"name\":\"Shortsword\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 5 (1d6+2) piercing damage.\"},{\"name\":\"Shortbow\",\"desc\":\"_Ranged Weapon Attack:_ +4 to hit, ranged 80/320 ft., one target. _Hit:_ 5 (1d6+2) piercing damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Escape to Report\",\"desc\":\"The scout takes the Dash or Disengage action.\"}]",
- "special_abilities_json": "[{\"name\":\"Heightened Hearing and Sight\",\"desc\":\"The scout's Perception is 18 when perceiving by hearing or sight.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "spy_bf",
- "fields": {
- "name": "Spy",
- "size": "medium",
- "type": "Humanoid",
- "subtype": "Any Lineage",
- "group": "NPCs",
- "armor_class": 13,
- "hit_points": 40,
- "speed_json": "{\"walk\":30}",
- "strength": 10,
- "dexterity": 20,
- "constitution": 10,
- "intelligence": 12,
- "wisdom": 14,
- "charisma": 16,
- "strength_save": 10,
- "dexterity_save": 20,
- "constitution_save": 10,
- "intelligence_save": 12,
- "wisdom_save": 14,
- "charisma_save": 16,
- "perception": 16,
- "senses": "-",
- "languages": "any two languages",
- "challenge_rating": "1",
- "cr": 1,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The spy makes two Shortsword or Hand Crossbow attacks.\"},{\"name\":\"Shortsword\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 6 (1d6+3) piercing damage.\"},{\"name\":\"Hand Crossbow\",\"desc\":\"_Ranged Weapon Attack:_ +5 to hit, range 30/120 ft., one target. _Hit:_ 6 (1d6+3) piercing damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Cunning Action\",\"desc\":\"The spy takes the Dash, Disengage, or Hide action.\"},{\"name\":\"Feint (Recharge 4-6)\",\"desc\":\"The spy makes a feint at one creature within 5 feet of it, pretending to go in for an attack in one direction only to change it up at the last moment. The target must succeed on a DC 13 WIS save or the spy has advantage on the next attack roll it makes against the target.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "thug_bf",
- "fields": {
- "name": "Thug",
- "size": "medium",
- "type": "Humanoid",
- "subtype": "Any Lineage",
- "group": "NPCs",
- "armor_class": 11,
- "armor_desc": "leather armor",
- "hit_points": 25,
- "speed_json": "{\"walk\":30}",
- "strength": 14,
- "dexterity": 10,
- "constitution": 14,
- "intelligence": 10,
- "wisdom": 10,
- "charisma": 10,
- "strength_save": 14,
- "dexterity_save": 10,
- "constitution_save": 14,
- "intelligence_save": 10,
- "wisdom_save": 10,
- "charisma_save": 10,
- "perception": 10,
- "senses": "-",
- "languages": "any one language (usually Common)",
- "challenge_rating": "1/2",
- "cr": 0.5,
- "actions_json": "[{\"name\":\"Club\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 7 (2d4+2) bludgeoning damage.\"},{\"name\":\"Heavy Crossbow\",\"desc\":\"_Ranged Weapon Attack:_ +2 to hit, range 100/400 ft., one target. _Hit:_ 5 (1d10) piercing damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Sucker Punch\",\"desc\":\"The thug employs unscrupulous tactics to hit its opponent in a vulnerable spot. One creature the thug can see within 5 feet of it must make a DC 12 DEX save. On a failure, the target takes 2 (1d4) bludgeoning damage.\"}]",
- "special_abilities_json": "[{\"name\":\"Brutal\",\"desc\":\"A melee weapon deals one extra die of its damage when the thug hits with it (included in the attack).\"},{\"name\":\"Pack Tactics\",\"desc\":\"The thug has advantage on attack rolls against a creature if at least one of the thug's allies is within 5 feet of the creature and the ally isn't incapacitated.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "veteran_bf",
- "fields": {
- "name": "Veteran",
- "size": "medium",
- "type": "Humanoid",
- "subtype": "Any Lineage",
- "group": "NPCs",
- "armor_class": 16,
- "armor_desc": "breastplate",
- "hit_points": 68,
- "speed_json": "{\"walk\":30}",
- "strength": 20,
- "dexterity": 14,
- "constitution": 14,
- "intelligence": 10,
- "wisdom": 10,
- "charisma": 10,
- "strength_save": 20,
- "dexterity_save": 14,
- "constitution_save": 14,
- "intelligence_save": 10,
- "wisdom_save": 10,
- "charisma_save": 10,
- "perception": 12,
- "senses": "-",
- "languages": "Common plus any one language",
- "challenge_rating": "3",
- "cr": 3,
- "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The veteran makes two Longsword attacks and two Shortsword attacks, or it makes three Longsword attacks.\"},{\"name\":\"Longsword\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 7 (1d8+3) slashing damage, or 8 (1d10+3) slashing damage if used with two hands.\"},{\"name\":\"Shortsword\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 6 (1d6+3) piercing damage.\"},{\"name\":\"Heavy Crossbow\",\"desc\":\"_Ranged Weapon Attack:_ +4 to hit, range 100/400 ft., one target. _Hit:_ 7 (1d10+2) piercing damage.\"}]",
- "bonus_actions_json": "[{\"name\":\"Shoulder\",\"desc\":\"The veteran shoves a creature it can see within 5 feet of it. The target must succeed on a DC 13 STR save or be knocked prone.\"}]",
- "reactions_json": "[{\"name\":\"Parry\",\"desc\":\"The veteran adds 2 to its AC against one melee attack that would hit it. To do so, the veteran must see the attacker and be wielding a melee weapon.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- },
- {
- "model": "api.monster",
- "pk": "wild_warrior_bf",
- "fields": {
- "name": "Wild Warrior",
- "size": "medium",
- "type": "Humanoid",
- "subtype": "Any Lineage",
- "group": "NPCs",
- "armor_class": 12,
- "armor_desc": "hide armor",
- "hit_points": 9,
- "speed_json": "{\"walk\":30}",
- "strength": 12,
- "dexterity": 10,
- "constitution": 12,
- "intelligence": 8,
- "wisdom": 10,
- "charisma": 8,
- "strength_save": 12,
- "dexterity_save": 10,
- "constitution_save": 12,
- "intelligence_save": 8,
- "wisdom_save": 10,
- "charisma_save": 8,
- "perception": 12,
- "senses": "-",
- "languages": "any one language",
- "challenge_rating": "1/8",
- "cr": 0.125,
- "actions_json": "[{\"name\":\"Spear\",\"desc\":\"_Melee or Ranged Weapon Attack:_ +3 to hit, reach 5 ft. or range 20/60 ft., one target. _Hit:_ 4 (1d6+1) piercing damage, or 5 (1d8+1) piercing damage if used with two hands to make a melee attack.\"}]",
- "bonus_actions_json": "[{\"name\":\"Quick Trap\",\"desc\":\"The wild warrior cobbles together a makeshift trap with materials at hand and throws the trap at a creature it can see within 15 feet of it. The target must succeed on a DC 11 DEX save or be restrained until the end of its next turn.\"}]",
- "special_abilities_json": "[{\"name\":\"Home in the Wilds\",\"desc\":\"The wild warrior automatically discerns true north when outside, and checks to follow its tracks in forest, grassland, hills, or mountain terrain have disadvantage, unless the wild warrior chooses to leave obvious signs of its passage.\"},{\"name\":\"Pack Tactics\",\"desc\":\"The wild warrior has advantage on attack rolls against a creature if at least one of the warrior's allies is within 5 feet of the creature and the ally isn't incapacitated.\"}]",
- "document": 46,
- "created_at": "2024-05-27T21:12"
- }
- }
-]
\ No newline at end of file
+{
+ "model": "api.monster",
+ "pk": "aboleth_bf",
+ "fields": {
+ "name": "Aboleth",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Aberration",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 17,
+ "armor_desc": "natural armor",
+ "hit_points": 165,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":10,\"swim\":40}",
+ "environments_json": null,
+ "strength": 20,
+ "dexterity": 8,
+ "constitution": 22,
+ "intelligence": 26,
+ "wisdom": 22,
+ "charisma": 18,
+ "strength_save": 5,
+ "dexterity_save": -1,
+ "constitution_save": 6,
+ "intelligence_save": 8,
+ "wisdom_save": 6,
+ "charisma_save": 4,
+ "perception": 20,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "acid,Aberrant Resilience",
+ "damage_immunities": "psychic",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft.",
+ "languages": "Deep Speech,telepathy 120 ft.",
+ "challenge_rating": "10",
+ "cr": 10.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The aboleth makes three Tentacle or Psychic Bolt attacks. If two Tentacle attacks hit one target, the target must succeed on a DC 16 CON save or contract the _slime pox_ disease (see the Slime Pox trait).\"},{\"name\":\"Tentacle\",\"desc\":\"_Melee Weapon Attack:_ +9 to hit, reach 10 ft., one target. _Hit:_ 15 (3d6+5) bludgeoning damage.\"},{\"name\":\"Psychic Bolt\",\"desc\":\"_Ranged Spell Attack:_ +8 to hit, range 120 ft., one target. _Hit:_ 14 (3d6+4) psychic damage.\"},{\"name\":\"Psychic Torrent (Recharge 5-6)\",\"desc\":\"The aboleth floods the minds of up to three creatures it can see within 60 feet of it with random and horrific memories from its eons-long life. Each target must make a DC 16 WIS save. On a failure, a creature takes 49 (14d6) psychic damage and is incapacitated until the end of its next turn, as its mind reels from the torrent of images, thoughts, and memories. On a success, a creature takes half the damage and isn't incapacitated.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Aberrant Resilience\",\"desc\":\"The aboleth is resistant to the charmed, frightened, paralyzed, and stunned conditions, and it has advantage on saves against spells or effects that would alter its form.\"},{\"name\":\"Amphibious\",\"desc\":\"The aboleth can breathe air and water.\"},{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the aboleth fails a save, it can choose to succeed instead.\"},{\"name\":\"Probing Telepathy\",\"desc\":\"If a creature the aboleth can see communicates telepathically with the aboleth, the aboleth learns the creature's greatest desires.\"},{\"name\":\"Slime Pox\",\"desc\":\"Characterized by the slimy pustules that erupt across the victim's body, _slime pox_ is a disease that infects creatures attacked by an aboleth or that come into contact with an aboleth's slime. Until the disease is cured, the infected creature can breathe air and water, can't regain HP except when underwater, and takes 6 (1d12) acid damage for every 1 hour it remains outside of water or without moisture applied to its skin. Every 24 hours that elapse, the infected creature must make a DC 16 CHA save. Each time a creature fails this save, it views the infecting aboleth more and more favorably, becoming the aboleth's doting and protective thrall after three failed saves.
The successes and failures don't need to be consecutive, but once a creature has acquired three of a kind, it no longer has to make this save, resulting in either the creature becoming a thrall of the aboleth or an autonomous - though infected - creature. _Slime pox_ can be cured only by the heal spell or similar magic.\"},{\"name\":\"Slimy Skin\",\"desc\":\"The aboleth is coated in an otherworldly mucus. A creature that touches the aboleth or that hits it with a melee attack while within 5 feet of it must succeed on a DC 16 CON save or be infected with _slime pox_ (see the Slime Pox trait).\"}]",
+ "reactions_json": null,
+ "legendary_desc": "The aboleth can take 3 legendary actions, choosing from the options below. Only one legendary action option can be used at a time and only at the end of another creature's turn. The aboleth regains spent legendary actions at the start of its turn.",
+ "legendary_actions_json": "[{\"name\":\"Detect\",\"desc\":\"The aboleth automatically detects every creature and trap within 60 feet of it, pinpointing the current location of each.\"},{\"name\":\"Swim\",\"desc\":\"The aboleth swims up to half its speed without provoking opportunity attacks.\"},{\"name\":\"Slime Drain (Costs 2 Actions)\",\"desc\":\"One creature infected with _slime pox_ within 30 feet of the aboleth takes 10 (3d6) acid damage, and the aboleth regains HP equal to the damage the creature takes.\"}]",
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "acolyte_bf",
+ "fields": {
+ "name": "Acolyte",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Humanoid",
+ "subtype": "Any Lineage",
+ "group": "NPCs",
+ "alignment": "",
+ "armor_class": 10,
+ "armor_desc": null,
+ "hit_points": 15,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 10,
+ "dexterity": 10,
+ "constitution": 10,
+ "intelligence": 10,
+ "wisdom": 18,
+ "charisma": 10,
+ "strength_save": 0,
+ "dexterity_save": 0,
+ "constitution_save": 0,
+ "intelligence_save": 0,
+ "wisdom_save": 4,
+ "charisma_save": 0,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "any one language (usually Common)",
+ "challenge_rating": "1/4",
+ "cr": 0.25,
+ "actions_json": "[{\"name\":\"Mace\",\"desc\":\"_Melee Weapon Attack:_ +2 to hit, reach 5 ft., one target. _Hit:_ 3 (1d6) bludgeoning damage plus 3 (1d6) necrotic or radiant damage (the acolyte's choice).\"},{\"name\":\"Radiant Bolt\",\"desc\":\"_Ranged Spell Attack:_ +6 to hit, range 60 ft., one target. _Hit:_ 6 (1d4+4) radiant damage.\"},{\"name\":\"Spellcasting\",\"desc\":\"The acolyte casts one of the following spells using WIS as the spellcasting ability (spell save DC 13).
At will: _light_, _thaumaturgy_
3/day each: _bless_, _cure wounds_, _sanctuary_\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Divine Providence\",\"desc\":\"Each friendly creature within 20 feet of the acolyte that isn't a Construct or Undead has advantage on death saves.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "adult_black_dragon_bf",
+ "fields": {
+ "name": "Adult Black Dragon",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "huge",
+ "type": "Dragon",
+ "subtype": "",
+ "group": "Dragons",
+ "alignment": "",
+ "armor_class": 19,
+ "armor_desc": "natural armor",
+ "hit_points": 238,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40,\"fly\":80,\"swim\":40}",
+ "environments_json": null,
+ "strength": 24,
+ "dexterity": 24,
+ "constitution": 30,
+ "intelligence": 14,
+ "wisdom": 24,
+ "charisma": 26,
+ "strength_save": 7,
+ "dexterity_save": 7,
+ "constitution_save": 10,
+ "intelligence_save": 2,
+ "wisdom_save": 7,
+ "charisma_save": 8,
+ "perception": 22,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "acid,poisoned",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft., keensense 60 ft.",
+ "languages": "Common,Draconic",
+ "challenge_rating": "14",
+ "cr": 14.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon uses its Frightful Presence. It then makes one Bite attack and two Claw attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +12 to hit, reach 10 ft., one target. _Hit:_ 18 (2d10+7) piercing damage plus 4 (1d8) acid damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +12 to hit, reach 5 ft., one target. _Hit:_ 14 (2d6+7) slashing damage.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +12 to hit, reach 15 ft., one target. _Hit:_ 16 (2d8+7) bludgeoning damage.\"},{\"name\":\"Frightful Presence\",\"desc\":\"Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 16 WIS save or be frightened for 1 minute. A creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. If a creature's save is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours.\"},{\"name\":\"Acid Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales acid in a 60-foot line that is 5 feet wide. Each creature in that line must make a DC 18 DEX save, taking 49 (11d8) acid damage on a failed save, or half as much damage on a successful one.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Acidic Vapors\",\"desc\":\"After the black dragon uses its Acid Breath, acid clings to its mouth, throat, and nostrils for a time, evaporating as the dragon breathes. While the dragon's Acid Breath is unavailable, acidic vapors surround it, and each creature that starts its turn within 20 feet of the dragon must succeed on a DC 18 CON save or be poisoned until the start of its next turn.\"},{\"name\":\"Amphibious\",\"desc\":\"The dragon can breathe air and water.\"},{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the dragon fails a save, it can choose to succeed instead.\"}]",
+ "reactions_json": null,
+ "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action can be used at a time and only at the end of another creature's turn. The dragon regains spent legendary actions at the start of its turn.",
+ "legendary_actions_json": "[{\"name\":\"Detect\",\"desc\":\"The dragon automatically detects every creature and trap within 30 feet of it, pinpointing the current location of each.\"},{\"name\":\"Tail Attack\",\"desc\":\"The dragon makes a Tail attack.\"},{\"name\":\"Elemental Roar (Costs 2 Actions)\",\"desc\":\"The dragon roars at up to two creatures of its choice within 120 feet of it. Each target must succeed on a DC 16 CHA save or be vulnerable to acid damage until the end of its next turn. A target resistant to acid damage isn't resistant to it for the duration. A target immune to acid damage is still immune to it, even if the target fails the save.\"},{\"name\":\"Wing Attack (Costs 2 Actions)\",\"desc\":\"The dragon beats its wings. Each creature within 10 feet of the dragon must succeed on a DC 20 DEX save or take 14 (2d6+7) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed without provoking opportunity attacks.\"}]",
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "adult_blue_dragon_bf",
+ "fields": {
+ "name": "Adult Blue Dragon",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "huge",
+ "type": "Dragon",
+ "subtype": "",
+ "group": "Dragons",
+ "alignment": "",
+ "armor_class": 19,
+ "armor_desc": "natural armor",
+ "hit_points": 267,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40,\"burrow\":30,\"fly\":80}",
+ "environments_json": null,
+ "strength": 24,
+ "dexterity": 20,
+ "constitution": 32,
+ "intelligence": 16,
+ "wisdom": 24,
+ "charisma": 28,
+ "strength_save": 7,
+ "dexterity_save": 5,
+ "constitution_save": 11,
+ "intelligence_save": 3,
+ "wisdom_save": 7,
+ "charisma_save": 9,
+ "perception": 22,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "lightning",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft., keensense 60 ft.",
+ "languages": "Common,Draconic",
+ "challenge_rating": "16",
+ "cr": 16.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon uses its Frightful Presence. It then makes one Bite attack and two Claw attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +12 to hit, reach 10 ft., one target. _Hit:_ 18 (2d10+7) piercing damage plus 5 (1d10) lightning damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +12 to hit, reach 5 ft., one target. _Hit:_ 14 (2d6+7) slashing damage.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +12 to hit, reach 15 ft., one target. _Hit:_ 16 (2d8+7) bludgeoning damage.\"},{\"name\":\"Frightful Presence\",\"desc\":\"Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 17 WIS save or be frightened for 1 minute. A creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. If a creature's save is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours.\"},{\"name\":\"Lightning Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales lightning in a 90-foot line that is 5 feet wide. Each creature in that line must make a DC 19 DEX save, taking 66 (12d10) lightning damage on a failed save, or half as much damage on a successful one.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Charged Hide\",\"desc\":\"When the blue dragon hasn't exhaled its Lightning Breath, the electric charge builds up across its body. While the dragon's Lightning Breath is available, it emits wild sparks of electricity, and each creature that starts its turn within 20 feet of the dragon must succeed on a DC 19 CON save or be incapacitated until the start of its next turn.\"},{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the dragon fails a save, it can choose to succeed instead.\"}]",
+ "reactions_json": null,
+ "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action can be used at a time and only at the end of another creature's turn. The dragon regains spent legendary actions at the start of its turn.",
+ "legendary_actions_json": "[{\"name\":\"Detect\",\"desc\":\"The dragon automatically detects every creature and trap within 30 feet of it, pinpointing the current location of each.\"},{\"name\":\"Tail Attack\",\"desc\":\"The dragon makes a Tail attack.\"},{\"name\":\"Elemental Roar (Costs 2 Actions)\",\"desc\":\"The dragon roars at up to two creatures of its choice within 120 feet of it. Each target must succeed on a DC 17 CHA save or be vulnerable to lightning damage until the end of its next turn. A target resistant to lightning damage isn't resistant to it for the duration. A target immune to lightning damage is still immune to it, even if the target fails the save.\"},{\"name\":\"Wing Attack (Costs 2 Actions)\",\"desc\":\"The dragon beats its wings. Each creature within 10 feet of the dragon must succeed on a DC 20 DEX save or take 14 (2d6+7) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed without provoking opportunity attacks.\"}]",
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "adult_brass_dragon_bf",
+ "fields": {
+ "name": "Adult Brass Dragon",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "huge",
+ "type": "Dragon",
+ "subtype": "",
+ "group": "Dragons",
+ "alignment": "",
+ "armor_class": 18,
+ "armor_desc": "natural armor",
+ "hit_points": 225,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40,\"burrow\":30,\"fly\":80}",
+ "environments_json": null,
+ "strength": 22,
+ "dexterity": 20,
+ "constitution": 30,
+ "intelligence": 14,
+ "wisdom": 22,
+ "charisma": 26,
+ "strength_save": 6,
+ "dexterity_save": 5,
+ "constitution_save": 10,
+ "intelligence_save": 2,
+ "wisdom_save": 6,
+ "charisma_save": 8,
+ "perception": 21,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "fire",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft., keensense 60 ft.",
+ "languages": "Common,Draconic",
+ "challenge_rating": "13",
+ "cr": 13.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon uses its Frightful Presence. It then makes one Bite attack and two Claw attacks. It can replace its Bite attack with a use of Sleep Breath, if available.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +11 to hit, reach 10 ft., one target. _Hit:_ 17 (2d10+6) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +11 to hit, reach 5 ft., one target. _Hit:_ 13 (2d6+6) slashing damage.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +11 to hit, reach 15 ft., one target. _Hit:_ 15 (2d8+6) bludgeoning damage.\"},{\"name\":\"Frightful Presence\",\"desc\":\"Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 16 WIS save or be frightened for 1 minute. A creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. If a creature's save is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours.\"},{\"name\":\"Fire Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales fire in a 90-foot line that is 5 feet wide. Each creature in that line must make a DC 18 DEX save, taking 45 (13d6) fire damage on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Sleep Breath (Recharge 6)\",\"desc\":\"The dragon exhales sleep gas in a 60-foot cone. Each creature in that area must succeed on a DC 18 CON save or fall unconscious for 5 minutes. This effect ends for a creature if the creature takes damage or another creature uses an action to wake it.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The dragon magically transforms into a Beast or Humanoid that has a challenge rating no higher than its own, or back into its true form, which is Dragon. Any equipment it is wearing or carrying transforms with it or is borne by the new form (the dragon's choice). It reverts to its true form if it dies. In a new form, the dragon retains its Legendary Resistance trait and its HP, ability to speak, proficiencies, and INT, WIS, and CHA scores, as well as this bonus action. Its statistics and capabilities are otherwise replaced by those of the new form, except any class features or legendary actions of that form.\"}]",
+ "special_abilities_json": "[{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the dragon fails a save, it can choose to succeed instead.\"},{\"name\":\"Suffocating Heat\",\"desc\":\"As the **young brass dragon**, except it affects creatures within 20 feet of the dragon, and the save DC is 18.\"}]",
+ "reactions_json": null,
+ "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action can be used at a time and only at the end of another creature's turn. The dragon regains spent legendary actions at the start of its turn.",
+ "legendary_actions_json": "[{\"name\":\"Detect\",\"desc\":\"The dragon automatically detects every creature and trap within 30 feet of it, pinpointing the current location of each.\"},{\"name\":\"Tail Attack\",\"desc\":\"The dragon makes a Tail attack.\"},{\"name\":\"Elemental Roar (Costs 2 Actions)\",\"desc\":\"The dragon roars at up to two creatures of its choice within 120 feet of it. Each target must succeed on a DC 16 CHA save or be vulnerable to fire damage until the end of its next turn. A target resistant to fire damage isn't resistant to it for the duration. A target immune to fire damage is still immune to it, even if the target fails the save.\"},{\"name\":\"Wing Attack (Costs 2 Actions)\",\"desc\":\"The dragon beats its wings. Each creature within 10 feet of the dragon must succeed on a DC 19 DEX save or take 13 (2d6+6) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed without provoking opportunity attacks.\"}]",
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "adult_bronze_dragon_bf",
+ "fields": {
+ "name": "Adult Bronze Dragon",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "huge",
+ "type": "Dragon",
+ "subtype": "",
+ "group": "Dragons",
+ "alignment": "",
+ "armor_class": 19,
+ "armor_desc": "natural armor",
+ "hit_points": 255,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40,\"fly\":80,\"swim\":40}",
+ "environments_json": null,
+ "strength": 24,
+ "dexterity": 20,
+ "constitution": 32,
+ "intelligence": 16,
+ "wisdom": 24,
+ "charisma": 28,
+ "strength_save": 7,
+ "dexterity_save": 5,
+ "constitution_save": 11,
+ "intelligence_save": 3,
+ "wisdom_save": 7,
+ "charisma_save": 9,
+ "perception": 22,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "lightning",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft., keensense 60 ft.",
+ "languages": "Common,Draconic",
+ "challenge_rating": "15",
+ "cr": 15.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon uses its Frightful Presence. It then makes one Bite attack and two Claw attacks. It can replace its Bite attack with a use of Repulsion Breath, if available.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +12 to hit, reach 10 ft., one target. _Hit:_ 18 (2d10+7) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +12 to hit, reach 5 ft., one target. _Hit:_ 14 (2d6+7) slashing damage.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +12 to hit, reach 15 ft., one target. _Hit:_ 16 (2d8+7) bludgeoning damage.\"},{\"name\":\"Frightful Presence\",\"desc\":\"Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 17 WIS save or be frightened for 1 minute. A creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. If a creature's save is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours.\"},{\"name\":\"Lightning Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales lightning in a 90-foot line that is 5 feet wide. Each creature in that line must make a DC 19 DEX save, taking 60 (11d10) lightning damage on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Repulsion Breath (Recharge 6)\",\"desc\":\"The dragon exhales repulsion energy in a 60-foot cone. Each creature in that area must succeed on a DC 19 STR save or be pushed up to 30 feet away from the dragon.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The dragon magically transforms into a Beast or Humanoid that has a challenge rating no higher than its own, or back into its true form, which is Dragon. Any equipment it is wearing or carrying transforms with it or is borne by the new form (the dragon's choice). It reverts to its true form if it dies. In a new form, the dragon retains its Legendary Resistance trait and its HP, ability to speak, proficiencies, and INT, WIS, and CHA scores, as well as this bonus action. Its statistics and capabilities are otherwise replaced by those of the new form, except any class features or legendary actions of that form.\"}]",
+ "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The dragon can breathe air and water.\"},{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the dragon fails a save, it can choose to succeed instead.\"},{\"name\":\"Lightning Extraction\",\"desc\":\"As the **young bronze dragon**, except it affects creatures within 20 feet of the dragon, and the save DC is 19.\"}]",
+ "reactions_json": null,
+ "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action can be used at a time and only at the end of another creature's turn. The dragon regains spent legendary actions at the start of its turn.",
+ "legendary_actions_json": "[{\"name\":\"Detect\",\"desc\":\"The dragon automatically detects every creature and trap within 30 feet of it, pinpointing the current location of each.\"},{\"name\":\"Tail Attack\",\"desc\":\"The dragon makes a Tail attack.\"},{\"name\":\"Elemental Roar (Costs 2 Actions)\",\"desc\":\"The dragon roars at up to two creatures of its choice within 120 feet of it. Each target must succeed on a DC 17 CHA save or be vulnerable to lightning damage until the end of its next turn. A target resistant to lightning damage isn't resistant to it for the duration. A target immune to lightning damage is still immune to it, even if the target fails the save.\"},{\"name\":\"Wing Attack (Costs 2 Actions)\",\"desc\":\"The dragon beats its wings. Each creature within 10 feet of the dragon must succeed on a DC 20 DEX save or take 14 (2d6+7) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed without provoking opportunity attacks.\"}]",
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "adult_copper_dragon_bf",
+ "fields": {
+ "name": "Adult Copper Dragon",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "huge",
+ "type": "Dragon",
+ "subtype": "",
+ "group": "Dragons",
+ "alignment": "",
+ "armor_class": 18,
+ "armor_desc": "natural armor",
+ "hit_points": 252,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40,\"climb\":40,\"fly\":80}",
+ "environments_json": null,
+ "strength": 22,
+ "dexterity": 22,
+ "constitution": 30,
+ "intelligence": 18,
+ "wisdom": 24,
+ "charisma": 26,
+ "strength_save": 6,
+ "dexterity_save": 6,
+ "constitution_save": 10,
+ "intelligence_save": 4,
+ "wisdom_save": 7,
+ "charisma_save": 8,
+ "perception": 22,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "acid",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft., keensense 60 ft.",
+ "languages": "Common,Draconic",
+ "challenge_rating": "14",
+ "cr": 14.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon uses its Frightful Presence. It then makes one Bite attack and two Claw attacks. It can replace its Bite attack with a use of Slowing Breath, if available.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +11 to hit, reach 10 ft., one target. _Hit:_ 17 (2d10+6) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +11 to hit, reach 5 ft., one target. _Hit:_ 13 (2d6+6) slashing damage.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +11 to hit, reach 15 ft., one target. _Hit:_ 15 (2d8+6) bludgeoning damage.\"},{\"name\":\"Frightful Presence\",\"desc\":\"Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 16 WIS save or be frightened for 1 minute. A creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. If a creature's save is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours.\"},{\"name\":\"Acid Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales acid in a 90-foot line that is 5 feet wide. Each creature in that line must make a DC 18 DEX save, taking 54 (12d8) acid damage on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Slowing Breath (Recharge 6)\",\"desc\":\"As the **copper dragon wyrmling**, except it is a 60-foot cone, and the save DC is 18.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The dragon magically transforms into a Beast or Humanoid that has a challenge rating no higher than its own, or back into its true form, which is Dragon. Any equipment it is wearing or carrying transforms with it or is borne by the new form (the dragon's choice). It reverts to its true form if it dies. In a new form, the dragon retains its Legendary Resistance trait and its HP, ability to speak, proficiencies, and INT, WIS, and CHA scores, as well as this bonus action. Its statistics and capabilities are otherwise replaced by those of the new form, except any class features or legendary actions of that form.\"}]",
+ "special_abilities_json": "[{\"name\":\"Corrosive Scales\",\"desc\":\"As the **young copper dragon**.\"},{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the dragon fails a save, it can choose to succeed instead.\"}]",
+ "reactions_json": null,
+ "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action can be used at a time and only at the end of another creature's turn. The dragon regains spent legendary actions at the start of its turn.",
+ "legendary_actions_json": "[{\"name\":\"Detect\",\"desc\":\"The dragon automatically detects every creature and trap within 30 feet of it, pinpointing the current location of each.\"},{\"name\":\"Tail Attack\",\"desc\":\"The dragon makes a Tail attack.\"},{\"name\":\"Elemental Roar (Costs 2 Actions)\",\"desc\":\"The dragon roars at up to two creatures of its choice within 120 feet of it. Each target must succeed on a DC 16 CHA save or be vulnerable to acid damage until the end of its next turn. A target resistant to acid damage isn't resistant to it for the duration. A target immune to acid damage is still immune to it, even if the target fails the save.\"},{\"name\":\"Wing Attack (Costs 2 Actions)\",\"desc\":\"The dragon beats its wings. Each creature within 10 feet of the dragon must succeed on a DC 19 DEX save or take 13 (2d6+6) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed without provoking opportunity attacks.\"}]",
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "adult_gold_dragon_bf",
+ "fields": {
+ "name": "Adult Gold Dragon",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "huge",
+ "type": "Dragon",
+ "subtype": "",
+ "group": "Dragons",
+ "alignment": "",
+ "armor_class": 19,
+ "armor_desc": "natural armor",
+ "hit_points": 284,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40,\"fly\":80,\"swim\":40}",
+ "environments_json": null,
+ "strength": 26,
+ "dexterity": 26,
+ "constitution": 36,
+ "intelligence": 18,
+ "wisdom": 32,
+ "charisma": 30,
+ "strength_save": 8,
+ "dexterity_save": 8,
+ "constitution_save": 13,
+ "intelligence_save": 4,
+ "wisdom_save": 11,
+ "charisma_save": 10,
+ "perception": 27,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "fire",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft., keensense 60 ft.",
+ "languages": "Common,Draconic",
+ "challenge_rating": "17",
+ "cr": 17.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon uses its Frightful Presence. It then makes one Bite attack and two Claw attacks. It can replace its Bite attack with a use of Weakening Breath, if available.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +14 to hit, reach 10 ft., one target. _Hit:_ 19 (2d10+8) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +14 to hit, reach 5 ft., one target. _Hit:_ 15 (2d6+8) slashing damage.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +14 to hit, reach 15 ft., one target. _Hit:_ 17 (2d8+8) bludgeoning damage.\"},{\"name\":\"Frightful Presence\",\"desc\":\"Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 18 WIS save or be frightened for 1 minute. A creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. If a creature's save is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours.\"},{\"name\":\"Fire Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales fire in a 60-foot cone. Each creature in that area must make a DC 21 DEX save, taking 71 (13d10) fire damage on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Weakening Breath (Recharge 6)\",\"desc\":\"As the **gold dragon wyrmling**, except it is a 60-foot cone, and the save DC is 21.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The dragon magically transforms into a Beast or Humanoid that has a challenge rating no higher than its own, or back into its true form, which is Dragon. Any equipment it is wearing or carrying transforms with it or is borne by the new form (the dragon's choice). It reverts to its true form if it dies. In a new form, the dragon retains its Legendary Resistance trait and its HP, ability to speak, proficiencies, and INT, WIS, and CHA scores, as well as this bonus action. Its statistics and capabilities are otherwise replaced by those of the new form, except any class features or legendary actions of that form.\"}]",
+ "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The dragon can breathe air and water.\"},{\"name\":\"Golden Splendor\",\"desc\":\"As the **young gold dragon**, except it affects creatures within 20 feet of the dragon, and the save DC is 21.\"},{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the dragon fails a save, it can choose to succeed instead.\"}]",
+ "reactions_json": null,
+ "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action can be used at a time and only at the end of another creature's turn. The dragon regains spent legendary actions at the start of its turn.",
+ "legendary_actions_json": "[{\"name\":\"Detect\",\"desc\":\"The dragon automatically detects every creature and trap within 30 feet of it, pinpointing the current location of each.\"},{\"name\":\"Tail Attack\",\"desc\":\"The dragon makes a Tail attack.\"},{\"name\":\"Elemental Roar (Costs 2 Actions)\",\"desc\":\"The dragon roars at up to two creatures of its choice within 120 feet of it. Each target must succeed on a DC 18 CHA save or be vulnerable to fire damage until the end of its next turn. A target resistant to fire damage isn't resistant to it for the duration. A target immune to fire damage is still immune to it, even if the target fails the save.\"},{\"name\":\"Wing Attack (Costs 2 Actions)\",\"desc\":\"The dragon beats its wings. Each creature within 10 feet of the dragon must succeed on a DC 22 DEX save or take 15 (2d6+8) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed without provoking opportunity attacks.\"}]",
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "adult_green_dragon_bf",
+ "fields": {
+ "name": "Adult Green Dragon",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "huge",
+ "type": "Dragon",
+ "subtype": "",
+ "group": "Dragons",
+ "alignment": "",
+ "armor_class": 19,
+ "armor_desc": "natural armor",
+ "hit_points": 255,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40,\"fly\":80,\"swim\":40}",
+ "environments_json": null,
+ "strength": 22,
+ "dexterity": 22,
+ "constitution": 30,
+ "intelligence": 22,
+ "wisdom": 24,
+ "charisma": 26,
+ "strength_save": 6,
+ "dexterity_save": 6,
+ "constitution_save": 10,
+ "intelligence_save": 6,
+ "wisdom_save": 7,
+ "charisma_save": 8,
+ "perception": 22,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "poison,poisoned",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft., keensense 60 ft.",
+ "languages": "Common,Draconic",
+ "challenge_rating": "15",
+ "cr": 15.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon uses its Frightful Presence. It then makes one Bite attack and two Claw attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +11 to hit, reach 10 ft., one target. _Hit:_ 17 (2d10+6) piercing damage plus 7 (2d6) poison damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +11 to hit, reach 5 ft., one target. _Hit:_ 13 (2d6+6) slashing damage.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +11 to hit, reach 15 ft., one target. _Hit:_ 15 (2d8+6) bludgeoning damage.\"},{\"name\":\"Frightful Presence\",\"desc\":\"Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 16 WIS save or be frightened for 1 minute. A creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. If a creature's save is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours.\"},{\"name\":\"Poison Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales poisonous gas in a 60-foot cone. Each creature in that area must make a DC 18 CON save, taking 56 (16d6) poison damage on a failed save, or half as much damage on a successful one.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The dragon can breathe air and water.\"},{\"name\":\"Hallucinogenic Gas\",\"desc\":\"After the green dragon exhales its Poison Breath, wisps of poisonous gas laced with the alchemical taint that permeates the dragon's body linger around it. While the dragon's Poison Breath is unavailable, each creature that starts its turn within 20 feet of the dragon must succeed on a DC 18 WIS save or be terrified, as the gas causes the creature to experience frightful hallucinations. A terrified creature is frightened, and its speed is reduced to 0.\"},{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the dragon fails a save, it can choose to succeed instead.\"}]",
+ "reactions_json": null,
+ "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action can be used at a time and only at the end of another creature's turn. The dragon regains spent legendary actions at the start of its turn.",
+ "legendary_actions_json": "[{\"name\":\"Detect\",\"desc\":\"The dragon automatically detects every creature and trap within 30 feet of it, pinpointing the current location of each.\"},{\"name\":\"Tail Attack\",\"desc\":\"The dragon makes a Tail attack.\"},{\"name\":\"Elemental Roar (Costs 2 Actions)\",\"desc\":\"The dragon roars at up to two creatures of its choice within 120 feet of it. Each target must succeed on a DC 16 CHA save or be vulnerable to poison damage until the end of its next turn. A target resistant to poison damage isn't resistant to it for the duration. A target immune to poison damage is still immune to it, even if the target fails the save.\"},{\"name\":\"Wing Attack (Costs 2 Actions)\",\"desc\":\"The dragon beats its wings. Each creature within 10 feet of the dragon must succeed on a DC 19 DEX save or take 13 (2d6+6) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed without provoking opportunity attacks.\"}]",
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "adult_red_dragon_bf",
+ "fields": {
+ "name": "Adult Red Dragon",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "huge",
+ "type": "Dragon",
+ "subtype": "",
+ "group": "Dragons",
+ "alignment": "",
+ "armor_class": 19,
+ "armor_desc": "natural armor",
+ "hit_points": 301,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40,\"climb\":40,\"fly\":80}",
+ "environments_json": null,
+ "strength": 26,
+ "dexterity": 22,
+ "constitution": 36,
+ "intelligence": 16,
+ "wisdom": 24,
+ "charisma": 32,
+ "strength_save": 8,
+ "dexterity_save": 6,
+ "constitution_save": 13,
+ "intelligence_save": 3,
+ "wisdom_save": 7,
+ "charisma_save": 11,
+ "perception": 23,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "fire",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft., keensense 60 ft.",
+ "languages": "Common,Draconic",
+ "challenge_rating": "17",
+ "cr": 17.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon uses its Frightful Presence. It then makes one Bite attack and two Claw attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +14 to hit, reach 10 ft., one target. _Hit:_ 19 (2d10+8) piercing damage plus 7 (2d6) fire damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +14 to hit, reach 5 ft., one target. _Hit:_ 15 (2d6+8) slashing damage.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +14 to hit, reach 15 ft., one target. _Hit:_ 17 (2d8+8) bludgeoning damage.\"},{\"name\":\"Frightful Presence\",\"desc\":\"Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 19 WIS save or be frightened for 1 minute. A creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. If a creature's save is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours.\"},{\"name\":\"Fire Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales fire in a 60-foot cone. Each creature in that area must make a DC 21 DEX save, taking 63 (18d6) fire damage on a failed save, or half as much damage on a successful one.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Boil Over\",\"desc\":\"When the red dragon hasn't unleashed its Fire Breath, the heat builds and rolls outward from it. While the dragon's Fire Breath is available, it emits immense heat, and each creature that starts its turn within 20 feet of the dragon must succeed on a DC 21 CON save or take 7 (2d6) fire damage. A creature that fails this save by 5 or more also suffers one level of exhaustion.\"},{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the dragon fails a save, it can choose to succeed instead.\"}]",
+ "reactions_json": null,
+ "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action can be used at a time and only at the end of another creature's turn. The dragon regains spent legendary actions at the start of its turn.",
+ "legendary_actions_json": "[{\"name\":\"Detect\",\"desc\":\"The dragon automatically detects every creature and trap within 30 feet of it, pinpointing the current location of each.\"},{\"name\":\"Tail Attack\",\"desc\":\"The dragon makes a Tail attack.\"},{\"name\":\"Elemental Roar (Costs 2 Actions)\",\"desc\":\"The dragon roars at up to two creatures of its choice within 120 feet of it. Each target must succeed on a DC 19 CHA save or be vulnerable to fire damage until the end of its next turn. A target resistant to fire damage isn't resistant to it for the duration. A target immune to fire damage is still immune to it, even if the target fails the save.\"},{\"name\":\"Wing Attack (Costs 2 Actions)\",\"desc\":\"The dragon beats its wings. Each creature within 10 feet of the dragon must succeed on a DC 22 DEX save or take 15 (2d6+8) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed without provoking opportunity attacks.\"}]",
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "adult_silver_dragon_bf",
+ "fields": {
+ "name": "Adult Silver Dragon",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "huge",
+ "type": "Dragon",
+ "subtype": "",
+ "group": "Dragons",
+ "alignment": "",
+ "armor_class": 19,
+ "armor_desc": "natural armor",
+ "hit_points": 267,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40,\"fly\":80}",
+ "environments_json": null,
+ "strength": 26,
+ "dexterity": 20,
+ "constitution": 34,
+ "intelligence": 16,
+ "wisdom": 24,
+ "charisma": 28,
+ "strength_save": 8,
+ "dexterity_save": 5,
+ "constitution_save": 12,
+ "intelligence_save": 3,
+ "wisdom_save": 7,
+ "charisma_save": 9,
+ "perception": 22,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "cold",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft., keensense 60 ft.",
+ "languages": "Common,Draconic",
+ "challenge_rating": "16",
+ "cr": 16.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon uses its Frightful Presence. It then makes one Bite attack and two Claw attacks. It can replace its Bite attack with a use of Paralyzing Breath, if available.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +13 to hit, reach 10 ft., one target. _Hit:_ 19 (2d10+8) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +13 to hit, reach 5 ft., one target. _Hit:_ 15 (2d6+8) slashing damage.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +13 to hit, reach 15 ft., one target. _Hit:_ 17 (2d8+8) bludgeoning damage.\"},{\"name\":\"Frightful Presence\",\"desc\":\"Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 17 WIS save or be frightened for 1 minute. A creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. If a creature's save is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours.\"},{\"name\":\"Cold Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales an icy blast in a 60-foot cone. Each creature in that area must make a DC 20 CON save, taking 58 (13d8) cold damage on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Paralyzing Breath (Recharge 6)\",\"desc\":\"As the **silver dragon wyrmling**, except it is a 60-foot cone, and the save DC is 20.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The dragon magically transforms into a Beast or Humanoid that has a challenge rating no higher than its own, or back into its true form, which is Dragon. Any equipment it is wearing or carrying transforms with it or is borne by the new form (the dragon's choice). It reverts to its true form if it dies. In a new form, the dragon retains its Legendary Resistance trait and its HP, ability to speak, proficiencies, and INT, WIS, and CHA scores, as well as this bonus action. Its statistics and capabilities are otherwise replaced by those of the new form, except any class features or legendary actions of that form.\"}]",
+ "special_abilities_json": "[{\"name\":\"Freezing Fog\",\"desc\":\"As the **young silver dragon**, except it affects creatures within 20 feet of the dragon, and the save DC is 20.\"},{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the dragon fails a save, it can choose to succeed instead.\"}]",
+ "reactions_json": null,
+ "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action can be used at a time and only at the end of another creature's turn. The dragon regains spent legendary actions at the start of its turn.",
+ "legendary_actions_json": "[{\"name\":\"Detect\",\"desc\":\"The dragon automatically detects every creature and trap within 30 feet of it, pinpointing the current location of each.\"},{\"name\":\"Tail Attack\",\"desc\":\"The dragon makes a Tail attack.\"},{\"name\":\"Elemental Roar (Costs 2 Actions)\",\"desc\":\"The dragon roars at up to two creatures of its choice within 120 feet of it. Each target must succeed on a DC 17 CHA save or be vulnerable to cold damage until the end of its next turn. A target resistant to cold damage isn't resistant to it for the duration. A target immune to cold damage is still immune to it, even if the target fails the save.\"},{\"name\":\"Wing Attack (Costs 2 Actions)\",\"desc\":\"The dragon beats its wings. Each creature within 10 feet of the dragon must succeed on a DC 21 Dexterity save or take 15 (2d6+8) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed without provoking opportunity attacks.\"}]",
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "adult_white_dragon_bf",
+ "fields": {
+ "name": "Adult White Dragon",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "huge",
+ "type": "Dragon",
+ "subtype": "",
+ "group": "Dragons",
+ "alignment": "",
+ "armor_class": 18,
+ "armor_desc": "natural armor",
+ "hit_points": 238,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40,\"burrow\":30,\"fly\":80,\"swim\":40}",
+ "environments_json": null,
+ "strength": 22,
+ "dexterity": 20,
+ "constitution": 32,
+ "intelligence": 8,
+ "wisdom": 24,
+ "charisma": 24,
+ "strength_save": 6,
+ "dexterity_save": 5,
+ "constitution_save": 11,
+ "intelligence_save": -1,
+ "wisdom_save": 7,
+ "charisma_save": 7,
+ "perception": 22,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "cold",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft., keensense 60 ft.",
+ "languages": "Common,Draconic",
+ "challenge_rating": "13",
+ "cr": 13.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon uses its Frightful Presence. It then makes one Bite attack and two Claw attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +11 to hit, reach 10 ft., one target. _Hit:_ 17 (2d10+6) piercing damage plus 4 (1d8) cold damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +11 to hit, reach 5 ft., one target. _Hit:_ 13 (2d6+6) slashing damage.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +11 to hit, reach 15 ft., one target. _Hit:_ 15 (2d8+6) bludgeoning damage.\"},{\"name\":\"Frightful Presence\",\"desc\":\"Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 15 WIS save or be frightened for 1 minute. A creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. If a creature's save is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours.\"},{\"name\":\"Cold Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales an icy blast in a 60-foot cone. Each creature in that area must make a DC 19 CON save, taking 45 (10d8) cold damage on a failed save, or half as much damage on a successful one.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Ice Walk\",\"desc\":\"The dragon can move across and climb icy surfaces without needing to make an ability check. In addition, difficult terrain composed of ice or snow doesn't cost it extra movement.\"},{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the dragon fails a save, it can choose to succeed instead.\"},{\"name\":\"Numbing Chill\",\"desc\":\"When the white dragon hasn't unleashed its Cold Breath, the cold builds up within it and ripples outward from it. While the dragon's Cold Breath is available, it emits a numbing chill, and each creature that starts its turn within 20 feet of the dragon must succeed on a DC 19 CON save or its speed is reduced by 15 feet.\"}]",
+ "reactions_json": null,
+ "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action can be used at a time and only at the end of another creature's turn. The dragon regains spent legendary actions at the start of its turn.",
+ "legendary_actions_json": "[{\"name\":\"Detect\",\"desc\":\"The dragon automatically detects every creature and trap within 30 feet of it, pinpointing the current location of each.\"},{\"name\":\"Tail Attack\",\"desc\":\"The dragon makes a Tail attack.\"},{\"name\":\"Elemental Roar (Costs 2 Actions)\",\"desc\":\"The dragon roars at up to two creatures of its choice within 120 feet of it. Each target must succeed on a DC 15 CHA save or be vulnerable to cold damage until the end of its next turn. A target resistant to cold damage isn't resistant to it for the duration. A target immune to cold damage is still immune to it, even if the target fails the save.\"},{\"name\":\"Wing Attack (Costs 2 Actions)\",\"desc\":\"The dragon beats its wings. Each creature within 10 feet of the dragon must succeed on a DC 19 DEX save or take 13 (2d6+6) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed without provoking opportunity attacks.\"}]",
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "air_elemental_bf",
+ "fields": {
+ "name": "Air Elemental",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Elemental",
+ "subtype": "",
+ "group": "Elementals",
+ "alignment": "",
+ "armor_class": 15,
+ "armor_desc": null,
+ "hit_points": 94,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":0,\"fly\":90,\"hover\": true}",
+ "environments_json": null,
+ "strength": 14,
+ "dexterity": 20,
+ "constitution": 14,
+ "intelligence": 6,
+ "wisdom": 10,
+ "charisma": 6,
+ "strength_save": 2,
+ "dexterity_save": 5,
+ "constitution_save": 2,
+ "intelligence_save": -2,
+ "wisdom_save": 0,
+ "charisma_save": -2,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "thunder,Elemental Resilience",
+ "damage_immunities": "lightning,Elemental Resilience",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Auran",
+ "challenge_rating": "5",
+ "cr": 5.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The elemental makes two Wind Lash or Lightning Bolt attacks.\"},{\"name\":\"Wind Lash\",\"desc\":\"_Melee Weapon Attack:_ +8 to hit, reach 5 ft., one target. _Hit:_ 18 (3d8+5) bludgeoning damage.\"},{\"name\":\"Lightning Bolt\",\"desc\":\"_Ranged Weapon Attack:_ +8 to hit, range 30/120 ft., one target. _Hit:_ 18 (3d8+5) lightning damage.\"},{\"name\":\"Whirlwind (Recharge 4-6)\",\"desc\":\"Each creature in the elemental's space must make a DC 13 STR save. On a failure, a target takes 18 (3d8+5) bludgeoning damage and is flung up 20 feet away from the elemental in a random direction and knocked prone. If a thrown target strikes an object, such as a wall or floor, the target takes 3 (1d6) bludgeoning damage for every 10 feet it was thrown. If the target is thrown at another creature, that creature must succeed on a DC 13 DEX save or take the same damage and be knocked prone. If the save is successful, the target takes half the bludgeoning damage and isn't flung away or knocked prone.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Air Form\",\"desc\":\"The elemental can enter a hostile creature's space and stop there. It can move through a space as narrow as 1 inch wide without squeezing.\"},{\"name\":\"Cloud Camouflage\",\"desc\":\"The elemental's Stealth is 20 while in clouds, fog, or windy weather.\"},{\"name\":\"Elemental Nature\",\"desc\":\"The elemental doesn't require air, food, drink, or sleep.\"},{\"name\":\"Elemental Resilience\",\"desc\":\"The elemental is resistant to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to poison damage, to exhaustion, and to the grappled, paralyzed, petrified, poisoned, prone, restrained, and unconscious conditions.\"}]",
+ "reactions_json": "[{\"name\":\"Thunderous Retreat\",\"desc\":\"When a creature the air elemental can see deals damage to it, the elemental can expel a crack of thunder and move up to 15 feet to an unoccupied space it can see. Each creature within 5 feet of the space the elemental left must succeed on a DC 13 CON save or take 7 (2d6) thunder damage.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "ambush_hag_bf",
+ "fields": {
+ "name": "Ambush Hag",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Fey",
+ "subtype": "",
+ "group": "Hags",
+ "alignment": "",
+ "armor_class": 16,
+ "armor_desc": "natural armor",
+ "hit_points": 156,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"climb\":30}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 26,
+ "constitution": 16,
+ "intelligence": 16,
+ "wisdom": 14,
+ "charisma": 26,
+ "strength_save": 3,
+ "dexterity_save": 8,
+ "constitution_save": 3,
+ "intelligence_save": 3,
+ "wisdom_save": 2,
+ "charisma_save": 8,
+ "perception": 16,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Fey Resilience",
+ "damage_immunities": "poison,poisoned",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft.",
+ "languages": "Common,Sylvan",
+ "challenge_rating": "9",
+ "cr": 9.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The ambush hag makes two Claw attacks or three Poison Spray attacks. It can replace one attack with a use of Spellcasting.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +8 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8+4) slashing damage plus 18 (4d8) poison damage, and the target must succeed on a DC 16 CON save or be paralyzed for 1 minute. The creature can repeat the save at the end of each of its turns, ending the effect on itself on a success.\"},{\"name\":\"Poison Spray\",\"desc\":\"_Ranged Spell Attack:_ +8 to hit, range 60 ft., one target. _Hit:_ 22 (4d8+4) poison damage, and the target must succeed on a DC 16 STR save or be restrained until the end of its next turn.\"},{\"name\":\"Spellcasting\",\"desc\":\"The ambush hag casts one of the following spells, requiring no material components and using CHA as the spellcasting ability (spell save DC 16):
At will: _message_, _minor illusion_, _prestidigitation_
3/day each: _blur_, _charm_, _hallucinatory terrain_ (as an action)
1/day each: _hypnotic pattern_, _major image_, _seeming_\"}]",
+ "bonus_actions_json": "[{\"name\":\"Illusory Appearance\",\"desc\":\"The hag covers itself and anything it is wearing or carrying with a magical illusion that makes it look like another creature of its general size and humanoid shape. The illusion ends if the hag takes a bonus action to end it or if the hag dies.
The changes wrought by this effect fail to hold up to physical inspection. For example, the hag could appear to have smooth skin, but someone touching it would feel its rough flesh. Otherwise, a creature must take an action to visually inspect the illusion and succeed on a DC 20 INT (Investigation) check to discern that the hag is disguised.\"}]",
+ "special_abilities_json": "[{\"name\":\"Fey Resilience\",\"desc\":\"The ambush hag is resistant to the charmed and unconscious conditions.\"},{\"name\":\"Mimicry\",\"desc\":\"The hag can mimic Animal sounds and Humanoid voices. A creature that hears the sounds can tell they are imitations with a successful DC 16 WIS (Insight) check.\"},{\"name\":\"Spider Climb\",\"desc\":\"The ambush hag can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "ancient_black_dragon_bf",
+ "fields": {
+ "name": "Ancient Black Dragon",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "gargantuan",
+ "type": "Dragon",
+ "subtype": "",
+ "group": "Dragons",
+ "alignment": "",
+ "armor_class": 21,
+ "armor_desc": "natural armor",
+ "hit_points": 355,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40,\"fly\":80,\"swim\":40}",
+ "environments_json": null,
+ "strength": 28,
+ "dexterity": 26,
+ "constitution": 36,
+ "intelligence": 16,
+ "wisdom": 28,
+ "charisma": 30,
+ "strength_save": 9,
+ "dexterity_save": 8,
+ "constitution_save": 13,
+ "intelligence_save": 3,
+ "wisdom_save": 9,
+ "charisma_save": 10,
+ "perception": 25,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "acid,poisoned",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft., keensense 60 ft.",
+ "languages": "Common,Draconic",
+ "challenge_rating": "20",
+ "cr": 20.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon uses its Frightful Presence. It then makes one Bite attack and two Claw attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +15 to hit, reach 15 ft., one target. _Hit:_ 20 (2d10+9) piercing damage plus 9 (2d8) acid damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +15 to hit, reach 10 ft., one target. _Hit:_ 16 (2d6+9) slashing damage.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +15 to hit, reach 20 ft., one target. _Hit:_ 18 (2d8+9) bludgeoning damage.\"},{\"name\":\"Frightful Presence\",\"desc\":\"Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 18 WIS save or be frightened for 1 minute. A creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. If a creature's save is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours.\"},{\"name\":\"Acid Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales acid in a 90-foot line that is 10 feet wide. Each creature in that line must make a DC 21 DEX save, taking 67 (15d8) acid damage on a failed save, or half as much damage on a successful one.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Acidic Vapors\",\"desc\":\"After the black dragon uses its Acid Breath, acid clings to its mouth, throat, and nostrils for a time, evaporating as the dragon breathes. While the dragon's Acid Breath is unavailable, acidic vapors surround it, and each creature that starts its turn within 30 feet of the dragon must succeed on a DC 21 CON save or be poisoned until the start of its next turn.\"},{\"name\":\"Amphibious\",\"desc\":\"The dragon can breathe air and water.\"},{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the dragon fails a save, it can choose to succeed instead.\"}]",
+ "reactions_json": null,
+ "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action can be used at a time and only at the end of another creature's turn. The dragon regains spent legendary actions at the start of its turn.",
+ "legendary_actions_json": "[{\"name\":\"Detect\",\"desc\":\"The dragon automatically detects every creature and trap within 30 feet of it, pinpointing the current location of each.\"},{\"name\":\"Tail Attack\",\"desc\":\"The dragon makes a Tail attack.\"},{\"name\":\"Elemental Roar (Costs 2 Actions)\",\"desc\":\"The dragon roars at up to two creatures of its choice within 120 feet of it. Each target must succeed on a DC 18 CHA save or be vulnerable to acid damage until the end of its next turn. A target resistant to acid damage isn't resistant to it for the duration. A target immune to acid damage is still immune to it, even if the target fails the save.\"},{\"name\":\"Wing Attack (Costs 2 Actions)\",\"desc\":\"The dragon beats its wings. Each creature within 15 feet of the dragon must succeed on a DC 23 DEX save or take 16 (2d6+9) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed without provoking opportunity attacks.\"}]",
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "ancient_blue_dragon_bf",
+ "fields": {
+ "name": "Ancient Blue Dragon",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "gargantuan",
+ "type": "Dragon",
+ "subtype": "",
+ "group": "Dragons",
+ "alignment": "",
+ "armor_class": 21,
+ "armor_desc": "natural armor",
+ "hit_points": 355,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40,\"burrow\":40,\"fly\":80}",
+ "environments_json": null,
+ "strength": 28,
+ "dexterity": 22,
+ "constitution": 38,
+ "intelligence": 18,
+ "wisdom": 28,
+ "charisma": 32,
+ "strength_save": 9,
+ "dexterity_save": 6,
+ "constitution_save": 14,
+ "intelligence_save": 4,
+ "wisdom_save": 9,
+ "charisma_save": 11,
+ "perception": 27,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "lightning",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft., keensense 60 ft.",
+ "languages": "Common,Draconic",
+ "challenge_rating": "20",
+ "cr": 20.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon uses its Frightful Presence. It then makes one Bite attack and two Claw attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +15 to hit, reach 15 ft., one target. _Hit:_ 20 (2d10+9) piercing damage plus 11 (2d10) lightning damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +15 to hit, reach 10 ft., one target. _Hit:_ 16 (2d6+9) slashing damage.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +15 to hit, reach 20 ft., one target. _Hit:_ 18 (2d8+9) bludgeoning damage.\"},{\"name\":\"Frightful Presence\",\"desc\":\"Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 19 WIS save or be frightened for 1 minute. A creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. If a creature's save is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours.\"},{\"name\":\"Lightning Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales lightning in a 120-foot line that is 10 feet wide. Each creature in that line must make a DC 22 DEX save, taking 99 (18d10) lightning damage on a failed save, or half as much damage on a successful one.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Charged Hide\",\"desc\":\"When the blue dragon hasn't exhaled its Lightning Breath, the electric charge builds up across its body. While the dragon's Lightning Breath is available, it emits wild sparks of electricity, and each creature that starts its turn within 30 feet of the dragon must succeed on a DC 22 CON save or be incapacitated until the start of its next turn.\"},{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the dragon fails a save, it can choose to succeed instead.\"}]",
+ "reactions_json": null,
+ "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action can be used at a time and only at the end of another creature's turn. The dragon regains spent legendary actions at the start of its turn.",
+ "legendary_actions_json": "[{\"name\":\"Detect\",\"desc\":\"The dragon automatically detects every creature and trap within 30 feet of it, pinpointing the current location of each.\"},{\"name\":\"Tail Attack\",\"desc\":\"The dragon makes a Tail attack.\"},{\"name\":\"Elemental Roar (Costs 2 Actions)\",\"desc\":\"The dragon roars at up to two creatures of its choice within 120 feet of it. Each target must succeed on a DC 19 CHA save or be vulnerable to lightning damage until the end of its next turn. A target resistant to lightning damage isn't resistant to it for the duration. A target immune to lightning damage is still immune to it, even if the target fails the save.\"},{\"name\":\"Wing Attack (Costs 2 Actions)\",\"desc\":\"The dragon beats its wings. Each creature within 15 feet of the dragon must succeed on a DC 23 DEX save or take 16 (2d6+9) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed without provoking opportunity attacks.\"}]",
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "ancient_brass_dragon_bf",
+ "fields": {
+ "name": "Ancient Brass Dragon",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "gargantuan",
+ "type": "Dragon",
+ "subtype": "",
+ "group": "Dragons",
+ "alignment": "",
+ "armor_class": 20,
+ "armor_desc": "natural armor",
+ "hit_points": 284,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40,\"burrow\":40,\"fly\":80}",
+ "environments_json": null,
+ "strength": 26,
+ "dexterity": 22,
+ "constitution": 36,
+ "intelligence": 16,
+ "wisdom": 26,
+ "charisma": 30,
+ "strength_save": 8,
+ "dexterity_save": 6,
+ "constitution_save": 13,
+ "intelligence_save": 3,
+ "wisdom_save": 8,
+ "charisma_save": 10,
+ "perception": 24,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "fire",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft., keensense 60 ft.",
+ "languages": "Common,Draconic",
+ "challenge_rating": "17",
+ "cr": 17.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon uses its Frightful Presence. It then makes one Bite attack and two Claw attacks. It can replace its Bite attack with a use of Sleep Breath, if available.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +14 to hit, reach 15 ft., one target. _Hit:_ 19 (2d10+8) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +14 to hit, reach 10 ft., one target. _Hit:_ 15 (2d6+8) slashing damage.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +14 to hit, reach 20 ft., one target. _Hit:_ 17 (2d8+8) bludgeoning damage.\"},{\"name\":\"Frightful Presence\",\"desc\":\"Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 18 WIS save or be frightened for 1 minute. A creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. If a creature's save is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours.\"},{\"name\":\"Fire Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales fire in a 120-foot line that is 10 feet wide. Each creature in that line must make a DC 21 DEX save, taking 70 (20d6) fire damage on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Sleep Breath (Recharge 6)\",\"desc\":\"The dragon exhales sleep gas in a 90-foot cone. Each creature in that area must succeed on a DC 21 CON save or fall unconscious for 10 minutes. This effect ends for a creature if the creature takes damage or another creature uses an action to wake it.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The dragon magically transforms into a Beast or Humanoid that has a challenge rating no higher than its own, or back into its true form, which is Dragon. Any equipment it is wearing or carrying transforms with it or is borne by the new form (the dragon's choice). It reverts to its true form if it dies. In a new form, the dragon retains its Legendary Resistance trait and its HP, ability to speak, proficiencies, and INT, WIS, and CHA scores, as well as this bonus action. Its statistics and capabilities are otherwise replaced by those of the new form, except any class features or legendary actions of that form.\"}]",
+ "special_abilities_json": "[{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the dragon fails a save, it can choose to succeed instead.\"},{\"name\":\"Suffocating Heat\",\"desc\":\"As the **young brass dragon**, except it affects creatures within 30 feet of the dragon, and the save DC is 21.\"}]",
+ "reactions_json": null,
+ "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action can be used at a time and only at the end of another creature's turn. The dragon regains spent legendary actions at the start of its turn.",
+ "legendary_actions_json": "[{\"name\":\"Detect\",\"desc\":\"The dragon automatically detects every creature and trap within 30 feet of it, pinpointing the current location of each.\"},{\"name\":\"Tail Attack\",\"desc\":\"The dragon makes a Tail attack.\"},{\"name\":\"Elemental Roar (Costs 2 Actions)\",\"desc\":\"The dragon roars at up to two creatures of its choice within 120 feet of it. Each target must succeed on a DC 18 CHA save or be vulnerable to fire damage until the end of its next turn. A target resistant to fire damage isn't resistant to it for the duration. A target immune to fire damage is still immune to it, even if the target fails the save.\"},{\"name\":\"Wing Attack (Costs 2 Actions)\",\"desc\":\"The dragon beats its wings. Each creature within 15 feet of the dragon must succeed on a DC 24 DEX save or take 15 (2d6+8) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed without provoking opportunity attacks.\"}]",
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "ancient_bronze_dragon_bf",
+ "fields": {
+ "name": "Ancient Bronze Dragon",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "gargantuan",
+ "type": "Dragon",
+ "subtype": "",
+ "group": "Dragons",
+ "alignment": "",
+ "armor_class": 21,
+ "armor_desc": "natural armor",
+ "hit_points": 314,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40,\"fly\":80,\"swim\":40}",
+ "environments_json": null,
+ "strength": 28,
+ "dexterity": 22,
+ "constitution": 38,
+ "intelligence": 18,
+ "wisdom": 28,
+ "charisma": 32,
+ "strength_save": 9,
+ "dexterity_save": 6,
+ "constitution_save": 14,
+ "intelligence_save": 4,
+ "wisdom_save": 9,
+ "charisma_save": 11,
+ "perception": 27,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "lightning",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft., keensense 60 ft.",
+ "languages": "Common,Draconic",
+ "challenge_rating": "19",
+ "cr": 19.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon uses its Frightful Presence. It then makes one Bite attack and two Claw attacks. It can replace its Bite attack with a use of Repulsion Breath, if available.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +15 to hit, reach 15 ft., one target. _Hit:_ 20 (2d10+9) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +15 to hit, reach 10 ft., one target. _Hit:_ 16 (2d6+9) slashing damage.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +15 to hit, reach 20 ft., one target. _Hit:_ 18 (2d8+9) bludgeoning damage.\"},{\"name\":\"Frightful Presence\",\"desc\":\"Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 19 WIS save or be frightened for 1 minute. A creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. If a creature's save is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours.\"},{\"name\":\"Lightning Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales lightning in a 120-foot line that is 10 feet wide. Each creature in that line must make a DC 22 DEX save, taking 88 (16d10) lightning damage on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Repulsion Breath (Recharge 6)\",\"desc\":\"The dragon exhales repulsion energy in a 90-foot cone. Each creature in that area must succeed on a DC 22 STR save or be pushed up to 45 feet away from the dragon.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The dragon magically transforms into a Beast or Humanoid that has a challenge rating no higher than its own, or back into its true form, which is Dragon. Any equipment it is wearing or carrying transforms with it or is borne by the new form (the dragon's choice). It reverts to its true form if it dies. In a new form, the dragon retains its Legendary Resistance trait and its HP, ability to speak, proficiencies, and INT, WIS, and CHA scores, as well as this bonus action. Its statistics and capabilities are otherwise replaced by those of the new form, except any class features or legendary actions of that form.\"}]",
+ "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The dragon can breathe air and water.\"},{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the dragon fails a save, it can choose to succeed instead.\"},{\"name\":\"Lightning Extraction\",\"desc\":\"As the **young bronze dragon**, except it affects creatures within 30 feet of the dragon, and the save DC is 22.\"}]",
+ "reactions_json": null,
+ "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action can be used at a time and only at the end of another creature's turn. The dragon regains spent legendary actions at the start of its turn.",
+ "legendary_actions_json": "[{\"name\":\"Detect\",\"desc\":\"The dragon automatically detects every creature and trap within 30 feet of it, pinpointing the current location of each.\"},{\"name\":\"Tail Attack\",\"desc\":\"The dragon makes a Tail attack.\"},{\"name\":\"Elemental Roar (Costs 2 Actions)\",\"desc\":\"The dragon roars at up to two creatures of its choice within 120 feet of it. Each target must succeed on a DC 19 CHA save or be vulnerable to lightning damage until the end of its next turn. A target resistant to lightning damage isn't resistant to it for the duration. A target immune to lightning damage is still immune to it, even if the target fails the save.\"},{\"name\":\"Wing Attack (Costs 2 Actions)\",\"desc\":\"The dragon beats its wings. Each creature within 15 feet of the dragon must succeed on a DC 23 DEX save or take 16 (2d6+9) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed without provoking opportunity attacks.\"}]",
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "ancient_copper_dragon_bf",
+ "fields": {
+ "name": "Ancient Copper Dragon",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "gargantuan",
+ "type": "Dragon",
+ "subtype": "",
+ "group": "Dragons",
+ "alignment": "",
+ "armor_class": 21,
+ "armor_desc": "natural armor",
+ "hit_points": 297,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40,\"climb\":40,\"fly\":80}",
+ "environments_json": null,
+ "strength": 26,
+ "dexterity": 22,
+ "constitution": 36,
+ "intelligence": 20,
+ "wisdom": 28,
+ "charisma": 30,
+ "strength_save": 8,
+ "dexterity_save": 6,
+ "constitution_save": 13,
+ "intelligence_save": 5,
+ "wisdom_save": 9,
+ "charisma_save": 10,
+ "perception": 27,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "acid",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft., keensense 60 ft.",
+ "languages": "Common,Draconic",
+ "challenge_rating": "18",
+ "cr": 18.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon uses its Frightful Presence. It then makes one Bite attack and two Claw attacks. It can replace its Bite attack with a use of Slowing Breath, if available.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +15 to hit, reach 15 ft., one target. _Hit:_ 19 (2d10+8) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +15 to hit, reach 10 ft., one target. _Hit:_ 15 (2d6+8) slashing damage.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +15 to hit, reach 20 ft., one target. _Hit:_ 17 (2d8+8) bludgeoning damage.\"},{\"name\":\"Frightful Presence\",\"desc\":\"Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 18 WIS save or be frightened for 1 minute. A creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. If a creature's save is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours.\"},{\"name\":\"Acid Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales acid in a 120-foot line that is 10 feet wide. Each creature in that line must make a DC 21 DEX save, taking 76 (17d8) acid damage on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Slowing Breath (Recharge 6)\",\"desc\":\"As the **copper dragon wyrmling**, except it is a 90-foot cone, and the save DC is 21.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The dragon magically transforms into a Beast or Humanoid that has a challenge rating no higher than its own, or back into its true form, which is Dragon. Any equipment it is wearing or carrying transforms with it or is borne by the new form (the dragon's choice). It reverts to its true form if it dies. In a new form, the dragon retains its Legendary Resistance trait and its HP, ability to speak, proficiencies, and INT, WIS, and CHA scores, as well as this bonus action. Its statistics and capabilities are otherwise replaced by those of the new form, except any class features or legendary actions of that form.\"}]",
+ "special_abilities_json": "[{\"name\":\"Corrosive Scales\",\"desc\":\"As the **young copper dragon**.\"},{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the dragon fails a save, it can choose to succeed instead.\"}]",
+ "reactions_json": null,
+ "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action can be used at a time and only at the end of another creature's turn. The dragon regains spent legendary actions at the start of its turn.",
+ "legendary_actions_json": "[{\"name\":\"Detect\",\"desc\":\"The dragon automatically detects every creature and trap within 30 feet of it, pinpointing the current location of each.\"},{\"name\":\"Tail Attack\",\"desc\":\"The dragon makes a Tail attack.\"},{\"name\":\"Elemental Roar (Costs 2 Actions)\",\"desc\":\"The dragon roars at up to two creatures of its choice within 120 feet of it. Each target must succeed on a DC 18 CHA save or be vulnerable to acid damage until the end of its next turn. A target resistant to acid damage isn't resistant to it for the duration. A target immune to acid damage is still immune to it, even if the target fails the save.\"},{\"name\":\"Wing Attack (Costs 2 Actions)\",\"desc\":\"The dragon beats its wings. Each creature within 15 feet of the dragon must succeed on a DC 22 DEX save or take 15 (2d6+8) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed without provoking opportunity attacks.\"}]",
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "ancient_gold_dragon_bf",
+ "fields": {
+ "name": "Ancient Gold Dragon",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "gargantuan",
+ "type": "Dragon",
+ "subtype": "",
+ "group": "Dragons",
+ "alignment": "",
+ "armor_class": 22,
+ "armor_desc": "natural armor",
+ "hit_points": 382,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40,\"fly\":80,\"swim\":40}",
+ "environments_json": null,
+ "strength": 30,
+ "dexterity": 28,
+ "constitution": 42,
+ "intelligence": 20,
+ "wisdom": 36,
+ "charisma": 34,
+ "strength_save": 10,
+ "dexterity_save": 9,
+ "constitution_save": 16,
+ "intelligence_save": 5,
+ "wisdom_save": 13,
+ "charisma_save": 12,
+ "perception": 30,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "fire",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft., keensense 60 ft.",
+ "languages": "Common,Draconic",
+ "challenge_rating": "21",
+ "cr": 21.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon uses its Frightful Presence. It then makes one Bite attack and two Claw attacks. It can replace its Bite attack with a use of Weakening Breath, if available.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +17 to hit, reach 15 ft., one target. _Hit:_ 21 (2d10+10) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +17 to hit, reach 10 ft., one target. _Hit:_ 17 (2d6+10) slashing damage.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +17 to hit, reach 20 ft., one target. _Hit:_ 19 (2d8+10) bludgeoning damage.\"},{\"name\":\"Frightful Presence\",\"desc\":\"Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 20 WIS save or be frightened for 1 minute. A creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. If a creature's save is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours.\"},{\"name\":\"Fire Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales fire in a 90-foot cone. Each creature in that area must make a DC 24 DEX save, taking 110 (20d10) fire damage on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Weakening Breath (Recharge 6)\",\"desc\":\"As the **gold dragon wyrmling**, except it is a 90-foot cone, and the save DC is 24.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The dragon magically transforms into a Beast or Humanoid that has a challenge rating no higher than its own, or back into its true form, which is Dragon. Any equipment it is wearing or carrying transforms with it or is borne by the new form (the dragon's choice). It reverts to its true form if it dies. In a new form, the dragon retains its Legendary Resistance trait and its HP, ability to speak, proficiencies, and INT, WIS, and CHA scores, as well as this bonus action. Its statistics and capabilities are otherwise replaced by those of the new form, except any class features or legendary actions of that form.\"}]",
+ "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The dragon can breathe air and water.\"},{\"name\":\"Golden Splendor\",\"desc\":\"As the **young gold dragon**, except it affects creatures within 30 feet of the dragon, and the save DC is 24.\"},{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the dragon fails a save, it can choose to succeed instead.\"}]",
+ "reactions_json": null,
+ "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action can be used at a time and only at the end of another creature's turn. The dragon regains spent legendary actions at the start of its turn.",
+ "legendary_actions_json": "[{\"name\":\"Detect\",\"desc\":\"The dragon automatically detects every creature and trap within 30 feet of it, pinpointing the current location of each.\"},{\"name\":\"Tail Attack\",\"desc\":\"The dragon makes a Tail attack.\"},{\"name\":\"Elemental Roar (Costs 2 Actions)\",\"desc\":\"The dragon roars at up to two creatures of its choice within 120 feet of it. Each target must succeed on a DC 20 CHA save or be vulnerable to fire damage until the end of its next turn. A target resistant to fire damage isn't resistant to it for the duration. A target immune to fire damage is still immune to it, even if the target fails the save.\"},{\"name\":\"Wing Attack (Costs 2 Actions)\",\"desc\":\"The dragon beats its wings. Each creature within 15 feet of the dragon must succeed on a DC 25 DEX save or take 17 (2d6+10) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed without provoking opportunity attacks.\"}]",
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "ancient_green_dragon_bf",
+ "fields": {
+ "name": "Ancient Green Dragon",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "gargantuan",
+ "type": "Dragon",
+ "subtype": "",
+ "group": "Dragons",
+ "alignment": "",
+ "armor_class": 21,
+ "armor_desc": "natural armor",
+ "hit_points": 333,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40,\"fly\":80,\"swim\":40}",
+ "environments_json": null,
+ "strength": 26,
+ "dexterity": 24,
+ "constitution": 36,
+ "intelligence": 24,
+ "wisdom": 28,
+ "charisma": 30,
+ "strength_save": 8,
+ "dexterity_save": 7,
+ "constitution_save": 13,
+ "intelligence_save": 7,
+ "wisdom_save": 9,
+ "charisma_save": 10,
+ "perception": 25,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "poison,poisoned",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft., keensense 60 ft.",
+ "languages": "Common,Draconic",
+ "challenge_rating": "19",
+ "cr": 19.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon uses its Frightful Presence. It then makes one Bite attack and two Claw attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +15 to hit, reach 15 ft., one target. _Hit:_ 19 (2d10+8) piercing damage plus 10 (3d6) poison damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +15 to hit, reach 10 ft., one target. _Hit:_ 22 (4d6+8) slashing damage.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +15 to hit, reach 20 ft., one target. _Hit:_ 17 (2d8+8) bludgeoning damage.\"},{\"name\":\"Frightful Presence\",\"desc\":\"Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 18 WIS save or be frightened for 1 minute. A creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. If a creature's save is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours.\"},{\"name\":\"Poison Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales poisonous gas in a 90-foot cone. Each creature in that area must make a DC 21 CON save, taking 84 (24d6) poison damage on a failed save, or half as much damage on a successful one.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The dragon can breathe air and water.\"},{\"name\":\"Hallucinogenic Gas\",\"desc\":\"After the green dragon exhales its Poison Breath, wisps of poisonous gas laced with the alchemical taint that permeates the dragon's body linger around it. While the dragon's Poison Breath is unavailable, each creature that starts its turn within 30 feet of the dragon must succeed on a DC 21 WIS save or be terrified, as the gas causes the creature to experience frightful hallucinations. A terrified creature is frightened, and its speed is reduced to 0.\"},{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the dragon fails a save, it can choose to succeed instead.\"}]",
+ "reactions_json": null,
+ "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action can be used at a time and only at the end of another creature's turn. The dragon regains spent legendary actions at the start of its turn.",
+ "legendary_actions_json": "[{\"name\":\"Detect\",\"desc\":\"The dragon automatically detects every creature and trap within 30 feet of it, pinpointing the current location of each.\"},{\"name\":\"Tail Attack\",\"desc\":\"The dragon makes a Tail attack.\"},{\"name\":\"Elemental Roar (Costs 2 Actions)\",\"desc\":\"The dragon roars at up to two creatures of its choice within 120 feet of it. Each target must succeed on a DC 18 CHA save or be vulnerable to poison damage until the end of its next turn. A target resistant to poison damage isn't resistant to it for the duration. A target immune to poison damage is still immune to it, even if the target fails the save.\"},{\"name\":\"Wing Attack (Costs 2 Actions)\",\"desc\":\"The dragon beats its wings. Each creature within 15 feet of the dragon must succeed on a DC 22 DEX save or take 22 (4d6+8) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed without provoking opportunity attacks.\"}]",
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "ancient_red_dragon_bf",
+ "fields": {
+ "name": "Ancient Red Dragon",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "gargantuan",
+ "type": "Dragon",
+ "subtype": "",
+ "group": "Dragons",
+ "alignment": "",
+ "armor_class": 22,
+ "armor_desc": "natural armor",
+ "hit_points": 382,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40,\"climb\":40,\"fly\":80}",
+ "environments_json": null,
+ "strength": 30,
+ "dexterity": 24,
+ "constitution": 42,
+ "intelligence": 18,
+ "wisdom": 28,
+ "charisma": 36,
+ "strength_save": 10,
+ "dexterity_save": 7,
+ "constitution_save": 16,
+ "intelligence_save": 4,
+ "wisdom_save": 9,
+ "charisma_save": 13,
+ "perception": 26,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "fire",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft., keensense 60 ft.",
+ "languages": "Common,Draconic",
+ "challenge_rating": "21",
+ "cr": 21.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon uses its Frightful Presence. It then makes one Bite attack and two Claw attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +17 to hit, reach 15 ft., one target. _Hit:_ 21 (2d10+10) piercing damage plus 14 (4d6) fire damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +17 to hit, reach 10 ft., one target. _Hit:_ 17 (2d6+10) slashing damage.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +17 to hit, reach 20 ft., one target. _Hit:_ 19 (2d8+10) bludgeoning damage.\"},{\"name\":\"Frightful Presence\",\"desc\":\"Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 21 WIS save or be frightened for 1 minute. A creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. If a creature's save is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours.\"},{\"name\":\"Fire Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales fire in a 90-foot cone. Each creature in that area must make a DC 24 DEX save, taking 105 (30d6) fire damage on a failed save, or half as much damage on a successful one.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Boil Over\",\"desc\":\"When the red dragon hasn't unleashed its Fire Breath, the heat builds and rolls outward from it. While the dragon's Fire Breath is available, it emits immense heat, and each creature that starts its turn within 30 feet of the dragon must succeed on a DC 24 CON save or take 7 (2d6) fire damage. A creature that fails this save by 5 or more also suffers one level of exhaustion.\"},{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the dragon fails a save, it can choose to succeed instead.\"}]",
+ "reactions_json": null,
+ "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action can be used at a time and only at the end of another creature's turn. The dragon regains spent legendary actions at the start of its turn.",
+ "legendary_actions_json": "[{\"name\":\"Detect\",\"desc\":\"The dragon automatically detects every creature and trap within 30 feet of it, pinpointing the current location of each.\"},{\"name\":\"Tail Attack\",\"desc\":\"The dragon makes a Tail attack.\"},{\"name\":\"Elemental Roar (Costs 2 Actions)\",\"desc\":\"The dragon roars at up to two creatures of its choice within 120 feet of it. Each target must succeed on a DC 21 CHA save or be vulnerable to fire damage until the end of its next turn. A target resistant to fire damage isn't resistant to it for the duration. A target immune to fire damage is still immune to it, even if the target fails the save.\"},{\"name\":\"Wing Attack (Costs 2 Actions)\",\"desc\":\"The dragon beats its wings. Each creature within 15 feet of the dragon must succeed on a DC 25 DEX save or take 17 (2d6+10) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed without provoking opportunity attacks.\"}]",
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "ancient_silver_dragon_bf",
+ "fields": {
+ "name": "Ancient Silver Dragon",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "gargantuan",
+ "type": "Dragon",
+ "subtype": "",
+ "group": "Dragons",
+ "alignment": "",
+ "armor_class": 21,
+ "armor_desc": "natural armor",
+ "hit_points": 355,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40,\"fly\":80}",
+ "environments_json": null,
+ "strength": 30,
+ "dexterity": 22,
+ "constitution": 40,
+ "intelligence": 18,
+ "wisdom": 28,
+ "charisma": 32,
+ "strength_save": 10,
+ "dexterity_save": 6,
+ "constitution_save": 15,
+ "intelligence_save": 4,
+ "wisdom_save": 9,
+ "charisma_save": 11,
+ "perception": 25,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "cold",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft., keensense 60 ft.",
+ "languages": "Common,Draconic",
+ "challenge_rating": "20",
+ "cr": 20.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon uses its Frightful Presence. It then makes one Bite attack and two Claw attacks. It can replace its Bite attack with a use of Paralyzing Breath, if available.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +17 to hit, reach 15 ft., one target. _Hit:_ 21 (2d10+10) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +17 to hit, reach 10 ft., one target. _Hit:_ 17 (2d6+10) slashing damage.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +17 to hit, reach 20 ft., one target. _Hit:_ 19 (2d8+10) bludgeoning damage.\"},{\"name\":\"Frightful Presence\",\"desc\":\"Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 19 WIS save or be frightened for 1 minute. A creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. If a creature's save is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours.\"},{\"name\":\"Cold Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales an icy blast in a 90-foot cone. Each creature in that area must make a DC 23 CON save, taking 99 (22d8) cold damage on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Paralyzing Breath (Recharge 6)\",\"desc\":\"As the **silver dragon wyrmling**, except it is a 90-foot cone, and the save DC is 23.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The dragon magically transforms into a Beast or Humanoid that has a challenge rating no higher than its own, or back into its true form, which is Dragon. Any equipment it is wearing or carrying transforms with it or is borne by the new form (the dragon's choice). It reverts to its true form if it dies. In a new form, the dragon retains its Legendary Resistance trait and its HP, ability to speak, proficiencies, and INT, WIS, and CHA scores, as well as this bonus action. Its statistics and capabilities are otherwise replaced by those of the new form, except any class features or legendary actions of that form.\"}]",
+ "special_abilities_json": "[{\"name\":\"Freezing Fog\",\"desc\":\"As the **young silver dragon**, except it affects creatures within 30 feet of the dragon, and the save DC is 23.\"},{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the dragon fails a save, it can choose to succeed instead.\"}]",
+ "reactions_json": null,
+ "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action can be used at a time and only at the end of another creature's turn. The dragon regains spent legendary actions at the start of its turn.",
+ "legendary_actions_json": "[{\"name\":\"Detect\",\"desc\":\"The dragon automatically detects every creature and trap within 30 feet of it, pinpointing the current location of each.\"},{\"name\":\"Tail Attack\",\"desc\":\"The dragon makes a Tail attack.\"},{\"name\":\"Elemental Roar (Costs 2 Actions)\",\"desc\":\"The dragon roars at up to two creatures of its choice within 120 feet of it. Each target must succeed on a DC 19 CHA save or be vulnerable to cold damage until the end of its next turn. A target resistant to cold damage isn't resistant to it for the duration. A target immune to cold damage is still immune to it, even if the target fails the save.\"},{\"name\":\"Wing Attack (Costs 2 Actions)\",\"desc\":\"The dragon beats its wings. Each creature within 15 feet of the dragon must succeed on a DC 24 DEX save or take 17 (2d6+10) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed without provoking opportunity attacks.\"}]",
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "ancient_white_dragon_bf",
+ "fields": {
+ "name": "Ancient White Dragon",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "gargantuan",
+ "type": "Dragon",
+ "subtype": "",
+ "group": "Dragons",
+ "alignment": "",
+ "armor_class": 20,
+ "armor_desc": "natural armor",
+ "hit_points": 301,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40,\"burrow\":40,\"fly\":80,\"swim\":40}",
+ "environments_json": null,
+ "strength": 26,
+ "dexterity": 22,
+ "constitution": 38,
+ "intelligence": 10,
+ "wisdom": 28,
+ "charisma": 28,
+ "strength_save": 8,
+ "dexterity_save": 6,
+ "constitution_save": 14,
+ "intelligence_save": 0,
+ "wisdom_save": 9,
+ "charisma_save": 9,
+ "perception": 25,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "cold",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft., keensense 60 ft.",
+ "languages": "Common,Draconic",
+ "challenge_rating": "17",
+ "cr": 17.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon uses its Frightful Presence. It then makes one Bite attack and two Claw attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +14 to hit, reach 15 ft., one target. _Hit:_ 19 (2d10+8) piercing damage plus 9 (2d8) cold damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +14 to hit, reach 10 ft., one target. _Hit:_ 15 (2d6+8) slashing damage.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +14 to hit, reach 20 ft., one target. _Hit:_ 17 (2d8+8) bludgeoning damage.\"},{\"name\":\"Frightful Presence\",\"desc\":\"Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 17 WIS save or be frightened for 1 minute. A creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. If a creature's save is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours.\"},{\"name\":\"Cold Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales an icy blast in a 90-foot cone. Each creature in that area must make a DC 22 CON save, taking 63 (14d8) cold damage on a failed save, or half as much damage on a successful one.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Ice Walk\",\"desc\":\"The dragon can move across and climb icy surfaces without needing to make an ability check. In addition, difficult terrain composed of ice or snow doesn't cost it extra movement.\"},{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the dragon fails a save, it can choose to succeed instead.\"},{\"name\":\"Numbing Chill\",\"desc\":\"When the white dragon hasn't unleashed its Cold Breath, the cold builds up within it and ripples outward from it. While the dragon's Cold Breath is available, it emits a numbing chill, and each creature that starts its turn within 30 feet of the dragon must succeed on a DC 22 CON save or its speed is halved.\"}]",
+ "reactions_json": null,
+ "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action can be used at a time and only at the end of another creature's turn. The dragon regains spent legendary actions at the start of its turn.",
+ "legendary_actions_json": "[{\"name\":\"Detect\",\"desc\":\"The dragon automatically detects every creature and trap within 30 feet of it, pinpointing the current location of each.\"},{\"name\":\"Tail Attack\",\"desc\":\"The dragon makes a Tail attack.\"},{\"name\":\"Elemental Roar (Costs 2 Actions)\",\"desc\":\"The dragon roars at up to two creatures of its choice within 120 feet of it. Each target must succeed on a DC 17 CHA save or be vulnerable to cold damage until the end of its next turn. A target resistant to cold damage isn't resistant to it for the duration. A target immune to cold damage is still immune to it, even if the target fails the save.\"},{\"name\":\"Wing Attack (Costs 2 Actions)\",\"desc\":\"The dragon beats its wings. Each creature within 15 feet of the dragon must succeed on a DC 22 DEX save or take 15 (2d6+8) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed without provoking opportunity attacks.\"}]",
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "androsphinx_bf",
+ "fields": {
+ "name": "Androsphinx",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Monstrosity",
+ "subtype": "",
+ "group": "Sphinxes",
+ "alignment": "",
+ "armor_class": 17,
+ "armor_desc": "natural armor",
+ "hit_points": 284,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40,\"fly\":60}",
+ "environments_json": null,
+ "strength": 22,
+ "dexterity": 20,
+ "constitution": 32,
+ "intelligence": 28,
+ "wisdom": 30,
+ "charisma": 22,
+ "strength_save": 6,
+ "dexterity_save": 5,
+ "constitution_save": 11,
+ "intelligence_save": 9,
+ "wisdom_save": 10,
+ "charisma_save": 6,
+ "perception": 20,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Monstrosity Resilience",
+ "damage_immunities": "psychic; bludgeoning,piercing,and slashing damage from nonmagical attacks,charmed,frightened",
+ "condition_immunities": "",
+ "senses": "truesight 120 ft.",
+ "languages": "Common,Sphinx",
+ "challenge_rating": "17",
+ "cr": 17.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The sphinx makes four Claw or Arcane Bolt attacks. It can replace one attack with a use of Spellcasting.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +12 to hit, reach 5 ft., one target. _Hit:_ 17 (2d10+6) slashing damage plus 9 (2d8) force damage.\"},{\"name\":\"Arcane Bolt\",\"desc\":\"_Ranged Spell Attack:_ +12 to hit, range 120 ft., one target. _Hit:_ 24 (4d8+6) force damage.\"},{\"name\":\"Spellcasting\",\"desc\":\"The sphinx casts one of the following spells, requiring no material components and using WIS as the spellcasting ability (spell save DC 18).
At will: _command_, _detect evil and good_, _thaumaturgy_
3/day each: _dispel magic_, _restoration_, _tongues_, _zone of truth_
2/day each: _freedom of movement_, _greater restoration_
1/day: _heal_\"}]",
+ "bonus_actions_json": "[{\"name\":\"Roar\",\"desc\":\"The sphinx emits one of the following magical roars. Each roar is audible up to 300 feet away. When it roars, the sphinx chooses up to three creatures it can see within 120 feet of it to be affected by the roar. A creature that fails a save and is affected by an ongoing effect can repeat the save at the end of each of its turns, ending the effect on itself on a success.\\n- **Rumbling Roar.** This deep roar rumbles through each target's body, rattling it to its bones. Each target must succeed on a DC 18 CON save or deal only half damage with weapon attacks that use STR or DEX for 1 minute.\\n- **Terrifying Roar.** This shrill roar tugs at the self-preservation instincts within creatures. Each target must succeed on a DC 18 WIS save or be frightened for 1 minute. While frightened, a creature's speed is 0. If a creature fails the save by 5 or more, it is also paralyzed while frightened.\\n- **Thunderous Roar.** This booming roar slams against the chosen creatures. Each target must succeed on a DC 18 STR save or be pushed up to 15 feet away from the sphinx, knocked prone, and deafened for 1 minute.\"}]",
+ "special_abilities_json": "[{\"name\":\"Inscrutable\",\"desc\":\"The sphinx is immune to any effect that would sense its emotions or read its thoughts, as well as any divination spell that it refuses. WIS (Insight) checks made to ascertain the sphinx's intentions or sincerity have disadvantage.\"},{\"name\":\"Magical Claws\",\"desc\":\"The sphinx's Claw attacks are magical. When the sphinx hits with a Claw attack, the Claw deals an extra 2d8 force damage (included in the attack).\"},{\"name\":\"Monstrosity Resilience\",\"desc\":\"The sphinx is resistant to exhaustion and to the frightened condition.\"}]",
+ "reactions_json": null,
+ "legendary_desc": "The sphinx can take 3 legendary actions, choosing from the options below. Only one legendary action option can be used at a time and only at the end of another creature's turn. The sphinx regains spent legendary actions at the start of its turn.",
+ "legendary_actions_json": "[{\"name\":\"Teleport\",\"desc\":\"The sphinx magically teleports, along with any equipment it is wearing or carrying, up to 120 feet to an unoccupied space it can see.\"},{\"name\":\"Cast a Spell (Costs 2 Actions)\",\"desc\":\"The sphinx uses Spellcasting.\"},{\"name\":\"Lacerating Swipe (Costs 2 Actions)\",\"desc\":\"The sphinx rears up on its hind legs, wings fluttering, and swipes in a wide arc with both its forepaws. Each creature in a 15-foot cone must succeed on a DC 18 DEX save or take 11 (2d10) slashing damage and suffer a bleeding wound. A creature with a bleeding wound loses 5 (1d10) HP at the start of each of its turns. Any creature can take an action to stanch the wound with a successful DC 18 WIS (Medicine) check. The wound also closes if the bleeding creature receives magical healing.\"}]",
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "animated_armor_bf",
+ "fields": {
+ "name": "Animated Armor",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Construct",
+ "subtype": "",
+ "group": "Animated Objects",
+ "alignment": "",
+ "armor_class": 18,
+ "armor_desc": "natural armor",
+ "hit_points": 34,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":25}",
+ "environments_json": null,
+ "strength": 18,
+ "dexterity": 10,
+ "constitution": 12,
+ "intelligence": 1,
+ "wisdom": 6,
+ "charisma": 1,
+ "strength_save": 4,
+ "dexterity_save": 0,
+ "constitution_save": 1,
+ "intelligence_save": -5,
+ "wisdom_save": -2,
+ "charisma_save": -5,
+ "perception": 8,
+ "skills_json": "",
+ "damage_vulnerabilities": "acid",
+ "damage_resistances": "slashing",
+ "damage_immunities": "blinded,deafened,Construct Resilience",
+ "condition_immunities": "",
+ "senses": "keensense 60 ft. (can't sense beyond this radius)",
+ "languages": "-",
+ "challenge_rating": "1",
+ "cr": 1.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The animated armor makes two Slam attacks.\"},{\"name\":\"Slam\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 6 (1d8+2) bludgeoning damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Helmet Bash (19 HP or Fewer)\",\"desc\":\"The animated armor slams its helmet into a creature it can sense within 5 feet of it. The target must succeed on a DC 13 STR save or take 5 (2d4) bludgeoning damage and be knocked prone.\"}]",
+ "special_abilities_json": "[{\"name\":\"Antimagic Susceptibility\",\"desc\":\"The armor is incapacitated while in the area of an antimagic field. If targeted by _dispel magic_, the armor must succeed on a CON save against the caster's spell save DC or fall unconscious for 1 minute.\"},{\"name\":\"Construct Nature\",\"desc\":\"The armor doesn't require air, food, drink, or sleep.\"},{\"name\":\"Construct Resilience\",\"desc\":\"The armor is immune to poison and psychic damage, and it is immune to exhaustion and the charmed, frightened, paralyzed, petrified, and poisoned conditions.\"},{\"name\":\"False Appearance\",\"desc\":\"While the armor remains motionless, it is indistinguishable from a normal suit of armor.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "ankheg_bf",
+ "fields": {
+ "name": "Ankheg",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Monstrosity",
+ "subtype": "Animal",
+ "group": null,
+ "alignment": "",
+ "armor_class": 14,
+ "armor_desc": "natural armor",
+ "hit_points": 57,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"burrow\":10}",
+ "environments_json": null,
+ "strength": 20,
+ "dexterity": 10,
+ "constitution": 12,
+ "intelligence": 1,
+ "wisdom": 12,
+ "charisma": 6,
+ "strength_save": 5,
+ "dexterity_save": 0,
+ "constitution_save": 1,
+ "intelligence_save": -5,
+ "wisdom_save": 1,
+ "charisma_save": -2,
+ "perception": 11,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "acid,Monstrosity Resilience",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft., tremorsense 60 ft.",
+ "languages": "-",
+ "challenge_rating": "2",
+ "cr": 2.0,
+ "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) slashing damage plus 9 (2d8) acid damage. If the target is a Large or smaller creature, it is grappled (escape DC 13). Until this grapple ends, the ankheg can't Bite another target.\"},{\"name\":\"Acid Spray (Recharge 6)\",\"desc\":\"The ankheg spits acid in a line that is 30 feet long and 5 feet wide, provided it has no creature grappled. Each creature in that line must make a DC 13 DEX save, taking 18 (4d8) acid damage on a failed save, or half as much damage on a successful one.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Save for Later\",\"desc\":\"The ankheg quickly digs a small hole and stuffs one creature grappled by it into the hole, burying the creature and ending the grapple. A buried creature is restrained and unable to breathe or stand up. A creature, including the buried creature, can take its action to free the buried creature by succeeding on a DC 13 STR check.\"}]",
+ "special_abilities_json": "[{\"name\":\"Monstrosity Resilience\",\"desc\":\"The ankheg is resistant to exhaustion and to the frightened condition.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "ape_bf",
+ "fields": {
+ "name": "Ape",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": null,
+ "hit_points": 25,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"climb\":30}",
+ "environments_json": null,
+ "strength": 20,
+ "dexterity": 14,
+ "constitution": 14,
+ "intelligence": 6,
+ "wisdom": 12,
+ "charisma": 6,
+ "strength_save": 5,
+ "dexterity_save": 2,
+ "constitution_save": 2,
+ "intelligence_save": -2,
+ "wisdom_save": 1,
+ "charisma_save": -2,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "stunned",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "-",
+ "challenge_rating": "1/2",
+ "cr": 0.5,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The ape makes two Fist attacks. If both Fist attacks hit one Medium or smaller creature, the target is grappled (escape DC 13), and the ape can't grapple another creature.\"},{\"name\":\"Fist\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 5 (1d4+3) bludgeoning damage.\"},{\"name\":\"Rock\",\"desc\":\"_Ranged Weapon Attack:_ +5 to hit, range 25/50 ft., one target. _Hit:_ 7 (1d8+3) bludgeoning damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "ape_giant_bf",
+ "fields": {
+ "name": "Ape, Giant",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "huge",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": null,
+ "hit_points": 176,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40,\"climb\":40}",
+ "environments_json": null,
+ "strength": 26,
+ "dexterity": 14,
+ "constitution": 18,
+ "intelligence": 6,
+ "wisdom": 12,
+ "charisma": 6,
+ "strength_save": 8,
+ "dexterity_save": 2,
+ "constitution_save": 4,
+ "intelligence_save": -2,
+ "wisdom_save": 1,
+ "charisma_save": -2,
+ "perception": 14,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "stunned",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "-",
+ "challenge_rating": "7",
+ "cr": 7.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The ape makes two Fist or Rock attacks. If both Fist attacks hit one Large or smaller creature, the target is grappled (escape DC 16). The ape has two fists, each of which can grapple only one target.\"},{\"name\":\"Fist\",\"desc\":\"_Melee Weapon Attack:_ +8 to hit, reach 10 ft., one target. _Hit:_ 27 (4d10+5) bludgeoning damage.\"},{\"name\":\"Rock\",\"desc\":\"_Ranged Weapon Attack:_ +8 to hit, range 50/100 ft., one target. _Hit:_ 23 (4d8+5) bludgeoning damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Throw\",\"desc\":\"One Large or smaller creature grappled by the ape is thrown up to 50 feet in a random direction and knocked prone. If a thrown target strikes a solid surface, the target takes 3 (1d6) bludgeoning damage for every 10 feet it was thrown. If the target is thrown at another creature, that creature must succeed on a DC 16 DEX save or take the same damage and be knocked prone.\"}]",
+ "special_abilities_json": "",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "archdruid_bf",
+ "fields": {
+ "name": "Archdruid",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Humanoid",
+ "subtype": "Any Lineage",
+ "group": "NPCs",
+ "alignment": "",
+ "armor_class": 17,
+ "armor_desc": "Nature's Champion",
+ "hit_points": 210,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 14,
+ "constitution": 12,
+ "intelligence": 22,
+ "wisdom": 28,
+ "charisma": 12,
+ "strength_save": 3,
+ "dexterity_save": 2,
+ "constitution_save": 1,
+ "intelligence_save": 6,
+ "wisdom_save": 9,
+ "charisma_save": 1,
+ "perception": 19,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Nature's Champion",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "Common,Druidic,plus any one language",
+ "challenge_rating": "12",
+ "cr": 12.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The archdruid makes three Thorned Staff or Nature's Wrath attacks. It can replace one attack with a use of Spellcasting.\"},{\"name\":\"Thorned Staff\",\"desc\":\"_Melee Weapon Attack:_+7 to hit, reach 5. ft., one target. _Hit:_ 10 (2d6+3) piercing damage plus 18 (4d8) cold, fire, lightning, poison, or thunder damage (the archdruid's choice).\"},{\"name\":\"Nature's Wrath\",\"desc\":\"_Ranged Spell Attack:_+9 to hit, range 120 ft., one target. _Hit:_ 27 (5d8+5) cold, fire, lightning, poison, or thunder damage (the archdruid's choice).\"},{\"name\":\"Spellcasting\",\"desc\":\"The archdruid casts one of the following spells, using WIS as the spellcasting ability (spell save DC 17).
At will: _animal friendship_, _druidcraft_, _entangle_, _speak with animals_
3/day each: _heat metal_, _spike growth_, _plant growth_, _speak with plants_
1/day each: _polymorph_, _insect plague_\"}]",
+ "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The archdruid magically transforms into a Beast that has a challenge rating no higher than its own, or back into its true form, which is Humanoid. Any equipment it is wearing or carrying transforms with it. It reverts to its true form if it dies. In a new form, the archdruid retains its HP, ability to speak, proficiencies, and INT, WIS, and CHA modifiers, as well as this bonus action. Its statistics and capabilities are otherwise replaced by those of the new form, except any class features or legendary actions of that form. The archdruid can choose to instead magically transform into an Elemental that has a challenge rating no higher than 6, or back into its true form. If it transforms into an Elemental, the archdruid can remain in that form for up to 6 hours then must finish a short or long rest before it can transform into an Elemental again.\"}]",
+ "special_abilities_json": "[{\"name\":\"Nature's Champion\",\"desc\":\"While the archdruid is conscious, wearing no armor, and in a natural environment or terrain, such as a desert, forest, or mountain, it adds its WIS modifier to its AC (included above). In addition, it is resistant to cold, fire, lightning, poison, and thunder damage.\"},{\"name\":\"Nature's Weapons\",\"desc\":\"When the archdruid hits with any weapon, the weapon deals an extra 4d8 cold, fire, lightning, poison, or thunder damage (included in the attack), the archdruid's choice.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "archmage_bf",
+ "fields": {
+ "name": "Archmage",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Humanoid",
+ "subtype": "Any Lineage",
+ "group": "NPCs",
+ "alignment": "",
+ "armor_class": 17,
+ "armor_desc": "Magic Ward",
+ "hit_points": 212,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 10,
+ "dexterity": 14,
+ "constitution": 12,
+ "intelligence": 28,
+ "wisdom": 22,
+ "charisma": 16,
+ "strength_save": 0,
+ "dexterity_save": 2,
+ "constitution_save": 1,
+ "intelligence_save": 9,
+ "wisdom_save": 6,
+ "charisma_save": 3,
+ "perception": 16,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Magic Ward",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "any six languages",
+ "challenge_rating": "12",
+ "cr": 12.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The archmage makes three Arcane Blast attacks. It can replace one attack with a use of Spellcasting.\"},{\"name\":\"Arcane Blast\",\"desc\":\"_Melee or Ranged Spell Attack:_ +9 to hit, reach 5 ft. or range 60 ft., one target. _Hit:_ 27 (4d10+5) force damage, and the target must succeed on a DC 17 STR save or be pushed up to 10 feet away from the archmage and knocked prone.\"},{\"name\":\"Burst of Magic (Recharge 5-6)\",\"desc\":\"The archmage releases a burst of swirling, multicolored, magical energy on a point it can see within 60 feet of it. Each creature within 20 feet of that point must make a DC 17 DEX save, taking 33 (6d10) force damage and 18 (4d8) acid, cold, fire, lightning, or thunder damage (the archmage's choice) on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Spellcasting\",\"desc\":\"The archmage casts one of the following spells, using INT as the spellcasting ability (spell save DC 17).
At will: _detect magic_, _disguise self_, _mage hand_, _prestidigitation_
3/day each: _charm_, _dispel magic_, _fly_, _invisibility_ (self only), _mirror image_
1/day each: _dimension door_, _greater hold_, _wall of force_\"}]",
+ "bonus_actions_json": "[{\"name\":\"Shimmering Step\",\"desc\":\"The archmage teleports, along with any equipment it is wearing or carrying, up to 30 feet to an unoccupied space it can see. Sparks of arcane energy appear at the origin and destination when it uses this bonus action.\"}]",
+ "special_abilities_json": "[{\"name\":\"Magic Resistance\",\"desc\":\"The archmage has advantage on saves against spells and other magical effects.\"},{\"name\":\"Magic Ward\",\"desc\":\"While the archmage is conscious, wearing no armor, and not inside of an antimagic effect, it adds its INT modifier to its AC (included above). In addition, it is resistant to force damage.\"}]",
+ "reactions_json": "[{\"name\":\"Counter Spell\",\"desc\":\"When a creature the archmage can see within 30 feet of it casts a spell, the archmage can counter the spell, interrupting the casting. This reaction works like the counterspell spell with a +5 spellcasting ability check, except the archmage must always make the ability check, regardless of the spell's circle. The archmage has advantage on this check if the spell is on the Arcane source spell list.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "assassin_bf",
+ "fields": {
+ "name": "Assassin",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Humanoid",
+ "subtype": "Any Lineage",
+ "group": "NPCs",
+ "alignment": "",
+ "armor_class": 15,
+ "armor_desc": "studded leather",
+ "hit_points": 157,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 10,
+ "dexterity": 22,
+ "constitution": 14,
+ "intelligence": 18,
+ "wisdom": 10,
+ "charisma": 10,
+ "strength_save": 0,
+ "dexterity_save": 6,
+ "constitution_save": 2,
+ "intelligence_save": 4,
+ "wisdom_save": 0,
+ "charisma_save": 0,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "poison,poisoned",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "Thieves' Cant plus any two languages",
+ "challenge_rating": "8",
+ "cr": 8.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The assassin makes three Shortsword or Hand Crossbow attacks.\"},{\"name\":\"Shortsword\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 6 (1d6+3) piercing damage plus 13 (3d8) poison damage, and the target must succeed on a DC 14 CON save or be poisoned for 1 minute. A poisoned creature can repeat the save at the end of each of its turns, ending the effect on itself on a success.\"},{\"name\":\"Hand Crossbow\",\"desc\":\"_Ranged Weapon Attack:_ +6 to hit, range 30/120 ft., one target. _Hit:_ 6 (1d6+3) piercing damage plus 13 (3d8) poison damage, and the target must succeed on a DC 14 CON save or be poisoned for 1 minute. A poisoned creature can repeat the save at the end of each of its turns, ending the effect on itself on a success.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Hidden Step\",\"desc\":\"The assassin magically teleports, along with any equipment it is wearing or carrying, up to 30 feet to an unoccupied space it can see and takes the Hide action.\"}]",
+ "special_abilities_json": "[{\"name\":\"Evasion\",\"desc\":\"If the assassin is subjected to an effect that allows it to make a DEX save to take only half damage, the assassin instead takes no damage if it succeeds on the save, and only half damage if it fails.\"},{\"name\":\"Poisoned Weapons\",\"desc\":\"The assassin's weapons are coated in poison. When it hits with any weapon, the weapon deals an extra 3d8 poison damage (included in the attack). In addition, at the start of each of its turns, the assassin can choose which of the following poisons is active on its weapons. The poison remains on the weapons until the start of the assassin's next turn.\\n- **Assassin's Friend.** A creature poisoned by a weapon coated with this poison takes an extra 4 (1d8) poison damage each time it takes damage while poisoned.\\n- **Buyer's Mercy.** A creature poisoned by a weapon coated with this poison falls unconscious while poisoned or until it takes damage or another creature uses an action to wake it.\\n- **Meddler's Fate.** A creature poisoned by a weapon coated with this poison has its speed halved while poisoned.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "awakened_shrub_bf",
+ "fields": {
+ "name": "Awakened Shrub",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "small",
+ "type": "Plant",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 10,
+ "armor_desc": null,
+ "hit_points": 9,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":20}",
+ "environments_json": null,
+ "strength": 2,
+ "dexterity": 10,
+ "constitution": 10,
+ "intelligence": 10,
+ "wisdom": 10,
+ "charisma": 6,
+ "strength_save": -4,
+ "dexterity_save": 0,
+ "constitution_save": 0,
+ "intelligence_save": 0,
+ "wisdom_save": 0,
+ "charisma_save": -2,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "fire",
+ "damage_resistances": "piercing,Plant Resilience",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "one language known by its creator",
+ "challenge_rating": "0",
+ "cr": 0.0,
+ "actions_json": "[{\"name\":\"Rake\",\"desc\":\"_Melee Weapon Attack:_ +2 to hit, reach 5 ft., one target. _Hit:_ 2 (1d4) slashing damage.\"},{\"name\":\"Thorn\",\"desc\":\"_Ranged Weapon Attack:_ +2 to hit, range 15/30 ft., one target. _Hit:_ 2 (1d4) piercing damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"False Appearance\",\"desc\":\"While the shrub remains motionless, it is indistinguishable from a normal shrub.\"},{\"name\":\"Plant Resilience\",\"desc\":\"The shrub is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "awakened_tree_bf",
+ "fields": {
+ "name": "Awakened Tree",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "huge",
+ "type": "Plant",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 13,
+ "armor_desc": "natural armor",
+ "hit_points": 60,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":20}",
+ "environments_json": null,
+ "strength": 18,
+ "dexterity": 6,
+ "constitution": 14,
+ "intelligence": 10,
+ "wisdom": 10,
+ "charisma": 6,
+ "strength_save": 4,
+ "dexterity_save": -2,
+ "constitution_save": 2,
+ "intelligence_save": 0,
+ "wisdom_save": 0,
+ "charisma_save": -2,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "fire",
+ "damage_resistances": "bludgeoning,piercing,Plant Resilience",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "one language known by its creator",
+ "challenge_rating": "2",
+ "cr": 2.0,
+ "actions_json": "[{\"name\":\"Slam\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 10 ft., one target. _Hit:_ 22 (4d8+4) bludgeoning damage.\"},{\"name\":\"Broken Branch\",\"desc\":\"_Ranged Weapon Attack:_ +6 to hit, range 20/60 ft., one target. _Hit:_ 18 (4d6+4) piercing damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Entangling Roots\",\"desc\":\"One creature on the ground the tree can see within 10 feet of it must succeed on a DC 14 STR save or be restrained by roots until the end of its next turn.\"}]",
+ "special_abilities_json": "[{\"name\":\"False Appearance\",\"desc\":\"While the tree remains motionless, it is indistinguishable from a normal tree.\"},{\"name\":\"Plant Resilience\",\"desc\":\"The tree is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "axe_beak_bf",
+ "fields": {
+ "name": "Axe Beak",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 11,
+ "armor_desc": null,
+ "hit_points": 13,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":50}",
+ "environments_json": null,
+ "strength": 14,
+ "dexterity": 12,
+ "constitution": 12,
+ "intelligence": 2,
+ "wisdom": 10,
+ "charisma": 4,
+ "strength_save": 2,
+ "dexterity_save": 1,
+ "constitution_save": 1,
+ "intelligence_save": -4,
+ "wisdom_save": 0,
+ "charisma_save": -3,
+ "perception": 12,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "-",
+ "challenge_rating": "1/4",
+ "cr": 0.25,
+ "actions_json": "[{\"name\":\"Beak\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 6 (1d8+2) slashing damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Evasive\",\"desc\":\"The axe beak takes the Disengage or Dodge action.\"}]",
+ "special_abilities_json": "",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "azer_bf",
+ "fields": {
+ "name": "Azer",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Elemental",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 17,
+ "armor_desc": "natural armor, shield",
+ "hit_points": 49,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 12,
+ "constitution": 18,
+ "intelligence": 12,
+ "wisdom": 12,
+ "charisma": 10,
+ "strength_save": 3,
+ "dexterity_save": 1,
+ "constitution_save": 4,
+ "intelligence_save": 1,
+ "wisdom_save": 1,
+ "charisma_save": 0,
+ "perception": 11,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "fire,poison,poisoned",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "Dwarvish,Ignan",
+ "challenge_rating": "2",
+ "cr": 2.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The azer makes two Warhammer attacks.\"},{\"name\":\"Warhammer\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 7 (1d8+3) bludgeoning damage, or 8 (1d10+3) bludgeoning damage if used with two hands, plus 3 (1d6) fire damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Blazing Bulwark\",\"desc\":\"The azer creates fire in a 15-foot line that is 1 foot wide, originating from a point the azer can see within 15 feet of it. This line is an opaque wall that is 3 feet tall and provides half-cover to creatures behind it. A creature that moves through the line takes damage as if it touched the azer. The line of fire lasts for 1 minute or until the azer uses this bonus action again.\"}]",
+ "special_abilities_json": "[{\"name\":\"Heated Body\",\"desc\":\"A creature that touches the azer or hits it with a melee attack while within 5 feet of it takes 3 (1d6) fire damage.\"},{\"name\":\"Heated Weapons\",\"desc\":\"When the azer hits with a metal melee weapon, the weapon deals an extra 3 (1d6) fire damage (included in the attack).\"},{\"name\":\"Illumination\",\"desc\":\"The azer sheds bright light in a 10-foot radius and dim light for an additional 10 feet.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "baboon_bf",
+ "fields": {
+ "name": "Baboon",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "small",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 11,
+ "armor_desc": null,
+ "hit_points": 10,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"climb\":30}",
+ "environments_json": null,
+ "strength": 8,
+ "dexterity": 12,
+ "constitution": 10,
+ "intelligence": 4,
+ "wisdom": 12,
+ "charisma": 6,
+ "strength_save": -1,
+ "dexterity_save": 1,
+ "constitution_save": 0,
+ "intelligence_save": -3,
+ "wisdom_save": 1,
+ "charisma_save": -2,
+ "perception": 11,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 30 ft.",
+ "languages": "-",
+ "challenge_rating": "1/8",
+ "cr": 0.125,
+ "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one creature. _Hit:_ 3 (1d4+1) piercing damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Pack Tactics\",\"desc\":\"The baboon has advantage on attack rolls against a creature if at least one of the baboon's allies is within 5 feet of the creature and the ally isn't incapacitated.\"}]",
+ "reactions_json": "[{\"name\":\"Startling Display\",\"desc\":\"When a creature the baboon can see attacks it while within 5 feet of it, the baboon can bare its teeth, puff its chest, or emit a quick series of barks. The attacker must succeed on a DC 11 WIS save or have disadvantage on the attack roll.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "badger_bf",
+ "fields": {
+ "name": "Badger",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "tiny",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 10,
+ "armor_desc": null,
+ "hit_points": 9,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":20,\"burrow\":10}",
+ "environments_json": null,
+ "strength": 4,
+ "dexterity": 10,
+ "constitution": 12,
+ "intelligence": 2,
+ "wisdom": 12,
+ "charisma": 4,
+ "strength_save": -3,
+ "dexterity_save": 0,
+ "constitution_save": 1,
+ "intelligence_save": -4,
+ "wisdom_save": 1,
+ "charisma_save": -3,
+ "perception": 11,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 30 ft.",
+ "languages": "-",
+ "challenge_rating": "0",
+ "cr": 0.0,
+ "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +2 to hit, reach 5 ft., one creature. _Hit:_ 2 (1d4) piercing damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Grumpy\",\"desc\":\"When in combat, the badger attacks the creature that most recently dealt damage to it, provided that creature is within range or moving to it doesn't cause the badger to provoke opportunity attacks. The badger otherwise attacks the nearest hostile creature.\"},{\"name\":\"Heightened Smell\",\"desc\":\"The badger's Perception is 16 when perceiving by smell.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "badger_giant_bf",
+ "fields": {
+ "name": "Badger, Giant",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 10,
+ "armor_desc": null,
+ "hit_points": 15,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"burrow\":15}",
+ "environments_json": null,
+ "strength": 12,
+ "dexterity": 10,
+ "constitution": 14,
+ "intelligence": 2,
+ "wisdom": 12,
+ "charisma": 4,
+ "strength_save": 1,
+ "dexterity_save": 0,
+ "constitution_save": 2,
+ "intelligence_save": -4,
+ "wisdom_save": 1,
+ "charisma_save": -3,
+ "perception": 11,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "frightened",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 30 ft.",
+ "languages": "-",
+ "challenge_rating": "1/4",
+ "cr": 0.25,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The badger makes one Bite attack and one Claws attack.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one creature. _Hit:_ 4 (1d6+1) piercing damage.\"},{\"name\":\"Claws\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 3 (1d4+1) slashing damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Grumpy\",\"desc\":\"When in combat, the badger attacks the creature that most recently dealt damage to it, provided that creature is within range or moving to it doesn't cause the badger to provoke opportunity attacks. The badger otherwise attacks the nearest hostile creature.\"},{\"name\":\"Heightened Smell\",\"desc\":\"The badger's Perception is 16 when perceiving by smell.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "balara_bf",
+ "fields": {
+ "name": "Balara",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Undead",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 17,
+ "armor_desc": "natural armor",
+ "hit_points": 114,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 14,
+ "constitution": 14,
+ "intelligence": 6,
+ "wisdom": 14,
+ "charisma": 8,
+ "strength_save": 3,
+ "dexterity_save": 2,
+ "constitution_save": 2,
+ "intelligence_save": -2,
+ "wisdom_save": 2,
+ "charisma_save": -1,
+ "perception": 14,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "necrotic",
+ "damage_immunities": "charmed,frightened,Undead Resilience",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "understands the languages of its creator but can't speak",
+ "challenge_rating": "6",
+ "cr": 6.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The balara makes one Bite attack and two Claw attacks, or it makes three Necrotic Bolt attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 16 (3d8+3) piercing damage plus 4 (1d8) necrotic damage, and the target can't regain HP until the start of the balara's next turn.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 13 (3d6+3) slashing damage.\"},{\"name\":\"Necrotic Bolt\",\"desc\":\"_Ranged Spell Attack:_ +5 to hit, range 60 ft., one target. _Hit:_ 15 (3d8+2) necrotic damage, and the target can't regain HP until the start of the balara's next turn.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Terrifying Luminance\",\"desc\":\"When a creature that can see the balara's glowing ribcage starts its turn within 30 feet of the balara, the balara can force it to make a DC 14 WIS save if the balara isn't incapacitated and can see the creature. On a failure, the creature is frightened until the start of its next turn, as the visions, fear, and pain of the last moments of several animals flash through its mind. While frightened, the creature's speed is reduced to 0, and it can't use reactions. Unless surprised, a creature can avert its eyes to avoid the save at the start of its turn. If the creature does so, it can't see the balara until the start of its next turn, when it can avert its eyes again. If the creature looks at the balara in the meantime, it must immediately make the save.\"},{\"name\":\"Undead Nature\",\"desc\":\"The balara doesn't require air, food, drink, or sleep.\"},{\"name\":\"Undead Resilience\",\"desc\":\"The balara is immune to poison damage, to exhaustion, and to the poisoned condition.\"}]",
+ "reactions_json": "[{\"name\":\"Relentless Pursuit\",\"desc\":\"When a creature the balara can see moves away from it, the balara can move up to half its speed toward that creature. This movement doesn't provoke opportunity attacks.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "balor_bf",
+ "fields": {
+ "name": "Balor",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "huge",
+ "type": "Fiend",
+ "subtype": "Demon",
+ "group": "Demons",
+ "alignment": "",
+ "armor_class": 19,
+ "armor_desc": "natural armor",
+ "hit_points": 292,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40,\"fly\":80}",
+ "environments_json": null,
+ "strength": 38,
+ "dexterity": 14,
+ "constitution": 34,
+ "intelligence": 20,
+ "wisdom": 28,
+ "charisma": 34,
+ "strength_save": 14,
+ "dexterity_save": 2,
+ "constitution_save": 12,
+ "intelligence_save": 5,
+ "wisdom_save": 9,
+ "charisma_save": 12,
+ "perception": 19,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "bludgeoning,piercing,and slashing damage from nonmagical attacks,Demonic Resilience",
+ "damage_immunities": "fire,Demonic Resilience",
+ "condition_immunities": "",
+ "senses": "truesight 120 ft.",
+ "languages": "Abyssal,telepathy 120 ft.",
+ "challenge_rating": "19",
+ "cr": 19.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The balor makes one Gore attack, one Longsword attack, and one Whip attack.\"},{\"name\":\"Gore\",\"desc\":\"_Melee Weapon Attack:_ +14 to hit, reach 10 ft., one target. _Hit:_ 15 (2d6+8) piercing damage plus 13 (3d8) fire damage.\"},{\"name\":\"Longsword\",\"desc\":\"_Melee Weapon Attack:_ +14 to hit, reach 10 ft., one target. _Hit:_ 21 (3d8+8) slashing damage, or 24 (3d10+8) slashing damage if used with two hands, plus 13 (3d8) fire damage. If the balor scores a critical hit, it rolls damage dice three times, instead of twice.\"},{\"name\":\"Whip\",\"desc\":\"_Melee Weapon Attack:_ +14 to hit, reach 30 ft., one target. _Hit:_ 15 (3d4+8) slashing damage plus 13 (3d8) fire damage, and the target must succeed on a DC 20 Strength saving throw or be pulled up to 25 feet toward the balor.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Teleport\",\"desc\":\"The balor magically teleports, along with any equipment it is wearing or carrying, up to 60 feet to an unoccupied space it can see.\"}]",
+ "special_abilities_json": "[{\"name\":\"Demonic Flames\",\"desc\":\"Creatures resistant to fire damage aren't resistant to fire damage dealt by the balor. Creatures immune to fire damage are still immune to the balor's fire damage.\"},{\"name\":\"Demonic Resilience\",\"desc\":\"The balor is resistant to cold and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.\"},{\"name\":\"Diving Assault\",\"desc\":\"If the balor is flying and moves at least 30 feet straight toward a creature and then hits it with a Gore attack on the same turn, that target must succeed on a DC 20 STR save or be knocked prone. If the target is prone, the balor can make one Longsword attack against it as a bonus action.\"},{\"name\":\"Flaming Weapons\",\"desc\":\"The balor's weapon attacks are magical. When the balor hits with any weapon, the weapon deals an extra 3d8 fire damage (included in the attack).\"},{\"name\":\"Fire Aura\",\"desc\":\"At the start of each of the balor's turns, each creature within 10 feet of it takes 13 (3d8) fire damage, and flammable objects in the aura that aren't being worn or carried ignite.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The balor has advantage on saves against spells and other magical effects.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "bandit_bf",
+ "fields": {
+ "name": "Bandit",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Humanoid",
+ "subtype": "Any Lineage",
+ "group": "NPCs",
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": "leather armor",
+ "hit_points": 9,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 10,
+ "dexterity": 12,
+ "constitution": 12,
+ "intelligence": 10,
+ "wisdom": 10,
+ "charisma": 10,
+ "strength_save": 0,
+ "dexterity_save": 1,
+ "constitution_save": 1,
+ "intelligence_save": 0,
+ "wisdom_save": 0,
+ "charisma_save": 0,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "any one language (usually Common)",
+ "challenge_rating": "1/8",
+ "cr": 0.125,
+ "actions_json": "[{\"name\":\"Scimitar\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 4 (1d6+1) slashing damage.\"},{\"name\":\"Light Crossbow\",\"desc\":\"_Ranged Weapon Attack:_ +3 to hit, range 80/320 ft., one target. _Hit:_ 5 (1d8+1) piercing damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Steal Item\",\"desc\":\"The bandit steals an object from one creature it can see within 5 feet of it. The target must succeed on a DC 11 DEX save or lose one object it is wearing or carrying of the bandit's choice. The object must weigh no more than 10 pounds, can't be a weapon, and can't be wrapped around or firmly attached to the target, such as a shirt or armor.\"}]",
+ "special_abilities_json": "[{\"name\":\"Opportunist\",\"desc\":\"The bandit has advantage on opportunity attacks.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "bandit_captain_bf",
+ "fields": {
+ "name": "Bandit Captain",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Humanoid",
+ "subtype": "Any Lineage",
+ "group": "NPCs",
+ "alignment": "",
+ "armor_class": 16,
+ "armor_desc": "studded leather",
+ "hit_points": 51,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 14,
+ "dexterity": 18,
+ "constitution": 14,
+ "intelligence": 14,
+ "wisdom": 10,
+ "charisma": 14,
+ "strength_save": 2,
+ "dexterity_save": 4,
+ "constitution_save": 2,
+ "intelligence_save": 2,
+ "wisdom_save": 0,
+ "charisma_save": 2,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "any two languages",
+ "challenge_rating": "2",
+ "cr": 2.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The bandit captain makes one Dagger attack and two Scimitar attacks, or it makes three Dagger attacks.\"},{\"name\":\"Dagger\",\"desc\":\"_Melee or Ranged Weapon Attack:_ +6 to hit, reach 5 ft. or range 20/60 ft., one target. _Hit:_ 6 (1d4+4) piercing damage.\"},{\"name\":\"Scimitar\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 7 (1d6+4) slashing damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Reposition Forces (Recharge 5-6)\",\"desc\":\"Each friendly bandit and thug under the bandit captain's command moves up to half its speed in a direction of the captain's choice. This movement doesn't provoke opportunity attacks.\"},{\"name\":\"Steal Item\",\"desc\":\"The bandit captain steals an object from one creature it can see within 5 feet of it. The target must succeed on a DC 14 DEX save or lose one object it is wearing or carrying of the bandit captain's choice. The object must weigh no more than 10 pounds, can't be a weapon, and can't be wrapped around or firmly attached to the target, such as a shirt or armor.\"}]",
+ "special_abilities_json": "[{\"name\":\"Opportunist\",\"desc\":\"The bandit captain has advantage on opportunity attacks.\"}]",
+ "reactions_json": "[{\"name\":\"Parry\",\"desc\":\"The bandit captain adds 2 to its AC against one melee attack that would hit it. To do so, the captain must see the attacker and be wielding a melee weapon.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "barbed_devil_bf",
+ "fields": {
+ "name": "Barbed Devil",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Fiend",
+ "subtype": "Devil",
+ "group": "Devils",
+ "alignment": "",
+ "armor_class": 15,
+ "armor_desc": "natural armor",
+ "hit_points": 94,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 22,
+ "dexterity": 16,
+ "constitution": 24,
+ "intelligence": 12,
+ "wisdom": 20,
+ "charisma": 20,
+ "strength_save": 6,
+ "dexterity_save": 3,
+ "constitution_save": 7,
+ "intelligence_save": 1,
+ "wisdom_save": 5,
+ "charisma_save": 5,
+ "perception": 18,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Devilish Resilience",
+ "damage_immunities": "Devilish Resilience",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft.",
+ "languages": "Infernal,telepathy 120 ft.",
+ "challenge_rating": "5",
+ "cr": 5.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The devil makes two Claw attacks and one Tail attack, or it makes three Hurl Flame attacks.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) piercing damage.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 12 (2d8+3) piercing damage.\"},{\"name\":\"Hurl Flame\",\"desc\":\"_Ranged Spell Attack:_ +5 to hit, range 150 ft., one target. _Hit:_ 12 (3d6+2) fire damage. If the target is a flammable object that isn't being worn or carried, it also catches fire.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Barbed Death\",\"desc\":\"When the barbed devil dies, its body withers, leaving behind a mass of spikes on the ground in a 10-foot radius centered on the devil's body. The area becomes difficult terrain for 1 minute, and when a creature moves into or within the area, it takes 2d6 piercing damage for every 5 feet it travels.\"},{\"name\":\"Barbed Hide\",\"desc\":\"A creature that hits the barbed devil with a melee attack while within 5 feet of it takes 3 (1d6) piercing damage. A creature that starts its turn grappling or grappled by the barbed devil takes 3 (1d6) piercing damage.\"},{\"name\":\"Devil's Sight\",\"desc\":\"Magical darkness doesn't impede the devil's darkvision.\"},{\"name\":\"Devilish Resilience\",\"desc\":\"The devil is resistant to cold damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to fire damage and poison damage and to the poisoned condition.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The devil has advantage on saves against spells and other magical effects.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "bard_bf",
+ "fields": {
+ "name": "Bard",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Humanoid",
+ "subtype": "Any Lineage",
+ "group": "NPCs",
+ "alignment": "",
+ "armor_class": 15,
+ "armor_desc": "studded leather",
+ "hit_points": 114,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 10,
+ "dexterity": 22,
+ "constitution": 12,
+ "intelligence": 14,
+ "wisdom": 12,
+ "charisma": 24,
+ "strength_save": 0,
+ "dexterity_save": 6,
+ "constitution_save": 1,
+ "intelligence_save": 2,
+ "wisdom_save": 1,
+ "charisma_save": 7,
+ "perception": 14,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Artistic Expression",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "Common plus any two languages",
+ "challenge_rating": "5",
+ "cr": 5.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The bard makes two Rapier or Hand Crossbow attacks. It can replace one attack with a use of Spellcasting.\"},{\"name\":\"Rapier\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5. ft., one target. _Hit:_ 7 (1d8+3) piercing damage plus 13 (3d8) damage of the type determined by Artistic Expression.\"},{\"name\":\"Hand Crossbow\",\"desc\":\"_Ranged Weapon Attack:_+6 to hit, range 30/120 ft., one target. _Hit:_ 6 (1d6+3) piercing damage plus 13 (3d8) damage of the type determined by Artistic Expression.\"},{\"name\":\"Dissonant Outburst (Recharge 4-6)\",\"desc\":\"Each creature within 30 feet of the bard and that can see or hear it must make a DC 15 WIS save. On a failure, a creature takes 14 (4d6) thunder damage and 7 (2d6) psychic damage and has disadvantage on attack rolls and ability checks until the end of its next turn. On a success, a creature takes half the damage and doesn't have disadvantage on attack rolls and ability checks.\"},{\"name\":\"Spellcasting\",\"desc\":\"The bard casts one of the following spells, using CHA as the spellcasting ability (spell save DC 15).
At will: dancing lights, mage hand, message
3/day each: _faerie fire_, _hold_, _suggestion_
1/day each: _confusion_, _greater invisibility_\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Artistic Expression\",\"desc\":\"The bard has one primary form of artistic expression, such as song, poetry, dance, fashion, paint, or similar. It is resistant to one type of damage associated with that artistic expression. For example, a bard expressing art through song or oration is resistant to thunder damage, a bard expressing art through paint is resistant to acid or poison damage (the bard's choice), and a bard expressing art through witty discourse or clever quips is resistant to psychic damage. This trait can't make the bard resistant to force, necrotic, or radiant damage.\"},{\"name\":\"Expressive Weapons\",\"desc\":\"When the bard hits with any weapon, the weapon deals an extra 3d8 damage of the type determined by Artistic Expression.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "basilisk_bf",
+ "fields": {
+ "name": "Basilisk",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Monstrosity",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 15,
+ "armor_desc": "natural armor",
+ "hit_points": 68,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":20}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 8,
+ "constitution": 14,
+ "intelligence": 2,
+ "wisdom": 8,
+ "charisma": 6,
+ "strength_save": 3,
+ "dexterity_save": -1,
+ "constitution_save": 2,
+ "intelligence_save": -4,
+ "wisdom_save": -1,
+ "charisma_save": -2,
+ "perception": 9,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "poison,petrified,Monstrosity Resilience",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "-",
+ "challenge_rating": "3",
+ "cr": 3.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The basilisk makes two Bite or Poison Spit attacks. If both Bite or Poison Spit attacks hit one creature, the target is poisoned until the end of its next turn.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 7 (1d8+3) piercing damage plus 7 (2d6) poison damage.\"},{\"name\":\"Poison Spit\",\"desc\":\"_Ranged Weapon Attack:_ +5 to hit, range 20/60 ft., one target. _Hit:_ 13 (3d6+3) poison damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Monstrosity Resilience\",\"desc\":\"The basilisk is resistant to exhaustion and to the frightened condition.\"},{\"name\":\"Petrifying Gaze\",\"desc\":\"When a creature that can see the basilisk's eyes starts its turn within 30 feet of the basilisk, the basilisk can force it to make a DC 12 CON save if the basilisk isn't incapacitated and can see the creature. On a failure, the creature magically begins to turn to stone and is restrained. The restrained creature must repeat the save at the end of its next turn, becoming petrified on a failure or ending the effect on a success. The petrification lasts until the creature is freed by the greater restoration spell or other magic. Unless surprised, a creature can avert its eyes to avoid the save at the start of its turn. If the creature does so, it can't see the basilisk until the start of its next turn, when it can avert its eyes again. If the creature looks at the basilisk in the meantime, it must immediately make the save. If the basilisk sees itself reflected on a polished surface within 30 feet of it and in an area of bright light, the basilisk mistakes itself for a rival and is affected by its own gaze.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "bat_bf",
+ "fields": {
+ "name": "Bat",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "tiny",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 11,
+ "armor_desc": null,
+ "hit_points": 8,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":5,\"fly\":30}",
+ "environments_json": null,
+ "strength": 2,
+ "dexterity": 12,
+ "constitution": 8,
+ "intelligence": 2,
+ "wisdom": 12,
+ "charisma": 4,
+ "strength_save": -4,
+ "dexterity_save": 1,
+ "constitution_save": -1,
+ "intelligence_save": -4,
+ "wisdom_save": 1,
+ "charisma_save": -3,
+ "perception": 11,
+ "skills_json": "",
+ "damage_vulnerabilities": "deafened",
+ "damage_resistances": "blinded",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "keensense 60 ft.",
+ "languages": "-",
+ "challenge_rating": "0",
+ "cr": 0.0,
+ "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one creature. _Hit:_ 3 (1d4+1) piercing damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Echolocation\",\"desc\":\"The bat can't use its keensense while deafened.\"},{\"name\":\"Heightened Hearing\",\"desc\":\"The bat's Perception is 16 when perceiving by hearing.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "bat_giant_bf",
+ "fields": {
+ "name": "Bat, Giant",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": null,
+ "hit_points": 15,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":10,\"fly\":60}",
+ "environments_json": null,
+ "strength": 14,
+ "dexterity": 14,
+ "constitution": 10,
+ "intelligence": 2,
+ "wisdom": 12,
+ "charisma": 6,
+ "strength_save": 2,
+ "dexterity_save": 2,
+ "constitution_save": 0,
+ "intelligence_save": -4,
+ "wisdom_save": 1,
+ "charisma_save": -2,
+ "perception": 11,
+ "skills_json": "",
+ "damage_vulnerabilities": "deafened",
+ "damage_resistances": "blinded",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "keensense 60 ft.",
+ "languages": "-",
+ "challenge_rating": "1/4",
+ "cr": 0.25,
+ "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 5 (1d6+2) piercing damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Dizzying Screech\",\"desc\":\"The bat releases a dizzying screech at one creature within 10 feet of it. If the target can hear the screech, it must succeed on a DC 12 CON save or be disoriented until the end of its next turn. When a disoriented creature moves, it moves in a random direction.\"}]",
+ "special_abilities_json": "[{\"name\":\"Echolocation\",\"desc\":\"The bat can't use its keensense while deafened.\"},{\"name\":\"Heightened Hearing\",\"desc\":\"The bat's Perception is 16 when perceiving by hearing.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "bat_swarm_of_bats_bf",
+ "fields": {
+ "name": "Bat, Swarm of Bats",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Swarm",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": null,
+ "hit_points": 14,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":0,\"fly\":30}",
+ "environments_json": null,
+ "strength": 4,
+ "dexterity": 14,
+ "constitution": 10,
+ "intelligence": 2,
+ "wisdom": 12,
+ "charisma": 4,
+ "strength_save": -3,
+ "dexterity_save": 2,
+ "constitution_save": 0,
+ "intelligence_save": -4,
+ "wisdom_save": 1,
+ "charisma_save": -3,
+ "perception": 11,
+ "skills_json": "",
+ "damage_vulnerabilities": "deafened",
+ "damage_resistances": "blinded,Swarm Resilience",
+ "damage_immunities": "Swarm Resilience",
+ "condition_immunities": "",
+ "senses": "keensense 60 ft.",
+ "languages": "-",
+ "challenge_rating": "1/4",
+ "cr": 0.25,
+ "actions_json": "[{\"name\":\"Bites\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 0 ft., one creature in the swarm's space. _Hit:_ 7 (2d6) piercing damage, or 3 (1d6) piercing damage if the swarm has half of its HP or fewer.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Cacophonous Swarm\",\"desc\":\"A creature in the swarm's space that casts a spell with a verbal component must succeed on a DC 12 CON save or the spell fails to cast, expending the action required to cast it but not the spell slot or daily use.\"},{\"name\":\"Echolocation\",\"desc\":\"The swarm can't use its keensense while deafened.\"},{\"name\":\"Heightened Hearing\",\"desc\":\"The swarm's Perception is 16 when perceiving by hearing.\"},{\"name\":\"Swarm\",\"desc\":\"The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny bat. The swarm can't regain HP or gain temporary HP.\"},{\"name\":\"Swarm Resilience\",\"desc\":\"The swarm is resistant to bludgeoning, piercing, and slashing damage, and it is immune to the charmed, frightened, grappled, paralyzed, petrified, prone, restrained, and stunned conditions.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "bear_black_bf",
+ "fields": {
+ "name": "Bear, Black",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 11,
+ "armor_desc": "natural armor",
+ "hit_points": 25,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40,\"climb\":30}",
+ "environments_json": null,
+ "strength": 14,
+ "dexterity": 10,
+ "constitution": 14,
+ "intelligence": 2,
+ "wisdom": 12,
+ "charisma": 6,
+ "strength_save": 2,
+ "dexterity_save": 0,
+ "constitution_save": 2,
+ "intelligence_save": -4,
+ "wisdom_save": 1,
+ "charisma_save": -2,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "-",
+ "challenge_rating": "1/2",
+ "cr": 0.5,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The bear makes one Bite attack and one Claws attack.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 5 (1d6+2) piercing damage.\"},{\"name\":\"Claws\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 4 (1d4+2) slashing damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Heightened Smell\",\"desc\":\"The bear's Perception is 18 when perceiving by smell.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "bear_brown_bf",
+ "fields": {
+ "name": "Bear, Brown",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 11,
+ "armor_desc": "natural armor",
+ "hit_points": 44,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40,\"climb\":30}",
+ "environments_json": null,
+ "strength": 18,
+ "dexterity": 10,
+ "constitution": 16,
+ "intelligence": 2,
+ "wisdom": 12,
+ "charisma": 6,
+ "strength_save": 4,
+ "dexterity_save": 0,
+ "constitution_save": 3,
+ "intelligence_save": -4,
+ "wisdom_save": 1,
+ "charisma_save": -2,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "-",
+ "challenge_rating": "1",
+ "cr": 1.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The brown bear makes one Bite attack and one Claws attack. If both attacks hit one creature, the target is grappled (escape DC 14). The bear can grapple only one creature at a time.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one creature. _Hit:_ 8 (1d8+4) piercing damage.\"},{\"name\":\"Claws\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 9 (2d4+4) slashing damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Heightened Smell\",\"desc\":\"The bear's Perception is 18 when perceiving by smell.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "bear_polar_bf",
+ "fields": {
+ "name": "Bear, Polar",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": "natural armor",
+ "hit_points": 60,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40,\"swim\":30}",
+ "environments_json": null,
+ "strength": 20,
+ "dexterity": 10,
+ "constitution": 16,
+ "intelligence": 2,
+ "wisdom": 12,
+ "charisma": 6,
+ "strength_save": 5,
+ "dexterity_save": 0,
+ "constitution_save": 3,
+ "intelligence_save": -4,
+ "wisdom_save": 1,
+ "charisma_save": -2,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "cold",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "-",
+ "challenge_rating": "2",
+ "cr": 2.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The polar bear makes one Bite attack and one Claws attack. If both attacks hit one creature, the target is grappled (escape DC 15). The bear can grapple only one creature at a time.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one creature. _Hit:_ 9 (1d8+5) piercing damage.\"},{\"name\":\"Claws\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 12 (2d6+5) slashing damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Heightened Smell\",\"desc\":\"The bear's Perception is 18 when perceiving by smell.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "bearded_devil_bf",
+ "fields": {
+ "name": "Bearded Devil",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Fiend",
+ "subtype": "Devil",
+ "group": "Devils",
+ "alignment": "",
+ "armor_class": 13,
+ "armor_desc": "natural armor",
+ "hit_points": 63,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 20,
+ "dexterity": 14,
+ "constitution": 18,
+ "intelligence": 8,
+ "wisdom": 14,
+ "charisma": 10,
+ "strength_save": 5,
+ "dexterity_save": 2,
+ "constitution_save": 4,
+ "intelligence_save": -1,
+ "wisdom_save": 2,
+ "charisma_save": 0,
+ "perception": 12,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Devilish Resilience",
+ "damage_immunities": "Devilish Resilience",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft.",
+ "languages": "Infernal,telepathy 120 ft.",
+ "challenge_rating": "3",
+ "cr": 3.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The devil makes two Beard Spines attacks and one Glaive attack.\"},{\"name\":\"Beard Spines\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one creature. _Hit:_ 8 (2d4+3) piercing damage, and the target must succeed on a DC 13 CON save or be poisoned for 1 minute. While poisoned in this way, the target can't regain HP. The target can repeat the save at the end of each of its turns, ending the effect on itself on a success.\"},{\"name\":\"Glaive\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 10 ft., one target. _Hit:_ 8 (1d10+3) slashing damage. If the target is a creature other than a Construct or Undead, it must succeed on a DC 13 CON save or lose 3 (1d6) HP at the start of each of its turns due to an infernal wound. Each time the devil hits the wounded target with this attack, the damage dealt by the wound increases by 3 (1d6). Any creature can take an action to stanch the wound with a successful DC 10 WIS (Medicine) check. The wound also closes if the target receives magical healing, provided the target is capable of regaining HP.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Enhance Pain\",\"desc\":\"The bearded devil enhances the pain in one creature it can see within 30 feet of it that is poisoned from the devil's Beard Spines attack or suffering an infernal wound from the devil's Glaive attack. The target must succeed on a DC 13 CON save or be incapacitated until the end of its next turn, as it doubles over in pain.\"}]",
+ "special_abilities_json": "[{\"name\":\"Devil's Sight\",\"desc\":\"Magical darkness doesn't impede the devil's darkvision.\"},{\"name\":\"Devilish Resilience\",\"desc\":\"The devil is resistant to cold damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to fire damage and poison damage and to the poisoned condition.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The devil has advantage on saves against spells and other magical effects.\"},{\"name\":\"Show Mettle\",\"desc\":\"While it can see a superior devil, such as a barbed devil, pit fiend, or similar, the bearded devil has advantage on saves against being charmed and frightened.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "behir_bf",
+ "fields": {
+ "name": "Behir",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "huge",
+ "type": "Monstrosity",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 17,
+ "armor_desc": "natural armor",
+ "hit_points": 223,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":50,\"climb\":40}",
+ "environments_json": null,
+ "strength": 30,
+ "dexterity": 16,
+ "constitution": 18,
+ "intelligence": 6,
+ "wisdom": 22,
+ "charisma": 12,
+ "strength_save": 10,
+ "dexterity_save": 3,
+ "constitution_save": 4,
+ "intelligence_save": -2,
+ "wisdom_save": 6,
+ "charisma_save": 1,
+ "perception": 16,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Monstrosity Resilience",
+ "damage_immunities": "lightning",
+ "condition_immunities": "",
+ "senses": "darkvision 90 ft.",
+ "languages": "Draconic",
+ "challenge_rating": "11",
+ "cr": 11.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The behir makes one Bite attack and one Constrict attack. It can replace its Bite attack with a use of Swallow.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +10 to hit, reach 10 ft., one target. _Hit:_ 22 (3d10+6) piercing damage plus 27 (6d8) lightning damage.\"},{\"name\":\"Constrict\",\"desc\":\"_Melee Weapon Attack:_ +10 to hit, reach 5 ft., one Large or smaller creature. _Hit:_ 17 (2d10+6) bludgeoning damage. If the target is Large or smaller and the behir isn't already grappling a creature, the target is grappled (escape DC 16). Until this grapple ends, the target is restrained, and the behir can't Constrict another target.\"},{\"name\":\"Swallow\",\"desc\":\"The behir makes one Bite attack against a Medium or smaller target it is grappling. If the attack hits, the target is also swallowed, and the grapple ends. While swallowed, the target is blinded and restrained, it has total cover against attacks and other effects outside the behir, and it takes 21 (6d6) acid damage at the start of each of the behir's turns. A behir can have only one creature swallowed at a time. If the behir takes 30 damage or more on a single turn from the swallowed creature, the behir must succeed on a DC 14 CON save at the end of that turn or regurgitate the creature, which falls prone in a space within 10 feet of the behir. If the behir dies, a swallowed creature is no longer restrained by it and can escape from the corpse by using 15 feet of movement, exiting prone.\"},{\"name\":\"Lightning Breath (Recharge 5-6)\",\"desc\":\"The behir exhales lightning in a 30-foot line that is 5 feet wide. Each creature in that line must make a DC 16 Dexterity saving throw, taking 54 (12d8) lightning damage on a failed save, or half as much damage on a successful one.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Lightning Absorption\",\"desc\":\"Whenever the behir is subjected to lighting damage, it takes no damage and instead regains a number of HP equal to the lightning damage dealt.\"},{\"name\":\"Monstrosity Resilience\",\"desc\":\"The behir is resistant to exhaustion and to the frightened condition.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "berserker_bf",
+ "fields": {
+ "name": "Berserker",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Humanoid",
+ "subtype": "Any Lineage",
+ "group": "NPCs",
+ "alignment": "",
+ "armor_class": 13,
+ "armor_desc": "hide armor",
+ "hit_points": 60,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 18,
+ "dexterity": 12,
+ "constitution": 16,
+ "intelligence": 8,
+ "wisdom": 10,
+ "charisma": 8,
+ "strength_save": 4,
+ "dexterity_save": 1,
+ "constitution_save": 3,
+ "intelligence_save": -1,
+ "wisdom_save": 0,
+ "charisma_save": -1,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "any one language (usually Common)",
+ "challenge_rating": "2",
+ "cr": 2.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The berserker makes two Greataxe attacks.\"},{\"name\":\"Greataxe\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 10 (1d12+4) slashing damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Reckless\",\"desc\":\"At the start of its turn, the berserker can gain advantage on all melee weapon attack rolls it makes during that turn, but attack rolls against it have advantage until the start of its next turn.\"},{\"name\":\"Stalwart\",\"desc\":\"If the berserker starts its turn afflicted by an ongoing effect that allows for a repeated save to end the effect, such as the hold spell or the poison from an ettercap's Bite, the gladiator can make the save at the start of the turn instead of the end and has advantage on the save.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "black_dragon_wyrmling_bf",
+ "fields": {
+ "name": "Black Dragon Wyrmling",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Dragon",
+ "subtype": "",
+ "group": "Dragons",
+ "alignment": "",
+ "armor_class": 17,
+ "armor_desc": "natural armor",
+ "hit_points": 51,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"fly\":60,\"swim\":30}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 18,
+ "constitution": 16,
+ "intelligence": 10,
+ "wisdom": 14,
+ "charisma": 16,
+ "strength_save": 3,
+ "dexterity_save": 4,
+ "constitution_save": 3,
+ "intelligence_save": 0,
+ "wisdom_save": 2,
+ "charisma_save": 3,
+ "perception": 14,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "acid,poisoned",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft., keensense 10 ft.",
+ "languages": "Draconic",
+ "challenge_rating": "2",
+ "cr": 2.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon makes one Bite attack and one Claw attack.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 8 (1d10+3) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 6 (1d6+3) slashing damage.\"},{\"name\":\"Acid Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales acid in a 15-foot line that is 5 feet wide. Each creature in that line must make a DC 11 DEX save, taking 22 (5d8) acid damage on a failed save, or half as much damage on a successful one.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The black dragon can breathe air and water.\"},{\"name\":\"Pounce\",\"desc\":\"If the dragon moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 13 STR save or be knocked prone. If the target is prone, the dragon can make one Claw attack against it as a bonus action.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "black_pudding_bf",
+ "fields": {
+ "name": "Black Pudding",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Ooze",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 7,
+ "armor_desc": null,
+ "hit_points": 122,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":20,\"climb\":20}",
+ "environments_json": null,
+ "strength": 20,
+ "dexterity": 4,
+ "constitution": 16,
+ "intelligence": 1,
+ "wisdom": 6,
+ "charisma": 1,
+ "strength_save": 5,
+ "dexterity_save": -3,
+ "constitution_save": 3,
+ "intelligence_save": -5,
+ "wisdom_save": -2,
+ "charisma_save": -5,
+ "perception": null,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Ooze Resilience",
+ "damage_immunities": "acid,lightning,slashing,grappled,Ooze Resilience",
+ "condition_immunities": "",
+ "senses": "keensense 60 ft. (can't sense beyond this radius)",
+ "languages": "-",
+ "challenge_rating": "4",
+ "cr": 4.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The black pudding makes two Pseudopod attacks.\"},{\"name\":\"Pseudopod\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 6 (1d6+3) bludgeoning damage plus 9 (2d8) acid damage. In addition, nonmagical armor worn by the target is partly dissolved and takes a permanent and cumulative -1 penalty to the AC it offers. Armor reduced to an AC of 10 is destroyed.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Dampen Light\",\"desc\":\"The black pudding dims the light around it. The radius of each light source within 60 feet of it is halved until the start of its next turn. The pudding can't use this action while in sunlight.\"}]",
+ "special_abilities_json": "[{\"name\":\"Amorphous\",\"desc\":\"The pudding can move through a space as narrow as 1 inch wide without squeezing.\"},{\"name\":\"Corrosive Form\",\"desc\":\"A creature that touches the pudding or hits it with a melee attack while within 5 feet of it takes 4 (1d8) acid damage. Any nonmagical weapon made of metal or wood that hits the pudding corrodes. After dealing damage, the weapon takes a permanent and cumulative -1 penalty to damage rolls. If its penalty drops to -5, the weapon is destroyed. Nonmagical ammunition made of metal or wood that hits the pudding is destroyed after dealing damage. The pudding can eat through a panel of nonmagical wood or metal in its space that is up to 2 inches thick in 1 round.\"},{\"name\":\"Ooze Nature\",\"desc\":\"The pudding doesn't require sleep.\"},{\"name\":\"Ooze Resilience\",\"desc\":\"The pudding is resistant to the restrained condition, and it is immune to exhaustion and to the blinded, charmed, deafened, frightened, and prone conditions.\"},{\"name\":\"Spider Climb\",\"desc\":\"The pudding can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.\"}]",
+ "reactions_json": "[{\"name\":\"Split\",\"desc\":\"When a pudding that is Medium or larger is subjected to lightning or slashing damage, it splits into two new puddings if it has at least 10 HP. Each new pudding has HP equal to half the original pudding's, rounded down. New puddings are one size smaller than the original pudding.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "blink_dog_bf",
+ "fields": {
+ "name": "Blink Dog",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Fey",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 13,
+ "armor_desc": null,
+ "hit_points": 14,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40}",
+ "environments_json": null,
+ "strength": 12,
+ "dexterity": 16,
+ "constitution": 12,
+ "intelligence": 10,
+ "wisdom": 12,
+ "charisma": 10,
+ "strength_save": 1,
+ "dexterity_save": 3,
+ "constitution_save": 1,
+ "intelligence_save": 0,
+ "wisdom_save": 1,
+ "charisma_save": 0,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Fey Resilience",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "Blink Dog,understands Sylvan but can't speak it",
+ "challenge_rating": "1/4",
+ "cr": 0.25,
+ "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 6 (1d6+3) piercing damage.\"},{\"name\":\"Teleport (Recharge 4-6)\",\"desc\":\"The blink dog teleports, along with any equipment it is wearing or carrying, up to 40 feet to an unoccupied space it can see. Before or after teleporting, the dog can make one Bite attack.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Fey Resilience\",\"desc\":\"The blink dog is resistant to the charmed and unconscious conditions.\"},{\"name\":\"Heightened Hearing and Smell\",\"desc\":\"The blink dog's Perception is 18 while perceiving by hearing or smell.\"},{\"name\":\"Pack Tactics\",\"desc\":\"The blink dog has advantage on attack rolls against a creature if at least one of the dog's allies is within 5 feet of the creature and the ally isn't incapacitated.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "bloatblossom_bf",
+ "fields": {
+ "name": "Bloatblossom",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Plant",
+ "subtype": "",
+ "group": "Sporeborn",
+ "alignment": "",
+ "armor_class": 15,
+ "armor_desc": "natural armor",
+ "hit_points": 60,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":20}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 10,
+ "constitution": 16,
+ "intelligence": 2,
+ "wisdom": 8,
+ "charisma": 4,
+ "strength_save": 3,
+ "dexterity_save": 0,
+ "constitution_save": 3,
+ "intelligence_save": -4,
+ "wisdom_save": -1,
+ "charisma_save": -3,
+ "perception": 11,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Plant Resilience",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "keensense 60 ft. (can't sense beyond this radius)",
+ "languages": "-",
+ "challenge_rating": "2",
+ "cr": 2.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The bloatblossom makes one Bite attack and one Slam attack, or it makes two Toxic Nodule attacks. If the Bite and Slam attacks both hit one Humanoid, the target must succeed on a DC 13 CON save or be infected with apocalyptic fungus (see sidebar).\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 6 (1d6+3) piercing damage plus 4 (1d8) poison damage.\"},{\"name\":\"Slam\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 6 (1d6+3) bludgeoning damage plus 4 (1d8) poison damage. If the target is Medium or smaller, it is grappled (escape DC 13).\"},{\"name\":\"Toxic Nodule\",\"desc\":\"_Ranged Weapon Attack:_ +5 to hit, range 30/60 ft., one target. _Hit:_ 12 (2d8+3) poison damage, and the target must succeed on a DC 13 CON save or be poisoned until the end of its next turn.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Instinct to Pursue\",\"desc\":\"The bloatblossom takes the Dash action toward an uninfected Humanoid it can see or sense.\"}]",
+ "special_abilities_json": "[{\"name\":\"Heightened Hearing\",\"desc\":\"The bloatblossom's Perception is 16 while perceiving by hearing.\"},{\"name\":\"Plant Resilience\",\"desc\":\"The bloatblossom is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "blue_dragon_wyrmling_bf",
+ "fields": {
+ "name": "Blue Dragon Wyrmling",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Dragon",
+ "subtype": "",
+ "group": "Dragons",
+ "alignment": "",
+ "armor_class": 17,
+ "armor_desc": "natural armor",
+ "hit_points": 68,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"burrow\":15,\"fly\":60}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 14,
+ "constitution": 18,
+ "intelligence": 12,
+ "wisdom": 14,
+ "charisma": 18,
+ "strength_save": 3,
+ "dexterity_save": 2,
+ "constitution_save": 4,
+ "intelligence_save": 1,
+ "wisdom_save": 2,
+ "charisma_save": 4,
+ "perception": 14,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "lightning",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft., keensense 10 ft.",
+ "languages": "Draconic",
+ "challenge_rating": "3",
+ "cr": 3.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon makes one Bite attack and one Claw attack.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 8 (1d10+3) piercing damage plus 3 (1d6) lightning damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 6 (1d6+3) slashing damage.\"},{\"name\":\"Lightning Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales lightning in a 30-foot line that is 5 feet wide. Each creature in that line must make a DC 12 DEX save, taking 27 (5d10) lightning damage on a failed save, or half as much damage on a successful one.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Pounce\",\"desc\":\"If the dragon moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 13 STR save or be knocked prone. If the target is prone, the dragon can make one Claw attack against it as a bonus action.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "boar_bf",
+ "fields": {
+ "name": "Boar",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 11,
+ "armor_desc": "natural armor",
+ "hit_points": 15,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40}",
+ "environments_json": null,
+ "strength": 14,
+ "dexterity": 10,
+ "constitution": 12,
+ "intelligence": 2,
+ "wisdom": 8,
+ "charisma": 4,
+ "strength_save": 2,
+ "dexterity_save": 0,
+ "constitution_save": 1,
+ "intelligence_save": -4,
+ "wisdom_save": -1,
+ "charisma_save": -3,
+ "perception": 9,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "-",
+ "challenge_rating": "1/4",
+ "cr": 0.25,
+ "actions_json": "[{\"name\":\"Tusk\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 5 (1d6+2) slashing damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Charge\",\"desc\":\"If the boar moves at least 20 feet straight toward a target and then hits it with a Tusk attack on the same turn, the target takes an extra 3 (1d6) slashing damage. If the target is a creature, it must succeed on a DC 12 STR save or be knocked prone.\"},{\"name\":\"Relentless (Recharges after a Short or Long Rest)\",\"desc\":\"If the boar takes 4 damage or less that would reduce it to 0 HP, it is reduced to 1 HP instead.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "boar_giant_bf",
+ "fields": {
+ "name": "Boar, Giant",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": "natural armor",
+ "hit_points": 63,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 10,
+ "constitution": 16,
+ "intelligence": 2,
+ "wisdom": 6,
+ "charisma": 4,
+ "strength_save": 3,
+ "dexterity_save": 0,
+ "constitution_save": 3,
+ "intelligence_save": -4,
+ "wisdom_save": -2,
+ "charisma_save": -3,
+ "perception": 8,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "-",
+ "challenge_rating": "2",
+ "cr": 2.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The giant boar makes two Tusk attacks. If both attacks hit one creature, the target must succeed on a DC 13 STR save or be knocked prone.\"},{\"name\":\"Tusk\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) slashing damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Challenging Snort\",\"desc\":\"The boar snorts and stomps its feet at a creature it can see within 30 feet of it. The target must succeed on a DC 13 WIS save or be frightened until the end of its next turn and have disadvantage on the next save it makes against being knocked prone by the boar.\"}]",
+ "special_abilities_json": "[{\"name\":\"Charge\",\"desc\":\"If the boar moves at least 20 feet straight toward a target and then hits it with a Tusk attack on the same turn, the target takes an extra 7 (2d6) slashing damage. If the target is a creature, it must succeed on a DC 13 STR save or be knocked prone.\"},{\"name\":\"Relentless (Recharges after a Short or Long Rest)\",\"desc\":\"If the boar takes 10 damage or less that would reduce it to 0 HP, it is reduced to 1 HP instead.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "bone_devil_bf",
+ "fields": {
+ "name": "Bone Devil",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Fiend",
+ "subtype": "Devil",
+ "group": "Devils",
+ "alignment": "",
+ "armor_class": 18,
+ "armor_desc": "natural armor",
+ "hit_points": 144,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40,\"fly\":40}",
+ "environments_json": null,
+ "strength": 18,
+ "dexterity": 16,
+ "constitution": 18,
+ "intelligence": 20,
+ "wisdom": 22,
+ "charisma": 24,
+ "strength_save": 4,
+ "dexterity_save": 3,
+ "constitution_save": 4,
+ "intelligence_save": 5,
+ "wisdom_save": 6,
+ "charisma_save": 7,
+ "perception": 16,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Devilish Resilience",
+ "damage_immunities": "Devilish Resilience",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft.",
+ "languages": "Infernal,telepathy 120 ft.",
+ "challenge_rating": "9",
+ "cr": 9.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The devil makes two Claw attacks and one Sting attack.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +8 to hit, reach 5 ft., one target. _Hit:_ 17 (3d8+4) slashing damage.\"},{\"name\":\"Sting\",\"desc\":\"_Melee Weapon Attack:_ +8 to hit, reach 10 ft., one target. _Hit:_ 15 (2d10+4) piercing damage plus 14 (4d6) poison damage, and the target must succeed on a DC 15 CON save or be poisoned for 1 minute. The target can repeat the save at the end of each of its turns, ending the effect on itself on a success.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Devilish Command\",\"desc\":\"The bone devil shouts one of the following commands at one creature it can see within 30 feet of it. The target must succeed on a DC 15 CHA save or obey the command. A lesser devil, such as a barbed devil or lemure, has disadvantage on this save.\\n- **Attack.** The target uses its reaction to make one melee or ranged attack (the devil's choice) against one creature the target can see within its weapon's range.\\n- **Beg for Mercy.** The target immediately falls prone and can't cast spells with verbal components on its next turn as it is magically compelled to speak pleas of mercy.\\n- **Flee.** The target uses its reaction to move up to its speed directly away from the bone devil. This movement doesn't provoke opportunity attacks, but the target doesn't avoid damaging terrain, such as lava.\"}]",
+ "special_abilities_json": "[{\"name\":\"Devil's Sight\",\"desc\":\"Magical darkness doesn't impede the devil's darkvision.\"},{\"name\":\"Devilish Resilience\",\"desc\":\"The devil is resistant to cold damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to fire damage and poison damage and to the poisoned condition.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The devil has advantage on saves against spells and other magical effects.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "brass_dragon_wyrmling_bf",
+ "fields": {
+ "name": "Brass Dragon Wyrmling",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Dragon",
+ "subtype": "",
+ "group": "Dragons",
+ "alignment": "",
+ "armor_class": 16,
+ "armor_desc": "natural armor",
+ "hit_points": 36,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"burrow\":15,\"fly\":60}",
+ "environments_json": null,
+ "strength": 14,
+ "dexterity": 14,
+ "constitution": 16,
+ "intelligence": 10,
+ "wisdom": 14,
+ "charisma": 16,
+ "strength_save": 2,
+ "dexterity_save": 2,
+ "constitution_save": 3,
+ "intelligence_save": 0,
+ "wisdom_save": 2,
+ "charisma_save": 3,
+ "perception": 14,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "fire",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft., keensense 10 ft.",
+ "languages": "Draconic",
+ "challenge_rating": "1",
+ "cr": 1.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon makes one Bite attack and one Claw attack.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 7 (1d10+2) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 5 (1d6+2) slashing damage.\"},{\"name\":\"Fire Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales fire in a 30-foot line that is 5 feet wide. Each creature in that line must make a DC 11 DEX save, taking 14 (4d6) fire damage on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Sleep Breath (Recharge 6)\",\"desc\":\"The dragon exhales sleep gas in a 15-foot cone. Each creature in that area must succeed on a DC 11 CON save or fall unconscious for 1 minute. This effect ends for a creature if the creature takes damage or another creature uses an action to wake it.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Pounce\",\"desc\":\"If the dragon moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 12 STR save or be knocked prone. If the target is prone, the dragon can make one Claw attack against it as a bonus action.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "bronze_dragon_wyrmling_bf",
+ "fields": {
+ "name": "Bronze Dragon Wyrmling",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Dragon",
+ "subtype": "",
+ "group": "Dragons",
+ "alignment": "",
+ "armor_class": 17,
+ "armor_desc": "natural armor",
+ "hit_points": 51,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"fly\":60,\"swim\":30}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 14,
+ "constitution": 18,
+ "intelligence": 12,
+ "wisdom": 14,
+ "charisma": 18,
+ "strength_save": 3,
+ "dexterity_save": 2,
+ "constitution_save": 4,
+ "intelligence_save": 1,
+ "wisdom_save": 2,
+ "charisma_save": 4,
+ "perception": 14,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "lightning",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft., keensense 10 ft.",
+ "languages": "Draconic",
+ "challenge_rating": "2",
+ "cr": 2.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon makes one Bite attack and one Claw attack.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 8 (1d10+3) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 6 (1d6+3) slashing damage.\"},{\"name\":\"Lightning Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales lightning in a 30-foot line that is 5 feet wide. Each creature in that line must make a DC 12 DEX save, taking 16 (3d10) lightning damage on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Repulsion Breath (Recharge 6)\",\"desc\":\"The dragon exhales repulsion energy in a 15-foot cone. Each creature in that area must succeed on a DC 12 STR save or be pushed up to 5 feet away from the dragon.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The dragon can breathe air and water.\"},{\"name\":\"Pounce\",\"desc\":\"If the dragon moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 13 STR save or be knocked prone. If the target is prone, the dragon can make one Claw attack against it as a bonus action.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "bugbear_bf",
+ "fields": {
+ "name": "Bugbear",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Humanoid",
+ "subtype": "",
+ "group": "Goblins",
+ "alignment": "",
+ "armor_class": 14,
+ "armor_desc": "hide armor",
+ "hit_points": 40,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 20,
+ "dexterity": 14,
+ "constitution": 12,
+ "intelligence": 8,
+ "wisdom": 10,
+ "charisma": 8,
+ "strength_save": 5,
+ "dexterity_save": 2,
+ "constitution_save": 1,
+ "intelligence_save": -1,
+ "wisdom_save": 0,
+ "charisma_save": -1,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Common,Goblin",
+ "challenge_rating": "1",
+ "cr": 1.0,
+ "actions_json": "[{\"name\":\"Spiked Club\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 12 (2d8+3) piercing damage. A surprised target takes an extra 4 (1d8) piercing damage and must succeed on a DC 13 CON save or be stunned until the end of its next turn.\"},{\"name\":\"Javelin\",\"desc\":\"_Melee or Ranged Weapon Attack:_ +6 to hit, reach 5 ft. or range 30/120 ft., one target. _Hit:_ 11 (2d6+4) piercing damage in melee or 7 (1d6+4) piercing damage at range.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Brutal\",\"desc\":\"A melee weapon deals one extra die of its damage when the bugbear hits with it (included in the attack).\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "bugbear_champion_bf",
+ "fields": {
+ "name": "Bugbear Champion",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Humanoid",
+ "subtype": "",
+ "group": "Goblins",
+ "alignment": "",
+ "armor_class": 17,
+ "armor_desc": "chain shirt, shield",
+ "hit_points": 85,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 22,
+ "dexterity": 14,
+ "constitution": 14,
+ "intelligence": 12,
+ "wisdom": 12,
+ "charisma": 10,
+ "strength_save": 6,
+ "dexterity_save": 2,
+ "constitution_save": 2,
+ "intelligence_save": 1,
+ "wisdom_save": 1,
+ "charisma_save": 0,
+ "perception": 11,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "charmed,frightened",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Common,Goblin",
+ "challenge_rating": "4",
+ "cr": 4.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The bugbear champion makes two Spiked Club attacks and one Shield Smash attack, or it makes three Javelin attacks.\"},{\"name\":\"Spiked Club\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8+4) piercing damage.\"},{\"name\":\"Shield Smash\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 9 (2d4+4) bludgeoning damage. If the target is a creature, it must succeed on a DC 14 STR save or be knocked prone.\"},{\"name\":\"Javelin\",\"desc\":\"_Melee or Ranged Weapon Attack:_ +5 to hit, reach 5 ft. or range 30/120 ft., one target. _Hit:_ 10 (2d6+3) piercing damage in melee or 5 (1d6+2) piercing damage at range.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Brutal\",\"desc\":\"A melee weapon deals one extra die of its damage when the bugbear hits with it (included in the attack).\"}]",
+ "reactions_json": "[{\"name\":\"Stubborn Attacker (Recharge 5-6)\",\"desc\":\"When the champion misses with an attack, it can change that miss to a hit.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "bulette_bf",
+ "fields": {
+ "name": "Bulette",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Monstrosity",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 17,
+ "armor_desc": "natural armor",
+ "hit_points": 108,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40,\"burrow\":40}",
+ "environments_json": null,
+ "strength": 24,
+ "dexterity": 10,
+ "constitution": 20,
+ "intelligence": 2,
+ "wisdom": 10,
+ "charisma": 4,
+ "strength_save": 7,
+ "dexterity_save": 0,
+ "constitution_save": 5,
+ "intelligence_save": -4,
+ "wisdom_save": 0,
+ "charisma_save": -3,
+ "perception": 16,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "bludgeoning,Monstrosity Resilience",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft., tremorsense 60 ft.",
+ "languages": "-",
+ "challenge_rating": "5",
+ "cr": 5.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The bulette makes two Bite attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 20 (3d10+4) piercing damage.\"},{\"name\":\"Deadly Leap (Recharge 5-6)\",\"desc\":\"The bulette leaps up to 30 feet, diving onto a point it can see or sense within that range and landing on its feet with a thunderous crash. It occupies a space of its choice within 5 feet of that point, and each creature within 10 feet of that point must make a DC 15 STR save. On a failure, a creature takes 14 (4d6) bludgeoning damage and 14 (4d6) thunder damage and is knocked prone. On a success, a creature takes half the damage and isn't knocked prone. Any creature in the bulette's space is then pushed into an unoccupied space within 5 feet of the bulette. If no unoccupied space is within range, the creature instead falls prone in the bulette's space.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Seek Prey\",\"desc\":\"The bulette looks and sniffs around for new prey, releasing a satisfied, guttural chirp when it settles on one. One creature the bulette can see or sense within 30 feet of it and that can see or hear the bulette must make a DC 15 WIS save. On a failure, the target is frightened until the end of its next turn, and the bulette has advantage on the next attack roll it makes against the creature before the start of its next turn.\"}]",
+ "special_abilities_json": "[{\"name\":\"Monstrosity Resilience\",\"desc\":\"The bulette is resistant to exhaustion and to the frightened condition.\"},{\"name\":\"Standing Leap\",\"desc\":\"The bulette's long jump is up to 30 feet and its high jump is up to 15 feet, with or without a running start.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "camel_bf",
+ "fields": {
+ "name": "Camel",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 10,
+ "armor_desc": null,
+ "hit_points": 10,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":50}",
+ "environments_json": null,
+ "strength": 14,
+ "dexterity": 10,
+ "constitution": 14,
+ "intelligence": 2,
+ "wisdom": 8,
+ "charisma": 4,
+ "strength_save": 2,
+ "dexterity_save": 0,
+ "constitution_save": 2,
+ "intelligence_save": -4,
+ "wisdom_save": -1,
+ "charisma_save": -3,
+ "perception": 9,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Camel Resilience",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "-",
+ "challenge_rating": "1/8",
+ "cr": 0.125,
+ "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 4 (1d4+2) bludgeoning damage.\"},{\"name\":\"Bile Spit\",\"desc\":\"_Ranged Weapon Attack:_ +2 to hit, range 20/60 ft., one creature. _Hit:_ 2 (1d4) acid damage, and the target must succeed on a DC 12 CON save or be smelly for 1 hour or until a creature spends 1 minute cleaning off the spit. A smelly creature has disadvantage on CHA checks.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Camel Resilience\",\"desc\":\"The camel is resistant to exhaustion, and it requires only half the amount of water that a typical Beast of its size needs.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "cat_bf",
+ "fields": {
+ "name": "Cat",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "tiny",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 11,
+ "armor_desc": null,
+ "hit_points": 8,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40,\"climb\":30}",
+ "environments_json": null,
+ "strength": 2,
+ "dexterity": 12,
+ "constitution": 10,
+ "intelligence": 2,
+ "wisdom": 12,
+ "charisma": 6,
+ "strength_save": -4,
+ "dexterity_save": 1,
+ "constitution_save": 0,
+ "intelligence_save": -4,
+ "wisdom_save": 1,
+ "charisma_save": -2,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 30 ft.",
+ "languages": "-",
+ "challenge_rating": "0",
+ "cr": 0.0,
+ "actions_json": "[{\"name\":\"Claws\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one creature. _Hit:_ 3 (1d4+1) slashing damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Charming Mewl\",\"desc\":\"The cat emits a soft, high-pitched meow at a creature it can see within 10 feet of it. The target must succeed on a DC 11 CHA save or be charmed until the end of its next turn. If a creature's save is successful or the effect ends for it, the creature is immune to the cat's Charming Mewl for the next 24 hours.\"}]",
+ "special_abilities_json": "[{\"name\":\"Heightened Smell\",\"desc\":\"The cat's Perception is 18 when perceiving by smell.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "centaur_bf",
+ "fields": {
+ "name": "Centaur",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Monstrosity",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": null,
+ "hit_points": 63,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":50}",
+ "environments_json": null,
+ "strength": 18,
+ "dexterity": 14,
+ "constitution": 14,
+ "intelligence": 8,
+ "wisdom": 16,
+ "charisma": 10,
+ "strength_save": 4,
+ "dexterity_save": 2,
+ "constitution_save": 2,
+ "intelligence_save": -1,
+ "wisdom_save": 3,
+ "charisma_save": 0,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Monstrosity Resilience",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "Elvish,Sylvan",
+ "challenge_rating": "2",
+ "cr": 2.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The centaur makes one Hooves attack and one Pike attack, or it makes three Longbow attacks.\"},{\"name\":\"Hooves\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6+4) bludgeoning damage.\"},{\"name\":\"Pike\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 10 ft., one target. _Hit:_ 9 (1d10+4) piercing damage.\"},{\"name\":\"Longbow\",\"desc\":\"_Ranged Weapon Attack:_ +4 to hit, range 150/600 ft., one target. _Hit:_ 6 (1d8+2) piercing damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Monstrosity Resilience\",\"desc\":\"The centaur is resistant to exhaustion and to the frightened condition.\"},{\"name\":\"Trampling Charge\",\"desc\":\"If the centaur moves at least 30 feet straight toward a creature and then hits it with a Pike attack on the same turn, that target must succeed on a DC 14 STR save or be knocked prone. If the target is prone, the centaur can make one Hooves attack against it as a bonus action.\"}]",
+ "reactions_json": "[{\"name\":\"Defensive Kick\",\"desc\":\"When a creature the centaur can see within 5 feet of it hits it with an attack, the centaur can kick the attacker. The attacker must succeed on a DC 14 STR save or be knocked prone or pushed up to 5 feet away from the centaur (the centaur's choice).\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "chain_devil_bf",
+ "fields": {
+ "name": "Chain Devil",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Fiend",
+ "subtype": "Devil",
+ "group": "Devils",
+ "alignment": "",
+ "armor_class": 16,
+ "armor_desc": "natural armor",
+ "hit_points": 138,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 18,
+ "dexterity": 14,
+ "constitution": 24,
+ "intelligence": 10,
+ "wisdom": 18,
+ "charisma": 20,
+ "strength_save": 4,
+ "dexterity_save": 2,
+ "constitution_save": 7,
+ "intelligence_save": 0,
+ "wisdom_save": 4,
+ "charisma_save": 5,
+ "perception": 14,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "grappled,Devilish Resilience",
+ "damage_immunities": "Devilish Resilience",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft.",
+ "languages": "Infernal,telepathy 120 ft.",
+ "challenge_rating": "8",
+ "cr": 8.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The devil makes four Chain attacks.\"},{\"name\":\"Chain\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 10 ft., one target. _Hit:_ 8 (1d8+4) slashing damage plus 7 (2d6) piercing damage, and the target is grappled (escape DC 15). Until the grapple ends, the target is restrained and takes 14 (4d6) piercing damage at the start of each of its turns, and the chain devil can't use the same Chain on another target.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Animate Chains\",\"desc\":\"The chain devil commands chains it can see within 60 feet of it that aren't being worn or carried to grab up to two creatures it can see within 10 feet of at least one commanded chain. Each creature must succeed on a DC 15 DEX save or be restrained. A creature, including the restrained creature, can take its action to free the restrained creature by succeeding on a DC 15 STR check. The devil can have up to two creatures restrained in this way at a time. If it uses this bonus action to restrain a third, the effect ends on one of the previous targets (the devil's choice).\"}]",
+ "special_abilities_json": "[{\"name\":\"Devil's Sight\",\"desc\":\"Magical darkness doesn't impede the devil's darkvision.\"},{\"name\":\"Devilish Resilience\",\"desc\":\"The devil is resistant to cold damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to fire damage and poison damage and to the poisoned condition.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The devil has advantage on saves against spells and other magical effects.\"}]",
+ "reactions_json": "[{\"name\":\"Unnerving Mask\",\"desc\":\"When a creature the devil can see starts its turn within 30 feet of the devil, the devil can command its mask to shift to look like one of the creature's departed loved ones or bitter enemies. If the creature can see the mask, it must succeed on a DC 15 WIS save or be frightened until the end of its turn.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "chimera_bf",
+ "fields": {
+ "name": "Chimera",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Monstrosity",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 14,
+ "armor_desc": "natural armor",
+ "hit_points": 126,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"fly\":60}",
+ "environments_json": null,
+ "strength": 18,
+ "dexterity": 10,
+ "constitution": 18,
+ "intelligence": 4,
+ "wisdom": 20,
+ "charisma": 10,
+ "strength_save": 4,
+ "dexterity_save": 0,
+ "constitution_save": 4,
+ "intelligence_save": -3,
+ "wisdom_save": 5,
+ "charisma_save": 0,
+ "perception": 18,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Multiple Heads,Monstrosity Resilience",
+ "damage_immunities": "fire",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Draconic",
+ "challenge_rating": "6",
+ "cr": 6.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The chimera makes one Bite attack, one Headbutt attack, and two Claws attacks, or it can make two Claws attacks and use Fire Breath, if available.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8+4) piercing damage.\"},{\"name\":\"Headbutt\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 10 (1d12+4) bludgeoning damage.\"},{\"name\":\"Claws\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6+4) slashing damage.\"},{\"name\":\"Fire Breath (Recharge 5-6)\",\"desc\":\"The dragon head exhales fire in a 15-foot cone. Each creature in that area must make a DC 15 DEX save, taking 27 (6d8) fire damage on a failed save, or half as much damage on a successful one.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Bickering Heads\",\"desc\":\"The chimera is perpetually one step away from arguing with itself. A creature that can see the chimera can use a bonus action on its turn to appeal to one of the chimera's heads with bribes (dragon), praise (lion), displays of magic (goat), or other clever manipulation of a head's desires. The chimera must succeed on a DC 15 WIS save or succumb to that desire.
If the lion or goat head succumbs, the chimera has disadvantage on the next Bite or Headbutt attack it makes before the end of its next turn. If the dragon head succumbs, creatures caught in the chimera's next Fire Breath have advantage on the save, provided the chimera uses the breath within the next 1 minute. Once a head has succumbed to a desire, that head can't succumb again for the next 24 hours.\"},{\"name\":\"Monstrosity Resilience\",\"desc\":\"The chimera is resistant to exhaustion and to the frightened condition.\"},{\"name\":\"Multiple Heads\",\"desc\":\"The chimera has three heads and is resistant to the blinded, charmed, deafened, frightened, stunned, and unconscious conditions.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "chuul_bf",
+ "fields": {
+ "name": "Chuul",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Aberration",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 15,
+ "armor_desc": "natural armor",
+ "hit_points": 80,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"swim\":30}",
+ "environments_json": null,
+ "strength": 18,
+ "dexterity": 10,
+ "constitution": 16,
+ "intelligence": 4,
+ "wisdom": 14,
+ "charisma": 4,
+ "strength_save": 4,
+ "dexterity_save": 0,
+ "constitution_save": 3,
+ "intelligence_save": -3,
+ "wisdom_save": 2,
+ "charisma_save": -3,
+ "perception": 14,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Aberrant Resilience",
+ "damage_immunities": "poison,poisoned",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "understands Deep Speech but can't speak",
+ "challenge_rating": "4",
+ "cr": 4.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The chuul makes two Pincer attacks.\"},{\"name\":\"Pincer\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 10 ft., one target. _Hit:_ 17 (3d8+4) bludgeoning damage. If the target is Large or smaller, it is grappled (escape DC 14). The chuul has two pincers, each of which can grapple only one target.\"},{\"name\":\"Wild Reach (Recharge 5-6)\",\"desc\":\"The chuul taps into ancient memories of magic and reaches toward nearby magic with an unpracticed grasp, releasing a burst of energy. Each creature within 15 feet of the chuul must make a DC 14 DEX save, taking 21 (6d6) damage on a failed save, or half as much damage on a successful one. If a magic item, spell effect, or spellcaster is within 30 feet of the chuul, the burst is pure arcane energy, dealing force damage. If no magic is within 30 feet of the chuul, the burst pulls from the chuul's own life force, dealing necrotic damage. If the damage is necrotic, the chuul takes necrotic damage as if it succeeded on the save.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Paralyzing Tentacles\",\"desc\":\"One creature grappled by the chuul must succeed on a DC 14 CON save or be poisoned for 1 minute. Until this poison ends, the creature is paralyzed. A poisoned creature can repeat the save at the end of each of its turns, ending the effect on itself on a success.\"}]",
+ "special_abilities_json": "[{\"name\":\"Aberrant Resilience\",\"desc\":\"The chuul is resistant to the charmed, frightened, paralyzed, and stunned conditions, and it has advantage on saves against spells or effects that would alter its form.\"},{\"name\":\"Amphibious\",\"desc\":\"The chuul can breathe air and water.\"},{\"name\":\"Sense Magic\",\"desc\":\"The chuul senses and can pinpoint the location of magic within 120 feet of it. If it senses magic and can see the creature or object bearing the magic it senses, it sees a faint aura around that creature or object.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "clay_golem_bf",
+ "fields": {
+ "name": "Clay Golem",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Construct",
+ "subtype": "",
+ "group": "Golems",
+ "alignment": "",
+ "armor_class": 14,
+ "armor_desc": "natural armor",
+ "hit_points": 163,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":20}",
+ "environments_json": null,
+ "strength": 20,
+ "dexterity": 8,
+ "constitution": 18,
+ "intelligence": 2,
+ "wisdom": 8,
+ "charisma": 1,
+ "strength_save": 5,
+ "dexterity_save": -1,
+ "constitution_save": 4,
+ "intelligence_save": -4,
+ "wisdom_save": -1,
+ "charisma_save": -5,
+ "perception": 9,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "acid,Golem Resilience",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "understands the languages of its creator but can't speak",
+ "challenge_rating": "9",
+ "cr": 9.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The golem makes three Slam attacks.\"},{\"name\":\"Slam\",\"desc\":\"_Melee Weapon Attack:_ +9 to hit, reach 5 ft., one target. _Hit:_ 21 (3d10+5) bludgeoning, piercing, or slashing damage, as determined by Mold Hand. The target must succeed on a DC 16 STR save or suffer an effect based on the type of damage: knocked prone (bludgeoning), pushed up to 10 feet away from the golem (piercing), or its speed is reduced by 10 feet until the end of its next turn (slashing).\"},{\"name\":\"Haste (Recharge 5-6)\",\"desc\":\"Until the end of its next turn, the golem magically gains a +2 bonus to its AC, has advantage on DEX saves, and can make a Slam attack as a bonus action.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Mold Hand\",\"desc\":\"The clay golem molds its hand into the shape of a weapon or back into a hand. The golem's Slam attack deals bludgeoning, piercing, or slashing damage, depending on the type of weapon chosen, until the golem uses this bonus action again. For example, a hand shaped like an axe deals slashing damage.\"}]",
+ "special_abilities_json": "[{\"name\":\"Acid Absorption\",\"desc\":\"Whenever the golem is subjected to acid damage, it takes no damage and instead regains HP equal to the acid damage dealt.\"},{\"name\":\"Construct Nature\",\"desc\":\"The golem doesn't require air, food, drink, or sleep.\"},{\"name\":\"Fire Weakness\",\"desc\":\"When the clay golem takes fire damage, its body temporarily hardens like baked clay. Until the end of its next turn, the golem's speed is reduced by 10 feet, it can't use Mold Hand, and its AC becomes 18.\"},{\"name\":\"Golem Resilience\",\"desc\":\"The golem is immune to poison and psychic damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to exhaustion and to the charmed, frightened, paralyzed, petrified, and poisoned conditions.\"},{\"name\":\"Immutable Form\",\"desc\":\"The golem is immune to any spell or effect that would alter its form.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The golem has advantage on saves against spells and other magical effects.\"},{\"name\":\"Magic Weapons\",\"desc\":\"The golem's weapon attacks are magical.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "cloaker_bf",
+ "fields": {
+ "name": "Cloaker",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Aberration",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 14,
+ "armor_desc": "natural armor",
+ "hit_points": 105,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":10,\"fly\":40}",
+ "environments_json": null,
+ "strength": 18,
+ "dexterity": 20,
+ "constitution": 12,
+ "intelligence": 12,
+ "wisdom": 12,
+ "charisma": 14,
+ "strength_save": 4,
+ "dexterity_save": 5,
+ "constitution_save": 1,
+ "intelligence_save": 1,
+ "wisdom_save": 1,
+ "charisma_save": 2,
+ "perception": 11,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Aberrant Resilience",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Deep Speech,Undercommon",
+ "challenge_rating": "8",
+ "cr": 8.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The cloaker makes one Bite attack and two Tail attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one creature. _Hit:_ 18 (4d6+4) piercing damage, and if the target is Large or smaller, the cloaker attaches to it. If the cloaker has advantage on the attack roll, the cloaker attaches to the target's head, and the target is blinded and unable to breathe while the cloaker is attached. While attached, the cloaker can't make Bite attacks, and at the start of each of the cloaker's turns, the target takes 18 (4d6+4) piercing damage. The attached cloaker moves with the target whenever the target moves, requiring none of the cloaker's movement. It can detach itself by spending 5 feet of its movement on its turn. A creature, including the target, can take its action to detach the cloaker by succeeding on a DC 15 STR check.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 10 ft., one target. _Hit:_ 17 (3d8+4) slashing damage.\"},{\"name\":\"Moan (Recharge 6)\",\"desc\":\"The cloaker releases a deep, thrumming moan that rattles the nerves of all who hear it. Each creature within 30 feet of the cloaker that can hear the moan and that isn't an Aberration must make a DC 15 WIS save. On a failure, a creature takes 40 (9d8) psychic damage and is frightened until the end of its next turn. On a success, a creature takes half the damage and isn't frightened.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Cloak of Shadows (3/Day)\",\"desc\":\"While the cloaker isn't in bright light, it pulls shadows around itself, partially obscuring its form. For 1 minute or until the cloaker is hit with an attack, the cloaker's Stealth is 20, and creatures have disadvantage on attack rolls against the cloaker.\"}]",
+ "special_abilities_json": "[{\"name\":\"Aberrant Resilience\",\"desc\":\"The cloaker is resistant to the charmed, frightened, paralyzed, and stunned conditions, and it has advantage on saves against spells or effects that would alter its form.\"},{\"name\":\"Damage Transfer\",\"desc\":\"While attached to a creature, the cloaker takes only half the damage dealt to it (rounded down), and that creature takes the other half.\"},{\"name\":\"False Appearance\",\"desc\":\"While the cloaker remains motionless without its underside exposed, it is indistinguishable from a dark leather cloak.\"},{\"name\":\"Light Sensitivity\",\"desc\":\"While in bright light, the cloaker has disadvantage on attack rolls, and its Perception is 6 when perceiving by sight.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "cloud_giant_bf",
+ "fields": {
+ "name": "Cloud Giant",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "huge",
+ "type": "Giant",
+ "subtype": "",
+ "group": "Giants",
+ "alignment": "",
+ "armor_class": 14,
+ "armor_desc": "natural armor",
+ "hit_points": 175,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40,\"fly\":60}",
+ "environments_json": null,
+ "strength": 26,
+ "dexterity": 10,
+ "constitution": 30,
+ "intelligence": 12,
+ "wisdom": 24,
+ "charisma": 26,
+ "strength_save": 8,
+ "dexterity_save": 0,
+ "constitution_save": 10,
+ "intelligence_save": 1,
+ "wisdom_save": 7,
+ "charisma_save": 8,
+ "perception": 17,
+ "skills_json": "",
+ "damage_vulnerabilities": "Giant Attributes",
+ "damage_resistances": "cold,Giant Attributes",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "Giant",
+ "challenge_rating": "9",
+ "cr": 9.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The cloud giant makes three Cloud-Coated Mace attacks, or it makes two Wind Burst attacks.\"},{\"name\":\"Cloud-Coated Mace\",\"desc\":\"_Melee Weapon Attack:_ +12 to hit, reach 10 ft., one target. _Hit:_ 18 (3d6+8) piercing damage plus 4 (1d8) cold damage.\"},{\"name\":\"Wind Burst\",\"desc\":\"_Ranged Spell Attack:_ +8 to hit, range 150 ft., one target. _Hit:_ 31 (5d10+4) bludgeoning damage, and the target must succeed on a DC 16 STR save or be pushed up to 10 feet away from the cloud giant and knocked prone.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Cloud Cover\",\"desc\":\"The cloud giant creates a 20-foot cube of clouds centered on a point it can see within 60 feet of it. The cube spreads around corners, and its area is heavily obscured. The cloud lasts for 1 minute, until the cloud giant dies, or until the cloud giant uses this bonus action again.\"},{\"name\":\"Condense\",\"desc\":\"The cloud giant causes a 20-foot-radius sphere of cloud, fog, smoke, or steam centered on a point it can see within 60 feet of it to become as thick as mud, making the area difficult terrain for creatures moving through it. A creature that starts its turn in the hardened cloud must succeed on a DC 15 STR save or be restrained until the start of its next turn. The cloud remains condensed for 1 minute, until the cloud giant dies, or until the cloud giant uses this bonus action again.\"}]",
+ "special_abilities_json": "[{\"name\":\"Cloudsight\",\"desc\":\"The cloud giant can see through areas obscured by clouds, fog, smoke, and steam without penalty.\"},{\"name\":\"Giant Attributes\",\"desc\":\"The cloud giant is resistant to the stunned condition, and it is vulnerable to the prone condition.\"},{\"name\":\"Heightened Smell\",\"desc\":\"The cloud giant's Perception is 22 when perceiving by smell.\"}]",
+ "reactions_json": "[{\"name\":\"Cirrus Deflection\",\"desc\":\"The cloud giant creates a bit of hardened cloud between it and an attacker, increasing the giant's AC by 4. To do so, it must be able to see the attacker.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "cockatrice_bf",
+ "fields": {
+ "name": "Cockatrice",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "small",
+ "type": "Monstrosity",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 11,
+ "armor_desc": null,
+ "hit_points": 25,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":20,\"fly\":40}",
+ "environments_json": null,
+ "strength": 6,
+ "dexterity": 12,
+ "constitution": 12,
+ "intelligence": 2,
+ "wisdom": 12,
+ "charisma": 4,
+ "strength_save": -2,
+ "dexterity_save": 1,
+ "constitution_save": 1,
+ "intelligence_save": -4,
+ "wisdom_save": 1,
+ "charisma_save": -3,
+ "perception": 11,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "petrified,Monstrosity Resilience",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "-",
+ "challenge_rating": "1/2",
+ "cr": 0.5,
+ "actions_json": "[{\"name\":\"Serrated Beak\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one creature. _Hit:_ 6 (2d4+1) slashing damage, and the target must succeed on a DC 11 CON save or be restrained as it begins to turn to stone. The creature must repeat the save at the end of its next turn. On a success, the effect ends. On a failure, the creature is petrified for 24 hours.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Monstrosity Resilience\",\"desc\":\"The cockatrice is resistant to exhaustion and to the frightened condition.\"}]",
+ "reactions_json": "[{\"name\":\"Shrieking Crow\",\"desc\":\"When a creature the cockatrice can see within 30 feet of it attacks it, the cockatrice can let out a startling crow. The attacker must succeed on a DC 11 WIS save or have disadvantage on the attack roll.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "commoner_bf",
+ "fields": {
+ "name": "Commoner",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Humanoid",
+ "subtype": "Any Lineage",
+ "group": "NPCs",
+ "alignment": "",
+ "armor_class": 10,
+ "armor_desc": null,
+ "hit_points": 8,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 10,
+ "dexterity": 10,
+ "constitution": 10,
+ "intelligence": 10,
+ "wisdom": 10,
+ "charisma": 10,
+ "strength_save": 0,
+ "dexterity_save": 0,
+ "constitution_save": 0,
+ "intelligence_save": 0,
+ "wisdom_save": 0,
+ "charisma_save": 0,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "any one language (usually Common)",
+ "challenge_rating": "0",
+ "cr": 0.0,
+ "actions_json": "[{\"name\":\"Club\",\"desc\":\"_Melee Weapon Attack:_ +2 to hit, reach 5 ft., one target. _Hit:_ 2 (1d4) bludgeoning damage.\"},{\"name\":\"Sling\",\"desc\":\"_Ranged Weapon Attack:_ +2 to hit, range 30/120 ft., one target. _Hit:_ 2 (1d4) bludgeoning damage.\"},{\"name\":\"Angry Mob (1/Day)\",\"desc\":\"The commoner moves up to half its speed toward a creature it can see. Each friendly commoner within 30 feet of the commoner can use its reaction to join the angry mob and move up to half its speed toward the same target. This movement doesn't provoke opportunity attacks. If the initiating commoner is within 5 feet of the target, the target must make a DC 10 DEX save, taking 2 (1d4) bludgeoning damage on a failed save, or half as much damage on a successful one. For each commoner after the first that participated in the angry mob and that is within 10 feet of the target, the damage increases by 1 as stones, clubs, sticks, and similar \\\"weapons\\\" fly at the target from all angles. Afterwards, each commoner after the first that participated in the mob can't use Angry Mob until it finishes a short or long rest.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "copper_dragon_wyrmling_bf",
+ "fields": {
+ "name": "Copper Dragon Wyrmling",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Dragon",
+ "subtype": "",
+ "group": "Dragons",
+ "alignment": "",
+ "armor_class": 16,
+ "armor_desc": "natural armor",
+ "hit_points": 36,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"climb\":30,\"fly\":60}",
+ "environments_json": null,
+ "strength": 14,
+ "dexterity": 16,
+ "constitution": 16,
+ "intelligence": 14,
+ "wisdom": 14,
+ "charisma": 16,
+ "strength_save": 2,
+ "dexterity_save": 3,
+ "constitution_save": 3,
+ "intelligence_save": 2,
+ "wisdom_save": 2,
+ "charisma_save": 3,
+ "perception": 14,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "acid",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft., keensense 10 ft.",
+ "languages": "Draconic",
+ "challenge_rating": "1",
+ "cr": 1.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon makes one Bite attack and one Claw attack.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 7 (1d10+2) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 5 (1d6+2) slashing damage.\"},{\"name\":\"Acid Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales acid in a 30-foot line that is 5 feet wide. Each creature in that line must make a DC 11 DEX save, taking 18 (4d8) acid damage on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Slowing Breath (Recharge 6)\",\"desc\":\"The dragon exhales slowing gas in a 15-foot cone. Each creature in that area must make a DC 11 CON save. On a failure, the creature can't use reactions, its speed is halved, and it can't make more than one attack on its turn. In addition, the creature can use either an action or a bonus action on its turn, not both. These effects last for 1 minute. The creature can repeat the save at the end of each of its turns, ending the effect on itself on a success.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Pounce\",\"desc\":\"If the dragon moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 12 STR save or be knocked prone. If the target is prone, the dragon can make one Claw attack against it as a bonus action.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "couatl_bf",
+ "fields": {
+ "name": "Couatl",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Celestial",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 17,
+ "armor_desc": "natural armor",
+ "hit_points": 77,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"fly\":90}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 20,
+ "constitution": 16,
+ "intelligence": 18,
+ "wisdom": 24,
+ "charisma": 22,
+ "strength_save": 3,
+ "dexterity_save": 5,
+ "constitution_save": 3,
+ "intelligence_save": 4,
+ "wisdom_save": 7,
+ "charisma_save": 6,
+ "perception": 17,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Celestial Resilience",
+ "damage_immunities": "psychic",
+ "condition_immunities": "",
+ "senses": "truesight 120 ft.",
+ "languages": "all,telepathy 120 ft.",
+ "challenge_rating": "4",
+ "cr": 4.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The couatl makes one Bite attack and one Constrict attack.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one creature. _Hit:_ 8 (1d6+5) piercing damage plus 14 (4d6) poison damage. If the poison damage reduces the target to 0 HP, the couatl can choose for the target to be stable but poisoned for 1 hour, even after regaining HP, and is unconscious while poisoned in this way.\"},{\"name\":\"Constrict\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 10 ft., one target. _Hit:_ 12 (2d6+5) bludgeoning damage, and the target is grappled (escape DC 15) if it is a Medium or smaller creature. Until this grapple ends, the target is restrained, and the couatl can't Constrict another target.\"},{\"name\":\"Healing Hiss (3/Day)\",\"desc\":\"The couatl croons a soothing hiss at a creature it can sense within 5 feet of it. The target magically regains 10 (3d6) HP and is freed from any disease or poison.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The couatl magically transforms into a Large or smaller Beast or Humanoid that has a challenge rating no higher than its own, or back into its true form, which is Celestial. Any equipment it is wearing or carrying transforms with it or is borne by the new form (the couatl's choice). It reverts to its true form if it dies. In a new form, the couatl retains its Celestial Resilience and Inscrutable traits and its HP, HD, ability to speak, proficiencies, and INT, WIS, and CHA scores, as well as this bonus action and the Rainbow Shield reaction. Its statistics and capabilities are otherwise replaced by those of the new form, except any class features or legendary actions of that form.\"}]",
+ "special_abilities_json": "[{\"name\":\"Celestial Resilience\",\"desc\":\"The couatl is resistant to radiant damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks.\"},{\"name\":\"Inscrutable\",\"desc\":\"The couatl is immune to any effect that would sense its emotions or read its thoughts, as well as divination spells or effects, such as scrying or detecting its location, that it refuses. WIS (Insight) checks made to ascertain the couatl's intentions or sincerity have disadvantage.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The couatl has advantage on saves against spells and other magical effects.\"},{\"name\":\"Magic Weapons\",\"desc\":\"The couatl's weapon attacks are magical.\"}]",
+ "reactions_json": "[{\"name\":\"Rainbow Shield\",\"desc\":\"When a creature the couatl can see within 30 feet of it, including itself, is targeted with an attack, the couatl can interpose a shield of rainbow-hued light between the attacker and the creature. The attacker has disadvantage on the attack roll. If the protected creature hasn't attacked or harmed another creature within the last minute, the attacker's attack misses instead.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "crab_bf",
+ "fields": {
+ "name": "Crab",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "tiny",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 11,
+ "armor_desc": "natural armor",
+ "hit_points": 9,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":20,\"swim\":20}",
+ "environments_json": null,
+ "strength": 2,
+ "dexterity": 10,
+ "constitution": 10,
+ "intelligence": 1,
+ "wisdom": 8,
+ "charisma": 2,
+ "strength_save": -4,
+ "dexterity_save": 0,
+ "constitution_save": 0,
+ "intelligence_save": -5,
+ "wisdom_save": -1,
+ "charisma_save": -4,
+ "perception": 9,
+ "skills_json": "",
+ "damage_vulnerabilities": "bludgeoning",
+ "damage_resistances": "slashing",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "keensense 30 ft.",
+ "languages": "-",
+ "challenge_rating": "0",
+ "cr": 0.0,
+ "actions_json": "[{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +2 to hit, reach 5 ft., one creature. _Hit:_ 2 (1d4) bludgeoning damage, and the crab attaches to the target. While attached, the crab can't attack, and at the start of each of the crab's turns, the target takes 2 (1d4) bludgeoning damage. The attached crab moves with the target whenever the target moves, requiring none of the crab's movement. It can detach itself by spending 5 feet of its movement on its turn. A creature, including the target, can use its action to detach the crab.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The crab can breathe air and water.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "crab_giant_bf",
+ "fields": {
+ "name": "Crab, Giant",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 15,
+ "armor_desc": "natural armor",
+ "hit_points": 13,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"swim\":30}",
+ "environments_json": null,
+ "strength": 14,
+ "dexterity": 14,
+ "constitution": 10,
+ "intelligence": 1,
+ "wisdom": 8,
+ "charisma": 2,
+ "strength_save": 2,
+ "dexterity_save": 2,
+ "constitution_save": 0,
+ "intelligence_save": -5,
+ "wisdom_save": -1,
+ "charisma_save": -4,
+ "perception": 9,
+ "skills_json": "",
+ "damage_vulnerabilities": "bludgeoning",
+ "damage_resistances": "slashing",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "keensense 30 ft.",
+ "languages": "-",
+ "challenge_rating": "1/4",
+ "cr": 0.25,
+ "actions_json": "[{\"name\":\"Pincer\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 5 (1d6+2) bludgeoning damage, and the target is grappled (escape DC 12). The crab has two pincers, each of which can grapple only one target.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Pincer Pinch\",\"desc\":\"One breathing creature grappled by the crab must succeed on a DC 12 STR save or be unable to speak or cast spells with verbal components and begin suffocating, as the crab squeezes the air from the target's lungs. This effect lasts until the grapple ends.\"}]",
+ "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The crab can breathe air and water.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "crimson_jelly_bf",
+ "fields": {
+ "name": "Crimson Jelly",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "tiny",
+ "type": "Ooze",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": null,
+ "hit_points": 20,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":0,\"fly\":60,\"swim\":30,\"hover\": true}",
+ "environments_json": null,
+ "strength": 2,
+ "dexterity": 18,
+ "constitution": 10,
+ "intelligence": 1,
+ "wisdom": 10,
+ "charisma": 8,
+ "strength_save": -4,
+ "dexterity_save": 4,
+ "constitution_save": 0,
+ "intelligence_save": -5,
+ "wisdom_save": 0,
+ "charisma_save": -1,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Ooze Resilience",
+ "damage_immunities": "necrotic,grappled,Ooze Resilience",
+ "condition_immunities": "",
+ "senses": "keensense 10 ft. (can't sense beyond this radius)",
+ "languages": "-",
+ "challenge_rating": "1/2",
+ "cr": 0.5,
+ "actions_json": "[{\"name\":\"Feeding Paddles\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 5 (1d6+2) necrotic damage. The crimson jelly gains temporary HP equal to the necrotic damage dealt, and it attaches to the target. If the jelly had advantage on this attack, it attaches to the target's face, leaving the target unable to breathe or speak while the jelly is attached.
While attached, the crimson jelly can use only the Feeding Paddles action, and it moves with the target whenever the target moves, requiring none of the jelly's movement. The Crimson jelly can detach itself by spending 5 feet of its movement. A creature, including the target, can take its action to detach the jelly by succeeding on a DC 12 STR check.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Reproduce (Requires Temporary HP)\",\"desc\":\"While the crimson jelly has 1 or more temporary HP, it can split part of itself off into a new crimson jelly with HP equal to the original crimson jelly's temporary HP. The original crimson jelly then loses any temporary HP it has. The new crimson jelly otherwise has all the same statistics as its parent, except the new jelly can't gain temporary HP from Feeding Paddles attacks until it finishes a long rest.\"}]",
+ "special_abilities_json": "[{\"name\":\"Amorphous\",\"desc\":\"The crimson jelly can move through space as narrow as 1 inch wide without squeezing.\"},{\"name\":\"Blood Sense\",\"desc\":\"The crimson jelly can pinpoint, by scent, the location of creatures that aren't Constructs or Undead and that don't have all of their HP within 60 feet of it and can sense the general direction of such creatures within 1 mile of it.\"},{\"name\":\"Ooze Nature\",\"desc\":\"The crimson jelly doesn't require sleep.\"},{\"name\":\"Ooze Resilience\",\"desc\":\"The crimson jelly is resistant to the restrained condition, and it is immune to exhaustion and to the blinded, charmed, deafened, frightened, and prone conditions.\"},{\"name\":\"Tainted Attacks\",\"desc\":\"A creature that is reduced to 0 HP by a crimson jelly must succeed on a DC 9 CHA save or suffer one level of exhaustion. While a creature suffers from this exhaustion, it loses most of its memories aside from basic information about itself, such as its name and its capabilities, and it is wracked with nightmarish visions that include a crimson rune.\"},{\"name\":\"Transparent\",\"desc\":\"While in an area of dim or bright light, the crimson jelly is invisible. While in darkness, creatures without darkvision can see the jelly's faint crimson glow.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "crocodile_bf",
+ "fields": {
+ "name": "Crocodile",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": "natural armor",
+ "hit_points": 25,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":20,\"swim\":30}",
+ "environments_json": null,
+ "strength": 14,
+ "dexterity": 10,
+ "constitution": 12,
+ "intelligence": 2,
+ "wisdom": 10,
+ "charisma": 4,
+ "strength_save": 2,
+ "dexterity_save": 0,
+ "constitution_save": 1,
+ "intelligence_save": -4,
+ "wisdom_save": 0,
+ "charisma_save": -3,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "charmed",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "-",
+ "challenge_rating": "1/2",
+ "cr": 0.5,
+ "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 6 (1d8+2) piercing damage, and the target is grappled (escape DC 12). Until this grapple ends, the target is restrained, and the crocodile can't Bite another target.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Death Roll\",\"desc\":\"One creature grappled by the crocodile must make a DC 12 STR save, taking 5 (2d4) slashing damage on a failed save, or half as much damage on a successful one.\"}]",
+ "special_abilities_json": "[{\"name\":\"Hold Breath\",\"desc\":\"The crocodile can hold its breath for 15 minutes.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "crocodile_giant_bf",
+ "fields": {
+ "name": "Crocodile, Giant",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "huge",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 14,
+ "armor_desc": "natural armor",
+ "hit_points": 120,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"swim\":50}",
+ "environments_json": null,
+ "strength": 26,
+ "dexterity": 8,
+ "constitution": 16,
+ "intelligence": 2,
+ "wisdom": 10,
+ "charisma": 6,
+ "strength_save": 8,
+ "dexterity_save": -1,
+ "constitution_save": 3,
+ "intelligence_save": -4,
+ "wisdom_save": 0,
+ "charisma_save": -2,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "charmed",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "-",
+ "challenge_rating": "5",
+ "cr": 5.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The crocodile makes one Bite attack and one Tail attack.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +8 to hit, reach 5 ft., one creature. _Hit:_ 21 (3d10+5) piercing damage, and the target is grappled (escape DC 16). Until this grapple ends, the target is restrained, and the crocodile can't Bite another target.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +8 to hit, reach 10 ft., one target not grappled by the crocodile. _Hit:_ 14 (2d8+5) bludgeoning damage. If the target is a creature, it must succeed on a DC 16 STR save or be knocked prone.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Death Roll\",\"desc\":\"One creature grappled by the crocodile must make a DC 16 STR save, taking 7 (2d6) slashing damage on a failed save, or half as much damage on a successful one.\"}]",
+ "special_abilities_json": "[{\"name\":\"Hold Breath\",\"desc\":\"The crocodile can hold its breath for 30 minutes.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "cultist_bf",
+ "fields": {
+ "name": "Cultist",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Humanoid",
+ "subtype": "Any Lineage",
+ "group": "NPCs",
+ "alignment": "",
+ "armor_class": 13,
+ "armor_desc": "studded leather",
+ "hit_points": 9,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 10,
+ "dexterity": 12,
+ "constitution": 12,
+ "intelligence": 10,
+ "wisdom": 12,
+ "charisma": 14,
+ "strength_save": 0,
+ "dexterity_save": 1,
+ "constitution_save": 1,
+ "intelligence_save": 0,
+ "wisdom_save": 1,
+ "charisma_save": 2,
+ "perception": 11,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Dark Devotion",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "any one language (usually Common)",
+ "challenge_rating": "1/8",
+ "cr": 0.125,
+ "actions_json": "[{\"name\":\"Sacrificial Dagger\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 3 (1d4+1) slashing damage. If the target is paralyzed, prone, stunned, or unconscious, it takes an extra 2 (1d4) slashing damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Dark Devotion\",\"desc\":\"The cultist is resistant to the charmed and frightened conditions.\"}]",
+ "reactions_json": "[{\"name\":\"For the Cause!\",\"desc\":\"When a friendly creature the cultist can see within 5 feet of it is hit by an attack that would reduce that creature to 0 HP, the cultist can leap in front of the attack, taking the damage instead.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "cultist_fanatic_bf",
+ "fields": {
+ "name": "Cultist, Fanatic",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Humanoid",
+ "subtype": "Any Lineage",
+ "group": "NPCs",
+ "alignment": "",
+ "armor_class": 14,
+ "armor_desc": "studded leather",
+ "hit_points": 60,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 10,
+ "dexterity": 14,
+ "constitution": 12,
+ "intelligence": 10,
+ "wisdom": 16,
+ "charisma": 16,
+ "strength_save": 0,
+ "dexterity_save": 2,
+ "constitution_save": 1,
+ "intelligence_save": 0,
+ "wisdom_save": 3,
+ "charisma_save": 3,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Dark Devotion",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "any one language (usually Common)",
+ "challenge_rating": "2",
+ "cr": 2.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The fanatic makes two Sacrificial Dagger or Unholy Bolt attacks.\"},{\"name\":\"Sacrificial Dagger\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft. or range 20/60 ft., one target. _Hit:_ 4 (1d4+2) slashing damage plus 7 (2d6) fire damage or necrotic damage (the fanatic's choice). If the target is paralyzed, prone, stunned, or unconscious, it takes an extra 2 (1d4) slashing damage.\"},{\"name\":\"Unholy Bolt\",\"desc\":\"_Ranged Spell Attack:_ +5 to hit, range 60 ft., one target. _Hit:_ 10 (2d6+3) fire damage or necrotic damage (the fanatic's choice).\"},{\"name\":\"Spellcasting\",\"desc\":\"The fanatic casts one of the following spells, using WIS as the spellcasting ability (spell save DC 13).
At will: _light_, _thaumaturgy_
3/day each: _bane_, _command_
2/day: _hold_\"}]",
+ "bonus_actions_json": "[{\"name\":\"Unholy Brand (Recharge 5-6)\",\"desc\":\"One creature the fanatic can see within 30 feet of it must succeed on a DC 13 CHA save or be marked with an unholy brand until the start of the fanatic's next turn. While the creature is branded, Fiends and cultists have advantage on attack rolls against it.\"}]",
+ "special_abilities_json": "[{\"name\":\"Dark Devotion\",\"desc\":\"The fanatic is resistant to the charmed and frightened conditions.\"},{\"name\":\"Unholy Weapons\",\"desc\":\"The fanatic's weapons are coated in dark, magical flames. When the fanatic hits with any weapon, the weapon deals an extra 2d6 fire damage or necrotic damage (included in the attack), the fanatic's choice.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "darkmantle_bf",
+ "fields": {
+ "name": "Darkmantle",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "small",
+ "type": "Monstrosity",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 11,
+ "armor_desc": null,
+ "hit_points": 25,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":10,\"fly\":30}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 12,
+ "constitution": 12,
+ "intelligence": 2,
+ "wisdom": 10,
+ "charisma": 4,
+ "strength_save": 3,
+ "dexterity_save": 1,
+ "constitution_save": 1,
+ "intelligence_save": -4,
+ "wisdom_save": 0,
+ "charisma_save": -3,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Monstrosity Resilience",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "keensense 60 ft.",
+ "languages": "-",
+ "challenge_rating": "1/2",
+ "cr": 0.5,
+ "actions_json": "[{\"name\":\"Crush\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one creature. _Hit:_ 6 (1d6+3) bludgeoning damage, and the darkmantle attaches to it. If the target is Medium or smaller and the darkmantle has advantage on the attack roll, the darkmantle attaches to the target's head, and the target is blinded and unable to breathe while the darkmantle is attached. While attached, the darkmantle can't make Crush attacks, and at the start of each of the darkmantle's turns, the target takes 6 (1d6+3) bludgeoning damage.
The attached darkmantle moves with the target whenever the target moves, requiring none of the darkmantle's movement. It can detach itself by spending 5 feet of its movement on its turn. A creature, including the target, can take its action to detach the darkmantle by succeeding on a DC 13 STR check.\"},{\"name\":\"Topple\",\"desc\":\"While attached to a creature, the darkmantle swings its body to throw off the balance of the creature to which it is attached. The attached target must succeed on a DC 13 DEX save or be knocked prone. If the target fails the save and is already prone, it is restrained while the darkmantle is attached to it, as the darkmantle pins it to the ground.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Darkness Aura (1/Day)\",\"desc\":\"A 15-foot radius of magical darkness extends out from the darkmantle, moves with it, and spreads around corners. The darkness lasts as long as the darkmantle maintains concentration, up to 10 minutes (as if concentrating on a spell). Darkvision can't penetrate this darkness, and no natural light can illuminate it. If any of the darkness overlaps with an area of light created by a spell of 2nd level or lower, the spell creating the light is dispelled.\"}]",
+ "special_abilities_json": "[{\"name\":\"Echolocation\",\"desc\":\"The darkmantle can't use its keensense while deafened.\"},{\"name\":\"False Appearance\",\"desc\":\"While the darkmantle remains motionless, it is indistinguishable from a cave formation, such as a stalactite or stalagmite.\"},{\"name\":\"Jagged Hide\",\"desc\":\"A creature that hits the darkmantle with a melee attack while within 5 feet of it takes 2 (1d4) piercing damage.\"},{\"name\":\"Monstrosity Resilience\",\"desc\":\"The darkmantle is resistant to exhaustion and to the frightened condition.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "death_dog_bf",
+ "fields": {
+ "name": "Death Dog",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Monstrosity",
+ "subtype": "Animal",
+ "group": null,
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": null,
+ "hit_points": 40,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40}",
+ "environments_json": null,
+ "strength": 14,
+ "dexterity": 14,
+ "constitution": 14,
+ "intelligence": 2,
+ "wisdom": 12,
+ "charisma": 6,
+ "strength_save": 2,
+ "dexterity_save": 2,
+ "constitution_save": 2,
+ "intelligence_save": -4,
+ "wisdom_save": 1,
+ "charisma_save": -2,
+ "perception": 15,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Multiple Heads,Monstrosity Resilience",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft.",
+ "languages": "-",
+ "challenge_rating": "1",
+ "cr": 1.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The death dog makes two Bite attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 7 (2d4+2) piercing damage. If the target is a creature, it must succeed on a DC 12 CON save or contract a disease. Until the disease is cured, the target is poisoned. Every 24 hours that elapse, the infected creature must repeat the save, reducing its HP maximum by 5 (2d4) on a failure. This reduction lasts until the creature finishes a long rest after the disease is cured. The creature dies if the disease reduces its HP maximum to 0.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Dual Bark\",\"desc\":\"The death dog's two heads bark at creatures in two 15-foot cones. Each creature in the area of a cone must succeed on a DC 12 CON save or be deafened until the end of its next turn. If the cones overlap each other, each creature in overlapping cones must make only one save with disadvantage rather than one save for each cone.\"}]",
+ "special_abilities_json": "[{\"name\":\"Monstrosity Resilience\",\"desc\":\"The death dog is resistant to exhaustion and to the frightened condition.\"},{\"name\":\"Multiple Heads\",\"desc\":\"The death dog has two heads and is resistant to the blinded, charmed, deafened, frightened, stunned, and unconscious conditions.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "death_knight_bf",
+ "fields": {
+ "name": "Death Knight",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Undead",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 18,
+ "armor_desc": "plate",
+ "hit_points": 140,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 18,
+ "dexterity": 10,
+ "constitution": 16,
+ "intelligence": 12,
+ "wisdom": 20,
+ "charisma": 18,
+ "strength_save": 4,
+ "dexterity_save": 0,
+ "constitution_save": 3,
+ "intelligence_save": 1,
+ "wisdom_save": 5,
+ "charisma_save": 4,
+ "perception": 15,
+ "skills_json": "",
+ "damage_vulnerabilities": "radiant",
+ "damage_resistances": "",
+ "damage_immunities": "necrotic,frightened,Undead Resilience",
+ "condition_immunities": "",
+ "senses": "darkvision 90 ft.",
+ "languages": "Common",
+ "challenge_rating": "8",
+ "cr": 8.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The death knight makes three Greatsword or Necrotic Bolt attacks.\"},{\"name\":\"Greatsword\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6+4) slashing damage and 7 (2d6) necrotic damage.\"},{\"name\":\"Necrotic Bolt\",\"desc\":\"_Ranged Spell Attack:_ +7 to hit, range 60 ft., one target. _Hit:_ 18 (4d6+4) necrotic damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Champion's Challenge\",\"desc\":\"The death knight challenges one creature it can see within 30 feet of it. The target must succeed on a DC 15 CHA save or have disadvantage on attack rolls against creatures that aren't the knight until the end of its next turn.\"}]",
+ "special_abilities_json": "[{\"name\":\"Disgraced Rejuvenation\",\"desc\":\"Unless redeemed, a destroyed death knight returns in 1d4 days, regaining all its HP and becoming active again within 10 feet of where it died.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The death knight has advantage on saves against spells and other magical effects.\"},{\"name\":\"Undead Nature\",\"desc\":\"The death knight doesn't require air, food, drink, or sleep.\"},{\"name\":\"Undead Resilience\",\"desc\":\"The death knight is immune to poison damage, to exhaustion, and to the poisoned condition.\"}]",
+ "reactions_json": "[{\"name\":\"Parry\",\"desc\":\"The death knight adds 3 to its AC against one melee attack that would hit it. To do so, the death knight must see the attacker and be wielding a melee weapon.\"},{\"name\":\"Soul Drain\",\"desc\":\"When the death knight reduces a Humanoid to 0 HP, it can absorb the creature's soul. The target must succeed on a DC 15 WIS save or immediately die, its soul becoming trapped in the death knight's sword. The death knight has advantage on attack rolls for 1 minute after absorbing a soul.
The creature can't be restored to life until the death knight is permanently destroyed.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "deep_gnome_bf",
+ "fields": {
+ "name": "Deep Gnome",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "small",
+ "type": "Humanoid",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 15,
+ "armor_desc": "chain shirt",
+ "hit_points": 23,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":20}",
+ "environments_json": null,
+ "strength": 14,
+ "dexterity": 14,
+ "constitution": 14,
+ "intelligence": 12,
+ "wisdom": 10,
+ "charisma": 8,
+ "strength_save": 2,
+ "dexterity_save": 2,
+ "constitution_save": 2,
+ "intelligence_save": 1,
+ "wisdom_save": 0,
+ "charisma_save": -1,
+ "perception": 12,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft.",
+ "languages": "Gnomish,Terran,Undercommon",
+ "challenge_rating": "1/2",
+ "cr": 0.5,
+ "actions_json": "[{\"name\":\"War Pick\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 6 (1d8+2) piercing damage.\"},{\"name\":\"Crystalline Dart\",\"desc\":\"_Ranged Weapon Attack:_ +4 to hit, range 30/120 ft., one target. _Hit:_ 7 (2d4+2) piercing damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Infused Weapon\",\"desc\":\"The deep gnome crushes a magic-infused crystal on the end of its war pick. Until the start of the gnome's next turn the war pick is magical and deals an extra 2 (1d4) force damage when the gnome hits with it.\"},{\"name\":\"Discordant Shatter\",\"desc\":\"The deep gnome throws a magic-infused crystal at a point it can see within 30 feet of it, shattering the crystal, which emits a rapid series of discordant waves of magic. Each creature within 10 feet of that point must succeed on a DC 12 CON save or be incapacitated until the end of its next turn. A creature sensitive to or proficient in the use of magic, such as a spellcaster, has disadvantage on this save.\"}]",
+ "special_abilities_json": "[{\"name\":\"Gnome Cunning\",\"desc\":\"The deep gnome has advantage on INT, WIS, and CHA saves against magic.\"},{\"name\":\"Stone Camouflage\",\"desc\":\"The deep gnome's Stealth is 17 while in rocky terrain.\"}]",
+ "reactions_json": "[{\"name\":\"Crystalline Flash\",\"desc\":\"When a creature the deep gnome can see within 5 feet of it attacks it, it can throw a magic-infused crystal on the ground, shattering the crystal in a brilliant flash of light. If the attacker uses sight to perceive the gnome, the attacker must succeed on a DC 12 DEX save or have disadvantage on the attack roll.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "deer_bf",
+ "fields": {
+ "name": "Deer",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 13,
+ "armor_desc": null,
+ "hit_points": 8,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":50}",
+ "environments_json": null,
+ "strength": 10,
+ "dexterity": 16,
+ "constitution": 10,
+ "intelligence": 2,
+ "wisdom": 14,
+ "charisma": 4,
+ "strength_save": 0,
+ "dexterity_save": 3,
+ "constitution_save": 0,
+ "intelligence_save": -4,
+ "wisdom_save": 2,
+ "charisma_save": -3,
+ "perception": 12,
+ "skills_json": "",
+ "damage_vulnerabilities": "frightened",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "-",
+ "challenge_rating": "0",
+ "cr": 0.0,
+ "actions_json": "[{\"name\":\"Kick\",\"desc\":\"_Melee Weapon Attack:_ +2 to hit, reach 5 ft., one creature. _Hit:_ 2 (1d4) bludgeoning damage, and if the target is a Large or smaller creature, it must succeed on a DC 10 STR save or be knocked prone.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Skittish\",\"desc\":\"The deer takes the Dash or Disengage action.\"}]",
+ "special_abilities_json": "",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "deva_bf",
+ "fields": {
+ "name": "Deva",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Celestial",
+ "subtype": "Angel",
+ "group": "Angels",
+ "alignment": "",
+ "armor_class": 17,
+ "armor_desc": "natural armor",
+ "hit_points": 165,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"fly\":90}",
+ "environments_json": null,
+ "strength": 18,
+ "dexterity": 18,
+ "constitution": 18,
+ "intelligence": 16,
+ "wisdom": 28,
+ "charisma": 28,
+ "strength_save": 4,
+ "dexterity_save": 4,
+ "constitution_save": 4,
+ "intelligence_save": 3,
+ "wisdom_save": 9,
+ "charisma_save": 9,
+ "perception": 19,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Angelic Resilience",
+ "damage_immunities": "Angelic Resilience",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft.",
+ "languages": "all,telepathy 120 ft.",
+ "challenge_rating": "10",
+ "cr": 10.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The deva makes three Mace attacks.\"},{\"name\":\"Mace\",\"desc\":\"_Melee Weapon Attack:_ +8 to hit, reach 5 ft., one target. _Hit:_ 7 (1d6+4) bludgeoning damage plus 18 (4d8) radiant damage.\"},{\"name\":\"Healing Touch (3/Day)\",\"desc\":\"The deva touches another creature. The target magically regains 20 (4d8+2) HP and is freed from any curse, disease, poison, blindness, or deafness.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The deva magically transforms into a Large or smaller Beast or Humanoid that has a challenge rating no higher than its own, or back into its true form, which is Celestial. Any equipment it is wearing or carrying transforms with it or is borne by the new form (the deva's choice). It reverts to its true form if it dies. In a new form, the deva retains its Angelic Resilience, Angelic Senses, and Immortal Nature traits and its HP, HD, ability to speak, proficiencies, and INT, WIS, and CHA scores, as well as this bonus action. Its statistics and capabilities are otherwise replaced by those of the new form, except any class features or legendary actions of that form.\"}]",
+ "special_abilities_json": "[{\"name\":\"Angelic Resilience\",\"desc\":\"The deva is resistant to radiant damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to exhaustion and the charmed and frightened conditions.\"},{\"name\":\"Angelic Senses\",\"desc\":\"The deva can pinpoint the location of Aberrations, Celestials, Fiends, and Undead within 30 feet of it and knows if a place or object it can sense is consecrated or desecrated.\"},{\"name\":\"Angelic Weapons\",\"desc\":\"The deva's weapon attacks are magical. When the deva hits with any weapon, the weapon deals an extra 4d8 radiant damage (included in the attack).\"},{\"name\":\"Immortal Nature\",\"desc\":\"The deva doesn't require food, drink, or sleep.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The deva has advantage on saves against spells and other magical effects.\"},{\"name\":\"Reviving Prayer\",\"desc\":\"The deva spends 10 minutes praying to its deity for the safe return of the soul of a slain creature. At the end of the prayer, the deva touches a creature that has been dead no more than 24 hours and returns the creature to life with a number of HP equal to half its HP maximum. Reviving Prayer can't return to life a creature that has died of old age, nor can it restore any missing body parts. A creature restored to life in this way can't be returned to life by this deva again for 30 days.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "djinni_bf",
+ "fields": {
+ "name": "Djinni",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Elemental",
+ "subtype": "Outsider",
+ "group": "Genies",
+ "alignment": "",
+ "armor_class": 17,
+ "armor_desc": "natural armor",
+ "hit_points": 216,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"fly\":90}",
+ "environments_json": null,
+ "strength": 20,
+ "dexterity": 22,
+ "constitution": 22,
+ "intelligence": 14,
+ "wisdom": 24,
+ "charisma": 28,
+ "strength_save": 5,
+ "dexterity_save": 6,
+ "constitution_save": 6,
+ "intelligence_save": 2,
+ "wisdom_save": 7,
+ "charisma_save": 9,
+ "perception": 17,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "lightning,thunder",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft.",
+ "languages": "Auran,Common",
+ "challenge_rating": "11",
+ "cr": 11.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The djinni makes three Scimitar or Storm Bolt attacks.\"},{\"name\":\"Scimitar\",\"desc\":\"_Melee Weapon Attack:_ +9 to hit, reach 5 ft., one target. _Hit:_ 12 (2d6+5) slashing damage plus 14 (4d6) lightning damage or thunder damage (the djinni's choice).\"},{\"name\":\"Storm Bolt\",\"desc\":\"_Ranged Spell Attack:_ +9 to hit, range 120 ft., one target. _Hit:_ 18 (3d8+5) lightning damage plus 7 (2d6) thunder damage.\"},{\"name\":\"Create Air Elemental (1/Day)\",\"desc\":\"The djinni magically creates one air-based Elemental of CR 5 or lower in an unoccupied space the djinni can see within 30 feet of it. The elemental acts as an ally of the djinni, obeying its spoken commands. The elemental remains for 1 hour, until the djinni dies, or until the djinni dismisses it as a bonus action.\"},{\"name\":\"Travel the Planes (1/Day)\",\"desc\":\"The djinni transports itself to a different plane of existence. This works like the plane shift spell, except it can affect only itself and can't use this action to banish an unwilling creature.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Create Whirlwind\",\"desc\":\"The djinni creates whirlwinds of air around up to two creatures it can see within 60 feet of it. Each target must succeed on a DC 17 STR check or be restrained by a whirlwind. A creature, including the target, can take its action to free the restrained target by succeeding on a DC 17 STR check.
While at least one creature is restrained by one of these whirlwinds, the djinni can use this bonus action to move the whirlwind up to 30 feet, and the restrained target moves with it.\"},{\"name\":\"Genie Shape\",\"desc\":\"The djinni magically transforms into a Medium cloud of sparkling, blue air or back into its bipedal form. Its statistics are the same in each form. Any equipment it is wearing or carrying transforms with it. It reverts to its bipedal form if it dies. The djinni can't use this bonus action to transform into its bipedal form while inside a Medium or smaller container.\"}]",
+ "special_abilities_json": "[{\"name\":\"Nebulous (Cloud Form Only)\",\"desc\":\"The djinni's Stealth is 21, it can hover while flying, can't manipulate objects or attack, and it can pass through any space air can pass through without squeezing. In addition, it can enter and hide in any Tiny or larger container, such as a pouch, lamp, backpack, or barrel.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "doppelganger_bf",
+ "fields": {
+ "name": "Doppelganger",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Monstrosity",
+ "subtype": "Shapechanger",
+ "group": null,
+ "alignment": "",
+ "armor_class": 14,
+ "armor_desc": null,
+ "hit_points": 80,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 10,
+ "dexterity": 18,
+ "constitution": 14,
+ "intelligence": 10,
+ "wisdom": 16,
+ "charisma": 18,
+ "strength_save": 0,
+ "dexterity_save": 4,
+ "constitution_save": 2,
+ "intelligence_save": 0,
+ "wisdom_save": 3,
+ "charisma_save": 4,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "charmed",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Common,telepathy 60 ft.",
+ "challenge_rating": "3",
+ "cr": 3.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The doppelganger makes two Slam or Psychic Bolt attacks.\"},{\"name\":\"Slam\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8+4) bludgeoning damage.\"},{\"name\":\"Psychic Bolt\",\"desc\":\"_Ranged Spell Attack:_ +4 to hit, range 60 ft., one target. _Hit:_ 13 (2d10+2) psychic damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The doppelganger transforms into a Small or Medium Humanoid it has seen or back into its true form, which is Monstrosity. Its statistics, other than its size and speed, are the same in each form. Any equipment it is wearing or carrying isn't transformed. It reverts to its true form if it dies.\"},{\"name\":\"Read Thoughts\",\"desc\":\"The doppelganger magically reads the surface thoughts - what is foremost in the mind at the moment - of one creature within 60 feet of it. The effect can penetrate barriers, but 3 feet of wood or dirt, 2 feet of stone, 2 inches of metal, or a thin sheet of lead blocks it. While the target is in range, the doppelganger can continue reading the target's thoughts until its concentration is broken (as if concentrating on a spell) or it uses Read Thoughts on a different target.\"}]",
+ "special_abilities_json": "[{\"name\":\"Convincing Mimicry (Humanoid Form Only)\",\"desc\":\"The doppelganger can mimic any Humanoid's body and voice it has seen and heard nearly perfectly. A creature very familiar with the individual Humanoid the doppelganger is pretending to be can tell the doppelganger is an imitation with a successful DC 20 WIS (Insight) check.\"},{\"name\":\"Revealed Intentions\",\"desc\":\"While reading a creature's mind, the doppelganger has advantage on CHA checks against the creature, knows the creature's current mood, and knows if the creature speaks a lie. In addition, the doppelganger has advantage on attack rolls against the creature.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "dragon_turtle_bf",
+ "fields": {
+ "name": "Dragon Turtle",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "gargantuan",
+ "type": "Dragon",
+ "subtype": "",
+ "group": "Dragons",
+ "alignment": "",
+ "armor_class": 20,
+ "armor_desc": "natural armor",
+ "hit_points": 318,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":20,\"swim\":40}",
+ "environments_json": null,
+ "strength": 24,
+ "dexterity": 22,
+ "constitution": 32,
+ "intelligence": 10,
+ "wisdom": 24,
+ "charisma": 12,
+ "strength_save": 7,
+ "dexterity_save": 6,
+ "constitution_save": 11,
+ "intelligence_save": 0,
+ "wisdom_save": 7,
+ "charisma_save": 1,
+ "perception": 17,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "fire",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft.",
+ "languages": "Aquan,Common,Draconic",
+ "challenge_rating": "17",
+ "cr": 17.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon turtle makes one Bite attack, two Claw attacks, and one Tail attack. If it is latched onto a vehicle, it can instead make four Claw attacks and one Tail attack.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +13 to hit, reach 15 ft., one target. _Hit:_ 33 (4d12+7) piercing damage plus 7 (2d6) fire damage. Instead of dealing damage, the dragon turtle can choose to latch onto the target, if the target is a vehicle, such as a ship or wagon. If the vehicle is Huge or smaller, its speed is reduced to 0, and it can't be moved until the dragon turtle is killed or ends this effect. If the vehicle is Gargantuan, the vehicle's speed is halved, and the turtle moves with it when it moves. While latched onto a vehicle in this way, the turtle can make Bite attacks against only the vehicle and such attacks automatically hit. The turtle can end this effect at any time (no action required).\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +13 to hit, reach 10 ft., one target. _Hit:_ 20 (3d8+7) slashing damage.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +13 to hit, reach 15 ft., one target. _Hit:_ 29 (4d10+7) bludgeoning damage. If the target is a creature, it must succeed on a DC 19 STR save or be pushed up to 15 feet away from the dragon turtle and knocked prone.\"},{\"name\":\"Steam Breath (Recharge 5-6)\",\"desc\":\"The dragon turtle exhales scalding steam in a 60-foot cone. Each creature in that area must make a DC 19 CON save, taking 56 (16d6) fire damage on a failed save, or half as much damage on a successful one. Being underwater doesn't grant resistance against this damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The dragon turtle can breathe air and water.\"},{\"name\":\"Siege Monster\",\"desc\":\"The dragon turtle deals double damage to objects and structures.\"}]",
+ "reactions_json": "[{\"name\":\"Siege Follow-Through\",\"desc\":\"If the dragon turtle destroys an object or structure with an attack, it can make a Bite or Tail attack against a creature it can see within 5 feet of that object or structure.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "dretch_bf",
+ "fields": {
+ "name": "Dretch",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "small",
+ "type": "Fiend",
+ "subtype": "Demon",
+ "group": "Demons",
+ "alignment": "",
+ "armor_class": 11,
+ "armor_desc": "natural armor",
+ "hit_points": 13,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":20}",
+ "environments_json": null,
+ "strength": 14,
+ "dexterity": 10,
+ "constitution": 12,
+ "intelligence": 4,
+ "wisdom": 8,
+ "charisma": 2,
+ "strength_save": 2,
+ "dexterity_save": 0,
+ "constitution_save": 1,
+ "intelligence_save": -3,
+ "wisdom_save": -1,
+ "charisma_save": -4,
+ "perception": 9,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Demonic Resilience",
+ "damage_immunities": "Demonic Resilience",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Abyssal",
+ "challenge_rating": "1/4",
+ "cr": 0.25,
+ "actions_json": "[{\"name\":\"Claws\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 5 (1d6+2) slashing damage plus 2 (1d4) poison damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Fetid Cloud (1/Day)\",\"desc\":\"A 10-foot radius cloud of disgusting green gas extends out from the dretch, moves with it, and spreads around corners. The cloud's area is lightly obscured and lasts 1 minute or until a strong wind disperses it. A creature that starts its turn in the cloud must succeed on a DC 11 CON save or be poisoned until the start of its next turn. While poisoned in this way, a creature can take either an action or a bonus action on its turn, not both, and can't take reactions.\"}]",
+ "special_abilities_json": "[{\"name\":\"Abyssal Rejuvenation\",\"desc\":\"Unlike other outsiders, a dretch that dies in its home plane of the Abyss is restored in a new body in 1d10 days, regaining all its HP and becoming active again. The new body appears in a random location in the Abyss. Only sprinkling holy water on the dretch's remains can prevent this trait from functioning.\"},{\"name\":\"Demonic Resilience\",\"desc\":\"The dretch is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "drider_bf",
+ "fields": {
+ "name": "Drider",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Monstrosity",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 18,
+ "armor_desc": "natural armor",
+ "hit_points": 112,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"climb\":30}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 22,
+ "constitution": 18,
+ "intelligence": 12,
+ "wisdom": 14,
+ "charisma": 12,
+ "strength_save": 3,
+ "dexterity_save": 6,
+ "constitution_save": 4,
+ "intelligence_save": 1,
+ "wisdom_save": 2,
+ "charisma_save": 1,
+ "perception": 15,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Fey Ancestry,Monstrosity Resilience",
+ "damage_immunities": "poison,poisoned",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft.",
+ "languages": "Elvish,Undercommon",
+ "challenge_rating": "6",
+ "cr": 6.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The drider makes one Longsword attack and two Skewer attacks, or it makes three Web Shot attacks.\"},{\"name\":\"Longsword\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 7 (1d8+3) slashing damage, or 8 (1d10+3) slashing damage if used with two hands.\"},{\"name\":\"Skewer\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one creature. _Hit:_ 6 (1d6+3) piercing damage plus 13 (3d8) poison damage.\"},{\"name\":\"Web Shot\",\"desc\":\"_Ranged Weapon Attack:_ +6 to hit, range 30/60 ft., one target. _Hit:_ 14 (2d10+3) bludgeoning damage, and the target must succeed on a DC 15 STR save or be restrained by webbing. A creature, including the restrained target, can take its action to break the webbing and free the restrained target by succeeding on a DC 15 STR check.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Fey Ancestry\",\"desc\":\"The drider is resistant to the charmed condition, and magic can't put the drider to sleep.\"},{\"name\":\"Monstrosity Resilience\",\"desc\":\"The drider is resistant to exhaustion and to the frightened condition.\"},{\"name\":\"Spider Climb\",\"desc\":\"The drider can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.\"},{\"name\":\"Sunlight Sensitivity\",\"desc\":\"While in sunlight, the drider has disadvantage on attack rolls, and its Perception is 10 when perceiving by sight.\"},{\"name\":\"Web Sense\",\"desc\":\"While in contact with a web, the drider knows the exact location of any other creature in contact with the same web.\"},{\"name\":\"Web Walker\",\"desc\":\"The drider ignores movement restrictions caused by webbing.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "drow_bf",
+ "fields": {
+ "name": "Drow",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Humanoid",
+ "subtype": "",
+ "group": "Elf",
+ "alignment": "",
+ "armor_class": 15,
+ "armor_desc": "chain shirt",
+ "hit_points": 12,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 14,
+ "dexterity": 14,
+ "constitution": 10,
+ "intelligence": 10,
+ "wisdom": 10,
+ "charisma": 12,
+ "strength_save": 2,
+ "dexterity_save": 2,
+ "constitution_save": 0,
+ "intelligence_save": 0,
+ "wisdom_save": 0,
+ "charisma_save": 1,
+ "perception": 12,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Fey Ancestry",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft.",
+ "languages": "Elvish,Undercommon",
+ "challenge_rating": "1/4",
+ "cr": 0.25,
+ "actions_json": "[{\"name\":\"Shortsword\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 5 (1d6+2) piercing damage.\"},{\"name\":\"Hand Crossbow\",\"desc\":\"_Ranged Weapon Attack:_ +4 to hit, range 30/120 ft., one target. _Hit:_ 5 (1d6+2) piercing damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Poison Weapon\",\"desc\":\"The drow coats one weapon it is wearing or carrying in one of the following poisons. Each time the drow hits a creature with that weapon, the target must succeed on a DC 11 CON save or be poisoned for 1 minute and suffer the chosen poison's effect while poisoned in this way. The poisoned creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. The poison remains on the weapon until the start of the drow's next turn.\\n- **Beetle's Bite.** The target's speed is halved while poisoned.\\n- **Dark Caress.** The target is blinded while poisoned.\\n- **Nightmare's Kiss.** The target is frightened of the drow while poisoned.\\n- **Slumber's Call.** The target falls unconscious while poisoned or until it takes damage or another creature uses an action to wake it.\"}]",
+ "special_abilities_json": "[{\"name\":\"Fey Ancestry\",\"desc\":\"The drow is resistant to the charmed condition, and magic can't put the drow to sleep.\"},{\"name\":\"Sunlight Sensitivity\",\"desc\":\"While in sunlight, the drow has disadvantage on attack rolls, and its Perception is 7 when perceiving by sight.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "druid_bf",
+ "fields": {
+ "name": "Druid",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Humanoid",
+ "subtype": "Any Lineage",
+ "group": "NPCs",
+ "alignment": "",
+ "armor_class": 11,
+ "armor_desc": "16 with barkskin",
+ "hit_points": 66,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 10,
+ "dexterity": 12,
+ "constitution": 12,
+ "intelligence": 12,
+ "wisdom": 16,
+ "charisma": 10,
+ "strength_save": 0,
+ "dexterity_save": 1,
+ "constitution_save": 1,
+ "intelligence_save": 1,
+ "wisdom_save": 3,
+ "charisma_save": 0,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "Druidic plus any two languages",
+ "challenge_rating": "2",
+ "cr": 2.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The druid makes two Flowering Quarterstaff or Poison Bolt attacks.\"},{\"name\":\"Flowering Quarterstaff\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 7 (1d8+3) bludgeoning damage plus 5 (2d4) poison damage.\"},{\"name\":\"Poison Bolt\",\"desc\":\"_Ranged Spell Attack:_ +5 to hit, range 60 ft., one target. _Hit:_ 10 (3d4+3) poison damage.\"},{\"name\":\"Spellcasting\",\"desc\":\"The druid casts one of the following spells, using WIS as the spellcasting ability (spell save DC 13).
At will: druidcraft, speak with animals
3/day each: _entangle_, _cure wounds_, _thunderwave_
2/day each: _barkskin_, _spike growth_\"}]",
+ "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The druid magically transforms into a Medium or smaller Beast that has a challenge rating no higher than its own, or back into its true form, which is Humanoid. Any equipment it is wearing or carrying transforms with it. It reverts to its true form if it dies. In a new form, the druid retains its HP, ability to speak, proficiencies, and INT, WIS, and CHA modifiers, as well as this bonus action. Its statistics and capabilities are otherwise replaced by those of the new form, except any class features or legendary actions of that form.\"}]",
+ "special_abilities_json": "",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "dryad_bf",
+ "fields": {
+ "name": "Dryad",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Fey",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 15,
+ "armor_desc": "natural armor",
+ "hit_points": 38,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 10,
+ "dexterity": 14,
+ "constitution": 10,
+ "intelligence": 14,
+ "wisdom": 18,
+ "charisma": 18,
+ "strength_save": 0,
+ "dexterity_save": 2,
+ "constitution_save": 0,
+ "intelligence_save": 2,
+ "wisdom_save": 4,
+ "charisma_save": 4,
+ "perception": 14,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Fey Resilience",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Elvish,Sylvan",
+ "challenge_rating": "1",
+ "cr": 1.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dryad makes two Vine Whip or Blast of Pollen attacks. If both Vine Whip attacks hit one creature, the target must succeed on a DC 14 STR save or be restrained by vines until the end of its next turn.\"},{\"name\":\"Vine Whip\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 10 ft., one target. _Hit:_ 6 (1d8+2) slashing damage.\"},{\"name\":\"Blast of Pollen\",\"desc\":\"_Ranged Spell Attack:_ +6 to hit, range 60 ft., one target. _Hit:_ 7 (1d6+4) poison damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Charming Scent\",\"desc\":\"The dryad emits an alluring, floral scent toward one Beast or Humanoid it can see within 30 feet of it. The target must succeed on a DC 14 WIS save or be charmed for 1 minute. While charmed, the target views the dryad as an ally and views the dryad's requests favorably, though it isn't under the dryad's control. The charmed creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. The dryad can have up to two creatures charmed in this way at a time.\"},{\"name\":\"Forest's Aid (21 HP or Fewer, 1/Day)\",\"desc\":\"The dryad magically calls a horde of squirrels, rabbits, mice, and other small animals native to the forest. The horde uses the statistics of 1 swarm of rats. The called creatures arrive on initiative count 20 of the next round, acting as allies of the dryad and obeying its spoken commands. They remain for 1 hour, until the dryad dies, or until the dryad dismisses them as a bonus action.\"}]",
+ "special_abilities_json": "[{\"name\":\"Fey Resilience\",\"desc\":\"The dryad is resistant to the charmed and unconscious conditions.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The dryad has advantage on saves against spells and other magical effects.\"},{\"name\":\"One with the Forest\",\"desc\":\"While in a forest, the dryad can't be surprised, and it leaves behind no tracks or other traces of its passage.\"},{\"name\":\"Speak with Beasts and Plants\",\"desc\":\"The dryad can communicate with Beasts and Plants as if they shared a language.\"},{\"name\":\"Tree Stride\",\"desc\":\"Once on its turn, the dryad can use 10 feet of its movement to step magically into one living tree within its reach and emerge from a second living tree within 60 feet of the first tree, appearing in an unoccupied space within 5 feet of the second tree. Both trees must be Large or larger.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "duergar_bf",
+ "fields": {
+ "name": "Duergar",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Humanoid",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 16,
+ "armor_desc": "scale mail, shield",
+ "hit_points": 36,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":25}",
+ "environments_json": null,
+ "strength": 14,
+ "dexterity": 10,
+ "constitution": 14,
+ "intelligence": 10,
+ "wisdom": 10,
+ "charisma": 8,
+ "strength_save": 2,
+ "dexterity_save": 0,
+ "constitution_save": 2,
+ "intelligence_save": 0,
+ "wisdom_save": 0,
+ "charisma_save": -1,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "poison,poisoned,Duergar Resilience",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft., passive Perception 10",
+ "languages": "Dwarvish,Undercommon",
+ "challenge_rating": "1",
+ "cr": 1.0,
+ "actions_json": "[{\"name\":\"War Pick\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 6 (1d8+2) piercing damage, or 11 (2d8+2) piercing damage while enlarged.\"},{\"name\":\"Javelin\",\"desc\":\"_Melee or Ranged Weapon Attack:_ +4 to hit, reach 5 ft. or range 30/120 ft., one target. _Hit:_ 5 (1d6+2) piercing damage, or 9 (2d6+2) piercing damage while enlarged.\"},{\"name\":\"Invisibility\",\"desc\":\"The duergar magically turns invisible until it attacks or uses Enlarge, or until its concentration ends (as if concentrating on a spell). Any equipment the duergar wears or carries is invisible with it.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Enlarge\",\"desc\":\"The duergar magically increases in size, along with any equipment it is wearing or carrying. While enlarged, the duergar is Large, doubles its damage dice on weapon attacks (included in the attacks), and makes STR checks and saves with advantage. While enlarged, it also can no longer use the Invisibility action. If the duergar lacks the room to become Large, this bonus action fails.\"}]",
+ "special_abilities_json": "[{\"name\":\"Duergar Resilience\",\"desc\":\"The duergar is resistant to the charmed and paralyzed conditions, and it has advantage on saves against spells and illusions.\"},{\"name\":\"Reduce\",\"desc\":\"If the duergar starts its turn enlarged, it can choose to end the effect and return to its normal size (no action required).\"},{\"name\":\"Sunlight Sensitivity\",\"desc\":\"While in sunlight, the duergar has disadvantage on attack rolls, and its Perception is 5 when perceiving by sight.\"}]",
+ "reactions_json": "[{\"name\":\"Shield Wall\",\"desc\":\"The duergar adds 2 to its AC against one weapon attack that would hit it. To do so, the duergar must be wielding a shield and within 5 feet of another duergar that is also wielding a shield.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "dust_mephit_bf",
+ "fields": {
+ "name": "Dust Mephit",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "small",
+ "type": "Elemental",
+ "subtype": "",
+ "group": "Mephits",
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": null,
+ "hit_points": 27,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"fly\":30,\"hover\": true}",
+ "environments_json": null,
+ "strength": 4,
+ "dexterity": 14,
+ "constitution": 10,
+ "intelligence": 6,
+ "wisdom": 12,
+ "charisma": 10,
+ "strength_save": -3,
+ "dexterity_save": 2,
+ "constitution_save": 0,
+ "intelligence_save": -2,
+ "wisdom_save": 1,
+ "charisma_save": 0,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "fire,thunder",
+ "damage_resistances": "",
+ "damage_immunities": "lightning,poison,poisoned,prone",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Auran,Terran",
+ "challenge_rating": "1/2",
+ "cr": 0.5,
+ "actions_json": "[{\"name\":\"Claws\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 4 (1d4+2) slashing damage, and the target loses 2 (1d4) HP at the start of its next turn, as sand and grit irritate the wound.\"},{\"name\":\"Dust Blast\",\"desc\":\"_Ranged Weapon Attack:_ +4 to hit, range 20/60 ft., one target. _Hit:_ 4 (1d4+2) bludgeoning damage, and the target loses 2 (1d4) HP at the start of its next turn, as sand and grit irritate the wound.\"},{\"name\":\"Blinding Breath (Recharge 6)\",\"desc\":\"The mephit exhales blinding dust in a 15-foot cone. Each creature in that area must make a DC 11 DEX save. On a failure, a creature takes 5 (2d4) bludgeoning damage and is blinded for 1 minute. On a success, a creature takes half the damage and isn't blinded. A blinded creature can repeat the save at the end of each of its turns, ending the effect on itself on a success.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Sandman's Call (1/Day)\",\"desc\":\"The mephit casts the sleep spell (spell save DC 11), requiring no material components and using WIS as the spellcasting ability.\"}]",
+ "special_abilities_json": "[{\"name\":\"Death Burst\",\"desc\":\"When the mephit dies, it explodes in a burst of dust. Each creature within 5 feet of it must succeed on a DC 11 DEX save or be blinded for 1 minute. A blinded creature can repeat the save at the end of each of its turns, ending the effect on itself on a success.\"},{\"name\":\"False Appearance\",\"desc\":\"While the mephit remains motionless and hovering, it is indistinguishable from an ordinary cloud of dust.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "eagle_bf",
+ "fields": {
+ "name": "Eagle",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "small",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 11,
+ "armor_desc": null,
+ "hit_points": 8,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":10,\"fly\":60}",
+ "environments_json": null,
+ "strength": 6,
+ "dexterity": 12,
+ "constitution": 10,
+ "intelligence": 2,
+ "wisdom": 14,
+ "charisma": 6,
+ "strength_save": -2,
+ "dexterity_save": 1,
+ "constitution_save": 0,
+ "intelligence_save": -4,
+ "wisdom_save": 2,
+ "charisma_save": -2,
+ "perception": 14,
+ "skills_json": "",
+ "damage_vulnerabilities": "blinded",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "-",
+ "challenge_rating": "0",
+ "cr": 0.0,
+ "actions_json": "[{\"name\":\"Talons\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one creature. _Hit:_ 3 (1d4+1) slashing damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Heightened Sight\",\"desc\":\"The eagle's Perception is 19 when perceiving by sight.\"},{\"name\":\"Seabird\",\"desc\":\"The eagle can swim up to 30 feet on its turn, but it must start and end its movement either flying or on a solid surface, such as a ship or beach. If it is swimming at the end of its turn, it must succeed on a DC 10 CON save or it immediately begins to sink and suffocate. A suffocating eagle must succeed on a DC 8 STR check to fly out of the substance where it is sinking.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "eagle_giant_bf",
+ "fields": {
+ "name": "Eagle, Giant",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 13,
+ "armor_desc": null,
+ "hit_points": 40,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":10,\"fly\":80}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 16,
+ "constitution": 12,
+ "intelligence": 8,
+ "wisdom": 14,
+ "charisma": 10,
+ "strength_save": 3,
+ "dexterity_save": 3,
+ "constitution_save": 1,
+ "intelligence_save": -1,
+ "wisdom_save": 2,
+ "charisma_save": 0,
+ "perception": 14,
+ "skills_json": "",
+ "damage_vulnerabilities": "blinded",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "Giant Eagle,understands Common and Auran but can't speak them",
+ "challenge_rating": "1",
+ "cr": 1.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The eagle makes one Beak attack and one Talons attack.\"},{\"name\":\"Beak\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 6 (1d6+3) piercing damage.\"},{\"name\":\"Talons\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) slashing damage, and the target is grappled (escape DC 13) if it is a Medium or smaller creature. Until this grapple ends, the target is restrained, and the eagle can't use its Talons on another target.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Heightened Sight\",\"desc\":\"The eagle's Perception is 19 when perceiving by sight.\"},{\"name\":\"Seabird\",\"desc\":\"The eagle can swim up to 40 feet on its turn, but it must start and end its movement either flying or on a solid surface, such as a ship or beach. If it is swimming at the end of its turn, it must succeed on a DC 11 CON save or it immediately begins to sink and suffocate. A suffocating eagle must succeed on a DC 13 STR check to fly out of the substance where it is sinking.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "earth_elemental_bf",
+ "fields": {
+ "name": "Earth Elemental",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Elemental",
+ "subtype": "",
+ "group": "Elementals",
+ "alignment": "",
+ "armor_class": 17,
+ "armor_desc": "natural armor",
+ "hit_points": 114,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"burrow\":30}",
+ "environments_json": null,
+ "strength": 20,
+ "dexterity": 8,
+ "constitution": 20,
+ "intelligence": 6,
+ "wisdom": 10,
+ "charisma": 4,
+ "strength_save": 5,
+ "dexterity_save": -1,
+ "constitution_save": 5,
+ "intelligence_save": -2,
+ "wisdom_save": 0,
+ "charisma_save": -3,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "thunder",
+ "damage_resistances": "Elemental Resilience",
+ "damage_immunities": "lightning,Elemental Resilience",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft., tremorsense 60 ft.",
+ "languages": "Terran",
+ "challenge_rating": "5",
+ "cr": 5.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The elemental makes three Slam attacks, or it makes two Lob Stone attacks. If two Slam or Lob Stone attacks hit one creature, the target must succeed on a DC 16 STR save or be knocked prone.\"},{\"name\":\"Slam\",\"desc\":\"_Melee Weapon Attack:_ +8 to hit, reach 10 ft., one target. _Hit:_ 14 (2d8+5) bludgeoning damage.\"},{\"name\":\"Lob Stone\",\"desc\":\"_Ranged Weapon Attack:_ +8 to hit, range 20/60 ft., one target. _Hit:_ 21 (3d10+5) bludgeoning damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Earth Tremor (Recharge 4-6)\",\"desc\":\"The earth elemental causes the ground on a point it can see within 30 feet of it to rumble and shake violently. Each creature within 10 feet of that point must succeed on a DC 16 DEX save or be knocked prone.\"}]",
+ "special_abilities_json": "[{\"name\":\"Earth Glide\",\"desc\":\"The elemental can burrow through nonmagical, unworked earth and stone. While doing so, the elemental doesn't disturb the material through which it moves.\"},{\"name\":\"Earthen Camouflage\",\"desc\":\"The elemental's Stealth is 14 while in muddy, rocky, sandy, or stony terrain.\"},{\"name\":\"Elemental Nature\",\"desc\":\"The elemental doesn't require air, food, drink, or sleep.\"},{\"name\":\"Elemental Resilience\",\"desc\":\"The elemental is resistant to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to poison damage, to exhaustion, and to the paralyzed, petrified, poisoned, and unconscious conditions.\"},{\"name\":\"Siege Monster\",\"desc\":\"The elemental deals double damage to objects and structures.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "efreeti_bf",
+ "fields": {
+ "name": "Efreeti",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Elemental",
+ "subtype": "Outsider",
+ "group": "Genies",
+ "alignment": "",
+ "armor_class": 17,
+ "armor_desc": "natural armor",
+ "hit_points": 223,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40,\"fly\":60}",
+ "environments_json": null,
+ "strength": 22,
+ "dexterity": 12,
+ "constitution": 24,
+ "intelligence": 24,
+ "wisdom": 22,
+ "charisma": 24,
+ "strength_save": 6,
+ "dexterity_save": 1,
+ "constitution_save": 7,
+ "intelligence_save": 7,
+ "wisdom_save": 6,
+ "charisma_save": 7,
+ "perception": 16,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "fire",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft.",
+ "languages": "Common,Ignan",
+ "challenge_rating": "11",
+ "cr": 11.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The efreeti makes three Scimitar or Hurl Flame attacks.\"},{\"name\":\"Scimitar\",\"desc\":\"_Melee Weapon Attack:_ +10 to hit, reach 5 ft., one target. _Hit:_ 13 (2d6+6) slashing damage plus 10 (3d6) fire damage.\"},{\"name\":\"Hurl Flame\",\"desc\":\"_Ranged Spell Attack:_ +7 to hit, range 120 ft., one target. _Hit:_ 24 (6d6+3) fire damage.\"},{\"name\":\"Create Fire Elemental (1/Day)\",\"desc\":\"The efreeti magically creates one fire-based Elemental of CR 5 or lower in an unoccupied space the efreeti can see within 30 feet of it. The elemental acts as an ally of the efreeti, obeying its spoken commands. The elemental remains for 1 hour, until the efreeti dies, or until the efreeti dismisses it as a bonus action.\"},{\"name\":\"Travel the Planes (1/Day)\",\"desc\":\"The efreeti transports itself to a different plane of existence. This works like the plane shift spell, except it can affect only itself and can't use this action to banish an unwilling creature.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Blazing Palisade\",\"desc\":\"The efreeti magically creates a translucent wall of fire along a solid surface at a point it can see within 30 feet of it. The wall can be up to 1 foot thick, up to 45 feet long, and up to 5 feet high, and it can be any shape. Each creature in a space where the fire appears must succeed on a DC 15 DEX save or take 7 (2d6) fire damage. A creature that successfully saves can move to the wall's edge, out of the fire. A creature that enters the wall for the first time on a turn or ends its turn within 5 feet of the wall must succeed on a DC 15 DEX save or take 7 (2d6) fire damage. The efreeti can have only one fire wall active at a time. If it creates another, the previous fire wall disappears.\"},{\"name\":\"Genie Shape\",\"desc\":\"The efreeti magically transforms into a Medium cloud of thick smoke filled with sparks of fire or back into its bipedal form. Its statistics are the same in each form. Any equipment it is wearing or carrying transforms with it. It reverts to its bipedal form if it dies. The efreeti can't use this bonus action to transform into its bipedal form while inside a Medium or smaller container.\"}]",
+ "special_abilities_json": "[{\"name\":\"Nebulous (Cloud Form Only)\",\"desc\":\"The efreeti's Stealth is 16, it can hover while flying, can't manipulate objects or attack, and it can pass through any space air can pass through without squeezing. In addition, it can enter and hide in any Tiny or larger container, such as a pouch, lamp, backpack, or barrel.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "elephant_bf",
+ "fields": {
+ "name": "Elephant",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "huge",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": "natural armor",
+ "hit_points": 105,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40}",
+ "environments_json": null,
+ "strength": 20,
+ "dexterity": 8,
+ "constitution": 16,
+ "intelligence": 2,
+ "wisdom": 10,
+ "charisma": 6,
+ "strength_save": 5,
+ "dexterity_save": -1,
+ "constitution_save": 3,
+ "intelligence_save": -4,
+ "wisdom_save": 0,
+ "charisma_save": -2,
+ "perception": 12,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "prone",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "-",
+ "challenge_rating": "4",
+ "cr": 4.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The elephant makes two Gore attacks.\"},{\"name\":\"Gore\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 16 (2d10+5) piercing damage.\"},{\"name\":\"Stomp\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one prone creature. _Hit:_ 14 (2d8+5) bludgeoning damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Trunk Grab\",\"desc\":\"The elephant grabs one Large or smaller creature within 10 feet of it. The target must succeed on a DC 15 STR save or be grappled (escape DC 15). The elephant can grapple only one creature at a time.\"}]",
+ "special_abilities_json": "[{\"name\":\"Trampling Charge\",\"desc\":\"If the elephant moves at least 20 feet straight toward a creature and then hits it with a Gore attack on the same turn, that target must succeed on a DC 15 STR save or be knocked prone. If the target is prone, the elephant can make one Stomp attack against it as a bonus action.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "elk_bf",
+ "fields": {
+ "name": "Elk",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 10,
+ "armor_desc": null,
+ "hit_points": 15,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":50}",
+ "environments_json": null,
+ "strength": 14,
+ "dexterity": 10,
+ "constitution": 12,
+ "intelligence": 2,
+ "wisdom": 10,
+ "charisma": 6,
+ "strength_save": 2,
+ "dexterity_save": 0,
+ "constitution_save": 1,
+ "intelligence_save": -4,
+ "wisdom_save": 0,
+ "charisma_save": -2,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "-",
+ "challenge_rating": "1/4",
+ "cr": 0.25,
+ "actions_json": "[{\"name\":\"Ram\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 5 (1d6+2) bludgeoning damage.\"},{\"name\":\"Kick\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 4 (1d4+2) bludgeoning damage, and the target must succeed on a DC 12 STR save or be pushed up to 10 feet away from the elk.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Charge\",\"desc\":\"If the elk moves at least 20 feet straight toward a target and then hits it with a Ram attack on the same turn, the target takes an extra 3 (1d6) bludgeoning damage. If the target is a creature, it must succeed on a DC 12 STR save or be knocked prone.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "elk_giant_bf",
+ "fields": {
+ "name": "Elk, Giant",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "huge",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 14,
+ "armor_desc": "natural armor",
+ "hit_points": 60,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":60}",
+ "environments_json": null,
+ "strength": 18,
+ "dexterity": 16,
+ "constitution": 14,
+ "intelligence": 6,
+ "wisdom": 14,
+ "charisma": 10,
+ "strength_save": 4,
+ "dexterity_save": 3,
+ "constitution_save": 2,
+ "intelligence_save": -2,
+ "wisdom_save": 2,
+ "charisma_save": 0,
+ "perception": 14,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "Giant Elk,understands Common,Elvish,and Sylvan but can't speak them",
+ "challenge_rating": "2",
+ "cr": 2.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The elk makes one Ram attack and one Kick attack.\"},{\"name\":\"Ram\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 10 ft., one target. _Hit:_ 11 (2d6+4) bludgeoning damage.\"},{\"name\":\"Kick\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 9 (2d4+4) bludgeoning damage, and the target must succeed on a DC 14 STR save or be pushed up to 15 feet away from the elk.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Bolstering Bugle (27 HP or Higher)\",\"desc\":\"The elk bugles its might at its opponents, bolstering its confidence. It has advantage on the next attack roll it makes before the start of its next turn.\"}]",
+ "special_abilities_json": "[{\"name\":\"Charge\",\"desc\":\"If the elk moves at least 20 feet straight toward a target and then hits it with a Ram attack on the same turn, the target takes an extra 7 (2d6) bludgeoning damage. If the target is a creature, it must succeed on a DC 14 STR save or be knocked prone.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "erinyes_bf",
+ "fields": {
+ "name": "Erinyes",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Fiend",
+ "subtype": "Devil",
+ "group": "Devils",
+ "alignment": "",
+ "armor_class": 18,
+ "armor_desc": "plate",
+ "hit_points": 147,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"fly\":60}",
+ "environments_json": null,
+ "strength": 18,
+ "dexterity": 24,
+ "constitution": 26,
+ "intelligence": 14,
+ "wisdom": 22,
+ "charisma": 26,
+ "strength_save": 4,
+ "dexterity_save": 7,
+ "constitution_save": 8,
+ "intelligence_save": 2,
+ "wisdom_save": 6,
+ "charisma_save": 8,
+ "perception": 16,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "charmed,frightened,Devilish Resilience",
+ "damage_immunities": "Devilish Resilience",
+ "condition_immunities": "",
+ "senses": "truesight 120 ft.",
+ "languages": "Infernal,telepathy 120 ft.",
+ "challenge_rating": "12",
+ "cr": 12.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The erinyes makes three Longsword or Longbow attacks.\"},{\"name\":\"Longsword\",\"desc\":\"_Melee Weapon Attack:_ +8 to hit, reach 5 ft., one target. _Hit:_ 8 (1d8+4) slashing damage, or 9 (1d10+4) slashing damage if used with two hands, plus 18 (4d8) poison damage.\"},{\"name\":\"Longbow\",\"desc\":\"_Ranged Weapon Attack:_ +7 to hit, range 150/600 ft., one target. _Hit:_ 7 (1d8+3) piercing damage plus 18 (4d8) poison damage, and the target must succeed on a DC 16 CON save or be poisoned for 1 minute. The target can repeat the save at the end of each of its turns, ending the effect on itself on a success.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Devilish Resilience\",\"desc\":\"The devil is resistant to cold damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to fire damage and poison damage and to the poisoned condition.\"},{\"name\":\"Disciplined Fighter\",\"desc\":\"At the start of each of its turns, the erinyes chooses one of the following fighting styles to adopt, which lasts until the start of the erinyes's next turn.\\n- **Aggressive.** The erinyes has advantage on the first attack it makes on its turn, but the next attack roll against the erinyes has advantage.\\n- **Retributive.** The next time the erinyes is hit by a melee weapon attack from a creature within 5 feet of it, the erinyes can make one Longsword attack against the attacker (no action required).\\n- **Defensive.** The next time erinyes uses the Parry reaction, it takes only half the damage if the attack hits and regains 18 (4d8) HP if the attack doesn't hit.\"},{\"name\":\"Poisonous Weapons\",\"desc\":\"The erinyes's weapon attacks are magical. When the erinyes hits with any weapon, the weapon deals an extra 4d8 poison damage (included in the attack).\"},{\"name\":\"Magic Resistance\",\"desc\":\"The erinyes has advantage on saves against spells and other magical effects.\"}]",
+ "reactions_json": "[{\"name\":\"Parry\",\"desc\":\"The erinyes adds 4 to its AC against one melee attack that would hit it. To do so, the erinyes must see the attacker and be wielding a melee weapon.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "ettercap_bf",
+ "fields": {
+ "name": "Ettercap",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Monstrosity",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 13,
+ "armor_desc": null,
+ "hit_points": 54,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"climb\":30}",
+ "environments_json": null,
+ "strength": 10,
+ "dexterity": 16,
+ "constitution": 12,
+ "intelligence": 4,
+ "wisdom": 16,
+ "charisma": 8,
+ "strength_save": 0,
+ "dexterity_save": 3,
+ "constitution_save": 1,
+ "intelligence_save": -3,
+ "wisdom_save": 3,
+ "charisma_save": -1,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Monstrosity Resilience",
+ "damage_immunities": "poison,poisoned",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "-",
+ "challenge_rating": "2",
+ "cr": 2.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The ettercap makes one Bite attack and one Claws attack, or it makes two Spit Poison attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one creature. _Hit:_ 7 (1d8+3) piercing damage plus 4 (1d8) poison damage. The target must succeed on a DC 13 CON save or be poisoned for 1 minute. The target can repeat the save at the end of each of its turns, ending the effect on itself on a success.\"},{\"name\":\"Claws\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) slashing damage.\"},{\"name\":\"Spit Poison\",\"desc\":\"_Ranged Weapon Attack:_ +5 to hit, range 20/60 ft., one target. _Hit:_ 11 (2d8+3) poison damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Web (Recharge 4-6)\",\"desc\":\"The ettercap launches a gob of webbing at one creature it can see within 30 feet of it. The target must succeed on a DC 13 DEX save or be restrained. A creature, including the restrained target, can take its action to free the target from the webbing by succeeding on a DC 13 STR check. The webbing can also be attacked and destroyed (AC 10; HP 5; vulnerability to fire damage; immunity to bludgeoning, poison, and psychic damage).\"}]",
+ "special_abilities_json": "[{\"name\":\"Monstrosity Resilience\",\"desc\":\"The ettercap is resistant to exhaustion and to the frightened condition.\"},{\"name\":\"Spider Climb\",\"desc\":\"The ettercap can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.\"},{\"name\":\"Web Sense\",\"desc\":\"While in contact with a web, the ettercap knows the exact location of any other creature in contact with the same web.\"},{\"name\":\"Web Walker\",\"desc\":\"The ettercap ignores movement restrictions caused by webbing.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "ettin_bf",
+ "fields": {
+ "name": "Ettin",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Giant",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": "natural armor",
+ "hit_points": 95,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40}",
+ "environments_json": null,
+ "strength": 20,
+ "dexterity": 8,
+ "constitution": 16,
+ "intelligence": 6,
+ "wisdom": 10,
+ "charisma": 8,
+ "strength_save": 5,
+ "dexterity_save": -1,
+ "constitution_save": 3,
+ "intelligence_save": -2,
+ "wisdom_save": 0,
+ "charisma_save": -1,
+ "perception": 14,
+ "skills_json": "",
+ "damage_vulnerabilities": "Giant Attributes",
+ "damage_resistances": "Giant Attributes,Multiple Heads",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Giant,Orc",
+ "challenge_rating": "4",
+ "cr": 4.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The ettin makes one Knobbed Club attack and one Spiked Club attack.\"},{\"name\":\"Knobbed Club\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 18 (3d8+5) bludgeoning damage, and the target must succeed on a DC 15 STR save or be incapacitated until the end of its next turn, as the blow knocks the wind out of the target. This weapon is wielded by the right head.\"},{\"name\":\"Spiked Club\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 18 (3d8+5) piercing damage, and the target must succeed on a DC 15 CON save or be poisoned for 1 minute, as bits of rotten meat clinging to the club's spikes coat the target's wound. The target can repeat the save at the end of each of its turns, ending the effect on itself on a success. This weapon is wielded by the left head.\"}]",
+ "bonus_actions_json": "[{\"name\":\"That One!\",\"desc\":\"One of the ettin's heads picks a creature the ettin can see within 30 feet of it, gaining advantage on its next attack against that creature. The other head doesn't like being told what to do and has disadvantage on its next attack against that creature. Each weapon attack notes which head controls that weapon.\"}]",
+ "special_abilities_json": "[{\"name\":\"Giant Attributes\",\"desc\":\"The ettin is resistant to the stunned condition, and it is vulnerable to the prone condition.\"},{\"name\":\"Multiple Heads\",\"desc\":\"The ettin has two heads and is resistant to the blinded, charmed, deafened, frightened, stunned, and unconscious conditions.\"},{\"name\":\"Obstinate\",\"desc\":\"The ettin has advantage on WIS and CHA saves.\"},{\"name\":\"Wakeful\",\"desc\":\"When one of the ettin's heads is asleep, its other head is awake.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "feral_hunter_bf",
+ "fields": {
+ "name": "Feral Hunter",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Fey",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 14,
+ "armor_desc": "leather armor",
+ "hit_points": 83,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 10,
+ "dexterity": 16,
+ "constitution": 10,
+ "intelligence": 10,
+ "wisdom": 14,
+ "charisma": 12,
+ "strength_save": 0,
+ "dexterity_save": 3,
+ "constitution_save": 0,
+ "intelligence_save": 0,
+ "wisdom_save": 2,
+ "charisma_save": 1,
+ "perception": 14,
+ "skills_json": "",
+ "damage_vulnerabilities": "necrotic",
+ "damage_resistances": "frightened,Fey Resilience",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Common,Sylvan",
+ "challenge_rating": "3",
+ "cr": 3.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The feral hunter makes two Hunting Knife or Longbow attacks.\"},{\"name\":\"Hunting Knife\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) piercing damage.\"},{\"name\":\"Longbow\",\"desc\":\"_Ranged Weapon Attack:_ +5 to hit, range 150/600 ft., one target. _Hit:_ 12 (2d8+3) piercing damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Mark Quarry\",\"desc\":\"The feral hunter marks one creature it can see within 30 feet of it as its quarry until the start of the feral hunter's next turn. When the feral hunter hits the marked creature with a weapon attack, the weapon deals an extra 1d6 damage of the weapon's type to the target.\"}]",
+ "special_abilities_json": "[{\"name\":\"Fey Resilience\",\"desc\":\"The feral hunter is resistant to the charmed and unconscious conditions.\"},{\"name\":\"Heightened Senses\",\"desc\":\"The feral hunter's Perception is 19 when perceiving by sight, hearing, or smell.\"},{\"name\":\"Precise\",\"desc\":\"A weapon that deals piercing damage deals one extra die of its damage when the feral hunter hits with it (included in the attack).\"},{\"name\":\"Woodland Walk\",\"desc\":\"Difficult terrain composed of nonmagical plants doesn't cost the feral hunter extra movement. In addition, the feral hunter can pass through nonmagical plants without being slowed by them and without taking damage from them if they have thorns, spines, or a similar hazard.\"}]",
+ "reactions_json": "[{\"name\":\"Reposition\",\"desc\":\"When the feral hunter takes damage, it can move up to 10 feet without provoking opportunity attacks.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "fire_elemental_bf",
+ "fields": {
+ "name": "Fire Elemental",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Elemental",
+ "subtype": "",
+ "group": "Elementals",
+ "alignment": "",
+ "armor_class": 13,
+ "armor_desc": null,
+ "hit_points": 110,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":50}",
+ "environments_json": null,
+ "strength": 10,
+ "dexterity": 16,
+ "constitution": 16,
+ "intelligence": 6,
+ "wisdom": 10,
+ "charisma": 6,
+ "strength_save": 0,
+ "dexterity_save": 3,
+ "constitution_save": 3,
+ "intelligence_save": -2,
+ "wisdom_save": 0,
+ "charisma_save": -2,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Elemental Resilience",
+ "damage_immunities": "fire,Elemental Resilience",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Ignan",
+ "challenge_rating": "5",
+ "cr": 5.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The elemental makes two Fiery Touch or Spit Fire attacks.\"},{\"name\":\"Fiery Touch\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 12 (2d8+3) fire damage. If the target is a creature or a flammable object, it ignites. Until a creature takes an action to douse the fire, the target takes 5 (1d10) fire damage at the start of each of its turns.\"},{\"name\":\"Spit Fire\",\"desc\":\"_Ranged Weapon Attack:_ +6 to hit, range 30/120 ft., one target. _Hit:_ 16 (3d8+3) fire damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Fiery Dash (Recharge 4-6)\",\"desc\":\"The elemental moves up to 20 feet in a straight line and can move through the space of any Large or smaller creature without provoking opportunity attacks. Each space along that line catches fire until the start of the elemental's next turn. A creature that enters a burning space for the first time on a turn or starts its turn there must succeed on a DC 14 DEX save or take 5 (1d10) fire damage.\"}]",
+ "special_abilities_json": "[{\"name\":\"Elemental Nature\",\"desc\":\"The fire elemental doesn't require air, food, drink, or sleep.\"},{\"name\":\"Elemental Resilience\",\"desc\":\"The fire elemental is resistant to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to poison damage, to exhaustion, and to the grappled, paralyzed, petrified, poisoned, prone, restrained, and unconscious conditions.\"},{\"name\":\"Fire Camouflage\",\"desc\":\"The fire elemental's Stealth is 18 while in a Medium or larger fire.\"},{\"name\":\"Fire Form\",\"desc\":\"The elemental can move through a space as narrow as 1 inch wide without squeezing. A creature that touches the elemental or hits it with a melee attack while within 5 feet of it takes 5 (1d10) fire damage. In addition, the elemental can enter a hostile creature's space and stop there. The first time it enters a creature's space on a turn, that creature must succeed on a DC 14 DEX save or take 5 (1d10) fire damage and catch fire; until a creature takes an action to douse the fire, the burning creature takes 5 (1d10) fire damage at the start of each of its turns.\"},{\"name\":\"Illumination\",\"desc\":\"The elemental sheds bright light in a 30-foot radius and dim light for an additional 30 feet.\"},{\"name\":\"Water Susceptibility\",\"desc\":\"For every 5 feet the elemental moves in water, or for every gallon of water splashed on it, it takes 1 cold damage.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "fire_giant_bf",
+ "fields": {
+ "name": "Fire Giant",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "huge",
+ "type": "Giant",
+ "subtype": "",
+ "group": "Giants",
+ "alignment": "",
+ "armor_class": 18,
+ "armor_desc": "plate",
+ "hit_points": 175,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 24,
+ "dexterity": 16,
+ "constitution": 30,
+ "intelligence": 10,
+ "wisdom": 14,
+ "charisma": 26,
+ "strength_save": 7,
+ "dexterity_save": 3,
+ "constitution_save": 10,
+ "intelligence_save": 0,
+ "wisdom_save": 2,
+ "charisma_save": 8,
+ "perception": 16,
+ "skills_json": "",
+ "damage_vulnerabilities": "Giant Attributes",
+ "damage_resistances": "Giant Attributes",
+ "damage_immunities": "fire",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "Dwarven,Giant",
+ "challenge_rating": "9",
+ "cr": 9.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The fire giant makes two Flaming Greatsword or Lava Boulder attacks.\"},{\"name\":\"Flaming Greatsword\",\"desc\":\"_Melee Weapon Attack:_ +11 to hit, reach 10 ft., one target. _Hit:_ 28 (6d6+7) slashing damage plus 4 (1d8) fire damage.\"},{\"name\":\"Lava Boulder\",\"desc\":\"_Ranged Weapon Attack:_ +7 to hit, range 60/240 ft., one target. _Hit:_ 19 (3d10+3) bludgeoning damage plus 13 (3d8) fire damage.\"},{\"name\":\"Volcanic Burst (Recharge 5-6)\",\"desc\":\"The fire giant expels built-up heat from within itself, sending a blast of lava outward. Each creature within 15 feet of the fire giant must make a DC 16 DEX save. On a failure, a creature takes 36 (8d8) fire damage and is knocked prone. On a success, a creature takes half the damage and isn't knocked prone. A creature that fails this save has disadvantage on the next save it makes against the giant's Pyroclastic Surge before the start of the giant's next turn.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Pyroclastic Surge\",\"desc\":\"A burst of volcanic gas and rock fragments flows in a 60-foot-line that is 5 feet wide from the fire giant's outstretched hand. Each creature in the line must succeed on a DC 16 DEX save or be poisoned until the end of its next turn and pushed up to 15 feet away from the giant. A creature that fails the save by 5 or more is petrified in volcanic ash for 1 hour or until a creature spends 1 minute soaking the petrified creature in cool water.\"}]",
+ "special_abilities_json": "[{\"name\":\"Giant Attributes\",\"desc\":\"The fire giant is resistant to the stunned condition, and it is vulnerable to the prone condition.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "flesh_golem_bf",
+ "fields": {
+ "name": "Flesh Golem",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Construct",
+ "subtype": "",
+ "group": "Golems",
+ "alignment": "",
+ "armor_class": 9,
+ "armor_desc": null,
+ "hit_points": 129,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 18,
+ "dexterity": 8,
+ "constitution": 18,
+ "intelligence": 6,
+ "wisdom": 10,
+ "charisma": 4,
+ "strength_save": 4,
+ "dexterity_save": -1,
+ "constitution_save": 4,
+ "intelligence_save": -2,
+ "wisdom_save": 0,
+ "charisma_save": -3,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "lightning,Flesh Golem Resilience",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "understands the languages of its creator but can't speak",
+ "challenge_rating": "5",
+ "cr": 5.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The golem makes two Slam attacks.\"},{\"name\":\"Slam\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 17 (3d8+4) bludgeoning damage.\"},{\"name\":\"Creator's Anguish (Recharge 5-6)\",\"desc\":\"The golem releases a wave of emotional anguish from its core. Each creature within 15 feet of the golem must make a DC 15 WIS save. On a failure, a creature takes 31 (9d6) psychic damage and is incapacitated until the end of its next turn, as its mind fills with memories of its greatest failures. On a success, a creature takes half the damage and isn't incapacitated.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Aversion of Fire\",\"desc\":\"If the golem takes fire damage, it loses its immunity to the frightened condition and has disadvantage on attack rolls and ability checks until the end of its next turn.\"},{\"name\":\"Berserk (55 HP or Fewer)\",\"desc\":\"When the golem starts its turn, roll a d6. On a 6, the golem goes berserk. On each of its turns while berserk, the golem attacks the nearest creature it can see. If no creature is near enough to move to and attack, the golem attacks an object, with preference for an object smaller than itself. Once the golem goes berserk, it continues to do so until it is destroyed or regains all its HP. The golem's creator, if within 60 feet of the berserk golem, can try to calm it by speaking firmly and persuasively. The golem must be able to hear its creator, who must take an action to make a DC 15 CHA (Persuasion) check. If the check succeeds, the golem ceases being berserk. If the golem takes damage while still at 55 HP or fewer, the golem might go berserk again.\"},{\"name\":\"Construct Nature\",\"desc\":\"The golem doesn't require air, food, drink, or sleep.\"},{\"name\":\"Flesh Golem Resilience\",\"desc\":\"The golem is immune to poison damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to exhaustion and to the charmed, frightened, paralyzed, petrified, and poisoned conditions.\"},{\"name\":\"Immutable Form\",\"desc\":\"The golem is immune to any spell or effect that would alter its form.\"},{\"name\":\"Lightning Absorption\",\"desc\":\"Whenever the golem is subjected to lightning damage, it takes no damage and instead regains HP equal to the lightning damage dealt.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The golem has advantage on saves against spells and other magical effects.\"},{\"name\":\"Magic Weapons\",\"desc\":\"The golem's weapon attacks are magical.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "flinderbeast_bf",
+ "fields": {
+ "name": "Flinderbeast",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "small",
+ "type": "Fey",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 14,
+ "armor_desc": null,
+ "hit_points": 38,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"climb\":20}",
+ "environments_json": null,
+ "strength": 12,
+ "dexterity": 18,
+ "constitution": 10,
+ "intelligence": 6,
+ "wisdom": 12,
+ "charisma": 16,
+ "strength_save": 1,
+ "dexterity_save": 4,
+ "constitution_save": 0,
+ "intelligence_save": -2,
+ "wisdom_save": 1,
+ "charisma_save": 3,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "acid,Fey Resilience",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Sylvan",
+ "challenge_rating": "1",
+ "cr": 1.0,
+ "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 9 (2d4+4) piercing damage plus 3 (1d6) acid damage.\"},{\"name\":\"Acid Spit\",\"desc\":\"_Ranged Weapon Attack:_ +6 to hit, range 20/60 ft., one target. _Hit:_ 11 (2d6+4) acid damage.\"},{\"name\":\"Breath of Flinders (Recharge 5-6)\",\"desc\":\"The flinderbeast exhales splinters in a 15-foot cone. Each creature in that area must make a DC 14 DEX save, taking 18 (4d8) piercing damage on a failed save, or half as much damage on a successful one.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Short Step\",\"desc\":\"The flinderbeast teleports to an unoccupied space it can see within 15 feet of it.\"}]",
+ "special_abilities_json": "[{\"name\":\"Fey Resilience\",\"desc\":\"The flinderbeast is resistant to the charmed and unconscious conditions.\"},{\"name\":\"Heightened Hearing and Smell\",\"desc\":\"The flinderbeast's Perception 18 when perceiving by hearing or smell.\"}]",
+ "reactions_json": "[{\"name\":\"Catch Snack\",\"desc\":\"When the flinderbeast is the target of a ranged weapon attack that uses ammunition made mostly of wood, such as an arrow, the flinderbeast can attempt to catch and eat the ammunition. The flinderbeast must make a DC 14 DEX save. On a success, it gains 3 (1d6) temporary HP and prevents the attack's damage.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "flying_sword_bf",
+ "fields": {
+ "name": "Flying Sword",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "small",
+ "type": "Construct",
+ "subtype": "",
+ "group": "Animated Objects",
+ "alignment": "",
+ "armor_class": 16,
+ "armor_desc": "natural armor",
+ "hit_points": 11,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":0,\"fly\":50}",
+ "environments_json": null,
+ "strength": 12,
+ "dexterity": 16,
+ "constitution": 10,
+ "intelligence": 1,
+ "wisdom": 4,
+ "charisma": 1,
+ "strength_save": 1,
+ "dexterity_save": 3,
+ "constitution_save": 0,
+ "intelligence_save": -5,
+ "wisdom_save": -3,
+ "charisma_save": -5,
+ "perception": 7,
+ "skills_json": "",
+ "damage_vulnerabilities": "acid",
+ "damage_resistances": "piercing",
+ "damage_immunities": "blinded,deafened,prone,Construct Resilience",
+ "condition_immunities": "",
+ "senses": "keensense 60 ft. (can't sense beyond this radius)",
+ "languages": "-",
+ "challenge_rating": "1/4",
+ "cr": 0.25,
+ "actions_json": "[{\"name\":\"Slash\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 5 (1d8+1) slashing damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Whirling Blade (6 HP or Fewer)\",\"desc\":\"The flying sword makes a Slash attack against a target it can sense within 5 feet of it.\"}]",
+ "special_abilities_json": "[{\"name\":\"Antimagic Susceptibility\",\"desc\":\"The sword is incapacitated while in the area of an antimagic field. If targeted by _dispel magic_, the sword must succeed on a CON save against the caster's spell save DC or fall unconscious for 1 minute.\"},{\"name\":\"Construct Nature\",\"desc\":\"The sword doesn't require air, food, drink, or sleep.\"},{\"name\":\"Construct Resilience\",\"desc\":\"The sword is immune to poison and psychic damage, and it is immune to exhaustion and the charmed, frightened, paralyzed, petrified, and poisoned conditions.\"},{\"name\":\"False Appearance\",\"desc\":\"While the sword remains motionless and isn't flying, it is indistinguishable from a normal sword.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "frog_bf",
+ "fields": {
+ "name": "Frog",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "tiny",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 10,
+ "armor_desc": null,
+ "hit_points": 9,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":20,\"swim\":20}",
+ "environments_json": null,
+ "strength": 1,
+ "dexterity": 10,
+ "constitution": 8,
+ "intelligence": 1,
+ "wisdom": 8,
+ "charisma": 2,
+ "strength_save": -5,
+ "dexterity_save": 0,
+ "constitution_save": -1,
+ "intelligence_save": -5,
+ "wisdom_save": -1,
+ "charisma_save": -4,
+ "perception": 11,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "grappled",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 30 ft.",
+ "languages": "-",
+ "challenge_rating": "0",
+ "cr": 0.0,
+ "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +2 to hit, reach 5 ft., one creature. _Hit:_ 2 (1d4) bludgeoning damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The frog can breathe air and water.\"},{\"name\":\"Standing Leap\",\"desc\":\"The frog's long jump is up to 10 feet and its high jump is up to 5 feet, with or without a running start.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "frog_giant_bf",
+ "fields": {
+ "name": "Frog, Giant",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 11,
+ "armor_desc": null,
+ "hit_points": 15,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":20,\"swim\":40}",
+ "environments_json": null,
+ "strength": 14,
+ "dexterity": 12,
+ "constitution": 10,
+ "intelligence": 2,
+ "wisdom": 10,
+ "charisma": 2,
+ "strength_save": 2,
+ "dexterity_save": 1,
+ "constitution_save": 0,
+ "intelligence_save": -4,
+ "wisdom_save": 0,
+ "charisma_save": -4,
+ "perception": 12,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "grappled",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 30 ft.",
+ "languages": "-",
+ "challenge_rating": "1/4",
+ "cr": 0.25,
+ "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 5 (1d6+2) piercing damage, and the target is grappled (escape DC 12). Until this grapple ends, the target is restrained, and the frog can't Bite another target.\"},{\"name\":\"Swallow\",\"desc\":\"The frog makes one Bite attack against a Small or smaller target it is grappling. If the attack hits, the target is swallowed, and the grapple ends. The swallowed target is blinded and restrained, it has total cover against attacks and other effects outside the frog, and it takes 5 (2d4) acid damage at the start of each of the frog's turns. The frog can have only one target swallowed at a time. If the frog takes any damage from the swallowed creature, the frog must succeed on a DC 10 CON save at the end of that turn or regurgitate the creature, which falls prone in a space within 5 feet of the frog. If the frog dies, a swallowed creature is no longer restrained by it and can escape from the corpse using 5 feet of movement, exiting prone.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Reeling Tongue\",\"desc\":\"The frog lashes out its tongue at one Medium or smaller creature it can see within 15 feet of it. The target must succeed on a DC 12 STR save or be pulled up to 10 feet closer to the frog.\"}]",
+ "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The frog can breathe air and water.\"},{\"name\":\"Standing Leap\",\"desc\":\"The frog's long jump is up to 20 feet and its high jump is up to 10 feet, with or without a running start.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "frog_giant_poisonous_bf",
+ "fields": {
+ "name": "Frog, Giant Poisonous",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 11,
+ "armor_desc": null,
+ "hit_points": 44,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"swim\":30}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 12,
+ "constitution": 12,
+ "intelligence": 2,
+ "wisdom": 10,
+ "charisma": 2,
+ "strength_save": 3,
+ "dexterity_save": 1,
+ "constitution_save": 1,
+ "intelligence_save": -4,
+ "wisdom_save": 0,
+ "charisma_save": -4,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 30 ft.",
+ "languages": "-",
+ "challenge_rating": "1",
+ "cr": 1.0,
+ "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one creature. _Hit:_ 8 (1d10+3) piercing damage plus 5 (1d10) poison damage, and the target is grappled (escape DC 13). Until this grapple ends, the target is restrained, and the frog can't Bite another target.\"},{\"name\":\"Swallow\",\"desc\":\"The frog makes one Bite attack against a Medium or smaller target it is grappling. If the attack hits, the target is swallowed, and the grapple ends. The swallowed target is blinded and restrained, it has total cover against attacks and other effects outside the frog, and it takes 7 (2d6) acid damage at the start of each of the frog's turns. The frog can have only one target swallowed at a time. If the frog takes any damage from the swallowed creature, the frog must succeed on a DC 11 CON save at the end of that turn or regurgitate the creature, which falls prone in a space within 5 feet of the frog. If the frog dies, a swallowed creature is no longer restrained by it and can escape from the corpse using 5 feet of movement, exiting prone.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Reeling Tongue\",\"desc\":\"The frog lashes out its tongue at one Large or smaller creature it can see within 20 feet of it. The target must succeed on a DC 13 STR save or be pulled up to 15 feet closer to the frog.\"}]",
+ "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The frog can breathe air and water.\"},{\"name\":\"Standing Leap\",\"desc\":\"The frog's long jump is up to 20 feet and its high jump is up to 10 feet, with or without a running start.\"},{\"name\":\"Toxic Skin\",\"desc\":\"The frog's skin is coated in a hallucinogenic toxin. A creature that touches the frog or hits it with a melee attack while within 5 feet of it must make a DC 13 CON save. On a failure, a creature is poisoned until the end of its next turn and experiences mild hallucinations while poisoned.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "frost_giant_bf",
+ "fields": {
+ "name": "Frost Giant",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "huge",
+ "type": "Giant",
+ "subtype": "",
+ "group": "Giants",
+ "alignment": "",
+ "armor_class": 14,
+ "armor_desc": "hide armor",
+ "hit_points": 166,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40}",
+ "environments_json": null,
+ "strength": 22,
+ "dexterity": 14,
+ "constitution": 26,
+ "intelligence": 8,
+ "wisdom": 16,
+ "charisma": 18,
+ "strength_save": 6,
+ "dexterity_save": 2,
+ "constitution_save": 8,
+ "intelligence_save": -1,
+ "wisdom_save": 3,
+ "charisma_save": 4,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "Giant Attributes",
+ "damage_resistances": "blinded,Giant Attributes",
+ "damage_immunities": "cold",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "Common,Giant",
+ "challenge_rating": "8",
+ "cr": 8.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The giant makes two Icy Greataxe or Ice Boulder attacks.\"},{\"name\":\"Icy Greataxe\",\"desc\":\"_Melee Weapon Attack:_ +9 to hit, reach 10 ft., one target. _Hit:_ 25 (3d12+6) slashing damage plus 4 (1d8) cold damage.\"},{\"name\":\"Ice Boulder\",\"desc\":\"_Ranged Weapon Attack:_ +6 to hit, range 60/240 ft., one target. _Hit:_ 18 (3d10+2) bludgeoning damage plus 9 (2d8) cold damage.\"},{\"name\":\"Avalanche (Recharge 5-6)\",\"desc\":\"The frost giant sends out a wave of snow in a 30-foot cone. Each creature in that area must make a DC 16 DEX save. On a failure, a creature takes 14 (4d6) bludgeoning damage and 18 (4d8) cold damage and is buried. On a success, a creature takes half the damage and isn't buried. A buried creature is restrained and unable to breathe or stand up. A creature, including the buried creature, can take its action to free the buried creature by succeeding on a DC 16 STR check.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Wintry Blast\",\"desc\":\"A blast of wintry air extends in a 30-foot line that is 5 feet wide from the frost giant's outstretched hand. Each creature in the line must succeed on a DC 16 CON save or its speed is halved until the end of its next turn. A creature that fails the save by 5 or more is petrified in ice for 1 hour or until a creature spends 1 minute warming the petrified creature.\"}]",
+ "special_abilities_json": "[{\"name\":\"Giant Attributes\",\"desc\":\"The frost giant is resistant to the stunned condition, and it is vulnerable to the prone condition.\"},{\"name\":\"Ice Walk\",\"desc\":\"The frost giant can move across icy surfaces without needing to make an ability check. In addition, difficult terrain composed of ice or snow doesn't cost it extra movement.\"},{\"name\":\"Snowsight\",\"desc\":\"The frost giant can see through areas obscured by snowfall, sleet, and other wintry precipitation without penalty.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "gargoyle_bf",
+ "fields": {
+ "name": "Gargoyle",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Elemental",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 15,
+ "armor_desc": "natural armor",
+ "hit_points": 52,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"fly\":60}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 10,
+ "constitution": 20,
+ "intelligence": 6,
+ "wisdom": 10,
+ "charisma": 6,
+ "strength_save": 3,
+ "dexterity_save": 0,
+ "constitution_save": 5,
+ "intelligence_save": -2,
+ "wisdom_save": 0,
+ "charisma_save": -2,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "bludgeoning,piercing,and slashing from nonmagical attacks",
+ "damage_immunities": "poison,exhaustion,petrified,poisoned",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Terran",
+ "challenge_rating": "2",
+ "cr": 2.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The gargoyle makes one Bite attack and one Claws attack.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) piercing damage.\"},{\"name\":\"Claws\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 8 (2d4+3) slashing damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Diving Pounce\",\"desc\":\"If the gargoyle is flying and moves at least 20 feet straight toward a creature and then hits it with a Claws attack on the same turn, that target must succeed on a DC 13 STR save or be knocked prone. If the target is prone, the gargoyle can make one Bite attack against it as a bonus action.\"},{\"name\":\"False Appearance\",\"desc\":\"While the gargoyle remains motionless, it is indistinguishable from an inanimate statue.\"}]",
+ "reactions_json": "[{\"name\":\"Fearsome Mien\",\"desc\":\"When a creature the gargoyle can see hits it with an attack, the gargoyle can shift its face to appear more monstrous. The attacker must succeed on a DC 13 WIS save or be frightened of the gargoyle until the end of its next turn.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "gelatinous_cube_bf",
+ "fields": {
+ "name": "Gelatinous Cube",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Ooze",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 6,
+ "armor_desc": null,
+ "hit_points": 75,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":15}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 4,
+ "constitution": 20,
+ "intelligence": 1,
+ "wisdom": 6,
+ "charisma": 1,
+ "strength_save": 3,
+ "dexterity_save": -3,
+ "constitution_save": 5,
+ "intelligence_save": -5,
+ "wisdom_save": -2,
+ "charisma_save": -5,
+ "perception": 8,
+ "skills_json": "",
+ "damage_vulnerabilities": "cold",
+ "damage_resistances": "Ooze Resilience",
+ "damage_immunities": "acid,piercing,Ooze Resilience",
+ "condition_immunities": "",
+ "senses": "keensense 60 ft. (can't sense beyond this radius)",
+ "languages": "-",
+ "challenge_rating": "2",
+ "cr": 2.0,
+ "actions_json": "[{\"name\":\"Pseudopod\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one creature. _Hit:_ 10 (3d6) acid damage.\"},{\"name\":\"Engulf\",\"desc\":\"The cube moves up to its speed. While doing so, it can enter a Large or smaller creature's space. When the cube enters a creature's space, the creature must make a DC 13 DEX save. On a success, the creature can choose to be pushed 5 feet back or to the side of the cube. A creature that chooses not to be pushed suffers the consequences of a failed save. On a failed save, the cube enters the creature's space, the creature takes 10 (3d6) acid damage, and is engulfed. The engulfed creature can't breathe, is restrained, and takes 21 (6d6) acid damage at the start of each of the cube's turns. When the cube moves, the engulfed creature moves with it.
An engulfed creature can try to escape by taking an action to make a DC 13 STR check. On a success, the creature escapes and enters a space of its choice within 5 feet of the cube.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Ooze Cube\",\"desc\":\"The cube takes up its entire space. Other creatures can enter the space, but are subjected to the cube's Engulf and have disadvantage on the save. Creatures inside the cube can be seen but have total cover. A creature within 5 feet of the cube can take an action to pull a creature or object out of the cube. Doing so requires a successful DC 12 STR check, and the creature making the attempt takes 10 (3d6) acid damage.
The cube can hold only one Large creature or up to four Medium or smaller creatures inside it at a time.\"},{\"name\":\"Ooze Nature\",\"desc\":\"The cube doesn't require sleep.\"},{\"name\":\"Ooze Resilience\",\"desc\":\"The cube is resistant to the grappled and restrained conditions, and it is immune to exhaustion and to the blinded, charmed, deafened, frightened, and prone conditions.\"},{\"name\":\"Transparent\",\"desc\":\"While motionless, the cube's Stealth is 15, even when the cube is in plain sight.\"}]",
+ "reactions_json": "[{\"name\":\"Skewer Prey\",\"desc\":\"When the gelatinous cube is subjected to piercing damage, it can move a random creature engulfed by it to intercept the attack. The creature takes the piercing damage as if it were the target.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "ghast_bf",
+ "fields": {
+ "name": "Ghast",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Undead",
+ "subtype": "",
+ "group": "Ghouls",
+ "alignment": "",
+ "armor_class": 13,
+ "armor_desc": null,
+ "hit_points": 48,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"climb\":30}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 16,
+ "constitution": 10,
+ "intelligence": 10,
+ "wisdom": 14,
+ "charisma": 8,
+ "strength_save": 3,
+ "dexterity_save": 3,
+ "constitution_save": 0,
+ "intelligence_save": 0,
+ "wisdom_save": 2,
+ "charisma_save": -1,
+ "perception": 12,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "necrotic",
+ "damage_immunities": "charmed,Undead Resilience",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Common",
+ "challenge_rating": "2",
+ "cr": 2.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The ghast makes one Bite attack and two Claws attacks. If one Bite attack and at least one Claws attack hit a creature that isn't a Construct or Undead, the target must succeed on a DC 13 CON save or contract ghoul hunger (see the Ghoul Hunger sidebar).\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 7 (1d8+3) piercing damage.\"},{\"name\":\"Claws\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 8 (2d4+3) slashing damage. If the target is a creature that isn't a Construct or Undead, it must succeed on a DC 13 CON save or be paralyzed for 1 minute. The target can repeat the save at the end of each of its turns, ending the effect on itself on a success.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Hungry Dead Nature\",\"desc\":\"The ghast doesn't require air or sleep. In addition, it must consume at least 2 pounds of raw meat every 24 hours, or it loses its immunity to exhaustion and risks starvation until it does so. While it has any levels of exhaustion from starvation, the ghast can't remove levels of exhaustion until it consumes at least 4 pounds of raw meat.\"},{\"name\":\"Spider Climb\",\"desc\":\"The ghast can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.\"},{\"name\":\"Stench\",\"desc\":\"A creature that starts its turn within 5 feet of the ghast must succeed on a DC 13 CON save or be poisoned until the start of its next turn. On a success, the creature is immune to the ghast's Stench for 24 hours.\"},{\"name\":\"Turning Defiance\",\"desc\":\"The ghast and any ghouls within 30 feet of it have advantage on saves against effects that turn undead.\"},{\"name\":\"Undead Resilience\",\"desc\":\"The ghast is immune to poison damage, to exhaustion, and to the poisoned condition.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "ghost_bf",
+ "fields": {
+ "name": "Ghost",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Undead",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": null,
+ "hit_points": 68,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":0,\"fly\":40,\"hover\": true}",
+ "environments_json": null,
+ "strength": 6,
+ "dexterity": 14,
+ "constitution": 10,
+ "intelligence": 10,
+ "wisdom": 16,
+ "charisma": 18,
+ "strength_save": -2,
+ "dexterity_save": 2,
+ "constitution_save": 0,
+ "intelligence_save": 0,
+ "wisdom_save": 3,
+ "charisma_save": 4,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "acid,fire,lightning,thunder; bludgeoning,piercing,and slashing from nonmagical attacks",
+ "damage_immunities": "cold,necrotic,charmed,frightened,grappled,paralyzed,petrified,prone,restrained,Undead Resilience",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "any languages it knew in life",
+ "challenge_rating": "4",
+ "cr": 4.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The ghost makes two Withering Touch or Telekinetic Throw attacks.\"},{\"name\":\"Withering Touch\",\"desc\":\"Melee Spell Attack: +6 to hit, reach 5 ft., one target. _Hit:_ 18 (4d6+4) necrotic damage.\"},{\"name\":\"Telekinetic Throw\",\"desc\":\"_Ranged Weapon Attack:_ +4 to hit, range 20/60 ft., one target. _Hit:_ 17 (6d4+2) bludgeoning, piercing, or slashing damage, depending on the type of object thrown. The ghost can throw only Small or smaller objects within range that aren't being worn or carried.\"},{\"name\":\"Horrify (Recharge 5-6)\",\"desc\":\"The ghost speaks a haunting phrase, reveals the wounds from its death, or performs some other expression to scare creatures in a 30-foot cone. Each creature in that area must make a DC 14 WIS save. On a failure, a creature takes 21 (6d6) psychic damage and is frightened until the end of its next turn. On a success, a creature takes half the damage and isn't frightened. A creature that fails the save by 5 or more increases its age in years by 10 percent, rounded up. This aging can be reversed with a greater restoration spell or similar magic, but only within 24 hours of the aging occurring.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Etherealness\",\"desc\":\"The ghost enters the Ethereal Plane from the Material Plane, or vice versa. It is visible on the Material Plane while it is in the Ethereal Plane, and vice versa, yet it can't affect or be affected by anything on the other plane.\"}]",
+ "special_abilities_json": "[{\"name\":\"Ethereal Sight\",\"desc\":\"The ghost can see 60 feet into the Ethereal Plane when it is on the Material Plane, and vice versa.\"},{\"name\":\"Incorporeal Movement\",\"desc\":\"The ghost can move through other creatures and objects as if they were difficult terrain. It takes 5 (1d10) force damage if it ends its turn inside an object.\"},{\"name\":\"Undead Nature\",\"desc\":\"The ghost doesn't require air, food, drink, or sleep.\"},{\"name\":\"Undead Resilience\",\"desc\":\"The ghost is immune to poison damage, to exhaustion, and to the poisoned condition.\"},{\"name\":\"Unfinished Business\",\"desc\":\"Unless its unfinished business is fulfilled, a destroyed ghost returns in 1d4 days, regaining all its HP and becoming active again within 10 feet of where it died. If presented with an object or piece of information related to its unfinished business, the ghost must succeed on a DC 13 WIS save or be incapacitated until the end of its next turn. After it has been incapacitated by a particular source, the ghost can't be incapacitated by that same source again for 24 hours. If presented with everything it needs to complete its unfinished business, the ghost permanently dies after completing it.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "ghoul_bf",
+ "fields": {
+ "name": "Ghoul",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Undead",
+ "subtype": "",
+ "group": "Ghouls",
+ "alignment": "",
+ "armor_class": 13,
+ "armor_desc": null,
+ "hit_points": 34,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"climb\":30}",
+ "environments_json": null,
+ "strength": 10,
+ "dexterity": 16,
+ "constitution": 10,
+ "intelligence": 6,
+ "wisdom": 14,
+ "charisma": 6,
+ "strength_save": 0,
+ "dexterity_save": 3,
+ "constitution_save": 0,
+ "intelligence_save": -2,
+ "wisdom_save": 2,
+ "charisma_save": -2,
+ "perception": 12,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "charmed,Undead Resilience",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Common",
+ "challenge_rating": "1",
+ "cr": 1.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The ghoul makes one Bite attack and one Claws attack. If both attacks hit a creature that isn't a Construct or Undead, the target must succeed on a DC 13 CON save or contract ghoul hunger (see the Ghoul Hunger sidebar).\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 7 (1d8+3) piercing damage.\"},{\"name\":\"Claws\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 8 (2d4+3) slashing damage. If the target is a creature that isn't a Construct or Undead, it must succeed on a DC 13 CON save or be paralyzed for 1 minute. The target can repeat the save at the end of each of its turns, ending the effect on itself on a success.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Hungry Dead Nature\",\"desc\":\"The ghoul doesn't require air or sleep. In addition, it must consume at least 2 pounds of raw meat every 24 hours, or it loses its immunity to exhaustion and risks starvation until it does so. While it has any levels of exhaustion from starvation, the ghoul can't remove levels of exhaustion until it consumes at least 4 pounds of raw meat.\"},{\"name\":\"Spider Climb\",\"desc\":\"The ghoul can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.\"},{\"name\":\"Undead Resilience\",\"desc\":\"The ghoul is immune to poison damage, to exhaustion, and to the poisoned condition.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "gibbering_mouther_bf",
+ "fields": {
+ "name": "Gibbering Mouther",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Aberration",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 9,
+ "armor_desc": null,
+ "hit_points": 72,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":10,\"swim\":10}",
+ "environments_json": null,
+ "strength": 14,
+ "dexterity": 8,
+ "constitution": 16,
+ "intelligence": 2,
+ "wisdom": 10,
+ "charisma": 6,
+ "strength_save": 2,
+ "dexterity_save": -1,
+ "constitution_save": 3,
+ "intelligence_save": -4,
+ "wisdom_save": 0,
+ "charisma_save": -2,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Aberrant Resilience",
+ "damage_immunities": "prone",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "-",
+ "challenge_rating": "2",
+ "cr": 2.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The gibbering mouther makes two Bite attacks. If both attacks hit one Medium or smaller creature, the target must succeed on a DC 13 STR save or be knocked prone.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 11 (2d8+2) piercing damage.\"},{\"name\":\"Rend Mind\",\"desc\":\"One creature the mouther can see within 30 feet of it must succeed on a DC 13 WIS save or take 18 (4d8) psychic damage and suffer a random, short-term dread effect for 1 minute\"}]",
+ "bonus_actions_json": "[{\"name\":\"Blinding Spittle\",\"desc\":\"The mouther spits an otherworldly goo at up to two creatures it can see within 30 feet of it. Each target must succeed on a DC 13 DEX save or be blinded until the end of its next turn.\"}]",
+ "special_abilities_json": "[{\"name\":\"Aberrant Ground\",\"desc\":\"The ground within 10 feet of the mouther is dough-like difficult terrain. A creature that starts its turn in the area must succeed on a DC 13 STR save or its speed is halved until the start of its next turn.\"},{\"name\":\"Aberrant Resilience\",\"desc\":\"The mouther is resistant to the charmed, frightened, paralyzed, and stunned conditions, and it has advantage on saves against spells or effects that would alter its form.\"},{\"name\":\"Gibbering\",\"desc\":\"The mouther babbles incoherently while it can see any creature and isn't incapacitated. A creature that starts its turn within 20 feet of the mouther and that can hear the gibbering must succeed on a DC 13 WIS save or it can't take reactions until the start of its next turn and must roll a d8 to determine what it does during its turn. On a 1 to 4, the creature does nothing. On a 5 or 6, the creature takes no action or bonus action and moves its full speed in a randomly determined direction. On a 7 or 8, the creature makes a melee attack against a randomly determined creature within its reach or does nothing if it can't make such an attack.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "glabrezu_bf",
+ "fields": {
+ "name": "Glabrezu",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Fiend",
+ "subtype": "Demon",
+ "group": "Demons",
+ "alignment": "",
+ "armor_class": 17,
+ "armor_desc": "natural armor",
+ "hit_points": 154,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40}",
+ "environments_json": null,
+ "strength": 28,
+ "dexterity": 14,
+ "constitution": 28,
+ "intelligence": 18,
+ "wisdom": 24,
+ "charisma": 24,
+ "strength_save": 9,
+ "dexterity_save": 2,
+ "constitution_save": 9,
+ "intelligence_save": 4,
+ "wisdom_save": 7,
+ "charisma_save": 7,
+ "perception": 17,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "bludgeoning,piercing,and slashing damage from nonmagical attacks,Demonic Resilience",
+ "damage_immunities": "Demonic Resilience",
+ "condition_immunities": "",
+ "senses": "truesight 120 ft.",
+ "languages": "Abyssal,telepathy 120 ft.",
+ "challenge_rating": "9",
+ "cr": 9.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The glabrezu makes two Claw attacks and two Pincer attacks, or it makes four Crackling Flame Bolt attacks. It can replace both Claw attacks with two Crackling Flame Bolt attacks.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +9 to hit, reach 5 ft., one target. _Hit:_ 10 (2d4+5) slashing damage plus 3 (1d6) fire damage and 3 (1d6) lightning damage.\"},{\"name\":\"Pincer\",\"desc\":\"_Melee Weapon Attack:_ +9 to hit, reach 10 ft., one target. _Hit:_ 16 (2d10+5) bludgeoning damage. If the target is a Medium or smaller creature, it is grappled (escape DC 17). The glabrezu has two pincers, each of which can grapple only one target.\"},{\"name\":\"Crackling Flame Bolt\",\"desc\":\"_Ranged Spell Attack:_ +7 to hit, range 60 ft., one target. _Hit:_ 6 (1d6+3) fire damage plus 10 (3d6) lightning damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Manipulating Whispers\",\"desc\":\"The glabrezu whispers in the mind of a creature it can see within 120 feet of it, encouraging the creature to commit wicked acts. The target must succeed on a DC 17 CHA save or succumb to one of the following urges:\\n- **Boastful Stance.** The target is overcome with surety of its own battle prowess, momentarily letting down its guard. Creatures have advantage on attack rolls against the target until the start of the glabrezu's next turn.\\n- **Confirmation of Wealth.** The target is briefly overcome with the desire to confirm the amount and status of its valuables. It uses either an action or bonus action on its next turn (the glabrezu's choice) to count and take stock of its valuables.\\n- **Wrathful Strike.** Anger fills the target, and it immediately lashes out at those nearby. The target uses its reaction to make one melee weapon attack against a creature of the glabrezu's choice within 5 feet of the target.\"}]",
+ "special_abilities_json": "[{\"name\":\"Demonic Resilience\",\"desc\":\"The glabrezu is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The glabrezu has advantage on saves against spells and other magical effects.\"},{\"name\":\"Point Blank Grappler\",\"desc\":\"When the glabrezu makes a Crackling Flame Bolt attack, it doesn't have disadvantage on the attack roll from being within 5 feet of a hostile creature, provided it is grappling that creature.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "gladiator_bf",
+ "fields": {
+ "name": "Gladiator",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Humanoid",
+ "subtype": "Any Lineage",
+ "group": "NPCs",
+ "alignment": "",
+ "armor_class": 16,
+ "armor_desc": "studded leather, shield",
+ "hit_points": 108,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 24,
+ "dexterity": 14,
+ "constitution": 22,
+ "intelligence": 10,
+ "wisdom": 12,
+ "charisma": 14,
+ "strength_save": 7,
+ "dexterity_save": 2,
+ "constitution_save": 6,
+ "intelligence_save": 0,
+ "wisdom_save": 1,
+ "charisma_save": 2,
+ "perception": 11,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "frightened",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "any one language (usually Common)",
+ "challenge_rating": "5",
+ "cr": 5.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The gladiator makes two Shield Bash attacks and two Spear attacks, or it makes three Spear attacks.\"},{\"name\":\"Shield Bash\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 9 (2d4+4) bludgeoning damage. If the target is a Medium or smaller creature, it must succeed on a DC 15 STR save or be knocked prone.\"},{\"name\":\"Spear\",\"desc\":\"_Melee or Ranged Weapon Attack:_ +7 to hit, reach 5 ft. and range 20/60 ft., one target. _Hit:_ 11 (2d6+4) piercing damage, or 13 (2d8+4) piercing damage if used with two hands to make a melee attack.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Entertaining Display\",\"desc\":\"The gladiator slams its spear against its shield, twirls its spear, or roars while flexing, entertaining or intimidating up to two creatures it can see within 15 feet of it. Each target must succeed on a DC 15 CHA save or be charmed or frightened (the gladiator's choice) until the end of its next turn.\"}]",
+ "special_abilities_json": "[{\"name\":\"Brutal\",\"desc\":\"A melee weapon deals one extra die of its damage when the gladiator hits with it (included in the attack).\"}]",
+ "reactions_json": "[{\"name\":\"Parry\",\"desc\":\"The gladiator adds 3 to its AC against one melee attack that would hit it. To do so, the gladiator must see the attacker and be wielding a melee weapon.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "gnoll_bf",
+ "fields": {
+ "name": "Gnoll",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Humanoid",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 15,
+ "armor_desc": "hide armor, shield",
+ "hit_points": 22,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 14,
+ "dexterity": 12,
+ "constitution": 10,
+ "intelligence": 6,
+ "wisdom": 10,
+ "charisma": 6,
+ "strength_save": 2,
+ "dexterity_save": 1,
+ "constitution_save": 0,
+ "intelligence_save": -2,
+ "wisdom_save": 0,
+ "charisma_save": -2,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Gnoll",
+ "challenge_rating": "1/2",
+ "cr": 0.5,
+ "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 6 (1d8+2) piercing damage.\"},{\"name\":\"Spear\",\"desc\":\"_Melee or Ranged Weapon Attack:_ +4 to hit, reach 5 ft. or range 20/60 ft., one target. _Hit:_ 5 (1d6+2) piercing damage, or 6 (1d8+2) piercing damage if used with two hands to make a melee attack.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Taunting Bark\",\"desc\":\"The gnoll lets out a high-pitched laugh and taunts one creature it can see within 30 feet of it. The target must make a DC 12 CHA save. On a failure, a creature takes 2 (1d4) psychic damage and must spend its next turn moving up to its speed toward the gnoll and make one attack against the gnoll.\"}]",
+ "special_abilities_json": "[{\"name\":\"Heightened Smell\",\"desc\":\"The gnoll's Perception is 15 when perceiving by smell.\"}]",
+ "reactions_json": "[{\"name\":\"Rampage\",\"desc\":\"When the gnoll reduces a creature to 0 HP, it can move up to half its speed and make one Bite attack. If it does, attack rolls against it have advantage until the start of its next turn.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "goat_bf",
+ "fields": {
+ "name": "Goat",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 10,
+ "armor_desc": null,
+ "hit_points": 8,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40}",
+ "environments_json": null,
+ "strength": 12,
+ "dexterity": 10,
+ "constitution": 10,
+ "intelligence": 2,
+ "wisdom": 10,
+ "charisma": 4,
+ "strength_save": 1,
+ "dexterity_save": 0,
+ "constitution_save": 0,
+ "intelligence_save": -4,
+ "wisdom_save": 0,
+ "charisma_save": -3,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "prone",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "-",
+ "challenge_rating": "0",
+ "cr": 0.0,
+ "actions_json": "[{\"name\":\"Ram\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 3 (1d4+1) bludgeoning damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Charge\",\"desc\":\"If the goat moves at least 20 feet straight toward a target and then hits it with a Ram attack on the same turn, the target takes an extra 2 (1d4) bludgeoning damage. If the target is a creature, it must succeed on a DC 11 STR save or be knocked prone.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "goat_giant_bf",
+ "fields": {
+ "name": "Goat, Giant",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 11,
+ "armor_desc": "natural armor",
+ "hit_points": 25,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 10,
+ "constitution": 12,
+ "intelligence": 2,
+ "wisdom": 12,
+ "charisma": 6,
+ "strength_save": 3,
+ "dexterity_save": 0,
+ "constitution_save": 1,
+ "intelligence_save": -4,
+ "wisdom_save": 1,
+ "charisma_save": -2,
+ "perception": 11,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "prone",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "-",
+ "challenge_rating": "1/2",
+ "cr": 0.5,
+ "actions_json": "[{\"name\":\"Ram\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 8 (2d4+3) bludgeoning damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Charge\",\"desc\":\"If the goat moves at least 20 feet straight toward a target and then hits it with a Ram attack on the same turn, the target takes an extra 5 (2d4) bludgeoning damage. If the target is a creature, it must succeed on a DC 13 STR save or be knocked prone.\"}]",
+ "reactions_json": "[{\"name\":\"Terrifying Scream\",\"desc\":\"When the goat takes damage, it can release a high-pitched scream, frightening creatures within 10 feet of it. Each creature in that area that can hear the scream must succeed on a DC 13 WIS save or be frightened until the end of its next turn. A creature frightened in this way can't be frightened by this goat's Terrifying Scream again for the next 24 hours.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "goblin_bf",
+ "fields": {
+ "name": "Goblin",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "small",
+ "type": "Humanoid",
+ "subtype": "",
+ "group": "Goblins",
+ "alignment": "",
+ "armor_class": 15,
+ "armor_desc": "leather armor, shield",
+ "hit_points": 12,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 8,
+ "dexterity": 18,
+ "constitution": 10,
+ "intelligence": 10,
+ "wisdom": 8,
+ "charisma": 8,
+ "strength_save": -1,
+ "dexterity_save": 4,
+ "constitution_save": 0,
+ "intelligence_save": 0,
+ "wisdom_save": -1,
+ "charisma_save": -1,
+ "perception": 9,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Common,Goblin",
+ "challenge_rating": "1/4",
+ "cr": 0.25,
+ "actions_json": "[{\"name\":\"Scimitar\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 5 (1d6+2) slashing damage.\"},{\"name\":\"Shortbow\",\"desc\":\"_Ranged Weapon Attack:_ +4 to hit, range 80/320 ft., one target. _Hit:_ 5 (1d6+2) piercing damage.\"},{\"name\":\"Gang Up (1/Day)\",\"desc\":\"The goblin moves up to half its speed toward a creature it can see. Each friendly goblin within 30 feet of the goblin can use its reaction to join the gang up and move up to half its speed toward the same target. This movement doesn't provoke opportunity attacks. If the initiating goblin is within 5 feet of the target, the target must make a DC 12 DEX save, taking 5 (2d4) bludgeoning damage on a failed save, or half as much damage on a successful one. For each goblin after the first that participated in the gang up and that is within 10 feet of the target, the damage increases by 1 as arrows, knives, sharp pocket scraps, and similar \\\"weapons\\\" fly at the target from all angles. Afterwards, each goblin after the first that participated in the gang up can't use Gang Up until it finishes a short or long rest.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Nimble Escape\",\"desc\":\"The goblin takes the Disengage or Hide action.\"}]",
+ "special_abilities_json": "",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "goblin_captain_bf",
+ "fields": {
+ "name": "Goblin Captain",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "small",
+ "type": "Humanoid",
+ "subtype": "",
+ "group": "Goblins",
+ "alignment": "",
+ "armor_class": 17,
+ "armor_desc": "chain shirt, shield",
+ "hit_points": 32,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 10,
+ "dexterity": 18,
+ "constitution": 10,
+ "intelligence": 12,
+ "wisdom": 12,
+ "charisma": 10,
+ "strength_save": 0,
+ "dexterity_save": 4,
+ "constitution_save": 0,
+ "intelligence_save": 1,
+ "wisdom_save": 1,
+ "charisma_save": 0,
+ "perception": 11,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Common,Goblin",
+ "challenge_rating": "1",
+ "cr": 1.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The goblin captain makes two Scimitar or Shortbow attacks. If both attacks hit one target, the goblin captain can make one extra Scimitar or Shortbow attack.\"},{\"name\":\"Scimitar\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 5 (1d6+2) slashing damage.\"},{\"name\":\"Shortbow\",\"desc\":\"_Ranged Weapon Attack:_ +4 to hit, range 80/320 ft., one target. _Hit:_ 5 (1d6+2) piercing damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Get That One!\",\"desc\":\"The goblin captain points at a target and calls out to a friendly goblin it can see within 30 feet of it. The chosen goblin can use its reaction to move up to half its speed and make one melee attack against the target.\"},{\"name\":\"Nimble Escape\",\"desc\":\"The goblin takes the Disengage or Hide action.\"}]",
+ "special_abilities_json": "",
+ "reactions_json": "[{\"name\":\"Protect Me!\",\"desc\":\"When a creature the goblin captain can see targets it with an attack, the captain can sidestep behind an ally within 5 feet of it, moving to an unoccupied space within 5 feet of the ally. The chosen ally becomes the target of the attack instead.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "gold_dragon_wyrmling_bf",
+ "fields": {
+ "name": "Gold Dragon Wyrmling",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Dragon",
+ "subtype": "",
+ "group": "Dragons",
+ "alignment": "",
+ "armor_class": 17,
+ "armor_desc": "natural armor",
+ "hit_points": 68,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"fly\":60,\"swim\":30}",
+ "environments_json": null,
+ "strength": 18,
+ "dexterity": 18,
+ "constitution": 20,
+ "intelligence": 14,
+ "wisdom": 20,
+ "charisma": 18,
+ "strength_save": 4,
+ "dexterity_save": 4,
+ "constitution_save": 5,
+ "intelligence_save": 2,
+ "wisdom_save": 5,
+ "charisma_save": 4,
+ "perception": 17,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "fire",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft., keensense 10 ft.",
+ "languages": "Draconic",
+ "challenge_rating": "3",
+ "cr": 3.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon makes one Bite attack and one Claw attack.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 9 (1d10+4) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 7 (1d6+4) slashing damage.\"},{\"name\":\"Fire Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales fire in a 15-foot cone. Each creature in that area must make a DC 13 DEX save, taking 33 (6d10) fire damage on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Weakening Breath (Recharge 6)\",\"desc\":\"The dragon exhales weakening gas in a 15-foot cone. Each creature in that area must succeed on a DC 13 STR save or have disadvantage on STR-based attack rolls, STR checks, and STR saves for 1 minute. A creature can repeat the save at the end of each of its turns, ending the effect on itself on a success.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The dragon can breathe air and water.\"},{\"name\":\"Pounce\",\"desc\":\"If the dragon moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 13 STR save or be knocked prone. If the target is prone, the dragon can make one Claw attack against it as a bonus action.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "golmana_bf",
+ "fields": {
+ "name": "Golmana",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Fiend",
+ "subtype": "Demon",
+ "group": "Demons",
+ "alignment": "",
+ "armor_class": 15,
+ "armor_desc": "natural armor",
+ "hit_points": 118,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40}",
+ "environments_json": null,
+ "strength": 18,
+ "dexterity": 16,
+ "constitution": 14,
+ "intelligence": 8,
+ "wisdom": 12,
+ "charisma": 14,
+ "strength_save": 4,
+ "dexterity_save": 3,
+ "constitution_save": 2,
+ "intelligence_save": -1,
+ "wisdom_save": 1,
+ "charisma_save": 2,
+ "perception": 14,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Demonic Resilience",
+ "damage_immunities": "blinded,frightened,Demonic Resilience",
+ "condition_immunities": "",
+ "senses": "keensense 60 ft. (can't sense beyond this radius)",
+ "languages": "Abyssal,Void Speech,telepathy 60 ft.",
+ "challenge_rating": "7",
+ "cr": 7.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The golmana makes two Claws attacks and one Tail attack. If both Claws attacks hit a Medium or smaller creature, the target is grappled (escape DC 15). Until this grapple ends, the target is restrained, and the golmana can't make Claws attacks against other targets.\"},{\"name\":\"Claws\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 17 (3d8+4) slashing damage.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 10 ft., one target. _Hit:_ 13 (2d8+4) piercing damage.\"},{\"name\":\"Void Screech (Recharge 5-6)\",\"desc\":\"The golmana lets out a keening screech in a 30-foot cone. Each creature that isn't a Fiend in that area must make a DC 15 CON save. On a failure, a creature takes 14 (4d6) necrotic damage and 18 (4d8) thunder damage, and it has disadvantage on the next attack roll it makes before the start of the golmana's next turn, as brief contact with the energies of the Void destabilizes the creature. On a success, a creature takes half the damage and doesn't suffer this disadvantage on its next attack roll.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Consuming Rend\",\"desc\":\"The golmana violently digs its small, torso claws into one creature it is grappling. The target must make a DC 15 DEX save, taking 7 (2d6) slashing damage on a failed save, or half as much damage on a successful one. The golmana then regains HP equal to the damage dealt.\"}]",
+ "special_abilities_json": "[{\"name\":\"Demonic Resilience\",\"desc\":\"The golmana is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.\"},{\"name\":\"Heightened Hearing\",\"desc\":\"The golmana's Perception is 19 when perceiving by hearing.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The golmana has advantage on saves against spells and other magical effects.\"},{\"name\":\"Spider Climb\",\"desc\":\"The golmana can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "gorgon_bf",
+ "fields": {
+ "name": "Gorgon",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Monstrosity",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 18,
+ "armor_desc": "natural armor",
+ "hit_points": 96,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40}",
+ "environments_json": null,
+ "strength": 20,
+ "dexterity": 10,
+ "constitution": 18,
+ "intelligence": 2,
+ "wisdom": 14,
+ "charisma": 6,
+ "strength_save": 5,
+ "dexterity_save": 0,
+ "constitution_save": 4,
+ "intelligence_save": -4,
+ "wisdom_save": 2,
+ "charisma_save": -2,
+ "perception": 15,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Monstrosity Resilience",
+ "damage_immunities": "poison,petrified,poisoned",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "-",
+ "challenge_rating": "5",
+ "cr": 5.0,
+ "actions_json": "[{\"name\":\"Petrifying Breath (Recharge 5-6)\",\"desc\":\"The gorgon exhales poisonous, petrifying gas in a 30-foot cone. Creatures in the area must make a DC 13 CON save. On a failure, a creature takes 21 (6d6) poison damage and is restrained as it begins to turn to stone. On a success, a creature takes half the damage and isn't restrained. A restrained creature must repeat the save at the end of its next turn. On a success, the effect ends on the creature. On a failure, the creature is petrified until freed by the greater restoration spell or other magic.\"},{\"name\":\"Multiattack\",\"desc\":\"The gorgon makes one Gore attack and one Hooves attack.\"},{\"name\":\"Gore\",\"desc\":\"_Melee Weapon Attack:_ +8 to hit, reach 5 ft., one target. _Hit:_ 18 (2d12+5) piercing damage.\"},{\"name\":\"Hooves\",\"desc\":\"_Melee Weapon Attack:_ +8 to hit, reach 5 ft., one target. _Hit:_ 16 (2d10+5) bludgeoning damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Monstrosity Resilience\",\"desc\":\"The gorgon is resistant to exhaustion and to the frightened condition.\"},{\"name\":\"Trampling Charge\",\"desc\":\"If the gorgon moves at least 20 feet straight toward a creature and then hits it with a Gore attack on the same turn, that target must succeed on a DC 16 STR save or be knocked prone. If the target is prone, the gorgon can make one Hooves attack against it as a bonus action.\"}]",
+ "reactions_json": "[{\"name\":\"Poisonous Retort\",\"desc\":\"When the gorgon is hit by an attack from a creature it can see within 10 feet of it, the gorgon can snort angrily, releasing a puff of poisonous gas at the creature. The attacker must succeed on a DC 16 CON save or be poisoned until the end of its next turn.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "gray_ooze_bf",
+ "fields": {
+ "name": "Gray Ooze",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Ooze",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 8,
+ "armor_desc": null,
+ "hit_points": 29,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":15,\"climb\":15}",
+ "environments_json": null,
+ "strength": 12,
+ "dexterity": 6,
+ "constitution": 16,
+ "intelligence": 1,
+ "wisdom": 6,
+ "charisma": 2,
+ "strength_save": 1,
+ "dexterity_save": -2,
+ "constitution_save": 3,
+ "intelligence_save": -5,
+ "wisdom_save": -2,
+ "charisma_save": -4,
+ "perception": 8,
+ "skills_json": "",
+ "damage_vulnerabilities": "cold",
+ "damage_resistances": "acid,fire,Ooze Resilience",
+ "damage_immunities": "Ooze Resilience",
+ "condition_immunities": "",
+ "senses": "keensense 60 ft. (can't sense beyond this radius)",
+ "languages": "-",
+ "challenge_rating": "1/2",
+ "cr": 0.5,
+ "actions_json": "[{\"name\":\"Pseudopod\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 10 ft., one target. _Hit:_ 3 (1d4+1) bludgeoning damage plus 7 (2d6) acid damage, and if the target is wearing nonmagical metal armor, the armor is partly corroded and takes a permanent and cumulative -1 penalty to the AC it offers. Armor reduced to an AC of 10 is destroyed.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Amorphous\",\"desc\":\"The ooze can move through a space as narrow as 1 inch wide without squeezing.\"},{\"name\":\"Corrode Metal\",\"desc\":\"Any nonmagical weapon made of metal that hits the ooze corrodes. After dealing damage, the weapon takes a permanent and cumulative -1 penalty to damage rolls. If its penalty drops to -5, the weapon is destroyed. Nonmagical ammunition made of metal that hits the ooze is destroyed after dealing damage. The ooze can eat through 2-inch-thick, nonmagical metal in 1 round.\"},{\"name\":\"False Appearance\",\"desc\":\"While the ooze remains motionless, it is indistinguishable from ordinary fresh or curing mortar.\"},{\"name\":\"Ooze Nature\",\"desc\":\"The ooze doesn't require sleep.\"},{\"name\":\"Ooze Resilience\",\"desc\":\"The ooze is resistant to the grappled and restrained conditions, and it is immune to exhaustion and to the blinded, charmed, deafened, frightened, and prone conditions.\"},{\"name\":\"Spider Climb\",\"desc\":\"The ooze can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.\"}]",
+ "reactions_json": "[{\"name\":\"Solidify\",\"desc\":\"When the ooze is hit by an attack, it can partially solidify its body, reducing the damage it takes by 2 (1d4). If it has taken fire damage since the start of its last turn, the damage it takes is reduced by 3 (1d6) instead. The ooze can't use this reaction if it has taken cold damage since the start of its last turn.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "green_dragon_wyrmling_bf",
+ "fields": {
+ "name": "Green Dragon Wyrmling",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Dragon",
+ "subtype": "",
+ "group": "Dragons",
+ "alignment": "",
+ "armor_class": 17,
+ "armor_desc": "natural armor",
+ "hit_points": 51,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"fly\":60,\"swim\":30}",
+ "environments_json": null,
+ "strength": 14,
+ "dexterity": 16,
+ "constitution": 16,
+ "intelligence": 18,
+ "wisdom": 14,
+ "charisma": 16,
+ "strength_save": 2,
+ "dexterity_save": 3,
+ "constitution_save": 3,
+ "intelligence_save": 4,
+ "wisdom_save": 2,
+ "charisma_save": 3,
+ "perception": 14,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "poison,poisoned",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft., keensense 10 ft.",
+ "languages": "Draconic",
+ "challenge_rating": "2",
+ "cr": 2.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon makes one Bite attack and one Claw attack.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 7 (1d10+2) piercing damage plus 3 (1d6) poison damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 5 (1d6+2) slashing damage.\"},{\"name\":\"Poison Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales poisonous gas in a 15-foot cone. Each creature in that area must make a DC 11 CON save, taking 21 (6d6) poison damage on a failed save, or half as much damage on a successful one.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The dragon can breathe air and water.\"},{\"name\":\"Pounce\",\"desc\":\"If the dragon moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 12 STR save or be knocked prone. If the target is prone, the dragon can make one Claw attack against it as a bonus action.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "green_hag_bf",
+ "fields": {
+ "name": "Green Hag",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Fey",
+ "subtype": "",
+ "group": "Hags",
+ "alignment": "",
+ "armor_class": 16,
+ "armor_desc": "natural armor",
+ "hit_points": 76,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 18,
+ "dexterity": 12,
+ "constitution": 16,
+ "intelligence": 12,
+ "wisdom": 14,
+ "charisma": 22,
+ "strength_save": 4,
+ "dexterity_save": 1,
+ "constitution_save": 3,
+ "intelligence_save": 1,
+ "wisdom_save": 2,
+ "charisma_save": 6,
+ "perception": 14,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Fey Resilience",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Common,Sylvan",
+ "challenge_rating": "3",
+ "cr": 3.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The hag makes two Claw or Torment attacks. If two attacks hit one creature, the target must succeed on a DC 14 WIS save or be overwhelmed with pain and have disadvantage on attack rolls until the end of its next turn.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8+4) slashing damage.\"},{\"name\":\"Torment\",\"desc\":\"_Ranged Spell Attack:_ +6 to hit, range 60 ft., one target. _Hit:_ 14 (3d6+4) psychic damage.\"},{\"name\":\"Poisonous Allies (1/Day)\",\"desc\":\"The hag magically calls 1 **giant spider**, 2 **giant poisonous snakes**, or 2d4 **poisonous snakes**. They arrive in 1d4 rounds, acting as allies of the hag and obeying its spoken commands. The creatures remain for 1 hour, until the hag dies, or until the hag dismisses them as a bonus action.\"},{\"name\":\"Invisible Passage\",\"desc\":\"The hag magically turns invisible until it attacks or casts a spell, or until its concentration ends (as if concentrating on a spell). While invisible, it leaves no physical evidence of its passage and can be tracked only by magic. Any equipment it wears or carries is invisible with it.\"},{\"name\":\"Spellcasting\",\"desc\":\"The hag casts one of the following spells, requiring no material components and using CHA as the spellcasting ability (spell save DC 14).
At will: _dancing lights_, _minor illusion_
1/day: _bestow curse_\"}]",
+ "bonus_actions_json": "[{\"name\":\"Illusory Appearance\",\"desc\":\"The hag covers itself and anything it is wearing or carrying with a magical illusion that makes it look like another creature of its general size and Humanoid shape. The illusion ends if the hag takes a bonus action to end it or if the hag dies.
The changes wrought by this effect fail to hold up to physical inspection. For example, the hag could appear to have smooth skin, but someone touching it would feel its rough flesh. Otherwise, a creature must take an action to visually inspect the illusion and succeed on a DC 20 INT (Investigation) check to discern that the hag is disguised.\"}]",
+ "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The hag can breathe air and water.\"},{\"name\":\"Fey Resilience\",\"desc\":\"The hag is resistant to the charmed and unconscious conditions.\"},{\"name\":\"Mimicry\",\"desc\":\"The hag can mimic Animal sounds and Humanoid voices. A creature that hears the sounds can tell they are imitations with a successful DC 14 WIS (Insight) check. Speak with Beasts. The hag can communicate with Beasts as if they shared a language.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "grick_bf",
+ "fields": {
+ "name": "Grick",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Monstrosity",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 14,
+ "armor_desc": "natural armor",
+ "hit_points": 57,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"climb\":30}",
+ "environments_json": null,
+ "strength": 14,
+ "dexterity": 14,
+ "constitution": 10,
+ "intelligence": 2,
+ "wisdom": 14,
+ "charisma": 4,
+ "strength_save": 2,
+ "dexterity_save": 2,
+ "constitution_save": 0,
+ "intelligence_save": -4,
+ "wisdom_save": 2,
+ "charisma_save": -3,
+ "perception": 12,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "bludgeoning,Monstrosity Resilience",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "-",
+ "challenge_rating": "2",
+ "cr": 2.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The grick makes one Beak attack and one Tentacles attack.\"},{\"name\":\"Beak\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 9 (2d6+2) piercing damage.\"},{\"name\":\"Tentacles\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 12 (4d4+2) piercing damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Monstrosity Resilience\",\"desc\":\"The grick is resistant to exhaustion and to the frightened condition.\"},{\"name\":\"Spider Climb\",\"desc\":\"The grick can climb difficult surfaces, including upside ceilings, without needing to make an ability check.\"},{\"name\":\"Stone Camouflage\",\"desc\":\"The grick's Stealth is 17 in rocky terrain.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "griffon_bf",
+ "fields": {
+ "name": "Griffon",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Monstrosity",
+ "subtype": "Animal",
+ "group": null,
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": null,
+ "hit_points": 63,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"fly\":80}",
+ "environments_json": null,
+ "strength": 18,
+ "dexterity": 14,
+ "constitution": 16,
+ "intelligence": 2,
+ "wisdom": 12,
+ "charisma": 8,
+ "strength_save": 4,
+ "dexterity_save": 2,
+ "constitution_save": 3,
+ "intelligence_save": -4,
+ "wisdom_save": 1,
+ "charisma_save": -1,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Monstrosity Resilience",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "-",
+ "challenge_rating": "2",
+ "cr": 2.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The griffon makes one Beak attack and one Claws attack.\"},{\"name\":\"Beak\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 8 (1d8+4) piercing damage.\"},{\"name\":\"Claws\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6+4) slashing damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Heightened Sight\",\"desc\":\"The griffon's Perception is 18 when perceiving by sight.\"},{\"name\":\"Monstrosity Resilience\",\"desc\":\"The griffon is resistant to exhaustion and to the frightened condition.\"},{\"name\":\"Pack Tactics\",\"desc\":\"The griffon has advantage on attack rolls against a creature if at least one of the griffon's allies is within 5 feet of the creature and the ally isn't incapacitated.\"},{\"name\":\"Pounce\",\"desc\":\"If the griffon moves at least 20 feet straight toward a creature and then hits it with a Claws attack on the same turn, that target must succeed on a DC 14 STR save or be knocked prone. If the target is prone, the griffon can make one Beak attack against it as a bonus action.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "grimlock_bf",
+ "fields": {
+ "name": "Grimlock",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Humanoid",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 11,
+ "armor_desc": null,
+ "hit_points": 17,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 12,
+ "constitution": 12,
+ "intelligence": 8,
+ "wisdom": 12,
+ "charisma": 6,
+ "strength_save": 3,
+ "dexterity_save": 1,
+ "constitution_save": 1,
+ "intelligence_save": -1,
+ "wisdom_save": 1,
+ "charisma_save": -2,
+ "perception": 11,
+ "skills_json": "",
+ "damage_vulnerabilities": "thunder,deafened",
+ "damage_resistances": "",
+ "damage_immunities": "blinded",
+ "condition_immunities": "",
+ "senses": "keensense 30 ft. (can't sense beyond this radius)",
+ "languages": "Dwarvish,Undercommon",
+ "challenge_rating": "1/4",
+ "cr": 0.25,
+ "actions_json": "[{\"name\":\"Spiked Club\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 5 (1d4+3) bludgeoning damage plus 2 (1d4) piercing damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Strange Bauble\",\"desc\":\"The grimlock reaches into a pocket, pulls out a small object, and throws it at a creature the grimlock can sense within 30 feet. The grimlock chooses one of the following objects:\\n- **Flashing Rock.** The grimlock throws a warm, scintillating rock at the target that bursts with a myriad of colors. The target must succeed on a DC 11 DEX save or be blinded until the end of its next turn.\\n- **Illusory Dancer.** The grimlock throws a small disk that emits a blurry, fractured illusion of a graceful, humanoid dancer. The target must succeed on a DC 11 CHA save or be incapacitated until the end of its next turn as it is mesmerized by the dance.\\n- **Whirling Death.** The grimlock throws a small, bladed gear that grows larger and larger as it travels toward the target, threatening to slice the target into pieces. The target must succeed on a DC 11 WIS save or be frightened until the end of its next turn. On a success, the target realizes the gear's growth was a magical, illusory effect and that the gear never increased in size.\"}]",
+ "special_abilities_json": "[{\"name\":\"Heightened Hearing and Smell\",\"desc\":\"The grimlock's Perception is 16 when perceiving by hearing or smell.\"},{\"name\":\"Stone Camouflage\",\"desc\":\"The grimlock's Stealth is 18 while in rocky terrain.\"},{\"name\":\"Suppressed Senses\",\"desc\":\"The grimlock can't use its keensense while deafened and unable to smell.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "guard_bf",
+ "fields": {
+ "name": "Guard",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Humanoid",
+ "subtype": "Any Lineage",
+ "group": "NPCs",
+ "alignment": "",
+ "armor_class": 14,
+ "armor_desc": "chain shirt",
+ "hit_points": 8,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 12,
+ "dexterity": 12,
+ "constitution": 12,
+ "intelligence": 10,
+ "wisdom": 12,
+ "charisma": 10,
+ "strength_save": 1,
+ "dexterity_save": 1,
+ "constitution_save": 1,
+ "intelligence_save": 0,
+ "wisdom_save": 1,
+ "charisma_save": 0,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "any one language (usually Common)",
+ "challenge_rating": "1/8",
+ "cr": 0.125,
+ "actions_json": "[{\"name\":\"Spear\",\"desc\":\"_Melee or Ranged Weapon Attack:_ +3 to hit, reach 5 ft. or range 20/60 ft., one target. _Hit:_ 4 (1d6+1) piercing damage, or 5 (1d8+1) piercing damage if used with two hands to make a melee attack.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "",
+ "reactions_json": "[{\"name\":\"Protector's Parry\",\"desc\":\"When a friendly creature the guard can see within 5 feet of it is the target of an attack, the guard can interpose its weapon between the creature and the attacker. The friendly creature adds 2 to its AC against that attack. To use this reaction, the guard must be able to see the attacker and be wielding a melee weapon.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "guardian_naga_bf",
+ "fields": {
+ "name": "Guardian Naga",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Monstrosity",
+ "subtype": "",
+ "group": "Nagas",
+ "alignment": "",
+ "armor_class": 18,
+ "armor_desc": "natural armor",
+ "hit_points": 176,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40}",
+ "environments_json": null,
+ "strength": 18,
+ "dexterity": 26,
+ "constitution": 24,
+ "intelligence": 24,
+ "wisdom": 26,
+ "charisma": 26,
+ "strength_save": 4,
+ "dexterity_save": 8,
+ "constitution_save": 7,
+ "intelligence_save": 7,
+ "wisdom_save": 8,
+ "charisma_save": 8,
+ "perception": 18,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "necrotic,radiant,Monstrosity Resilience",
+ "damage_immunities": "poison,charmed,poisoned",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Abyssal,Celestial,Common,Infernal",
+ "challenge_rating": "10",
+ "cr": 10.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The guardian naga makes three Slam or Spit Poison attacks, or it makes one Constrict attack and two Slam attacks. It can replace one attack with a use of Spellcasting.\"},{\"name\":\"Constrict\",\"desc\":\"_Melee Weapon Attack:_ +8 to hit, reach 10 ft., one target. _Hit:_ 8 (1d8+4) bludgeoning damage plus 13 (3d8) necrotic damage or radiant damage (the naga's choice), and the target is grappled (escape DC 16) if it is a Large or smaller creature. Until this grapple ends, the target is restrained, and the naga can't Constrict another target.\"},{\"name\":\"Slam\",\"desc\":\"_Melee Weapon Attack:_ +8 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6+4) bludgeoning damage plus 13 (3d8) necrotic damage or radiant damage (the naga's choice).\"},{\"name\":\"Spit Poison\",\"desc\":\"_Ranged Weapon Attack:_ +8 to hit, range 20/60 ft., one target. _Hit:_ 11 (2d6+4) poison damage plus 13 (3d8) necrotic damage or radiant damage (the naga's choice).\"},{\"name\":\"Spellcasting\",\"desc\":\"The guardian naga casts one of the following spells, requiring only verbal components and using WIS as the spellcasting ability (spell save DC 16).
At will: _augury_ (as an action), _command_, _mending_, _thaumaturgy_
3/day each: _bestow curse_, _cure wounds_
2/day each: _freedom of movement_, _hold_
1/day: _geas_ (as an action)\"}]",
+ "bonus_actions_json": "[{\"name\":\"Protector's Step\",\"desc\":\"The naga magically teleports, along with any equipment it is wearing or carrying, up to 120 feet to an unoccupied space within the sacred site or temple it protects or within 30 feet of the exterior of such a site. Swirls of golden light or tendrils of inky shadow (the naga's choice) appear at the origin and destination when it uses this bonus action.\"}]",
+ "special_abilities_json": "[{\"name\":\"Divine Strikes\",\"desc\":\"The naga's weapon attacks are magical. When the naga hits with any weapon attack, the weapon deals an extra 3d8 necrotic damage or radiant damage (included in the attack), the naga's choice.\"},{\"name\":\"Monstrosity Resilience\",\"desc\":\"The naga is resistant to exhaustion and to the frightened condition.\"},{\"name\":\"Rejuvenation\",\"desc\":\"If it dies, the naga returns to life in 1d6 days, regaining all its HP and becoming active again. Only a wish spell can prevent this trait from functioning.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "gynosphinx_bf",
+ "fields": {
+ "name": "Gynosphinx",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Monstrosity",
+ "subtype": "",
+ "group": "Sphinxes",
+ "alignment": "",
+ "armor_class": 17,
+ "armor_desc": "natural armor",
+ "hit_points": 204,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40,\"fly\":60}",
+ "environments_json": null,
+ "strength": 26,
+ "dexterity": 14,
+ "constitution": 16,
+ "intelligence": 26,
+ "wisdom": 26,
+ "charisma": 20,
+ "strength_save": 8,
+ "dexterity_save": 2,
+ "constitution_save": 3,
+ "intelligence_save": 8,
+ "wisdom_save": 8,
+ "charisma_save": 5,
+ "perception": 18,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "bludgeoning,piercing,and slashing damage from nonmagical attacks,Monstrosity Resilience",
+ "damage_immunities": "psychic,charmed,frightened",
+ "condition_immunities": "",
+ "senses": "truesight 120 ft.",
+ "languages": "Common,Sphinx,telepathy 120 ft.",
+ "challenge_rating": "11",
+ "cr": 11.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The sphinx makes three Claw attacks, or it makes four Psychic Bolt attacks. It can replace one attack with a use of Spellcasting.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +8 to hit, reach 5 ft., one target. _Hit:_ 15 (2d10+4) slashing damage plus 10 (3d6) psychic damage.\"},{\"name\":\"Psychic Bolt\",\"desc\":\"_Ranged Spell Attack:_ +9 to hit, range 120 ft., one target. _Hit:_ 19 (4d6+5) psychic damage.\"},{\"name\":\"Spellcasting\",\"desc\":\"The sphinx casts one of the following spells, requiring no spell components and using CHA as the spellcasting ability (spell save DC 17).
At will: _detect magic_, _minor illusion_, _prestidigitation_
3/day each: _augury_ (as an action), _major image_, _suggestion_, _tongues_
1/day: h*allucinatory terrain* (as an action)\"}]",
+ "bonus_actions_json": "[{\"name\":\"Psychic Connection\",\"desc\":\"One creature the sphinx can see within 60 feet of it must succeed on a DC 17 WIS save or be mentally connected to the sphinx until the sphinx chooses to end it or until the sphinx dies or the target dies. While connected in this way, the sphinx can cause the target to experience one of the following effects at the start of each of the target's turns. The effect lasts until the start of the target's next turn or until the connection ends. The target can repeat the save at the end of each of its turns, ending the connection on a success.\\n- **Disoriented.** When the target moves, it moves in a random direction.\\n- **Distracted.** When the target casts a spell, it must succeed on a DC 17 WIS save or be unable to cast the spell, using the action, bonus action, or reaction to cast the spell but not expending the spell slot or similar limited use of the spell.\\n- **Seeing Double.** The target has disadvantage on weapon attack rolls.\"}]",
+ "special_abilities_json": "[{\"name\":\"Inscrutable\",\"desc\":\"The sphinx is immune to any effect that would sense its emotions or read its thoughts, as well as any divination spell that it refuses. WIS (Insight) checks made to ascertain the sphinx's intentions or sincerity have disadvantage.\"},{\"name\":\"Monstrosity Resilience\",\"desc\":\"The sphinx is resistant to exhaustion and to the frightened condition.\"},{\"name\":\"Psychic Claws\",\"desc\":\"The sphinx's Claw attacks are magical. When the sphinx hits with a Claw attack, the Claw deals an extra 3d6 psychic damage (included in the attack).\"}]",
+ "reactions_json": null,
+ "legendary_desc": "The sphinx can take 3 legendary actions, choosing from the options below. Only one legendary action option can be used at a time and only at the end of another creature's turn. The sphinx regains spent legendary actions at the start of its turn.",
+ "legendary_actions_json": "[{\"name\":\"Teleport\",\"desc\":\"The sphinx magically teleports, along with any equipment it is wearing or carrying, up to 120 feet to an unoccupied space it can see.\"},{\"name\":\"Cast a Spell (Costs 2 Actions)\",\"desc\":\"The sphinx uses Spellcasting.\"},{\"name\":\"Psychic Burst (Costs 2 Actions)\",\"desc\":\"The sphinx sends out a burst of psychic energy. Each creature within 20 feet of the sphinx that has an INT of 8 or higher must succeed on a DC 17 INT save or be incapacitated until the end of its next turn, as it reels from the psychic onslaught.\"}]",
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "harpy_bf",
+ "fields": {
+ "name": "Harpy",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Monstrosity",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 13,
+ "armor_desc": null,
+ "hit_points": 38,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":20,\"fly\":40}",
+ "environments_json": null,
+ "strength": 12,
+ "dexterity": 16,
+ "constitution": 12,
+ "intelligence": 6,
+ "wisdom": 10,
+ "charisma": 12,
+ "strength_save": 1,
+ "dexterity_save": 3,
+ "constitution_save": 1,
+ "intelligence_save": -2,
+ "wisdom_save": 0,
+ "charisma_save": 1,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "charmed,Monstrosity Resilience",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft.",
+ "languages": "Common",
+ "challenge_rating": "1",
+ "cr": 1.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The harpy makes two Claw or Screech attacks. If both Screech attacks hit one Giant or Humanoid, the target has disadvantage on the next save it makes against the harpy's Luring Song before the start of the harpy's next turn.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 8 (2d4+3) slashing damage.\"},{\"name\":\"Screech\",\"desc\":\"_Ranged Spell Attack:_ +4 to hit, range 30/120 ft., one target. _Hit:_ 8 (2d6+1) thunder damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Luring Song\",\"desc\":\"The harpy sings a magical melody. Every Humanoid and Giant within 300 feet of the harpy that can hear the song must succeed on a DC 11 WIS save or be charmed until the song ends. The harpy must use a bonus action on its subsequent turns to continue singing. It can stop singing at any time. The song ends if the harpy is incapacitated.
While charmed by the harpy, a target is incapacitated and ignores the songs of other harpies. If the charmed target is more than 5 feet away from the harpy, the target must move on its turn toward the harpy by the most direct route, trying to get within 5 feet. It doesn't avoid opportunity attacks, but before moving into damaging terrain, such as lava or a pit, and whenever it takes damage from a source other than the harpy, the target can repeat the save. A charmed target can also repeat the save at the end of each of its turns. If the save is successful, the effect ends on it. A target that successfully saves is immune to this harpy's song for the next 24 hours.\"}]",
+ "special_abilities_json": "[{\"name\":\"Monstrosity Resilience\",\"desc\":\"The harpy is resistant to exhaustion and to the frightened condition.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "hawk_bf",
+ "fields": {
+ "name": "Hawk",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "tiny",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 11,
+ "armor_desc": null,
+ "hit_points": 7,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":10,\"fly\":60}",
+ "environments_json": null,
+ "strength": 4,
+ "dexterity": 12,
+ "constitution": 8,
+ "intelligence": 2,
+ "wisdom": 14,
+ "charisma": 6,
+ "strength_save": -3,
+ "dexterity_save": 1,
+ "constitution_save": -1,
+ "intelligence_save": -4,
+ "wisdom_save": 2,
+ "charisma_save": -2,
+ "perception": 14,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "-",
+ "challenge_rating": "0",
+ "cr": 0.0,
+ "actions_json": "[{\"name\":\"Talons\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 3 (1d4+1) slashing damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Evasive Flight\",\"desc\":\"The hawk takes the Disengage or Dodge action. It can use this bonus action only while flying.\"}]",
+ "special_abilities_json": "[{\"name\":\"Heightened Sight\",\"desc\":\"The hawk's Perception is 19 when perceiving by sight.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "hawk_blood_bf",
+ "fields": {
+ "name": "Hawk, Blood",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "small",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": null,
+ "hit_points": 8,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":10,\"fly\":60}",
+ "environments_json": null,
+ "strength": 6,
+ "dexterity": 14,
+ "constitution": 10,
+ "intelligence": 2,
+ "wisdom": 14,
+ "charisma": 4,
+ "strength_save": -2,
+ "dexterity_save": 2,
+ "constitution_save": 0,
+ "intelligence_save": -4,
+ "wisdom_save": 2,
+ "charisma_save": -3,
+ "perception": 14,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "-",
+ "challenge_rating": "1/8",
+ "cr": 0.125,
+ "actions_json": "[{\"name\":\"Beak\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 4 (1d4+2) piercing damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Evasive Flight\",\"desc\":\"The hawk takes the Disengage or Dodge action. It can use this bonus action only while flying.\"}]",
+ "special_abilities_json": "[{\"name\":\"Heightened Sight\",\"desc\":\"The hawk's Perception is 19 when perceiving by sight.\"},{\"name\":\"Pack Tactics\",\"desc\":\"The hawk has advantage on attack rolls against a creature if at least one of the hawk's allies is within 5 feet of the creature and the ally isn't incapacitated.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "hell_hound_bf",
+ "fields": {
+ "name": "Hell Hound",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Fiend",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 15,
+ "armor_desc": "natural armor",
+ "hit_points": 76,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":50}",
+ "environments_json": null,
+ "strength": 20,
+ "dexterity": 12,
+ "constitution": 14,
+ "intelligence": 6,
+ "wisdom": 16,
+ "charisma": 6,
+ "strength_save": 5,
+ "dexterity_save": 1,
+ "constitution_save": 2,
+ "intelligence_save": -2,
+ "wisdom_save": 3,
+ "charisma_save": -2,
+ "perception": 15,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "fire,charmed,frightened",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "understands Infernal but can't speak",
+ "challenge_rating": "3",
+ "cr": 3.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The hell hound makes two Bite attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 7 (1d8+3) piercing damage plus 7 (2d6) fire damage.\"},{\"name\":\"Fire Breath (Recharge 5-6)\",\"desc\":\"The hound exhales fire in a 15foot cone. Each creature in that area must make a DC 13 DEX save, taking 21 (6d6) fire damage on a failed save, or half as much damage on a successful one.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Pack Tactics\",\"desc\":\"The hound has advantage on an attack roll against a creature if at least one of the hound's allies is within 5 feet of the creature and the ally isn't incapacitated.\"},{\"name\":\"Prey Sense\",\"desc\":\"The hound can pinpoint, by scent, the location of Medium and smaller creatures within 30 feet of it.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "hezrou_bf",
+ "fields": {
+ "name": "Hezrou",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Fiend",
+ "subtype": "Demon",
+ "group": "Demons",
+ "alignment": "",
+ "armor_class": 16,
+ "armor_desc": "natural armor",
+ "hit_points": 138,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"swim\":30}",
+ "environments_json": null,
+ "strength": 24,
+ "dexterity": 16,
+ "constitution": 26,
+ "intelligence": 4,
+ "wisdom": 18,
+ "charisma": 12,
+ "strength_save": 7,
+ "dexterity_save": 3,
+ "constitution_save": 8,
+ "intelligence_save": -3,
+ "wisdom_save": 4,
+ "charisma_save": 1,
+ "perception": 14,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "bludgeoning,piercing,and slashing damage from nonmagical attacks,Demonic Resilience",
+ "damage_immunities": "Demonic Resilience",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft.",
+ "languages": "Abyssal,telepathy 120 ft.",
+ "challenge_rating": "8",
+ "cr": 8.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The hezrou makes one Sticky Tongue attack, one Bite attack, and two Claw attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 15 (2d10+4) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 17 (3d8+4) slashing damage.\"},{\"name\":\"Sticky Tongue\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 20 ft., one target. _Hit:_ 11 (2d6+4) bludgeoning damage, and the target must succeed on a DC 16 STR save or be pulled up to 15 feet toward the hezrou.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Quick Leap\",\"desc\":\"The hezrou jumps horizontally up to 20 feet to an unoccupied space it can see without provoking opportunity attacks.\"}]",
+ "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The hezrou can breathe air and water.\"},{\"name\":\"Demonic Resilience\",\"desc\":\"The hezrou is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The hezrou has advantage on saving throws against spells and other magical effects.\"},{\"name\":\"Speak with Frogs and Toads\",\"desc\":\"The hezrou can communicate with frogs and toads as if they shared a language.\"},{\"name\":\"Standing Leap\",\"desc\":\"The hezrou's long jump is up to 20 feet and its high jump is up to 10 feet, with or without a running start.\"},{\"name\":\"Stench\",\"desc\":\"A creature that starts its turn within 10 feet of the hezrou must succeed on a DC 16 CON save or be poisoned until the start of its next turn. On a success, the creature is immune to the hezrou's Stench for the next 24 hours.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "hill_giant_bf",
+ "fields": {
+ "name": "Hill Giant",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "huge",
+ "type": "Giant",
+ "subtype": "",
+ "group": "Giants",
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": "hide armor",
+ "hit_points": 126,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40}",
+ "environments_json": null,
+ "strength": 20,
+ "dexterity": 10,
+ "constitution": 24,
+ "intelligence": 4,
+ "wisdom": 8,
+ "charisma": 6,
+ "strength_save": 5,
+ "dexterity_save": 0,
+ "constitution_save": 7,
+ "intelligence_save": -3,
+ "wisdom_save": -1,
+ "charisma_save": -2,
+ "perception": 12,
+ "skills_json": "",
+ "damage_vulnerabilities": "Giant Attributes",
+ "damage_resistances": "poison,poisoned,Giant Attributes",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "Giant",
+ "challenge_rating": "5",
+ "cr": 5.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The giant makes two Spiked Tree Branch or Rotten Snack attacks.\"},{\"name\":\"Spiked Tree Branch\",\"desc\":\"_Melee Weapon Attack:_ +8 to hit, reach 10 ft., one target. _Hit:_ 14 (2d8+5) bludgeoning damage plus 5 (2d4) piercing damage.\"},{\"name\":\"Rotten Snack\",\"desc\":\"_Ranged Weapon Attack:_ +8 to hit, range 60/240 ft., one target. _Hit:_ 12 (2d6+5) bludgeoning damage plus 7 (2d6) poison damage, and the target must succeed on a DC 16 CON save or be poisoned until the end of its next turn.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Body Bounce\",\"desc\":\"The hill giant bumps its stomach, hip, shoulder, knee, or other part of its body into a creature within 10 feet of it. The target must succeed on a DC 16 STR save or be pushed up to 10 feet away from the giant and knocked prone.\"}]",
+ "special_abilities_json": "[{\"name\":\"Giant Attributes\",\"desc\":\"The hill giant is resistant to the stunned condition, and it is vulnerable to the prone condition.\"},{\"name\":\"Show of Might\",\"desc\":\"The hill giant can use STR instead of CHA when making CHA (Intimidation) checks.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "hinn_bf",
+ "fields": {
+ "name": "Hinn",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Elemental",
+ "subtype": "Outsider",
+ "group": "Genies",
+ "alignment": "",
+ "armor_class": 17,
+ "armor_desc": "natural armor",
+ "hit_points": 199,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"burrow\":30,\"fly\":60}",
+ "environments_json": null,
+ "strength": 22,
+ "dexterity": 12,
+ "constitution": 32,
+ "intelligence": 14,
+ "wisdom": 24,
+ "charisma": 26,
+ "strength_save": 6,
+ "dexterity_save": 1,
+ "constitution_save": 11,
+ "intelligence_save": 2,
+ "wisdom_save": 7,
+ "charisma_save": 8,
+ "perception": 17,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "prone",
+ "damage_immunities": "petrified",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft.",
+ "languages": "Common,Terran",
+ "challenge_rating": "11",
+ "cr": 11.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The hinn makes three Gem-Studded Mace or Lob Stone attacks. If two Gem-Studded Mace attacks hit one creature, the target must succeed on a DC 16 CON save or be stunned until the end of its next turn.\"},{\"name\":\"Gem-Studded Mace\",\"desc\":\"_Melee Weapon Attack:_ +10 to hit, reach 5 ft., one target. _Hit:_ 13 (2d6+6) bludgeoning damage plus 9 (2d8) piercing damage.\"},{\"name\":\"Lob Stone\",\"desc\":\"_Ranged Weapon Attack:_ +10 to hit, range 20/60 ft., one target. _Hit:_ 22 (3d10+6) bludgeoning damage.\"},{\"name\":\"Create Earth Elemental (1/Day)\",\"desc\":\"The hinn magically creates one earth-based Elemental of CR 5 or lower in an unoccupied space the hinn can see within 30 feet of it. The elemental acts as an ally of the hinn, obeying its spoken commands. The elemental remains for 1 hour, until the hinn dies, or until the hinn dismisses it as a bonus action.\"},{\"name\":\"Travel the Planes (1/Day)\",\"desc\":\"The hinn transports itself to a different plane of existence. This works like the plane shift spell, except it can affect only itself and can't use this action to banish an unwilling creature.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Churned Earth\",\"desc\":\"The hinn causes the ground on a point it can see within 60 feet of it to erupt. Each creature within 15 feet of that point must succeed on a DC 16 DEX save or take 10 (3d6) bludgeoning damage and be knocked prone.\"},{\"name\":\"Genie Shape\",\"desc\":\"The hinn magically transforms into a Medium cloud of dust filled with miniscule clashing, bursting, and reforming rocks or back into its bipedal form. Its statistics are the same in each form. Any equipment it is wearing or carrying transforms with it. It reverts to its bipedal form if it dies. The hinn can't use this bonus action to transform into its bipedal form while inside a Medium or smaller container.\"}]",
+ "special_abilities_json": "[{\"name\":\"Earth Glide\",\"desc\":\"The hinn can burrow through nonmagical, unworked earth and stone. While doing so, the hinn doesn't disturb the material through which it moves.\"},{\"name\":\"Nebulous (Cloud Form Only)\",\"desc\":\"The hinn's Stealth is 20, it can hover while flying, can't manipulate objects or attack, and it can pass through any space air can pass through without squeezing. In addition, it can enter and hide in any Tiny or larger container, such as a pouch, lamp, backpack, or barrel.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "hippocampus_bf",
+ "fields": {
+ "name": "Hippocampus",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Beast",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 11,
+ "armor_desc": null,
+ "hit_points": 42,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":10,\"swim\":60}",
+ "environments_json": null,
+ "strength": 18,
+ "dexterity": 12,
+ "constitution": 12,
+ "intelligence": 2,
+ "wisdom": 12,
+ "charisma": 8,
+ "strength_save": 4,
+ "dexterity_save": 1,
+ "constitution_save": 1,
+ "intelligence_save": -4,
+ "wisdom_save": 1,
+ "charisma_save": -1,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "cold",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "-",
+ "challenge_rating": "1",
+ "cr": 1.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The hippocampus makes one Bite attack and one Tail Slap attack.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one creature. _Hit:_ 7 (1d6+4) piercing damage.\"},{\"name\":\"Tail Slap\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 10 ft., one target. _Hit:_ 8 (1d8+4) bludgeoning damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Rearing Kick\",\"desc\":\"The hippocampus rears up and kicks its forelegs at one creature it can see within 5 feet of it. The target must succeed on a DC 14 STR save or be knocked prone or pushed up to 10 feet away from the hippocampus (the hippocampus's choice).\"}]",
+ "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The hippocampus can breathe air and water.\"},{\"name\":\"Shared Breath\",\"desc\":\"The hippocampus's gills pull more air from the water than the hippocampus needs, expelling the excess as bubbles down its neck and across its back. If an air-breathing creature is riding the hippocampus, these bubbles can provide that creature a supply of fresh air when the hippocampus isn't in combat or traveling at a fast pace.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "hippogriff_bf",
+ "fields": {
+ "name": "Hippogriff",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Monstrosity",
+ "subtype": "Animal",
+ "group": null,
+ "alignment": "",
+ "armor_class": 11,
+ "armor_desc": null,
+ "hit_points": 44,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40,\"fly\":60}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 12,
+ "constitution": 12,
+ "intelligence": 2,
+ "wisdom": 16,
+ "charisma": 8,
+ "strength_save": 3,
+ "dexterity_save": 1,
+ "constitution_save": 1,
+ "intelligence_save": -4,
+ "wisdom_save": 3,
+ "charisma_save": -1,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Monstrosity Resilience",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "-",
+ "challenge_rating": "1",
+ "cr": 1.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The hippogriff makes one Beak attack and one Claws attack.\"},{\"name\":\"Beak\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 8 (1d10+3) piercing damage.\"},{\"name\":\"Claws\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) slashing damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Dive (Recharge 5-6)\",\"desc\":\"While flying, the hippogriff dives onto a creature below it. The hippogriff moves at least 20 feet in a straight line toward a creature it can see. The target must succeed on a DC 13 STR save or take 7 (2d6) bludgeoning damage and be knocked prone.\"}]",
+ "special_abilities_json": "[{\"name\":\"Heightened Sight\",\"desc\":\"The hippogriff's Perception is 18 when perceiving by sight.\"},{\"name\":\"Monstrosity Resilience\",\"desc\":\"The hippogriff is resistant to exhaustion and to the frightened condition.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "hivebound_bf",
+ "fields": {
+ "name": "Hivebound",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "small",
+ "type": "Monstrosity",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 15,
+ "armor_desc": "natural armor",
+ "hit_points": 108,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":25,\"fly\":40}",
+ "environments_json": null,
+ "strength": 14,
+ "dexterity": 16,
+ "constitution": 18,
+ "intelligence": 6,
+ "wisdom": 14,
+ "charisma": 6,
+ "strength_save": 2,
+ "dexterity_save": 3,
+ "constitution_save": 4,
+ "intelligence_save": -2,
+ "wisdom_save": 2,
+ "charisma_save": -2,
+ "perception": 12,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "bludgeoning,charmed,Monstrosity Resilience",
+ "damage_immunities": "blinded",
+ "condition_immunities": "",
+ "senses": "keensense 60 ft. (can't sense beyond this radius)",
+ "languages": "understands Common but can't speak",
+ "challenge_rating": "5",
+ "cr": 5.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The hivebound makes one Bite attack and two Claw attacks, or it makes three Spit Insect attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 12 (2d8+3) piercing damage plus 10 (3d6) poison damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 8 (2d4+3) slashing damage.\"},{\"name\":\"Spit Insect\",\"desc\":\"_Ranged Weapon Attack:_ +6 to hit, range 30/120 ft., one target. _Hit:_ 5 (1d4+3) piercing damage plus 7 (2d6) poison damage, and the target must succeed on a DC 15 DEX save or be pestered until the end of its next turn. A pestered creature has disadvantage on the next attack roll it makes before the pester ends.\"},{\"name\":\"Swarm Breath (Recharge 5-6)\",\"desc\":\"The hivebound exhales stinging insects in a 30-foot cone. Each creature in the area must make a DC 15 DEX save, taking 10 (4d4) piercing damage and 17 (5d6) poison damage on a failed save, or half as much damage on a successful one. A swarm of insects under the hivebound's control then forms in an unoccupied space in that area.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Swift Flight\",\"desc\":\"The hivebound flies up to half its speed without provoking opportunity attacks.\"}]",
+ "special_abilities_json": "[{\"name\":\"Collective Mind\",\"desc\":\"The hivebound's individual insects and swarms under its control are connected via a hive mind. It can telepathically communicate with any of its individual insects and swarms within 1 mile of it, and it can't be surprised. It can have up to five swarms of insects under its control at a time.\"},{\"name\":\"Monstrosity Resilience\",\"desc\":\"The hivebound is resistant to exhaustion and to the frightened condition.\"},{\"name\":\"Reinforced Mind\",\"desc\":\"If the hivebound starts its turn afflicted by an ongoing effect that allows a repeated INT, WIS, or CHA save to end the effect, such as the hold spell, the hivebound can make the save at the start of the turn instead of the end and has advantage on the save.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "hobgoblin_bf",
+ "fields": {
+ "name": "Hobgoblin",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Humanoid",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 18,
+ "armor_desc": "chain mail, shield",
+ "hit_points": 18,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 12,
+ "dexterity": 12,
+ "constitution": 12,
+ "intelligence": 10,
+ "wisdom": 10,
+ "charisma": 8,
+ "strength_save": 1,
+ "dexterity_save": 1,
+ "constitution_save": 1,
+ "intelligence_save": 0,
+ "wisdom_save": 0,
+ "charisma_save": -1,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Common,Goblin",
+ "challenge_rating": "1/2",
+ "cr": 0.5,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The hobgoblin makes two Longsword or Longbow attacks.\"},{\"name\":\"Longsword\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 5 (1d8+1) slashing damage, or 6 (1d10+1) slashing damage if used with two hands.\"},{\"name\":\"Longbow\",\"desc\":\"_Ranged Weapon Attack:_ +3 to hit, range 150/600 ft., one target. _Hit:_ 5 (1d8+1) piercing damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Tactical Analysis\",\"desc\":\"The hobgoblin briefly studies one creature it can see within 30 feet of it. It has advantage on the next attack roll it makes against that creature before the start of the hobgoblin's next turn.\"}]",
+ "special_abilities_json": "",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "hobgoblin_commander_bf",
+ "fields": {
+ "name": "Hobgoblin Commander",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Humanoid",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 17,
+ "armor_desc": "half plate",
+ "hit_points": 72,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 14,
+ "dexterity": 14,
+ "constitution": 14,
+ "intelligence": 12,
+ "wisdom": 10,
+ "charisma": 14,
+ "strength_save": 2,
+ "dexterity_save": 2,
+ "constitution_save": 2,
+ "intelligence_save": 1,
+ "wisdom_save": 0,
+ "charisma_save": 2,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "charmed,frightened",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Common,Goblin",
+ "challenge_rating": "3",
+ "cr": 3.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The hobgoblin commander makes three Greatsword or Longbow attacks.\"},{\"name\":\"Greatsword\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 9 (2d6+2) slashing damage.\"},{\"name\":\"Longbow\",\"desc\":\"_Ranged Weapon Attack:_ +4 to hit, range 150/600 ft., one target. _Hit:_ 6 (1d8+2) piercing damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Martial Tactics\",\"desc\":\"The hobgoblin commander employs one of the following tactics:\\n- **Emboldening Shout.** One friendly creature within 30 feet of the hobgoblin commander that it can see gains 7 (2d6) temporary HP until the start of the commander's next turn.\\n- **Pressing Advance.** The commander moves up to half its speed and commands one friendly creature it can see within 30 feet of it to also move. The target can use its reaction to move up to half its speed in the direction of the commander's choosing. This movement for both creatures is unaffected by difficult terrain and doesn't provoke opportunity attacks.\"}]",
+ "special_abilities_json": "[{\"name\":\"Unshakable Command\",\"desc\":\"Each friendly creature within 30 feet of the hobgoblin commander can't be charmed or frightened while the commander isn't incapacitated.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "homunculus_bf",
+ "fields": {
+ "name": "Homunculus",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "tiny",
+ "type": "Construct",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 13,
+ "armor_desc": null,
+ "hit_points": 34,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":20,\"fly\":40}",
+ "environments_json": null,
+ "strength": 4,
+ "dexterity": 16,
+ "constitution": 10,
+ "intelligence": 14,
+ "wisdom": 10,
+ "charisma": 6,
+ "strength_save": -3,
+ "dexterity_save": 3,
+ "constitution_save": 0,
+ "intelligence_save": 2,
+ "wisdom_save": 0,
+ "charisma_save": -2,
+ "perception": 12,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "Construct Resilience",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "understands the languages of its creator but can't speak",
+ "challenge_rating": "1",
+ "cr": 1.0,
+ "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one creature. _Hit:_ 5 (1d4+3) piercing damage plus 5 (2d4) poison damage, and the target must succeed on a DC 12 CON save or be poisoned for 1 minute. If the save fails by 5 or more, the target is instead poisoned for 5 (1d10) minutes and unconscious while poisoned in this way.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Bound Construct\",\"desc\":\"The homunculus serves another creature as a familiar, forming a magic, telepathic bond with that willing companion. While the two are bonded and on the same plane of existence, the companion can sense what the homunculus senses and the two can communicate telepathically. While the homunculus is within 100 feet of the companion, it can use a reaction to deliver any spell the companion casts that has a range of touch. If the spell requires an attack roll, the homunculus uses the companion's spell attack modifier for the roll. While the homunculus is within 10 feet of its companion, the companion has advantage on INT (Arcana) and INT (Investigation) checks. At any time and for any reason, the homunculus can end its service as a familiar, ending the telepathic bond.\"},{\"name\":\"Construct Nature\",\"desc\":\"The homunculus doesn't require air, food, drink, or sleep.\"},{\"name\":\"Construct Resilience\",\"desc\":\"The homunculus is immune to poison and psychic damage, and it is immune to exhaustion and the charmed, frightened, paralyzed, petrified, and poisoned conditions.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "horned_devil_bf",
+ "fields": {
+ "name": "Horned Devil",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Fiend",
+ "subtype": "Devil",
+ "group": "Devils",
+ "alignment": "",
+ "armor_class": 18,
+ "armor_desc": "natural armor",
+ "hit_points": 185,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":20,\"fly\":60}",
+ "environments_json": null,
+ "strength": 30,
+ "dexterity": 24,
+ "constitution": 20,
+ "intelligence": 12,
+ "wisdom": 24,
+ "charisma": 24,
+ "strength_save": 10,
+ "dexterity_save": 7,
+ "constitution_save": 5,
+ "intelligence_save": 1,
+ "wisdom_save": 7,
+ "charisma_save": 7,
+ "perception": 17,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Devilish Resilience",
+ "damage_immunities": "Devilish Resilience",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft.",
+ "languages": "Infernal,telepathy 120 ft.",
+ "challenge_rating": "11",
+ "cr": 11.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The devil makes two Fork attacks and one Tail attack, or it makes three Hurl Flame attacks.\"},{\"name\":\"Fork\",\"desc\":\"_Melee Weapon Attack:_ +10 to hit, reach 10 ft., one target. _Hit:_ 19 (3d8+6) piercing damage.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +10 to hit, reach 10 ft., one target. _Hit:_ 22 (3d10+6) piercing damage. If the target is a creature other than a Construct or Undead, it must succeed on a DC 17 CON save or lose 10 (3d6) HP at the start of each of its turns due to an infernal wound. Each time the devil hits the wounded target with this attack, the damage dealt by the wound increases by 10 (3d6). Any creature can take an action to stanch the wound with a successful DC 12 WIS (Medicine) check. The wound also closes if the target receives magical healing.\"},{\"name\":\"Hurl Flame\",\"desc\":\"_Ranged Spell Attack:_ +7 to hit, range 150 ft., one target. _Hit:_ 20 (5d6+3) fire damage. If the target is a flammable object that isn't being worn or carried, it also catches fire.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Headbutt\",\"desc\":\"The horned devil slams its horned head into a creature it can see within 5 feet of it. The target must make a DC 17 STR save. On a failure, the target takes 7 (2d6) bludgeoning damage and is knocked prone. On a success, the target takes half the damage and isn't knocked prone.\"}]",
+ "special_abilities_json": "[{\"name\":\"Devil's Sight\",\"desc\":\"Magical darkness doesn't impede the devil's darkvision.\"},{\"name\":\"Devilish Resilience\",\"desc\":\"The devil is resistant to cold damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to fire damage and poison damage and to the poisoned condition.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The devil has advantage on saves against spells and other magical effects.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "horse_draft_bf",
+ "fields": {
+ "name": "Horse, Draft",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 10,
+ "armor_desc": null,
+ "hit_points": 15,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40}",
+ "environments_json": null,
+ "strength": 18,
+ "dexterity": 10,
+ "constitution": 12,
+ "intelligence": 2,
+ "wisdom": 10,
+ "charisma": 6,
+ "strength_save": 4,
+ "dexterity_save": 0,
+ "constitution_save": 1,
+ "intelligence_save": -4,
+ "wisdom_save": 0,
+ "charisma_save": -2,
+ "perception": 12,
+ "skills_json": "",
+ "damage_vulnerabilities": "frightened",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "-",
+ "challenge_rating": "1/4",
+ "cr": 0.25,
+ "actions_json": "[{\"name\":\"Hooves\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 7 (1d6+4) bludgeoning damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Draft Animal\",\"desc\":\"The draft horse can push, drag, or lift weight in pounds equal to three times its carrying capacity.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "horse_riding_bf",
+ "fields": {
+ "name": "Horse, Riding",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 10,
+ "armor_desc": null,
+ "hit_points": 15,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":60}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 10,
+ "constitution": 12,
+ "intelligence": 2,
+ "wisdom": 10,
+ "charisma": 6,
+ "strength_save": 3,
+ "dexterity_save": 0,
+ "constitution_save": 1,
+ "intelligence_save": -4,
+ "wisdom_save": 0,
+ "charisma_save": -2,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "frightened",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "-",
+ "challenge_rating": "1/4",
+ "cr": 0.25,
+ "actions_json": "[{\"name\":\"Hooves\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 6 (1d6+3) bludgeoning damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Easy Gait\",\"desc\":\"The horse's steps are smooth and steady. A creature riding the horse has advantage on saves against exhaustion caused by a Forced March.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "horse_war_bf",
+ "fields": {
+ "name": "Horse, War",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 15,
+ "armor_desc": "scale mail barding",
+ "hit_points": 22,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":60}",
+ "environments_json": null,
+ "strength": 18,
+ "dexterity": 12,
+ "constitution": 12,
+ "intelligence": 2,
+ "wisdom": 12,
+ "charisma": 6,
+ "strength_save": 4,
+ "dexterity_save": 1,
+ "constitution_save": 1,
+ "intelligence_save": -4,
+ "wisdom_save": 1,
+ "charisma_save": -2,
+ "perception": 11,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "-",
+ "challenge_rating": "1/2",
+ "cr": 0.5,
+ "actions_json": "[{\"name\":\"Hooves\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 8 (1d8+4) bludgeoning damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Trampling Charge\",\"desc\":\"If the horse moves at least 20 feet straight toward a creature and then hits it with a Hooves attack on the same turn, that target must succeed on a DC 14 STR save or be knocked prone. If the target is prone, the horse can make another Hooves attack against it as a bonus action.\"}]",
+ "reactions_json": "[{\"name\":\"Trained Shift\",\"desc\":\"If the horse's rider is subjected to an effect that would knock it prone or dismount it, the horse can shift its body to assist the rider. The rider has advantage on the check or save to avoid the effect.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "husk_demon_bf",
+ "fields": {
+ "name": "Husk Demon",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Fiend",
+ "subtype": "Demon",
+ "group": "Demons",
+ "alignment": "",
+ "armor_class": 15,
+ "armor_desc": null,
+ "hit_points": 82,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40,\"fly\":25}",
+ "environments_json": null,
+ "strength": 12,
+ "dexterity": 20,
+ "constitution": 16,
+ "intelligence": 6,
+ "wisdom": 8,
+ "charisma": 4,
+ "strength_save": 1,
+ "dexterity_save": 5,
+ "constitution_save": 3,
+ "intelligence_save": -2,
+ "wisdom_save": -1,
+ "charisma_save": -3,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Demonic Resilience",
+ "damage_immunities": "necrotic,exhaustion,prone,Demonic Resilience",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Abyssal,Void Speech,telepathy 60 ft.",
+ "challenge_rating": "4",
+ "cr": 4.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The husk demon makes two Life Drain attacks.\"},{\"name\":\"Life Drain\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one creature. _Hit:_ 7 (1d8+3) slashing damage plus 9 (2d8) necrotic damage, and the husk demon regains HP equal to half the necrotic damage dealt. The target must succeed on a DC 15 CON save or its HP maximum is reduced by an amount equal to the necrotic damage taken. This reduction lasts until the creatures finishes a long rest. The target dies if this effect reduces its HP maximum to 0.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Soul Feed\",\"desc\":\"The husk demon feasts on the light in the soul of up to two creatures it can see within 20 feet of it, causing one of the following effects. Each target must succeed on a DC 15 CHA save or suffer the chosen effect. A creature that fails the save against Soul Feed two rounds in a row suffers one level of exhaustion.\\n- **Happiness Feast.** The husk demon feasts on the target's happiness, causing the target to become crestfallen. The target has disadvantage on attack rolls until the end of its next turn.\\n- **Hope Feast.** The husk demon feasts on the target's hope, causing the target to become despondent. The target has disadvantage on saves until the end of its next turn.\\n- **Motivation Feast.** The husk demon feasts on the target's motivation, causing the target to lose its ambitions and become apathetic. The target's speed is halved until the end of its next turn.\"}]",
+ "special_abilities_json": "[{\"name\":\"Amorphous\",\"desc\":\"The husk demon can move through a space as narrow as 1 inch wide without squeezing.\"},{\"name\":\"Demonic Resilience\",\"desc\":\"The husk demon is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The husk demon has advantage on saves against spells and other magical effects.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "hydra_bf",
+ "fields": {
+ "name": "Hydra",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "huge",
+ "type": "Dragon",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 15,
+ "armor_desc": "natural armor",
+ "hit_points": 166,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"swim\":30}",
+ "environments_json": null,
+ "strength": 20,
+ "dexterity": 12,
+ "constitution": 20,
+ "intelligence": 2,
+ "wisdom": 10,
+ "charisma": 6,
+ "strength_save": 5,
+ "dexterity_save": 1,
+ "constitution_save": 5,
+ "intelligence_save": -4,
+ "wisdom_save": 0,
+ "charisma_save": -2,
+ "perception": 16,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Multiple Heads",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "-",
+ "challenge_rating": "8",
+ "cr": 8.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The hydra makes as many Bite attacks as it has heads.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +8 to hit, reach 10 ft., one target. _Hit:_ 10 (1d10+5) piercing damage.\"},{\"name\":\"Noxious Breath (Recharge Special)\",\"desc\":\"The hydra exhales poisonous gas in a 30-foot cone. Each creature in that area must make a DC 16 CON save, taking 40 (9d8) poison damage on a failed save, or half as much damage on a successful one. While the hydra has five or more heads, this action has a recharge of 6. The recharge range increases for each head the hydra has below five. For example, a hydra that starts its turn with two heads can recharge this feature on a 3, 4, 5, or 6.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Bloody Burst (Has Fewer Than Five Heads)\",\"desc\":\"The hydra squeezes the stumps of its severed heads, spraying blood and gore. Each creature within 5 feet of the hydra must succeed on a DC 16 CON save or be incapacitated until the end of its next turn and poisoned for 1 minute. A poisoned creature can repeat the save at the end of each of its turns, ending the effect on itself on a success.\"}]",
+ "special_abilities_json": "[{\"name\":\"Hold Breath\",\"desc\":\"The hydra can hold its breath for 1 hour.\"},{\"name\":\"Multiple Heads\",\"desc\":\"The hydra has five heads and is resistant to the blinded, charmed, deafened, frightened, stunned, and unconscious conditions.
Whenever the hydra takes 25 or more damage in a single turn, one of its heads dies. If all its heads die, the hydra dies. At the end of its turn, it grows two heads for each of its heads that died since its last turn, unless it has taken fire damage since its last turn. The hydra regains 10 HP for each head regrown in this way.\"},{\"name\":\"Reactive Heads\",\"desc\":\"For each head the hydra has beyond one, it gets an extra reaction that can be used only for opportunity attacks.\"},{\"name\":\"Wakeful\",\"desc\":\"While the hydra sleeps, at least one of its heads is awake.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "hyena_bf",
+ "fields": {
+ "name": "Hyena",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 10,
+ "armor_desc": null,
+ "hit_points": 8,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":50}",
+ "environments_json": null,
+ "strength": 10,
+ "dexterity": 10,
+ "constitution": 12,
+ "intelligence": 2,
+ "wisdom": 12,
+ "charisma": 4,
+ "strength_save": 0,
+ "dexterity_save": 0,
+ "constitution_save": 1,
+ "intelligence_save": -4,
+ "wisdom_save": 1,
+ "charisma_save": -3,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "-",
+ "challenge_rating": "0",
+ "cr": 0.0,
+ "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +2 to hit, reach 5 ft., one creature. _Hit:_ 3 (1d6) piercing damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Cackling Chorus\",\"desc\":\"If three or more hyenas are all within 30 feet of each other, their cackling, grunts, whoops, and yips create a deafening chorus. A creature that starts its turn within 10 feet of such a hyena must succeed on a DC 10 CON save or be deafened until the start of its next turn. The DC is equal to 8 plus the number of participating hyenas.\"},{\"name\":\"Pack Tactics\",\"desc\":\"The hyena has advantage on attack rolls against a creature if at least one of the hyena's allies is within 5 feet of the creature and the ally isn't incapacitated.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "hyena_giant_bf",
+ "fields": {
+ "name": "Hyena, Giant",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": null,
+ "hit_points": 42,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":50}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 14,
+ "constitution": 14,
+ "intelligence": 2,
+ "wisdom": 12,
+ "charisma": 6,
+ "strength_save": 3,
+ "dexterity_save": 2,
+ "constitution_save": 2,
+ "intelligence_save": -4,
+ "wisdom_save": 1,
+ "charisma_save": -2,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "-",
+ "challenge_rating": "1",
+ "cr": 1.0,
+ "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one creature. _Hit:_ 10 (2d6+3) piercing damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Warning Yip\",\"desc\":\"The hyena can emit a brief yip at one friendly hyena or gnoll it can see within 30 feet of it, warning the target of danger. The next attack roll against the target before the start of the hyena's turn has disadvantage.\"}]",
+ "special_abilities_json": "[{\"name\":\"Cackling Chorus\",\"desc\":\"If three or more hyenas are all within 30 feet of each other, their cackling, grunts, whoops, and yips create a deafening chorus. A creature that starts its turn within 10 feet of such a hyena must succeed on a CON save or be deafened until the start of its next turn. The DC is equal to 8 plus the number of participating hyenas.\"}]",
+ "reactions_json": "[{\"name\":\"Rampage\",\"desc\":\"When the hyena reduces a creature to 0 HP, it can move up to half its speed and make one Bite attack. If it does, attack rolls against it have advantage until the start of its next turn.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "ice_devil_bf",
+ "fields": {
+ "name": "Ice Devil",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Fiend",
+ "subtype": "Devil",
+ "group": "Devils",
+ "alignment": "",
+ "armor_class": 18,
+ "armor_desc": "natural armor",
+ "hit_points": 193,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40}",
+ "environments_json": null,
+ "strength": 20,
+ "dexterity": 24,
+ "constitution": 28,
+ "intelligence": 18,
+ "wisdom": 24,
+ "charisma": 28,
+ "strength_save": 5,
+ "dexterity_save": 7,
+ "constitution_save": 9,
+ "intelligence_save": 4,
+ "wisdom_save": 7,
+ "charisma_save": 9,
+ "perception": 17,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "blinded,Devilish Resilience",
+ "damage_immunities": "cold,Devilish Resilience",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft., keensense 60 ft.",
+ "languages": "Infernal,telepathy 120 ft.",
+ "challenge_rating": "14",
+ "cr": 14.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The devil makes two Claw attacks and one Tail attack, or it makes three Icicle Shard attacks.\"},{\"name\":\"Claws\",\"desc\":\"_Melee Weapon Attack:_ +10 to hit, reach 5 ft., one target. _Hit:_ 12 (2d6+5) slashing damage plus 18 (4d8) cold damage.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +10 to hit, reach 10 ft., one target. _Hit:_ 15 (3d6+5) bludgeoning damage plus 18 (4d8) cold damage.\"},{\"name\":\"Icicle Shard\",\"desc\":\"_Ranged Spell Attack:_ +9 to hit, range 120 ft., one target. _Hit:_ 13 (2d8+4) piercing damage plus 18 (4d8) cold damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Ice Wall\",\"desc\":\"The ice devil causes a wall of ice to magically rise from the ground at a point it can see within 60 feet of it. The wall is up to 30 feet long, 10 feet high, and 5 feet thick. It can be any shape, as long as its base is connected to the ground. If the wall cuts through a creature's space when it appears, the creature is pushed to one side (the devil's choice). If a creature would be surrounded on all sides by the wall, it can make a DC 17 DEX save. On a success, it can use its reaction to move up to its speed so that it is no longer enclosed by the wall.
The wall lasts 1 minute, until the devil creates a new wall, or until the devil dies. Each 10-foot section of the wall has AC 5, 30 HP, is vulnerable to fire damage, and is immune to acid, cold, necrotic, poison, and psychic damage.\"}]",
+ "special_abilities_json": "[{\"name\":\"Devil's Sight\",\"desc\":\"Magical darkness doesn't impede the devil's darkvision.\"},{\"name\":\"Devilish Resilience\",\"desc\":\"The devil is resistant to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to fire damage and poison damage and to the poisoned condition.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The devil has advantage on saves against spells and other magical effects.\"},{\"name\":\"Snow Walk\",\"desc\":\"The devil can move across icy surfaces without needing to make an ability check. In addition, difficult terrain composed of ice or snow doesn't cost it extra movement.\"}]",
+ "reactions_json": "[{\"name\":\"Ice Shield\",\"desc\":\"When the ice devil or a friendly creature it can see is hit by an attack, the devil can create a magical barrier of ice to disrupt the attack. The target halves the damage from the attack.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "ice_mephit_bf",
+ "fields": {
+ "name": "Ice Mephit",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "small",
+ "type": "Elemental",
+ "subtype": "",
+ "group": "Mephits",
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": null,
+ "hit_points": 27,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"fly\":30}",
+ "environments_json": null,
+ "strength": 4,
+ "dexterity": 14,
+ "constitution": 10,
+ "intelligence": 6,
+ "wisdom": 10,
+ "charisma": 12,
+ "strength_save": -3,
+ "dexterity_save": 2,
+ "constitution_save": 0,
+ "intelligence_save": -2,
+ "wisdom_save": 0,
+ "charisma_save": 1,
+ "perception": 12,
+ "skills_json": "",
+ "damage_vulnerabilities": "bludgeoning,fire",
+ "damage_resistances": "",
+ "damage_immunities": "cold,poison,poisoned",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Aquan,Auran",
+ "challenge_rating": "1/2",
+ "cr": 0.5,
+ "actions_json": "[{\"name\":\"Claws\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 4 (1d4+2) slashing damage plus 3 (1d6) cold damage.\"},{\"name\":\"Ice Shard\",\"desc\":\"_Ranged Weapon Attack:_ +4 to hit, range 20/60 ft., one target. _Hit:_ 4 (1d4+2) piercing damage plus 3 (1d6) cold damage.\"},{\"name\":\"Frost Breath (Recharge 6)\",\"desc\":\"The mephit exhales freezing fog in a 15-foot cone. Each creature in that area must make a DC 11 CON save. On a failure, a creature takes 7 (2d6) cold damage and is restrained by ice until the end of its next turn. On a success, a creature takes half the damage and isn't restrained.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Cloud of Snow (1/Day)\",\"desc\":\"The mephit casts the fog cloud spell, requiring no material components and using CHA as the spellcasting ability.\"}]",
+ "special_abilities_json": "[{\"name\":\"Death Burst\",\"desc\":\"When the mephit dies, it explodes in a burst of viscous ice. Each creature within 5 feet of it must succeed on a DC 11 DEX save or be restrained by ice for 1 minute. A creature, including the restrained creature, can take its action to free the restrained creature by succeeding on a DC 11 STR check. The ice melts immediately if the restrained creature takes fire damage, freeing the creature.\"},{\"name\":\"False Appearance\",\"desc\":\"While the mephit remains motionless, it is indistinguishable from an ordinary shard of ice.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "imp_bf",
+ "fields": {
+ "name": "Imp",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "tiny",
+ "type": "Fiend",
+ "subtype": "Devil",
+ "group": "Devils",
+ "alignment": "",
+ "armor_class": 13,
+ "armor_desc": null,
+ "hit_points": 31,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":20,\"fly\":40}",
+ "environments_json": null,
+ "strength": 6,
+ "dexterity": 16,
+ "constitution": 12,
+ "intelligence": 10,
+ "wisdom": 12,
+ "charisma": 18,
+ "strength_save": -2,
+ "dexterity_save": 3,
+ "constitution_save": 1,
+ "intelligence_save": 0,
+ "wisdom_save": 1,
+ "charisma_save": 4,
+ "perception": 11,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Devilish Resilience",
+ "damage_immunities": "Devilish Resilience",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft.",
+ "languages": "Infernal,Common",
+ "challenge_rating": "1",
+ "cr": 1.0,
+ "actions_json": "[{\"name\":\"Slam (Beast Form Only)\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) bludgeoning, piercing, or slashing damage (based on the type of damage dealt by the Beast form's primary attack, such as Bite).\"},{\"name\":\"Sting (True Form Only)\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 5 (1d4+3) piercing damage, and the target must make a DC 12 CON save, taking 10 (3d6) poison damage on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Invisibility (True Form Only)\",\"desc\":\"The imp magically turns invisible until it attacks or uses Change Shape, or until its concentration ends (as if concentrating on a spell). Any equipment the imp wears or carries is invisible with it.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The imp magically transforms into a Medium or smaller Beast that has a CR no higher than its own or back into its true form, which is a Fiend. Without wings, it loses its flying speed. Its statistics, other than its size and speed, are the same in each form. Any equipment it is wearing or carrying transforms with it. It reverts to its true form if it dies.\"}]",
+ "special_abilities_json": "[{\"name\":\"Devil's Sight\",\"desc\":\"Magical darkness doesn't impede the imp's darkvision.\"},{\"name\":\"Devilish Resilience\",\"desc\":\"The devil is resistant to cold damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to fire damage and poison damage and to the poisoned condition.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The imp has advantage on saves against spells and other magical effects.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "insatiable_brood_bf",
+ "fields": {
+ "name": "Insatiable Brood",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Swarm",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 13,
+ "armor_desc": null,
+ "hit_points": 63,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":0,\"fly\":50}",
+ "environments_json": null,
+ "strength": 10,
+ "dexterity": 20,
+ "constitution": 12,
+ "intelligence": 4,
+ "wisdom": 12,
+ "charisma": 6,
+ "strength_save": 0,
+ "dexterity_save": 5,
+ "constitution_save": 1,
+ "intelligence_save": -3,
+ "wisdom_save": 1,
+ "charisma_save": -2,
+ "perception": 11,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "cold,Swarm Resilience",
+ "damage_immunities": "Swarm Resilience",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "understands Void Speech but can't speak",
+ "challenge_rating": "3",
+ "cr": 3.0,
+ "actions_json": "[{\"name\":\"Bites\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 0 ft., one creature in the swarm's space. _Hit:_ 14 (4d6) piercing damage plus 18 (4d8) force damage, or 7 (2d6) piercing damage plus 9 (2d8) force damage if the insatiable brood has half its HP or fewer.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Void Gaze\",\"desc\":\"The insatiable brood turns all its individual heads in one direction, and its hundreds of Void-filled eyes stare at one creature the brood can see within 30 feet of it. The target must succeed on a DC 13 WIS save or be frightened until the end of its next turn. If the target fails the save by 5 or more, it suffers a random, short-term dread effect for 1 minute.\"}]",
+ "special_abilities_json": "[{\"name\":\"Aberrant Resilience\",\"desc\":\"The insatiable brood has advantage on saves against spells or effects that would alter its form.\"},{\"name\":\"Magic Bites\",\"desc\":\"The insatiable brood's Bites attacks are magical.\"},{\"name\":\"Siege Monster\",\"desc\":\"The insatiable brood deals double damage to objects and structures.\"},{\"name\":\"Swarm\",\"desc\":\"The insatiable brood can occupy another creature's space and vice versa, and the brood can move through any opening large enough for a Tiny creature. The brood can't regain HP or gain temporary HP.\"},{\"name\":\"Swarm Resilience\",\"desc\":\"The swarm is resistant to bludgeoning, piercing, and slashing damage, and it is immune to the charmed, frightened, grappled, paralyzed, petrified, prone, restrained, and stunned conditions.\"},{\"name\":\"Void Dweller\",\"desc\":\"The insatiable brood doesn't require air, food, drink, or sleep, and it is immune to the effects of Void terrain. In addition, it can fly through the Void as if through air.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "insect_giant_centipede_bf",
+ "fields": {
+ "name": "Insect, Giant Centipede",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "small",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 13,
+ "armor_desc": "natural armor",
+ "hit_points": 14,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"climb\":30}",
+ "environments_json": null,
+ "strength": 4,
+ "dexterity": 14,
+ "constitution": 12,
+ "intelligence": 1,
+ "wisdom": 6,
+ "charisma": 2,
+ "strength_save": -3,
+ "dexterity_save": 2,
+ "constitution_save": 1,
+ "intelligence_save": -5,
+ "wisdom_save": -2,
+ "charisma_save": -4,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "prone",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "keensense 30 ft.",
+ "languages": "-",
+ "challenge_rating": "1/4",
+ "cr": 0.25,
+ "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 5 (1d6+2) piercing damage, and the target must succeed on a DC 11 CON save or take 7 (2d6) poison damage. If the poison damage reduces the target to 0 HP, the target is stable but poisoned for 1 hour, even after regaining HP, and is paralyzed while poisoned in this way.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Swift Hunter\",\"desc\":\"The centipede moves up to its speed toward a hostile creature that it can see.\"}]",
+ "special_abilities_json": "",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "insect_giant_fire_beetle_bf",
+ "fields": {
+ "name": "Insect, Giant Fire Beetle",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "small",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 13,
+ "armor_desc": "natural armor",
+ "hit_points": 7,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 8,
+ "dexterity": 10,
+ "constitution": 12,
+ "intelligence": 1,
+ "wisdom": 6,
+ "charisma": 2,
+ "strength_save": -1,
+ "dexterity_save": 0,
+ "constitution_save": 1,
+ "intelligence_save": -5,
+ "wisdom_save": -2,
+ "charisma_save": -4,
+ "perception": 8,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "keensense 30 ft.",
+ "languages": "-",
+ "challenge_rating": "0",
+ "cr": 0.0,
+ "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +2 to hit, reach 5 ft., one target. _Hit:_ 2 (1d4) slashing damage.\"},{\"name\":\"Igniting Mucus\",\"desc\":\"_Ranged Weapon Attack:_ +2 to hit, range 15/30 ft., one target. _Hit:_ 2 (1d4) poison damage, and the target is covered in mucus that ignites after 1d4 rounds or if the target takes fire damage. An ignited creature takes 2 (1d4) fire damage at the start of each of its turns until a creature takes an action to douse the fire. A creature can remove the mucus before it ignites by taking an action.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Illumination\",\"desc\":\"The beetle sheds bright light in a 10-foot radius and dim light for an additional 10 feet.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "insect_giant_scorpion_bf",
+ "fields": {
+ "name": "Insect, Giant Scorpion",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 15,
+ "armor_desc": "natural armor",
+ "hit_points": 76,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40,\"burrow\":20}",
+ "environments_json": null,
+ "strength": 14,
+ "dexterity": 12,
+ "constitution": 14,
+ "intelligence": 1,
+ "wisdom": 8,
+ "charisma": 2,
+ "strength_save": 2,
+ "dexterity_save": 1,
+ "constitution_save": 2,
+ "intelligence_save": -5,
+ "wisdom_save": -1,
+ "charisma_save": -4,
+ "perception": 11,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "poison,poisoned",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "keensense 60 ft.",
+ "languages": "-",
+ "challenge_rating": "3",
+ "cr": 3.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The giant scorpion makes two Claw attacks and one Sting attack.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 6 (1d8+2) bludgeoning damage, and the target is grappled (escape DC 12). The scorpion has two claws, each of which can grapple only one target.\"},{\"name\":\"Sting\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 10 ft., one creature. _Hit:_ 7 (1d10+2) piercing damage plus 7 (2d6) poison damage, and the target must succeed on a DC 12 CON save or be poisoned until the end of its next turn.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "",
+ "reactions_json": "[{\"name\":\"Reflexive Sting\",\"desc\":\"When a creature the scorpion can see attacks it while within 10 feet of the scorpion, the scorpion can whip its tail defensively at the creature. The attacker must succeed on a DC 12 DEX save or take 5 (1d10) piercing damage.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "insect_giant_wasp_bf",
+ "fields": {
+ "name": "Insect, Giant Wasp",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": null,
+ "hit_points": 25,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":10,\"fly\":50}",
+ "environments_json": null,
+ "strength": 10,
+ "dexterity": 14,
+ "constitution": 10,
+ "intelligence": 1,
+ "wisdom": 10,
+ "charisma": 2,
+ "strength_save": 0,
+ "dexterity_save": 2,
+ "constitution_save": 0,
+ "intelligence_save": -5,
+ "wisdom_save": 0,
+ "charisma_save": -4,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "-",
+ "challenge_rating": "1/2",
+ "cr": 0.5,
+ "actions_json": "[{\"name\":\"Sting\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 6 (1d8+2) piercing damage, and the target must succeed on a DC 12 CON save or take 10 (3d6) poison damage. If the poison damage reduces the target to 0 HP, the target is stable but poisoned for 1 hour, even after regaining HP, and is paralyzed while poisoned in this way.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "",
+ "reactions_json": "[{\"name\":\"Assailing Pheromone\",\"desc\":\"When the wasp takes damage, it can release a scent perceptible only to other wasps. Each wasp within 10 feet of this wasp has advantage on the next attack roll it makes before the end of its next turn.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "insect_scorpion_bf",
+ "fields": {
+ "name": "Insect, Scorpion",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "tiny",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 11,
+ "armor_desc": "natural armor",
+ "hit_points": 8,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":10}",
+ "environments_json": null,
+ "strength": 2,
+ "dexterity": 10,
+ "constitution": 8,
+ "intelligence": 1,
+ "wisdom": 8,
+ "charisma": 2,
+ "strength_save": -4,
+ "dexterity_save": 0,
+ "constitution_save": -1,
+ "intelligence_save": -5,
+ "wisdom_save": -1,
+ "charisma_save": -4,
+ "perception": 9,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "poison,poisoned",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "keensense 10 ft.",
+ "languages": "-",
+ "challenge_rating": "0",
+ "cr": 0.0,
+ "actions_json": "[{\"name\":\"Sting\",\"desc\":\"_Melee Weapon Attack:_ +2 to hit, reach 5 ft., one creature. _Hit:_ 2 (1d4) piercing damage, and the target must succeed on a DC 10 CON save or take 2 (1d4) poison damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "insect_swarm_of_insects_bf",
+ "fields": {
+ "name": "Insect, Swarm of Insects",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Swarm",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": "natural armor",
+ "hit_points": 24,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":20,\"climb\":20}",
+ "environments_json": null,
+ "strength": 2,
+ "dexterity": 12,
+ "constitution": 10,
+ "intelligence": 1,
+ "wisdom": 6,
+ "charisma": 1,
+ "strength_save": -4,
+ "dexterity_save": 1,
+ "constitution_save": 0,
+ "intelligence_save": -5,
+ "wisdom_save": -2,
+ "charisma_save": -5,
+ "perception": 8,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Swarm Resilience",
+ "damage_immunities": "Swarm Resilience",
+ "condition_immunities": "",
+ "senses": "keensense 10 ft.",
+ "languages": "-",
+ "challenge_rating": "1/2",
+ "cr": 0.5,
+ "actions_json": "[{\"name\":\"Bites\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 0 ft., one target in the swarm's space. _Hit:_ 10 (4d4) piercing damage, or 5 (2d4) piercing damage if the swarm has half of its HP or fewer.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Crawling Swarm\",\"desc\":\"A creature in the swarm's space is covered in crawling and buzzing insects. If the creature casts a spell with a somatic component, it must succeed on a DC 11 CON save or the spell fails to cast, expending the action required to cast it but not the spell slot or daily use.\"},{\"name\":\"Swarm\",\"desc\":\"The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny insect. The swarm can't regain HP or gain temporary HP.\"},{\"name\":\"Swarm Resilience\",\"desc\":\"The swarm is resistant to bludgeoning, piercing, and slashing damage, and it is immune to the charmed, frightened, grappled, paralyzed, petrified, prone, restrained, and stunned conditions.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "invisible_stalker_bf",
+ "fields": {
+ "name": "Invisible Stalker",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Elemental",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 14,
+ "armor_desc": null,
+ "hit_points": 121,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":50,\"fly\":50,\"hover\": true}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 18,
+ "constitution": 14,
+ "intelligence": 10,
+ "wisdom": 20,
+ "charisma": 10,
+ "strength_save": 3,
+ "dexterity_save": 4,
+ "constitution_save": 2,
+ "intelligence_save": 0,
+ "wisdom_save": 5,
+ "charisma_save": 0,
+ "perception": 18,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Elemental Resilience",
+ "damage_immunities": "Elemental Resilience",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Auran,understands Common but can't speak it",
+ "challenge_rating": "6",
+ "cr": 6.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The stalker makes two Slam attacks.\"},{\"name\":\"Slam\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8+4) bludgeoning damage plus 9 (2d8) cold damage. If the target is the stalker's quarry, the target must succeed on a DC 15 DEX save or its speed is halved until the end of its next turn.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Steal Breath\",\"desc\":\"The invisible stalker calls on the air in the lungs of one breathing creature it can see within 30 feet of it, causing the air to leave the creature. The target must succeed on a DC 15 CON save or be unable to speak or cast spells with verbal components until the end of its next turn. A creature that fails the save by 5 or more is also incapacitated and suffocating for the duration, as it coughs uncontrollably.\"}]",
+ "special_abilities_json": "[{\"name\":\"Elemental Nature\",\"desc\":\"The invisible stalker doesn't require air, food, drink, or sleep.\"},{\"name\":\"Elemental Resilience\",\"desc\":\"The stalker is resistant to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to poison damage, to exhaustion, and to the grappled, paralyzed, petrified, poisoned, prone, restrained, and unconscious conditions.\"},{\"name\":\"Faultless Tracker\",\"desc\":\"At the end of each long rest, the invisible stalker can choose a creature it knows or has seen to be its quarry. A stalker summoned by another creature can choose only the quarry specified by its summoner, but the stalker also knows the location of its summoner while it continues to serve the summoner. The stalker always knows the direction and distance to its quarry, provided the two are on the same plane of existence.\"},{\"name\":\"Invisibility\",\"desc\":\"The stalker is invisible. The condition's effect on DEX (Stealth) checks has been included in the above Stealth value.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "iron_golem_bf",
+ "fields": {
+ "name": "Iron Golem",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Construct",
+ "subtype": "",
+ "group": "Golems",
+ "alignment": "",
+ "armor_class": 20,
+ "armor_desc": "natural armor, shield",
+ "hit_points": 201,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 34,
+ "dexterity": 8,
+ "constitution": 20,
+ "intelligence": 2,
+ "wisdom": 10,
+ "charisma": 1,
+ "strength_save": 12,
+ "dexterity_save": -1,
+ "constitution_save": 5,
+ "intelligence_save": -4,
+ "wisdom_save": 0,
+ "charisma_save": -5,
+ "perception": 15,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "fire,Golem Resilience",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft.",
+ "languages": "understands the languages of its creator but can't speak",
+ "challenge_rating": "16",
+ "cr": 16.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The golem makes four Spear Arm attacks. It can replace one Spear Arm attack with a Shield Bash attack.\"},{\"name\":\"Shield Bash\",\"desc\":\"_Melee Weapon Attack:_ +12 to hit, reach 5 ft., one target. _Hit:_ 29 (4d10+7) bludgeoning damage, and the target must succeed on a DC 18 STR save or be knocked prone.\"},{\"name\":\"Spear Arm\",\"desc\":\"_Melee Weapon Attack:_ +12 to hit, reach 10 ft., one target. _Hit:_ 25 (4d8+7) piercing damage.\"},{\"name\":\"Expel Poisonous Gas (Recharge 5-6)\",\"desc\":\"The golem vents poisonous gas from small holes across its body. Each creature within 15 feet of the golem must make a DC 18 CON save, taking 54 (12d8) poison damage on a failed save, or half as much damage on a successful one.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Construct Nature\",\"desc\":\"The golem doesn't require air, food, drink, or sleep.\"},{\"name\":\"Golem Resilience\",\"desc\":\"The golem is immune to poison and psychic damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to exhaustion and to the charmed, frightened, paralyzed, petrified, and poisoned conditions.\"},{\"name\":\"Fire Absorption\",\"desc\":\"Whenever the golem is subjected to fire damage, it takes no damage and instead regains HP equal to the fire damage dealt.\"},{\"name\":\"Immutable Form\",\"desc\":\"The golem is immune to any spell or effect that would alter its form.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The golem has advantage on saves against spells and other magical effects.\"},{\"name\":\"Magic Weapons\",\"desc\":\"The golem's weapon attacks are magical.\"},{\"name\":\"Warrior Stance\",\"desc\":\"At the start of each of its turns, the iron golem chooses one of the following fighting stances to adopt, which lasts until the start of the golem's next turn.\\n- **Retributive.** The next time the golem is hit by a melee weapon attack from a creature within 5 feet of it before the start of its next turn, the golem can slam its shoulder into the attacker as a reaction. The attacker must succeed on a DC 18 STR save or be pushed up to 10 feet away from the golem and knocked prone.\\n- **Aggressive.** When the golem uses Multiattack, it can replace one additional Spear Arm attack with a Shield Bash attack. If it does so, its AC is reduced by 2 until the start of its next turn.\\n- **Defensive.** The golem's AC increases by 4, but it can't make Shield Bash attacks until the start of its next turn.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "jackal_bf",
+ "fields": {
+ "name": "Jackal",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "small",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 11,
+ "armor_desc": null,
+ "hit_points": 8,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40}",
+ "environments_json": null,
+ "strength": 8,
+ "dexterity": 12,
+ "constitution": 10,
+ "intelligence": 2,
+ "wisdom": 12,
+ "charisma": 6,
+ "strength_save": -1,
+ "dexterity_save": 1,
+ "constitution_save": 0,
+ "intelligence_save": -4,
+ "wisdom_save": 1,
+ "charisma_save": -2,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "-",
+ "challenge_rating": "0",
+ "cr": 0.0,
+ "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one creature. _Hit:_ 3 (1d4+1) piercing damage, and the target must succeed on a DC 10 CON save or contract shriveling fever disease, named for the way the disease causes an infected creature's muscles to shrivel. Until the disease is cured, the creature is poisoned, and at the end of each long rest, the infected creature must succeed on a DC 10 CON save or its STR score is reduced by 1d4. This reduction lasts until the creature finishes a long rest after the disease is cured. If the disease reduces the creature's STR to 0, the creature dies. A creature that succeeds on two saves recovers from the disease.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Heightened Hearing and Smell\",\"desc\":\"The jackal's Perception is 18 when perceiving by hearing or smell.\"},{\"name\":\"Pack Tactics\",\"desc\":\"The jackal has advantage on attack rolls against a creature if at least one of the jackal's allies is within 5 feet of the creature and the ally isn't incapacitated.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "knight_bf",
+ "fields": {
+ "name": "Knight",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Humanoid",
+ "subtype": "Any Lineage",
+ "group": "NPCs",
+ "alignment": "",
+ "armor_class": 18,
+ "armor_desc": "plate",
+ "hit_points": 68,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 10,
+ "constitution": 14,
+ "intelligence": 12,
+ "wisdom": 12,
+ "charisma": 14,
+ "strength_save": 3,
+ "dexterity_save": 0,
+ "constitution_save": 2,
+ "intelligence_save": 1,
+ "wisdom_save": 1,
+ "charisma_save": 2,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "charmed,frightened",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "Common and one other language",
+ "challenge_rating": "3",
+ "cr": 3.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The knight makes three Greatsword attacks, or it makes four Javelin attacks.\"},{\"name\":\"Greatsword\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) slashing damage.\"},{\"name\":\"Javelin\",\"desc\":\"_Melee or Ranged Weapon Attack:_ +5 to hit, reach 5 ft. or range 30/120 ft., one target. _Hit:_ 6 (1d6+3) piercing damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Champion's Challenge\",\"desc\":\"The knight challenges one creature it can see within 30 feet of it. The target must succeed on a DC 13 CHA save or have disadvantage on attack rolls against creatures that aren't the knight until the end of its next turn.\"}]",
+ "special_abilities_json": "[{\"name\":\"Chivalrous Presence\",\"desc\":\"The knight exudes a powerful presence. At the start of each of the knight's turns, it chooses one of the following presences, which lasts until the start of the knight's next turn.\\n- **Empowering Presence.** Each friendly creature that starts its turn within 15 feet of the knight has advantage on the first attack roll it makes before this presence ends.\\n- **Protective Presence.** Hostile creatures have disadvantage on attack rolls against friendly creatures within 5 feet of the knight.\\n- **Unwavering Presence.** Each friendly creature within 15 feet of the knight is resistant to the charmed and frightened conditions.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "kobold_bf",
+ "fields": {
+ "name": "Kobold",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "small",
+ "type": "Humanoid",
+ "subtype": "",
+ "group": "Kobolds",
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": null,
+ "hit_points": 9,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 6,
+ "dexterity": 18,
+ "constitution": 8,
+ "intelligence": 8,
+ "wisdom": 6,
+ "charisma": 8,
+ "strength_save": -2,
+ "dexterity_save": 4,
+ "constitution_save": -1,
+ "intelligence_save": -1,
+ "wisdom_save": -2,
+ "charisma_save": -1,
+ "perception": 8,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Common,Draconic",
+ "challenge_rating": "1/8",
+ "cr": 0.125,
+ "actions_json": "[{\"name\":\"Dagger\",\"desc\":\"_Melee or Ranged Weapon Attack:_ +4 to hit, reach 5 ft. or range 20/60 ft., one target. _Hit:_ 4 (1d4+2) piercing damage.\"},{\"name\":\"Sling\",\"desc\":\"_Ranged Weapon Attack:_ +4 to hit, range 30/120 ft., one target. _Hit:_ 4 (1d4+2) bludgeoning damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Scurry\",\"desc\":\"The kobold moves up to 15 feet without provoking opportunity attacks. If the kobold is aware of traps in the area, the kobold can choose if this movement triggers any of them.\"}]",
+ "special_abilities_json": "[{\"name\":\"Pack Tactics\",\"desc\":\"The kobold has advantage on attack rolls against a creature if at least one of the kobold's allies is within 5 feet of the creature and the ally isn't incapacitated.\"},{\"name\":\"Sunlight Sensitivity\",\"desc\":\"While in sunlight, the kobold has disadvantage on attack rolls, and its Perception is 3 when perceiving by sight.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "kobold_swiftblade_bf",
+ "fields": {
+ "name": "Kobold Swiftblade",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "small",
+ "type": "Humanoid",
+ "subtype": "",
+ "group": "Kobolds",
+ "alignment": "",
+ "armor_class": 15,
+ "armor_desc": "leather armor",
+ "hit_points": 80,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"climb\":15}",
+ "environments_json": null,
+ "strength": 8,
+ "dexterity": 22,
+ "constitution": 10,
+ "intelligence": 12,
+ "wisdom": 14,
+ "charisma": 10,
+ "strength_save": -1,
+ "dexterity_save": 6,
+ "constitution_save": 0,
+ "intelligence_save": 1,
+ "wisdom_save": 2,
+ "charisma_save": 0,
+ "perception": 12,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Common,Draconic",
+ "challenge_rating": "3",
+ "cr": 3.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The kobold swiftblade makes two Scimitar or Hand Crossbow attacks.\"},{\"name\":\"Scimitar\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 7 (1d6+4) slashing damage plus 7 (2d6) poison damage.\"},{\"name\":\"Hand Crossbow\",\"desc\":\"_Ranged Weapon Attack:_ +6 to hit, range 30/120 ft., one target. _Hit:_ 7 (1d6+4) piercing damage plus 7 (2d6) poison damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Hidden Scurry\",\"desc\":\"The swiftblade moves up to 15 feet without provoking opportunity attacks, and if it moves into a lightly or heavily obscured area, it takes the Hide action, using its **Stealth** value as the result of the check. If the swiftblade is aware of traps in the area, it can choose if this movement triggers any of them.\"}]",
+ "special_abilities_json": "[{\"name\":\"Pack Tactics\",\"desc\":\"The kobold has advantage on attack rolls against a creature if at least one of the kobold's allies is within 5 feet of the creature and the ally isn't incapacitated.\"},{\"name\":\"Sunlight Sensitivity\",\"desc\":\"While in sunlight, the kobold has disadvantage on attack rolls, and its Perception is 7 when perceiving by sight.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "kobold_witch_bf",
+ "fields": {
+ "name": "Kobold Witch",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "small",
+ "type": "Humanoid",
+ "subtype": "",
+ "group": "Kobolds",
+ "alignment": "",
+ "armor_class": 13,
+ "armor_desc": null,
+ "hit_points": 126,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 8,
+ "dexterity": 16,
+ "constitution": 12,
+ "intelligence": 10,
+ "wisdom": 14,
+ "charisma": 24,
+ "strength_save": -1,
+ "dexterity_save": 3,
+ "constitution_save": 1,
+ "intelligence_save": 0,
+ "wisdom_save": 2,
+ "charisma_save": 7,
+ "perception": 12,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Common,Draconic",
+ "challenge_rating": "5",
+ "cr": 5.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The kobold witch makes three Eldritch Burst attacks. It can replace one attack with a use of Spellcasting.\"},{\"name\":\"Eldritch Burst\",\"desc\":\"_Melee or Ranged Spell Attack:_ +7 to hit, reach 5 ft. or range 60 ft., one target. _Hit:_ 13 (2d8+4) force damage.\"},{\"name\":\"Spellcasting\",\"desc\":\"The kobold witch casts one of the following spells, using CHA as the spellcasting ability (spell save DC 15).
At will: _disguise self_, _druidcraft_, _guidance_
2/day each: _command_, _ray of enfeeblement_
1/day: _bestow curse_\"}]",
+ "bonus_actions_json": "[{\"name\":\"Scurry\",\"desc\":\"The kobold moves up to 15 feet without provoking opportunity attacks. If the kobold is aware of traps in the area, the kobold can choose if this movement triggers any of them.\"},{\"name\":\"Witch's Cauldron\",\"desc\":\"The kobold witch ladles steaming brew out of a small cauldron it is holding and flings the substance at one friendly creature it can see within 15 feet of it. The target gains 5 (2d4) temporary HP until the start of the witch's next turn.\"}]",
+ "special_abilities_json": "[{\"name\":\"Pack Tactics\",\"desc\":\"The kobold has advantage on attack rolls against a creature if at least one of the kobold's allies is within 5 feet of the creature and the ally isn't incapacitated.\"},{\"name\":\"Sunlight Sensitivity\",\"desc\":\"While in sunlight, the kobold has disadvantage on attack rolls, and its Perception is 7 when perceiving by sight.\"}]",
+ "reactions_json": "[{\"name\":\"Hex\",\"desc\":\"When a creature the kobold witch can see within 60 feet of it makes an ability check, attack roll, or save, the target must roll a d6 and subtract the number rolled from that ability check, attack roll, or save.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "kraken_bf",
+ "fields": {
+ "name": "Kraken",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "gargantuan",
+ "type": "Monstrosity",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 18,
+ "armor_desc": "natural armor",
+ "hit_points": 475,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":20,\"swim\":60}",
+ "environments_json": null,
+ "strength": 44,
+ "dexterity": 24,
+ "constitution": 38,
+ "intelligence": 36,
+ "wisdom": 32,
+ "charisma": 20,
+ "strength_save": 17,
+ "dexterity_save": 7,
+ "constitution_save": 14,
+ "intelligence_save": 13,
+ "wisdom_save": 11,
+ "charisma_save": 5,
+ "perception": 21,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Monstrosity Resilience",
+ "damage_immunities": "lightning; bludgeoning,piercing,and slashing damage from nonmagical attacks,frightened,paralyzed",
+ "condition_immunities": "",
+ "senses": "keensense 60 ft., truesight 120 ft.",
+ "languages": "understands Abyssal,Celestial,Infernal,and Primordial but can't speak,telepathy 120 ft.",
+ "challenge_rating": "23",
+ "cr": 23.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The kraken makes three Tentacle attacks. It can replace one Tentacle attack with a Bite attack.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +17 to hit, reach 5 ft., one target. _Hit:_ 28 (4d8+10) piercing damage. If the target is a Large or smaller creature grappled by the kraken, that creature is swallowed, and the grapple ends. While swallowed, the creature is blinded and restrained, it has total cover against attacks and other effects outside the kraken, and it takes 42 (12d6) acid damage at the start of each of the kraken's turns. If the kraken takes 50 damage or more on a single turn from a creature inside it, the kraken must succeed on a DC 24 CON save at the end of that turn or regurgitate all swallowed creatures, which fall prone in a space within 10 feet of the kraken. If the kraken dies, a swallowed creature is no longer restrained by it and can escape from the corpse using 15 feet of movement, exiting prone.\"},{\"name\":\"Tentacle\",\"desc\":\"_Melee Weapon Attack:_ +17 to hit, reach 30 ft., one target. _Hit:_ 24 (4d6+10) bludgeoning damage, and the target is grappled (escape DC 22). Until this grapple ends, the target is restrained. The kraken has ten tentacles, each of which can grapple one target.\"},{\"name\":\"Ink Cloud (Recharge 6)\",\"desc\":\"While underwater, the kraken expels an ink cloud in a 30-foot-radius centered on the kraken. The cloud spreads around corners, and the area is heavily obscured. Each creature in the area when it first appears must make a DC 22 CON save, taking 110 (20d10) poison damage on a failed save, or half as much damage on a successful one. A creature that enters the ink cloud for the first time on a turn or starts its turn there must succeed on a DC 22 CON save or take 11 (2d10) poison damage and be poisoned until the start of its next turn. The cloud lasts for 1 minute or until dispersed by a strong current.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Fling\",\"desc\":\"One Large or smaller object held or creature grappled by the kraken is thrown up to 60 feet in a random direction and knocked prone. If a thrown target strikes a solid surface, the target takes 3 (1d6) bludgeoning damage for every 10 feet it was thrown. If the target is thrown at another creature, that creature must succeed on a DC 22 DEX save or take the same damage and be knocked prone.\"},{\"name\":\"Reel\",\"desc\":\"The kraken pulls up to two creatures grappled by it up to 25 feet straight toward it.\"}]",
+ "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The kraken can breathe air and water.\"},{\"name\":\"Freedom of Movement\",\"desc\":\"The kraken ignores difficult terrain, and magical effects can't reduce its speed or cause it to be restrained. It can spend 5 feet of movement to escape from nonmagical restraints or being grappled.\"},{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the kraken fails a save, it can choose to succeed instead.\"},{\"name\":\"Monstrosity Resilience\",\"desc\":\"The kraken is resistant to exhaustion and to the frightened condition.\"},{\"name\":\"Siege Monster\",\"desc\":\"The kraken deals double damage to objects and structures.\"}]",
+ "reactions_json": null,
+ "legendary_desc": "The kraken can take 3 legendary actions, choosing from the options below. Only one legendary action option can be used at a time and only at the end of another creature's turn. The kraken regains spent legendary actions at the start of its turn.",
+ "legendary_actions_json": "[{\"name\":\"Swim\",\"desc\":\"The kraken swims up to half its swimming speed without provoking opportunity attacks.\"},{\"name\":\"Tentacle Attack\",\"desc\":\"The kraken makes one Tentacle attack.\"},{\"name\":\"Lightning Storm (Costs 2 Actions)\",\"desc\":\"The kraken magically calls bolts of lightning to strike up to two creatures it can see or sense within 120 feet of it. Each creature must make a DC 22 DEX save, taking 22 (4d10) lightning damage on a failed save, or half as much damage on a successful one.\"}]",
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "lamia_bf",
+ "fields": {
+ "name": "Lamia",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Monstrosity",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 13,
+ "armor_desc": "natural armor",
+ "hit_points": 95,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 12,
+ "constitution": 14,
+ "intelligence": 14,
+ "wisdom": 14,
+ "charisma": 20,
+ "strength_save": 3,
+ "dexterity_save": 1,
+ "constitution_save": 2,
+ "intelligence_save": 2,
+ "wisdom_save": 2,
+ "charisma_save": 5,
+ "perception": 12,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "charmed,Monstrosity Resilience",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Abyssal,Common",
+ "challenge_rating": "4",
+ "cr": 4.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The lamia makes two Hooves attacks and one Dagger attack, or it makes three Arcane Bolt attacks. It can replace one attack with a use of Spellcasting.\"},{\"name\":\"Dagger\",\"desc\":\"_Melee or Ranged Weapon Attack:_ +5 to hit, reach 5 ft. or range 20/60 ft., one target. _Hit:_ 5 (1d4+3) piercing damage.\"},{\"name\":\"Hooves\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 14 (2d10+3) bludgeoning damage.\"},{\"name\":\"Arcane Bolt\",\"desc\":\"_Ranged Spell Attack:_ +5 to hit, range 60 ft., one target. _Hit:_ 12 (2d8+3) force damage.\"},{\"name\":\"Spellcasting\",\"desc\":\"The lamia casts one of the following spells, requiring no material components and using CHA as the spellcasting ability (spell save DC 13).
At will: _minor illusion_, _silent image_, _suggestion_
3/day each: _charm_, _command_, _major image_
1/day: _compulsion_\"}]",
+ "bonus_actions_json": "[{\"name\":\"Intoxicating Gaze\",\"desc\":\"The lamia gazes at one creature it can see within 30 feet of it. The target must succeed on a DC 13 CHA save or be charmed until the end of its next turn and cursed for 1 hour. While cursed, the target has disadvantage on WIS saves and on all ability checks.\"}]",
+ "special_abilities_json": "[{\"name\":\"Badlands Strider\",\"desc\":\"Difficult terrain composed of sand, mud, or rock doesn't cost the lamia extra movement. In addition, the lamia leaves no tracks or other traces of its passage when moving through sandy, muddy, or rocky terrain.\"},{\"name\":\"Monstrosity Resilience\",\"desc\":\"The lamia is resistant to exhaustion and to the frightened condition.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "lantern_hagfish_bf",
+ "fields": {
+ "name": "Lantern Hagfish",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "small",
+ "type": "Aberration",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 11,
+ "armor_desc": null,
+ "hit_points": 9,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":15,\"swim\":30}",
+ "environments_json": null,
+ "strength": 2,
+ "dexterity": 12,
+ "constitution": 10,
+ "intelligence": 2,
+ "wisdom": 10,
+ "charisma": 1,
+ "strength_save": -4,
+ "dexterity_save": 1,
+ "constitution_save": 0,
+ "intelligence_save": -4,
+ "wisdom_save": 0,
+ "charisma_save": -5,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "cold,grappled,prone,restrained,Aberrant Resilience",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "-",
+ "challenge_rating": "1/8",
+ "cr": 0.125,
+ "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 3 (1d4+1) piercing damage. If the target is a prone creature that isn't a Construct or Undead, the hagfish can burrow into the creature's flesh. While burrowed into a creature, the hagfish can't attack, and at the start of each of the hagfish's turns, the target loses 3 (1d4+1) HP as the hagfish consumes it from the inside. The burrowed hagfish moves with the target whenever the target moves, requiring none of the hagfish's movement. It can detach itself by spending 5 feet of its movement on its turn. It does so after it consumes 6 HP worth of flesh from the target or the target dies. A creature, including the target, can take its action to extract the burrowed hagfish by succeeding on a DC 11 WIS (Medicine) check.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Slime Slide\",\"desc\":\"While on a solid surface, the lantern hagfish slides up to 15 feet in a straight line and can move through the space of any creature without provoking opportunity attacks. Each space on that surface along that line is coated in slime until the start of the hagfish's next turn. Each creature in that line, and any creature that enters a slime-coated space for the first time on a turn must succeed on a DC 11 DEX save or fall prone.\"}]",
+ "special_abilities_json": "[{\"name\":\"Aberrant Resilience\",\"desc\":\"The lantern hagfish is resistant to the charmed, frightened, paralyzed, and stunned conditions, and it has advantage on saves against spells or effects that would alter its form.\"},{\"name\":\"Bioluminescent Slime\",\"desc\":\"The lantern hagfish sheds bright light in a 5- to 20-foot radius and dim light for an additional number of feet equal to the chosen radius. The hagfish can alter the radius as a bonus action. In addition, the hagfish has advantage on attack rolls against a creature if at least one other hagfish is within 5 feet of the creature and that other hagfish isn't incapacitated.\"},{\"name\":\"Void Dweller\",\"desc\":\"The lantern hagfish doesn't require air or sleep, and it is immune to the effects of Void terrain. In addition, it can swim through the Void as if through water.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "lemure_bf",
+ "fields": {
+ "name": "Lemure",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Fiend",
+ "subtype": "Devil",
+ "group": "Devils",
+ "alignment": "",
+ "armor_class": 8,
+ "armor_desc": null,
+ "hit_points": 17,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":15}",
+ "environments_json": null,
+ "strength": 14,
+ "dexterity": 6,
+ "constitution": 12,
+ "intelligence": 4,
+ "wisdom": 10,
+ "charisma": 2,
+ "strength_save": 2,
+ "dexterity_save": -2,
+ "constitution_save": 1,
+ "intelligence_save": -3,
+ "wisdom_save": 0,
+ "charisma_save": -4,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Devilish Resilience",
+ "damage_immunities": "Devilish Resilience",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft.",
+ "languages": "Infernal",
+ "challenge_rating": "1/4",
+ "cr": 0.25,
+ "actions_json": "[{\"name\":\"Fist\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 4 (1d4+2) bludgeoning damage plus 2 (1d4) fire damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Rippling Heat (1/Day)\",\"desc\":\"The lemure exudes an aura of extreme heat for 1 minute. Each creature that starts its turn within 15 feet of the lemure and that isn't a devil must succeed on a DC 11 CON save or be weakened until the start of its next turn. A weakened creature has disadvantage on all attack rolls, and it deals only half damage with weapon attacks that use Strength. A creature that fails this save by 5 or more suffers one level of exhaustion. A creature that has suffered a level of exhaustion from this lemure's Rippling Heat can't suffer another level from this lemure's Rippling Heat for 24 hours.\"}]",
+ "special_abilities_json": "[{\"name\":\"Devil's Sight\",\"desc\":\"Magical darkness doesn't impede the lemure's darkvision.\"},{\"name\":\"Devilish Resilience\",\"desc\":\"The devil is resistant to cold damage. In addition, it is immune to fire damage and poison damage and to the poisoned condition.\"},{\"name\":\"Hellish Rejuvenation\",\"desc\":\"Unlike other outsiders, a lemure that dies in its home plane of the Hells is restored in a new body in 1d10 days, regaining all its HP and becoming active again. The new body appears in the Hells within 1 mile of where it was slain. Only sprinkling holy water on the lemure's remains can prevent this trait from functioning.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "lich_bf",
+ "fields": {
+ "name": "Lich",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Undead",
+ "subtype": "",
+ "group": "Liches",
+ "alignment": "",
+ "armor_class": 17,
+ "armor_desc": "natural armor",
+ "hit_points": 314,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 10,
+ "dexterity": 16,
+ "constitution": 30,
+ "intelligence": 34,
+ "wisdom": 28,
+ "charisma": 16,
+ "strength_save": 0,
+ "dexterity_save": 3,
+ "constitution_save": 10,
+ "intelligence_save": 12,
+ "wisdom_save": 9,
+ "charisma_save": 3,
+ "perception": 19,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "cold,lightning,necrotic",
+ "damage_immunities": "bludgeoning,piercing,and slashing damage from nonmagical attacks,charmed,frightened,paralyzed,Undead Resilience",
+ "condition_immunities": "",
+ "senses": "truesight 120 ft.",
+ "languages": "Common plus up to five other languages",
+ "challenge_rating": "21",
+ "cr": 21.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The lich uses Lich's Gaze. It then makes four Arcane Death Burst attacks, or it makes three Arcane Death Burst attacks and one Death-Infused Rod attack. It can replace one attack with a use of Spellcasting.\"},{\"name\":\"Arcane Death Burst\",\"desc\":\"_Melee or Ranged Spell Attack:_ +12 to hit, reach 5 ft. or range 120 ft., one target. _Hit:_ 23 (4d8+5) force damage plus 17 (5d6) necrotic damage.\"},{\"name\":\"Death-Infused Rod\",\"desc\":\"_Melee Weapon Attack:_ +10 to hit, reach 5 ft., one target. _Hit:_ 21 (4d8+3) bludgeoning damage plus 17 (5d6) necrotic damage, and the target must succeed on a DC 20 CON save or be paralyzed for 1 minute. The target can repeat the save at the end of each of its turns, ending the effect on itself on a success.\"},{\"name\":\"Lich's Gaze\",\"desc\":\"The lich fixes its gaze on one creature it can see within 30 feet of it. The target must succeed on a DC 20 CHA save or be charmed or frightened (the lich's choice) until the end of its next turn.\"},{\"name\":\"Spellcasting\",\"desc\":\"The lich casts one of the following spells, using INT as the spellcasting ability (spell save DC 20).
At will: _detect magic_, _disguise self_, _mage hand_, _message_, _prestidigitation_
3/day each: _charm_, _detect thoughts_, _dispel magic_, _invisibility_ (self only), _mirror image_
2/day each: _bestow curse_, _cloudkill_, _dimension door_, _greater hold_
1/day each: _plane shift_ (self only), _power word stun_, _wall of force_\"}]",
+ "bonus_actions_json": "[{\"name\":\"Levitate\",\"desc\":\"The lich can rise or descend vertically up to 20 feet and can remain suspended there. This bonus action works like the levitate spell, except there is no duration, and the lich doesn't need to concentrate to continue levitating each round.\"}]",
+ "special_abilities_json": "[{\"name\":\"Arcane Mastery\",\"desc\":\"The lich can concentrate on two spells simultaneously. If it casts a third spell that requires concentration, the lich loses concentration on the oldest spell. If the lich is concentrating on two spells and loses concentration because of taking damage, it loses concentration only on the oldest spell.\"},{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the lich fails a save, it can choose to succeed instead.\"},{\"name\":\"Rejuvenation\",\"desc\":\"If it has a phylactery, a destroyed lich gains a new body in 1d10 days, regaining all its HP and becoming active again. The new body appears within 5 feet of the phylactery.\"},{\"name\":\"Turn Resistance\",\"desc\":\"The lich has advantage on saves against any effect that turns undead.\"},{\"name\":\"Undead Nature\",\"desc\":\"The lich doesn't require air, food, drink, or sleep.\"},{\"name\":\"Undead Resilience\",\"desc\":\"The lich is immune to poison damage, to exhaustion, and to the poisoned condition.\"}]",
+ "reactions_json": "[{\"name\":\"Absorb Spell\",\"desc\":\"When a creature the lich can see within 60 feet of it casts a spell, the lich can absorb the spell's energy, countering it. This works like the counterspell spell, except the lich must always make a spellcasting ability check, no matter the spell's circle. Its ability check for this is +12. If it successfully counters the spell, the lich gains 5 temporary HP for each level of the spell.\"}]",
+ "legendary_desc": "The lich can take 3 legendary actions, choosing from the options below. Only one legendary action option can be used at a time and only at the end of another creature's turn. The lich regains spent legendary actions at the start of its turn.",
+ "legendary_actions_json": "[{\"name\":\"Move\",\"desc\":\"The lich moves up to its speed without provoking opportunity attacks. If the lich is levitating, it can use this legendary action to move horizontally, propelling itself with a blast of arcane power.\"},{\"name\":\"Cast a Spell (Costs 2 Actions)\",\"desc\":\"The lich uses Spellcasting.\"},{\"name\":\"Disrupt Life (Costs 3 Actions)\",\"desc\":\"Each creature within 20 feet of the lich that isn't Undead must make a DC 20 CON save, taking 21 (6d6) necrotic damage on a failed save, or half as much damage on a successful one. The lich regains HP equal to the single highest amount of necrotic damage dealt.\"}]",
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "lion_bf",
+ "fields": {
+ "name": "Lion",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": null,
+ "hit_points": 42,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":50}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 14,
+ "constitution": 12,
+ "intelligence": 2,
+ "wisdom": 12,
+ "charisma": 8,
+ "strength_save": 3,
+ "dexterity_save": 2,
+ "constitution_save": 1,
+ "intelligence_save": -4,
+ "wisdom_save": 1,
+ "charisma_save": -1,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "-",
+ "challenge_rating": "1",
+ "cr": 1.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The lion makes one Bite attack and one Claws attack.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one creature. _Hit:_ 7 (1d8+3) piercing damage.\"},{\"name\":\"Claws\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 6 (1d6+3) slashing damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Rattling Roar (Recharge 4-6)\",\"desc\":\"The lion releases a bone-shaking roar in a 15-foot cone. Each creature in the area must succeed on a DC 13 CON save or have disadvantage on attack rolls until the end of its next turn.\"}]",
+ "special_abilities_json": "[{\"name\":\"Heightened Smell\",\"desc\":\"The lion's Perception is 18 when perceiving by smell.\"},{\"name\":\"Pack Tactics\",\"desc\":\"The lion has advantage on attack rolls against a creature if at least one of the lion's allies is within 5 feet of the creature and the ally isn't incapacitated.\"},{\"name\":\"Pounce\",\"desc\":\"If the lion moves at least 20 feet straight toward a creature and then hits it with a Claws attack on the same turn, that target must succeed on a DC 13 STR save or be knocked prone. If the target is prone, the lion can make one Bite attack against it as a bonus action.\"},{\"name\":\"Running Leap\",\"desc\":\"With a 10-foot running start, the lion can long jump up to 25 feet.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "living_colossus_bf",
+ "fields": {
+ "name": "Living Colossus",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "gargantuan",
+ "type": "Construct",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 18,
+ "armor_desc": "natural armor",
+ "hit_points": 261,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":60}",
+ "environments_json": null,
+ "strength": 30,
+ "dexterity": 8,
+ "constitution": 30,
+ "intelligence": 10,
+ "wisdom": 14,
+ "charisma": 22,
+ "strength_save": 10,
+ "dexterity_save": -1,
+ "constitution_save": 10,
+ "intelligence_save": 0,
+ "wisdom_save": 2,
+ "charisma_save": 6,
+ "perception": 17,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "slashing",
+ "damage_immunities": "Construct Resilience",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft., keensense 30 ft.",
+ "languages": "any languages the animating spirit knew in life",
+ "challenge_rating": "15",
+ "cr": 15.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The living colossus makes three Slam attacks, or it makes four Spirit Blast attacks.\"},{\"name\":\"Slam\",\"desc\":\"_Melee Weapon Attack:_ +15 to hit, reach 5 ft., one target. _Hit:_ 32 (4d10+10) bludgeoning damage.\"},{\"name\":\"Spirit Blast\",\"desc\":\"_Ranged Spell Attack:_ +11 to hit, range 120 ft., one target. _Hit:_ 24 (4d8+6) psychic damage.\"},{\"name\":\"Thunderous Clap (Recharge 5-6)\",\"desc\":\"The living colossus slams its hands together, creating a thunderous wave in a 30-foot cone. Each creature in that area must make a DC 18 CON save, taking 59 (17d6) thunder damage on a failed save, or half as much damage on a successful one.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Quake\",\"desc\":\"The living colossus strikes the ground with its foot. Each creature within 30 feet of the living colossus must succeed on a DC 18 STR save or be knocked prone and have the air knocked from its lungs, if it is a breathing creature, until the start of the living colossus's next turn. A creature with the air knocked from its lungs can't speak or cast spells with verbal components. If a creature fails the save by 5 or more, it is also stunned until the start of the living colossus's next turn.\"}]",
+ "special_abilities_json": "[{\"name\":\"Construct Nature\",\"desc\":\"The living colossus doesn't require air, food, drink, or sleep.\"},{\"name\":\"Construct Resilience\",\"desc\":\"The living colossus is immune to poison and psychic damage, and it is immune to exhaustion and the charmed, frightened, paralyzed, petrified, and poisoned conditions.\"},{\"name\":\"False Appearance\",\"desc\":\"While the living colossus remains motionless, it is indistinguishable from a normal statue or monument of the individual it represents.\"},{\"name\":\"Immutable Form\",\"desc\":\"The living colossus is immune to any spell or effect that would alter its form.\"},{\"name\":\"Siege Monster\",\"desc\":\"The living colossus deals double damage to objects and structures.\"}]",
+ "reactions_json": "[{\"name\":\"Bolstering Spirit\",\"desc\":\"When a friendly creature the living colossus can see within 60 feet of it, other than itself, takes damage, the living colossus can share some of the life force of the spirit animating it with that friendly creature. The target gains 14 (4d6) temporary HP for 1 minute. If the target would take enough damage to reduce it to 0 HP, it instead regains 14 (4d8) HP.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "lizard_bf",
+ "fields": {
+ "name": "Lizard",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "tiny",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 10,
+ "armor_desc": null,
+ "hit_points": 9,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":20,\"climb\":20}",
+ "environments_json": null,
+ "strength": 2,
+ "dexterity": 10,
+ "constitution": 10,
+ "intelligence": 1,
+ "wisdom": 8,
+ "charisma": 2,
+ "strength_save": -4,
+ "dexterity_save": 0,
+ "constitution_save": 0,
+ "intelligence_save": -5,
+ "wisdom_save": -1,
+ "charisma_save": -4,
+ "perception": 9,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 30 ft.",
+ "languages": "-",
+ "challenge_rating": "0",
+ "cr": 0.0,
+ "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +2 to hit, reach 5 ft., one creature. _Hit:_ 2 (1d4) piercing damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "",
+ "reactions_json": "[{\"name\":\"Detach Tail (5 HP or Fewer, Recharges after a Short or Long Rest)\",\"desc\":\"When the lizard takes damage, it can detach its tail, reducing the damage by 2 (1d4), and immediately move up to its speed without provoking opportunity attacks.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "lizard_giant_bf",
+ "fields": {
+ "name": "Lizard, Giant",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": "natural armor",
+ "hit_points": 15,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"climb\":30}",
+ "environments_json": null,
+ "strength": 14,
+ "dexterity": 12,
+ "constitution": 12,
+ "intelligence": 2,
+ "wisdom": 10,
+ "charisma": 4,
+ "strength_save": 2,
+ "dexterity_save": 1,
+ "constitution_save": 1,
+ "intelligence_save": -4,
+ "wisdom_save": 0,
+ "charisma_save": -3,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 30 ft.",
+ "languages": "-",
+ "challenge_rating": "1/4",
+ "cr": 0.25,
+ "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 6 (1d8+2) piercing damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "",
+ "reactions_json": "[{\"name\":\"Detach Tail (9 HP or Fewer, Recharges after a Short or Long Rest)\",\"desc\":\"When the lizard takes damage, it can detach its tail, reducing the damage by 4 (1d8), and immediately move up to its speed without provoking opportunity attacks.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "lizardfolk_bf",
+ "fields": {
+ "name": "Lizardfolk",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Humanoid",
+ "subtype": "",
+ "group": "Lizardfolk",
+ "alignment": "",
+ "armor_class": 15,
+ "armor_desc": "natural armor, shield",
+ "hit_points": 22,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"climb\":15,\"swim\":30}",
+ "environments_json": null,
+ "strength": 14,
+ "dexterity": 10,
+ "constitution": 12,
+ "intelligence": 6,
+ "wisdom": 16,
+ "charisma": 6,
+ "strength_save": 2,
+ "dexterity_save": 0,
+ "constitution_save": 1,
+ "intelligence_save": -2,
+ "wisdom_save": 3,
+ "charisma_save": -2,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "Draconic",
+ "challenge_rating": "1/2",
+ "cr": 0.5,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The lizardfolk makes one Bite attack and one Heavy Club attack, or it makes two Javelin attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 5 (1d6+2) piercing damage.\"},{\"name\":\"Heavy Club\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 5 (1d6+2) bludgeoning damage.\"},{\"name\":\"Javelin\",\"desc\":\"_Melee or Ranged Weapon Attack:_ +4 to hit, reach 5 ft. or range 30/120 ft., one target. _Hit:_ 5 (1d6+2) piercing damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Heightened Smell and Taste\",\"desc\":\"The lizardfolk's Perception is 18 when perceiving by smell or taste.\"},{\"name\":\"Hold Breath\",\"desc\":\"The lizardfolk can hold its breath for 15 minutes.\"}]",
+ "reactions_json": "[{\"name\":\"Shoving Counter\",\"desc\":\"If a creature misses the lizardfolk with an attack and the lizardfolk is wielding a shield, the lizardfolk can shove its shield into the creature. The attacker must succeed on a DC 12 STR save or be pushed up to 10 feet away from the lizardfolk and knocked prone.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "lizardfolk_ruler_bf",
+ "fields": {
+ "name": "Lizardfolk Ruler",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Humanoid",
+ "subtype": "",
+ "group": "Lizardfolk",
+ "alignment": "",
+ "armor_class": 15,
+ "armor_desc": "scale mail",
+ "hit_points": 100,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"climb\":15,\"swim\":30}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 12,
+ "constitution": 14,
+ "intelligence": 10,
+ "wisdom": 14,
+ "charisma": 14,
+ "strength_save": 3,
+ "dexterity_save": 1,
+ "constitution_save": 2,
+ "intelligence_save": 0,
+ "wisdom_save": 2,
+ "charisma_save": 2,
+ "perception": 12,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "charmed,frightened",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "Common,Draconic",
+ "challenge_rating": "4",
+ "cr": 4.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The lizardfolk ruler makes two Bite attacks and one Greataxe attack, or it makes three Javelin attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) piercing damage.\"},{\"name\":\"Greataxe\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 16 (2d12+3) slashing damage.\"},{\"name\":\"Javelin\",\"desc\":\"_Melee or Ranged Weapon Attack:_ +5 to hit, reach 5 ft. or range 30/120 ft., one target. _Hit:_ 10 (2d6+3) piercing damage in melee or 6 (1d6+3) piercing damage at range.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Leader's Challenge\",\"desc\":\"The ruler hisses out a challenge or a threat (the ruler's choice) toward one creature it can see within 30 feet of it. The target must make a DC 13 CHA save. If the target fails the save against a challenge, the target has disadvantage on attack rolls against any creature other than the ruler until the start of the ruler's next turn. If the target fails the save against a threat, the ruler has advantage on the next attack roll it makes against the target before the start of its next turn.\"}]",
+ "special_abilities_json": "[{\"name\":\"Brutal\",\"desc\":\"A melee weapon deals one extra die of its damage when the lizardfolk ruler hits with it (included in the attack).\"},{\"name\":\"Heightened Smell and Taste\",\"desc\":\"The lizardfolk's Perception is 17 when perceiving by smell or taste.\"},{\"name\":\"Hold Breath\",\"desc\":\"The lizardfolk ruler can hold its breath for 15 minutes.\"},{\"name\":\"Unshakable Command\",\"desc\":\"Each friendly creature within 30 feet of the lizardfolk ruler can't be charmed or frightened while the ruler isn't incapacitated.\"}]",
+ "reactions_json": "[{\"name\":\"Inspiring Hiss\",\"desc\":\"When a friendly lizardfolk the ruler can see within 30 feet of it is hit by an attack, the ruler can hiss out inspiring words to encourage the lizardfolk to keep going. The target gains 5 (2d4) temporary HP for 1 minute.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "lizardfolk_shaman_bf",
+ "fields": {
+ "name": "Lizardfolk Shaman",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Humanoid",
+ "subtype": "",
+ "group": "Lizardfolk",
+ "alignment": "",
+ "armor_class": 13,
+ "armor_desc": "natural armor",
+ "hit_points": 57,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"climb\":15,\"swim\":30}",
+ "environments_json": null,
+ "strength": 14,
+ "dexterity": 10,
+ "constitution": 12,
+ "intelligence": 10,
+ "wisdom": 20,
+ "charisma": 10,
+ "strength_save": 2,
+ "dexterity_save": 0,
+ "constitution_save": 1,
+ "intelligence_save": 0,
+ "wisdom_save": 5,
+ "charisma_save": 0,
+ "perception": 15,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "poison,poisoned",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "Common,Draconic",
+ "challenge_rating": "2",
+ "cr": 2.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The lizardfolk makes one Bite attack and one Ritual Staff attack, or it makes two Swamp Bolt attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 5 (1d6+2) piercing damage.\"},{\"name\":\"Ritual Staff\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 6 (1d8+2) bludgeoning damage plus 7 (2d6) poison damage.\"},{\"name\":\"Swamp Bolt\",\"desc\":\"_Ranged Spell Attack:_ +5 to hit, range 60 ft., one target. _Hit:_ 10 (2d6+3) poison damage, and the target must succeed on a DC 13 CON save or be poisoned until the end of its next turn.\"},{\"name\":\"Spellcasting\",\"desc\":\"The lizardfolk shaman casts one of the following spells, using WIS as the spellcasting ability (spell save DC 13).
At will: _druidcraft_, _guidance_, _mending_
2/day each: _cure wounds_, _entangle_, _grease_
1/day: _ray of enfeeblement_\"}]",
+ "bonus_actions_json": "[{\"name\":\"Poisoned Body (32 HP or Fewer)\",\"desc\":\"The shaman coats itself in poison until the start of its next turn. It takes 3 (1d6) poison damage. In addition, the next time a creature hits the shaman with a melee attack while within 5 feet of the shaman before the start of the shaman's next turn, the attacker takes 7 (2d6) poison damage.\"}]",
+ "special_abilities_json": "[{\"name\":\"Heightened Smell and Taste\",\"desc\":\"The lizardfolk's Perception is 20 when perceiving by smell or taste.\"},{\"name\":\"Hold Breath\",\"desc\":\"The lizardfolk shaman can hold its breath for 15 minutes.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "mage_apprentice_bf",
+ "fields": {
+ "name": "Mage Apprentice",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Humanoid",
+ "subtype": "Any Lineage",
+ "group": "NPCs",
+ "alignment": "",
+ "armor_class": 10,
+ "armor_desc": "13 with mage armor",
+ "hit_points": 40,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 8,
+ "dexterity": 12,
+ "constitution": 12,
+ "intelligence": 18,
+ "wisdom": 12,
+ "charisma": 10,
+ "strength_save": -1,
+ "dexterity_save": 1,
+ "constitution_save": 1,
+ "intelligence_save": 4,
+ "wisdom_save": 1,
+ "charisma_save": 0,
+ "perception": 11,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "any two languages",
+ "challenge_rating": "1",
+ "cr": 1.0,
+ "actions_json": "[{\"name\":\"Dagger\",\"desc\":\"_Melee or Ranged Weapon Attack:_ +3 to hit, reach 5 ft. or range 20/60 ft., one target. _Hit:_ 2 (1d4) piercing damage plus 9 (2d8) force damage.\"},{\"name\":\"Arcane Bolt\",\"desc\":\"_Ranged Spell Attack:_ +4 to hit, range 60 ft., one target. _Hit:_ 11 (2d8+2) force damage.\"},{\"name\":\"Spellcasting\",\"desc\":\"The mage apprentice casts one of the following spells, using INT as the spellcasting ability (spell save DC 12).
At will: _mage hand_, _minor illusion_
1/day each: _color spray_, _mage armor_, _sleep_\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Arcane Weapons\",\"desc\":\"The mage apprentice's weapon attacks are magical. When the mage hits with any weapon, the weapon deals an extra 2d8 force damage (included in the attack).\"},{\"name\":\"Reckless Show-Off\",\"desc\":\"If it can see a fellow apprentice or its magical teacher at the start of its turn, the mage apprentice has advantage on the first spell attack roll it makes during that turn, but attack rolls against it also have advantage until the start of its next turn.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "mage_bf",
+ "fields": {
+ "name": "Mage",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Humanoid",
+ "subtype": "Any Lineage",
+ "group": "NPCs",
+ "alignment": "",
+ "armor_class": 10,
+ "armor_desc": "13 with mage armor",
+ "hit_points": 140,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 8,
+ "dexterity": 10,
+ "constitution": 10,
+ "intelligence": 22,
+ "wisdom": 12,
+ "charisma": 10,
+ "strength_save": -1,
+ "dexterity_save": 0,
+ "constitution_save": 0,
+ "intelligence_save": 6,
+ "wisdom_save": 1,
+ "charisma_save": 0,
+ "perception": 11,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "any four languages",
+ "challenge_rating": "6",
+ "cr": 6.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The mage makes three Dagger or Arcane Bolt attacks. It can replace one attack with a use of Spellcasting.\"},{\"name\":\"Dagger\",\"desc\":\"_Melee or Ranged Weapon Attack:_ +3 to hit, reach 5 ft. or range 20/60 ft., one target. _Hit:_ 2 (1d4) piercing damage plus 13 (3d8) force damage.\"},{\"name\":\"Arcane Bolt\",\"desc\":\"_Ranged Spell Attack:_ +6 to hit, range 60 ft., one target. _Hit:_ 16 (3d8+3) force damage.\"},{\"name\":\"Spellcasting\",\"desc\":\"The mage casts one of the following spells, using INT as the spellcasting ability (spell save DC 14).
At will: _detect magic_, _light_, _mage hand_, _prestidigitation_
3/day each: _fly_, _mage armor_, _mirror image_
2/day each: _fireball_, _haste_, _slow_
1/day each: _cone of cold_, _greater invisibility_\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Arcane Weapons\",\"desc\":\"The mage's weapon attacks are magical. When the mage hits with any weapon, the weapon deals an extra 3d8 force damage (included in the attack).\"},{\"name\":\"Magic Resistance\",\"desc\":\"The mage has advantage on saves against spells and other magical effects.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "magma_mephit_bf",
+ "fields": {
+ "name": "Magma Mephit",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "small",
+ "type": "Elemental",
+ "subtype": "",
+ "group": "Mephits",
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": "natural armor",
+ "hit_points": 27,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"fly\":30}",
+ "environments_json": null,
+ "strength": 14,
+ "dexterity": 10,
+ "constitution": 10,
+ "intelligence": 6,
+ "wisdom": 10,
+ "charisma": 12,
+ "strength_save": 2,
+ "dexterity_save": 0,
+ "constitution_save": 0,
+ "intelligence_save": -2,
+ "wisdom_save": 0,
+ "charisma_save": 1,
+ "perception": 12,
+ "skills_json": "",
+ "damage_vulnerabilities": "bludgeoning,cold",
+ "damage_resistances": "",
+ "damage_immunities": "fire,poison,poisoned",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Ignan,Terran",
+ "challenge_rating": "1/2",
+ "cr": 0.5,
+ "actions_json": "[{\"name\":\"Claws\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 4 (1d4+2) slashing damage plus 3 (1d6) fire damage.\"},{\"name\":\"Lob Magma\",\"desc\":\"_Ranged Weapon Attack:_ +2 to hit, range 20/60 ft., one target. _Hit:_ 7 (2d6) fire damage.\"},{\"name\":\"Pyroclastic Burst (Recharge 6)\",\"desc\":\"The mephit exhales an explosive blast of lava in a 15-foot cone. Each creature in the area must make a DC 11 STR save. On a failure, a creature takes 7 (2d6) fire damage and is pushed up to 10 feet away from the mephit and knocked prone. On a success, a creature takes half the damage and isn't pushed or knocked prone.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Pyrotechnic Display (1/Day)\",\"desc\":\"The mephit casts the color spray spell (spell save DC 11), requiring no material components and using CHA as the spellcasting ability.\"}]",
+ "special_abilities_json": "[{\"name\":\"Death Burst\",\"desc\":\"When the mephit dies, it explodes in a burst of lava. Each creature within 5 feet of it must succeed on a DC 11 DEX save or be pushed up to 10 feet away from the mephit, knocked prone, and catch on fire. Until a creature takes an action to douse the fire, the creature on fire takes 3 (1d6) fire damage at the start of each of its turns.\"},{\"name\":\"False Appearance\",\"desc\":\"While the mephit remains motionless, it is indistinguishable from an ordinary mound of molten rock.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "magmin_bf",
+ "fields": {
+ "name": "Magmin",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "small",
+ "type": "Elemental",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 14,
+ "armor_desc": "natural armor",
+ "hit_points": 22,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"burrow\":15}",
+ "environments_json": null,
+ "strength": 6,
+ "dexterity": 14,
+ "constitution": 12,
+ "intelligence": 8,
+ "wisdom": 10,
+ "charisma": 10,
+ "strength_save": -2,
+ "dexterity_save": 2,
+ "constitution_save": 1,
+ "intelligence_save": -1,
+ "wisdom_save": 0,
+ "charisma_save": 0,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "fire",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Ignan",
+ "challenge_rating": "1/2",
+ "cr": 0.5,
+ "actions_json": "[{\"name\":\"Burning Slam\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 4 (1d4+2) bludgeoning damage plus 3 (1d6) fire damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Ignited Illumination\",\"desc\":\"The magmin sets itself ablaze or extinguishes its flames. While ablaze, the magmin sheds bright light in a 10-foot radius and dim light for an additional 10 feet.\"}]",
+ "special_abilities_json": "[{\"name\":\"Death Burst\",\"desc\":\"When the magmin dies, it collapses into a Tiny cinder cone. On initiative count 20 after the magmin dies, the cinder cone erupts in a burst of fire and lava. Each creature within 10 feet of the cone must make a DC 11 DEX save, taking 7 (2d6) fire damage on a failed save, or half as much damage on a successful one. Flammable objects that aren't being worn or carried in that area are ignited.\"},{\"name\":\"Hardened Magma\",\"desc\":\"While the magmin isn't ablaze, it is resistant to piercing and slashing damage from nonmagical attacks, and it is vulnerable to thunder damage.\"},{\"name\":\"Molten Body\",\"desc\":\"While the magmin is ablaze, each creature that hits it with a melee attack while within 5 feet of it takes 3 (1d6) fire damage.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "mammoth_bf",
+ "fields": {
+ "name": "Mammoth",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "huge",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 13,
+ "armor_desc": "natural armor",
+ "hit_points": 133,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40}",
+ "environments_json": null,
+ "strength": 22,
+ "dexterity": 8,
+ "constitution": 20,
+ "intelligence": 2,
+ "wisdom": 10,
+ "charisma": 6,
+ "strength_save": 6,
+ "dexterity_save": -1,
+ "constitution_save": 5,
+ "intelligence_save": -4,
+ "wisdom_save": 0,
+ "charisma_save": -2,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "cold,prone",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "-",
+ "challenge_rating": "6",
+ "cr": 6.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The mammoth makes two Gore attacks.\"},{\"name\":\"Gore\",\"desc\":\"_Melee Weapon Attack:_ +9 to hit, reach 10 ft., one target. _Hit:_ 22 (3d10+6) piercing damage.\"},{\"name\":\"Stomp\",\"desc\":\"_Melee Weapon Attack:_ +9 to hit, reach 5 ft., one prone creature. _Hit:_ 19 (3d8+6) bludgeoning damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Trunk Grab\",\"desc\":\"The mammoth grabs one Large or smaller creature within 10 feet of it. The target must succeed on a DC 17 STR save or be grappled (escape DC 17). Until this grapple ends, the target is restrained, and the mammoth can't use Trunk Grab on another creature.\"}]",
+ "special_abilities_json": "[{\"name\":\"Trampling Charge\",\"desc\":\"If the mammoth moves at least 20 feet straight toward a creature and then hits it with a Gore attack on the same turn, that target must succeed on a DC 17 STR save or be knocked prone. If the target is prone, the mammoth can make one Stomp attack against it as a bonus action.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "manticore_bf",
+ "fields": {
+ "name": "Manticore",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Monstrosity",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 14,
+ "armor_desc": "natural armor",
+ "hit_points": 80,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"fly\":50}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 16,
+ "constitution": 16,
+ "intelligence": 6,
+ "wisdom": 12,
+ "charisma": 8,
+ "strength_save": 3,
+ "dexterity_save": 3,
+ "constitution_save": 3,
+ "intelligence_save": -2,
+ "wisdom_save": 1,
+ "charisma_save": -1,
+ "perception": 11,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Monstrosity Resilience",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Common",
+ "challenge_rating": "3",
+ "cr": 3.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The manticore makes one Bite attack and two Claw attacks, or it makes two Tail Spike attacks. If both Tail Spike attacks hit one creature, the target must succeed on a DC 13 CON save or be poisoned until the end of its next turn.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 7 (1d8+3) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) slashing damage.\"},{\"name\":\"Tail Spike\",\"desc\":\"_Ranged Weapon Attack:_ +5 to hit, range 100/200 ft., one target. _Hit:_ 7 (1d8+3) piercing damage plus 5 (2d4) poison damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Mimicry\",\"desc\":\"The manticore can mimic Humanoid voices. A creature that hears the sounds can tell they are imitations with a successful DC 13 WIS (Insight) check.\"},{\"name\":\"Monstrosity Resilience\",\"desc\":\"The manticore is resistant to exhaustion and to the frightened condition.\"},{\"name\":\"Tail Spike Regrowth\",\"desc\":\"The manticore has twenty-four tail spikes. Used spikes regrow when the manticore finishes a long rest.\"}]",
+ "reactions_json": "[{\"name\":\"Spiky Retaliation\",\"desc\":\"When a creature the manticore can see hits it with a melee attack while within 5 feet of it, the manticore can jab a spike into the attacker. The attacker must succeed on a DC 13 DEX save or take 5 (2d4) poison damage.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "marilith_bf",
+ "fields": {
+ "name": "Marilith",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Fiend",
+ "subtype": "Demon",
+ "group": "Demons",
+ "alignment": "",
+ "armor_class": 18,
+ "armor_desc": "natural armor",
+ "hit_points": 217,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40}",
+ "environments_json": null,
+ "strength": 28,
+ "dexterity": 20,
+ "constitution": 30,
+ "intelligence": 18,
+ "wisdom": 26,
+ "charisma": 30,
+ "strength_save": 9,
+ "dexterity_save": 5,
+ "constitution_save": 10,
+ "intelligence_save": 4,
+ "wisdom_save": 8,
+ "charisma_save": 10,
+ "perception": 18,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "bludgeoning,piercing,and slashing damage from nonmagical attacks,Demonic Resilience",
+ "damage_immunities": "Demonic Resilience",
+ "condition_immunities": "",
+ "senses": "truesight 120 ft.",
+ "languages": "Abyssal,telepathy 120 ft.",
+ "challenge_rating": "16",
+ "cr": 16.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The marilith makes two Dagger attacks, two Mace attacks, and two Longsword attacks. It can replace two Dagger attacks with a Tail attack.\"},{\"name\":\"Dagger\",\"desc\":\"_Melee or Ranged Weapon Attack:_ +9 to hit, reach 5 ft. or range 20/60 ft., one target. _Hit:_ 9 (2d4+4) piercing damage plus 7 (2d6) fire damage.\"},{\"name\":\"Mace\",\"desc\":\"_Melee Weapon Attack:_ +9 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6+4) bludgeoning damage plus 7 (2d6) fire damage.\"},{\"name\":\"Longsword\",\"desc\":\"_Melee Weapon Attack:_ +9 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8+4) slashing damage plus 7 (2d6) fire damage.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +9 to hit, reach 10 ft., one creature. _Hit:_ 20 (3d10+4) bludgeoning damage plus 7 (2d6) fire damage. If the target is Medium or smaller, it is grappled (escape DC 17). Until this grapple ends, the target is restrained, the marilith can automatically hit the target with its Tail, and the marilith can't make Tail attacks against other targets.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Marilith Tactics\",\"desc\":\"The marilith shouts one of the following commands at up to two friendly creatures it can see within 30 feet of it:\\n- **March!** Each target can use a reaction to move up to half its speed in a direction of the marilith's choice. This movement is unaffected by difficult terrain and doesn't provoke opportunity attacks.\\n- **Protect Yourself!** Each target gains the marilith's Parry reaction until the start of the marilith's next turn.\\n- **Remember Your Training!** Each target has advantage on the next weapon attack roll it makes before the start of the marilith's next turn.\"},{\"name\":\"Teleport\",\"desc\":\"The marilith magically teleports, along with any equipment it is wearing or carrying, up to 60 feet to an unoccupied space it can see.\"}]",
+ "special_abilities_json": "[{\"name\":\"Demonic Resilience\",\"desc\":\"The marilith is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.\"},{\"name\":\"Flaming Weapons\",\"desc\":\"The marilith's weapon attacks are magical. When it hits with any weapon, the weapon deals an extra 2d6 fire damage (included in the attack).\"},{\"name\":\"Magic Resistance\",\"desc\":\"The marilith has advantage on saves against spells and other magical effects.\"},{\"name\":\"Reactive\",\"desc\":\"The marilith gets up to five extra reactions, but these extra reactions can be used only for Parry.\"}]",
+ "reactions_json": "[{\"name\":\"Parry\",\"desc\":\"The marilith adds 5 to its AC against one melee attack that would hit it. To do so, the marilith must see the attacker and be wielding a melee weapon.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "master_alchemist_bf",
+ "fields": {
+ "name": "Master Alchemist",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Humanoid",
+ "subtype": "Any Lineage",
+ "group": "NPCs",
+ "alignment": "",
+ "armor_class": 16,
+ "armor_desc": "studded leather",
+ "hit_points": 152,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 10,
+ "dexterity": 18,
+ "constitution": 22,
+ "intelligence": 24,
+ "wisdom": 12,
+ "charisma": 14,
+ "strength_save": 0,
+ "dexterity_save": 4,
+ "constitution_save": 6,
+ "intelligence_save": 7,
+ "wisdom_save": 1,
+ "charisma_save": 2,
+ "perception": 11,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "any two languages",
+ "challenge_rating": "7",
+ "cr": 7.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The master alchemist makes three Hasty Concoction attacks.\"},{\"name\":\"Hasty Concoction\",\"desc\":\"_Melee or Ranged Weapon Attack:_ +7 to hit, reach 5 ft. or range 20/60 ft., one target. _Hit:_ 17 (3d8+4) acid, cold, fire, or poison damage (the alchemist's choice). The concoction then causes one of the following effects of the master alchemist's choice.\\n- **Disorienting Vapors.** Overly sweet-smelling, pink vapors erupt from where the concoction hit the target. The target and each creature within 5 feet of it must make a DC 15 INT save. When a creature that failed this save moves on its next turn, it moves in a random direction.\\n- **Poisonous Cloud.** An acrid-smelling, green gas pours out from where the concoction hit the target. The gas fills a 10-foot-radius sphere centered on the target. The gas spreads around corners, and its area is lightly obscured. A creature that enters the gas for the first time on a turn or starts its turn there must succeed on a DC 15 CON save or be poisoned until the end of its next turn. The gas disperses at the start of the master alchemist's next turn.\\n- **Slick Floor.** A thick, purple foam bursts out from where the concoction hit the target. The floor within 10 feet of the target is coated in slick goop until the start of the master alchemist's next turn, when the foam dries. For the duration, when a creature moves through the area, it must succeed on a DC 15 DEX save or fall prone. When the master alchemist makes a Hasty Concoction attack, it can choose to target a point on the ground it can see within 60 feet instead. If it does so, the concoction causes only one of the above effects centered on that point instead of dealing damage.\"},{\"name\":\"Explosive Flask (Recharge 5-6)\",\"desc\":\"The master alchemist throws an explosive flask at a point it can see within 30 feet of it. Each creature within 10 feet of that point must make a DC 15 DEX save, taking 31 (7d8) fire damage on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Healing Unguent (3/Day)\",\"desc\":\"The master alchemist rubs a greasy unguent on a creature's wounds. The target regains 14 (4d6) HP.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Protective Draught (Recharge 4-6)\",\"desc\":\"The master alchemist drinks one of its brews and gains resistance to acid, cold, fire, or poison damage (the master alchemist's choice) until the end of its next turn.\"}]",
+ "special_abilities_json": "[{\"name\":\"Tools of the Trade\",\"desc\":\"The master alchemist is proficient with alchemist's supplies and doubles its proficiency bonus for any ability check it makes with alchemist's supplies.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "mastiff_bf",
+ "fields": {
+ "name": "Mastiff",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": null,
+ "hit_points": 9,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40}",
+ "environments_json": null,
+ "strength": 12,
+ "dexterity": 14,
+ "constitution": 12,
+ "intelligence": 2,
+ "wisdom": 12,
+ "charisma": 6,
+ "strength_save": 1,
+ "dexterity_save": 2,
+ "constitution_save": 1,
+ "intelligence_save": -4,
+ "wisdom_save": 1,
+ "charisma_save": -2,
+ "perception": 11,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "-",
+ "challenge_rating": "1/8",
+ "cr": 0.125,
+ "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 4 (1d4+2) piercing damage. If the target is a creature, it must succeed on a DC 12 STR save or be knocked prone. 364\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Heightened Hearing and Smell\",\"desc\":\"The mastiff's Perception is 16 when perceiving by hearing or smell.\"}]",
+ "reactions_json": "[{\"name\":\"Protect Friend\",\"desc\":\"When a friendly Humanoid the mastiff can see is hit by an attack from a creature within 5 feet of the mastiff, the mastiff can make one Bite attack against that attacking creature.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "mechanist_bf",
+ "fields": {
+ "name": "Mechanist",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Humanoid",
+ "subtype": "Any Lineage",
+ "group": "NPCs",
+ "alignment": "",
+ "armor_class": 15,
+ "armor_desc": "scale mail",
+ "hit_points": 60,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 12,
+ "constitution": 12,
+ "intelligence": 20,
+ "wisdom": 10,
+ "charisma": 10,
+ "strength_save": 3,
+ "dexterity_save": 1,
+ "constitution_save": 1,
+ "intelligence_save": 5,
+ "wisdom_save": 0,
+ "charisma_save": 0,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "Common,plus any two languages",
+ "challenge_rating": "2",
+ "cr": 2.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The mechanist makes two Warhammer or Light Crossbow attacks.\"},{\"name\":\"Warhammer\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 7 (1d8+3) bludgeoning damage, or 8 (1d10+3) bludgeoning damage if used with two hands.\"},{\"name\":\"Light Crossbow\",\"desc\":\"_Ranged Weapon Attack:_ +3 to hit, range 80/320 ft., one target. _Hit:_ 5 (1d8+1) piercing damage.\"},{\"name\":\"Repair (Recharge 4-6)\",\"desc\":\"The mechanist touches one friendly Construct it can see. The target regains 5 (2d4) HP.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Quick Creation (Recharge 4-6)\",\"desc\":\"The mechanist cobbles together various machine parts it is carrying and creates a Tiny Construct. The Construct obeys the mechanist's spoken commands. It uses the statistics of a solodron but it isn't a mechadron or part of the Plan. The mechanist can have up to two such Constructs under its control at one time. Each Construct remains for 1 minute, until the mechanist dies, or until the mechanist uses this bonus action again to dismiss one or both of them.\"}]",
+ "special_abilities_json": "[{\"name\":\"Tools of the Trade\",\"desc\":\"The mechanist is proficient with tinker tools and doubles its proficiency bonus for any ability check it makes with tinker tools.\"}]",
+ "reactions_json": "[{\"name\":\"Magnetic Pulse\",\"desc\":\"When a creature the mechanist can see attacks it with a weapon made at least partially of metal while within 5 feet of it, the mechanist can release a magical, magnetic pulse. The attacker must succeed on a DC 13 DEX save or have disadvantage on the attack roll.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "medusa_bf",
+ "fields": {
+ "name": "Medusa",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Monstrosity",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 15,
+ "armor_desc": "natural armor",
+ "hit_points": 112,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 10,
+ "dexterity": 18,
+ "constitution": 16,
+ "intelligence": 14,
+ "wisdom": 12,
+ "charisma": 22,
+ "strength_save": 0,
+ "dexterity_save": 4,
+ "constitution_save": 3,
+ "intelligence_save": 2,
+ "wisdom_save": 1,
+ "charisma_save": 6,
+ "perception": 14,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "petrified,Monstrosity Resilience",
+ "damage_immunities": "poison,poisoned",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Common",
+ "challenge_rating": "6",
+ "cr": 6.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The medusa makes one Snake Hair attack and two Shortsword attacks, or it makes three Longbow attacks.\"},{\"name\":\"Snake Hair\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 10 ft., one target. _Hit:_ 6 (1d4+4) piercing damage plus 14 (4d6) poison damage.\"},{\"name\":\"Shortsword\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 7 (1d6+4) piercing damage plus 7 (2d6) poison damage.\"},{\"name\":\"Longbow\",\"desc\":\"_Ranged Weapon Attack:_ +7 to hit, range 150/600 ft., one target. _Hit:_ 8 (1d8+4) piercing damage plus 7 (2d6) poison damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Monstrosity Resilience\",\"desc\":\"The medusa is resistant to exhaustion and to the frightened condition.\"},{\"name\":\"Petrifying Gaze\",\"desc\":\"When a creature that can see the medusa's eyes starts its turn within 30 feet of the medusa, the medusa can force it to make a DC 14 CON save if the medusa isn't incapacitated and can see the creature. If the save fails by 5 or more, the creature is instantly petrified. Otherwise, a creature that fails the save begins to turn to stone and is restrained. The restrained creature must repeat the save at the end of its next turn, becoming petrified on a failure or ending the effect on itself on a success. The petrification lasts until the creature is freed by the greater restoration spell or other magic.
Unless surprised, a creature can avert its eyes to avoid the save at the start of its turn. If the creature does so, it can't see the medusa until the start of its next turn, when it can avert its eyes again. If the creature looks at the medusa in the meantime, it must immediately make the save.
If the medusa sees itself reflected on a polished surface within 30 feet of it and in an area of bright light, the medusa, due to its curse, is affected by its own gaze. A medusa isn't resistant to its own gaze.\"},{\"name\":\"Snake Friend\",\"desc\":\"The medusa can communicate with snakes as if they shared a language, and snakes can't be petrified by the medusa's Petrifying Gaze.\"}]",
+ "reactions_json": "[{\"name\":\"Interruptive Hiss\",\"desc\":\"When a creature the medusa can see targets it with an attack, the medusa's snakes can suddenly rise and hiss at the attacker. The attacker must succeed on a DC 14 WIS save or fail the attack roll.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "merfolk_bf",
+ "fields": {
+ "name": "Merfolk",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Humanoid",
+ "subtype": "",
+ "group": "Merfolk",
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": "coral armor",
+ "hit_points": 9,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":10,\"swim\":40}",
+ "environments_json": null,
+ "strength": 12,
+ "dexterity": 10,
+ "constitution": 12,
+ "intelligence": 10,
+ "wisdom": 10,
+ "charisma": 12,
+ "strength_save": 1,
+ "dexterity_save": 0,
+ "constitution_save": 1,
+ "intelligence_save": 0,
+ "wisdom_save": 0,
+ "charisma_save": 1,
+ "perception": 12,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Aquan,Common",
+ "challenge_rating": "1/8",
+ "cr": 0.125,
+ "actions_json": "[{\"name\":\"Coral Spear\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 4 (1d6+1) piercing damage.\"},{\"name\":\"Sharpened Shell\",\"desc\":\"_Ranged Weapon Attack:_ +3 to hit, range 20/60 ft., one target. _Hit:_ 3 (1d4+1) slashing damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Nimble Rush\",\"desc\":\"The merfolk takes the Dash or Disengage action.\"}]",
+ "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The merfolk can breathe air and water.\"}]",
+ "reactions_json": "[{\"name\":\"Coral Scrape\",\"desc\":\"When a creature the merfolk can see hits it with a melee attack while within 5 feet of it, the merfolk can twist its body to scrape the attacker's arm or similar attacking appendage across the rough coral of its armor. The attacker must succeed on a DC 11 DEX save or have disadvantage on the next attack roll it makes before the end of its next turn, as its attacking appendage hurts from the abrasion.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "merrow_bf",
+ "fields": {
+ "name": "Merrow",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Monstrosity",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 13,
+ "armor_desc": "natural armor",
+ "hit_points": 60,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":10,\"swim\":40}",
+ "environments_json": null,
+ "strength": 18,
+ "dexterity": 10,
+ "constitution": 14,
+ "intelligence": 8,
+ "wisdom": 10,
+ "charisma": 8,
+ "strength_save": 4,
+ "dexterity_save": 0,
+ "constitution_save": 2,
+ "intelligence_save": -1,
+ "wisdom_save": 0,
+ "charisma_save": -1,
+ "perception": 12,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Monstrosity Resilience",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Aquan,Common",
+ "challenge_rating": "2",
+ "cr": 2.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The merrow makes one Bite attack and two Claw attacks. It can replace one Claw attack with a Harpoon attack.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 8 (1d8+4) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 7 (1d6+4) slashing damage.\"},{\"name\":\"Harpoon\",\"desc\":\"_Melee or Ranged Weapon Attack:_ +6 to hit, reach 5 ft. or range 20/60 ft., one target. _Hit:_ 7 (1d6+4) piercing damage, and the harpoon sticks in the target. While the harpoon is stuck, the merrow can't make Harpoon attacks against other targets, and the target and merrow can't move farther than 60 feet away from each other. A creature, including the target, can take its action to detach the harpoon by succeeding on a DC 14 STR check. Alternatively, the cord connecting the merrow to the harpoon can be attacked and destroyed (AC 10; HP 15; immune to bludgeoning, poison, and psychic damage), dislodging the harpoon into an unoccupied space within 5 feet of the target and preventing the merrow from using Recall Harpoon.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Shoving Rush\",\"desc\":\"The merrow takes the Dash action. If it moves, it can propel itself into one creature it can see along its path. The target must succeed on a DC 14 STR save or be knocked prone. This movement doesn't provoke opportunity attacks from a target that fails this save.\"},{\"name\":\"Recall Harpoon\",\"desc\":\"The merrow pulls on the cord connected to its harpoon, returning the harpoon to its empty hand. If the harpoon is stuck in a creature, that creature must succeed on a DC 14 STR save or be pulled up to 20 feet toward the merrow. Regardless, the harpoon is dislodged and returned to the merrow's hand.\"}]",
+ "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The merrow can breathe air and water.\"},{\"name\":\"Monstrosity Resilience\",\"desc\":\"The merrow is resistant to exhaustion and to the frightened condition.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "mimic_bf",
+ "fields": {
+ "name": "Mimic",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Monstrosity",
+ "subtype": "Shapechanger",
+ "group": null,
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": "natural armor",
+ "hit_points": 58,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":20}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 12,
+ "constitution": 14,
+ "intelligence": 4,
+ "wisdom": 12,
+ "charisma": 8,
+ "strength_save": 3,
+ "dexterity_save": 1,
+ "constitution_save": 2,
+ "intelligence_save": -3,
+ "wisdom_save": 1,
+ "charisma_save": -1,
+ "perception": 11,
+ "skills_json": "",
+ "damage_vulnerabilities": "cold",
+ "damage_resistances": "grappled,Monstrosity Resilience",
+ "damage_immunities": "acid,prone",
+ "condition_immunities": "",
+ "senses": "keensense 60 ft.",
+ "languages": "-",
+ "challenge_rating": "2",
+ "cr": 2.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The mimic makes two Pseudopod attacks. If it is grappling a creature, it can replace one attack with a Bite attack.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one grappled creature. _Hit:_ 7 (1d8+3) piercing damage plus 7 (2d6) acid damage.\"},{\"name\":\"Pseudopod\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) bludgeoning damage. If the mimic is in object form, the target is subjected to its Adhesive trait.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The mimic transforms into a Large or smaller object or back into its true, amorphous form, which is a Monstrosity. Its statistics are the same in each form. Any equipment it is wearing or carrying isn't transformed. It reverts to its true form if it dies.\"}]",
+ "special_abilities_json": "[{\"name\":\"Adhesive (Object Form Only)\",\"desc\":\"The mimic adheres to anything that touches it. A Huge or smaller creature adhered to the mimic is also grappled by it (escape DC 13). Ability checks made to escape this grapple have disadvantage.\"},{\"name\":\"False Appearance (Object Form Only)\",\"desc\":\"While the mimic remains motionless, it is indistinguishable from an ordinary object.\"},{\"name\":\"Grappler\",\"desc\":\"The mimic has advantage on attack rolls against any creature grappled by it.\"},{\"name\":\"Monstrosity Resilience\",\"desc\":\"The mimic is resistant to exhaustion and to the frightened condition.\"}]",
+ "reactions_json": "[{\"name\":\"Prey Shield\",\"desc\":\"When a creature the mimic can see hits it with an attack while it is grappling a creature, the mimic can roll the grappled creature in front of the blow, forcing the grappled creature to take the damage instead.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "minotaur_bf",
+ "fields": {
+ "name": "Minotaur",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Monstrosity",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 14,
+ "armor_desc": "natural armor",
+ "hit_points": 80,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40}",
+ "environments_json": null,
+ "strength": 22,
+ "dexterity": 10,
+ "constitution": 16,
+ "intelligence": 6,
+ "wisdom": 16,
+ "charisma": 8,
+ "strength_save": 6,
+ "dexterity_save": 0,
+ "constitution_save": 3,
+ "intelligence_save": -2,
+ "wisdom_save": 3,
+ "charisma_save": -1,
+ "perception": 17,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Monstrosity Resilience",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Abyssal",
+ "challenge_rating": "3",
+ "cr": 3.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The minotaur makes one Gore attack and one Greataxe attack.\"},{\"name\":\"Gore\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6+4) piercing damage.\"},{\"name\":\"Greataxe\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 17 (2d12+4) slashing damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Bleeding Frenzy (44 HP or Fewer)\",\"desc\":\"The minotaur enters a frenzy until the start of its next turn. Until the frenzy ends, the minotaur deals an extra 3 (1d6) damage of the weapon's type each time it hits with a melee weapon attack, and the minotaur takes an extra 3 (1d6) damage of the weapon's type the first time it is hit with a melee weapon attack before the frenzy ends.\"}]",
+ "special_abilities_json": "[{\"name\":\"Charge\",\"desc\":\"If the minotaur moves at least 10 feet straight toward a target and then hits it with a Gore attack on the same turn, the target takes an extra 7 (2d6) piercing damage. If the target is a creature, it must succeed on a DC 14 STR save or be pushed up to 10 feet away from the minotaur and knocked prone.\"},{\"name\":\"Labyrinthine Recall\",\"desc\":\"The minotaur can perfectly recall any path it has traveled.\"},{\"name\":\"Monstrosity Resilience\",\"desc\":\"The minotaur is resistant to exhaustion and to the frightened condition.\"},{\"name\":\"Reckless\",\"desc\":\"At the start of its turn, the minotaur can gain advantage on all melee weapon attack rolls it makes during that turn, but attack rolls against it have advantage until the start of its next turn.\"},{\"name\":\"Siege Monster\",\"desc\":\"The minotaur deals double damage to objects and structures.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "minotaur_skeleton_bf",
+ "fields": {
+ "name": "Minotaur Skeleton",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Undead",
+ "subtype": "",
+ "group": "Skeletons",
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": "natural armor",
+ "hit_points": 63,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40}",
+ "environments_json": null,
+ "strength": 18,
+ "dexterity": 10,
+ "constitution": 14,
+ "intelligence": 6,
+ "wisdom": 8,
+ "charisma": 4,
+ "strength_save": 4,
+ "dexterity_save": 0,
+ "constitution_save": 2,
+ "intelligence_save": -2,
+ "wisdom_save": -1,
+ "charisma_save": -3,
+ "perception": 9,
+ "skills_json": "",
+ "damage_vulnerabilities": "bludgeoning",
+ "damage_resistances": "piercing",
+ "damage_immunities": "Undead Resilience",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "understands the languages it knew in life but can't speak",
+ "challenge_rating": "2",
+ "cr": 2.0,
+ "actions_json": "[{\"name\":\"Greataxe\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 17 (2d12+4) slashing damage.\"},{\"name\":\"Gore\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6+4) piercing damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Charge\",\"desc\":\"If the minotaur skeleton moves at least 10 feet straight toward a target and then hits it with a Gore attack on the same turn, the target takes an extra 7 (2d6) piercing damage. If the target is a creature, it must succeed on a DC 14 STR save or be pushed up to 10 feet away from the skeleton and knocked prone.\"},{\"name\":\"False Appearance\",\"desc\":\"While the minotaur skeleton remains motionless and prone, it is indistinguishable from an inanimate minotaur skeleton.\"},{\"name\":\"Labyrinthine Memories\",\"desc\":\"The minotaur skeleton has advantage on checks and saves to avoid becoming lost or to recall a path it has previously traveled.\"},{\"name\":\"Undead Nature\",\"desc\":\"The skeleton doesn't require air, food, drink, or sleep.\"},{\"name\":\"Undead Resilience\",\"desc\":\"The skeleton is immune to poison damage, to exhaustion, and to the poisoned condition.\"}]",
+ "reactions_json": "[{\"name\":\"Counterattack (Recharge 6)\",\"desc\":\"When a creature the minotaur skeleton can see hits it with a melee attack while within 5 feet of it, the skeleton can make one Gore attack against the attacker.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "mire_fiend_bf",
+ "fields": {
+ "name": "Mire Fiend",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Fiend",
+ "subtype": "Demon",
+ "group": "Demons",
+ "alignment": "",
+ "armor_class": 16,
+ "armor_desc": "natural armor",
+ "hit_points": 94,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40,\"swim\":40}",
+ "environments_json": null,
+ "strength": 14,
+ "dexterity": 22,
+ "constitution": 18,
+ "intelligence": 4,
+ "wisdom": 14,
+ "charisma": 6,
+ "strength_save": 2,
+ "dexterity_save": 6,
+ "constitution_save": 4,
+ "intelligence_save": -3,
+ "wisdom_save": 2,
+ "charisma_save": -2,
+ "perception": 15,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Demonic Resilience",
+ "damage_immunities": "acid,Demonic Resilience",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft., keensense 10 ft.",
+ "languages": "Abyssal",
+ "challenge_rating": "5",
+ "cr": 5.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The mire fiend makes one Mandibles attack, one Spear attack, and one Stinger attack.\"},{\"name\":\"Mandibles\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one creature. _Hit:_ 12 (2d8+3) slashing damage.\"},{\"name\":\"Spear\",\"desc\":\"Melee Weapon or Ranged Attack: +5 to hit, reach 5 ft. or range 20/60 ft., one target. _Hit:_ 5 (1d6+2) piercing damage, or 6 (1d8+2) piercing damage if used with two hands to make a melee attack.\"},{\"name\":\"Stinger\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 10 ft., one creature. _Hit:_ 5 (1d4+3) piercing damage plus 10 (3d6) poison damage, and the target must succeed on a DC 14 CON save or be poisoned.\"},{\"name\":\"Stunning Snap (Recharge 5-6)\",\"desc\":\"If the mire fiend has no creature grappled, it snaps its mandibles together with great force, creating a miniature sonic boom in a 30-foot cone.
Each creature in that area must make a DC 14 CON save. On a failure, a creature takes 21 (6d6) thunder damage and is stunned until the end of its next turn. On a success, a creature takes half the damage and isn't stunned.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The mire fiend can breathe air and water.\"},{\"name\":\"Demonic Resilience\",\"desc\":\"The mire fiend is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The mire fiend has advantage on saves against spells and other magical effects.\"},{\"name\":\"Pack Tactics\",\"desc\":\"The mire fiend has advantage on attack rolls against a creature if at least one of the mire fiend's allies is within 5 feet of the creature and the ally isn't incapacitated.\"},{\"name\":\"Swamp Camouflage\",\"desc\":\"The mire fiend's Stealth is 21 while in swampy terrain.\"}]",
+ "reactions_json": "[{\"name\":\"Acidic Retribution\",\"desc\":\"When the mire fiend takes damage, including any damage that reduces it to 0 HP, it can expel acid from its stinger in a 15-foot line that is 5 feet wide. Each creature in that line must make a DC 14 DEX save, taking 10 (3d6) acid damage on a failed save, or half as much damage on a successful one.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "mordovermis_bf",
+ "fields": {
+ "name": "Mordovermis",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Aberration",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 13,
+ "armor_desc": "natural armor",
+ "hit_points": 72,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":10,\"fly\":40,\"hover\": true}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 14,
+ "constitution": 14,
+ "intelligence": 6,
+ "wisdom": 14,
+ "charisma": 16,
+ "strength_save": 3,
+ "dexterity_save": 2,
+ "constitution_save": 2,
+ "intelligence_save": -2,
+ "wisdom_save": 2,
+ "charisma_save": 3,
+ "perception": 14,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "bludgeoning,Aberrant Resilience",
+ "damage_immunities": "prone",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft.",
+ "languages": "Deep Speech,telepathy 60 ft.",
+ "challenge_rating": "3",
+ "cr": 3.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The mordovermis makes two Sting attacks. If both Sting attacks hit one Large or smaller creature, the mordovermis can use Consume on the creature without the need for the target to be incapacitated.\"},{\"name\":\"Sting\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 7 (1d8+3) piercing damage.\"},{\"name\":\"Consume\",\"desc\":\"The mordovermis wraps its body around an incapacitated creature. The target must make a DC 13 STR save. On a failure, the target takes 5 (2d4) piercing damage and 9 (2d8) acid damage and is grappled (escape DC 13). On a success, the target takes half the damage and isn't grappled. Until this grapple ends, the target is restrained and takes 18 (4d8) acid damage at the start of each of its turns, and the mordovermis can't use Consume.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Transfixing Gaze\",\"desc\":\"The mordovermis focuses its gaze on one creature it can see within 30 feet of it. The target must succeed on a DC 13 WIS save or be charmed until the end of its next turn. While charmed, the creature is incapacitated and has a speed of 0.\"}]",
+ "special_abilities_json": "[{\"name\":\"Aberrant Resilience\",\"desc\":\"The mordovermis is resistant to the charmed, frightened, paralyzed, and stunned conditions, and it has advantage on saves against spells or effects that would alter its form.\"},{\"name\":\"Sinuous Form\",\"desc\":\"The mordovermis can easily move through any opening large enough for a Small creature. It can squeeze through any opening large enough for a Tiny creature. The mordovermis's destination must still have suitable room to accommodate its volume.\"},{\"name\":\"Sunlight Sensitivity\",\"desc\":\"While in sunlight, the mordovermis has disadvantage on attack rolls, and its Perception is 9 when perceiving by sight.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "mule_bf",
+ "fields": {
+ "name": "Mule",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 10,
+ "armor_desc": null,
+ "hit_points": 10,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40}",
+ "environments_json": null,
+ "strength": 14,
+ "dexterity": 10,
+ "constitution": 12,
+ "intelligence": 2,
+ "wisdom": 10,
+ "charisma": 4,
+ "strength_save": 2,
+ "dexterity_save": 0,
+ "constitution_save": 1,
+ "intelligence_save": -4,
+ "wisdom_save": 0,
+ "charisma_save": -3,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "exhaustion,prone",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "-",
+ "challenge_rating": "1/8",
+ "cr": 0.125,
+ "actions_json": "[{\"name\":\"Hooves\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 4 (1d4+2) bludgeoning damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Beast of Burden\",\"desc\":\"The mule is considered to be a Large animal for the purpose of determining its carrying capacity.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "mummy_bf",
+ "fields": {
+ "name": "Mummy",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Undead",
+ "subtype": "",
+ "group": "Mummies",
+ "alignment": "",
+ "armor_class": 13,
+ "armor_desc": "natural armor",
+ "hit_points": 80,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":20}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 8,
+ "constitution": 16,
+ "intelligence": 6,
+ "wisdom": 14,
+ "charisma": 12,
+ "strength_save": 3,
+ "dexterity_save": -1,
+ "constitution_save": 3,
+ "intelligence_save": -2,
+ "wisdom_save": 2,
+ "charisma_save": 1,
+ "perception": 12,
+ "skills_json": "",
+ "damage_vulnerabilities": "fire",
+ "damage_resistances": "bludgeoning,piercing,and slashing damage from nonmagical attacks",
+ "damage_immunities": "necrotic,charmed,frightened,paralyzed,Undead Resilience",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "the languages it knew in life",
+ "challenge_rating": "3",
+ "cr": 3.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The mummy makes two Rotting Fist attacks. If both attacks hit one creature that isn't a Construct or Undead, the target must succeed on a DC 13 CON save or be cursed with mummy rot (see the Mummy Rot sidebar).\"},{\"name\":\"Rotting Fist\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 7 (1d8+3) bludgeoning damage plus 7 (2d6) necrotic damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Dreadful Glare\",\"desc\":\"The mummy glares at one creature it can see within 60 feet of it. The target must succeed on a DC 13 WIS save or be frightened until the end of its next turn. If the target fails the save by 5 or more, it is also paralyzed for the same duration.\"}]",
+ "special_abilities_json": "[{\"name\":\"Undead Nature\",\"desc\":\"The mummy doesn't require air, food, drink, or sleep.\"},{\"name\":\"Undead Resilience\",\"desc\":\"The mummy is immune to poison damage, to exhaustion, and to the poisoned condition.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "mummy_lord_bf",
+ "fields": {
+ "name": "Mummy Lord",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Undead",
+ "subtype": "",
+ "group": "Mummies",
+ "alignment": "",
+ "armor_class": 17,
+ "armor_desc": "natural armor",
+ "hit_points": 270,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":20}",
+ "environments_json": null,
+ "strength": 18,
+ "dexterity": 10,
+ "constitution": 26,
+ "intelligence": 20,
+ "wisdom": 28,
+ "charisma": 26,
+ "strength_save": 4,
+ "dexterity_save": 0,
+ "constitution_save": 8,
+ "intelligence_save": 5,
+ "wisdom_save": 9,
+ "charisma_save": 8,
+ "perception": 19,
+ "skills_json": "",
+ "damage_vulnerabilities": "fire",
+ "damage_resistances": "",
+ "damage_immunities": "necrotic; bludgeoning,piercing,and slashing damage from nonmagical attacks,charmed,frightened,paralyzed,Undead Resilience",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "the languages it knew in life",
+ "challenge_rating": "15",
+ "cr": 15.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The mummy makes two Blessed Khopesh attacks and one Rotting Fist attack, or it makes four Divine Bolt attacks. It can replace one attack with a use of Spellcasting.\"},{\"name\":\"Blessed Khopesh\",\"desc\":\"_Melee Weapon Attack:_ +9 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6+4) slashing damage plus 14 (4d6) necrotic damage or radiant damage (the mummy lord's choice).\"},{\"name\":\"Rotting Fist\",\"desc\":\"_Melee Weapon Attack:_ +9 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8+4) bludgeoning damage plus 21 (6d6) necrotic damage, and the target must succeed on a DC 17 CON save or be cursed with mummy rot (see the Mummy Rot sidebar).\"},{\"name\":\"Divine Bolt\",\"desc\":\"_Ranged Spell Attack:_ +9 to hit, range 120 ft., one target. _Hit:_ 21 (5d6+4) necrotic damage or radiant damage (the mummy lord's choice).\"},{\"name\":\"Undead Servitors\",\"desc\":\"The mummy lord magically calls 2d6 **skeletons** or **zombies**, 1d4 **specters**, or 2 **mummies**. The called creatures arrive in 1d4 rounds, acting as allies of the mummy lord and obeying its spoken commands. The Undead remain for 1 hour, until the mummy lord dies, or until the mummy lord dismisses them as a bonus action. The mummy lord can have any number of Undead under its control at one time, provided the combined total CR of the Undead is no higher than 6.\"},{\"name\":\"Spellcasting\",\"desc\":\"The mummy lord casts one of the following spells, using WIS as the spellcasting ability (spell save DC 17).
At will: _command_, _guidance_, _thaumaturgy_
3/day each: _dispel magic_, _hold_, _silence_
1/day each: _contagion_, _insect plague_\"}]",
+ "bonus_actions_json": "[{\"name\":\"Bolster Undead\",\"desc\":\"The mummy lord sends necrotic power into up to three friendly Undead it can see, other than itself, within 30 feet of it. Each target regains 14 (4d6) HP and has advantage on the next attack roll it makes before the start of the mummy lord's next turn.\"},{\"name\":\"Dreadful Glare\",\"desc\":\"The mummy lord glares at up to two creatures it can see within 60 feet of it. Each target must succeed on a DC 17 WIS save or be frightened until the end of its next turn. If the target fails the save by 5 or more, it is also paralyzed for the same duration.\"}]",
+ "special_abilities_json": "[{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the mummy lord fails a save, it can choose to succeed instead.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The mummy lord has advantage on saves against spells and other magical effects.\"},{\"name\":\"Rejuvenation\",\"desc\":\"A destroyed mummy lord gains a new body in 24 hours if its heart is intact, regaining all its HP and becoming active again. The new body appears within 5 feet of the mummy lord's heart.\"},{\"name\":\"Turning Defiance\",\"desc\":\"The mummy lord and any friendly Undead within 30 feet of it have advantage on saves against effects that turn undead.\"},{\"name\":\"Undead Nature\",\"desc\":\"The mummy lord doesn't require air, food, drink, or sleep.\"},{\"name\":\"Undead Resilience\",\"desc\":\"The mummy lord is immune to poison damage, to exhaustion, and to the poisoned condition.\"}]",
+ "reactions_json": null,
+ "legendary_desc": "The mummy lord can take 3 legendary actions, choosing from the options below. Only one legendary action option can be used at a time and only at the end of another creature's turn. The mummy lord regains spent legendary actions at the start of its turn.",
+ "legendary_actions_json": "[{\"name\":\"Detect Life\",\"desc\":\"The mummy lord automatically detects every creature that isn't a Construct or Undead within 30 feet of it, pinpointing the current location of each.\"},{\"name\":\"Sandy Teleport\",\"desc\":\"The mummy lord transforms into loose sand and teleports up to 60 feet to an unoccupied space it can see, reforming in that space. Any equipment it is wearing or carrying transforms with it.\"},{\"name\":\"Call Servitors (Costs 2 Actions)\",\"desc\":\"The mummy lord uses Undead Servitors.\"},{\"name\":\"Unleash Divine Energy (Costs 2 Actions)\",\"desc\":\"The mummy lord unleashes a wave of divine energy. Each creature within 10 feet of it must make a DC 17 CON save. On a failure, a creature takes 14 (4d6) necrotic damage or radiant damage (the mummy lord's choice) and is stunned until the end of its next turn. On a success, a creature takes half the damage and isn't stunned.\"}]",
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "mycolid_commoner_bf",
+ "fields": {
+ "name": "Mycolid Commoner",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "small",
+ "type": "Plant",
+ "subtype": "",
+ "group": "Mycolids",
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": null,
+ "hit_points": 21,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":15}",
+ "environments_json": null,
+ "strength": 10,
+ "dexterity": 14,
+ "constitution": 10,
+ "intelligence": 6,
+ "wisdom": 16,
+ "charisma": 4,
+ "strength_save": 0,
+ "dexterity_save": 2,
+ "constitution_save": 0,
+ "intelligence_save": -2,
+ "wisdom_save": 3,
+ "charisma_save": -3,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "poison,Plant Resilience",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "keensense 120 ft. (can't sense beyond this radius)",
+ "languages": "understands Sylvan but can't speak,telepathy 30 ft.",
+ "challenge_rating": "1/2",
+ "cr": 0.5,
+ "actions_json": "[{\"name\":\"Gardening Pick\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 4 (1d4+2) piercing damage plus 5 (2d4) poison damage.\"},{\"name\":\"Slowing Spores (Recharge 5-6)\",\"desc\":\"The mycolid ejects slowing spores from its body. Each creature that isn't a mycolid within 5 feet of the mycolid must make a DC 13 WIS save. On a failure, a creature takes 5 (2d4) poison damage and is slowed until the end of its next turn. On a success, a creature takes half the damage and isn't slowed. A slowed creature's speed is halved, and it can't take reactions.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Fetid Feast\",\"desc\":\"The mycolid draws sustenance from a Medium or larger pile of carrion or rotting vegetation within 5 feet of it. It regains 5 (2d4) HP. The mycolid can't use Fetid Feast on a pile of carrion or vegetation if it or another mycolid has already used Fetid Feast on that pile.\"}]",
+ "special_abilities_json": "[{\"name\":\"Fungal Toxicity\",\"desc\":\"A creature that hits the mycolid with a melee attack while within 5 feet of it must succeed on a DC 13 CON save or be poisoned for 1 hour. If the poison isn't neutralized before 1 hour has passed, the creature must succeed on a DC 13 CON save, taking 5 (2d4) poison damage on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Mycolid Connection\",\"desc\":\"The mycolid can pinpoint the location of each friendly mycolid within 120 feet of it. In addition, its telepathy range increases to 120 feet when communicating with other mycolids.\"},{\"name\":\"Plant Resilience\",\"desc\":\"The mycolid is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "mycolid_spore_lord_bf",
+ "fields": {
+ "name": "Mycolid Spore Lord",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Plant",
+ "subtype": "",
+ "group": "Mycolids",
+ "alignment": "",
+ "armor_class": 14,
+ "armor_desc": "natural armor",
+ "hit_points": 68,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":15}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 14,
+ "constitution": 12,
+ "intelligence": 8,
+ "wisdom": 18,
+ "charisma": 8,
+ "strength_save": 3,
+ "dexterity_save": 2,
+ "constitution_save": 1,
+ "intelligence_save": -1,
+ "wisdom_save": 4,
+ "charisma_save": -1,
+ "perception": 14,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Plant Resilience",
+ "damage_immunities": "poison",
+ "condition_immunities": "",
+ "senses": "keensense 120 ft. (can't sense beyond this radius)",
+ "languages": "understands Druidic and Sylvan but can't speak,telepathy 60 ft.",
+ "challenge_rating": "3",
+ "cr": 3.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The spore lord makes two Fungal Staff attacks or uses Hurl Sap twice.\"},{\"name\":\"Fungal Staff\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 6 (1d6+3) bludgeoning damage plus 9 (2d8) poison damage.\"},{\"name\":\"Hurl Sap\",\"desc\":\"_Ranged Weapon Attack:_ +4 to hit, range 30/120 ft., one target. _Hit:_ 11 (2d8+2) poison damage, and the sap sticks to the target. While the sap is stuck, the target takes 4 (1d8) poison damage at the start of each of its turns. A creature can use an action to scrape away the sap, ending the effect.\"},{\"name\":\"Mushroom Ring (Recharge 5-6)\",\"desc\":\"The spore lord causes fungal growth to erupt from a point on the ground it can sense within 120 feet of it. A ring of mushrooms sprouts in a 15-foot radius around that point. Each creature that isn't a mycolid within that ring must make a DC 14 CON save, taking 13 (3d8) poison damage on a failed save, or half as much damage on a successful one. Each mycolid within that ring gains 5 (2d4) temporary HP.\"},{\"name\":\"Slumber Spores (Recharge 5-6)\",\"desc\":\"The spore lord ejects sleep-inducing spores from its body. Each creature that isn't a mycolid within 10 feet of the spore lord must make a DC 14 WIS save. On a failure, a creature takes 9 (2d8) poison damage and falls unconscious for 1 minute. On a success, a creature takes half the damage and doesn't fall unconscious. The unconscious creature wakes if it takes damage or if a creature uses an action to wake it.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Fetid Feast\",\"desc\":\"The spore lord draws sustenance from a Medium or larger pile of carrion or rotting vegetation within 5 feet of it. It regains 7 (2d6) HP. The spore lord can't use Fetid Feast on a pile of carrion or vegetation if it or another mycolid has already used Fetid Feast on that pile.\"}]",
+ "special_abilities_json": "[{\"name\":\"Fungal Toxicity\",\"desc\":\"A creature that hits the mycolid with a melee attack while within 5 feet of it must succeed on a DC 13 CON save or be poisoned for 5 hours. If the poison isn't neutralized before 5 hours have passed, the creature must succeed on a DC 14 CON save, taking 9 (2d8) poison damage on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Mycolid Connection\",\"desc\":\"The spore lord can pinpoint the location of each friendly mycolid within 1 mile of it. In addition, its telepathy range increases to 1 mile when communicating with other mycolids.\"},{\"name\":\"Plant Resilience\",\"desc\":\"The mycolid is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "nalfeshnee_bf",
+ "fields": {
+ "name": "Nalfeshnee",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Fiend",
+ "subtype": "Demon",
+ "group": "Demons",
+ "alignment": "",
+ "armor_class": 18,
+ "armor_desc": "natural armor",
+ "hit_points": 196,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":20,\"fly\":30}",
+ "environments_json": null,
+ "strength": 20,
+ "dexterity": 10,
+ "constitution": 32,
+ "intelligence": 26,
+ "wisdom": 22,
+ "charisma": 24,
+ "strength_save": 5,
+ "dexterity_save": 0,
+ "constitution_save": 11,
+ "intelligence_save": 8,
+ "wisdom_save": 6,
+ "charisma_save": 7,
+ "perception": 16,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "bludgeoning,piercing,and slashing damage from nonmagical attacks,Demonic Resilience",
+ "damage_immunities": "Demonic Resilience",
+ "condition_immunities": "",
+ "senses": "truesight 120 ft.",
+ "languages": "Abyssal,telepathy 120 ft.",
+ "challenge_rating": "13",
+ "cr": 13.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The nalfeshnee makes one Bite attack, one Gore attack, and two Claw attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +10 to hit, reach 5 ft., one target. _Hit:_ 28 (4d8+5) piercing damage. If this attack hits a frightened creature, the nalfeshnee regains HP equal to half the damage dealt.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +10 to hit, reach 10 ft., one target. _Hit:_ 19 (4d6+5) slashing damage.\"},{\"name\":\"Gore\",\"desc\":\"_Melee Weapon Attack:_ +10 to hit, reach 5 ft., one target. _Hit:_ 21 (3d10+5) piercing damage, and the target must succeed on a DC 16 STR save or be knocked prone.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Teleport\",\"desc\":\"The nalfeshnee magically teleports, along with any equipment it is wearing or carrying, up to 60 feet to an unoccupied space it can see.\"}]",
+ "special_abilities_json": "[{\"name\":\"Demonic Resilience\",\"desc\":\"The nalfeshnee is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.\"},{\"name\":\"Horrific Nimbus\",\"desc\":\"The nalfeshnee magically emits scintillating, multicolored light that disorients and frightens mortals. Each creature that isn't an Aberration, Celestial, or Fiend and that starts its turn within 15 feet of the nalfeshnee must succeed on a DC 16 WIS save or be frightened until the start of its next turn. A creature that fails the save by 5 or more must take the Dash action on its turn and move away from the nalfeshnee by the safest available route, unless there is nowhere to move.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The nalfeshnee has advantage on saves against spells and other magical effects.\"}]",
+ "reactions_json": "[{\"name\":\"Sudden Feast\",\"desc\":\"When a creature the nalfeshnee can see within 20 feet of it is reduced to 0 HP or dies, the nalfeshnee can move up to its speed toward the creature without provoking opportunity attacks then feast on the creature, if it moves to within 5 feet of the creature. The nalfeshnee regains HP equal to twice the creature's CR or class level, and the creature has disadvantage on the next death save it makes, if it is making death saves.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "night_hag_bf",
+ "fields": {
+ "name": "Night Hag",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Fiend",
+ "subtype": "",
+ "group": "Hags",
+ "alignment": "",
+ "armor_class": 17,
+ "armor_desc": "natural armor",
+ "hit_points": 104,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 18,
+ "dexterity": 14,
+ "constitution": 16,
+ "intelligence": 16,
+ "wisdom": 14,
+ "charisma": 22,
+ "strength_save": 4,
+ "dexterity_save": 2,
+ "constitution_save": 3,
+ "intelligence_save": 3,
+ "wisdom_save": 2,
+ "charisma_save": 6,
+ "perception": 15,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "cold,fire; bludgeoning,piercing,and slashing damage from nonmagical attacks",
+ "damage_immunities": "charmed,unconscious",
+ "condition_immunities": "",
+ "senses": "truesight 120 ft.",
+ "languages": "Abyssal,Common,Infernal,Primordial",
+ "challenge_rating": "5",
+ "cr": 5.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The night hag can use Cause Sorrow. It then makes two Claw or Arcane Bolt attacks. It can replace one Claw or Arcane Bolt attack with a use of Spellcasting.\"},{\"name\":\"Claw (Hag Form Only)\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 18 (4d6+4) slashing damage.\"},{\"name\":\"Arcane Bolt\",\"desc\":\"_Ranged Spell Attack:_ +6 to hit, range 60 ft., one target. _Hit:_ 19 (3d10+3) force damage.\"},{\"name\":\"Cause Sorrow\",\"desc\":\"One creature the hag can see within 10 feet of it must succeed on a DC 14 CHA save or be filled with sorrow for 1 minute. While filled with sorrow, a creature is incapacitated and experiences visions or memories of sorrowful events. The target can repeat the save at the end of each of its turns (if conscious) or end of each hour (if unconscious), ending the effect on itself on a success.
For each hour an unconscious creature is affected, its HP maximum is reduced by 5 (1d10). This reduction lasts until removed by the greater restoration spell or similar magic. The creature dies if this effect reduces its HP maximum to 0. If an unconscious creature suffers from least 1 hour, it doesn't gain any benefits from the rest. The hag can have only one creature filled with sorrow at a time. If it uses Cause Sorrow on another, the effect on the previous creature ends.Cause Sorrow for at\"},{\"name\":\"Spellcasting\",\"desc\":\"The hag casts one of the following spells, requiring no material components and using CHA as the spellcasting ability (spell save DC 14).
At will: _ray of enfeeblement_, _silent image_
2/day each: _detect thoughts_, _plane shift_ (self only), _sleep_\"}]",
+ "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The hag magically transforms into Medium or smaller Humanoid, or back into its true form, which is Fiend. Its statistics, other than its size, are the same in each form. Any equipment it is wearing or carrying transforms with it. It reverts to its true form if it dies.\"},{\"name\":\"Etherealness\",\"desc\":\"The hag magically enters the Ethereal Plane from the Material Plane, or vice versa. The hag can use Cause Sorrow on an unconscious creature not on its plane; otherwise, the hag can't affect or be affected by anything on the other plane.\"}]",
+ "special_abilities_json": "[{\"name\":\"Magic Resistance\",\"desc\":\"The hag has advantage on saves against spells and other magical effects.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "nightmare_bf",
+ "fields": {
+ "name": "Nightmare",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Fiend",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 13,
+ "armor_desc": "natural armor",
+ "hit_points": 76,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":60,\"fly\":90}",
+ "environments_json": null,
+ "strength": 18,
+ "dexterity": 14,
+ "constitution": 16,
+ "intelligence": 10,
+ "wisdom": 12,
+ "charisma": 14,
+ "strength_save": 4,
+ "dexterity_save": 2,
+ "constitution_save": 3,
+ "intelligence_save": 0,
+ "wisdom_save": 1,
+ "charisma_save": 2,
+ "perception": 11,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "fire",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "understands Abyssal,Common,and Infernal but can't speak",
+ "challenge_rating": "3",
+ "cr": 3.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The nightmare makes two Flaming Hoof attacks.\"},{\"name\":\"Flaming Hoof\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 7 (1d6+4) bludgeoning damage plus 7 (2d6) fire damage.\"},{\"name\":\"Ethereal Stride\",\"desc\":\"The nightmare and up to three willing creatures within 5 feet of it magically enter the Ethereal Plane from the Material Plane, or vice versa.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Burning Hoofprints\",\"desc\":\"The nightmare increases the intensity of the heat on its hooves. Until the start of its next turn, it leaves burning hoofprints in any surface through which it walks, creating a trail of fire in its wake. A creature that enters a space with burning hoofprints for the first time on a turn or starts its turn there must succeed on a DC 13 DEX save or take 3 (1d6) fire damage. The hoofprints stop burning at the start of the nightmare's next turn.\"}]",
+ "special_abilities_json": "[{\"name\":\"Illumination\",\"desc\":\"The nightmare sheds bright light in a 10-foot radius and dim light for an additional 10 feet.\"},{\"name\":\"Riding Flames\",\"desc\":\"Any creature riding a willing nightmare is resistant to fire damage. A creature riding the nightmare without the nightmare's permission takes 3 (1d6) fire damage at the start of each of the nightmare's turns.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "noble_bf",
+ "fields": {
+ "name": "Noble",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Humanoid",
+ "subtype": "Any Lineage",
+ "group": "NPCs",
+ "alignment": "",
+ "armor_class": 14,
+ "armor_desc": "Impenetrable Ego",
+ "hit_points": 7,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 10,
+ "dexterity": 12,
+ "constitution": 10,
+ "intelligence": 12,
+ "wisdom": 14,
+ "charisma": 20,
+ "strength_save": 0,
+ "dexterity_save": 1,
+ "constitution_save": 0,
+ "intelligence_save": 1,
+ "wisdom_save": 2,
+ "charisma_save": 5,
+ "perception": 12,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Impenetrable Ego",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "any two languages",
+ "challenge_rating": "1/8",
+ "cr": 0.125,
+ "actions_json": "[{\"name\":\"Rapier\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 5 (1d8+1) piercing damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Impenetrable Ego\",\"desc\":\"While the noble is conscious and wearing no armor and wielding no shield, it adds its CHA modifier to its AC (included above). In addition, it is resistant to the charmed and frightened conditions.\"}]",
+ "reactions_json": "[{\"name\":\"Parry\",\"desc\":\"The noble adds 2 to its AC against one melee attack that would hit it. To do so, the noble must see the attacker and be wielding a melee weapon.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "ochre_jelly_bf",
+ "fields": {
+ "name": "Ochre Jelly",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Ooze",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 8,
+ "armor_desc": null,
+ "hit_points": 71,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":15,\"climb\":15}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 6,
+ "constitution": 14,
+ "intelligence": 2,
+ "wisdom": 6,
+ "charisma": 1,
+ "strength_save": 3,
+ "dexterity_save": -2,
+ "constitution_save": 2,
+ "intelligence_save": -4,
+ "wisdom_save": -2,
+ "charisma_save": -5,
+ "perception": 8,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "acid,Ooze Resilience",
+ "damage_immunities": "lightning,slashing,grappled,poisoned,Ooze Resilience",
+ "condition_immunities": "",
+ "senses": "keensense 60 ft. (can't sense beyond this radius)",
+ "languages": "-",
+ "challenge_rating": "2",
+ "cr": 2.0,
+ "actions_json": "[{\"name\":\"Pseudopod\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 10 ft., one target. _Hit:_ 10 (2d6+3) bludgeoning damage plus 7 (2d6) acid damage. If the target is poisoned, it must succeed on a DC 13 CON save or also take 5 (2d4) poison damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Amorphous\",\"desc\":\"The ochre jelly can move through a space as narrow as 1 inch wide without squeezing.\"},{\"name\":\"Ooze Nature\",\"desc\":\"The ochre jelly doesn't require sleep.\"},{\"name\":\"Ooze Resilience\",\"desc\":\"The ochre jelly is resistant to the restrained condition, and it is immune to exhaustion and to the blinded, charmed, deafened, frightened, and prone conditions.\"},{\"name\":\"Overwhelming Stench\",\"desc\":\"A creature that starts its turn within 10 feet of the ochre jelly must succeed on a DC 13 CON save or be poisoned until the start of its next turn. If a creature fails the save by 5 or more, it must spend its turn retching uncontrollably and be unable to move or act.\"},{\"name\":\"Spider Climb\",\"desc\":\"The ochre jelly can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.\"}]",
+ "reactions_json": "[{\"name\":\"Split\",\"desc\":\"When an ochre jelly that is Medium or larger is subjected to lightning or slashing damage, it splits into two new ochre jellies if it has at least 10 HP. Each new jelly has HP equal to half the original jelly's, rounded down. New jellies are one size smaller than the original jelly.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "octopus_bf",
+ "fields": {
+ "name": "Octopus",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "small",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 11,
+ "armor_desc": null,
+ "hit_points": 8,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":5,\"swim\":30}",
+ "environments_json": null,
+ "strength": 4,
+ "dexterity": 12,
+ "constitution": 10,
+ "intelligence": 2,
+ "wisdom": 10,
+ "charisma": 4,
+ "strength_save": -3,
+ "dexterity_save": 1,
+ "constitution_save": 0,
+ "intelligence_save": -4,
+ "wisdom_save": 0,
+ "charisma_save": -3,
+ "perception": 12,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 30 ft.",
+ "languages": "-",
+ "challenge_rating": "0",
+ "cr": 0.0,
+ "actions_json": "[{\"name\":\"Tentacles\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 3 (1d4+1) bludgeoning damage, and the target is grappled (escape DC 11), if it is a Medium or smaller creature. Until this grapple ends, the octopus can't use its Tentacles on another target.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Hold Breath\",\"desc\":\"While out of water, the octopus can hold its breath for 30 minutes.\"},{\"name\":\"Underwater Camouflage\",\"desc\":\"The octopus's Stealth is 18 while underwater.\"},{\"name\":\"Water Breathing\",\"desc\":\"The octopus can breathe only underwater.\"}]",
+ "reactions_json": "[{\"name\":\"Ink Dash (Recharge 6)\",\"desc\":\"When a creature the octopus can see deals damage to it, the octopus can release a 5-foot-radius cloud of ink all around itself, if it is underwater. The area is heavily obscured until the end of the octopus's next turn, although a significant current can disperse the ink. Then, the octopus can swim up to its swimming speed. If it does so, it immediately releases any creature it is grappling.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "octopus_giant_bf",
+ "fields": {
+ "name": "Octopus, Giant",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 11,
+ "armor_desc": null,
+ "hit_points": 44,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":10,\"swim\":60}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 12,
+ "constitution": 12,
+ "intelligence": 4,
+ "wisdom": 10,
+ "charisma": 4,
+ "strength_save": 3,
+ "dexterity_save": 1,
+ "constitution_save": 1,
+ "intelligence_save": -3,
+ "wisdom_save": 0,
+ "charisma_save": -3,
+ "perception": 14,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "-",
+ "challenge_rating": "1",
+ "cr": 1.0,
+ "actions_json": "[{\"name\":\"Tentacles\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 15 ft., one target. _Hit:_ 10 (2d6+3) bludgeoning damage, and the target is grappled (escape DC 13), if it is a Huge or smaller creature. Until this grapple ends, the target is restrained. The octopus can grapple up to two creatures at one time.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Tentacle Slam\",\"desc\":\"The octopus slams a Medium or smaller creature it is grappling into a solid surface. The target must make a DC 13 STR save, taking 7 (2d6) bludgeoning damage on a failed save, or half as much damage on a successful one.\"}]",
+ "special_abilities_json": "[{\"name\":\"Hold Breath\",\"desc\":\"While out of water, the octopus can hold its breath for 1 hour.\"},{\"name\":\"Underwater Camouflage\",\"desc\":\"The octopus's Stealth is 18 while underwater.\"},{\"name\":\"Water Breathing\",\"desc\":\"The octopus can breathe only underwater.\"}]",
+ "reactions_json": "[{\"name\":\"Ink Dash (Recharge 4-6)\",\"desc\":\"When a creature the octopus can see deals damage to it, the octopus can release a 20-foot- radius cloud of ink all around itself, if it is underwater. The area is heavily obscured until the end of the octopus's next turn, although a significant current can disperse the ink. Then, the octopus can swim up to its swimming speed. If it does so, it immediately releases any creatures it is grappling.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "ogre_bf",
+ "fields": {
+ "name": "Ogre",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Giant",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 11,
+ "armor_desc": "hide armor",
+ "hit_points": 66,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40}",
+ "environments_json": null,
+ "strength": 18,
+ "dexterity": 8,
+ "constitution": 16,
+ "intelligence": 4,
+ "wisdom": 6,
+ "charisma": 6,
+ "strength_save": 4,
+ "dexterity_save": -1,
+ "constitution_save": 3,
+ "intelligence_save": -3,
+ "wisdom_save": -2,
+ "charisma_save": -2,
+ "perception": 8,
+ "skills_json": "",
+ "damage_vulnerabilities": "Giant Attributes",
+ "damage_resistances": "Giant Attributes",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Common,Giant",
+ "challenge_rating": "2",
+ "cr": 2.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The ogre makes two Greatclub or Javelin attacks.\"},{\"name\":\"Greatclub\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8+4) bludgeoning damage.\"},{\"name\":\"Javelin\",\"desc\":\"_Melee or Ranged Weapon Attack:_ +6 to hit, reach 5 ft. or range 30/120 ft., one target. _Hit:_ 11 (2d6+4) piercing damage.\"},{\"name\":\"Bowling Sweep (Recharge 5-6)\",\"desc\":\"The ogre sweeps its weapon in a wide arc around it. Each creature within 10 feet of the ogre must make a DC 14 STR save. Small and smaller creatures have disadvantage on the save. On a failure, a creature takes 14 (4d6) bludgeoning damage, is pushed up to 10 feet away from the ogre, and is knocked prone. On a success, a creature takes half the damage and isn't pushed or knocked prone.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Shoving Rush\",\"desc\":\"The ogre takes the Dash action. If it moves, it can propel itself into one creature it can see along its path. The target must succeed on a DC 14 STR save or be knocked prone. This movement doesn't provoke opportunity attacks from a target that fails this save.\"}]",
+ "special_abilities_json": "[{\"name\":\"Giant Attributes\",\"desc\":\"The ogre is resistant to the stunned condition, and it is vulnerable to the prone condition.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "ogre_zombie_bf",
+ "fields": {
+ "name": "Ogre Zombie",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Undead",
+ "subtype": "",
+ "group": "Zombies",
+ "alignment": "",
+ "armor_class": 8,
+ "armor_desc": null,
+ "hit_points": 72,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 18,
+ "dexterity": 6,
+ "constitution": 18,
+ "intelligence": 2,
+ "wisdom": 6,
+ "charisma": 4,
+ "strength_save": 4,
+ "dexterity_save": -2,
+ "constitution_save": 4,
+ "intelligence_save": -4,
+ "wisdom_save": -2,
+ "charisma_save": -3,
+ "perception": 8,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "Undead Resilience",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "understands Common and Giant but can't speak",
+ "challenge_rating": "2",
+ "cr": 2.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The ogre zombie makes two Greatclub attacks.\"},{\"name\":\"Greatclub\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8+4) bludgeoning damage.\"},{\"name\":\"Lumbering Charge (Recharge 5-6)\",\"desc\":\"The ogre zombie shoulders its weapon and charges forward, shoving into creatures on its way. It moves up to 20 feet in a straight line and can move through the space of any Medium or smaller creature. The first time it enters a creature's space during this move, that creature must make a DC 14 STR save. On a failure, a creature takes 14 (4d6) bludgeoning damage and is knocked prone. On a success, a creature takes half the damage and isn't knocked prone.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Undead Fortitude\",\"desc\":\"If damage reduces the zombie to 0 HP, it must make a CON save with a DC equal to 5 + the damage taken, unless the damage is radiant or from a critical hit. On a success, the zombie drops to 1 HP instead.\"},{\"name\":\"Undead Nature\",\"desc\":\"The zombie doesn't require air, food, drink, or sleep.\"},{\"name\":\"Undead Resilience\",\"desc\":\"The zombie is immune to poison damage, to exhaustion, and to the poisoned condition.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "oni_bf",
+ "fields": {
+ "name": "Oni",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Giant",
+ "subtype": "Outsider",
+ "group": null,
+ "alignment": "",
+ "armor_class": 16,
+ "armor_desc": "chain mail",
+ "hit_points": 134,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"fly\":30,\"hover\": true}",
+ "environments_json": null,
+ "strength": 18,
+ "dexterity": 16,
+ "constitution": 22,
+ "intelligence": 14,
+ "wisdom": 18,
+ "charisma": 22,
+ "strength_save": 4,
+ "dexterity_save": 3,
+ "constitution_save": 6,
+ "intelligence_save": 2,
+ "wisdom_save": 4,
+ "charisma_save": 6,
+ "perception": 14,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Giant Attributes",
+ "damage_immunities": "prone",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Common,Giant",
+ "challenge_rating": "7",
+ "cr": 7.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The oni makes two Claw or Glaive attacks, or it makes three Arcane Bolt attacks. It can replace one attack with a use of Spellcasting.\"},{\"name\":\"Claw (True Form Only)\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8+4) slashing damage plus 10 (3d6) force damage.\"},{\"name\":\"Glaive\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 10 ft., one target. _Hit:_ 15 (2d10+4) slashing damage, or 9 (1d10+4) slashing damage in a Medium or smaller form, plus 10 (3d6) force damage.\"},{\"name\":\"Arcane Bolt\",\"desc\":\"_Ranged Spell Attack:_ +6 to hit, range 60 ft., one target. _Hit:_ 17 (4d6+3) force damage.\"},{\"name\":\"Whirling Glaive (Recharge 5-6)\",\"desc\":\"The oni channels its magic into its twirling glaive, creating magical wind in a 30-foot cone. Each creature in the area must make a DC 14 STR save. On a failure, a creature takes 31 (9d6) cold damage and is pushed up to 15 feet away from the oni. On a success, a creature takes half the damage and isn't pushed.\"},{\"name\":\"Spellcasting\",\"desc\":\"The oni casts one of the following spells, requiring no material components and using CHA as the spellcasting ability (spell save DC 14).
At will: _darkness_, _invisibility_ (self only)
1/day each: _charm_, _gaseous form_, _sleep_\"}]",
+ "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The oni magically transforms into a Small or Medium Humanoid, a Large ogre, or back into its true form, which is Giant. Its statistics, other than its size, are the same in each form. Any equipment it is wearing or carrying transforms with it, except for its glaive, which adjusts to fit its new form. If the oni dies, it reverts to its true form, and the glaive reverts to its normal size.\"}]",
+ "special_abilities_json": "[{\"name\":\"Empowered Weapons\",\"desc\":\"The oni's weapon attacks are magical. When the oni hits with any weapon, the weapon deals an extra 3d6 force damage (included in the attack).\"},{\"name\":\"Giant Attributes\",\"desc\":\"The oni is resistant to the stunned condition.\"},{\"name\":\"Regeneration\",\"desc\":\"The oni regains 10 HP at the start of its turn if it has at least 1 HP.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "orc_bf",
+ "fields": {
+ "name": "Orc",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Humanoid",
+ "subtype": "",
+ "group": "Orcs",
+ "alignment": "",
+ "armor_class": 13,
+ "armor_desc": "hide armor",
+ "hit_points": 25,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 12,
+ "constitution": 16,
+ "intelligence": 6,
+ "wisdom": 10,
+ "charisma": 10,
+ "strength_save": 3,
+ "dexterity_save": 1,
+ "constitution_save": 3,
+ "intelligence_save": -2,
+ "wisdom_save": 0,
+ "charisma_save": 0,
+ "perception": 12,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "exhaustion",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Common,Orc",
+ "challenge_rating": "1/2",
+ "cr": 0.5,
+ "actions_json": "[{\"name\":\"Greataxe\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 9 (1d12+3) slashing damage.\"},{\"name\":\"Javelin\",\"desc\":\"_Melee or Ranged Weapon Attack:_ +5 to hit, reach 5 ft. or range 30/120 ft., one target. _Hit:_ 6 (1d6+3) piercing damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Warrior's Advance\",\"desc\":\"The orc moves up to its speed toward a hostile creature that it can see.\"}]",
+ "special_abilities_json": "[{\"name\":\"Stalwart\",\"desc\":\"If the orc starts its turn afflicted by an ongoing effect that allows for a repeated save to end the effect, such as the hold spell or the poison from an ettercap's Bite, the orc can make the save at the start of the turn instead of the end and has advantage on the save.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "orc_warlord_bf",
+ "fields": {
+ "name": "Orc Warlord",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Humanoid",
+ "subtype": "",
+ "group": "Orcs",
+ "alignment": "",
+ "armor_class": 17,
+ "armor_desc": "half plate",
+ "hit_points": 90,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 18,
+ "dexterity": 14,
+ "constitution": 18,
+ "intelligence": 8,
+ "wisdom": 12,
+ "charisma": 12,
+ "strength_save": 4,
+ "dexterity_save": 2,
+ "constitution_save": 4,
+ "intelligence_save": -1,
+ "wisdom_save": 1,
+ "charisma_save": 1,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "exhaustion",
+ "damage_immunities": "frightened",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Common,Orc",
+ "challenge_rating": "4",
+ "cr": 4.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The orc warlord makes two Longsword attacks and one Skull Club attack, or it makes three Longbow attacks.\"},{\"name\":\"Longsword\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8+4) slashing damage.\"},{\"name\":\"Skull Club\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 9 (2d4+4) piercing damage.\"},{\"name\":\"Longbow\",\"desc\":\"_Ranged Weapon Attack:_ +4 to hit, range 150/600 ft., one target. _Hit:_ 11 (2d8+2) piercing damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Warrior's Advance\",\"desc\":\"As the **orc**.\"},{\"name\":\"Warlord's Rally (Recharge 4-6)\",\"desc\":\"The warlord yells a rallying cry to its allies. Each friendly creature within 30 feet of the warlord that can hear the warlord has advantage on the next attack roll it makes before the start of the warlord's next turn.\"}]",
+ "special_abilities_json": "[{\"name\":\"Martial Adept\",\"desc\":\"A melee or ranged weapon deals one extra die of its damage when the orc warlord hits with it (included in the attack).\"},{\"name\":\"Stalwart\",\"desc\":\"As the **orc**.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "orca_bf",
+ "fields": {
+ "name": "Orca",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "huge",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": "natural armor",
+ "hit_points": 80,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":0,\"swim\":60}",
+ "environments_json": null,
+ "strength": 18,
+ "dexterity": 10,
+ "constitution": 12,
+ "intelligence": 2,
+ "wisdom": 12,
+ "charisma": 6,
+ "strength_save": 4,
+ "dexterity_save": 0,
+ "constitution_save": 1,
+ "intelligence_save": -4,
+ "wisdom_save": 1,
+ "charisma_save": -2,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "cold",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "keensense 120 ft.",
+ "languages": "-",
+ "challenge_rating": "3",
+ "cr": 3.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The orca makes two Bite attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one creature. _Hit:_ 14 (3d6+4) piercing damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Tail Slap\",\"desc\":\"The orca slaps one creature it can see within 15 feet of it with its tail. The target must succeed on a DC 14 STR save or be pushed up to 15 feet away from the orca and knocked prone. A creature that fails this save by 5 or more is also stunned until the end of its next turn.\"}]",
+ "special_abilities_json": "[{\"name\":\"Echolocation\",\"desc\":\"The orca can't use its keensense while deafened.\"},{\"name\":\"Heightened Hearing\",\"desc\":\"The orca's Perception is 18 when perceiving by hearing.\"},{\"name\":\"Hold Breath\",\"desc\":\"The orca can hold its breath for 30 minutes.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "otyugh_bf",
+ "fields": {
+ "name": "Otyugh",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Aberration",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 14,
+ "armor_desc": "natural armor",
+ "hit_points": 108,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 10,
+ "constitution": 24,
+ "intelligence": 6,
+ "wisdom": 12,
+ "charisma": 6,
+ "strength_save": 3,
+ "dexterity_save": 0,
+ "constitution_save": 7,
+ "intelligence_save": -2,
+ "wisdom_save": 1,
+ "charisma_save": -2,
+ "perception": 11,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Aberrant Resilience",
+ "damage_immunities": "poison,poisoned",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft.",
+ "languages": "Otyugh",
+ "challenge_rating": "5",
+ "cr": 5.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The otyugh makes one Bite attack and two Tentacle attacks. It can replace both Tentacle attacks with a use of Tentacle Slam.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 12 (2d8+3) piercing damage. If the target is a creature, it must succeed on a DC 15 CON save or become infected with a disease. Until the disease is cured, the target is poisoned. Every 24 hours that elapse, the infected creature must repeat the save, reducing its HP maximum by 5 (1d10) on a failure. The disease is cured on a success. The creature dies if the disease reduces its HP maximum to 0. This reduction to the creature's HP maximum lasts until it finishes a long rest after the disease is cured.\"},{\"name\":\"Tentacle\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 10 ft., one target. _Hit:_ 6 (1d6+3) bludgeoning damage plus 9 (2d8) piercing damage. If the target is Medium or smaller, it is grappled (escape DC 13). The otyugh has two tentacles, each of which can grapple one target.\"},{\"name\":\"Tentacle Slam\",\"desc\":\"The otyugh slams creatures grappled by it into each other or into a solid surface. Each creature must make a DC 15 STR save. On a failure, a creature takes 14 (4d6) bludgeoning damage and is stunned until the end of its next turn. On a success, a creature takes half the damage and isn't stunned.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Aberrant Resilience\",\"desc\":\"The otyugh is resistant to the charmed, frightened, paralyzed, and stunned conditions, and it has advantage on saves against spells or effects that would alter its form.\"},{\"name\":\"Limited Telepathy\",\"desc\":\"The otyugh can magically transmit simple messages and images to any creature within 120 feet of it that can understand a language. This form of telepathy doesn't allow the receiving creature to telepathically respond.\"},{\"name\":\"Stench\",\"desc\":\"Each creature that starts its turn within 10 feet of the otyugh must succeed on a DC 15 CON save or be poisoned until the start of its next turn.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "owl_bf",
+ "fields": {
+ "name": "Owl",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "tiny",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 11,
+ "armor_desc": null,
+ "hit_points": 8,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":5,\"fly\":60}",
+ "environments_json": null,
+ "strength": 2,
+ "dexterity": 12,
+ "constitution": 8,
+ "intelligence": 2,
+ "wisdom": 12,
+ "charisma": 6,
+ "strength_save": -4,
+ "dexterity_save": 1,
+ "constitution_save": -1,
+ "intelligence_save": -4,
+ "wisdom_save": 1,
+ "charisma_save": -2,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft.",
+ "languages": "-",
+ "challenge_rating": "0",
+ "cr": 0.0,
+ "actions_json": "[{\"name\":\"Talons\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one creature. _Hit:_ 3 (1d4+1) slashing damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Flyby\",\"desc\":\"The owl doesn't provoke opportunity attacks when it flies out of an enemy's reach.\"},{\"name\":\"Heightened Hearing and Sight\",\"desc\":\"The owl's Perception is 18 when perceiving by hearing or sight.\"},{\"name\":\"Quiet Wings\",\"desc\":\"The owl's Stealth is 18 while flying.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "owl_giant_bf",
+ "fields": {
+ "name": "Owl, Giant",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": null,
+ "hit_points": 15,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":5,\"fly\":60}",
+ "environments_json": null,
+ "strength": 12,
+ "dexterity": 14,
+ "constitution": 12,
+ "intelligence": 8,
+ "wisdom": 12,
+ "charisma": 10,
+ "strength_save": 1,
+ "dexterity_save": 2,
+ "constitution_save": 1,
+ "intelligence_save": -1,
+ "wisdom_save": 1,
+ "charisma_save": 0,
+ "perception": 15,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft.",
+ "languages": "Giant Owl,understands Common,Elvish,and Sylvan but can't speak them",
+ "challenge_rating": "1/4",
+ "cr": 0.25,
+ "actions_json": "[{\"name\":\"Talons\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 6 (1d8+2) slashing damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Flyby\",\"desc\":\"The owl doesn't provoke opportunity attacks when it flies out of an enemy's reach.\"},{\"name\":\"Heightened Hearing and Sight\",\"desc\":\"The owl's Perception is 20 when perceiving by hearing or sight.\"},{\"name\":\"Quiet Wings\",\"desc\":\"The owl's Stealth is 19 while flying.\"}]",
+ "reactions_json": "[{\"name\":\"Puffed Up Display\",\"desc\":\"When a creature the owl is aware of and that is within 30 feet of it attacks it, the owl can suddenly turn its piercing gaze on the creature, puff up its feathers, and release a quick hiss, startling the creature. The attacker has disadvantage on the attack roll.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "owlbear_bf",
+ "fields": {
+ "name": "Owlbear",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Monstrosity",
+ "subtype": "Animal",
+ "group": null,
+ "alignment": "",
+ "armor_class": 14,
+ "armor_desc": "natural armor",
+ "hit_points": 80,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40}",
+ "environments_json": null,
+ "strength": 20,
+ "dexterity": 12,
+ "constitution": 16,
+ "intelligence": 2,
+ "wisdom": 12,
+ "charisma": 6,
+ "strength_save": 5,
+ "dexterity_save": 1,
+ "constitution_save": 3,
+ "intelligence_save": -4,
+ "wisdom_save": 1,
+ "charisma_save": -2,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Monstrosity Resilience",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "-",
+ "challenge_rating": "3",
+ "cr": 3.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The owlbear makes one Beak attack and one Claws attack. If both attacks hit a Medium or smaller target, the target is grappled (escape DC 15).\"},{\"name\":\"Beak\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one creature. _Hit:_ 10 (1d10+5) piercing damage.\"},{\"name\":\"Claws\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 14 (2d8+5) slashing damage.\"},{\"name\":\"Vicious Bound (44 HP or Fewer)\",\"desc\":\"The owlbear roars and barrels through creatures. It moves up to 20 feet in a straight line and can move through the space of any Medium or smaller creature. The first time it enters a creature's space during this move, that creature must make a DC 15 STR save. On a failure, a creature takes 18 (4d8) bludgeoning damage and is knocked prone. On a success, a creature takes half the damage and isn't knocked prone.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Rend\",\"desc\":\"The owlbear violently wrenches a Medium or smaller creature it is currently grappling. The target must make a DC 15 STR save, taking 9 (2d8) slashing damage on a failed save, or half as much damage on a successful one.\"}]",
+ "special_abilities_json": "[{\"name\":\"Glide\",\"desc\":\"The owlbear has long, sturdy feathers along its forelimbs and sides that expand while falling to slow its rate of descent to 60 feet per round, landing on its feet and taking no falling damage. It can move up to 5 feet horizontally for every 1 foot it falls. The owlbear can't gain height with its gliding feathers alone. If subjected to a strong wind or lift of any kind, it can use the updraft to glide farther.\"},{\"name\":\"Heightened Sight and Smell\",\"desc\":\"The owlbear's Perception is 18 when perceiving by sight or smell.\"},{\"name\":\"Monstrosity Resilience\",\"desc\":\"The owlbear is resistant to exhaustion and to the frightened condition.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "panther_bf",
+ "fields": {
+ "name": "Panther",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": null,
+ "hit_points": 15,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":50,\"climb\":40}",
+ "environments_json": null,
+ "strength": 14,
+ "dexterity": 14,
+ "constitution": 10,
+ "intelligence": 2,
+ "wisdom": 14,
+ "charisma": 6,
+ "strength_save": 2,
+ "dexterity_save": 2,
+ "constitution_save": 0,
+ "intelligence_save": -4,
+ "wisdom_save": 2,
+ "charisma_save": -2,
+ "perception": 14,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "-",
+ "challenge_rating": "1/4",
+ "cr": 0.25,
+ "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 5 (1d6+2) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 4 (1d4+2) slashing damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Stealthy Hunter\",\"desc\":\"The panther takes the Hide action.\"}]",
+ "special_abilities_json": "[{\"name\":\"Heightened Smell\",\"desc\":\"The panther's Perception is 19 when perceiving by smell.\"},{\"name\":\"Pounce\",\"desc\":\"If the panther moves at least 20 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 12 STR save or be knocked prone. If the target is prone, the panther can make one Bite attack against it as a bonus action.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "pegasus_bf",
+ "fields": {
+ "name": "Pegasus",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Celestial",
+ "subtype": "Animal",
+ "group": null,
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": null,
+ "hit_points": 57,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":60,\"fly\":90}",
+ "environments_json": null,
+ "strength": 18,
+ "dexterity": 14,
+ "constitution": 16,
+ "intelligence": 10,
+ "wisdom": 14,
+ "charisma": 12,
+ "strength_save": 4,
+ "dexterity_save": 2,
+ "constitution_save": 3,
+ "intelligence_save": 0,
+ "wisdom_save": 2,
+ "charisma_save": 1,
+ "perception": 12,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Celestial Resilience",
+ "damage_immunities": "charmed",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "understands Celestial,Common,Elvish,and Sylvan but can't speak",
+ "challenge_rating": "2",
+ "cr": 2.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The pegasus makes two Hooves attacks.\"},{\"name\":\"Hooves\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6+4) bludgeoning damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Celestial Resilience\",\"desc\":\"The pegasus is resistant to radiant damage.\"},{\"name\":\"Diving Pounce\",\"desc\":\"If the pegasus is flying and moves at least 20 feet straight toward a creature and then hits it with a Hooves attack on the same turn, that target must succeed on a DC 14 STR save or be knocked prone. If the target is prone, the pegasus can make one Hooves attack against it as a bonus action.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The pegasus has advantage on saves against spells and other magical effects.\"},{\"name\":\"Magic Weapons\",\"desc\":\"The pegasus's weapon attacks are magical.\"}]",
+ "reactions_json": "[{\"name\":\"Catch Rider\",\"desc\":\"If the pegasus's rider fails a check or save to remain in the saddle or is subjected to an effect that would dismount it, the pegasus can shift to catch the falling rider, preventing the rider from being dismounted.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "phase_spider_bf",
+ "fields": {
+ "name": "Phase Spider",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Monstrosity",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 13,
+ "armor_desc": "natural armor",
+ "hit_points": 73,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"climb\":30}",
+ "environments_json": null,
+ "strength": 14,
+ "dexterity": 16,
+ "constitution": 12,
+ "intelligence": 6,
+ "wisdom": 10,
+ "charisma": 6,
+ "strength_save": 2,
+ "dexterity_save": 3,
+ "constitution_save": 1,
+ "intelligence_save": -2,
+ "wisdom_save": 0,
+ "charisma_save": -2,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Monstrosity Resilience",
+ "damage_immunities": "poison,poisoned",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Phase Spider",
+ "challenge_rating": "3",
+ "cr": 3.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The phase spider makes one Barbed Legs attack and one Bite attack. It can replace one attack with a Phasing Web attack.\"},{\"name\":\"Barbed Legs\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 10 ft., one target. _Hit:_ 8 (2d4+3) piercing damage.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one creature. _Hit:_ 7 (1d10+3) piercing damage, and the target must make a DC 13 CON save, taking 13 (3d8) poison damage on a failed save, or half as much damage on a successful one. If the poison damage reduces the target to 0 HP, the target is stable but poisoned for 1 hour, even after regaining HP, and is paralyzed while poisoned in this way.\"},{\"name\":\"Phasing Web\",\"desc\":\"_Ranged Weapon Attack:_ +5 to hit, range 30/60 ft., one creature. _Hit:_ The target is restrained by webbing. While restrained in this way, the target can see and attack creatures on the Ethereal Plane, and the restrained target can be seen and attacked by creatures on the Ethereal Plane. A creature, including the restrained target, can take its action to free the target from the webbing by succeeding on a DC 13 STR check. The webbing can also be attacked and destroyed (AC 12; HP 10; vulnerability to fire damage; immunity to bludgeoning, poison, and psychic damage).\"}]",
+ "bonus_actions_json": "[{\"name\":\"Ethereal Jaunt\",\"desc\":\"The phase spider magically shifts from the Material Plane to the Ethereal Plane, or vice versa.\"}]",
+ "special_abilities_json": "[{\"name\":\"Ethereal Sight\",\"desc\":\"The phase spider can see 60 feet into the Ethereal Plane when it is on the Material Plane, and vice versa.\"},{\"name\":\"Monstrosity Resilience\",\"desc\":\"The phase spider is resistant to exhaustion and to the frightened condition.\"},{\"name\":\"Spider Climb\",\"desc\":\"The spider can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.\"},{\"name\":\"Web Walker\",\"desc\":\"The spider ignores movement restrictions caused by webbing.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "pit_fiend_bf",
+ "fields": {
+ "name": "Pit Fiend",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Fiend",
+ "subtype": "Devil",
+ "group": "Devils",
+ "alignment": "",
+ "armor_class": 19,
+ "armor_desc": "natural armor",
+ "hit_points": 323,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"fly\":60}",
+ "environments_json": null,
+ "strength": 26,
+ "dexterity": 26,
+ "constitution": 36,
+ "intelligence": 22,
+ "wisdom": 30,
+ "charisma": 24,
+ "strength_save": 8,
+ "dexterity_save": 8,
+ "constitution_save": 13,
+ "intelligence_save": 6,
+ "wisdom_save": 10,
+ "charisma_save": 7,
+ "perception": 20,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Devilish Resilience",
+ "damage_immunities": "charmed,frightened,Devilish Resilience",
+ "condition_immunities": "",
+ "senses": "truesight 120 ft.",
+ "languages": "Infernal,telepathy 120 ft.",
+ "challenge_rating": "20",
+ "cr": 20.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The pit fiend makes one Bite attack, one Gore attack, one Mace attack, and one Tail attack, or it makes four Hurl Flame attacks. If two Hurl Flame attacks hit one creature, each creature within 10 feet of the target must make a DC 21 DEX save as the fire bursts outward from the target, taking 14 (4d6) fire damage on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +14 to hit, reach 5 ft., one target. _Hit:_ 22 (4d6+8) piercing damage plus 14 (4d6) fire damage and 13 (3d8) poison damage. The target must succeed on a DC 21 CON save or be poisoned. While poisoned in this way, the target can't regain HP. The target can repeat the save at the end of each of its turns, ending the effect on itself on a success.\"},{\"name\":\"Gore\",\"desc\":\"_Melee Weapon Attack:_ +14 to hit, reach 10 ft., one target. _Hit:_ 17 (2d8+8) piercing damage plus 14 (4d6) fire damage.\"},{\"name\":\"Mace\",\"desc\":\"_Melee Weapon Attack:_ +14 to hit, reach 10 ft., one target. _Hit:_ 15 (2d6+8) bludgeoning damage plus 14 (4d6) fire damage.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +14 to hit, reach 10 ft., one target. _Hit:_ 24 (3d10+8) bludgeoning damage plus 14 (4d6) fire damage, and the target must succeed on a DC 21 STR save or be knocked prone.\"},{\"name\":\"Hurl Flame\",\"desc\":\"_Ranged Spell Attack:_ +10 to hit, range 120 ft., one target. _Hit:_ 25 (6d6+4) fire damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Aura of the Devil Lord\",\"desc\":\"Each hostile creature that starts its turn within 20 feet of the pit fiend must succeed on a DC 21 WIS save or be frightened until the start of its next turn. Each friendly devil within 20 feet of the pit fiend is immune to the charmed and frightened conditions and has advantage on the first attack roll it makes on each of its turns.\"},{\"name\":\"Devilish Resilience\",\"desc\":\"The devil is resistant to cold damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to fire damage and poison damage and to the poisoned condition.\"},{\"name\":\"Flaming Weapons\",\"desc\":\"The pit fiend's weapon attacks are magical. When the fiend hits with any weapon, the weapon deals an extra 4d6 fire damage (included in the attack).\"},{\"name\":\"Magic Resistance\",\"desc\":\"The pit fiend has advantage on saves against spells and other magical effects.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "planetar_bf",
+ "fields": {
+ "name": "Planetar",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Celestial",
+ "subtype": "Angel",
+ "group": "Angels",
+ "alignment": "",
+ "armor_class": 19,
+ "armor_desc": "natural armor",
+ "hit_points": 242,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40,\"fly\":120}",
+ "environments_json": null,
+ "strength": 24,
+ "dexterity": 20,
+ "constitution": 34,
+ "intelligence": 18,
+ "wisdom": 32,
+ "charisma": 32,
+ "strength_save": 7,
+ "dexterity_save": 5,
+ "constitution_save": 12,
+ "intelligence_save": 4,
+ "wisdom_save": 11,
+ "charisma_save": 11,
+ "perception": 21,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Angelic Resilience",
+ "damage_immunities": "Angelic Resilience",
+ "condition_immunities": "",
+ "senses": "truesight 120 ft.",
+ "languages": "all,telepathy 120 ft.",
+ "challenge_rating": "16",
+ "cr": 16.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The planetar makes two Greatsword attacks, or it makes three Radiant Bolt attacks. It can replace one attack with a use of Spellcasting. If two Greatsword or Radiant Bolt attacks hit one creature, the target must succeed on a DC 19 CON save or be blinded until the end of its next turn.\"},{\"name\":\"Greatsword\",\"desc\":\"_Melee Weapon Attack:_ +12 to hit, reach 5 ft., one target. _Hit:_ 21 (4d6+7) slashing damage plus 31 (7d8) radiant damage.\"},{\"name\":\"Radiant Bolt\",\"desc\":\"_Ranged Spell Attack:_ +11 to hit, range 60 ft., one target. _Hit:_ 33 (6d8+6) radiant damage.\"},{\"name\":\"Radiant Burst (Recharge 6)\",\"desc\":\"A pulse of divine power ripples out from the planetar's golden halo. Each hostile creature within 15 feet of the planetar must make a DC 19 DEX save, taking 56 (16d6) radiant damage on a failed save, or half as much damage on a successful one. Each friendly creature within 15 feet of the planetar is empowered with divine energy and has advantage on all melee attack rolls it makes before the start of the planetar's next turn.\"},{\"name\":\"Healing Touch (4/Day)\",\"desc\":\"The planetar touches another creature. The target magically regains 30 (6d8+3) HP and is freed from any curse, disease, poison, blindness, or deafness.\"},{\"name\":\"Spellcasting\",\"desc\":\"The planetar casts one of the following spells, requiring no material components and using CHA as the spellcasting ability (spell save DC 19).
At will: _command_, _invisibility_ (self only)
3/day each: _daylight_, _raise dead_ (as an action)\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Angelic Resilience\",\"desc\":\"The planetar is resistant to radiant damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to exhaustion and the charmed and frightened conditions.\"},{\"name\":\"Angelic Senses\",\"desc\":\"The planetar can pinpoint the location of Aberrations, Celestials, Fiends, and Undead within 30 feet of it and knows if a place or object it can sense is consecrated or desecrated.\"},{\"name\":\"Angelic Weapons\",\"desc\":\"The planetar's weapon attacks are magical. When it hits with any weapon, the weapon deals an extra 7d8 radiant damage (included in the attack).\"},{\"name\":\"Divine Awareness\",\"desc\":\"The planetar knows if it hears a lie.\"},{\"name\":\"Divine Protection\",\"desc\":\"Aberrations, Celestials, Fiends, and Undead have disadvantage on attack rolls against the planetar.\"},{\"name\":\"Immortal Nature\",\"desc\":\"The planetar doesn't require food, drink, or sleep.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The planetar has advantage on saves against spells and other magical effects.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "plesiosaurus_bf",
+ "fields": {
+ "name": "Plesiosaurus",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Dinosaurs",
+ "alignment": "",
+ "armor_class": 13,
+ "armor_desc": "natural armor",
+ "hit_points": 60,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":20,\"swim\":40}",
+ "environments_json": null,
+ "strength": 18,
+ "dexterity": 14,
+ "constitution": 16,
+ "intelligence": 2,
+ "wisdom": 12,
+ "charisma": 4,
+ "strength_save": 4,
+ "dexterity_save": 2,
+ "constitution_save": 3,
+ "intelligence_save": -4,
+ "wisdom_save": 1,
+ "charisma_save": -3,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "-",
+ "challenge_rating": "2",
+ "cr": 2.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The plesiosaurus makes two Bite attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 10 ft., one target. _Hit:_ 11 (2d6+4) piercing damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Flipper Slam\",\"desc\":\"While underwater, the plesiosaurus slams its flippers together, sending a shockwave of water in a 15-foot cone. Each creature in the area must succeed on a DC 13 CON save or be off-balance until the end of its next turn. While off-balance, a creature's speed is halved, and it has disadvantage on the first attack roll it makes on each of its turns.\"}]",
+ "special_abilities_json": "[{\"name\":\"Hardy\",\"desc\":\"Any critical hit against the dinosaur becomes a normal hit.\"},{\"name\":\"Hold Breath\",\"desc\":\"The plesiosaurus can hold its breath for 1 hour.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "pony_bf",
+ "fields": {
+ "name": "Pony",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 10,
+ "armor_desc": null,
+ "hit_points": 10,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40}",
+ "environments_json": null,
+ "strength": 14,
+ "dexterity": 10,
+ "constitution": 12,
+ "intelligence": 2,
+ "wisdom": 10,
+ "charisma": 6,
+ "strength_save": 2,
+ "dexterity_save": 0,
+ "constitution_save": 1,
+ "intelligence_save": -4,
+ "wisdom_save": 0,
+ "charisma_save": -2,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "-",
+ "challenge_rating": "1/8",
+ "cr": 0.125,
+ "actions_json": "[{\"name\":\"Hooves\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 4 (1d4+2) bludgeoning damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Draft Animal\",\"desc\":\"The draft horse can push, drag, or lift weight in pounds equal to three times its carrying capacity.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "priest_bf",
+ "fields": {
+ "name": "Priest",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Humanoid",
+ "subtype": "Any Lineage",
+ "group": "NPCs",
+ "alignment": "",
+ "armor_class": 13,
+ "armor_desc": "chain shirt",
+ "hit_points": 57,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 12,
+ "dexterity": 10,
+ "constitution": 12,
+ "intelligence": 12,
+ "wisdom": 20,
+ "charisma": 12,
+ "strength_save": 1,
+ "dexterity_save": 0,
+ "constitution_save": 1,
+ "intelligence_save": 1,
+ "wisdom_save": 5,
+ "charisma_save": 1,
+ "perception": 15,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Divine Blessing",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "any two languages",
+ "challenge_rating": "2",
+ "cr": 2.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The priest makes two Mace or Divine Bolt attacks.\"},{\"name\":\"Mace\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 4 (1d6+1) bludgeoning damage plus 7 (2d6) necrotic damage or radiant damage (the priest's choice).\"},{\"name\":\"Divine Bolt\",\"desc\":\"_Ranged Spell Attack:_ +5 to hit, range 60 ft., one target. _Hit:_ 10 (2d6+3) necrotic damage or radiant damage (the priest's choice).\"},{\"name\":\"Spellcasting\",\"desc\":\"The priest casts one of the following spells, using WIS as the spellcasting ability (spell save DC 13).
At will: _guidance_, _light_, _thaumaturgy_
2/day each: _bane_, _bless_, _cure wounds_
1/day each: _dispel magic_, _restoration_\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Divine Blessing\",\"desc\":\"The priest is resistant to necrotic damage or radiant damage, as appropriate for the priest's deity.\"},{\"name\":\"Divine Weapons\",\"desc\":\"The priest's weapons are shrouded in dark or golden flames, as appropriate for the priest's deity. When the priest hits with any weapon, the weapon deals an extra 2d6 necrotic damage or radiant damage (included in the attack), the priest's choice.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "pseudodragon_bf",
+ "fields": {
+ "name": "Pseudodragon",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "tiny",
+ "type": "Dragon",
+ "subtype": "",
+ "group": "Dragons",
+ "alignment": "",
+ "armor_class": 13,
+ "armor_desc": "natural armor",
+ "hit_points": 12,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":15,\"fly\":60}",
+ "environments_json": null,
+ "strength": 6,
+ "dexterity": 14,
+ "constitution": 12,
+ "intelligence": 10,
+ "wisdom": 16,
+ "charisma": 10,
+ "strength_save": -2,
+ "dexterity_save": 2,
+ "constitution_save": 1,
+ "intelligence_save": 0,
+ "wisdom_save": 3,
+ "charisma_save": 0,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "poison,poisoned",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft., keensense 10 ft.",
+ "languages": "understands Common and Draconic but can't speak",
+ "challenge_rating": "1/4",
+ "cr": 0.25,
+ "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 4 (1d4+2) piercing damage.\"},{\"name\":\"Sting\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 4 (1d4+2) piercing damage plus 2 (1d4) poison damage, and the target must succeed on a DC 11 CON save or be poisoned for 1 hour. If the creature fails the save by 5 or more, it falls unconscious while poisoned in this way, or until it takes damage or another creature uses an action to shake it awake.\"},{\"name\":\"Puff of Smoke (1/Day)\",\"desc\":\"The pseudodragon exhales a cloud of smoke in a 10-foot-radius sphere centered on itself. The sphere spreads around corners, and its area is heavily obscured. It lasts for 1 minute or until a wind of moderate or greater speed (at least 10 miles per hour) disperses it.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Heightened Senses\",\"desc\":\"The pseudodragon's Perception is 18 when perceiving by sight, hearing, or smell.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The pseudodragon has advantage on saves against spells and other magical effects.\"},{\"name\":\"Limited Telepathy\",\"desc\":\"The pseudodragon can magically communicate simple ideas, emotions, and images telepathically with any creature within 100 feet of it that can understand a language.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "purple_worm_bf",
+ "fields": {
+ "name": "Purple Worm",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "gargantuan",
+ "type": "Monstrosity",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 18,
+ "armor_desc": "natural armor",
+ "hit_points": 255,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":50,\"burrow\":30}",
+ "environments_json": null,
+ "strength": 28,
+ "dexterity": 6,
+ "constitution": 32,
+ "intelligence": 1,
+ "wisdom": 18,
+ "charisma": 4,
+ "strength_save": 9,
+ "dexterity_save": -2,
+ "constitution_save": 11,
+ "intelligence_save": -5,
+ "wisdom_save": 4,
+ "charisma_save": -3,
+ "perception": 14,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Monstrosity Resilience",
+ "damage_immunities": "prone",
+ "condition_immunities": "",
+ "senses": "keensense 60 ft., tremorsense 60 ft.",
+ "languages": "",
+ "challenge_rating": "15",
+ "cr": 15.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The worm makes one Bite attack and one Tail Stinger attack.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +14 to hit, reach 10 ft., one target. _Hit:_ 22 (3d8+9) piercing damage. If the target is a Large or smaller creature, it must succeed on a DC 19 DEX save or be swallowed by the purple worm.
A swallowed creature is blinded and restrained, it has total cover against attacks and other effects outside of the worm, and it takes 21 (6d6) acid damage at the start of each of the worm's turns. If the worm takes 30 damage or more on a single turn from a creature inside it, the worm must succeed on a DC 21 CON save at the end of that turn or regurgitate all swallowed creatures, which fall prone in a space within 10 feet of the worm. If the worm dies, a swallowed creature is no longer restrained by it and can escape from the corpse by using 20 feet of movement, exiting prone.\"},{\"name\":\"Tail Stinger\",\"desc\":\"_Melee Weapon Attack:_ +14 to hit, reach 10 ft., one creature. _Hit:_ 19 (3d6+9) piercing damage, and the target must make a DC 19 CON save, taking 42 (12d6) poison damage on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Thrash (Recharge 5-6)\",\"desc\":\"The purple worm convulses its large body, smashing everything around it. Each creature within 20 feet of the worm must make a DC 19 STR save. On a failure, a creature takes 54 (12d8) bludgeoning damage and is stunned until the end of its next turn. On a success, a creature takes half the damage and isn't stunned.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Rapid Digestion\",\"desc\":\"The purple worm's digestive system absorbs some of the already digested material from creatures it has swallowed. If the purple worm has at least one swallowed creature inside it, the purple worm regains 9 (2d8) HP. This healing increases by 4 (1d8) for each creature currently inside the purple worm, to a maximum of 10d8.\"}]",
+ "special_abilities_json": "[{\"name\":\"Monstrosity Resilience\",\"desc\":\"The purple worm is resistant to exhaustion and to the frightened condition.\"},{\"name\":\"Tunneler\",\"desc\":\"The purple worm can burrow through solid rock at half its burrowing speed, and it leaves a 10-foot-diameter tunnel in its wake.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "quasit_bf",
+ "fields": {
+ "name": "Quasit",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "tiny",
+ "type": "Fiend",
+ "subtype": "Demon",
+ "group": "Demons",
+ "alignment": "",
+ "armor_class": 13,
+ "armor_desc": null,
+ "hit_points": 35,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40}",
+ "environments_json": null,
+ "strength": 4,
+ "dexterity": 20,
+ "constitution": 10,
+ "intelligence": 6,
+ "wisdom": 10,
+ "charisma": 10,
+ "strength_save": -3,
+ "dexterity_save": 5,
+ "constitution_save": 0,
+ "intelligence_save": -2,
+ "wisdom_save": 0,
+ "charisma_save": 0,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Demonic Resilience",
+ "damage_immunities": "Demonic Resilience",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft.",
+ "languages": "Abyssal,Common",
+ "challenge_rating": "1",
+ "cr": 1.0,
+ "actions_json": "[{\"name\":\"Claws (True Form Only)\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 5 (1d4+3) piercing damage, and the target must succeed on a DC 13 Constitution saving throw or take 5 (2d4) poison damage and be 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.\"},{\"name\":\"Slam (Beast Form Only)\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) bludgeoning, piercing, or slashing damage (based on the type of damage dealt by the Beast form's primary attack, such as Bite).\"},{\"name\":\"Invisibility (True Form Only)\",\"desc\":\"The quasit magically turns invisible until it attacks, uses Scare, or uses Change Shape, or until its concentration ends (as if concentrating on a spell). Any equipment the quasit wears or carries is invisible with it.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The quasit magically transforms into a Medium or smaller Beast that has a CR no higher than its own or back into its true form, which is a Fiend. Its statistics, other than its size and speed, are the same in each form.
Any equipment it is wearing or carrying transforms with it. It reverts to its true form if it dies.\"},{\"name\":\"Scare (1/Day; True Form Only)\",\"desc\":\"One creature of the quasit's choice within 20 feet of it must succeed on a DC 13 Wisdom saving throw or be frightened 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.\"}]",
+ "special_abilities_json": "[{\"name\":\"Demonic Resilience\",\"desc\":\"The quasit is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The quasit has advantage on saving throws against spells and other magical effects.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "quipper_bf",
+ "fields": {
+ "name": "Quipper",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "tiny",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 10,
+ "armor_desc": null,
+ "hit_points": 8,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":0,\"swim\":40}",
+ "environments_json": null,
+ "strength": 2,
+ "dexterity": 10,
+ "constitution": 10,
+ "intelligence": 1,
+ "wisdom": 6,
+ "charisma": 2,
+ "strength_save": -4,
+ "dexterity_save": 0,
+ "constitution_save": 0,
+ "intelligence_save": -5,
+ "wisdom_save": -2,
+ "charisma_save": -4,
+ "perception": 8,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "-",
+ "challenge_rating": "0",
+ "cr": 0.0,
+ "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +2 to hit, reach 5 ft., one creature. _Hit:_ 2 (1d4) piercing damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Blood Frenzy\",\"desc\":\"The quipper has advantage on melee attack rolls against any creature that doesn't have all its HP.\"},{\"name\":\"Heightened Smell\",\"desc\":\"The quipper's Perception is 13 when perceiving by smell.\"},{\"name\":\"Water Breathing\",\"desc\":\"The quipper can breathe only underwater.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "quipper_swarm_of_quippers_bf",
+ "fields": {
+ "name": "Quipper, Swarm of Quippers",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Swarm",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 13,
+ "armor_desc": null,
+ "hit_points": 34,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":0,\"swim\":40}",
+ "environments_json": null,
+ "strength": 12,
+ "dexterity": 16,
+ "constitution": 10,
+ "intelligence": 1,
+ "wisdom": 10,
+ "charisma": 2,
+ "strength_save": 1,
+ "dexterity_save": 3,
+ "constitution_save": 0,
+ "intelligence_save": -5,
+ "wisdom_save": 0,
+ "charisma_save": -4,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Swarm Resilience",
+ "damage_immunities": "Swarm Resilience",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "-",
+ "challenge_rating": "1",
+ "cr": 1.0,
+ "actions_json": "[{\"name\":\"Bites\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 0 ft., one creature in the swarm's space. _Hit:_ 18 (4d8) piercing damage, or 9 (2d8) piercing damage if the swarm has half of its HP or fewer, and the target must succeed on a DC 13 DEX save or have its flesh shredded by the attack. A creature with shredded flesh loses 4 (1d8) HP at the start of each of its turns as the wound bleeds profusely. Any creature can take an action to stanch the wound with a successful DC 10 WIS (Medicine) check. The wound also closes if the target receives magical healing.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Blood Frenzy\",\"desc\":\"The swarm has advantage on melee attack rolls against any creature that doesn't have all its HP.\"},{\"name\":\"Heightened Smell\",\"desc\":\"The swarm's Perception is 15 when perceiving by smell.\"},{\"name\":\"Swarm\",\"desc\":\"The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny quipper. The swarm can't regain HP or gain temporary HP.\"},{\"name\":\"Swarm Resilience\",\"desc\":\"The swarm is resistant to bludgeoning, piercing, and slashing damage, and it is immune to the charmed, frightened, grappled, paralyzed, petrified, prone, restrained, and stunned conditions.\"},{\"name\":\"Water Breathing\",\"desc\":\"The swarm can breathe only underwater.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "rakshasa_bf",
+ "fields": {
+ "name": "Rakshasa",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Fiend",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 16,
+ "armor_desc": "natural armor",
+ "hit_points": 166,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40,\"fly\":30,\"hover\": true}",
+ "environments_json": null,
+ "strength": 14,
+ "dexterity": 26,
+ "constitution": 18,
+ "intelligence": 12,
+ "wisdom": 26,
+ "charisma": 30,
+ "strength_save": 2,
+ "dexterity_save": 8,
+ "constitution_save": 4,
+ "intelligence_save": 1,
+ "wisdom_save": 8,
+ "charisma_save": 10,
+ "perception": 18,
+ "skills_json": "",
+ "damage_vulnerabilities": "piercing damage from magical attacks",
+ "damage_resistances": "",
+ "damage_immunities": "bludgeoning,piercing,and slashing damage from nonmagical attacks,prone",
+ "condition_immunities": "",
+ "senses": "truesight 60 ft.",
+ "languages": "Abyssal,Common,Infernal",
+ "challenge_rating": "13",
+ "cr": 13.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The rakshasa makes four Claw or Arcane Bolt attacks. It can replace one attack with a use of Spellcasting. If two Claw attacks hit one creature, the target is cursed. While cursed, the target gains no benefit from finishing a short or long rest. The curse lasts until removed by the remove curse spell or similar magic.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +8 to hit, reach 5 ft., one target. _Hit:_ 12 (2d8+3) slashing damage plus 10 (3d6) force damage.\"},{\"name\":\"Arcane Bolt\",\"desc\":\"_Ranged Spell Attack:_ +10 to hit, range 60 ft., one target. _Hit:_ 22 (5d6+5) force damage.\"},{\"name\":\"Travel the Planes (1/Day)\",\"desc\":\"The rakshasa magically transports itself to a different plane of existence. This works like the plane shift spell, except the rakshasa can affect only itself and can't use this action to banish an unwilling creature.\"},{\"name\":\"Spellcasting\",\"desc\":\"The rakshasa casts one of the following spells, requiring no material components and using CHA as the spellcasting ability (spell save DC 18).
At will: _detect thoughts_, _mage hand_, _minor illusion_
3/day each: _major image_, _suggestion_
1/day: _dominate_\"}]",
+ "bonus_actions_json": "[{\"name\":\"Charming Gaze\",\"desc\":\"The rakshasa turns its gaze toward one creature it can see within 60 feet of it. If the target can see the rakshasa, the target must succeed on a DC 18 CHA save or be charmed for 1 minute. A charmed creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. The rakshasa can have up to three creatures charmed in this way at a time.\"},{\"name\":\"Illusory Appearance\",\"desc\":\"The rakshasa covers itself and anything it is wearing or carrying with a magical illusion that makes it look like another creature of its general size and Humanoid shape. The illusion ends if the rakshasa takes a bonus action to end it or if the rakshasa dies. The changes wrought by this effect fail to hold up to physical inspection. For example, a creature touching the disguised rakshasa might feel its fur instead of Humanoid flesh. Otherwise, a creature must take an action to visually inspect the illusion and succeed on a DC 25 INT (Investigation) check to discern that the rakshasa is disguised.\"}]",
+ "special_abilities_json": "[{\"name\":\"Limited Magic Immunity\",\"desc\":\"The rakshasa can't be affected or detected by spells of 6th level or lower unless it wishes to be. It has advantage on saves against all other spells and magical effects.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "rat_bf",
+ "fields": {
+ "name": "Rat",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "tiny",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 10,
+ "armor_desc": null,
+ "hit_points": 9,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":20,\"swim\":20}",
+ "environments_json": null,
+ "strength": 2,
+ "dexterity": 10,
+ "constitution": 8,
+ "intelligence": 2,
+ "wisdom": 10,
+ "charisma": 4,
+ "strength_save": -4,
+ "dexterity_save": 0,
+ "constitution_save": -1,
+ "intelligence_save": -4,
+ "wisdom_save": 0,
+ "charisma_save": -3,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 30 ft.",
+ "languages": "-",
+ "challenge_rating": "0",
+ "cr": 0.0,
+ "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +2 to hit, reach 5 ft., one target. _Hit:_ 2 (1d4) piercing damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Accustomed to Filth\",\"desc\":\"The rat has advantage on saves against contracting diseases.\"},{\"name\":\"Heightened Smell\",\"desc\":\"The rat's Perception is 15 while perceiving by smell.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "rat_giant_bf",
+ "fields": {
+ "name": "Rat, Giant",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "small",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 13,
+ "armor_desc": null,
+ "hit_points": 14,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"swim\":30}",
+ "environments_json": null,
+ "strength": 6,
+ "dexterity": 16,
+ "constitution": 10,
+ "intelligence": 2,
+ "wisdom": 10,
+ "charisma": 4,
+ "strength_save": -2,
+ "dexterity_save": 3,
+ "constitution_save": 0,
+ "intelligence_save": -4,
+ "wisdom_save": 0,
+ "charisma_save": -3,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "-",
+ "challenge_rating": "1/4",
+ "cr": 0.25,
+ "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 5 (1d4+3) piercing damage. If the target is a creature, it must make a DC 13 CON save. On a failure, the target contracts the rat plague disease (see Diseased Rats sidebar) or is poisoned until the end of its next turn (the GM's choice).\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Accustomed to Filth\",\"desc\":\"The rat has advantage on saves against contracting diseases.\"},{\"name\":\"Heightened Smell\",\"desc\":\"The rat's Perception is 15 while perceiving by smell.\"},{\"name\":\"Pack Tactics\",\"desc\":\"The rat has advantage on attack rolls against a creature if at least one of the rat's allies is within 5 feet of the creature and the ally isn't incapacitated.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "rat_swarm_of_rats_bf",
+ "fields": {
+ "name": "Rat, Swarm of Rats",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Swarm",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 10,
+ "armor_desc": null,
+ "hit_points": 14,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"swim\":30}",
+ "environments_json": null,
+ "strength": 8,
+ "dexterity": 10,
+ "constitution": 8,
+ "intelligence": 2,
+ "wisdom": 10,
+ "charisma": 2,
+ "strength_save": -1,
+ "dexterity_save": 0,
+ "constitution_save": -1,
+ "intelligence_save": -4,
+ "wisdom_save": 0,
+ "charisma_save": -4,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Swarm Resilience",
+ "damage_immunities": "Swarm Resilience",
+ "condition_immunities": "",
+ "senses": "darkvision 30 ft.",
+ "languages": "-",
+ "challenge_rating": "1/4",
+ "cr": 0.25,
+ "actions_json": "[{\"name\":\"Bites\",\"desc\":\"_Melee Weapon Attack:_ +2 to hit, reach 0 ft., one target in the swarm's space. _Hit:_ 7 (2d6) piercing damage, or 3 (1d6) piercing damage if the swarm has half of its HP or fewer. If the target is a creature, it must make a DC 9 CON save. On a failure, the target contracts the rat plague disease (see Diseased Rats sidebar) or is poisoned until the end of its next turn (the GM's choice).\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Accustomed to Filth\",\"desc\":\"The swarm has advantage on saves against contracting diseases.\"},{\"name\":\"Heightened Smell\",\"desc\":\"The swarm's Perception is 15 when perceiving by smell.\"},{\"name\":\"Swarm\",\"desc\":\"The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny rat. The swarm can't regain HP or gain temporary HP.\"},{\"name\":\"Swarm Resilience\",\"desc\":\"The swarm is resistant to bludgeoning, piercing, and slashing damage, and it is immune to the charmed, frightened, grappled, paralyzed, petrified, prone, restrained, and stunned conditions.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "raven_bf",
+ "fields": {
+ "name": "Raven",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "tiny",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 11,
+ "armor_desc": null,
+ "hit_points": 8,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":10,\"fly\":50}",
+ "environments_json": null,
+ "strength": 2,
+ "dexterity": 12,
+ "constitution": 8,
+ "intelligence": 4,
+ "wisdom": 12,
+ "charisma": 10,
+ "strength_save": -4,
+ "dexterity_save": 1,
+ "constitution_save": -1,
+ "intelligence_save": -3,
+ "wisdom_save": 1,
+ "charisma_save": 0,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "-",
+ "challenge_rating": "0",
+ "cr": 0.0,
+ "actions_json": "[{\"name\":\"Beak\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 3 (1d4+1) piercing damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Carrion Sense\",\"desc\":\"The raven can pinpoint, by scent, the location of carrion, dead creatures, and Undead without the Incorporeal Movement trait within 60 feet of it.\"},{\"name\":\"Mimicry\",\"desc\":\"The raven can mimic simple sounds it has heard, such as a chord of a flute melody, a baby crying, or an animal chittering. A creature that hears the sounds can tell they are imitations with a successful DC 10 WIS (Insight) check.\"},{\"name\":\"Recollection\",\"desc\":\"The raven knows up to 20 words in any language it has heard and can repeat those words in the voices it heard them, using its Mimicry trait.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "raven_swarm_of_ravens_bf",
+ "fields": {
+ "name": "Raven, Swarm of Ravens",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Swarm",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": null,
+ "hit_points": 13,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":10,\"fly\":50}",
+ "environments_json": null,
+ "strength": 6,
+ "dexterity": 14,
+ "constitution": 8,
+ "intelligence": 2,
+ "wisdom": 12,
+ "charisma": 8,
+ "strength_save": -2,
+ "dexterity_save": 2,
+ "constitution_save": -1,
+ "intelligence_save": -4,
+ "wisdom_save": 1,
+ "charisma_save": -1,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Swarm Resilience",
+ "damage_immunities": "Swarm Resilience",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "-",
+ "challenge_rating": "1/4",
+ "cr": 0.25,
+ "actions_json": "[{\"name\":\"Beaks\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target in the swarm's space. _Hit:_ 9 (2d8) piercing damage, or 4 (1d8) piercing damage if the swarm has half of its HP or fewer.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Carrion Sense\",\"desc\":\"The swarm can pinpoint, by scent, the location of carrion, dead creatures, and Undead without the Incorporeal Movement trait within 60 feet of it.\"},{\"name\":\"Pilfering Swarm\",\"desc\":\"A creature in the swarm's space is surrounded by ravens pecking and pulling at its clothing, hair, fur, and belongings. If a creature in the swarm's space casts a spell with a material component, it must succeed on a DC 12 DEX save or the spell fails to cast, expending the action required to cast it but not the spell slot or daily use, as the ravens steal the component.\"},{\"name\":\"Swarm\",\"desc\":\"The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny raven. The swarm can't regain HP or gain temporary HP.\"},{\"name\":\"Swarm Resilience\",\"desc\":\"The swarm is resistant to bludgeoning, piercing, and slashing damage, and it is immune to the charmed, frightened, grappled, paralyzed, petrified, prone, restrained, and stunned conditions.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "red_dragon_wyrmling_bf",
+ "fields": {
+ "name": "Red Dragon Wyrmling",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Dragon",
+ "subtype": "",
+ "group": "Dragons",
+ "alignment": "",
+ "armor_class": 17,
+ "armor_desc": "natural armor",
+ "hit_points": 68,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"climb\":30,\"fly\":60}",
+ "environments_json": null,
+ "strength": 18,
+ "dexterity": 14,
+ "constitution": 20,
+ "intelligence": 12,
+ "wisdom": 14,
+ "charisma": 18,
+ "strength_save": 4,
+ "dexterity_save": 2,
+ "constitution_save": 5,
+ "intelligence_save": 1,
+ "wisdom_save": 2,
+ "charisma_save": 4,
+ "perception": 14,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "fire",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft., keensense 10 ft.",
+ "languages": "Draconic",
+ "challenge_rating": "3",
+ "cr": 3.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon makes one Bite attack and one Claw attack.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 9 (1d10+4) piercing damage plus 3 (1d6) fire damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 7 (1d6+4) slashing damage.\"},{\"name\":\"Fire Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales fire in a 15foot cone. Each creature in that area must make a DC 13 DEX save, taking 28 (8d6) fire damage on a failed save, or half as much damage on a successful one.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Pounce\",\"desc\":\"If the dragon moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 14 STR save or be knocked prone. If the target is prone, the dragon can make one Claw attack against it as a bonus action.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "remorhaz_bf",
+ "fields": {
+ "name": "Remorhaz",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "huge",
+ "type": "Monstrosity",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 17,
+ "armor_desc": "natural armor",
+ "hit_points": 216,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"burrow\":20}",
+ "environments_json": null,
+ "strength": 32,
+ "dexterity": 12,
+ "constitution": 28,
+ "intelligence": 4,
+ "wisdom": 10,
+ "charisma": 4,
+ "strength_save": 11,
+ "dexterity_save": 1,
+ "constitution_save": 9,
+ "intelligence_save": -3,
+ "wisdom_save": 0,
+ "charisma_save": -3,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Monstrosity Resilience",
+ "damage_immunities": "cold,fire",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft., tremorsense 60 ft.",
+ "languages": "-",
+ "challenge_rating": "11",
+ "cr": 11.0,
+ "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +11 to hit, reach 10 ft., one target. _Hit:_ 40 (6d10+7) piercing damage plus 10 (3d6) fire damage. If the target is a Medium or smaller creature, it must succeed on a DC 17 DEX save or be swallowed by the remorhaz. A swallowed creature is blinded and restrained, it has total cover against attacks and other effects outside the remorhaz, and it takes 10 (3d6) acid damage and 10 (3d6) fire damage at the start of each of the remorhaz's turns. If the remorhaz takes 30 damage or more on a single turn from a swallowed creature, the remorhaz must succeed on a DC 19 CON save at the end of that turn or regurgitate all swallowed creatures, which fall prone in a space within 10 feet of the remorhaz. If the remorhaz dies, a swallowed creature is no longer restrained by it and can escape from the corpse by using 15 feet of movement, exiting prone.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Vent Heat (119 HP or Fewer)\",\"desc\":\"As the remorhaz's life force ebbs, its body generates more heat to protect itself. It can open valves in its carapace to vent this excess heat. Each creature within 5 feet of the remorhaz must succeed on a DC 17 CON save or suffer one level of exhaustion.\"}]",
+ "special_abilities_json": "[{\"name\":\"Heated Body\",\"desc\":\"A creature that touches the remorhaz or hits it with a melee attack while within 5 feet of it takes 7 (2d6) fire damage.\"},{\"name\":\"Monstrosity Resilience\",\"desc\":\"The remorhaz is resistant to exhaustion and to the frightened condition.\"},{\"name\":\"Tunneler\",\"desc\":\"The remorhaz can burrow through ice, snow, and permafrost, and it leaves a 5-foot-diameter tunnel in its wake.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "rhinoceros_bf",
+ "fields": {
+ "name": "Rhinoceros",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 11,
+ "armor_desc": "natural armor",
+ "hit_points": 63,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40}",
+ "environments_json": null,
+ "strength": 20,
+ "dexterity": 8,
+ "constitution": 14,
+ "intelligence": 2,
+ "wisdom": 12,
+ "charisma": 6,
+ "strength_save": 5,
+ "dexterity_save": -1,
+ "constitution_save": 2,
+ "intelligence_save": -4,
+ "wisdom_save": 1,
+ "charisma_save": -2,
+ "perception": 11,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "bludgeoning,stunned",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "-",
+ "challenge_rating": "2",
+ "cr": 2.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The rhinoceros makes two Gore attacks.\"},{\"name\":\"Gore\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 12 (2d6+5) bludgeoning damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Quaking Stomp\",\"desc\":\"The rhinoceros rears up and slams its forefeet on the ground, shaking the area. Each creature within 10 feet of the rhinoceros must succeed on a DC 15 DEX save or be knocked prone.\"}]",
+ "special_abilities_json": "[{\"name\":\"Charge\",\"desc\":\"If the rhinoceros moves at least 20 feet straight toward a target and then hits it with a Gore attack on the same turn, the target takes an extra 7 (2d6) piercing damage. If the target is a creature, it must succeed on a DC 15 STR save or be pushed up to 10 feet away from the rhinoceros and knocked prone.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "robot_drone_bf",
+ "fields": {
+ "name": "Robot Drone",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "tiny",
+ "type": "Construct",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 15,
+ "armor_desc": "natural armor",
+ "hit_points": 21,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":20,\"fly\":40,\"hover\": true}",
+ "environments_json": null,
+ "strength": 6,
+ "dexterity": 16,
+ "constitution": 12,
+ "intelligence": 4,
+ "wisdom": 12,
+ "charisma": 6,
+ "strength_save": -2,
+ "dexterity_save": 3,
+ "constitution_save": 1,
+ "intelligence_save": -3,
+ "wisdom_save": 1,
+ "charisma_save": -2,
+ "perception": 15,
+ "skills_json": "",
+ "damage_vulnerabilities": "lightning",
+ "damage_resistances": "",
+ "damage_immunities": "prone,Construct Resilience",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "understands the languages of its creator but can't speak",
+ "challenge_rating": "1/2",
+ "cr": 0.5,
+ "actions_json": "[{\"name\":\"Slam\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 7 (1d8+3) bludgeoning damage.\"},{\"name\":\"Flame Jet\",\"desc\":\"_Ranged Weapon Attack:_ +5 to hit, range 20/60 ft., one target. _Hit:_ 8 (2d4+3) fire damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Fueled Escape\",\"desc\":\"The drone takes the Dash or Disengage action, leaving a small cloud of fuel fumes behind it. Each creature within 5 feet must succeed on a DC 13 CON save or be poisoned until the end of its next turn.\"}]",
+ "special_abilities_json": "[{\"name\":\"Construct Nature\",\"desc\":\"The drone doesn't require air, food, drink, or sleep.\"},{\"name\":\"Construct Resilience\",\"desc\":\"The drone is immune to poison and psychic damage, and it is immune to exhaustion and the charmed, frightened, paralyzed, petrified, and poisoned conditions.\"},{\"name\":\"Electrical Malfunction\",\"desc\":\"Whenever the drone takes lightning damage, it must succeed on a DC 11 WIS save or be incapacitated until the end of its next turn.\"},{\"name\":\"Point-Blank Shots\",\"desc\":\"When the drone makes a ranged attack, it doesn't have disadvantage on the attack roll from being within 5 feet of a hostile creature, though it may still have disadvantage from other sources.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "roc_bf",
+ "fields": {
+ "name": "Roc",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "gargantuan",
+ "type": "Monstrosity",
+ "subtype": "Animal",
+ "group": null,
+ "alignment": "",
+ "armor_class": 15,
+ "armor_desc": "natural armor",
+ "hit_points": 235,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":20,\"fly\":120}",
+ "environments_json": null,
+ "strength": 28,
+ "dexterity": 18,
+ "constitution": 28,
+ "intelligence": 2,
+ "wisdom": 18,
+ "charisma": 16,
+ "strength_save": 9,
+ "dexterity_save": 4,
+ "constitution_save": 9,
+ "intelligence_save": -4,
+ "wisdom_save": 4,
+ "charisma_save": 3,
+ "perception": 14,
+ "skills_json": "",
+ "damage_vulnerabilities": "blinded",
+ "damage_resistances": "Monstrosity Resilience",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "-",
+ "challenge_rating": "11",
+ "cr": 11.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The roc makes one Beak attack and two Talon attacks. If both Talon attacks hit one Huge or Gargantuan creature, the target is grappled (escape DC 17). Until this grapple ends, the target is restrained, and the roc can't use its Talons on another target.\"},{\"name\":\"Beak\",\"desc\":\"_Melee Weapon Attack:_ +13 to hit, reach 10 ft., one target. _Hit:_ 27 (4d8+9) piercing damage.\"},{\"name\":\"Talon\",\"desc\":\"_Melee Weapon Attack:_ +13 to hit, reach 5 ft., one target. _Hit:_ 23 (4d6+9) slashing damage, and the target is grappled (escape DC 17) if it is a Large or smaller creature. Until this grapple ends, the target is restrained, and the roc can't use its Talons on another target.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Territorial Shriek\",\"desc\":\"The roc shrieks a territorial challenge at up to two creatures it can see within 60 feet of it. Each target must succeed on a DC 17 CHA save or be frightened until the end of its next turn. While frightened by this shriek, a creature must take the Dash action on its turn and move away from the roc by the safest available route, unless there is nowhere to move.\"}]",
+ "special_abilities_json": "[{\"name\":\"Heightened Sight\",\"desc\":\"The roc's Perception is 19 when perceiving by sight.\"},{\"name\":\"Monstrosity Resilience\",\"desc\":\"The roc is resistant to exhaustion and to the frightened condition.\"},{\"name\":\"Seabird\",\"desc\":\"The roc can swim up to 60 feet on its turn, but it must start and end its movement either flying or on a solid surface, such as a ship or beach. If it is swimming at the end of its turn, it must succeed on a DC 19 CON save or it immediately begins to sink and suffocate. A suffocating roc must succeed on a DC 19 STR check to fly out of the substance where it is sinking.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "roper_bf",
+ "fields": {
+ "name": "Roper",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Monstrosity",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 20,
+ "armor_desc": "natural armor",
+ "hit_points": 111,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":15,\"climb\":10}",
+ "environments_json": null,
+ "strength": 24,
+ "dexterity": 8,
+ "constitution": 16,
+ "intelligence": 6,
+ "wisdom": 16,
+ "charisma": 6,
+ "strength_save": 7,
+ "dexterity_save": -1,
+ "constitution_save": 3,
+ "intelligence_save": -2,
+ "wisdom_save": 3,
+ "charisma_save": -2,
+ "perception": 16,
+ "skills_json": "",
+ "damage_vulnerabilities": "thunder",
+ "damage_resistances": "Monstrosity Resilience",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "-",
+ "challenge_rating": "5",
+ "cr": 5.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The roper makes one Bite attack and three Grasping Tendril attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 22 (4d8+4) piercing damage.\"},{\"name\":\"Grasping Tendril\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 50 ft., one creature. _Hit:_ 6 (1d4+4) bludgeoning damage, and the target is grappled (escape DC 15). Until the grapple ends, the target is restrained and has disadvantage on STR checks and STR saves, and the roper can't use the same Grasping Tendril on another target. A creature immune to the poisoned condition doesn't have disadvantage on STR checks and STR saves from the tendril.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Reel\",\"desc\":\"The roper pulls each creature grappled by it up to 25 feet straight toward it.\"}]",
+ "special_abilities_json": "[{\"name\":\"Climbing Tendrils\",\"desc\":\"If at least four of the roper's Grasping Tendrils aren't grappling creatures, the roper has a climbing speed of 30 feet.\"},{\"name\":\"False Appearance\",\"desc\":\"While the roper remains motionless, it is indistinguishable from a normal conical or spire-like cave formation, such as a stalagmite or stalactite.\"},{\"name\":\"Grasping Tendrils\",\"desc\":\"The roper can have up to six Grasping Tendrils at a time. Each Grasping Tendril can be attacked (AC 20; 10 HP; vulnerable to thunder damage; immune to poison and psychic damage). Destroying a Grasping Tendril deals no damage to the roper, which can extrude a replacement tendril on its next turn. A Grasping Tendril can also be broken if a creature takes an action and succeeds on a DC 15 STR check against it.\"},{\"name\":\"Monstrosity Resilience\",\"desc\":\"The roper is resistant to exhaustion and to the frightened condition.\"},{\"name\":\"Spider Climb\",\"desc\":\"The roper can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.\"}]",
+ "reactions_json": "[{\"name\":\"Snapping Tendril\",\"desc\":\"When a Grasping Tendril that is grappling a creature is destroyed, the roper can quickly pull the remains of that tendril back to it with a whipping snap. Each creature within 10 feet of the roper must succeed on a DC 15 DEX save or be knocked prone.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "rug_of_smothering_bf",
+ "fields": {
+ "name": "Rug of Smothering",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Construct",
+ "subtype": "",
+ "group": "Animated Objects",
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": null,
+ "hit_points": 45,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":10,\"fly\":15,\"hover\": true}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 14,
+ "constitution": 10,
+ "intelligence": 1,
+ "wisdom": 2,
+ "charisma": 1,
+ "strength_save": 3,
+ "dexterity_save": 2,
+ "constitution_save": 0,
+ "intelligence_save": -5,
+ "wisdom_save": -4,
+ "charisma_save": -5,
+ "perception": 8,
+ "skills_json": "",
+ "damage_vulnerabilities": "fire",
+ "damage_resistances": "",
+ "damage_immunities": "blinded,deafened,Construct Resilience",
+ "condition_immunities": "",
+ "senses": "keensense 60 ft. (can't sense beyond this radius)",
+ "languages": "-",
+ "challenge_rating": "2",
+ "cr": 2.0,
+ "actions_json": "[{\"name\":\"Smother\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one Medium or smaller creature. _Hit:_ 12 (2d8+3) bludgeoning damage, and the target is grappled (escape DC 13). Until this grapple ends, the target is restrained, blinded, and unable to breathe, and the rug can't fly and can't Smother another target.\"},{\"name\":\"Squeeze Prey\",\"desc\":\"The rug of smothering tightens around a creature it is grappling. The target must make a DC 13 STR save, taking 18 (4d8) bludgeoning damage on a failed save, or half as much damage on a successful one. A breathing creature that fails this save by 5 or more has the remaining air squeezed from its lungs and begins suffocating.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Rolling Charge (25 HP or Fewer)\",\"desc\":\"If it isn't grappling a creature, the rug curls up and rolls along the ground up to triple its speed straight toward a creature it can sense. If it stops within 5 feet of the target, it can make one Smother attack against the target.\"}]",
+ "special_abilities_json": "[{\"name\":\"Antimagic Susceptibility\",\"desc\":\"The rug is incapacitated while in the area of an antimagic field. If targeted by _dispel magic_, the rug must succeed on a CON save against the caster's spell save DC or fall unconscious for 1 minute.\"},{\"name\":\"Construct Nature\",\"desc\":\"The rug doesn't require air, food, drink, or sleep.\"},{\"name\":\"Construct Resilience\",\"desc\":\"The rug is immune to poison and psychic damage, and it is immune to exhaustion and the charmed, frightened, paralyzed, petrified, and poisoned conditions.\"},{\"name\":\"Damage Transfer\",\"desc\":\"While it is grappling a creature, the rug takes only half the damage dealt to it (rounded down), and the creature grappled by the rug takes the other half.\"},{\"name\":\"False Appearance\",\"desc\":\"While the rug remains motionless and isn't flying, it is indistinguishable from a normal rug.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "rust_monster_bf",
+ "fields": {
+ "name": "Rust Monster",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Monstrosity",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 14,
+ "armor_desc": "natural armor",
+ "hit_points": 23,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40,\"climb\":20}",
+ "environments_json": null,
+ "strength": 12,
+ "dexterity": 12,
+ "constitution": 12,
+ "intelligence": 2,
+ "wisdom": 12,
+ "charisma": 6,
+ "strength_save": 1,
+ "dexterity_save": 1,
+ "constitution_save": 1,
+ "intelligence_save": -4,
+ "wisdom_save": 1,
+ "charisma_save": -2,
+ "perception": 11,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Monstrosity Resilience",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft., tremorsense 30 ft.",
+ "languages": "",
+ "challenge_rating": "1/2",
+ "cr": 0.5,
+ "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 8 (2d6+1) piercing damage.\"},{\"name\":\"Antennae\",\"desc\":\"The rust monster corrodes a nonmagical ferrous metal object it can see within 5 feet of it. If the object isn't being worn or carried, the touch destroys a 1-foot cube of it. If the object is being worn or carried by a creature, the creature can make a DC 11 DEX save to avoid the rust monster's touch.
If the object touched is either metal armor or a metal shield being worn or carried, it takes a permanent and cumulative -1 penalty to the AC it offers. Armor reduced to an AC of 10 or a shield that drops to a +0 bonus is destroyed. If the object touched is a held metal weapon, it rusts as described in the Rust Metal trait.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Iron Dash\",\"desc\":\"The rust monster moves up to half its speed toward a source of ferrous metal it can sense.\"}]",
+ "special_abilities_json": "[{\"name\":\"Iron Scent\",\"desc\":\"The rust monster can pinpoint, by scent, the location of ferrous metal within 30 feet of it.\"},{\"name\":\"Monstrosity Resilience\",\"desc\":\"The rust monster is resistant to exhaustion and to the frightened condition.\"},{\"name\":\"Rust Metal\",\"desc\":\"Any nonmagical weapon made of metal that hits the rust monster corrodes. After dealing damage, the weapon takes a permanent and cumulative -1 penalty to damage rolls. If its penalty drops to -5, the weapon is destroyed. Nonmagical ammunition made of metal that hits the rust monster is destroyed after dealing damage.\"},{\"name\":\"Spider Climb\",\"desc\":\"The rust monster can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "sahuagin_bf",
+ "fields": {
+ "name": "Sahuagin",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Humanoid",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": "natural armor",
+ "hit_points": 25,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"swim\":40}",
+ "environments_json": null,
+ "strength": 10,
+ "dexterity": 10,
+ "constitution": 12,
+ "intelligence": 12,
+ "wisdom": 12,
+ "charisma": 8,
+ "strength_save": 0,
+ "dexterity_save": 0,
+ "constitution_save": 1,
+ "intelligence_save": 1,
+ "wisdom_save": 1,
+ "charisma_save": -1,
+ "perception": 15,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft.",
+ "languages": "Sahuagin",
+ "challenge_rating": "1/2",
+ "cr": 0.5,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The sahuagin makes one Bite attack and one Claws or Trident attack.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 3 (1d6) piercing damage.\"},{\"name\":\"Claws\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 5 (2d4) slashing damage.\"},{\"name\":\"Trident\",\"desc\":\"_Melee or Ranged Weapon Attack:_ +3 to hit, reach 5 ft. or range 20/60 ft., one target. _Hit:_ 3 (1d6) piercing damage, or 4 (1d8) piercing damage if used with two hands to make a melee attack. If the target is wielding a weapon or shield, it must succeed on a DC 11 DEX save or drop the weapon or shield (the sahuagin's choice if the target is wielding both).\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Blood Frenzy\",\"desc\":\"The sahuagin has advantage on melee attack rolls against any creature that doesn't have all its HP.\"},{\"name\":\"Limited Amphibiousness\",\"desc\":\"The sahuagin can breathe air and water, but it needs to be submerged at least once every 4 hours to avoid suffocating.\"},{\"name\":\"Shark Telepathy\",\"desc\":\"The sahuagin can magically command any shark within 120 feet of it, using a limited telepathy.\"}]",
+ "reactions_json": "[{\"name\":\"Circling Sharks\",\"desc\":\"If the sahuagin ends its turn within 10 feet of at least two other friendly sahuagin or sharks, the sahuagin can snap its teeth at one creature within 15 feet of it that it can see and that can see or hear it. The target must succeed on a DC 11 WIS save or be frightened until the end of its next turn.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "salamander_bf",
+ "fields": {
+ "name": "Salamander",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Elemental",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 15,
+ "armor_desc": "natural armor",
+ "hit_points": 114,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 14,
+ "constitution": 14,
+ "intelligence": 10,
+ "wisdom": 10,
+ "charisma": 14,
+ "strength_save": 3,
+ "dexterity_save": 2,
+ "constitution_save": 2,
+ "intelligence_save": 0,
+ "wisdom_save": 0,
+ "charisma_save": 2,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "cold",
+ "damage_resistances": "bludgeoning,piercing,and slashing damage from nonmagical attacks",
+ "damage_immunities": "fire",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Ignan",
+ "challenge_rating": "5",
+ "cr": 5.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The salamander makes one Trident attack and one Tail attack, or it makes three Fire Bolt attacks. It can replace one Trident attack with a Tail attack.\"},{\"name\":\"Trident\",\"desc\":\"_Melee or Ranged Weapon Attack:_ +6 to hit, reach 5 ft. or range 20/60 ft., one target. _Hit:_ 10 (2d6+3) piercing damage, or 12 (2d8+3) piercing damage if used with two hands to make a melee attack, plus 7 (2d6) fire damage. If the target is wielding a weapon or shield, it must succeed on a DC 14 DEX save or drop the weapon or shield (the salamander's choice if the target is wielding both).\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 10 ft., one target. _Hit:_ 10 (2d6+3) bludgeoning damage plus 7 (2d6) fire damage, and the target is grappled (escape DC 14). Until this grapple ends, the target is restrained, the salamander can automatically hit the target with its tail, and the salamander can't make tail attacks against other targets.\"},{\"name\":\"Fire Bolt\",\"desc\":\"_Ranged Spell Attack:_ +5 to hit, ranged 60 ft., one target. _Hit:_ 12 (3d6+2) fire damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Tighten Grip\",\"desc\":\"The salamander tightens its grip around one creature it is grappling. Until the start of the salamander's next turn, the target has disadvantage on any check made to escape the grapple, and other than a successful check to escape the grapple, the target can't be moved, knocked prone, or otherwise removed from the salamander's grasp without the salamander's permission.\"}]",
+ "special_abilities_json": "[{\"name\":\"Heated Body\",\"desc\":\"A creature that touches the salamander or hits it with a melee attack while within 5 feet of it takes 3 (1d6) fire damage.\"},{\"name\":\"Heated Weapons\",\"desc\":\"When the salamander hits with a metal melee weapon, the weapon deals an extra 7 (2d6) fire damage (included in the attack).\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "satarre_bf",
+ "fields": {
+ "name": "Satarre",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Humanoid",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": "leather armor",
+ "hit_points": 40,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 14,
+ "dexterity": 12,
+ "constitution": 12,
+ "intelligence": 10,
+ "wisdom": 10,
+ "charisma": 12,
+ "strength_save": 2,
+ "dexterity_save": 1,
+ "constitution_save": 1,
+ "intelligence_save": 0,
+ "wisdom_save": 0,
+ "charisma_save": 1,
+ "perception": 12,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "necrotic,Void Strength",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Common,Void Speech",
+ "challenge_rating": "1",
+ "cr": 1.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The satarre makes two Claw or Spear attacks.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 5 (1d6+2) piercing damage plus 3 (1d6) necrotic damage.\"},{\"name\":\"Spear\",\"desc\":\"_Melee or Ranged Weapon Attack:_ +4 to hit, reach 5 ft. or range 20/60 ft., one target. _Hit:_ 5 (1d6+2) piercing damage plus 3 (1d6) necrotic damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Void Strength\",\"desc\":\"The satarre is resistant to the blinded, charmed, deafened, frightened, stunned, and unconscious conditions.\"},{\"name\":\"Void Weapons\",\"desc\":\"The satarre's weapon attacks are magical. When the satarre hits with any weapon, the weapon deals an extra 1d6 necrotic damage (included in the attack).\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "satyr_bf",
+ "fields": {
+ "name": "Satyr",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Fey",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 13,
+ "armor_desc": null,
+ "hit_points": 23,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40}",
+ "environments_json": null,
+ "strength": 12,
+ "dexterity": 16,
+ "constitution": 10,
+ "intelligence": 12,
+ "wisdom": 10,
+ "charisma": 20,
+ "strength_save": 1,
+ "dexterity_save": 3,
+ "constitution_save": 0,
+ "intelligence_save": 1,
+ "wisdom_save": 0,
+ "charisma_save": 5,
+ "perception": 12,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Fey Resilience",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "Common,Elvish,Sylvan",
+ "challenge_rating": "1/2",
+ "cr": 0.5,
+ "actions_json": "[{\"name\":\"Ram\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 8 (2d4+3) bludgeoning damage.\"},{\"name\":\"Intoxicating Bolt\",\"desc\":\"_Ranged Spell Attack:_ +5 to hit, range 60 ft., one target. _Hit:_ 7 (1d8+3) poison damage, and the target must succeed on a DC 13 CON save or be incapacitated until the end of its next turn.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Revelries\",\"desc\":\"The satyr dances and plays a tune on its pipes, affecting one creature it can see within 30 feet of it in one of the following ways. The target must succeed on a DC 13 CHA save or gain the listed effect. A willing creature can choose to fail the save.\\n- **Celebrate.** The target feels invigorated by the music, dancing along with it. Until the start of the satyr's next turn, the target has advantage on DEX saves and on the next attack roll it makes.\\n- **Overindulge.** The satyr's song is laced with magical enchantments, and the target is forced to dance along with the music. Until the start of the satyr's next turn, the target is charmed, and its speed is reduced by 10 feet, as it dances uncontrollably.\\n- **Unnerve.** The satyr's song and dance turn frightful with heavy stomps, shrill notes, and a rapid, staccato melody. The target is frightened until the end of its next turn.\"}]",
+ "special_abilities_json": "[{\"name\":\"Fey Resilience\",\"desc\":\"The satyr is resistant to the charmed and unconscious conditions.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The satyr has advantage on saves against spells and other magical effects.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "scorch_drake_bf",
+ "fields": {
+ "name": "Scorch Drake",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Dragon",
+ "subtype": "",
+ "group": "Dragons",
+ "alignment": "",
+ "armor_class": 15,
+ "armor_desc": "natural armor",
+ "hit_points": 145,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40,\"fly\":60}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 12,
+ "constitution": 18,
+ "intelligence": 6,
+ "wisdom": 20,
+ "charisma": 8,
+ "strength_save": 3,
+ "dexterity_save": 1,
+ "constitution_save": 4,
+ "intelligence_save": -2,
+ "wisdom_save": 5,
+ "charisma_save": -1,
+ "perception": 15,
+ "skills_json": "",
+ "damage_vulnerabilities": "cold",
+ "damage_resistances": "",
+ "damage_immunities": "fire",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Draconic",
+ "challenge_rating": "6",
+ "cr": 6.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The scorch drake makes one Bite and two Claw attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 12 (2d8+3) piercing and 3 (1d6) fire damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 8 (2d4+3) slashing and 3 (1d6) fire damage.\"},{\"name\":\"Fire Breath (Recharge 5-6)\",\"desc\":\"The scorch drake spits liquid fire in a 30-foot cone. Each creature in that area must make a DC 15 DEX save. On a failure, a creature takes 24 (7d6) fire damage and ignites. On a success, a creature takes half the damage and doesn't ignite. Until a creature takes an action to douse the fire, an ignited creature takes 3 (1d6) fire damage at the start of each of its turns. This fire ignites flammable objects in the line that aren't being worn or carried.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Fan the Flames\",\"desc\":\"The scorch drake flaps its wings in the direction of one ignited creature it can see within 15 feet of it. The flames coating the target flare up and generate excess smoke. The target must succeed on a DC 15 CON save or be blinded until the end of its next turn.\"}]",
+ "special_abilities_json": "[{\"name\":\"Heat Shimmer\",\"desc\":\"Creatures more than 30 feet from the scorch drake have disadvantage on WIS (Perception) checks to see the drake.\"},{\"name\":\"Scalding Blood\",\"desc\":\"A creature that hits the scorch drake with a melee attack while within 5 feet of the drake takes 3 (1d6) fire damage and must succeed on a DC 15 DEX save or ignite. Until a creature takes an action to douse the fire, an ignited creature takes 3 (1d6) fire damage at the start of each of its turns.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "scout_bf",
+ "fields": {
+ "name": "Scout",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Humanoid",
+ "subtype": "Any Lineage",
+ "group": "NPCs",
+ "alignment": "",
+ "armor_class": 13,
+ "armor_desc": "leather armor",
+ "hit_points": 25,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 10,
+ "dexterity": 14,
+ "constitution": 12,
+ "intelligence": 10,
+ "wisdom": 16,
+ "charisma": 10,
+ "strength_save": 0,
+ "dexterity_save": 2,
+ "constitution_save": 1,
+ "intelligence_save": 0,
+ "wisdom_save": 3,
+ "charisma_save": 0,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "any one language (usually Common)",
+ "challenge_rating": "1/2",
+ "cr": 0.5,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The scout makes two Shortsword or Shortbow attacks.\"},{\"name\":\"Shortsword\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 5 (1d6+2) piercing damage.\"},{\"name\":\"Shortbow\",\"desc\":\"_Ranged Weapon Attack:_ +4 to hit, ranged 80/320 ft., one target. _Hit:_ 5 (1d6+2) piercing damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Escape to Report\",\"desc\":\"The scout takes the Dash or Disengage action.\"}]",
+ "special_abilities_json": "[{\"name\":\"Heightened Hearing and Sight\",\"desc\":\"The scout's Perception is 18 when perceiving by hearing or sight.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "sea_hag_bf",
+ "fields": {
+ "name": "Sea Hag",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Fey",
+ "subtype": "",
+ "group": "Hags",
+ "alignment": "",
+ "armor_class": 14,
+ "armor_desc": "natural armor",
+ "hit_points": 51,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"swim\":40}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 12,
+ "constitution": 14,
+ "intelligence": 12,
+ "wisdom": 12,
+ "charisma": 12,
+ "strength_save": 3,
+ "dexterity_save": 1,
+ "constitution_save": 2,
+ "intelligence_save": 1,
+ "wisdom_save": 1,
+ "charisma_save": 1,
+ "perception": 11,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Fey Resilience",
+ "damage_immunities": "frightened",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Aquan,Common,Giant",
+ "challenge_rating": "2",
+ "cr": 2.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The hag uses Death Glare. It then makes two Claw attacks.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) slashing damage.\"},{\"name\":\"Death Glare\",\"desc\":\"One creature the hag can see within 30 feet of it must succeed on a DC 12 WIS save or be frightened until the end of its next turn. If the target is already frightened and fails the save, it is reduced to 0 HP instead. If reduced to 0 HP in this way, the creature is stable.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Illusory Appearance\",\"desc\":\"The hag covers itself and anything it is wearing or carrying with a magical illusion that makes it look like another creature of its general size and Humanoid shape. The illusion ends if the hag takes a bonus action to end it or if the hag dies.
The changes from this effect fail to hold up to physical inspection. For example, the hag could appear to have smooth skin, but someone touching it would feel its scaly flesh. Otherwise, a creature must take an action to visually inspect the illusion and succeed on a DC 20 INT (Investigation) check to discern that the hag is disguised.\"}]",
+ "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The sea hag can breathe air and water.\"},{\"name\":\"Fey Resilience\",\"desc\":\"The sea hag is resistant to the charmed and unconscious conditions.\"},{\"name\":\"Horrific Appearance\",\"desc\":\"When a Humanoid that can see the hag's true form starts its turn within 30 feet of the hag, the hag can force it to make a DC 12 WIS save. On a failure, the creature is frightened until the start of its next turn. Unless surprised or the revelation of the hag's true form is sudden, such as the ending of Illusory Appearance, a creature can avert its eyes to avoid the save at the start of its turn. If the creature does so, it can't see the hag until the start of its next turn, when it can avert its eyes again. If the creature looks at the hag in the meantime, it must immediately make the save.\"},{\"name\":\"Underwater Camouflage\",\"desc\":\"The hag's Stealth is 18 while underwater and not using Illusory Appearance.\"}]",
+ "reactions_json": "[{\"name\":\"Barnacle Block\",\"desc\":\"When the hag takes damage from a source it can see, the hag can shift the barnacles and scales on its body to absorb some of the impact, reducing the damage by 4 (1d8).\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "seahorse_bf",
+ "fields": {
+ "name": "Seahorse",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "tiny",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 11,
+ "armor_desc": "natural armor",
+ "hit_points": 9,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":0,\"swim\":20}",
+ "environments_json": null,
+ "strength": 1,
+ "dexterity": 10,
+ "constitution": 8,
+ "intelligence": 1,
+ "wisdom": 10,
+ "charisma": 2,
+ "strength_save": -5,
+ "dexterity_save": 0,
+ "constitution_save": -1,
+ "intelligence_save": -5,
+ "wisdom_save": 0,
+ "charisma_save": -4,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "-",
+ "challenge_rating": "0",
+ "cr": 0.0,
+ "actions_json": "[{\"name\":\"Ram\",\"desc\":\"_Melee Weapon Attack:_ +2 to hit, reach 5 ft., one target. _Hit:_ 2 (1d4) bludgeoning damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Underwater Camouflage\",\"desc\":\"The seahorse's Stealth is 17 while underwater.\"},{\"name\":\"Water Breathing\",\"desc\":\"The seahorse can breathe only underwater.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "seahorse_giant_bf",
+ "fields": {
+ "name": "Seahorse, Giant",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 13,
+ "armor_desc": "natural armor",
+ "hit_points": 25,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":0,\"swim\":40}",
+ "environments_json": null,
+ "strength": 12,
+ "dexterity": 14,
+ "constitution": 10,
+ "intelligence": 2,
+ "wisdom": 12,
+ "charisma": 4,
+ "strength_save": 1,
+ "dexterity_save": 2,
+ "constitution_save": 0,
+ "intelligence_save": -4,
+ "wisdom_save": 1,
+ "charisma_save": -3,
+ "perception": 11,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "-",
+ "challenge_rating": "1/2",
+ "cr": 0.5,
+ "actions_json": "[{\"name\":\"Ram\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 7 (2d4+2) bludgeoning damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Grasping Tail\",\"desc\":\"The seahorse grabs one Medium or smaller creature within 10 feet of it. The target must succeed on a DC 12 STR save or be grappled (escape DC 12). Until this grapple ends, the target is restrained, and the seahorse can't use Grasping Tail on another creature.\"}]",
+ "special_abilities_json": "[{\"name\":\"Charge\",\"desc\":\"If the seahorse moves at least 20 feet straight toward a target and then hits it with a Ram attack on the same turn, the target takes an extra 5 (2d4) bludgeoning damage. If the target is a creature, it must succeed on a DC 12 STR save or be knocked prone.\"},{\"name\":\"Underwater Camouflage\",\"desc\":\"The seahorse's Stealth is 19 while underwater.\"},{\"name\":\"Water Breathing\",\"desc\":\"The seahorse can breathe only underwater.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "shadow_bf",
+ "fields": {
+ "name": "Shadow",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Undead",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": null,
+ "hit_points": 17,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40,\"climb\":20}",
+ "environments_json": null,
+ "strength": 6,
+ "dexterity": 18,
+ "constitution": 12,
+ "intelligence": 6,
+ "wisdom": 10,
+ "charisma": 8,
+ "strength_save": -2,
+ "dexterity_save": 4,
+ "constitution_save": 1,
+ "intelligence_save": -2,
+ "wisdom_save": 0,
+ "charisma_save": -1,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "radiant",
+ "damage_resistances": "acid,cold,fire,lightning,thunder; bludgeoning,piercing,and slashing damage from nonmagical attacks",
+ "damage_immunities": "necrotic,frightened,grappled,paralyzed,petrified,prone,restrained,Undead Resilience",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "understands the languages it knew in life but can't speak",
+ "challenge_rating": "1/2",
+ "cr": 0.5,
+ "actions_json": "[{\"name\":\"Strength Drain\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 9 (2d6+2) necrotic damage, and the target's STR score is reduced by 1d4. The target dies if this reduces its STR to 0. Otherwise, the reduction lasts until the target finishes a short or long rest. If a Humanoid dies from this attack, a new shadow rises from the corpse 1d4 hours later.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Shadow Bond\",\"desc\":\"One creature the shadow can see within 5 feet of it must succeed on a DC 12 WIS save or the shadow bonds with the target's shadow for 1 minute. While bonded with the target's shadow, the shadow can use this bonus action to teleport to an unoccupied space within 5 feet of that creature, provided the creature is within 120 feet of the shadow.\"},{\"name\":\"Shadow Stealth\",\"desc\":\"The shadow takes the Hide action. It can use this bonus action only while in dim light or darkness.\"}]",
+ "special_abilities_json": "[{\"name\":\"Amorphous\",\"desc\":\"The shadow can move through a space as narrow as 1 inch wide without squeezing.\"},{\"name\":\"Spider Climb\",\"desc\":\"The shadow can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.\"},{\"name\":\"Sunlight Weakness\",\"desc\":\"While in sunlight, the shadow has disadvantage on attack rolls, ability checks, and saves.\"},{\"name\":\"Undead Nature\",\"desc\":\"The shadow doesn't require air, food, drink, or sleep.\"},{\"name\":\"Undead Resilience\",\"desc\":\"The shadow is immune to poison damage, to exhaustion, and to the poisoned condition.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "shambling_mound_bf",
+ "fields": {
+ "name": "Shambling Mound",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Plant",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 15,
+ "armor_desc": "natural armor",
+ "hit_points": 110,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":20,\"swim\":20}",
+ "environments_json": null,
+ "strength": 18,
+ "dexterity": 8,
+ "constitution": 16,
+ "intelligence": 4,
+ "wisdom": 10,
+ "charisma": 4,
+ "strength_save": 4,
+ "dexterity_save": -1,
+ "constitution_save": 3,
+ "intelligence_save": -3,
+ "wisdom_save": 0,
+ "charisma_save": -3,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "cold,fire,Plant Resilience",
+ "damage_immunities": "lightning,blinded,deafened",
+ "condition_immunities": "",
+ "senses": "keensense 60 ft. (can't sense beyond this radius)",
+ "languages": "-",
+ "challenge_rating": "5",
+ "cr": 5.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The shambling mound makes two Slam attacks. If both attacks hit a Medium or smaller target, the target is grappled (escape DC 14).\"},{\"name\":\"Slam\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8+4) bludgeoning damage plus 7 (2d6) poison damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Engulf\",\"desc\":\"The shambling mound engulfs a Medium or smaller creature grappled by it. In addition to being grappled, the engulfed target is blinded, restrained, and unable to breathe, and it must succeed on a DC 14 CON save at the start of each of the mound's turns or take 4 (1d8) bludgeoning damage and 3 (1d6) poison damage. If the mound moves, the engulfed target moves with it. The mound can have only one creature engulfed at a time.\"}]",
+ "special_abilities_json": "[{\"name\":\"Lightning Absorption\",\"desc\":\"Whenever the shambling mound is subjected to lightning damage, it takes no damage and regains HP equal to the lightning damage dealt.\"},{\"name\":\"Plant Resilience\",\"desc\":\"The shambling mound is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.\"},{\"name\":\"Rotting Vegetation\",\"desc\":\"The shambling mound emits the smell of rotting vegetation. A creature that starts its turn within 10 feet of the shambling mound must succeed on a DC 14 CON save or be poisoned until the start of its next turn.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "shark_giant_bf",
+ "fields": {
+ "name": "Shark, Giant",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "huge",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 13,
+ "armor_desc": "natural armor",
+ "hit_points": 126,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":0,\"swim\":50}",
+ "environments_json": null,
+ "strength": 22,
+ "dexterity": 10,
+ "constitution": 20,
+ "intelligence": 1,
+ "wisdom": 10,
+ "charisma": 4,
+ "strength_save": 6,
+ "dexterity_save": 0,
+ "constitution_save": 5,
+ "intelligence_save": -5,
+ "wisdom_save": 0,
+ "charisma_save": -3,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "keensense 60 ft.",
+ "languages": "-",
+ "challenge_rating": "5",
+ "cr": 5.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The shark makes two Bite attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +9 to hit, reach 5 ft., one target. _Hit:_ 19 (3d8+6) piercing damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Swift Hunter\",\"desc\":\"The shark moves up to half its speed toward a hostile creature that it can see. This movement doesn't provoke opportunity attacks.\"}]",
+ "special_abilities_json": "[{\"name\":\"Blood Frenzy\",\"desc\":\"The shark has advantage on melee attack rolls against any creature that doesn't have all its HP.\"},{\"name\":\"Blood Sense\",\"desc\":\"The shark can pinpoint, by scent, the location of creatures that don't have all of their HP within 120 feet of it and can sense the general direction of such creatures within 1 mile of it.\"},{\"name\":\"Electrical Sensitivity\",\"desc\":\"Whenever the shark takes lightning damage, it must succeed on a DC 15 CON save or be incapacitated until the end of its next turn.\"},{\"name\":\"Water Breathing\",\"desc\":\"The shark can breathe only underwater.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "shark_hunter_bf",
+ "fields": {
+ "name": "Shark, Hunter",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": "natural armor",
+ "hit_points": 63,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":0,\"swim\":40}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 12,
+ "constitution": 14,
+ "intelligence": 1,
+ "wisdom": 10,
+ "charisma": 4,
+ "strength_save": 3,
+ "dexterity_save": 1,
+ "constitution_save": 2,
+ "intelligence_save": -5,
+ "wisdom_save": 0,
+ "charisma_save": -3,
+ "perception": 12,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "keensense 30 ft.",
+ "languages": "-",
+ "challenge_rating": "2",
+ "cr": 2.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The shark makes two Bite attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one creature. _Hit:_ 12 (2d8+3) piercing damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Swift Hunter\",\"desc\":\"The shark moves up to half its speed toward a hostile creature that it can see. This movement doesn't provoke opportunity attacks.\"}]",
+ "special_abilities_json": "[{\"name\":\"Blood Frenzy\",\"desc\":\"The shark has advantage on melee attack rolls against any creature that doesn't have all its HP.\"},{\"name\":\"Blood Sense\",\"desc\":\"The shark can pinpoint, by scent, the location of creatures that don't have all of their HP within 60 feet of it and can sense the general direction of such creatures within 1 mile of it.\"},{\"name\":\"Electrical Sensitivity\",\"desc\":\"Whenever the shark takes lightning damage, it must succeed on a DC 12 CON save or be incapacitated until the end of its next turn.\"},{\"name\":\"Water Breathing\",\"desc\":\"The shark can breathe only underwater.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "shark_reef_bf",
+ "fields": {
+ "name": "Shark, Reef",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": "natural armor",
+ "hit_points": 27,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":0,\"swim\":40}",
+ "environments_json": null,
+ "strength": 14,
+ "dexterity": 12,
+ "constitution": 12,
+ "intelligence": 1,
+ "wisdom": 10,
+ "charisma": 4,
+ "strength_save": 2,
+ "dexterity_save": 1,
+ "constitution_save": 1,
+ "intelligence_save": -5,
+ "wisdom_save": 0,
+ "charisma_save": -3,
+ "perception": 12,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "keensense 30 ft.",
+ "languages": "-",
+ "challenge_rating": "1/2",
+ "cr": 0.5,
+ "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 6 (1d8+2) piercing damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Stealthy Hunter\",\"desc\":\"The shark takes the Hide action.\"}]",
+ "special_abilities_json": "[{\"name\":\"Blood Sense\",\"desc\":\"The shark can pinpoint, by scent, the location of creatures that don't have all of their HP within 60 feet of it and can sense the general direction of such creatures within 1 mile of it.\"},{\"name\":\"Electrical Sensitivity\",\"desc\":\"Whenever the shark takes lightning damage, it must succeed on a DC 11 CON save or be incapacitated until the end of its next turn.\"},{\"name\":\"Pack Tactics\",\"desc\":\"The shark has advantage on attack rolls against a creature if at least one of the shark's allies is within 5 feet of the creature and the ally isn't incapacitated.\"},{\"name\":\"Water Breathing\",\"desc\":\"The shark can breathe only underwater.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "shield_guardian_bf",
+ "fields": {
+ "name": "Shield Guardian",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Construct",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 17,
+ "armor_desc": "natural armor",
+ "hit_points": 139,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 18,
+ "dexterity": 8,
+ "constitution": 18,
+ "intelligence": 6,
+ "wisdom": 14,
+ "charisma": 2,
+ "strength_save": 4,
+ "dexterity_save": -1,
+ "constitution_save": 4,
+ "intelligence_save": -2,
+ "wisdom_save": 2,
+ "charisma_save": -4,
+ "perception": 12,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "Construct Resilience",
+ "condition_immunities": "",
+ "senses": "keensense 10 ft., darkvision 60 ft.",
+ "languages": "understands the languages of its creator and the languages of the wearer of its amulet but can't speak",
+ "challenge_rating": "7",
+ "cr": 7.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The shield guardian makes two Runed Fist attacks, or it makes three Rune Bolt attacks.\"},{\"name\":\"Runed Fist\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8+4) bludgeoning damage plus 14 (4d8) force damage.\"},{\"name\":\"Rune Bolt\",\"desc\":\"_Ranged Spell Attack:_ +5 to hit, range 60 ft., one target. _Hit:_ 16 (4d6+2) force damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Protective Step\",\"desc\":\"The guardian teleports up to 60 feet to an unoccupied space it can see within 5 feet of the amulet's wearer.\"}]",
+ "special_abilities_json": "[{\"name\":\"Bound\",\"desc\":\"The shield guardian is magically bound to an amulet. As long as the guardian and its amulet are on the same plane of existence, the guardian knows the distance and direction to the amulet's wearer, and the amulet's wearer can telepathically call the guardian, teleporting the guardian to an unoccupied space within 5 feet of the wearer after 1 minute. In addition, if the guardian is within 60 feet of the amulet's wearer, half of any damage the wearer takes (rounded up) is taken by the guardian instead.\"},{\"name\":\"Construct Nature\",\"desc\":\"The shield guardian doesn't require air, food, drink, or sleep.\"},{\"name\":\"Construct Resilience\",\"desc\":\"The shield guardian is immune to poison and psychic damage, and it is immune to exhaustion and the charmed, frightened, paralyzed, petrified, and poisoned conditions.\"},{\"name\":\"Regeneration\",\"desc\":\"The shield guardian regains 10 HP at the start of its turn if it has at least 1 HP.\"},{\"name\":\"Spell Storing\",\"desc\":\"A spellcaster who wears the shield guardian's amulet can cause the guardian to store one spell of 4th level or lower. To do so, the wearer must cast the spell on the guardian. The spell has no effect but is stored within the guardian. When commanded to do so by the wearer or when a situation arises that was predefined by the spellcaster, the guardian casts the stored spell, using the appropriate action required by the spell, with any parameters set by the original caster, requiring no components. When the spell is cast or a new spell is stored, any previously stored spell is lost.\"}]",
+ "reactions_json": "[{\"name\":\"Shield\",\"desc\":\"When a creature the guardian can see makes an attack against the amulet's wearer, the guardian grants a +2 bonus to the wearer's AC if the guardian is within 5 feet of the wearer.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "shrieker_bf",
+ "fields": {
+ "name": "Shrieker",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Plant",
+ "subtype": "",
+ "group": "Fungi",
+ "alignment": "",
+ "armor_class": 5,
+ "armor_desc": null,
+ "hit_points": 7,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":10}",
+ "environments_json": null,
+ "strength": 1,
+ "dexterity": 1,
+ "constitution": 10,
+ "intelligence": 1,
+ "wisdom": 2,
+ "charisma": 1,
+ "strength_save": -5,
+ "dexterity_save": -5,
+ "constitution_save": 0,
+ "intelligence_save": -5,
+ "wisdom_save": -4,
+ "charisma_save": -5,
+ "perception": 6,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "thunder,Plant Resilience",
+ "damage_immunities": "blinded,deafened,frightened",
+ "condition_immunities": "",
+ "senses": "keensense 30 ft. (blind beyond this radius)",
+ "languages": "-",
+ "challenge_rating": "0",
+ "cr": 0.0,
+ "actions_json": "[{\"name\":\"Thunderous Burst\",\"desc\":\"The shrieker emits a concentrated burst of sound at one creature it can sense within 30 feet of it. The target must make a DC 10 DEX save, taking 2 (1d4) thunder damage on a failed save, or half as much damage on a successful one.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Shriek\",\"desc\":\"The shrieker emits a high-pitched shriek audible within 300 feet of it. Each creature within 30 feet of it that isn't a Plant and that can hear the shriek must succeed on a DC 10 WIS save or be frightened until the shriek ends. The shrieker must use a bonus action on its subsequent turns to continue shrieking. It can stop shrieking at any time. The shriek ends if the shrieker is incapacitated.
A frightened creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. A creature that successfully saves is immune to the frightened effect of this shrieker's Shriek for the next 24 hours.\"}]",
+ "special_abilities_json": "[{\"name\":\"False Appearance\",\"desc\":\"While the shrieker remains motionless, it is indistinguishable from an ordinary fungus.\"},{\"name\":\"Plant Resilience\",\"desc\":\"The shrieker is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.\"}]",
+ "reactions_json": "[{\"name\":\"Startled Shriek\",\"desc\":\"When bright light or a creature other than a Plant moves to within 30 feet of the shrieker, the shrieker can use Shriek, if it isn't already shrieking.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "sila_bf",
+ "fields": {
+ "name": "Sila",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Elemental",
+ "subtype": "Outsider",
+ "group": "Genies",
+ "alignment": "",
+ "armor_class": 17,
+ "armor_desc": "natural armor",
+ "hit_points": 216,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"fly\":60,\"swim\":90}",
+ "environments_json": null,
+ "strength": 20,
+ "dexterity": 22,
+ "constitution": 22,
+ "intelligence": 24,
+ "wisdom": 14,
+ "charisma": 28,
+ "strength_save": 5,
+ "dexterity_save": 6,
+ "constitution_save": 6,
+ "intelligence_save": 7,
+ "wisdom_save": 2,
+ "charisma_save": 9,
+ "perception": 16,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "acid,cold",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft.",
+ "languages": "Aquan,Common",
+ "challenge_rating": "11",
+ "cr": 11.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The sila makes four Cold-Infused Jambiya or Water Burst attacks. If two Water Burst attacks hit one creature, the target must succeed on a DC 17 STR save or be pushed up to 15 feet away from the sila.\"},{\"name\":\"Cold-Infused Jambiya\",\"desc\":\"_Melee Weapon Attack:_ +9 to hit, reach 5 ft., one target. _Hit:_ 14 (2d8+5) slashing damage plus 5 (2d4) cold damage.\"},{\"name\":\"Water Burst\",\"desc\":\"_Ranged Spell Attack:_ +9 to hit, range 60 ft., one target. _Hit:_ 19 (4d6+5) bludgeoning damage.\"},{\"name\":\"Create Water Elemental (1/Day)\",\"desc\":\"The sila magically creates one water-based Elemental of CR 5 or lower in an unoccupied space the sila can see within 30 feet of it. The elemental acts as an ally of the sila, obeying its spoken commands. The elemental remains for 1 hour, until the sila dies, or until the sila dismisses it as a bonus action.\"},{\"name\":\"Travel the Planes (1/Day)\",\"desc\":\"The sila transports itself to a different plane of existence. This works like the plane shift spell, except it can affect only itself and can't use this action to banish an unwilling creature.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Clouded Eyes\",\"desc\":\"The sila condenses the air or water around the head or eyes of up to two creatures it can see within 30 feet of it. Each target must succeed on a DC 17 DEX save or be blinded until the end of its next turn.\"},{\"name\":\"Genie Shape\",\"desc\":\"The sila magically transforms into a Medium cloud of thick mist that leaves droplets of water on everything it touches or back into its bipedal form. Its statistics are the same in each form. Any equipment it is wearing or carrying transforms with it. It reverts to its bipedal form if it dies. The sila can't use this bonus action to transform into its bipedal form while inside a Medium or smaller container.\"}]",
+ "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The sila can breathe air and water.\"},{\"name\":\"Fluid Body (Bipedal Form Only)\",\"desc\":\"The sila can move through the space of any creature, regardless of size, and a creature of any size can move through a sila's space. In addition, the sila can move through a space as narrow as 1 inch wide without squeezing.\"},{\"name\":\"Nebulous (Cloud Form Only)\",\"desc\":\"The sila's Stealth is 21, it can hover while flying, can't manipulate objects or attack, and it can pass through any space air or water can pass through without squeezing. In addition, it can enter and hide in any Tiny or larger container, such as a pouch, lamp, backpack, or barrel.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "silver_dragon_wyrmling_bf",
+ "fields": {
+ "name": "Silver Dragon Wyrmling",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Dragon",
+ "subtype": "",
+ "group": "Dragons",
+ "alignment": "",
+ "armor_class": 17,
+ "armor_desc": "natural armor",
+ "hit_points": 51,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"fly\":60}",
+ "environments_json": null,
+ "strength": 18,
+ "dexterity": 14,
+ "constitution": 20,
+ "intelligence": 12,
+ "wisdom": 14,
+ "charisma": 18,
+ "strength_save": 4,
+ "dexterity_save": 2,
+ "constitution_save": 5,
+ "intelligence_save": 1,
+ "wisdom_save": 2,
+ "charisma_save": 4,
+ "perception": 14,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "cold",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft., keensense 10 ft.",
+ "languages": "Draconic",
+ "challenge_rating": "2",
+ "cr": 2.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon makes one Bite attack and one Claw attack.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 9 (1d10+4) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 7 (1d6+4) slashing damage.\"},{\"name\":\"Cold Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales an icy blast in a 15-foot cone. Each creature in that area must make a DC 13 CON save, taking 18 (4d8) cold damage on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Paralyzing Breath (Recharge 6)\",\"desc\":\"The dragon exhales paralyzing gas in a 15-foot cone. Each creature in that area must succeed on a DC 13 CON save or be paralyzed for 1 minute. A creature can repeat the save at the end of each of its turns, ending the effect on itself on a success.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Pounce\",\"desc\":\"If the dragon moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 14 STR save or be knocked prone. If the target is prone, the dragon can make one Claw attack against it as a bonus action.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "skeleton_bf",
+ "fields": {
+ "name": "Skeleton",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Undead",
+ "subtype": "",
+ "group": "Skeletons",
+ "alignment": "",
+ "armor_class": 13,
+ "armor_desc": "armor scraps",
+ "hit_points": 14,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 10,
+ "dexterity": 14,
+ "constitution": 14,
+ "intelligence": 6,
+ "wisdom": 8,
+ "charisma": 4,
+ "strength_save": 0,
+ "dexterity_save": 2,
+ "constitution_save": 2,
+ "intelligence_save": -2,
+ "wisdom_save": -1,
+ "charisma_save": -3,
+ "perception": 9,
+ "skills_json": "",
+ "damage_vulnerabilities": "bludgeoning",
+ "damage_resistances": "piercing",
+ "damage_immunities": "Undead Resilience",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "understands the languages it knew in life but can't speak",
+ "challenge_rating": "1/4",
+ "cr": 0.25,
+ "actions_json": "[{\"name\":\"Shortsword\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 5 (1d6+2) piercing damage.\"},{\"name\":\"Shortbow\",\"desc\":\"_Ranged Weapon Attack:_ +4 to hit, range 80/320 ft., one target. _Hit:_ 5 (1d6+2) piercing damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"False Appearance\",\"desc\":\"While the skeleton remains motionless and prone, it is indistinguishable from an inanimate Humanoid skeleton.\"},{\"name\":\"Undead Nature\",\"desc\":\"The skeleton doesn't require air, food, drink, or sleep.\"},{\"name\":\"Undead Resilience\",\"desc\":\"The skeleton is immune to poison damage, to exhaustion, and to the poisoned condition.\"}]",
+ "reactions_json": "[{\"name\":\"Counterattack (Recharge 6)\",\"desc\":\"When a creature the skeleton can see hits it with an attack, the skeleton can make one Shortsword or Shortbow attack against the attacker.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "skullbloom_bf",
+ "fields": {
+ "name": "Skullbloom",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Plant",
+ "subtype": "",
+ "group": "Sporeborn",
+ "alignment": "",
+ "armor_class": 11,
+ "armor_desc": "natural armor",
+ "hit_points": 23,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 12,
+ "dexterity": 10,
+ "constitution": 14,
+ "intelligence": 2,
+ "wisdom": 8,
+ "charisma": 4,
+ "strength_save": 1,
+ "dexterity_save": 0,
+ "constitution_save": 2,
+ "intelligence_save": -4,
+ "wisdom_save": -1,
+ "charisma_save": -3,
+ "perception": 11,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Plant Resilience",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "keensense 10 ft.",
+ "languages": "understands the languages it knew in life but can't speak",
+ "challenge_rating": "1/2",
+ "cr": 0.5,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The skullbloom makes one Bite attack and one Slam attack. If the Bite and Slam attacks both hit one Humanoid, the target must succeed on a DC 12 CON save or be infected with apocalyptic fungus (see sidebar).\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 3 (1d4+1) piercing damage plus 2 (1d4) poison damage.\"},{\"name\":\"Slam\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 3 (1d4+1) bludgeoning damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Instinct to Pursue\",\"desc\":\"The skullboom takes the Dash action toward an uninfected Humanoid it can see or sense.\"}]",
+ "special_abilities_json": "[{\"name\":\"Heightened Hearing\",\"desc\":\"The skullbloom's Perception is 16 while perceiving by hearing.\"},{\"name\":\"Plant Resilience\",\"desc\":\"The skullbloom is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "snake_constrictor_bf",
+ "fields": {
+ "name": "Snake, Constrictor",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": null,
+ "hit_points": 15,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"swim\":30}",
+ "environments_json": null,
+ "strength": 14,
+ "dexterity": 14,
+ "constitution": 12,
+ "intelligence": 1,
+ "wisdom": 10,
+ "charisma": 2,
+ "strength_save": 2,
+ "dexterity_save": 2,
+ "constitution_save": 1,
+ "intelligence_save": -5,
+ "wisdom_save": 0,
+ "charisma_save": -4,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "keensense 10 ft.",
+ "languages": "-",
+ "challenge_rating": "1/4",
+ "cr": 0.25,
+ "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 5 (1d6+2) piercing damage.\"},{\"name\":\"Constrict\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 6 (1d8+2) bludgeoning damage, and the target is grappled (escape DC 12), if it is a Large or smaller creature. Until this grapple ends, the creature is restrained, and the snake can't Constrict another target.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Crush\",\"desc\":\"One creature grappled by the snake must succeed on a DC 12 STR or take 4 (1d8) bludgeoning damage and begin suffocating. The creature continues suffocating until the grapple ends.\"}]",
+ "special_abilities_json": "",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "snake_flying_bf",
+ "fields": {
+ "name": "Snake, Flying",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "tiny",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 11,
+ "armor_desc": null,
+ "hit_points": 10,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"fly\":60,\"swim\":30}",
+ "environments_json": null,
+ "strength": 4,
+ "dexterity": 12,
+ "constitution": 10,
+ "intelligence": 2,
+ "wisdom": 12,
+ "charisma": 4,
+ "strength_save": -3,
+ "dexterity_save": 1,
+ "constitution_save": 0,
+ "intelligence_save": -4,
+ "wisdom_save": 1,
+ "charisma_save": -3,
+ "perception": 11,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "keensense 10 ft.",
+ "languages": "-",
+ "challenge_rating": "1/8",
+ "cr": 0.125,
+ "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one creature. _Hit:_ 3 (1d4+1) piercing damage, and the target must succeed on a DC 11 CON save or take 5 (2d4) poison damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Flyby\",\"desc\":\"The snake doesn't provoke opportunity attacks when it flies out of an enemy's reach.\"}]",
+ "reactions_json": "[{\"name\":\"Reflexive Escape\",\"desc\":\"When a creature the snake can see attacks it, the snake can move up to 5 feet. If this movement puts the snake out of reach of the attack, the attack misses.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "snake_giant_constrictor_bf",
+ "fields": {
+ "name": "Snake, Giant Constrictor",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "huge",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": null,
+ "hit_points": 63,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"swim\":30}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 14,
+ "constitution": 12,
+ "intelligence": 1,
+ "wisdom": 10,
+ "charisma": 2,
+ "strength_save": 3,
+ "dexterity_save": 2,
+ "constitution_save": 1,
+ "intelligence_save": -5,
+ "wisdom_save": 0,
+ "charisma_save": -4,
+ "perception": 12,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "keensense 10 ft.",
+ "languages": "-",
+ "challenge_rating": "2",
+ "cr": 2.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The snake makes one Bite attack and one Constrict attack, or it makes two Bite attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 10 ft., one creature. _Hit:_ 10 (2d6+3) piercing damage.\"},{\"name\":\"Constrict\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one creature. _Hit:_ 12 (2d8+3) bludgeoning damage, and the target is grappled (escape DC 14). Until this grapple ends, the creature is restrained, and the snake can't Constrict another target.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Crush\",\"desc\":\"One creature grappled by the snake must succeed on a DC 14 STR or take 9 (2d8) bludgeoning damage and begin suffocating. The creature continues suffocating until the grapple ends.\"}]",
+ "special_abilities_json": "",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "snake_giant_poisonous_bf",
+ "fields": {
+ "name": "Snake, Giant Poisonous",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": null,
+ "hit_points": 14,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"swim\":30}",
+ "environments_json": null,
+ "strength": 10,
+ "dexterity": 14,
+ "constitution": 12,
+ "intelligence": 2,
+ "wisdom": 10,
+ "charisma": 2,
+ "strength_save": 0,
+ "dexterity_save": 2,
+ "constitution_save": 1,
+ "intelligence_save": -4,
+ "wisdom_save": 0,
+ "charisma_save": -4,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "poison,poisoned",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "keensense 10 ft.",
+ "languages": "-",
+ "challenge_rating": "1/4",
+ "cr": 0.25,
+ "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 10 ft., one creature. _Hit:_ 5 (1d6+2) piercing damage, and the target must make a DC 11 CON save, taking 5 (2d4) poison damage on a failed save, or half as much damage on a successful one.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "",
+ "reactions_json": "[{\"name\":\"Reflexive Nip\",\"desc\":\"When a creature the snake can see hits it with a melee attack while within 5 feet of it, the snake can make a quick nip at the creature. The attacker must succeed on a DC 11 CON save or be poisoned until the end of its next turn.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "snake_poisonous_bf",
+ "fields": {
+ "name": "Snake, Poisonous",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "tiny",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 11,
+ "armor_desc": null,
+ "hit_points": 9,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"swim\":30}",
+ "environments_json": null,
+ "strength": 2,
+ "dexterity": 12,
+ "constitution": 10,
+ "intelligence": 1,
+ "wisdom": 10,
+ "charisma": 2,
+ "strength_save": -4,
+ "dexterity_save": 1,
+ "constitution_save": 0,
+ "intelligence_save": -5,
+ "wisdom_save": 0,
+ "charisma_save": -4,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "poison,poisoned",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "keensense 10 ft.",
+ "languages": "-",
+ "challenge_rating": "1/8",
+ "cr": 0.125,
+ "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one creature. _Hit:_ 3 (1d4+1) piercing damage, and the target must succeed on a DC 10 CON save or take 2 (1d4) poison damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "",
+ "reactions_json": "[{\"name\":\"Reflexive Nip\",\"desc\":\"When a creature the snake can see hits it with a melee attack while within 5 feet of it, the snake can make a quick nip at the creature. The attacker must succeed on a DC 10 CON save or be poisoned until the end of its next turn.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "snake_swarm_of_poisonous_snakes_bf",
+ "fields": {
+ "name": "Snake, Swarm of Poisonous Snakes",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Swarm",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 14,
+ "armor_desc": null,
+ "hit_points": 48,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"swim\":30}",
+ "environments_json": null,
+ "strength": 8,
+ "dexterity": 18,
+ "constitution": 10,
+ "intelligence": 1,
+ "wisdom": 10,
+ "charisma": 2,
+ "strength_save": -1,
+ "dexterity_save": 4,
+ "constitution_save": 0,
+ "intelligence_save": -5,
+ "wisdom_save": 0,
+ "charisma_save": -4,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "poison,poisoned,Swarm Resilience",
+ "damage_immunities": "Swarm Resilience",
+ "condition_immunities": "",
+ "senses": "keensense 10 ft.",
+ "languages": "-",
+ "challenge_rating": "2",
+ "cr": 2.0,
+ "actions_json": "[{\"name\":\"Bites\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 0 ft., one creature in the swarm's space. _Hit:_ 10 (4d4) piercing damage, or 5 (2d4) piercing damage if the swarm has half of its HP or fewer. The target must make a DC 14 CON save, taking 18 (4d8) poison damage on a failed save, or half as much damage on a successful one.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Poisonous Swarm\",\"desc\":\"The hissing, spitting, and constant nipping of snakes in the swarm leaves the swarm's space dripping with poison. A creature that starts its turn in the swarm's space must succeed on a DC 14 CON save or be poisoned until the start of its next turn.\"},{\"name\":\"Swarm\",\"desc\":\"The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny snake. The swarm can't regain HP or gain temporary HP.\"},{\"name\":\"Swarm Resilience\",\"desc\":\"The swarm is resistant to bludgeoning, piercing, and slashing damage, and it is immune to the charmed, frightened, grappled, paralyzed, petrified, prone, restrained, and stunned conditions.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "solar_bf",
+ "fields": {
+ "name": "Solar",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Celestial",
+ "subtype": "Angel",
+ "group": "Angels",
+ "alignment": "",
+ "armor_class": 21,
+ "armor_desc": "natural armor",
+ "hit_points": 306,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":50,\"fly\":150}",
+ "environments_json": null,
+ "strength": 26,
+ "dexterity": 22,
+ "constitution": 26,
+ "intelligence": 38,
+ "wisdom": 38,
+ "charisma": 44,
+ "strength_save": 8,
+ "dexterity_save": 6,
+ "constitution_save": 8,
+ "intelligence_save": 14,
+ "wisdom_save": 14,
+ "charisma_save": 17,
+ "perception": 24,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Angelic Resilience",
+ "damage_immunities": "necrotic,poison,poisoned,Angelic Resilience",
+ "condition_immunities": "",
+ "senses": "truesight 120 ft.",
+ "languages": "all,telepathy 120 ft.",
+ "challenge_rating": "21",
+ "cr": 21.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The solar makes three Greatsword or Holy Fire Bolt attacks. It can replace one attack with a use of Spellcasting. If two Greatsword or Holy Fire Bolt attacks hit one creature, the target must succeed on a DC 22 CON save or be blinded until the end of its next turn.\"},{\"name\":\"Greatsword\",\"desc\":\"_Melee Weapon Attack:_ +15 to hit, reach 5 ft., one target. _Hit:_ 22 (4d6+8) slashing damage plus 27 (6d8) radiant damage.\"},{\"name\":\"Holy Fire Bolt\",\"desc\":\"_Ranged Spell Attack:_ +14 to hit, range 60 ft., one target. _Hit:_ 34 (6d8+7) radiant damage plus 14 (4d6) fire damage.\"},{\"name\":\"Healing Touch (4/Day)\",\"desc\":\"The solar touches another creature. The target magically regains 40 (8d8+4) HP and is freed from any curse, disease, poison, blindness, or deafness.\"},{\"name\":\"Spellcasting\",\"desc\":\"The solar casts one of the following spells, requiring no material components and using WIS as the spellcasting ability (spell save DC 22).
At will: _command_, _invisibility_ (self only)
3/day each: _greater restoration_, _resurrection_ (as an action)
1/day: _holy aura_\"}]",
+ "bonus_actions_json": "[{\"name\":\"Celestial Tactics\",\"desc\":\"The solar uses one of the following tactics:\\n- **Empower Strikes.** The solar sends divine power into the weapons of up to two friendly creatures it can see within 30 feet of it. Each target has advantage on the next weapon attack roll it makes before the start of the solar's next turn. If that attack hits, the weapon deals an extra 7 (2d6) radiant damage.\\n- **Inspire Resolve.** One friendly creature the solar can see within 30 feet of it gains 14 (4d6) temporary HP and becomes immune to the charmed and frightened conditions until the start of the solar's next turn, ending any effect currently causing the target to be charmed or frightened.\\n- **Manipulate Battlefield.** The solar commands up to three friendly creatures it can see to reposition themselves on the battlefield. Each target can use a reaction to move up to half its speed in a direction of the solar's choice. This movement is unaffected by difficult terrain and doesn't provoke opportunity attacks.\"}]",
+ "special_abilities_json": "[{\"name\":\"Angelic Resilience\",\"desc\":\"The solar is resistant to radiant damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to exhaustion and the charmed and frightened conditions.\"},{\"name\":\"Angelic Senses\",\"desc\":\"The solar can pinpoint the location of Aberrations, Celestials, Fiends, and Undead within 30 feet of it and knows if a place or object it can sense is consecrated or desecrated.\"},{\"name\":\"Angelic Weapons\",\"desc\":\"The solar's weapon attacks are magical. When the solar hits with any weapon, the weapon deals an extra 6d8 radiant damage (included in the attack).\"},{\"name\":\"Divine Awareness\",\"desc\":\"The solar knows if it hears a lie.\"},{\"name\":\"Divine Protection\",\"desc\":\"Aberrations, Celestials, Fiends, and Undead have disadvantage on attack rolls against the solar.\"},{\"name\":\"Immortal Nature\",\"desc\":\"The solar doesn't require food, drink, or sleep.\"},{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the solar fails a save, it can choose to succeed instead.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The solar has advantage on saves against spells and other magical effects.\"}]",
+ "reactions_json": null,
+ "legendary_desc": "The solar can take 3 legendary actions, choosing from the options below. Only one legendary action option can be used at a time and only at the end of another creature's turn. The solar regains spent legendary actions at the start of its turn.",
+ "legendary_actions_json": "[{\"name\":\"Teleport\",\"desc\":\"The solar magically teleports, along with any equipment it is wearing or carrying, up to 120 feet to an unoccupied space it can see.\"},{\"name\":\"Searing Burst (Costs 2 Actions)\",\"desc\":\"The solar emits divine energy. Each creature of its choice within 10 feet of it must make a DC 22 Dexterity saving throw, taking 14 (4d6) fire damage and 14 (4d6) radiant damage on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Intimidating Glare (Costs 3 Actions)\",\"desc\":\"The solar glares at up to three creatures it can see within 30 feet of it. Each target must succeed on a DC 22 CHA save or be cowed until the end of its next turn. While cowed, a creature's speed is halved, and it can't look at the solar.\"}]",
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "specter_bf",
+ "fields": {
+ "name": "Specter",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Undead",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": null,
+ "hit_points": 27,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":0,\"fly\":50,\"hover\": true}",
+ "environments_json": null,
+ "strength": 1,
+ "dexterity": 14,
+ "constitution": 10,
+ "intelligence": 10,
+ "wisdom": 10,
+ "charisma": 14,
+ "strength_save": -5,
+ "dexterity_save": 2,
+ "constitution_save": 0,
+ "intelligence_save": 0,
+ "wisdom_save": 0,
+ "charisma_save": 2,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "acid,cold,fire,lightning,thunder; bludgeoning,piercing,and slashing damage from nonmagical attacks",
+ "damage_immunities": "necrotic,charmed,grappled,paralyzed,petrified,prone,restrained,unconscious,Undead Resilience",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "understands the languages it knew in life but can't speak",
+ "challenge_rating": "1",
+ "cr": 1.0,
+ "actions_json": "[{\"name\":\"Life Drain\",\"desc\":\"Melee Spell Attack: +4 to hit, reach 5 ft., one creature. _Hit:_ 12 (3d6+2) necrotic damage. The target must succeed on a DC 12 CON save or its HP maximum is reduced by an amount equal to the damage taken. This reduction lasts until the target finishes a long rest. The target dies if this effect reduces its HP maximum to 0.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Incorporeal Movement\",\"desc\":\"The specter can move through other creatures and objects as if they were difficult terrain. It takes 5 (1d10) force damage if it ends its turn inside an object.\"},{\"name\":\"Sunlight Sensitivity\",\"desc\":\"While in sunlight, the specter has disadvantage on attack rolls, and its Perception is 5 when perceiving by sight.\"},{\"name\":\"Undead Nature\",\"desc\":\"The specter doesn't require air, food, drink, or sleep.\"},{\"name\":\"Undead Resilience\",\"desc\":\"The specter is immune to poison damage, to exhaustion, and to the poisoned condition.\"}]",
+ "reactions_json": "[{\"name\":\"Retributive Shriek\",\"desc\":\"When the specter takes damage from a creature it can see within 30 feet of it, the specter can shriek with the fury of its tormented existence. That creature must succeed on a DC 12 WIS save or be frightened until the end of its next turn.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "spider_bf",
+ "fields": {
+ "name": "Spider",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "tiny",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": "natural armor",
+ "hit_points": 8,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":20,\"climb\":20}",
+ "environments_json": null,
+ "strength": 2,
+ "dexterity": 10,
+ "constitution": 8,
+ "intelligence": 1,
+ "wisdom": 10,
+ "charisma": 2,
+ "strength_save": -4,
+ "dexterity_save": 0,
+ "constitution_save": -1,
+ "intelligence_save": -5,
+ "wisdom_save": 0,
+ "charisma_save": -4,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 30 ft.",
+ "languages": "-",
+ "challenge_rating": "0",
+ "cr": 0.0,
+ "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +2 to hit, reach 5 ft., one creature. _Hit:_ 2 (1d4) piercing damage, and the target must succeed on a DC 9 CON save or take 2 (1d4) poison damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Web Shot (Recharge 4-6)\",\"desc\":\"The spider launches a gob of webbing at one creature it can see within 15 feet of it. The target must succeed on a DC 9 DEX save or have its speed reduced by 10 feet. A creature can take an action to remove the webbing, ending the effect.\"}]",
+ "special_abilities_json": "[{\"name\":\"Spider Climb\",\"desc\":\"The spider can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.\"},{\"name\":\"Web Sense\",\"desc\":\"While in contact with a web, the spider knows the exact location of any other creature in contact with the same web.\"},{\"name\":\"Web Walker\",\"desc\":\"The spider ignores movement restrictions caused by webbing.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "spider_giant_bf",
+ "fields": {
+ "name": "Spider, Giant",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 15,
+ "armor_desc": "natural armor",
+ "hit_points": 40,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"climb\":30}",
+ "environments_json": null,
+ "strength": 14,
+ "dexterity": 16,
+ "constitution": 12,
+ "intelligence": 2,
+ "wisdom": 10,
+ "charisma": 4,
+ "strength_save": 2,
+ "dexterity_save": 3,
+ "constitution_save": 1,
+ "intelligence_save": -4,
+ "wisdom_save": 0,
+ "charisma_save": -3,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "keensense 10 ft., darkvision 60 ft.",
+ "languages": "-",
+ "challenge_rating": "1",
+ "cr": 1.0,
+ "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one creature. _Hit:_ 7 (1d8+3) piercing damage, and the target must make a DC 13 CON save, taking 10 (3d6) poison damage on a failed save, or half as much damage on a successful one. If the poison damage reduces the target to 0 HP, the target is stable but poisoned for 1 hour, even after regaining HP, and is paralyzed while poisoned in this way.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Web (Recharge 4-6)\",\"desc\":\"The spider launches a gob of webbing at one creature it can see within 30 feet of it. The target must succeed on a DC 12 DEX save or be restrained. A creature, including the restrained target, can take its action to free the target from the webbing by succeeding on a DC 12 STR check. The webbing can also be attacked and destroyed (AC 10; HP 5; vulnerability to fire damage; immunity to bludgeoning, poison, and psychic damage).\"}]",
+ "special_abilities_json": "[{\"name\":\"Spider Climb\",\"desc\":\"The spider can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.\"},{\"name\":\"Web Sense\",\"desc\":\"While in contact with a web, the spider knows the exact location of any other creature in contact with the same web.\"},{\"name\":\"Web Walker\",\"desc\":\"The spider ignores movement restrictions caused by webbing.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "spider_giant_wolf_bf",
+ "fields": {
+ "name": "Spider, Giant Wolf",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 13,
+ "armor_desc": "natural armor",
+ "hit_points": 14,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40,\"climb\":40}",
+ "environments_json": null,
+ "strength": 14,
+ "dexterity": 14,
+ "constitution": 12,
+ "intelligence": 2,
+ "wisdom": 12,
+ "charisma": 4,
+ "strength_save": 2,
+ "dexterity_save": 2,
+ "constitution_save": 1,
+ "intelligence_save": -4,
+ "wisdom_save": 1,
+ "charisma_save": -3,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "keensense 10 ft., darkvision 60 ft.",
+ "languages": "-",
+ "challenge_rating": "1/4",
+ "cr": 0.25,
+ "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 5 (1d6+2) piercing damage, and the target must succeed on a DC 12 CON save or take 5 (2d4) poison damage. If the poison damage reduces the target to 0 HP, the target is stable but poisoned for 1 hour, even after regaining HP, and is paralyzed while poisoned in this way.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Hunter's Leap\",\"desc\":\"The spider jumps up to 20 feet horizontally or up to 10 feet vertically toward a hostile creature that it can see. This movement doesn't provoke opportunity attacks.\"}]",
+ "special_abilities_json": "[{\"name\":\"Spider Climb\",\"desc\":\"The spider can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.\"},{\"name\":\"Standing Leap\",\"desc\":\"The spider's long jump is up to 20 feet and its high jump is up to 10 feet, with or without a running start.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "spirit_naga_bf",
+ "fields": {
+ "name": "Spirit Naga",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Monstrosity",
+ "subtype": "",
+ "group": "Nagas",
+ "alignment": "",
+ "armor_class": 15,
+ "armor_desc": "natural armor",
+ "hit_points": 166,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40}",
+ "environments_json": null,
+ "strength": 18,
+ "dexterity": 22,
+ "constitution": 20,
+ "intelligence": 16,
+ "wisdom": 20,
+ "charisma": 22,
+ "strength_save": 4,
+ "dexterity_save": 6,
+ "constitution_save": 5,
+ "intelligence_save": 3,
+ "wisdom_save": 5,
+ "charisma_save": 6,
+ "perception": 15,
+ "skills_json": "",
+ "damage_vulnerabilities": "radiant",
+ "damage_resistances": "Monstrosity Resilience",
+ "damage_immunities": "necrotic,poison,charmed,poisoned",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Abyssal,Celestial,Common,Infernal",
+ "challenge_rating": "8",
+ "cr": 8.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The spirit naga makes two Bite or Spit Poison attacks. If both attacks hit one creature, the target must succeed on a DC 14 CON save or be poisoned for 1 minute. A poisoned creature can repeat the save at the end of each of its turns, ending the effect on itself on a success.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 10 ft., one target. _Hit:_ 6 (1d4+4) piercing damage plus 5 (2d4) poison damage and 18 (4d8) necrotic damage.\"},{\"name\":\"Spit Poison\",\"desc\":\"_Ranged Weapon Attack:_ +6 to hit, range 20/60 ft., one target. _Hit:_ 10 (3d4+3) poison damage plus 18 (4d8) necrotic damage.\"},{\"name\":\"Spellcasting\",\"desc\":\"The spirit naga casts one of the following spells, requiring only verbal components and using CHA as the spellcasting ability (spell save DC 14).
At will: _command_, _mage hand_, _minor illusion_
3/day each: _augury_ (as an action), _charm_, _sleep_
2/day each: _bestow curse_, _hold_
1/day: _dominate_\"}]",
+ "bonus_actions_json": "[{\"name\":\"Hidden Step\",\"desc\":\"The spirit naga magically teleports, along with any equipment it is wearing or carrying, up to 30 feet to an unoccupied space it can see and takes the Hide action.\"}]",
+ "special_abilities_json": "[{\"name\":\"Guardian Projection\",\"desc\":\"The spirit naga's skeletal form is covered with a magical illusion that makes it look like the guardian naga it was in life. The naga can use a bonus action to dismiss this illusion until the end of its next turn. The changes wrought by this illusion fail to hold up to physical inspection. For example, a creature touching the spirit naga would feel its rough, dry scales and exposed bones instead of the smooth, cool scales of a guardian naga. Otherwise, a creature must take an action to visually inspect the illusion and succeed on a DC 20 INT (Investigation) check to discern the spirit naga's true appearance.\"},{\"name\":\"Monstrosity Resilience\",\"desc\":\"The naga is resistant to exhaustion and to the frightened condition.\"},{\"name\":\"Necrotic Strikes\",\"desc\":\"The naga's weapon attacks are magical. When the naga hits with any weapon attack, the weapon deals an extra 4d8 necrotic damage (included in the attack).\"},{\"name\":\"Rejuvenation\",\"desc\":\"If it dies, the naga returns to life in 1d6 days, regaining all its HP and becoming active again. Only a wish spell can prevent this trait from functioning.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "sprite_bf",
+ "fields": {
+ "name": "Sprite",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "tiny",
+ "type": "Fey",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 14,
+ "armor_desc": "leather armor",
+ "hit_points": 13,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":10,\"fly\":40}",
+ "environments_json": null,
+ "strength": 2,
+ "dexterity": 16,
+ "constitution": 10,
+ "intelligence": 14,
+ "wisdom": 12,
+ "charisma": 10,
+ "strength_save": -4,
+ "dexterity_save": 3,
+ "constitution_save": 0,
+ "intelligence_save": 2,
+ "wisdom_save": 1,
+ "charisma_save": 0,
+ "perception": 11,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Fey Resilience",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "Common,Elvish,Sylvan",
+ "challenge_rating": "1/4",
+ "cr": 0.25,
+ "actions_json": "[{\"name\":\"Shortsword\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 6 (1d6+3) piercing damage.\"},{\"name\":\"Shortbow\",\"desc\":\"_Ranged Weapon Attack:_ +5 to hit, range 80/320 ft., one target. _Hit:_ 6 (1d6+3) piercing damage, and the target must succeed on a DC 13 CON save or be poisoned for 1 minute. If the save fails by 5 or more, the poisoned target falls unconscious for the same duration, or until it takes damage or another creature takes an action to shake it awake.\"},{\"name\":\"Invisibility\",\"desc\":\"The sprite magically turns invisible until it attacks or casts a spell, or until its concentration ends (as if concentrating on a spell). Any equipment the sprite wears or carries is invisible with it.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Heart Sight\",\"desc\":\"The sprite touches a creature and magically knows the creature's current emotional state. If the target fails a DC 13 CHA save, the sprite also knows if the creature has malign intentions or intends to commit malevolent acts within the next hour. Celestials, Fiends, and Undead automatically fail the save.\"},{\"name\":\"Swift Flight\",\"desc\":\"The sprite moves up to half its speed without provoking opportunity attacks.\"}]",
+ "special_abilities_json": "[{\"name\":\"Fey Resilience\",\"desc\":\"The sprite is resistant to the charmed and unconscious conditions.\"},{\"name\":\"Speak with Beasts and Plants\",\"desc\":\"The sprite can communicate with Beasts and Plants as if they shared a language.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "spy_bf",
+ "fields": {
+ "name": "Spy",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Humanoid",
+ "subtype": "Any Lineage",
+ "group": "NPCs",
+ "alignment": "",
+ "armor_class": 13,
+ "armor_desc": null,
+ "hit_points": 40,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 10,
+ "dexterity": 20,
+ "constitution": 10,
+ "intelligence": 12,
+ "wisdom": 14,
+ "charisma": 16,
+ "strength_save": 0,
+ "dexterity_save": 5,
+ "constitution_save": 0,
+ "intelligence_save": 1,
+ "wisdom_save": 2,
+ "charisma_save": 3,
+ "perception": 16,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "any two languages",
+ "challenge_rating": "1",
+ "cr": 1.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The spy makes two Shortsword or Hand Crossbow attacks.\"},{\"name\":\"Shortsword\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 6 (1d6+3) piercing damage.\"},{\"name\":\"Hand Crossbow\",\"desc\":\"_Ranged Weapon Attack:_ +5 to hit, range 30/120 ft., one target. _Hit:_ 6 (1d6+3) piercing damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Cunning Action\",\"desc\":\"The spy takes the Dash, Disengage, or Hide action.\"},{\"name\":\"Feint (Recharge 4-6)\",\"desc\":\"The spy makes a feint at one creature within 5 feet of it, pretending to go in for an attack in one direction only to change it up at the last moment. The target must succeed on a DC 13 WIS save or the spy has advantage on the next attack roll it makes against the target.\"}]",
+ "special_abilities_json": "",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "star_crow_bf",
+ "fields": {
+ "name": "Star Crow",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "tiny",
+ "type": "Aberration",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 15,
+ "armor_desc": "natural armor",
+ "hit_points": 12,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":20,\"fly\":60,\"hover\": true}",
+ "environments_json": null,
+ "strength": 6,
+ "dexterity": 16,
+ "constitution": 12,
+ "intelligence": 1,
+ "wisdom": 16,
+ "charisma": 1,
+ "strength_save": -2,
+ "dexterity_save": 3,
+ "constitution_save": 1,
+ "intelligence_save": -5,
+ "wisdom_save": 3,
+ "charisma_save": -5,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "poison",
+ "damage_resistances": "Aberrant Resilience",
+ "damage_immunities": "psychic,radiant,blinded,exhaustion,prone",
+ "condition_immunities": "",
+ "senses": "truesight 120 ft.",
+ "languages": "-",
+ "challenge_rating": "1/4",
+ "cr": 0.25,
+ "actions_json": "[{\"name\":\"Radiant Touch\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 5 (1d4+3) radiant damage, and the star crow attaches to the target. While attached, the star crow can use only the Thought Share action and Blinding Burst bonus action, and it moves with the target whenever the target moves, requiring none of the star crow's movement. The star crow can detach itself by spending 5 feet of its movement. A creature, including the target, can take its action to detach the star crow by succeeding on a DC 13 STR check.\"},{\"name\":\"Thought Share\",\"desc\":\"The star crow learns some of the attached target's memories, and the attached target experiences a rapid sequence of memories from other creatures the star crow has encountered. The target takes 5 (2d4) psychic damage and must succeed on a DC 13 CHA save or be stunned until the end of its next turn.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Blinding Burst (Recharge 5-6)\",\"desc\":\"The star crow dims then suddenly bursts with blinding light. Each creature within 30 feet of the star crow must succeed on a DC 13 CON save or be blinded until the end of its next turn.\"}]",
+ "special_abilities_json": "[{\"name\":\"Aberrant Resilience\",\"desc\":\"The star crow is resistant to the charmed, frightened, paralyzed, and stunned conditions, and it has advantage on saves against spells or effects that would alter its form.\"},{\"name\":\"Illumination\",\"desc\":\"The star crow sheds bright light in a 20-foot radius and dim light for an additional 20 feet.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "steam_mephit_bf",
+ "fields": {
+ "name": "Steam Mephit",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "small",
+ "type": "Elemental",
+ "subtype": "",
+ "group": "Mephits",
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": null,
+ "hit_points": 27,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"fly\":30,\"hover\": true}",
+ "environments_json": null,
+ "strength": 4,
+ "dexterity": 14,
+ "constitution": 10,
+ "intelligence": 6,
+ "wisdom": 12,
+ "charisma": 10,
+ "strength_save": -3,
+ "dexterity_save": 2,
+ "constitution_save": 0,
+ "intelligence_save": -2,
+ "wisdom_save": 1,
+ "charisma_save": 0,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "cold,thunder",
+ "damage_resistances": "",
+ "damage_immunities": "fire,poison,poisoned,prone",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Aquan,Ignan",
+ "challenge_rating": "1/2",
+ "cr": 0.5,
+ "actions_json": "[{\"name\":\"Claws\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 4 (1d4+2) slashing damage plus 2 (1d4) fire damage.\"},{\"name\":\"Steam Blast\",\"desc\":\"_Ranged Weapon Attack:_ +4 to hit, range 20/60 ft., one target. _Hit:_ 4 (1d4+2) bludgeoning damage plus 2 (1d4) fire damage\"},{\"name\":\"Steam Breath (Recharge 6)\",\"desc\":\"The mephit exhales superheated breath in a 15-foot cone. Each creature in that area must make a DC 11 CON save. On a failure, a creature takes 5 (2d4) fire damage and suffers one level of exhaustion. On a success, a creature takes half the damage and doesn't suffer exhaustion. A creature can't suffer more than two levels of exhaustion from a steam mephit's Steam Breath, regardless of the number of times it fails the save or the number of steam mephits using Steam Breath against it.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Hazy Form (1/Day)\",\"desc\":\"The mephit casts the blur spell, requiring no material components and using WIS as the spellcasting ability.\"}]",
+ "special_abilities_json": "[{\"name\":\"Death Burst\",\"desc\":\"When the mephit dies, it explodes in a cloud of steam. Each creature within 5 feet of the mephit must succeed on a DC 11 DEX save or be scalded for 1 minute. A scalded creature has disadvantage on weapon attack rolls and on ability checks that require manual dexterity. A scalded creature can repeat the save at the end of each of its turns, ending the effect on itself on a success.\"},{\"name\":\"False Appearance\",\"desc\":\"While the mephit remains motionless and hovering, it is indistinguishable from an ordinary cloud of steam.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "stirge_bf",
+ "fields": {
+ "name": "Stirge",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "tiny",
+ "type": "Beast",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 14,
+ "armor_desc": "natural armor",
+ "hit_points": 7,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":10,\"fly\":40}",
+ "environments_json": null,
+ "strength": 4,
+ "dexterity": 14,
+ "constitution": 10,
+ "intelligence": 2,
+ "wisdom": 8,
+ "charisma": 6,
+ "strength_save": -3,
+ "dexterity_save": 2,
+ "constitution_save": 0,
+ "intelligence_save": -4,
+ "wisdom_save": -1,
+ "charisma_save": -2,
+ "perception": 9,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "-",
+ "challenge_rating": "1/8",
+ "cr": 0.125,
+ "actions_json": "[{\"name\":\"Blood Drain\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 4 (1d4+2) piercing damage, and the stirge attaches to the target. While attached, the stirge can't attack, and at the start of each of the stirge's turns, the target loses 4 (1d4+2) HP due to blood loss. The attached stirge moves with the target whenever the target moves, requiring none of the stirge's movement. If can detach itself by spending 5 feet of its movement on its turn. It does so after it drains 8 HP of blood from the target or the target dies. A creature, including the target, can use its action to detach the stirge.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "",
+ "reactions_json": "[{\"name\":\"Reactive Wiggle\",\"desc\":\"When the stirge is the target of an attack from a creature within 5 feet of it while it is attached to a creature, the stirge can wiggle, exposing the flesh where it is attached. The attacker must succeed on a DC 12 DEX save or the attack targets the creature to which the stirge is attached instead of the stirge.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "stone_giant_bf",
+ "fields": {
+ "name": "Stone Giant",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "huge",
+ "type": "Giant",
+ "subtype": "",
+ "group": "Giants",
+ "alignment": "",
+ "armor_class": 17,
+ "armor_desc": "natural armor",
+ "hit_points": 156,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40}",
+ "environments_json": null,
+ "strength": 22,
+ "dexterity": 20,
+ "constitution": 26,
+ "intelligence": 10,
+ "wisdom": 18,
+ "charisma": 8,
+ "strength_save": 6,
+ "dexterity_save": 5,
+ "constitution_save": 8,
+ "intelligence_save": 0,
+ "wisdom_save": 4,
+ "charisma_save": -1,
+ "perception": 14,
+ "skills_json": "",
+ "damage_vulnerabilities": "thunder,Giant Attributes",
+ "damage_resistances": "lightning,petrified,Giant Attributes",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Giant",
+ "challenge_rating": "7",
+ "cr": 7.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The giant makes two Stony Fist or Rock attacks.\"},{\"name\":\"Stony Fist\",\"desc\":\"_Melee Weapon Attack:_ +9 to hit, reach 10 ft., one target. _Hit:_ 24 (4d8+6) bludgeoning damage. The target is grappled (escape DC 17) if it is a Large or smaller creature and the stone giant isn't already grappling a creature.\"},{\"name\":\"Rock\",\"desc\":\"_Ranged Weapon Attack:_ +9 to hit, range 60/240 ft., one target. _Hit:_ 28 (4d10+6) bludgeoning damage. If the target is a creature, it must succeed on a DC 17 STR save or be knocked prone.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Wrestle\",\"desc\":\"The stone giant performs one of the following wrestling maneuvers against one creature it is grappling. The target must succeed on a DC 17 STR save or suffer the listed effect until the stone giant uses this bonus action again or until the grapple ends.\\n- **Armbar.** The target has disadvantage on attack rolls and on checks made to escape the grapple.\\n- **Chinlock.** The target can't speak and can't cast spells with verbal components.\\n- **Takedown.** The target is knocked prone and restrained.\\n- **Throw.** The target is thrown up to 30 feet in a random direction and knocked prone, ending the grapple. If a thrown target strikes a solid surface, the target takes 3 (1d6) bludgeoning damage for every 10 feet it was thrown. If the target is thrown at another creature, that creature must succeed on a DC 17 DEX save or take the same damage and be knocked prone.\"}]",
+ "special_abilities_json": "[{\"name\":\"Giant Attributes\",\"desc\":\"The stone giant is resistant to the stunned condition, and it is vulnerable to the prone condition.\"},{\"name\":\"Stone Camouflage\",\"desc\":\"The giant's Stealth is 20 while in rocky terrain.\"}]",
+ "reactions_json": "[{\"name\":\"Missile Deflection\",\"desc\":\"If a creature the giant can see makes a ranged weapon attack against the giant, the giant can add 3 to its AC. If the attack misses, the giant can catch the missile, provided the attack included a projectile, and throw it back at the attacker, using the giant's normal ranged weapon attack bonus and the weapon's normal damage.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "stone_golem_bf",
+ "fields": {
+ "name": "Stone Golem",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Construct",
+ "subtype": "",
+ "group": "Golems",
+ "alignment": "",
+ "armor_class": 17,
+ "armor_desc": "natural armor",
+ "hit_points": 176,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 20,
+ "dexterity": 8,
+ "constitution": 28,
+ "intelligence": 2,
+ "wisdom": 10,
+ "charisma": 1,
+ "strength_save": 5,
+ "dexterity_save": -1,
+ "constitution_save": 9,
+ "intelligence_save": -4,
+ "wisdom_save": 0,
+ "charisma_save": -5,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "Golem Resilience",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft.",
+ "languages": "understands the languages of its creator but can't speak",
+ "challenge_rating": "10",
+ "cr": 10.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The golem makes three Slam attacks.\"},{\"name\":\"Slam\",\"desc\":\"_Melee Weapon Attack:_ +9 to hit, reach 5 ft., one target. _Hit:_ 21 (3d10+5) bludgeoning damage.\"},{\"name\":\"Slow (Recharge 6)\",\"desc\":\"The golem shares the plodding perception of timeless stone with those nearby, slowing all life to a crawl. Each creature within 10 feet of the golem must make a DC 17 WIS save. On a failure, a creature can't use reactions, its speed is halved, and it can't make more than one attack on its turn. In addition, the creature can take either an action or a bonus action on its turn, not both. These effects last for 1 minute. A creature can repeat the save at the end of each of its turns, ending the effect on itself on a success.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Rearrange Stone\",\"desc\":\"The stone golem rearranges some of the stone comprising its body, choosing one of the following arrangements. The arrangement lasts until the golem ends the effect as a bonus action, uses this bonus action again, or until it is incapacitated.\\n- **Jagged Stones.** The golem turns several of the stones on its body to point outward. Its AC is reduced by 2, and each time a creature within 5 feet of the golem hits it with a melee attack, the attacker takes 5 (2d4) piercing damage.\\n- **Protective Slabs.** The golem slides several flat stones around its body to protect its vulnerable areas. Its speed is reduced by 10 feet, and each time it takes damage, the damage is reduced by 5 (2d4).\"}]",
+ "special_abilities_json": "[{\"name\":\"Construct Nature\",\"desc\":\"The golem doesn't require air, food, drink, or sleep.\"},{\"name\":\"Golem Resilience\",\"desc\":\"The golem is immune to poison and psychic damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to exhaustion and to the charmed, frightened, paralyzed, petrified, and poisoned conditions.\"},{\"name\":\"Immutable Form\",\"desc\":\"The golem is immune to any spell or effect that would alter its form.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The golem has advantage on saves against spells and other magical effects.\"},{\"name\":\"Magic Weapons\",\"desc\":\"The golem's weapon attacks are magical.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "storm_giant_bf",
+ "fields": {
+ "name": "Storm Giant",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "huge",
+ "type": "Giant",
+ "subtype": "",
+ "group": "Giants",
+ "alignment": "",
+ "armor_class": 16,
+ "armor_desc": "scale mail",
+ "hit_points": 243,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":50,\"swim\":50}",
+ "environments_json": null,
+ "strength": 38,
+ "dexterity": 14,
+ "constitution": 30,
+ "intelligence": 16,
+ "wisdom": 28,
+ "charisma": 28,
+ "strength_save": 14,
+ "dexterity_save": 2,
+ "constitution_save": 10,
+ "intelligence_save": 3,
+ "wisdom_save": 9,
+ "charisma_save": 9,
+ "perception": 19,
+ "skills_json": "",
+ "damage_vulnerabilities": "Giant Attributes",
+ "damage_resistances": "cold,Giant Attributes",
+ "damage_immunities": "lightning,thunder",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "Common,Giant",
+ "challenge_rating": "13",
+ "cr": 13.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The giant makes three Greatsword attacks, or it makes four Lightning Bolt attacks.\"},{\"name\":\"Greatsword\",\"desc\":\"_Melee Weapon Attack:_ +14 to hit, reach 10 ft., one target. _Hit:_ 30 (6d6+9) slashing damage.\"},{\"name\":\"Lightning Bolt\",\"desc\":\"_Ranged Spell Attack:_ +9 to hit, range 150 ft., one target. _Hit:_ 22 (4d8+4) lightning damage. If the giant scores a critical hit, the target must succeed on a DC 17 CON save or be paralyzed until the end of its next turn.\"},{\"name\":\"Thunderous Strike (Recharge 5-6)\",\"desc\":\"The giant hurls a magical lightning bolt at a point it can see within 500 feet of it. Each creature within 10 feet of that point must make a DC 17 DEX save. On a failure, a creature takes 36 (8d8) lightning damage and 21 (6d6) thunder damage and is stunned until the end of its next turn. On a success, a creature takes half the damage and isn't stunned.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The giant can breathe air and water.\"},{\"name\":\"Giant Attributes\",\"desc\":\"The giant is resistant to the stunned condition, and it is vulnerable to the prone condition.\"},{\"name\":\"Influence Weather\",\"desc\":\"Nearby weather responds to the storm giant's desires. At the start of each minute, the storm giant can choose to change the precipitation, temperature, and wind within 3 miles of it by one stage, up or down (no action required). This effect works like the changing weather conditions aspect of the control weather spell, except the conditions change immediately and the storm giant can't change the temperature by more than one stage up or down from the area's standard temperature.\"},{\"name\":\"Stormsight\",\"desc\":\"The storm giant can see through areas obscured by clouds, fog, rain, snow, and storms without penalty.\"},{\"name\":\"Updraft\",\"desc\":\"While in an area open to the sky, the storm giant has a flying speed of 30 feet.\"}]",
+ "reactions_json": "[{\"name\":\"Stormy Rebuke\",\"desc\":\"When a creature the storm giant can see hits it with a melee attack while within 5 feet of the giant, the giant can send a stormy blast at the creature. The attacker must succeed on a DC 17 STR save or be pushed up to 15 feet away from the giant and knocked prone.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "succubus_bf",
+ "fields": {
+ "name": "Succubus",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Fiend",
+ "subtype": "Shapechanger",
+ "group": null,
+ "alignment": "",
+ "armor_class": 15,
+ "armor_desc": "natural armor",
+ "hit_points": 79,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"fly\":60}",
+ "environments_json": null,
+ "strength": 8,
+ "dexterity": 16,
+ "constitution": 12,
+ "intelligence": 14,
+ "wisdom": 12,
+ "charisma": 24,
+ "strength_save": -1,
+ "dexterity_save": 3,
+ "constitution_save": 1,
+ "intelligence_save": 2,
+ "wisdom_save": 1,
+ "charisma_save": 7,
+ "perception": 15,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "cold,fire,lightning,poison; bludgeoning,piercing,and slashing damage from nonmagical attacks,frightened,poisoned",
+ "damage_immunities": "charmed",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Abyssal,Common,Infernal,telepathy 60 ft.",
+ "challenge_rating": "4",
+ "cr": 4.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The succubus makes two Claw attacks or one Claw attack and one Draining Kiss attack. It can replace one attack with Charm.\"},{\"name\":\"Claw (Fiend Form Only)\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) slashing damage plus 7 (2d6) psychic damage.\"},{\"name\":\"Draining Kiss\",\"desc\":\"Melee Spell Attack: +7 to hit, reach 5 ft., one willing creature, or a creature that is charmed, incapacitated, or restrained. _Hit:_ 15 (3d6+5) psychic damage, and the target's HP maximum is reduced by an amount equal to the damage taken. This reduction lasts until the target finishes a long rest. The target dies if this effect reduces its HP maximum to 0.\"},{\"name\":\"Charm\",\"desc\":\"One Humanoid the succubus can see within 30 feet of it must succeed on a DC 15 WIS save or be magically charmed for 1 day, until the succubus dies, or until the succubus takes a bonus action to end the effect. The charmed target obeys the succubus's verbal or telepathic commands. If the target suffers any harm or receives a suicidal command, it can repeat the save, ending the effect on itself on a success. If the target successfully saves against the effect, or if the effect on it ends, the target is immune to this succubus's Charm for the next 24 hours.
The succubus can have only one target charmed at a time. If it charms another, the effect on the previous target ends.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The succubus transforms into a Small or Medium Humanoid or back into its true form, which is Fiend. Without wings, it loses its flying speed. Its statistics, other than its size, are the same in each form. Any equipment it is wearing or carrying isn't transformed. It reverts to its true form if it dies.\"},{\"name\":\"Etherealness\",\"desc\":\"The succubus magically enters the Ethereal Plane from the Material Plane, or vice versa.\"}]",
+ "special_abilities_json": "[{\"name\":\"Telepathic Bond\",\"desc\":\"The succubus ignores the range restriction on its telepathy when communicating with a creature it has charmed. The two don't even need to be on the same plane of existence.\"}]",
+ "reactions_json": "[{\"name\":\"Defend Me, Love!\",\"desc\":\"When a creature the succubus can see within 5 feet of a creature charmed by the succubus attacks the succubus, the succubus can command the charmed creature to use its reaction to make one melee weapon attack against the attacker.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "tarrasque_bf",
+ "fields": {
+ "name": "Tarrasque",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "gargantuan",
+ "type": "Monstrosity",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 25,
+ "armor_desc": "natural armor",
+ "hit_points": 680,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40,\"burrow\":30}",
+ "environments_json": null,
+ "strength": 30,
+ "dexterity": 16,
+ "constitution": 30,
+ "intelligence": 20,
+ "wisdom": 28,
+ "charisma": 28,
+ "strength_save": 10,
+ "dexterity_save": 3,
+ "constitution_save": 10,
+ "intelligence_save": 5,
+ "wisdom_save": 9,
+ "charisma_save": 9,
+ "perception": 19,
+ "skills_json": "",
+ "damage_vulnerabilities": "thunder",
+ "damage_resistances": "Monstrosity Resilience",
+ "damage_immunities": "fire,poison; bludgeoning,piercing,and slashing damage from nonmagical attacks,charmed,frightened,paralyzed,poisoned",
+ "condition_immunities": "",
+ "senses": "keensense 120 ft.",
+ "languages": "-",
+ "challenge_rating": "30",
+ "cr": 30.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The tarrasque uses its Frightful Presence. It then makes one Bite attack, four Claw attacks, and one Spiked Tail attack, or it makes five Acid Spit attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +19 to hit, reach 10 ft., one target. _Hit:_ 36 (4d12+10) piercing damage. If the target is a creature, it must succeed on a DC 27 DEX save or be swallowed by the tarrasque. A swallowed creature is blinded and restrained, it has total cover against attacks and other effect outside of the tarrasque, and it takes 42 (12d6) acid damage at the start of each of the tarrasque's turns. If the tarrasque takes 60 damage or more on a single turn from a creature inside it, the tarrasque must succeed on a DC 20 CON save at the end of that turn or regurgitate all swallowed creatures, which fall prone in a space within 10 feet of the tarrasque. If the tarrasque dies, a swallowed creature is no longer restrained by it and can escape from the corpse using 20 feet of movement, exiting prone.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +19 to hit, reach 15 ft., one target. _Hit:_ 28 (4d8+10) slashing damage.\"},{\"name\":\"Spiked Tail\",\"desc\":\"_Melee Weapon Attack:_ +19 to hit, reach 20 ft., one target. _Hit:_ 20 (3d6+10) bludgeoning damage and 13 (3d8) piercing damage. If the target is a creature, it must succeed on a DC 27 STR save or be knocked prone.\"},{\"name\":\"Acid Spit\",\"desc\":\"_Ranged Weapon Attack:_ +12 to hit, range 100/400 ft., one target. _Hit:_ 36 (6d10+3) acid damage.\"},{\"name\":\"Frightful Presence\",\"desc\":\"Each creature of the tarrasque's choice within 120 feet of it and aware of it must succeed on a DC 27 WIS save or be frightened for 1 minute. A creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. If a creature's save is successful or the effect ends for it, the creature is immune to the tarrasque's Frightful Presence for the next 24 hours.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the tarrasque fails a save, it can choose to succeed instead.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The tarrasque has advantage on saves against spells and other magical effects.\"},{\"name\":\"Monstrosity Resilience\",\"desc\":\"The tarrasque is resistant to exhaustion.\"},{\"name\":\"Reflective Hide\",\"desc\":\"Any time the tarrasque is targeted by a magic missile spell, a line spell, or a spell that requires a ranged attack roll, roll a d6. On a 1 to 5, the tarrasque is unaffected. On a 6, the tarrasque is unaffected, and the effect is reflected back at the caster as though it originated from the tarrasque, turning the caster into the target.\"},{\"name\":\"Siege Behemoth\",\"desc\":\"The tarrasque deals triple damage to objects and structures.\"}]",
+ "reactions_json": null,
+ "legendary_desc": "The tarrasque can take 3 legendary actions, choosing from the options below. Only one legendary action option can be used at a time and only at the end of another creature's turn. The tarrasque regains spent legendary actions at the start of its turn.",
+ "legendary_actions_json": "[{\"name\":\"Detect\",\"desc\":\"The tarrasque automatically detects every creature and trap within 60 feet of it, pinpointing the current location of each.\"},{\"name\":\"Move\",\"desc\":\"The tarrasque moves up to its speed without provoking opportunity attacks.\"},{\"name\":\"Tail Attack\",\"desc\":\"The tarrasque makes one Tail attack.\"},{\"name\":\"Tail Swipe (Costs 2 Actions)\",\"desc\":\"The tarrasque whips its spiked tail in a wide arc, flailing it in a 30-foot cone. Each creature in that area must make a DC 27 DEX save. On a failure, a creature takes 45 (10d8) piercing damage and is knocked prone. On a success, a creature takes half the damage and isn't knocked prone.\"}]",
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "thug_bf",
+ "fields": {
+ "name": "Thug",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Humanoid",
+ "subtype": "Any Lineage",
+ "group": "NPCs",
+ "alignment": "",
+ "armor_class": 11,
+ "armor_desc": "leather armor",
+ "hit_points": 25,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 14,
+ "dexterity": 10,
+ "constitution": 14,
+ "intelligence": 10,
+ "wisdom": 10,
+ "charisma": 10,
+ "strength_save": 2,
+ "dexterity_save": 0,
+ "constitution_save": 2,
+ "intelligence_save": 0,
+ "wisdom_save": 0,
+ "charisma_save": 0,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "any one language (usually Common)",
+ "challenge_rating": "1/2",
+ "cr": 0.5,
+ "actions_json": "[{\"name\":\"Club\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 7 (2d4+2) bludgeoning damage.\"},{\"name\":\"Heavy Crossbow\",\"desc\":\"_Ranged Weapon Attack:_ +2 to hit, range 100/400 ft., one target. _Hit:_ 5 (1d10) piercing damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Sucker Punch\",\"desc\":\"The thug employs unscrupulous tactics to hit its opponent in a vulnerable spot. One creature the thug can see within 5 feet of it must make a DC 12 DEX save. On a failure, the target takes 2 (1d4) bludgeoning damage.\"}]",
+ "special_abilities_json": "[{\"name\":\"Brutal\",\"desc\":\"A melee weapon deals one extra die of its damage when the thug hits with it (included in the attack).\"},{\"name\":\"Pack Tactics\",\"desc\":\"The thug has advantage on attack rolls against a creature if at least one of the thug's allies is within 5 feet of the creature and the ally isn't incapacitated.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "tiger_bf",
+ "fields": {
+ "name": "Tiger",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": null,
+ "hit_points": 38,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 14,
+ "constitution": 14,
+ "intelligence": 2,
+ "wisdom": 12,
+ "charisma": 8,
+ "strength_save": 3,
+ "dexterity_save": 2,
+ "constitution_save": 2,
+ "intelligence_save": -4,
+ "wisdom_save": 1,
+ "charisma_save": -1,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "-",
+ "challenge_rating": "1",
+ "cr": 1.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The tiger makes one Bite attack and one Claws attack. If both attacks hit one creature, the target must succeed on a DC 13 CON save at the start of its next turn or lose 5 (2d4) HP, as the wound continues bleeding.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one creature. _Hit:_ 6 (1d6+3) piercing damage.\"},{\"name\":\"Claws\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 5 (1d4+3) slashing damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Heightened Smell\",\"desc\":\"The tiger's Perception is 18 when perceiving by smell.\"},{\"name\":\"Pounce\",\"desc\":\"If the tiger moves at least 20 feet straight toward a creature and then hits it with a Claws attack on the same turn, that target must succeed on a DC 13 STR save or be knocked prone. If the target is prone, the tiger can make one Bite attack against it as a bonus action.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "tiger_sabertoothed_bf",
+ "fields": {
+ "name": "Tiger, Saber-Toothed",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": null,
+ "hit_points": 63,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40}",
+ "environments_json": null,
+ "strength": 18,
+ "dexterity": 14,
+ "constitution": 14,
+ "intelligence": 2,
+ "wisdom": 12,
+ "charisma": 8,
+ "strength_save": 4,
+ "dexterity_save": 2,
+ "constitution_save": 2,
+ "intelligence_save": -4,
+ "wisdom_save": 1,
+ "charisma_save": -1,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "-",
+ "challenge_rating": "2",
+ "cr": 2.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The tiger makes one Bite attack and one Claws attack.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one creature. _Hit:_ 9 (1d10+4) piercing damage, and the target must succeed on a DC 14 DEX save or suffer a puncture wound. A creature suffering a puncture wound loses 5 (1d10) HP at the start of each of its turns as the wound bleeds excessively. Any creature can take an action to stanch the wound with a successful DC 12 WIS (Medicine) check. The wound also closes if the target receives magical healing.\"},{\"name\":\"Claws\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 9 (2d4+4) slashing damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Heightened Smell\",\"desc\":\"The tiger's Perception is 18 when perceiving by smell.\"},{\"name\":\"Pounce\",\"desc\":\"If the tiger moves at least 20 feet straight toward a creature and then hits it with a Claws attack on the same turn, that target must succeed on a DC 14 STR save or be knocked prone. If the target is prone, the tiger can make one Claws attack against it as a bonus action.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "treant_bf",
+ "fields": {
+ "name": "Treant",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "huge",
+ "type": "Plant",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 16,
+ "armor_desc": "natural armor",
+ "hit_points": 185,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 22,
+ "dexterity": 8,
+ "constitution": 28,
+ "intelligence": 12,
+ "wisdom": 24,
+ "charisma": 12,
+ "strength_save": 6,
+ "dexterity_save": -1,
+ "constitution_save": 9,
+ "intelligence_save": 1,
+ "wisdom_save": 7,
+ "charisma_save": 1,
+ "perception": 17,
+ "skills_json": "",
+ "damage_vulnerabilities": "fire",
+ "damage_resistances": "bludgeoning,piercing,Plant Resilience",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "tremorsense 30 ft.",
+ "languages": "Common,Druidic,Elvish,Sylvan",
+ "challenge_rating": "9",
+ "cr": 9.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The treant makes three Slam attacks, or it makes two Throw Rock attacks. If two Slam attacks hit one creature, the target must succeed on a DC 17 STR save or be knocked prone.\"},{\"name\":\"Slam\",\"desc\":\"_Melee Weapon Attack:_ +10 to hit, reach 5 ft., one target. _Hit:_ 22 (4d6+6) bludgeoning damage.\"},{\"name\":\"Throw Rock\",\"desc\":\"_Ranged Weapon Attack:_ +10 to hit, range 60/180 ft., one target. _Hit:_ 33 (5d10+6) bludgeoning damage.\"},{\"name\":\"Animate Trees (1/Day)\",\"desc\":\"The treant magically animates 2 trees or 2d6 shrubs it can see within 60 feet of it. The trees use the statistics of an **awakened tree**, and the shrubs use the statistics of an **awakened shrub**. The animated plants act as allies of the treant, obeying its spoken commands. The plants remain for 1 hour, until the treant dies, or until the treant dismisses them as a bonus action.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Halt Intruders\",\"desc\":\"The treant calls to the roots beneath up to two creatures it can see within 30 feet of it. Each target must succeed on a DC 17 STR save or be restrained by roots until the end of its next turn. The treant can target only creatures in contact with the ground and can't target creatures in contact with a manufactured floor, such as the wooden floor of a building.\"}]",
+ "special_abilities_json": "[{\"name\":\"False Appearance\",\"desc\":\"While the treant remains motionless, it is indistinguishable from a normal tree.\"},{\"name\":\"Plant Resilience\",\"desc\":\"The treant is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.\"},{\"name\":\"Siege Monster\",\"desc\":\"The treant deals double damage to objects and structures.\"},{\"name\":\"Speak with Plants\",\"desc\":\"The treant can communicate with Plants and nonmagical plants as if they shared a language.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "triceratops_bf",
+ "fields": {
+ "name": "Triceratops",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "huge",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Dinosaurs",
+ "alignment": "",
+ "armor_class": 13,
+ "armor_desc": "natural armor",
+ "hit_points": 126,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":50}",
+ "environments_json": null,
+ "strength": 22,
+ "dexterity": 8,
+ "constitution": 16,
+ "intelligence": 2,
+ "wisdom": 10,
+ "charisma": 4,
+ "strength_save": 6,
+ "dexterity_save": -1,
+ "constitution_save": 3,
+ "intelligence_save": -4,
+ "wisdom_save": 0,
+ "charisma_save": -3,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "-",
+ "challenge_rating": "5",
+ "cr": 5.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The triceratops makes two Gore attacks.\"},{\"name\":\"Gore\",\"desc\":\"_Melee Weapon Attack:_ +9 to hit, reach 5 ft., one target. _Hit:_ 19 (3d8+6) piercing damage.\"},{\"name\":\"Stomp\",\"desc\":\"_Melee Weapon Attack:_ +9 to hit, reach 5 ft., one prone creature. _Hit:_ 17 (2d10+6) bludgeoning damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Warning Bugle\",\"desc\":\"The triceratops emits a piercing call in a 30-foot cone, signaling its impending attack. Each creature in the area must succeed on a DC 14 WIS save or be frightened until the end of its next turn. If the triceratops uses this bonus action before moving the requisite 20 feet for Trampling Charge, the target of its charge has disadvantage on this save, and the triceratops can make a Stomp attack against the prone target without needing to use a bonus action, provided the target fails the STR save from the charge.\"}]",
+ "special_abilities_json": "[{\"name\":\"Hardy\",\"desc\":\"Any critical hit against the dinosaur becomes a normal hit.\"},{\"name\":\"Trampling Charge\",\"desc\":\"If the triceratops moves at least 20 feet straight toward a creature and then hits it with a Gore attack on the same turn, that target must succeed on a DC 14 STR save or be knocked prone. If the target is prone, the triceratops can make one Stomp attack against it as a bonus action.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "troll_bf",
+ "fields": {
+ "name": "Troll",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Giant",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 15,
+ "armor_desc": "natural armor",
+ "hit_points": 94,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 18,
+ "dexterity": 12,
+ "constitution": 20,
+ "intelligence": 6,
+ "wisdom": 8,
+ "charisma": 6,
+ "strength_save": 4,
+ "dexterity_save": 1,
+ "constitution_save": 5,
+ "intelligence_save": -2,
+ "wisdom_save": -1,
+ "charisma_save": -2,
+ "perception": 12,
+ "skills_json": "",
+ "damage_vulnerabilities": "Giant Attributes",
+ "damage_resistances": "Giant Attributes",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Giant",
+ "challenge_rating": "5",
+ "cr": 5.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The troll makes one Bite attack and two Claw attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8+4) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 10 ft., one target. _Hit:_ 11 (2d6+4) piercing damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Ravenous Frenzy (52 HP or Fewer)\",\"desc\":\"Desperate for a meal as its injuries mount, the troll moves up to half its speed and makes one Bite attack against a creature it can see within range. The troll then regains HP equal to half the damage dealt.\"}]",
+ "special_abilities_json": "[{\"name\":\"Giant Attributes\",\"desc\":\"The troll is resistant to the stunned condition, and it is vulnerable to the prone condition.\"},{\"name\":\"Heightened Smell\",\"desc\":\"The troll's Perception is 17 while perceiving by smell.\"},{\"name\":\"Regeneration\",\"desc\":\"The troll regains 10 HP at the start of its turn. If the troll takes acid or fire damage, this trait doesn't function at the start of the troll's next turn. The troll dies only if it starts its turn with 0 HP and doesn't regenerate.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "tyrannosaurus_rex_bf",
+ "fields": {
+ "name": "Tyrannosaurus Rex",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "huge",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Dinosaurs",
+ "alignment": "",
+ "armor_class": 13,
+ "armor_desc": "natural armor",
+ "hit_points": 184,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":50}",
+ "environments_json": null,
+ "strength": 26,
+ "dexterity": 10,
+ "constitution": 18,
+ "intelligence": 2,
+ "wisdom": 12,
+ "charisma": 8,
+ "strength_save": 8,
+ "dexterity_save": 0,
+ "constitution_save": 4,
+ "intelligence_save": -4,
+ "wisdom_save": 1,
+ "charisma_save": -1,
+ "perception": 14,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "-",
+ "challenge_rating": "8",
+ "cr": 8.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The tyrannosaurus makes one Bite attack and one Tail attack. It can't make both attacks against the same target.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +8 to hit, reach 10 ft., one creature. _Hit:_ 31 (4d12+5) piercing damage. If the target is a Large or smaller creature, it is grappled (escape DC 16). Until this grapple ends, the target is restrained, and the tyrannosaurus can't Bite another target.\"},{\"name\":\"Tail\",\"desc\":\"_Melee Weapon Attack:_ +8 to hit, reach 10 ft., one creature. _Hit:_ 23 (4d8+5) bludgeoning damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Rending Shake\",\"desc\":\"While grappling a creature, the tyrannosaurus shakes its head, tearing at the creature. The grappled creature must succeed on a DC 16 STR save or take 6 (1d12) slashing damage and be thrown up to 20 feet in a random direction and knocked prone. If the thrown target strikes a solid surface, the target takes 3 (1d6) bludgeoning damage for every 10 feet it was thrown. If the target is thrown at another creature, that creature must succeed on a DC 16 DEX save or take the same damage and be knocked prone.\"}]",
+ "special_abilities_json": "[{\"name\":\"Hardy\",\"desc\":\"Any critical hit against the dinosaur becomes a normal hit.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "unicorn_bf",
+ "fields": {
+ "name": "Unicorn",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Celestial",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": null,
+ "hit_points": 92,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":50}",
+ "environments_json": null,
+ "strength": 18,
+ "dexterity": 14,
+ "constitution": 14,
+ "intelligence": 10,
+ "wisdom": 22,
+ "charisma": 22,
+ "strength_save": 4,
+ "dexterity_save": 2,
+ "constitution_save": 2,
+ "intelligence_save": 0,
+ "wisdom_save": 6,
+ "charisma_save": 6,
+ "perception": 16,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Celestial Resilience",
+ "damage_immunities": "poison,charmed,frightened,paralyzed,poisoned",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Celestial,Elvish,Sylvan,telepathy 60 ft.",
+ "challenge_rating": "5",
+ "cr": 5.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The unicorn makes one Hooves attack and one Horn attack, or it makes two Horn Bolt attacks.\"},{\"name\":\"Hooves\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6+4) bludgeoning damage.\"},{\"name\":\"Horn\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 8 (1d8+4) piercing damage plus 10 (3d6) radiant damage.\"},{\"name\":\"Horn Bolt\",\"desc\":\"_Ranged Spell Attack:_ +6 to hit, range 60 ft., one target. _Hit:_ 13 (3d6+3) radiant damage.\"},{\"name\":\"Unicorn Magic\",\"desc\":\"The unicorn can cast the dancing lights and druidcraft cantrips at will, requiring no material components and using WIS as the spellcasting ability.\"},{\"name\":\"Healing Touch (3/Day)\",\"desc\":\"The unicorn touches another creature with its horn. The target magically regains 11 (2d8+2) HP and is freed from all curses, diseases, and poisons afflicting it.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Celestial Resilience\",\"desc\":\"The unicorn is resistant to radiant damage.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The unicorn has advantage on saves against spells and other magical effects.\"},{\"name\":\"Magic Weapons\",\"desc\":\"The unicorn's weapon attacks are magical.\"},{\"name\":\"Sense the Unnatural\",\"desc\":\"The unicorn can pinpoint the location of Aberrations and Undead within 60 feet of it.\"},{\"name\":\"Speak with Beasts and Plants\",\"desc\":\"The unicorn can communicate with Beasts and Plants as if they shared a language.\"},{\"name\":\"Woodland Walk\",\"desc\":\"Difficult terrain composed of nonmagical plants doesn't cost the unicorn extra movement. In addition, the unicorn can pass through nonmagical plants without being slowed by them and without taking damage from them if they have thorns, spines, or a similar hazard.\"}]",
+ "reactions_json": "[{\"name\":\"Shimmering Shield\",\"desc\":\"When a creature the unicorn can see within 30 feet of it, including the unicorn, is attacked, the unicorn can surround it with a shimmering shield of radiant light. The target adds 3 to its AC against the attack.\"}]",
+ "legendary_desc": "The unicorn can take 3 legendary actions, choosing from the options below. Only one legendary action option can be used at a time and only at the end of another creature's turn. The unicorn regains spent legendary actions at the start of its turn.",
+ "legendary_actions_json": "[{\"name\":\"Canter\",\"desc\":\"The unicorn moves up to half is speed without provoking opportunity attacks.\"},{\"name\":\"Radiant Stomp (Costs 2 Actions)\",\"desc\":\"The unicorn raises its hooves glowing with golden light and brings them down with a reverberating stomp. Each hostile creature within 10 feet of the unicorn must make a DC 14 STR save. On a failure, a creature takes 10 (3d6) radiant damage and is knocked prone. On a success, a creature takes half the damage and isn't knocked prone.\"},{\"name\":\"Heal Self (Costs 3 Actions)\",\"desc\":\"The unicorn magically regains 11 (2d8+2) HP.\"}]",
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "unska_bf",
+ "fields": {
+ "name": "Unska",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Fiend",
+ "subtype": "Demon",
+ "group": "Demons",
+ "alignment": "",
+ "armor_class": 17,
+ "armor_desc": "natural armor",
+ "hit_points": 88,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":20,\"climb\":20}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 14,
+ "constitution": 14,
+ "intelligence": 8,
+ "wisdom": 10,
+ "charisma": 14,
+ "strength_save": 3,
+ "dexterity_save": 2,
+ "constitution_save": 2,
+ "intelligence_save": -1,
+ "wisdom_save": 0,
+ "charisma_save": 2,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Demonic Resilience",
+ "damage_immunities": "charmed,frightened,Demonic Resilience",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Abyssal,Common",
+ "challenge_rating": "5",
+ "cr": 5.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The unska makes two Claw attacks and one Tongue attack, or it makes three Ink Blast attacks.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) slashing damage plus 3 (1d6) poison damage, and the target must succeed on a DC 14 CON save or be poisoned for 1 minute. While poisoned, the target has disadvantage on saves against the unska's Whirl of Ink. The target can repeat the save at the end of each of its turns, ending the effect on itself on a success.\"},{\"name\":\"Tongue\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 10 ft., one target. _Hit:_ 12 (2d8+3) piercing damage. The target must succeed on a DC 14 CON save, or its HP maximum is reduced by an amount equal to the damage taken. This reduction lasts until the target finishes a long rest. The target dies if its HP maximum is reduced to 0.\"},{\"name\":\"Ink Blast\",\"desc\":\"_Ranged Spell Attack:_ +5 to hit, range 60 ft., one target. _Hit:_ 12 (3d6+2) poison damage, and the target must succeed on a DC 14 CON save or have disadvantage on the next save it makes against the unska's Whirl of Ink before the start of the unska's next turn.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Whirl of Ink\",\"desc\":\"Tattoos leap off the unska's body and latch onto a creature the unska can see within 30 feet of it. The target must succeed on a DC 14 WIS save or be charmed, disoriented, or frightened (the unska's choice) until the end of its next turn. When a disoriented creature moves, it moves in a random direction.\"}]",
+ "special_abilities_json": "[{\"name\":\"Demonic Resilience\",\"desc\":\"The unska is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The unska has advantage on saves against spells and other magical effects.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "vampire_bf",
+ "fields": {
+ "name": "Vampire",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Undead",
+ "subtype": "Shapechanger",
+ "group": "Vampires",
+ "alignment": "",
+ "armor_class": 16,
+ "armor_desc": "natural armor",
+ "hit_points": 177,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"climb\":30,\"fly\":30,\"swim\":20}",
+ "environments_json": null,
+ "strength": 18,
+ "dexterity": 28,
+ "constitution": 18,
+ "intelligence": 16,
+ "wisdom": 24,
+ "charisma": 28,
+ "strength_save": 4,
+ "dexterity_save": 9,
+ "constitution_save": 4,
+ "intelligence_save": 3,
+ "wisdom_save": 7,
+ "charisma_save": 9,
+ "perception": 17,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "necrotic; bludgeoning,piercing,and slashing damage from nonmagical attacks,charmed",
+ "damage_immunities": "Vampiric Resilience",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft.",
+ "languages": "the languages it knew in life",
+ "challenge_rating": "13",
+ "cr": 13.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The vampire can use Charm. It then makes three Bite or Claw attacks. It can replace one attack with a Draining Bite attack. If two Claw attacks hit one Large or smaller creature, the target is grappled (escape DC 17).\"},{\"name\":\"Bite (Bat, Rat, or Wolf Form Only)\",\"desc\":\"_Melee Weapon Attack:_ +9 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6+4) piercing damage plus 14 (4d6) necrotic damage.\"},{\"name\":\"Claw (Vampire Form Only)\",\"desc\":\"_Melee Weapon Attack:_ +9 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6+4) slashing damage plus 14 (4d6) necrotic damage.\"},{\"name\":\"Draining Bite (Bat or Vampire Form Only)\",\"desc\":\"Melee Weapon Attack: +9 to hit, reach 5 ft., one willing creature, or a creature that is grappled by the vampire, incapacitated, or restrained. _Hit:_ 9 (2d4+4) piercing damage plus 14 (4d6) necrotic damage. The target's HP maximum is reduced by an amount equal to the necrotic damage taken, and the vampire regains HP equal to that amount. The reduction lasts until the target finishes a long rest. The target dies if this effect reduces its HP maximum to 0. A Humanoid slain in this way and then fed at least one drop of the vampire's blood rises the following night as a **vampire spawn** under the vampire's control.\"},{\"name\":\"Charm (Vampire Form Only)\",\"desc\":\"One Humanoid the vampire can see within 30 feet of it must succeed on a DC 17 WIS save or be magically charmed for 1 day, until the vampire dies, or until the vampire takes a bonus action to end the effect. The charmed target obeys the vampire's verbal commands and is a willing target for the vampire's Draining Bite attack. If the target suffers any harm or receives a suicidal command, it can repeat the save, ending the effect on itself on a success.
The vampire can have up to two creatures charmed in this way at a time. If it charms a third, the effect on the first target ends.\"},{\"name\":\"Children of the Night\",\"desc\":\"The vampire magically calls 2d4 **swarms of bats** or **rats**, provided that the sun isn't up. While outdoors, the vampire can call 3d6 **wolves** instead. The called creatures arrive in 1d4 rounds, acting as allies of the vampire and obeying its spoken commands. The Beasts remain for 1 hour, until the vampire dies, or until the vampire dismisses them as a bonus action. The vampire can have any number of such Beasts under its control at one time, provided the combined total CR of the Beasts is no higher than 4.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The vampire transforms into a Tiny bat, Tiny rat, Medium wolf, or back into its true form, which is Undead. Its statistics, other than its size and speed, are the same in each form. Any equipment it is wearing transforms with it, but anything it is carrying doesn't transform with it. It reverts to its true form if it dies.\"},{\"name\":\"Mist Form\",\"desc\":\"The vampire transforms into a Medium cloud of mist or back into its true form, which is Undead. While in mist form, it can't take any actions, speak, or manipulate objects. It is weightless, has a flying speed of 20 feet, can hover, and can enter a hostile creature's space and stop there. In addition, if air can pass through a space, the mist can do so without squeezing, and it can't pass through water. It has advantage on STR, DEX, and CON saves, and it is immune to all nonmagical damage, except the damage it takes from sunlight.\"}]",
+ "special_abilities_json": "[{\"name\":\"Hungry Dead Nature\",\"desc\":\"The vampire doesn't require air or sleep. In addition, it must consume at least 80 ounces of blood (approximately half the blood in a Medium Humanoid's body) every 24 hours, or it loses its immunity to exhaustion and risks starvation until it does so. While it has any levels of exhaustion from starvation, the vampire can't remove levels of exhaustion until it consumes at least 160 ounces of blood.\"},{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the vampire fails a save, it can choose to succeed instead.\"},{\"name\":\"Misty Escape\",\"desc\":\"When it drops to 0 HP outside its resting place, the vampire transforms into a cloud of mist (as in the Mist Form bonus action) instead of falling unconscious, provided it isn't in sunlight or running water. If it can't transform, it is destroyed. While it has 0 HP in mist form, it can't revert to its vampire form, and it must reach its resting place within 2 hours or be destroyed. Once in its resting place, it reverts to its vampire form. It is then paralyzed until it regains at least 1 HP. After spending 1 hour in its resting place with 0 HP, it regains 1 HP.\"},{\"name\":\"Regeneration\",\"desc\":\"The vampire regains 20 HP at the start of its turn if it has at least 1 HP and isn't in sunlight or running water. If the vampire takes radiant damage or damage from holy water, this trait doesn't function at the start of the vampire's next turn.\"},{\"name\":\"Resting Place\",\"desc\":\"The vampire has a coffin, grave, sarcophagus, or similar location just large enough for it to lie down designated as its resting place. While in its resting place, the vampire doesn't suffer exhaustion levels from starvation and has keensense out to a range of 120 feet.\"},{\"name\":\"Spider Climb\",\"desc\":\"The vampire can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.\"},{\"name\":\"Vampire Weaknesses\",\"desc\":\"The vampire has the following flaws:\\n- **Forbiddance.** The vampire can't enter a residence without an invitation from one of the occupants.\\n- **Harmed by Running Water.** The vampire takes 20 acid damage if it ends its turn in running water.\"},{\"name\":\"Stake to the Heart\",\"desc\":\"If a piercing weapon made of wood is driven into the vampire's heart while the vampire is incapacitated in its resting place, the vampire is paralyzed until the stake is removed.\"},{\"name\":\"Sunlight Hypersensitivity\",\"desc\":\"The vampire takes 20 radiant damage when it starts its turn in sunlight. While in sunlight, it has disadvantage on attack rolls and ability checks.\"},{\"name\":\"Vampiric Resilience\",\"desc\":\"The vampire is immune to exhaustion.\"}]",
+ "reactions_json": null,
+ "legendary_desc": "The vampire can take 3 legendary actions, choosing from the options below. Only one legendary action option can be used at a time and only at the end of another creature's turn. The vampire regains spent legendary actions at the start of its turn.",
+ "legendary_actions_json": "[{\"name\":\"Move\",\"desc\":\"The vampire moves up to its speed without provoking opportunity attacks.\"},{\"name\":\"Call Children (Costs 2 Actions)\",\"desc\":\"The vampire uses Children of the Night.\"},{\"name\":\"Excessive Bleeding (Costs 2 Actions)\",\"desc\":\"Each creature within 15 feet of the vampire that doesn't have all its HP must succeed on a DC 17 CON save or lose 14 (4d6) HP as its wounds bleed profusely. Before the end of its next turn, the vampire has advantage on the next attack roll it makes against a creature that failed this save.\"}]",
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "vampire_spawn_bf",
+ "fields": {
+ "name": "Vampire Spawn",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Undead",
+ "subtype": "",
+ "group": "Vampires",
+ "alignment": "",
+ "armor_class": 15,
+ "armor_desc": "natural armor",
+ "hit_points": 91,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"climb\":30}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 22,
+ "constitution": 16,
+ "intelligence": 10,
+ "wisdom": 16,
+ "charisma": 12,
+ "strength_save": 3,
+ "dexterity_save": 6,
+ "constitution_save": 3,
+ "intelligence_save": 0,
+ "wisdom_save": 3,
+ "charisma_save": 1,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "necrotic; bludgeoning,piercing,and slashing damage from nonmagical attacks",
+ "damage_immunities": "Vampiric Resilience",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "the languages it knew in life",
+ "challenge_rating": "5",
+ "cr": 5.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The vampire spawn makes two Claw attacks. It can replace one attack with a Draining Bite attack. If both Claw attacks hit one Large or smaller creature, the target is grappled (escape DC 14).\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one creature. _Hit:_ 8 (2d4+3) slashing damage plus 10 (3d6) necrotic damage.\"},{\"name\":\"Draining Bite\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one willing creature, or a creature that is grappled by the vampire, incapacitated, or restrained. _Hit:_ 8 (2d4+3) piercing damage plus 10 (3d6) necrotic damage. The target's HP maximum is reduced by an amount equal to the necrotic damage taken, and the vampire regains HP equal to that amount. The reduction lasts until the target finishes a long rest. The target dies if this effect reduces its HP maximum to 0.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Call Blood\",\"desc\":\"The vampire calls to the blood within one injured creature it can see within 10 feet of it, causing blood to pour from the creature's wounds. If the target doesn't have all its HP, it must make a DC 14 CON save, losing 7 (2d6) HP on a failed save, or losing half as much HP on a successful one. Before the end of its next turn, the vampire has advantage on the next attack roll it makes against a creature that failed the save.\"}]",
+ "special_abilities_json": "[{\"name\":\"Hungry Dead Nature\",\"desc\":\"As the **vampire**.\"},{\"name\":\"Regeneration\",\"desc\":\"The vampire spawn regains 10 HP at the start of its turn if it has at least 1 HP and isn't in sunlight or running water. If the vampire takes radiant damage or damage from holy water, this trait doesn't function at the start of the vampire's next turn.\"},{\"name\":\"Resting Place\",\"desc\":\"As the **vampire**.\"},{\"name\":\"Spider Climb\",\"desc\":\"As the **vampire**.\"},{\"name\":\"Vampire Weaknesses\",\"desc\":\"As the **vampire**.\"},{\"name\":\"Vampiric Resilience\",\"desc\":\"The vampire is immune to exhaustion.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "vampire_thrall_bf",
+ "fields": {
+ "name": "Vampire Thrall",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Humanoid",
+ "subtype": "Any Lineage",
+ "group": "Vampires",
+ "alignment": "",
+ "armor_class": 13,
+ "armor_desc": null,
+ "hit_points": 40,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"climb\":10}",
+ "environments_json": null,
+ "strength": 14,
+ "dexterity": 20,
+ "constitution": 18,
+ "intelligence": 10,
+ "wisdom": 12,
+ "charisma": 14,
+ "strength_save": 2,
+ "dexterity_save": 5,
+ "constitution_save": 4,
+ "intelligence_save": 0,
+ "wisdom_save": 1,
+ "charisma_save": 2,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "exhaustion",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 30 ft.",
+ "languages": "any one language (usually Common)",
+ "challenge_rating": "1",
+ "cr": 1.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The vampire thrall makes two Rapier attacks.\"},{\"name\":\"Rapier\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 7 (1d8+3) piercing damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Blood-Bound\",\"desc\":\"If the thrall has not consumed 1 ounce of blood from a vampire within the past week, it is poisoned for 1 week, and it loses darkvision and its Limited Regeneration, Spider Climb, and Sunlight Sensitivity traits until it consumes 1 ounce of vampire blood.\"},{\"name\":\"Limited Regeneration\",\"desc\":\"The thrall regains 2 HP at the start of its turn if it has at least 1 HP and isn't in sunlight. If the thrall takes radiant damage, this trait doesn't function at the start of the thrall's next turn.\"},{\"name\":\"Spider Climb\",\"desc\":\"The thrall can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.\"},{\"name\":\"Sunlight Sensitivity\",\"desc\":\"While in sunlight, the thrall has disadvantage on attack rolls, and its Perception is 8 when perceiving by sight.\"}]",
+ "reactions_json": "[{\"name\":\"Repay the Gift\",\"desc\":\"When a friendly vampire the thrall can see within 5 feet of it is hit by an attack that would reduce the vampire to 0 HP, the thrall can give some of its life force to save the vampire. The thrall loses 10 (3d6) HP, and the vampire regains HP equal to that amount.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "velociraptor_bf",
+ "fields": {
+ "name": "Velociraptor",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "small",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Dinosaurs",
+ "alignment": "",
+ "armor_class": 13,
+ "armor_desc": "natural armor",
+ "hit_points": 25,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 6,
+ "dexterity": 18,
+ "constitution": 12,
+ "intelligence": 4,
+ "wisdom": 12,
+ "charisma": 6,
+ "strength_save": -2,
+ "dexterity_save": 4,
+ "constitution_save": 1,
+ "intelligence_save": -3,
+ "wisdom_save": 1,
+ "charisma_save": -2,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "-",
+ "challenge_rating": "1/2",
+ "cr": 0.5,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The velociraptor makes one Bite attack and one Claws attack.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 5 (1d6+2) piercing damage. If the target is a Medium or smaller creature, it is grappled (escape DC 12). Until this grapple ends, the target is restrained, and the velociraptor can't Bite another target.\"},{\"name\":\"Claws\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 4 (1d4+2) slashing damage.\"},{\"name\":\"Maul\",\"desc\":\"The velociraptor uses its claws to rip into one creature it is grappling. The target must make a DC 12 STR save, taking 10 (4d4) slashing damage on a failed save, or half as much damage on a successful one.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Hardy\",\"desc\":\"Any critical hit against the dinosaur becomes a normal hit.\"},{\"name\":\"Pack Tactics\",\"desc\":\"The velociraptor has advantage on attack rolls against a creature if at least one of its allies is within 5 feet of the target and the ally isn't incapacitated.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "veteran_bf",
+ "fields": {
+ "name": "Veteran",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Humanoid",
+ "subtype": "Any Lineage",
+ "group": "NPCs",
+ "alignment": "",
+ "armor_class": 16,
+ "armor_desc": "breastplate",
+ "hit_points": 68,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 20,
+ "dexterity": 14,
+ "constitution": 14,
+ "intelligence": 10,
+ "wisdom": 10,
+ "charisma": 10,
+ "strength_save": 5,
+ "dexterity_save": 2,
+ "constitution_save": 2,
+ "intelligence_save": 0,
+ "wisdom_save": 0,
+ "charisma_save": 0,
+ "perception": 12,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "Common plus any one language",
+ "challenge_rating": "3",
+ "cr": 3.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The veteran makes two Longsword attacks and two Shortsword attacks, or it makes three Longsword attacks.\"},{\"name\":\"Longsword\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 7 (1d8+3) slashing damage, or 8 (1d10+3) slashing damage if used with two hands.\"},{\"name\":\"Shortsword\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 6 (1d6+3) piercing damage.\"},{\"name\":\"Heavy Crossbow\",\"desc\":\"_Ranged Weapon Attack:_ +4 to hit, range 100/400 ft., one target. _Hit:_ 7 (1d10+2) piercing damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Shoulder\",\"desc\":\"The veteran shoves a creature it can see within 5 feet of it. The target must succeed on a DC 13 STR save or be knocked prone.\"}]",
+ "special_abilities_json": "",
+ "reactions_json": "[{\"name\":\"Parry\",\"desc\":\"The veteran adds 2 to its AC against one melee attack that would hit it. To do so, the veteran must see the attacker and be wielding a melee weapon.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "violet_fungus_bf",
+ "fields": {
+ "name": "Violet Fungus",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Plant",
+ "subtype": "",
+ "group": "Fungi",
+ "alignment": "",
+ "armor_class": 10,
+ "armor_desc": null,
+ "hit_points": 14,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":15}",
+ "environments_json": null,
+ "strength": 2,
+ "dexterity": 10,
+ "constitution": 10,
+ "intelligence": 1,
+ "wisdom": 2,
+ "charisma": 1,
+ "strength_save": -4,
+ "dexterity_save": 0,
+ "constitution_save": 0,
+ "intelligence_save": -5,
+ "wisdom_save": -4,
+ "charisma_save": -5,
+ "perception": 6,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "necrotic,Plant Resilience",
+ "damage_immunities": "blinded,deafened,frightened",
+ "condition_immunities": "",
+ "senses": "keensense 30 ft. (blind beyond this radius)",
+ "languages": "-",
+ "challenge_rating": "1/4",
+ "cr": 0.25,
+ "actions_json": "[{\"name\":\"Rotting Touch\",\"desc\":\"_Melee Weapon Attack:_ +2 to hit, reach 10 ft., one creature. _Hit:_ 5 (2d4) necrotic damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Necrotic Spores (8 HP or Fewer)\",\"desc\":\"The violet fungus sends out a burst of necrotic-laced spores, rapidly rotting nearby flesh. Each creature within 10 feet of the violet fungus that isn't a Construct must make a DC 10 CON save, taking 5 (2d4) necrotic damage on a failed save, or half as much damage on a successful one.\"}]",
+ "special_abilities_json": "[{\"name\":\"False Appearance\",\"desc\":\"While the violet fungus remains motionless, it is indistinguishable from an ordinary fungus.\"},{\"name\":\"Plant Resilience\",\"desc\":\"The violet fungus is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "virtuoso_lich_bf",
+ "fields": {
+ "name": "Virtuoso Lich",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Undead",
+ "subtype": "",
+ "group": "Liches",
+ "alignment": "",
+ "armor_class": 17,
+ "armor_desc": "natural armor",
+ "hit_points": 185,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 10,
+ "dexterity": 24,
+ "constitution": 14,
+ "intelligence": 14,
+ "wisdom": 20,
+ "charisma": 28,
+ "strength_save": 0,
+ "dexterity_save": 7,
+ "constitution_save": 2,
+ "intelligence_save": 2,
+ "wisdom_save": 5,
+ "charisma_save": 9,
+ "perception": 15,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "necrotic; bludgeoning,piercing,and slashing damage from nonmagical attacks",
+ "damage_immunities": "blinded,deafened,charmed,frightened,paralyzed,Undead Resilience",
+ "condition_immunities": "",
+ "senses": "truesight 60 ft.",
+ "languages": "Common plus up to two other languages",
+ "challenge_rating": "12",
+ "cr": 12.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The virtuoso lich uses Corrupted Art. It then makes three Artistic Flourish attacks. It can replace one attack with a use of Spellcasting.\"},{\"name\":\"Artistic Flourish\",\"desc\":\"_Melee or Ranged Spell Attack:_ +9 to hit, reach 5 ft. or range 60 ft., one target. _Hit:_ 18 (3d8+5) damage of the type chosen with the Versatile Artist trait plus 9 (2d8) force damage.\"},{\"name\":\"Call Muse\",\"desc\":\"The lich chooses one Beast or Humanoid it can see within 30 feet of it to be its muse. The target must succeed on a DC 17 WIS save or become the lich's muse and be charmed by the lich for 1 minute. While charmed, the muse has a speed of 0 and is incapacitated as it watches or listens to the lich's artistic expression. The muse can repeat the save at the end of each of its turns, ending the effect on itself on a success. If a creature's save is successful or the effect ends for it, the creature is immune to the lich's Call Muse for the next 24 hours. If the muse suffers harm from the lich, it is no longer charmed. The lich can have only one muse at a time. If it charms another, the effect on the previous muse ends. If the lich is within 30 feet of its muse and can see its muse, the lich has advantage on its first Artistic Flourish attack each round against a creature that isn't its muse.\"},{\"name\":\"Corrupted Art\",\"desc\":\"The lich hums a discordant melody, paints a crumbling symbol of death in the air, performs a reality-bending pirouette, or emulates some other expression of corrupted or twisted art and targets one creature it can see, other than itself, within 60 feet. This action's effects change, depending on if the target is Undead.\\n- **Non-Undead.** The target must make a DC 17 WIS save. On a failure, a creature is blinded, charmed, or deafened (the lich's choice) until the end of its next turn. On a success, a creature takes half the damage and isn't incapacitated.\\n- **Undead.** The target regains 18 (4d8) HP. Healing that exceeds the target's HP maximum becomes temporary HP.\"},{\"name\":\"Spellcasting\",\"desc\":\"The lich casts one of the following spells, using CHA as the spellcasting ability (spell save DC 17).
At will: _disguise self_, _mage hand_, _message_, _prestidigitation_
3/day each: _charm_, _hideous laughter_, _hold_, _invisibility_ (self only)
2/day each: _dispel magic_, _fear_, _dimension door_
1/day each: _irresistible dance_, _programmed illusion_, _seeming_\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Legendary Resistance (3/Day)\",\"desc\":\"If the lich fails a save, it can choose to succeed instead.\"},{\"name\":\"Rejuvenation\",\"desc\":\"If it has a phylactery, a destroyed lich gains a new body in 1d10 days, regaining all its HP and becoming active again. The new body appears within 5 feet of the phylactery.\"},{\"name\":\"Turn Resistance\",\"desc\":\"The lich has advantage on saves against any effect that turns undead.\"},{\"name\":\"Undead Nature\",\"desc\":\"The lich doesn't require air, food, drink, or sleep.\"},{\"name\":\"Undead Resilience\",\"desc\":\"The lich is immune to poison damage, to exhaustion, and to the poisoned condition.\"},{\"name\":\"Versatile Artist\",\"desc\":\"At the end of each long rest, the lich chooses one form of artistic expression, such as song, poetry, dance, fashion, paint, or similar. Until it finishes a long rest, the lich has immunity to one type of damage, which is associated with its artistic expression. For example, a lich expressing art through song or poetry has immunity to thunder damage, a lich expressing art through fashion has immunity to slashing damage, and a lich expressing art through paint has immunity to acid damage. This trait can't give the lich immunity to force, psychic, or radiant damage.\"}]",
+ "reactions_json": null,
+ "legendary_desc": "The virtuoso lich can take 3 legendary actions, choosing from the options below. Only one legendary action can be used at a time and only at the end of another creature's turn. The lich regains spent legendary actions at the start of its turn.",
+ "legendary_actions_json": "[{\"name\":\"Call Muse\",\"desc\":\"The lich uses Call Muse.\"},{\"name\":\"Move\",\"desc\":\"The lich moves up to its speed without provoking opportunity attacks.\"},{\"name\":\"Cast a Spell (Costs 2 Actions)\",\"desc\":\"The lich uses Spellcasting.\"},{\"name\":\"Unrestrained Art (Costs 3 Actions)\",\"desc\":\"The lich unleashes the full force of its artistic talents. Each creature with 15 feet of the lich must make a DC 17 DEX save. On a failure, a creature takes 9 (2d8) damage of the type chosen with the Versatile Artist trait and is knocked prone. On a success, a creature takes half the damage and isn't knocked prone.\"}]",
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "vrock_bf",
+ "fields": {
+ "name": "Vrock",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Fiend",
+ "subtype": "Demon",
+ "group": "Demons",
+ "alignment": "",
+ "armor_class": 15,
+ "armor_desc": "natural armor",
+ "hit_points": 110,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40,\"fly\":60}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 20,
+ "constitution": 18,
+ "intelligence": 8,
+ "wisdom": 22,
+ "charisma": 14,
+ "strength_save": 3,
+ "dexterity_save": 5,
+ "constitution_save": 4,
+ "intelligence_save": -1,
+ "wisdom_save": 6,
+ "charisma_save": 2,
+ "perception": 16,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "bludgeoning,piercing,and slashing damage from nonmagical attacks,Demonic Resilience",
+ "damage_immunities": "Demonic Resilience",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft.",
+ "languages": "Abyssal,telepathy 120 ft.",
+ "challenge_rating": "6",
+ "cr": 6.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The vrock makes one Beak attack and two Talon attacks.\"},{\"name\":\"Beak\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 12 (2d8+3) piercing damage.\"},{\"name\":\"Talon\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 14 (2d10+3) slashing damage.\"},{\"name\":\"Wing Spores (Recharge 5-6)\",\"desc\":\"The vrock shakes a cloud of toxic spores from its wings. Each creature within 15 feet of it must make a DC 15 CON save. On a failure, a creature takes 28 (8d6) poison damage and is poisoned for 1 minute. On a success, a creature takes half the damage and isn't poisoned. While poisoned, a creature takes 3 (1d6) poison damage at the start of each of its turns. A poisoned creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. Emptying a vial of holy water on the poisoned creature also ends the effect on it.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Startling Screech\",\"desc\":\"The vrock emits a horrific screech at one creature it can see within 30 feet of it. The target must succeed on a DC 14 CON save or be able to take either an action or bonus action on its turn, not both, and it can't take reactions.\"}]",
+ "special_abilities_json": "[{\"name\":\"Demonic Resilience\",\"desc\":\"The vrock is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.\"},{\"name\":\"Magic Resistance\",\"desc\":\"The vrock has advantage on saves against spells and other magical effects.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "vulture_bf",
+ "fields": {
+ "name": "Vulture",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 10,
+ "armor_desc": null,
+ "hit_points": 8,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":10,\"fly\":50}",
+ "environments_json": null,
+ "strength": 6,
+ "dexterity": 10,
+ "constitution": 12,
+ "intelligence": 2,
+ "wisdom": 12,
+ "charisma": 4,
+ "strength_save": -2,
+ "dexterity_save": 0,
+ "constitution_save": 1,
+ "intelligence_save": -4,
+ "wisdom_save": 1,
+ "charisma_save": -3,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "-",
+ "challenge_rating": "0",
+ "cr": 0.0,
+ "actions_json": "[{\"name\":\"Beak\",\"desc\":\"_Melee Weapon Attack:_ +2 to hit, reach 5 ft., one target. _Hit:_ 2 (1d4) piercing damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Carrion Sense\",\"desc\":\"The vulture can pinpoint, by scent, the location of carrion, dead creatures, and Undead without the Incorporeal Movement trait within 60 feet of it.\"},{\"name\":\"Heightened Sight and Smell\",\"desc\":\"The vulture's Perception is 18 when perceiving by sight or smell.\"},{\"name\":\"Pack Tactics\",\"desc\":\"The vulture has advantage on attack rolls against a creature if at least one of the vulture's allies is within 5 feet of the creature and the ally isn't incapacitated.\"}]",
+ "reactions_json": "[{\"name\":\"Defensive Bile\",\"desc\":\"When a creature the vulture can see hits it with a melee attack while within 5 feet of it, the vulture can spit partially digested carrion at the creature. The attacker must succeed on a DC 11 CON save or be incapacitated until the end of its next turn.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "vulture_giant_bf",
+ "fields": {
+ "name": "Vulture, Giant",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 10,
+ "armor_desc": null,
+ "hit_points": 46,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":10,\"fly\":60}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 10,
+ "constitution": 14,
+ "intelligence": 2,
+ "wisdom": 12,
+ "charisma": 6,
+ "strength_save": 3,
+ "dexterity_save": 0,
+ "constitution_save": 2,
+ "intelligence_save": -4,
+ "wisdom_save": 1,
+ "charisma_save": -2,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "-",
+ "challenge_rating": "1",
+ "cr": 1.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The vulture makes one Beak attack and one Talons attack.\"},{\"name\":\"Beak\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 6 (1d8+2) piercing damage.\"},{\"name\":\"Talons\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 7 (2d4+2) slashing damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Carrion Sense\",\"desc\":\"The vulture can pinpoint, by scent, the location of carrion, dead creatures, and Undead without the Incorporeal Movement trait within 60 feet of it.\"},{\"name\":\"Heightened Sight and Smell\",\"desc\":\"The vulture's Perception is 18 when perceiving by sight or smell.\"},{\"name\":\"Pack Tactics\",\"desc\":\"The vulture has advantage on attack rolls against a creature if at least one of the vulture's allies is within 5 feet of the creature and the ally isn't incapacitated.\"}]",
+ "reactions_json": "[{\"name\":\"Defensive Bile\",\"desc\":\"When a creature the vulture can see hits it with a melee attack while within 5 feet of it, the vulture can spit partially digested carrion at the creature. The attacker must succeed on a DC 13 CON save or take 5 (2d4) acid damage and be incapacitated until the end of its next turn.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "war_horse_skeleton_bf",
+ "fields": {
+ "name": "War Horse Skeleton",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Undead",
+ "subtype": "",
+ "group": "Skeletons",
+ "alignment": "",
+ "armor_class": 13,
+ "armor_desc": "barding scraps",
+ "hit_points": 25,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":60}",
+ "environments_json": null,
+ "strength": 18,
+ "dexterity": 12,
+ "constitution": 14,
+ "intelligence": 2,
+ "wisdom": 12,
+ "charisma": 4,
+ "strength_save": 4,
+ "dexterity_save": 1,
+ "constitution_save": 2,
+ "intelligence_save": -4,
+ "wisdom_save": 1,
+ "charisma_save": -3,
+ "perception": 11,
+ "skills_json": "",
+ "damage_vulnerabilities": "bludgeoning",
+ "damage_resistances": "piercing",
+ "damage_immunities": "Undead Resilience",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "-",
+ "challenge_rating": "1/2",
+ "cr": 0.5,
+ "actions_json": "[{\"name\":\"Hooves\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6+4) bludgeoning damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Counterattack (Recharge 6)\",\"desc\":\"When a creature the war horse skeleton can see hits it with a melee attack while within 5 feet of it, the skeleton can make one Hooves attack against the attacker.\"}]",
+ "special_abilities_json": "[{\"name\":\"False Appearance\",\"desc\":\"While the war horse skeleton remains motionless and prone, it is indistinguishable from an inanimate war horse skeleton.\"},{\"name\":\"Undead Nature\",\"desc\":\"The skeleton doesn't require air, food, drink, or sleep.\"},{\"name\":\"Undead Resilience\",\"desc\":\"The skeleton is immune to poison damage, to exhaustion, and to the poisoned condition.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "water_elemental_bf",
+ "fields": {
+ "name": "Water Elemental",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Elemental",
+ "subtype": "",
+ "group": "Elementals",
+ "alignment": "",
+ "armor_class": 14,
+ "armor_desc": "natural armor",
+ "hit_points": 104,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"swim\":90}",
+ "environments_json": null,
+ "strength": 18,
+ "dexterity": 14,
+ "constitution": 18,
+ "intelligence": 6,
+ "wisdom": 10,
+ "charisma": 8,
+ "strength_save": 4,
+ "dexterity_save": 2,
+ "constitution_save": 4,
+ "intelligence_save": -2,
+ "wisdom_save": 0,
+ "charisma_save": -1,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Elemental Resilience",
+ "damage_immunities": "acid,Elemental Resilience",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Aquan",
+ "challenge_rating": "5",
+ "cr": 5.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The water elemental makes two Water Tendril or Water Bolt attacks. If both Water Tendril attacks hit one creature, it can use Whelm on the target, if available.\"},{\"name\":\"Water Tendril\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 10 ft., one target. _Hit:_ 17 (3d8+4) bludgeoning damage, and the target is grappled (escape DC 15) if it is Large or smaller. The water elemental can have up to three targets grappled at a time.\"},{\"name\":\"Water Bolt\",\"desc\":\"_Ranged Weapon Attack:_ +5 to hit, range 30/120 ft., one target. _Hit:_ 16 (4d6+2) bludgeoning damage.\"},{\"name\":\"Whelm (Recharge 4-6)\",\"desc\":\"The water elemental envelops one creature it is grappling, and the grapple ends. While enveloped, the target is restrained, unable to breathe unless it can breathe water, can't be hit by the elemental's Water Tendril, and it takes 9 (2d8) bludgeoning damage at the start of each of the elemental's turns.
When the elemental moves, the enveloped creature moves with it. The elemental can have only one creature enveloped at a time. A creature within 5 feet of the elemental, including the target, can take its action to free the target from the elemental by succeeding on a DC 15 STR check.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Purify Blood (3/Day)\",\"desc\":\"The water elemental touches a willing creature that isn't a Construct or Undead. The target is cured of the poisoned condition and of any disease afflicting it.\"}]",
+ "special_abilities_json": "[{\"name\":\"Elemental Nature\",\"desc\":\"The elemental doesn't require air, food, drink, or sleep.\"},{\"name\":\"Elemental Resilience\",\"desc\":\"The elemental is resistant to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to poison damage, to exhaustion, and to the grappled, paralyzed, petrified, poisoned, prone, restrained, and unconscious conditions.\"},{\"name\":\"Freeze\",\"desc\":\"If the elemental takes cold damage, it partially freezes, and its speed is reduced by 20 feet until the end of its next turn.\"},{\"name\":\"Purify Water\",\"desc\":\"If the water elemental sits in a body of slow-flowing or standing water, such as a spring, small creek, or lake, for at least 1 hour, the water becomes purified and rendered free of poison and disease. In slow-flowing water, this purification fades 1 hour after the elemental leaves the water. In standing water, this purification lasts until a contaminant enters the water while the elemental isn't in it.\"},{\"name\":\"Water Form\",\"desc\":\"The elemental can enter a hostile creature's space and stop there. It can move through a space as narrow as 1 inch wide without squeezing.\"},{\"name\":\"Water Camouflage\",\"desc\":\"The water elemental's Stealth is 17 while in a Medium or larger body of water.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "weasel_bf",
+ "fields": {
+ "name": "Weasel",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "tiny",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 11,
+ "armor_desc": null,
+ "hit_points": 8,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 2,
+ "dexterity": 12,
+ "constitution": 8,
+ "intelligence": 2,
+ "wisdom": 12,
+ "charisma": 2,
+ "strength_save": -4,
+ "dexterity_save": 1,
+ "constitution_save": -1,
+ "intelligence_save": -4,
+ "wisdom_save": 1,
+ "charisma_save": -4,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "-",
+ "challenge_rating": "0",
+ "cr": 0.0,
+ "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one creature. _Hit:_ 3 (1d4+1) piercing damage. Instead of dealing damage, the weasel can steal one item the target is wearing or carrying, provided the item weighs no more than 5 pounds, can fit in one hand, isn't a weapon, and isn't wrapped around or firmly attached to the target. For example, a weasel could steal a hat or belt pouch but not a creature's shirt or armor.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Heightened Hearing and Smell\",\"desc\":\"The weasel's Perception is 18 when perceiving by hearing or smell.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "weasel_giant_bf",
+ "fields": {
+ "name": "Weasel, Giant",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 13,
+ "armor_desc": null,
+ "hit_points": 14,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40}",
+ "environments_json": null,
+ "strength": 10,
+ "dexterity": 16,
+ "constitution": 10,
+ "intelligence": 4,
+ "wisdom": 12,
+ "charisma": 4,
+ "strength_save": 0,
+ "dexterity_save": 3,
+ "constitution_save": 0,
+ "intelligence_save": -3,
+ "wisdom_save": 1,
+ "charisma_save": -3,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "-",
+ "challenge_rating": "1/4",
+ "cr": 0.25,
+ "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 5 (1d4+3) piercing damage. Instead of dealing damage, the weasel can steal one item the target is wearing or carrying, provided the item weighs no more than 10 pounds, isn't a weapon, and isn't wrapped around or firmly attached to the target. For example, a weasel could steal a hat or belt pouch but not a creature's shirt or armor.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Heightened Hearing and Smell\",\"desc\":\"The weasel's Perception is 18 when perceiving by hearing or smell.\"}]",
+ "reactions_json": "[{\"name\":\"Repellent Spray\",\"desc\":\"When a creature the weasel can see moves to a space within 15 feet of it, the weasel can release a pungent spray at the creature. The target must succeed on a DC 13 CON save or be poisoned until the end of its next turn. While poisoned, the creature can't move to a space within 5 feet of the weasel.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "werebear_bf",
+ "fields": {
+ "name": "Werebear",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Humanoid",
+ "subtype": "Lycanthrope",
+ "group": "Lycanthropes",
+ "alignment": "",
+ "armor_class": 10,
+ "armor_desc": "n humanoid form, 11 (natural armor) in bear and hybrid for",
+ "hit_points": 126,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"climb\":30}",
+ "environments_json": null,
+ "strength": 20,
+ "dexterity": 10,
+ "constitution": 16,
+ "intelligence": 10,
+ "wisdom": 18,
+ "charisma": 12,
+ "strength_save": 5,
+ "dexterity_save": 0,
+ "constitution_save": 3,
+ "intelligence_save": 0,
+ "wisdom_save": 4,
+ "charisma_save": 1,
+ "perception": 14,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "bludgeoning,piercing,and slashing damage from nonmagical attacks",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "Common (can't speak in bear form)",
+ "challenge_rating": "5",
+ "cr": 5.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The werebear makes three Claw or Greataxe attacks. It can replace one attack with a Bite attack, provided it is in the appropriate form. If two Claw attacks hit one creature, the target is grappled (escape DC 15). The werebear can grapple only one creature at a time.\"},{\"name\":\"Bite (Bear or Hybrid Form Only)\",\"desc\":\"_Melee Weapon Attack:_ +8 to hit, reach 5 ft., one target. _Hit:_ 16 (2d10+5) piercing damage. If the target is a Humanoid, it must succeed on a DC 14 CON save or be cursed with the werebear lycanthropy curse (see Curse of Lycanthropy sidebar).\"},{\"name\":\"Claw (Bear or Hybrid Form Only)\",\"desc\":\"_Melee Weapon Attack:_ +8 to hit, reach 5 ft., one target. _Hit:_ 14 (2d8+5) slashing damage.\"},{\"name\":\"Greataxe (Humanoid or Hybrid Form Only)\",\"desc\":\"Melee Weapon Attack: +8 to hit, reach 5 ft., one target. _Hit:_ 11 (1d12+5) slashing damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The werebear transforms into a Medum or Large bear, a Large bear-humanoid hybrid, or back into its true form, which is Humanoid. Its statistics, other than its size, speed, and AC, are the same in each form. Any equipment it is wearing or carrying isn't transformed. It reverts to its true form if it dies.\"},{\"name\":\"Pin\",\"desc\":\"One creature grappled by the werebear is knocked prone, and it is restrained until the grapple ends.\"}]",
+ "special_abilities_json": "[{\"name\":\"Heightened Smell\",\"desc\":\"The werebear's Perception is 19 when perceiving by smell.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "wereboar_bf",
+ "fields": {
+ "name": "Wereboar",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Humanoid",
+ "subtype": "Lycanthrope",
+ "group": "Lycanthropes",
+ "alignment": "",
+ "armor_class": 10,
+ "armor_desc": "n humanoid form, 11 (natural armor) in boar or hybrid for",
+ "hit_points": 100,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 20,
+ "dexterity": 10,
+ "constitution": 14,
+ "intelligence": 10,
+ "wisdom": 10,
+ "charisma": 8,
+ "strength_save": 5,
+ "dexterity_save": 0,
+ "constitution_save": 2,
+ "intelligence_save": 0,
+ "wisdom_save": 0,
+ "charisma_save": -1,
+ "perception": 12,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "bludgeoning,piercing,and slashing damage from nonmagical attacks",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "Common (can't speak in boar form)",
+ "challenge_rating": "4",
+ "cr": 4.0,
+ "actions_json": "[{\"name\":\"Multiattack (Humanoid or Hybrid Form Only)\",\"desc\":\"The wereboar makes three Maul or Slam attacks. It can replace one attack with a Tusks attack, provided it is in the appropriate form. If two Maul or Slam attacks hit one creature, the target must succeed on a DC 13 STR save or be knocked prone.\"},{\"name\":\"Maul (Humanoid or Hybrid Form Only)\",\"desc\":\"Melee Weapon Attack: +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) bludgeoning damage.\"},{\"name\":\"Slam (Boar or Hybrid Form Only)\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) bludgeoning damage.\"},{\"name\":\"Tusks (Boar or Hybrid Form Only)\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) slashing damage. If the target is a Humanoid, it must succeed on a DC 12 CON save or be cursed with the wereboar lycanthropy curse (see Curse of Lycanthropy sidebar).\"}]",
+ "bonus_actions_json": "[{\"name\":\"Challenging Snort (Boar or Hybrid Form Only)\",\"desc\":\"The wereboar snorts and stomps its feet at a creature it can see within 30 feet of it. The target must succeed on a DC 13 WIS save or be frightened until the end of its next turn and have disadvantage on the next save it makes against being knocked prone by the wereboar.\"},{\"name\":\"Change Shape\",\"desc\":\"The wereboar transforms into a Medum or Large boar, a Medium boar-humanoid hybrid, or back into its true form, which is Humanoid. Its statistics, other than its size, speed, and AC, are the same in each form. Any equipment it is wearing or carrying isn't transformed. It reverts to its true form if it dies.\"}]",
+ "special_abilities_json": "[{\"name\":\"Charge (Boar or Hybrid Form Only)\",\"desc\":\"If the wereboar moves at least 15 feet straight toward a target and then hits it with a Slam or Tusks attack on the same turn, the target takes an extra 7 (2d6) damage of the weapon's type. If the target is a creature, it must succeed on a DC 13 STR save or be knocked prone.\"},{\"name\":\"Relentless (Recharges after a Short or Long Rest)\",\"desc\":\"If the wereboar takes 14 damage or less that would reduce it to 0 HP, it is reduced to 1 HP instead.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "wererat_bf",
+ "fields": {
+ "name": "Wererat",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Humanoid",
+ "subtype": "Lycanthrope",
+ "group": "Lycanthropes",
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": null,
+ "hit_points": 57,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 10,
+ "dexterity": 18,
+ "constitution": 12,
+ "intelligence": 10,
+ "wisdom": 10,
+ "charisma": 8,
+ "strength_save": 0,
+ "dexterity_save": 4,
+ "constitution_save": 1,
+ "intelligence_save": 0,
+ "wisdom_save": 0,
+ "charisma_save": -1,
+ "perception": 12,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "bludgeoning,piercing,and slashing damage from nonmagical attacks",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Common (can't speak in rat form)",
+ "challenge_rating": "2",
+ "cr": 2.0,
+ "actions_json": "[{\"name\":\"Multiattack (Humanoid or Hybrid Form Only)\",\"desc\":\"The wererat makes three Claw or Shortsword attacks, or it makes three Hand Crossbow attacks. It can replace one attack with a Bite attack, provided it is in the appropriate form.\"},{\"name\":\"Bite (Rat or Hybrid Form Only)\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 7 (2d4+2) piercing damage. If the target is a Humanoid, it must succeed on a DC 11 CON save or be cursed with the wererat lycanthropy curse (see Curse of Lycanthropy sidebar).\"},{\"name\":\"Claw (Rat or Hybrid Form Only)\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 7 (2d4+2) slashing damage.\"},{\"name\":\"Shortsword (Humanoid or Hybrid Form Only)\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 5 (1d6+2) piercing damage.\"},{\"name\":\"Hand Crossbow (Humanoid or Hybrid Form Only)\",\"desc\":\"_Ranged Weapon Attack:_ +4 to hit, range 30/120 ft., one target. _Hit:_ 5 (1d6+2) piercing damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The wererat transforms into a Tiny or Small rat, a Medium rat-humanoid hybrid, or back into its true form, which is Humanoid. Its statistics, other than its size and speed, are the same in each form. Any equipment it is wearing or carrying isn't transformed. It reverts to its true form if it dies.\"}]",
+ "special_abilities_json": "[{\"name\":\"Heightened Smell\",\"desc\":\"The wererat's Perception is 17 when perceiving by smell.\"},{\"name\":\"Pack Tactics\",\"desc\":\"The wererat has advantage on attack rolls against a creature if at least one of the wererat's allies is within 5 feet of the creature and the ally isn't incapacitated.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "weretiger_bf",
+ "fields": {
+ "name": "Weretiger",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Humanoid",
+ "subtype": "Lycanthrope",
+ "group": "Lycanthropes",
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": null,
+ "hit_points": 95,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 18,
+ "constitution": 16,
+ "intelligence": 10,
+ "wisdom": 12,
+ "charisma": 10,
+ "strength_save": 3,
+ "dexterity_save": 4,
+ "constitution_save": 3,
+ "intelligence_save": 0,
+ "wisdom_save": 1,
+ "charisma_save": 0,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "bludgeoning,piercing,and slashing damage from nonmagical attacks",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Common (can't speak in tiger form)",
+ "challenge_rating": "4",
+ "cr": 4.0,
+ "actions_json": "[{\"name\":\"Multiattack (Humanoid or Hybrid Form Only)\",\"desc\":\"The weretiger makes four Claw or Scimitar attacks, or it makes four Longbow attacks. It can replace one attack with a Bite attack, provided it is in the appropriate form.\"},{\"name\":\"Bite (Tiger or Hybrid Form Only)\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 8 (1d10+3) piercing damage. If the target is a Humanoid, it must succeed on a DC 13 CON save or be cursed with the weretiger lycanthropy curse (see Curse of Lycanthropy sidebar).\"},{\"name\":\"Claw (Tiger or Hybrid Form Only)\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 7 (1d8+3) slashing damage.\"},{\"name\":\"Scimitar (Humanoid or Hybrid Form Only)\",\"desc\":\"Melee Weapon Attack: +5 to hit, reach 5 ft., one target. _Hit:_ 6 (1d6+3) slashing damage.\"},{\"name\":\"Longbow (Humanoid or Hybrid Form Only)\",\"desc\":\"Ranged Weapon Attack: +4 to hit, range 150/600 ft., one target. _Hit:_ 6 (1d8+2) piercing damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Bleed Prey\",\"desc\":\"The weretiger chooses a creature it can see within 30 feet of it to be its prey until the prey dies, until the weretiger dies, or until the weretiger uses this bonus action on another creature. While within 60 feet of its prey, the weretiger can pinpoint its prey's location. In addition, if the weretiger hits the prey with at least two melee weapon attacks, the weretiger rends the prey's flesh, and the prey must succeed on a DC 13 CON save or lose 7 (2d6) HP at the start of its next turn, as the wound bleeds excessively.\"},{\"name\":\"Change Shape\",\"desc\":\"The weretiger transforms into a Large tiger, a Medium tiger-humanoid hybrid, or back into its true form, which is Humanoid. Its statistics, other than its size and speed, are the same in each form. Any equipment it is wearing or carrying isn't transformed. It reverts to its true form if it dies.\"}]",
+ "special_abilities_json": "[{\"name\":\"Heightened Hearing and Smell\",\"desc\":\"The weretiger's Perception is 18 when perceiving by hearing or smell.\"},{\"name\":\"Pounce (Tiger or Hybrid Form Only)\",\"desc\":\"If the weretiger moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 14 STR save or be knocked prone. If the target is prone, the weretiger can make one Bite or Claw attack against it as a bonus action.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "werewolf_bf",
+ "fields": {
+ "name": "Werewolf",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Humanoid",
+ "subtype": "Lycanthrope",
+ "group": "Lycanthropes",
+ "alignment": "",
+ "armor_class": 11,
+ "armor_desc": "n humanoid form, 12 (natural armor) in wolf or hybrid for",
+ "hit_points": 76,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 18,
+ "dexterity": 12,
+ "constitution": 16,
+ "intelligence": 10,
+ "wisdom": 10,
+ "charisma": 10,
+ "strength_save": 4,
+ "dexterity_save": 1,
+ "constitution_save": 3,
+ "intelligence_save": 0,
+ "wisdom_save": 0,
+ "charisma_save": 0,
+ "perception": 12,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "bludgeoning,piercing,and slashing damage from nonmagical attacks",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "Common (can't speak in wolf form)",
+ "challenge_rating": "3",
+ "cr": 3.0,
+ "actions_json": "[{\"name\":\"Multiattack (Humanoid or Hybrid Form Only)\",\"desc\":\"The werewolf makes three Claws or Spear attacks. It can replace one attack with a Bite attack, provided it is in the appropriate form.\"},{\"name\":\"Bite (Wolf or Hybrid Form Only)\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 11 (2d8+2) piercing damage. If the target is a Humanoid, it must succeed on a DC 13 CON save or be cursed with the werewolf lycanthropy curse (see Curse of Lycanthropy sidebar).\"},{\"name\":\"Claws (Hybrid Form Only)\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 9 (2d6+2) slashing damage.\"},{\"name\":\"Spear (Humanoid Form Only)\",\"desc\":\"_Melee or Ranged Weapon Attack:_ +4 to hit, reach 5 ft. or range 20/60 ft., one target. _Hit:_ 5 (1d6+2) piercing damage, or 6 (1d8+2) piercing damage if used with two hands to make a melee attack.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The werewolf transforms into a Medum or Large wolf, a Medium wolf-humanoid hybrid, or back into its true form, which is Humanoid. Its statistics, other than its size, speed, and AC, are the same in each form. Any equipment it is wearing or carrying isn't transformed. It reverts to its true form if it dies.\"},{\"name\":\"Hungry Growl (Wolf and Hybrid Form Only)\",\"desc\":\"The werewolf stares down and growls at one creature it can see within 30 feet of it. The target must succeed on a DC 13 WIS save or be frightened until the end of its next turn. The werewolf has advantage on the next attack roll it makes against the frightened creature.\"}]",
+ "special_abilities_json": "[{\"name\":\"Heightened Hearing and Smell\",\"desc\":\"The werewolf's Perception is 17 while perceiving by hearing or smell.\"},{\"name\":\"Pack Tactics\",\"desc\":\"The werewolf has advantage on attack rolls against a creature if at least one of the werewolf's allies is within 5 feet of the creature and the ally isn't incapacitated.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "white_dragon_wyrmling_bf",
+ "fields": {
+ "name": "White Dragon Wyrmling",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Dragon",
+ "subtype": "",
+ "group": "Dragons",
+ "alignment": "",
+ "armor_class": 16,
+ "armor_desc": "natural armor",
+ "hit_points": 54,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30,\"burrow\":15,\"fly\":60,\"swim\":30}",
+ "environments_json": null,
+ "strength": 14,
+ "dexterity": 14,
+ "constitution": 18,
+ "intelligence": 4,
+ "wisdom": 14,
+ "charisma": 14,
+ "strength_save": 2,
+ "dexterity_save": 2,
+ "constitution_save": 4,
+ "intelligence_save": -3,
+ "wisdom_save": 2,
+ "charisma_save": 2,
+ "perception": 14,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "cold",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft., keensense 10 ft.",
+ "languages": "Draconic",
+ "challenge_rating": "2",
+ "cr": 2.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon makes one Bite attack and one Claw attack.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 7 (1d10+2) piercing damage plus 2 (1d4) cold damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 5 (1d6+2) slashing damage.\"},{\"name\":\"Cold Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales an icy blast in a 15-foot cone. Each creature in that area must make a DC 12 CON save, taking 22 (5d8) cold damage on a failed save, or half as much damage on a successful one.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Ice Walk\",\"desc\":\"The dragon can move across and climb icy surfaces without needing to make an ability check. In addition, difficult terrain composed of ice or snow doesn't cost it extra movement.\"},{\"name\":\"Pounce\",\"desc\":\"If the dragon moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 12 STR save or be knocked prone. If the target is prone, the dragon can make one Claw attack against it as a bonus action.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "wight_bf",
+ "fields": {
+ "name": "Wight",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Undead",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 14,
+ "armor_desc": "studded leather",
+ "hit_points": 69,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 14,
+ "constitution": 16,
+ "intelligence": 10,
+ "wisdom": 12,
+ "charisma": 14,
+ "strength_save": 3,
+ "dexterity_save": 2,
+ "constitution_save": 3,
+ "intelligence_save": 0,
+ "wisdom_save": 1,
+ "charisma_save": 2,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "necrotic; bludgeoning,piercing,and slashing damage from nonmagical attacks",
+ "damage_immunities": "Undead Resilience,frightened",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "the languages it knew in life",
+ "challenge_rating": "3",
+ "cr": 3.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The wight makes two Longsword or Longbow attacks. It can replace one attack with a Life Drain attack.\"},{\"name\":\"Life Drain\",\"desc\":\"Melee Spell Attack: +5 to hit, reach 5 ft., one creature. _Hit:_ 10 (2d6+3) necrotic damage. The target must succeed on a DC 13 CON save or its HP maximum is reduced by an amount equal to the damage taken. This reduction lasts until the target finishes a long rest. The target dies if this effect reduces its HP maximum to 0.
A Humanoid slain by this attack rises 24 hours later as a zombie under the wight's control, unless the Humanoid is restored to life or its body is destroyed. The wight can have no more than twelve zombies under its control at one time.\"},{\"name\":\"Longsword\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 12 (2d8+3) slashing damage, or 14 (2d10+3) slashing damage if used with two hands.\"},{\"name\":\"Longbow\",\"desc\":\"_Ranged Weapon Attack:_ +4 to hit, range 150/600 ft., one target. _Hit:_ 11 (2d8+2) piercing damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Command Horde\",\"desc\":\"The wight commands up to five friendly skeletons or zombies to do one of the following:\\n- **Protect.** Until the start of the wight's next turn, each time a friendly creature within 5 feet of a target is attacked, the target can use its reaction to intercept the attack, becoming the target instead.\\n- **Overwhelm.** Until the start of the wight's next turn, each target has advantage on attack rolls against a creature on its turn if at least one other target is within 5 feet of the creature and the allied target isn't incapacitated.\\n- **Shamble.** Each target uses its reaction to move up to its speed in a direction chosen by the wight. If this movement provokes an opportunity attack, that attack is made with disadvantage.\"}]",
+ "special_abilities_json": "[{\"name\":\"Martial Adept\",\"desc\":\"A manufactured weapon, such as a sword or bow, deals one extra die of its damage when the wight hits with it (included in the attack).\"},{\"name\":\"Sunlight Sensitivity\",\"desc\":\"While in sunlight, the wight has disadvantage on attack rolls, and its Perception is 8 when perceiving by sight.\"},{\"name\":\"Undead Nature\",\"desc\":\"The wight doesn't require air, food, drink, or sleep.\"},{\"name\":\"Undead Resilience\",\"desc\":\"The wight is immune to poison damage, to exhaustion, and to the poisoned condition.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "wild_warrior_bf",
+ "fields": {
+ "name": "Wild Warrior",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Humanoid",
+ "subtype": "Any Lineage",
+ "group": "NPCs",
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": "hide armor",
+ "hit_points": 9,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 12,
+ "dexterity": 10,
+ "constitution": 12,
+ "intelligence": 8,
+ "wisdom": 10,
+ "charisma": 8,
+ "strength_save": 1,
+ "dexterity_save": 0,
+ "constitution_save": 1,
+ "intelligence_save": -1,
+ "wisdom_save": 0,
+ "charisma_save": -1,
+ "perception": 12,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "any one language",
+ "challenge_rating": "1/8",
+ "cr": 0.125,
+ "actions_json": "[{\"name\":\"Spear\",\"desc\":\"_Melee or Ranged Weapon Attack:_ +3 to hit, reach 5 ft. or range 20/60 ft., one target. _Hit:_ 4 (1d6+1) piercing damage, or 5 (1d8+1) piercing damage if used with two hands to make a melee attack.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Quick Trap\",\"desc\":\"The wild warrior cobbles together a makeshift trap with materials at hand and throws the trap at a creature it can see within 15 feet of it. The target must succeed on a DC 11 DEX save or be restrained until the end of its next turn.\"}]",
+ "special_abilities_json": "[{\"name\":\"Home in the Wilds\",\"desc\":\"The wild warrior automatically discerns true north when outside, and checks to follow its tracks in forest, grassland, hills, or mountain terrain have disadvantage, unless the wild warrior chooses to leave obvious signs of its passage.\"},{\"name\":\"Pack Tactics\",\"desc\":\"The wild warrior has advantage on attack rolls against a creature if at least one of the warrior's allies is within 5 feet of the creature and the ally isn't incapacitated.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "willowisp_bf",
+ "fields": {
+ "name": "Will-o'-Wisp",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "tiny",
+ "type": "Undead",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 17,
+ "armor_desc": "Ephemeral",
+ "hit_points": 31,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":0,\"fly\":50,\"hover\": true}",
+ "environments_json": null,
+ "strength": 1,
+ "dexterity": 18,
+ "constitution": 10,
+ "intelligence": 12,
+ "wisdom": 16,
+ "charisma": 10,
+ "strength_save": -5,
+ "dexterity_save": 4,
+ "constitution_save": 0,
+ "intelligence_save": 1,
+ "wisdom_save": 3,
+ "charisma_save": 0,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "acid,cold,fire,necrotic,thunder; bludgeoning,piercing,and slashing damage from nonmagical attacks",
+ "damage_immunities": "lightning,grappled,paralyzed,prone,restrained,unconscious,Undead Resilience",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft.",
+ "languages": "the languages it knew in life",
+ "challenge_rating": "2",
+ "cr": 2.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The will-o'-wisp makes two Shock attacks.\"},{\"name\":\"Shock\",\"desc\":\"Melee Spell Attack: +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) lightning damage.\"},{\"name\":\"Invisibility\",\"desc\":\"The will-o'-wisp and its light magically become invisible until it attacks or uses its Beckon, or until its concentration ends (as if concentrating on a spell).\"}]",
+ "bonus_actions_json": "[{\"name\":\"Beckon\",\"desc\":\"The will-o'-wisp pulses its lightly gently toward one creature it can see within 30 feet of it. The target must succeed on a DC 13 WIS save or use its reaction to move up to its speed toward the will-o'-wisp by the most direct route. It doesn't avoid opportunity attacks or damaging terrain when moving.\"}]",
+ "special_abilities_json": "[{\"name\":\"Ephemeral\",\"desc\":\"The will-o'-wisp can't wear or carry anything. In addition, it adds its WIS modifier to its AC (included above).\"},{\"name\":\"Incorporeal Movement\",\"desc\":\"The will-o'-wisp can move through other creatures and objects as if they were difficult terrain. It takes 5 (1d10) force damage if it ends its turn inside an object.\"},{\"name\":\"Variable Illumination\",\"desc\":\"The will-o'-wisp sheds bright light in a 5- to 20-foot radius and dim light for an additional number of feet equal to the chosen radius. The will-o'-wisp can alter the radius as a bonus action.\"},{\"name\":\"Undead Nature\",\"desc\":\"The will-o'-wisp doesn't require air, food, drink, or sleep.\"},{\"name\":\"Undead Resilience\",\"desc\":\"The will-o'-wisp is immune to poison damage, to exhaustion, and to the poisoned condition.\"}]",
+ "reactions_json": "[{\"name\":\"Consume Life\",\"desc\":\"When a creature the will-o'-wisp can see within 15 feet of it is reduced to 0 HP, the will-o'-wisp can consume some of that creature's fading life. The will-o'-wisp gains 7 (2d6) temporary HP, and the creature has disadvantage on the next death save it makes before the end of the wisp's next turn.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "winter_wolf_bf",
+ "fields": {
+ "name": "Winter Wolf",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Monstrosity",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 13,
+ "armor_desc": "natural armor",
+ "hit_points": 76,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":50}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 12,
+ "constitution": 14,
+ "intelligence": 6,
+ "wisdom": 12,
+ "charisma": 8,
+ "strength_save": 3,
+ "dexterity_save": 1,
+ "constitution_save": 2,
+ "intelligence_save": -2,
+ "wisdom_save": 1,
+ "charisma_save": -1,
+ "perception": 15,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Monstrosity Resilience",
+ "damage_immunities": "cold",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "Common,Giant,Winter Wolf",
+ "challenge_rating": "3",
+ "cr": 3.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The winter wolf makes two Bite attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) piercing damage plus 4 (1d8) cold damage. If the target is a creature, it must succeed on a DC 13 STR save or be knocked prone.\"},{\"name\":\"Cold Breath (Recharge 5-6)\",\"desc\":\"The winter wolf exhales a blast of freezing wind in a 15-foot cone. Each creature in that area must make a DC 13 DEX save, taking 18 (4d8) cold damage on a failed save, or half as much damage on a successful one.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Freezing Nose\",\"desc\":\"The winter wolf touches its nose to a creature it can see within 5 feet of it. The target must succeed on a DC 13 CON save or one of the following parts of its body (the winter wolf's choice) is encased in ice for 1 minute. The target can repeat the save at the end of each of its turns, ending the effect on itself on a success. If the target takes fire damage, it has advantage on the next save it makes to end the effect.\\n- **Body.** The target has disadvantage on CON saves and is vulnerable to the first instance of cold damage it takes each turn.\\n- **Head.** The target can't breathe or speak.\\n- **Lower Limb.** The target's speed is reduced to 0, and it has disadvantage on DEX checks and DEX saves.\\n- **Upper Limb.** The target has disadvantage on weapon attack rolls made with that limb.\"}]",
+ "special_abilities_json": "[{\"name\":\"Heightened Hearing and Smell\",\"desc\":\"The winter wolf's Perception is 20 when perceiving by hearing or smell.\"},{\"name\":\"Monstrosity Resilience\",\"desc\":\"The winter wolf is resistant to exhaustion and to the frightened condition.\"},{\"name\":\"Pack Tactics\",\"desc\":\"The winter wolf has advantage on attack rolls against a creature if at least one of the winter wolf's allies is within 5 feet of the creature and the ally isn't incapacitated.\"},{\"name\":\"Snow Camouflage\",\"desc\":\"The winter wolf's Stealth is 18 while in snowy terrain.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "wolf_bf",
+ "fields": {
+ "name": "Wolf",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 13,
+ "armor_desc": "natural armor",
+ "hit_points": 14,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40}",
+ "environments_json": null,
+ "strength": 12,
+ "dexterity": 14,
+ "constitution": 12,
+ "intelligence": 2,
+ "wisdom": 12,
+ "charisma": 6,
+ "strength_save": 1,
+ "dexterity_save": 2,
+ "constitution_save": 1,
+ "intelligence_save": -4,
+ "wisdom_save": 1,
+ "charisma_save": -2,
+ "perception": 11,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "-",
+ "challenge_rating": "1/4",
+ "cr": 0.25,
+ "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 6 (1d8+2) piercing damage. If the target is a creature, it must succeed on a DC 12 STR save or be knocked prone.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Heightened Hearing and Smell\",\"desc\":\"The wolf's Perception is 16 while perceiving by hearing or smell.\"},{\"name\":\"Pack Tactics\",\"desc\":\"The wolf has advantage on attack rolls against a creature if at least one of the wolf's allies is within 5 feet of the creature and the ally isn't incapacitated.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "wolf_dire_bf",
+ "fields": {
+ "name": "Wolf, Dire",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Beast",
+ "subtype": "",
+ "group": "Animals",
+ "alignment": "",
+ "armor_class": 14,
+ "armor_desc": "natural armor",
+ "hit_points": 40,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":50}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 14,
+ "constitution": 14,
+ "intelligence": 2,
+ "wisdom": 12,
+ "charisma": 6,
+ "strength_save": 3,
+ "dexterity_save": 2,
+ "constitution_save": 2,
+ "intelligence_save": -4,
+ "wisdom_save": 1,
+ "charisma_save": -2,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "frightened",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "-",
+ "challenge_rating": "1",
+ "cr": 1.0,
+ "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 12 (2d8+3) piercing damage. If the target is a creature, it must succeed on a DC 13 STR save or be knocked prone.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Hungry Growl\",\"desc\":\"The wolf stares down and growls at one creature it can see within 30 feet of it. The target must succeed on a DC 13 WIS save or be frightened until the end of its next turn. The wolf has advantage on the next attack roll it makes against the frightened creature.\"}]",
+ "special_abilities_json": "[{\"name\":\"Heightened Hearing and Smell\",\"desc\":\"The wolf's Perception is 18 when perceiving by hearing or smell.\"},{\"name\":\"Pack Tactics\",\"desc\":\"The wolf has advantage on an attack roll against a creature if at least one of the wolf's allies is within 5 feet of the creature and the ally isn't incapacitated.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "wood_herald_bf",
+ "fields": {
+ "name": "Wood Herald",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "small",
+ "type": "Plant",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 13,
+ "armor_desc": "natural armor",
+ "hit_points": 27,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":20,\"climb\":20}",
+ "environments_json": null,
+ "strength": 14,
+ "dexterity": 12,
+ "constitution": 12,
+ "intelligence": 10,
+ "wisdom": 12,
+ "charisma": 10,
+ "strength_save": 2,
+ "dexterity_save": 1,
+ "constitution_save": 1,
+ "intelligence_save": 0,
+ "wisdom_save": 1,
+ "charisma_save": 0,
+ "perception": 11,
+ "skills_json": "",
+ "damage_vulnerabilities": "fire",
+ "damage_resistances": "Plant Resilience",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Common,Sylvan",
+ "challenge_rating": "1/2",
+ "cr": 0.5,
+ "actions_json": "[{\"name\":\"Slam\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 7 (2d4+2) bludgeoning damage.\"},{\"name\":\"Wooden Greataxe\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 8 (1d12+2) slashing damage.\"},{\"name\":\"Hurl Thorn\",\"desc\":\"_Ranged Weapon Attack:_ +3 to hit, range 30/120 ft., one target. _Hit:_ 6 (2d4+1) piercing damage.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Plant Camouflage\",\"desc\":\"The wood herald's Stealth is 18 while in any terrain with ample, obscuring plant life.\"},{\"name\":\"Plant Resilience\",\"desc\":\"The wood herald is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.\"},{\"name\":\"Woodland Walk\",\"desc\":\"Difficult terrain composed of nonmagical plants doesn't cost the wood herald extra movement. In addition, the herald can pass through nonmagical plants without being slowed by them and without taking damage from them if they have thorns, spines, or a similar hazard.\"}]",
+ "reactions_json": "[{\"name\":\"Brambly Bark\",\"desc\":\"When a creature the wood herald can see hits it with a melee attack while within 5 feet of it, the herald can extend sharp brambles along its body, dealing 2 (1d4) piercing damage to the attacker.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "worg_bf",
+ "fields": {
+ "name": "Worg",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Monstrosity",
+ "subtype": "Animal",
+ "group": null,
+ "alignment": "",
+ "armor_class": 13,
+ "armor_desc": "natural armor",
+ "hit_points": 25,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 12,
+ "constitution": 12,
+ "intelligence": 6,
+ "wisdom": 10,
+ "charisma": 8,
+ "strength_save": 3,
+ "dexterity_save": 1,
+ "constitution_save": 1,
+ "intelligence_save": -2,
+ "wisdom_save": 0,
+ "charisma_save": -1,
+ "perception": 14,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "Monstrosity Resilience",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "Goblin,Worg",
+ "challenge_rating": "1/2",
+ "cr": 0.5,
+ "actions_json": "[{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) piercing damage. If the target is a creature, it must succeed on a DC 13 STR save or be knocked prone.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Loathsome Howl (1/Day)\",\"desc\":\"The worg unleashes an unnatural howl audible out to a distance of 300 feet. Each creature of the worg's choice within 30 feet of it must succeed on a DC 13 CHA save or be frightened of it for 1 minute. A frightened creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. Until it finishes a long rest, the worg can sense the direction but not the exact location of each creature that was frightened by Loathsome Howl.\"}]",
+ "special_abilities_json": "[{\"name\":\"Heightened Hearing and Smell\",\"desc\":\"The worg's Perception is 19 while perceiving by hearing or smell.\"},{\"name\":\"Monstrosity Resilience\",\"desc\":\"The worg is resistant to exhaustion and to the frightened condition.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "wraith_bf",
+ "fields": {
+ "name": "Wraith",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Undead",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 14,
+ "armor_desc": null,
+ "hit_points": 85,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":0,\"fly\":60,\"hover\": true}",
+ "environments_json": null,
+ "strength": 6,
+ "dexterity": 18,
+ "constitution": 16,
+ "intelligence": 12,
+ "wisdom": 14,
+ "charisma": 14,
+ "strength_save": -2,
+ "dexterity_save": 4,
+ "constitution_save": 3,
+ "intelligence_save": 1,
+ "wisdom_save": 2,
+ "charisma_save": 2,
+ "perception": 12,
+ "skills_json": "",
+ "damage_vulnerabilities": "radiant",
+ "damage_resistances": "acid,cold,fire,lightning,thunder; bludgeoning,piercing,and slashing damage from nonmagical attacks",
+ "damage_immunities": "necrotic,charmed,grappled,paralyzed,petrified,prone,restrained,Undead Resilience",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "the languages it knew in life",
+ "challenge_rating": "5",
+ "cr": 5.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The wraith makes two Life Drain attacks.\"},{\"name\":\"Life Drain\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one creature. _Hit:_ 18 (4d6+4) necrotic damage. The target must succeed on a DC 15 CON save or its HP maximum is reduced by an amount equal to the damage taken. This reduction lasts until the target finishes a long rest. The target dies if this effect reduces its HP maximum to 0.\"},{\"name\":\"Create Specter\",\"desc\":\"The wraith targets one Humanoid it can see within 10 feet of it that has been dead for no longer than 1 minute and died violently. The target's spirit rises as a **specter** in the space of its corpse or in the nearest unoccupied space. The **specter** is under the wraith's control. The wraith can have no more than seven specters under its control at one time.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Trail of Death (Recharge 4-6)\",\"desc\":\"The wraith moves up to 30 feet in a straight line. This distance is not reduced by moving through creatures or objects, and this movement doesn't provoke opportunity attacks. The first time it enters a creature's space during this move, that creature must succeed on a DC 15 DEX save or be afflicted with wasting doom. While afflicted with wasting doom, a creature takes 3 (1d6) necrotic damage at the start of each of its turns. Wasting doom ends if a creature starts its turn in sunlight or regains HP.\"}]",
+ "special_abilities_json": "[{\"name\":\"Incorporeal Movement\",\"desc\":\"The wraith can move through other creatures and objects as if they were difficult terrain. It takes 5 (1d10) force damage if it ends its turn inside an object.\"},{\"name\":\"Sunlight Sensitivity\",\"desc\":\"While in sunlight, the wraith has disadvantage on attack rolls, and its Perception is 7 when perceiving by sight.\"},{\"name\":\"Undead Nature\",\"desc\":\"The wraith doesn't require air, food, drink, or sleep.\"},{\"name\":\"Undead Resilience\",\"desc\":\"The wraith is immune to poison damage, to exhaustion, and to the poisoned condition.\"}]",
+ "reactions_json": "[{\"name\":\"Unravel Life\",\"desc\":\"When a creature the wraith can see within 30 feet of it and that isn't a Construct or Undead regains HP, the wraith can corrupt the healing energies, halving the amount of healing that creature receives.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "wyrdling_bf",
+ "fields": {
+ "name": "Wyrdling",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Humanoid",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 12,
+ "armor_desc": null,
+ "hit_points": 40,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":30}",
+ "environments_json": null,
+ "strength": 10,
+ "dexterity": 14,
+ "constitution": 12,
+ "intelligence": 12,
+ "wisdom": 20,
+ "charisma": 14,
+ "strength_save": 0,
+ "dexterity_save": 2,
+ "constitution_save": 1,
+ "intelligence_save": 1,
+ "wisdom_save": 5,
+ "charisma_save": 2,
+ "perception": 13,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "psychic,charmed,frightened",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "-",
+ "languages": "Common",
+ "challenge_rating": "1",
+ "cr": 1.0,
+ "actions_json": "[{\"name\":\"Psychic Burst\",\"desc\":\"_Melee or Ranged Spell Attack:_ +5 to hit, reach 5 ft. or range 60 ft., one target. _Hit:_ 13 (3d6+3) psychic damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Pronounce Fate\",\"desc\":\"The wyrdling pronounces the fate, either fortune or doom (the wyrdling's choice), of one creature it can see within 30 feet of it. The target rolls a d4 and adds (fortune) or subtracts (doom) the number rolled to the next attack roll or save it makes before the start of the wyrdling's next turn.\"}]",
+ "special_abilities_json": "[{\"name\":\"Intuition\",\"desc\":\"The wyrdling rolls two dice for initiative, taking the higher number. In addition, the wyrdling has advantage on WIS (Insight) checks.\"},{\"name\":\"Read Fate\",\"desc\":\"The wyrdling can spend 1 minute communing with fate on behalf of one creature that remains within 10 feet of it for the duration. The creature must ask a single question concerning a specific goal, event, or activity to occur within 7 days. At the end of the minute, the wyrdling pronounces the result of the target's inquiry. This trait works like the divination spell, except it can't be used to answer a specific creature's question more than once every 3 days, regardless if the creature asks a different question.\"}]",
+ "reactions_json": "[{\"name\":\"Call on Fate\",\"desc\":\"When the wyrdling is attacked by a creature it can see, it can pluck the strands of fate around the creature, imposing disadvantage on that attack roll. If the attack misses, the wyrdling or one friendly creature it can see within 30 feet of it has advantage on the next attack roll it makes against the attacker before the end of the wyrdling's next turn.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "wyvern_bf",
+ "fields": {
+ "name": "Wyvern",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Dragon",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 13,
+ "armor_desc": "natural armor",
+ "hit_points": 147,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":20,\"fly\":80}",
+ "environments_json": null,
+ "strength": 18,
+ "dexterity": 10,
+ "constitution": 16,
+ "intelligence": 4,
+ "wisdom": 12,
+ "charisma": 6,
+ "strength_save": 4,
+ "dexterity_save": 0,
+ "constitution_save": 3,
+ "intelligence_save": -3,
+ "wisdom_save": 1,
+ "charisma_save": -2,
+ "perception": 14,
+ "skills_json": "",
+ "damage_vulnerabilities": "Clumsy",
+ "damage_resistances": "",
+ "damage_immunities": "poison,poisoned",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "-",
+ "challenge_rating": "6",
+ "cr": 6.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The wyvern makes one Bite attack and one Stinger attack. While flying, it can replace one attack with a Claws attack.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one creature. _Hit:_ 11 (2d6+4) piercing damage.\"},{\"name\":\"Claws\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8+4) slashing damage.\"},{\"name\":\"Stinger\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 15 ft., one creature. _Hit:_ 15 (2d10+4) piercing damage plus 18 (4d8) poison damage. The target must succeed on a DC 15 CON save or be poisoned for 1 minute. A poisoned creature can repeat the save at the end of each of its turns, ending the effect on itself on a success.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Clumsy\",\"desc\":\"While not flying, the wyvern is vulnerable to the grappled, prone, and restrained conditions.\"}]",
+ "reactions_json": "[{\"name\":\"Reflexive Tail Whip\",\"desc\":\"When a creature moves into a space within 15 feet of the wyvern, it can whip its tail at the creature. The target must succeed on a DC 15 STR save or be knocked prone.\"}]",
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "xorn_bf",
+ "fields": {
+ "name": "Xorn",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Elemental",
+ "subtype": "",
+ "group": null,
+ "alignment": "",
+ "armor_class": 19,
+ "armor_desc": "natural armor",
+ "hit_points": 111,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":20,\"burrow\":20}",
+ "environments_json": null,
+ "strength": 16,
+ "dexterity": 10,
+ "constitution": 22,
+ "intelligence": 10,
+ "wisdom": 10,
+ "charisma": 10,
+ "strength_save": 3,
+ "dexterity_save": 0,
+ "constitution_save": 6,
+ "intelligence_save": 0,
+ "wisdom_save": 0,
+ "charisma_save": 0,
+ "perception": 16,
+ "skills_json": "",
+ "damage_vulnerabilities": "thunder",
+ "damage_resistances": "piercing and slashing damage from nonmagical attacks",
+ "damage_immunities": "",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft., tremorsense 60 ft.",
+ "languages": "Terran",
+ "challenge_rating": "5",
+ "cr": 5.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The xorn makes one Bite attack and three Claw attacks, or it makes three Lob Stone attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 13 (3d6+3) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 8 (2d4+3) slashing damage.\"},{\"name\":\"Lob Stone\",\"desc\":\"_Ranged Weapon Attack:_ +6 to hit, range 20/60 ft., one target. _Hit:_ 12 (2d8+3) bludgeoning damage.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Shard Belch\",\"desc\":\"The xorn belches a mixture of stomach gas and crystalline shards in a 15-foot cone. Each creature in the area must succeed on a DC 14 DEX save or be coated in miniscule, crystalline shards until the end of its next turn. A creature coated in shards suffers bouts of pain each time it moves, reducing its speed by 10 feet and imposing disadvantage on all weapon attack rolls.\"}]",
+ "special_abilities_json": "[{\"name\":\"Earth Glide\",\"desc\":\"The xorn can burrow through nonmagical, unworked earth and stone. While doing so, the xorn doesn't disturb the material through which it moves.\"},{\"name\":\"Stone Camouflage\",\"desc\":\"The xorn's Stealth is 18 while in rocky terrain.\"},{\"name\":\"Treasure Sense\",\"desc\":\"The xorn can pinpoint, by scent, the location of precious metals and stones, such as coins and gems, within 60 feet of it.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "young_black_dragon_bf",
+ "fields": {
+ "name": "Young Black Dragon",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Dragon",
+ "subtype": "",
+ "group": "Dragons",
+ "alignment": "",
+ "armor_class": 18,
+ "armor_desc": "natural armor",
+ "hit_points": 136,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40,\"fly\":80,\"swim\":40}",
+ "environments_json": null,
+ "strength": 20,
+ "dexterity": 20,
+ "constitution": 22,
+ "intelligence": 12,
+ "wisdom": 18,
+ "charisma": 20,
+ "strength_save": 5,
+ "dexterity_save": 5,
+ "constitution_save": 6,
+ "intelligence_save": 1,
+ "wisdom_save": 4,
+ "charisma_save": 5,
+ "perception": 17,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "acid,poisoned",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft., keensense 30 ft.",
+ "languages": "Common,Draconic",
+ "challenge_rating": "7",
+ "cr": 7.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon makes one Bite attack and two Claw attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 10 ft., one target. _Hit:_ 15 (2d10+4) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6+4) slashing damage.\"},{\"name\":\"Acid Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales acid in a 3-foot line that is 5 feet wide. Each creature in that line must make a DC 15 DEX save, taking 49 (11d8) acid damage on a failed save, or half as much damage on a successful one.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Acidic Vapors\",\"desc\":\"After the black dragon uses its Acid Breath, acid clings to its mouth, throat, and nostrils for a time, evaporating as the dragon breathes. While the dragon's Acid Breath is unavailable, acidic vapors surround it, and each creature that starts its turn within 10 feet of the dragon must succeed on a DC 15 CON save or be poisoned until the start of its next turn.\"},{\"name\":\"Amphibious\",\"desc\":\"The dragon can breathe air and water.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "young_blue_dragon_bf",
+ "fields": {
+ "name": "Young Blue Dragon",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Dragon",
+ "subtype": "",
+ "group": "Dragons",
+ "alignment": "",
+ "armor_class": 18,
+ "armor_desc": "natural armor",
+ "hit_points": 175,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40,\"burrow\":20,\"fly\":80}",
+ "environments_json": null,
+ "strength": 20,
+ "dexterity": 18,
+ "constitution": 26,
+ "intelligence": 14,
+ "wisdom": 20,
+ "charisma": 24,
+ "strength_save": 5,
+ "dexterity_save": 4,
+ "constitution_save": 8,
+ "intelligence_save": 2,
+ "wisdom_save": 5,
+ "charisma_save": 7,
+ "perception": 19,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "lightning",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft., keensense 30 ft.",
+ "languages": "Common,Draconic",
+ "challenge_rating": "9",
+ "cr": 9.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon makes one Bite attack and two Claw attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +9 to hit, reach 10 ft., one target. _Hit:_ 16 (2d10+5) piercing damage plus 5 (1d10) lightning damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +9 to hit, reach 5 ft., one target. _Hit:_ 12 (2d6+5) slashing damage.\"},{\"name\":\"Lightning Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales lightning in a 60-foot line that is 5 feet wide. Each creature in that line must make a DC 16 DEX save, taking 55 (10d10) lightning damage on a failed save, or half as much damage on a successful one.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Charged Hide\",\"desc\":\"When the blue dragon hasn't exhaled its Lightning Breath, the electric charge builds up across its body. While the dragon's Lightning Breath is available, it emits wild sparks of electricity, and each creature that starts its turn within 10 feet of the dragon must succeed on a DC 16 CON save or be incapacitated until the start of its next turn.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "young_brass_dragon_bf",
+ "fields": {
+ "name": "Young Brass Dragon",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Dragon",
+ "subtype": "",
+ "group": "Dragons",
+ "alignment": "",
+ "armor_class": 17,
+ "armor_desc": "natural armor",
+ "hit_points": 119,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40,\"burrow\":20,\"fly\":80}",
+ "environments_json": null,
+ "strength": 18,
+ "dexterity": 16,
+ "constitution": 22,
+ "intelligence": 12,
+ "wisdom": 16,
+ "charisma": 20,
+ "strength_save": 4,
+ "dexterity_save": 3,
+ "constitution_save": 6,
+ "intelligence_save": 1,
+ "wisdom_save": 3,
+ "charisma_save": 5,
+ "perception": 16,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "fire",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft., keensense 30 ft.",
+ "languages": "Common,Draconic",
+ "challenge_rating": "6",
+ "cr": 6.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon makes one Bite attack and two Claw attacks. It can replace its Bite attack with a use of Sleep Breath, if available.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 10 ft., one target. _Hit:_ 15 (2d10+4) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6+4) slashing damage.\"},{\"name\":\"Fire Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales fire in a 60-foot line that is 5 feet wide. Each creature in that line must make a DC 14 DEX save, taking 35 (10d6) fire damage on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Sleep Breath (Recharge 6)\",\"desc\":\"The dragon exhales sleep gas in a 30-foot cone. Each creature in that area must succeed on a DC 14 CON save or fall unconscious for 1 minute. This effect ends for a creature if the creature takes damage or another creature uses an action to wake it.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The dragon magically transforms into a Beast or Humanoid that has a challenge rating no higher than its own, or back into its true form, which is Dragon. Any equipment it is wearing or carrying transforms with it or is borne by the new form (the dragon's choice). It reverts to its true form if it dies. In a new form, the dragon retains its HP, ability to speak, proficiencies, and INT, WIS, and CHA scores, as well as this bonus action. Its statistics and capabilities are otherwise replaced by those of the new form, except any class features or legendary actions of that form.\"}]",
+ "special_abilities_json": "[{\"name\":\"Suffocating Heat\",\"desc\":\"After the brass dragon uses its Fire Breath, the air around it is devoid of moisture and lacking in breathable air. While the dragon's Fire Breath is unavailable, each creature that requires air to breathe, other than the dragon, and that starts its turn within 10 feet of the dragon must succeed on a DC 14 CON save or begin suffocating. A creature that fails this save for two consecutive rounds falls unconscious until it takes damage or another creature uses an action to wake it.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "young_bronze_dragon_bf",
+ "fields": {
+ "name": "Young Bronze Dragon",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Dragon",
+ "subtype": "",
+ "group": "Dragons",
+ "alignment": "",
+ "armor_class": 18,
+ "armor_desc": "natural armor",
+ "hit_points": 148,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40,\"fly\":80,\"swim\":40}",
+ "environments_json": null,
+ "strength": 20,
+ "dexterity": 16,
+ "constitution": 24,
+ "intelligence": 14,
+ "wisdom": 18,
+ "charisma": 22,
+ "strength_save": 5,
+ "dexterity_save": 3,
+ "constitution_save": 7,
+ "intelligence_save": 2,
+ "wisdom_save": 4,
+ "charisma_save": 6,
+ "perception": 17,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "lightning",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft., keensense 30 ft.",
+ "languages": "Common,Draconic",
+ "challenge_rating": "8",
+ "cr": 8.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon makes one Bite attack and two Claw attacks. It can replace its Bite attack with a use of Repulsion Breath, if available.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +8 to hit, reach 10 ft., one target. _Hit:_ 16 (2d10+5) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +8 to hit, reach 5 ft., one target. _Hit:_ 12 (2d6+5) slashing damage.\"},{\"name\":\"Lightning Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales lightning in a 60-foot line that is 5 feet wide. Each creature in that line must make a DC 15 DEX save, taking 49 (9d10) lightning damage on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Repulsion Breath (Recharge 6)\",\"desc\":\"The dragon exhales repulsion energy in a 30-foot cone. Each creature in that area must succeed on a DC 15 STR save or be pushed up to 15 feet away from the dragon.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The dragon magically transforms into a Beast or Humanoid that has a challenge rating no higher than its own, or back into its true form, which is Dragon. Any equipment it is wearing or carrying transforms with it or is borne by the new form (the dragon's choice). It reverts to its true form if it dies. In a new form, the dragon retains its HP, ability to speak, proficiencies, and INT, WIS, and CHA scores, as well as this bonus action. Its statistics and capabilities are otherwise replaced by those of the new form, except any class features or legendary actions of that form.\"}]",
+ "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The dragon can breathe air and water.\"},{\"name\":\"Lightning Extraction\",\"desc\":\"After the bronze dragon uses its Lightning Breath, its body begins recharging with lightning, pulling electricity from nearby creatures. While the dragon's Lightning Breath is unavailable, each creature that starts its turn within 10 feet of the dragon must make a DC 15 CON save. On a failure, a creature can use either an action or a bonus action on its turn, not both.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "young_copper_dragon_bf",
+ "fields": {
+ "name": "Young Copper Dragon",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Dragon",
+ "subtype": "",
+ "group": "Dragons",
+ "alignment": "",
+ "armor_class": 17,
+ "armor_desc": "natural armor",
+ "hit_points": 144,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40,\"climb\":40,\"fly\":80}",
+ "environments_json": null,
+ "strength": 18,
+ "dexterity": 18,
+ "constitution": 22,
+ "intelligence": 16,
+ "wisdom": 18,
+ "charisma": 20,
+ "strength_save": 4,
+ "dexterity_save": 4,
+ "constitution_save": 6,
+ "intelligence_save": 3,
+ "wisdom_save": 4,
+ "charisma_save": 5,
+ "perception": 17,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "acid",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft., keensense 30 ft.",
+ "languages": "Common,Draconic",
+ "challenge_rating": "7",
+ "cr": 7.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon makes one Bite attack and two Claw attacks. It can replace its Bite attack with a use of Slowing Breath, if available.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 10 ft., one target. _Hit:_ 15 (2d10+4) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6+4) slashing damage.\"},{\"name\":\"Acid Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales acid in a 60-foot line that is 5 feet wide. Each creature in that line must make a DC 14 DEX save, taking 40 (9d8) acid damage on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Slowing Breath (Recharge 6)\",\"desc\":\"As the **copper dragon wyrmling**, except it is a 30-foot cone, and the save DC is 14.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The dragon magically transforms into a Beast or Humanoid that has a challenge rating no higher than its own, or back into its true form, which is Dragon. Any equipment it is wearing or carrying transforms with it or is borne by the new form (the dragon's choice). It reverts to its true form if it dies. In a new form, the dragon retains its HP, ability to speak, proficiencies, and INT, WIS, and CHA scores, as well as this bonus action. Its statistics and capabilities are otherwise replaced by those of the new form, except any class features or legendary actions of that form.\"}]",
+ "special_abilities_json": "[{\"name\":\"Corrosive Scales\",\"desc\":\"When the copper dragon hasn't spit its Acid Breath, the acid built up within the dragon causes the patina on its scales to spread to weapons that strike it. While the dragon's Acid Breath is available, any weapon made of metal that hits the dragon corrodes. After dealing damage, the weapon takes a permanent and cumulative -1 penalty to damage rolls. If a nonmagical weapon's penalty drops to -5, the weapon is destroyed. Nonmagical ammunition made of metal that hits the dragon is destroyed after dealing damage. A magical weapon can't have a penalty greater than -5, and a magical weapon removes this penalty after 24 hours or after its attuned wielder finishes a long rest.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "young_gold_dragon_bf",
+ "fields": {
+ "name": "Young Gold Dragon",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Dragon",
+ "subtype": "",
+ "group": "Dragons",
+ "alignment": "",
+ "armor_class": 18,
+ "armor_desc": "natural armor",
+ "hit_points": 193,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40,\"fly\":80,\"swim\":40}",
+ "environments_json": null,
+ "strength": 22,
+ "dexterity": 22,
+ "constitution": 28,
+ "intelligence": 16,
+ "wisdom": 26,
+ "charisma": 24,
+ "strength_save": 6,
+ "dexterity_save": 6,
+ "constitution_save": 9,
+ "intelligence_save": 3,
+ "wisdom_save": 8,
+ "charisma_save": 7,
+ "perception": 22,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "fire",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft., keensense 30 ft.",
+ "languages": "Common,Draconic",
+ "challenge_rating": "10",
+ "cr": 10.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon makes one Bite attack and two Claw attacks. It can replace its Bite attack with a use of Weakening Breath, if available.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +10 to hit, reach 10 ft., one target. _Hit:_ 17 (2d10+6) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +10 to hit, reach 5 ft., one target. _Hit:_ 13 (2d6+6) slashing damage.\"},{\"name\":\"Fire Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales fire in a 30-foot cone. Each creature in that area must make a DC 17 DEX save, taking 66 (12d10) fire damage on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Weakening Breath (Recharge 6)\",\"desc\":\"As the **gold dragon wyrmling**, except it is a 30-foot cone, and the save DC is 17.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The dragon magically transforms into a Beast or Humanoid that has a challenge rating no higher than its own, or back into its true form, which is Dragon. Any equipment it is wearing or carrying transforms with it or is borne by the new form (the dragon's choice). It reverts to its true form if it dies. In a new form, the dragon retains its HP, ability to speak, proficiencies, and INT, WIS, and CHA scores, as well as this bonus action. Its statistics and capabilities are otherwise replaced by those of the new form, except any class features or legendary actions of that form.\"}]",
+ "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The dragon can breathe air and water.\"},{\"name\":\"Golden Splendor\",\"desc\":\"When the gold dragon hasn't unleashed its Fire Breath, its scales gleam and sparkle like molten gold or a pile of gold coins. While the dragon's Fire Breath is available, each creature that starts its turn within 10 feet of the dragon must succeed on a DC 17 CHA save or be charmed until the start of its next turn.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "young_green_dragon_bf",
+ "fields": {
+ "name": "Young Green Dragon",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Dragon",
+ "subtype": "",
+ "group": "Dragons",
+ "alignment": "",
+ "armor_class": 18,
+ "armor_desc": "natural armor",
+ "hit_points": 148,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40,\"fly\":80,\"swim\":40}",
+ "environments_json": null,
+ "strength": 18,
+ "dexterity": 18,
+ "constitution": 22,
+ "intelligence": 20,
+ "wisdom": 18,
+ "charisma": 20,
+ "strength_save": 4,
+ "dexterity_save": 4,
+ "constitution_save": 6,
+ "intelligence_save": 5,
+ "wisdom_save": 4,
+ "charisma_save": 5,
+ "perception": 17,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "poison,poisoned",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft., keensense 30 ft.",
+ "languages": "Common,Draconic",
+ "challenge_rating": "8",
+ "cr": 8.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon makes one Bite attack and two Claw attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 10 ft., one target. _Hit:_ 15 (2d10+4) piercing damage plus 7 (2d6) poison damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6+4) slashing damage.\"},{\"name\":\"Poison Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales poisonous gas in a 30-foot cone. Each creature in that area must make a DC 14 CON save, taking 42 (12d6) poison damage on a failed save, or half as much damage on a successful one.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Amphibious\",\"desc\":\"The dragon can breathe air and water.\"},{\"name\":\"Hallucinogenic Gas\",\"desc\":\"After the green dragon exhales its Poison Breath, wisps of poisonous gas laced with the alchemical taint that permeates the dragon's body linger around it. While the dragon's Poison Breath is unavailable, each creature that starts its turn within 10 feet of the dragon must succeed on a DC 14 WIS save or be terrified, as the gas causes the creature to experience frightful hallucinations. A terrified creature is frightened, and its speed is reduced to 0.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "young_red_dragon_bf",
+ "fields": {
+ "name": "Young Red Dragon",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Dragon",
+ "subtype": "",
+ "group": "Dragons",
+ "alignment": "",
+ "armor_class": 18,
+ "armor_desc": "natural armor",
+ "hit_points": 193,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40,\"climb\":40,\"fly\":80}",
+ "environments_json": null,
+ "strength": 22,
+ "dexterity": 18,
+ "constitution": 28,
+ "intelligence": 14,
+ "wisdom": 18,
+ "charisma": 26,
+ "strength_save": 6,
+ "dexterity_save": 4,
+ "constitution_save": 9,
+ "intelligence_save": 2,
+ "wisdom_save": 4,
+ "charisma_save": 8,
+ "perception": 18,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "fire",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft., keensense 30 ft.",
+ "languages": "Common,Draconic",
+ "challenge_rating": "10",
+ "cr": 10.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon makes one Bite attack and two Claw attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +10 to hit, reach 10 ft., one target. _Hit:_ 17 (2d10+6) piercing damage plus 3 (1d6) fire damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +10 to hit, reach 5 ft., one target. _Hit:_ 13 (2d6+6) slashing damage.\"},{\"name\":\"Fire Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales fire in a 30-foot cone. Each creature in that area must make a DC 17 DEX save, taking 56 (16d6) fire damage on a failed save, or half as much damage on a successful one.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Boil Over\",\"desc\":\"When the red dragon hasn't unleashed its Fire Breath, the heat builds and rolls outward from it. While the dragon's Fire Breath is available, it emits immense heat, and each creature that starts its turn within 10 feet of the dragon must succeed on a DC 17 CON save or take 7 (2d6) fire damage.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "young_silver_dragon_bf",
+ "fields": {
+ "name": "Young Silver Dragon",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Dragon",
+ "subtype": "",
+ "group": "Dragons",
+ "alignment": "",
+ "armor_class": 18,
+ "armor_desc": "natural armor",
+ "hit_points": 175,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40,\"fly\":80}",
+ "environments_json": null,
+ "strength": 22,
+ "dexterity": 18,
+ "constitution": 28,
+ "intelligence": 14,
+ "wisdom": 20,
+ "charisma": 24,
+ "strength_save": 6,
+ "dexterity_save": 4,
+ "constitution_save": 9,
+ "intelligence_save": 2,
+ "wisdom_save": 5,
+ "charisma_save": 7,
+ "perception": 19,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "cold",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft., keensense 30 ft.",
+ "languages": "Common,Draconic",
+ "challenge_rating": "9",
+ "cr": 9.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon makes one Bite attack and two Claw attacks. It can replace its Bite attack with a use of Paralyzing Breath, if available.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +10 to hit, reach 10 ft., one target. _Hit:_ 17 (2d10+6) piercing damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +10 to hit, reach 5 ft., one target. _Hit:_ 13 (2d6+6) slashing damage.\"},{\"name\":\"Cold Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales an icy blast in a 30-foot cone. Each creature in that area must make a DC 17 CON save, taking 54 (12d8) cold damage on a failed save, or half as much damage on a successful one.\"},{\"name\":\"Paralyzing Breath (Recharge 6)\",\"desc\":\"As the **silver dragon wyrmling**, except it is a 30-foot cone, and the save DC is 17.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Change Shape\",\"desc\":\"The dragon magically transforms into a Beast or Humanoid that has a challenge rating no higher than its own, or back into its true form, which is Dragon. Any equipment it is wearing or carrying transforms with it or is borne by the new form (the dragon's choice). It reverts to its true form if it dies. In a new form, the dragon retains its HP, ability to speak, proficiencies, and INT, WIS, and CHA scores, as well as this bonus action. Its statistics and capabilities are otherwise replaced by those of the new form, except any class features or legendary actions of that form.\"}]",
+ "special_abilities_json": "[{\"name\":\"Freezing Fog\",\"desc\":\"After the silver dragon uses its Cold Breath, freezing fog surrounds it. While the dragon's Cold Breath is unavailable, each creature that starts its turn within 10 feet of the dragon must succeed on a DC 17 CON save or be restrained until the start of its next turn.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "young_white_dragon_bf",
+ "fields": {
+ "name": "Young White Dragon",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "large",
+ "type": "Dragon",
+ "subtype": "",
+ "group": "Dragons",
+ "alignment": "",
+ "armor_class": 17,
+ "armor_desc": "natural armor",
+ "hit_points": 126,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":40,\"burrow\":20,\"fly\":80,\"swim\":40}",
+ "environments_json": null,
+ "strength": 18,
+ "dexterity": 16,
+ "constitution": 24,
+ "intelligence": 6,
+ "wisdom": 18,
+ "charisma": 18,
+ "strength_save": 4,
+ "dexterity_save": 3,
+ "constitution_save": 7,
+ "intelligence_save": -2,
+ "wisdom_save": 4,
+ "charisma_save": 4,
+ "perception": 17,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "cold",
+ "condition_immunities": "",
+ "senses": "darkvision 120 ft., keensense 30 ft.",
+ "languages": "Common,Draconic",
+ "challenge_rating": "6",
+ "cr": 6.0,
+ "actions_json": "[{\"name\":\"Multiattack\",\"desc\":\"The dragon makes one Bite attack and two Claw attacks.\"},{\"name\":\"Bite\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 10 ft., one target. _Hit:_ 15 (2d10+4) piercing damage plus 4 (1d8) cold damage.\"},{\"name\":\"Claw\",\"desc\":\"_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6+4) slashing damage.\"},{\"name\":\"Cold Breath (Recharge 5-6)\",\"desc\":\"The dragon exhales an icy blast in a 30-foot cone. Each creature in that area must make a DC 15 CON save, taking 31 (7d8) cold damage on a failed save, or half as much damage on a successful one.\"}]",
+ "bonus_actions_json": null,
+ "special_abilities_json": "[{\"name\":\"Ice Walk\",\"desc\":\"The dragon can move across and climb icy surfaces without needing to make an ability check. In addition, difficult terrain composed of ice or snow doesn’t cost it extra movement.\"},{\"name\":\"Numbing Chill\",\"desc\":\"When the white dragon hasn’t unleashed its Cold Breath, the cold builds up within it and ripples outward from it. While the dragon’s Cold Breath is available, it emits a numbing chill, and each creature that starts its turn within 10 feet of the dragon must succeed on a DC 15 CON save or its speed is reduced by 10 feet.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+},
+{
+ "model": "api.monster",
+ "pk": "zombie_bf",
+ "fields": {
+ "name": "Zombie",
+ "desc": "",
+ "document": 46,
+ "created_at": "2024-05-27T21:12:00",
+ "page_no": null,
+ "size": "medium",
+ "type": "Undead",
+ "subtype": "",
+ "group": "Zombies",
+ "alignment": "",
+ "armor_class": 8,
+ "armor_desc": null,
+ "hit_points": 16,
+ "hit_dice": "",
+ "speed_json": "{\"walk\":20}",
+ "environments_json": null,
+ "strength": 14,
+ "dexterity": 6,
+ "constitution": 16,
+ "intelligence": 2,
+ "wisdom": 10,
+ "charisma": 4,
+ "strength_save": 2,
+ "dexterity_save": -2,
+ "constitution_save": 3,
+ "intelligence_save": -4,
+ "wisdom_save": 0,
+ "charisma_save": -3,
+ "perception": 10,
+ "skills_json": "",
+ "damage_vulnerabilities": "",
+ "damage_resistances": "",
+ "damage_immunities": "Undead Resilience",
+ "condition_immunities": "",
+ "senses": "darkvision 60 ft.",
+ "languages": "understands the languages it knew in life but can't speak",
+ "challenge_rating": "1/4",
+ "cr": 0.25,
+ "actions_json": "[{\"name\":\"Slam\",\"desc\":\"_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 5 (1d6+2) bludgeoning damage. The target is grappled (escape DC 12) if it is a Medium or smaller creature, and the zombie doesn't already have a creature grappled.\"}]",
+ "bonus_actions_json": "[{\"name\":\"Rotten Hold\",\"desc\":\"The zombie gnaws idly on the creature grappled by it. The target must succeed on a DC 12 CON save or take 2 (1d4) poison damage. A Humanoid slain by this bonus action rises 24 hours later as a zombie, unless the Humanoid is restored to life or its body is destroyed.\"}]",
+ "special_abilities_json": "[{\"name\":\"Undead Fortitude\",\"desc\":\"If damage reduces the zombie to 0 HP, it must make a CON save with a DC equal to 5 + the damage taken, unless the damage is radiant or from a critical hit. On a success, the zombie drops to 1 HP instead.\"},{\"name\":\"Undead Nature\",\"desc\":\"The zombie doesn't require air, food, drink, or sleep.\"},{\"name\":\"Undead Resilience\",\"desc\":\"The zombie is immune to poison damage, to exhaustion, and to the poisoned condition.\"}]",
+ "reactions_json": null,
+ "legendary_desc": null,
+ "legendary_actions_json": null,
+ "spells_json": "",
+ "route": "monsters/",
+ "img_main": null
+ }
+}
+]
diff --git a/data/v2/kobold-press/bfrd/Creature.json b/data/v2/kobold-press/bfrd/Creature.json
new file mode 100644
index 00000000..a13f0355
--- /dev/null
+++ b/data/v2/kobold-press/bfrd/Creature.json
@@ -0,0 +1,26468 @@
+[
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_aboleth",
+ "fields": {
+ "name": "Aboleth",
+ "document": "bfrd",
+ "languages_desc": "Deep Speech,telepathy 120 ft.",
+ "telepathy_range": 120.0,
+ "ability_score_strength": 20,
+ "ability_score_dexterity": 8,
+ "ability_score_constitution": 22,
+ "ability_score_intelligence": 26,
+ "ability_score_wisdom": 22,
+ "ability_score_charisma": 18,
+ "saving_throw_strength": 5,
+ "saving_throw_dexterity": -1,
+ "saving_throw_constitution": 6,
+ "saving_throw_intelligence": 8,
+ "saving_throw_wisdom": 6,
+ "saving_throw_charisma": 4,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 16,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 17,
+ "hit_points": 165,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 10.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": 40.0,
+ "type": "aberration",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "10.000",
+ "experience_points_integer": null,
+ "languages": [
+ "deep-speech"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "psychic"
+ ],
+ "damage_resistances": [
+ "acid"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_acolyte",
+ "fields": {
+ "name": "Acolyte",
+ "document": "bfrd",
+ "languages_desc": "any one language (usually Common)",
+ "telepathy_range": null,
+ "ability_score_strength": 10,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 10,
+ "ability_score_wisdom": 18,
+ "ability_score_charisma": 10,
+ "saving_throw_strength": 0,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": 0,
+ "saving_throw_wisdom": 4,
+ "saving_throw_charisma": 0,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 14,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 10,
+ "hit_points": 15,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.250",
+ "experience_points_integer": null,
+ "languages": [
+ "abyssal",
+ "celestial",
+ "common",
+ "deep-speech",
+ "draconic",
+ "druidic",
+ "dwarvish",
+ "elvish",
+ "giant",
+ "gnomish",
+ "goblin",
+ "halfling",
+ "infernal",
+ "orc",
+ "primordial",
+ "sylvan",
+ "thieves-cant",
+ "undercommon",
+ "void-speech"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_adult-black-dragon",
+ "fields": {
+ "name": "Adult Black Dragon",
+ "document": "bfrd",
+ "languages_desc": "Common,Draconic",
+ "telepathy_range": null,
+ "ability_score_strength": 24,
+ "ability_score_dexterity": 24,
+ "ability_score_constitution": 30,
+ "ability_score_intelligence": 14,
+ "ability_score_wisdom": 24,
+ "ability_score_charisma": 26,
+ "saving_throw_strength": 7,
+ "saving_throw_dexterity": 7,
+ "saving_throw_constitution": 10,
+ "saving_throw_intelligence": 2,
+ "saving_throw_wisdom": 7,
+ "saving_throw_charisma": 8,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 17,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "huge",
+ "weight": "0.000",
+ "armor_class": 19,
+ "hit_points": 238,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": 80.0,
+ "burrow": null,
+ "climb": null,
+ "swim": 40.0,
+ "type": "dragon",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "14.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "draconic"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "acid"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_adult-blue-dragon",
+ "fields": {
+ "name": "Adult Blue Dragon",
+ "document": "bfrd",
+ "languages_desc": "Common,Draconic",
+ "telepathy_range": null,
+ "ability_score_strength": 24,
+ "ability_score_dexterity": 20,
+ "ability_score_constitution": 32,
+ "ability_score_intelligence": 16,
+ "ability_score_wisdom": 24,
+ "ability_score_charisma": 28,
+ "saving_throw_strength": 7,
+ "saving_throw_dexterity": 5,
+ "saving_throw_constitution": 11,
+ "saving_throw_intelligence": 3,
+ "saving_throw_wisdom": 7,
+ "saving_throw_charisma": 9,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 17,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "huge",
+ "weight": "0.000",
+ "armor_class": 19,
+ "hit_points": 267,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": 80.0,
+ "burrow": 30.0,
+ "climb": null,
+ "swim": null,
+ "type": "dragon",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "16.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "draconic"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "lightning"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_adult-brass-dragon",
+ "fields": {
+ "name": "Adult Brass Dragon",
+ "document": "bfrd",
+ "languages_desc": "Common,Draconic",
+ "telepathy_range": null,
+ "ability_score_strength": 22,
+ "ability_score_dexterity": 20,
+ "ability_score_constitution": 30,
+ "ability_score_intelligence": 14,
+ "ability_score_wisdom": 22,
+ "ability_score_charisma": 26,
+ "saving_throw_strength": 6,
+ "saving_throw_dexterity": 5,
+ "saving_throw_constitution": 10,
+ "saving_throw_intelligence": 2,
+ "saving_throw_wisdom": 6,
+ "saving_throw_charisma": 8,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 16,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "huge",
+ "weight": "0.000",
+ "armor_class": 18,
+ "hit_points": 225,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": 80.0,
+ "burrow": 30.0,
+ "climb": null,
+ "swim": null,
+ "type": "dragon",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "13.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "draconic"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "fire"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_adult-bronze-dragon",
+ "fields": {
+ "name": "Adult Bronze Dragon",
+ "document": "bfrd",
+ "languages_desc": "Common,Draconic",
+ "telepathy_range": null,
+ "ability_score_strength": 24,
+ "ability_score_dexterity": 20,
+ "ability_score_constitution": 32,
+ "ability_score_intelligence": 16,
+ "ability_score_wisdom": 24,
+ "ability_score_charisma": 28,
+ "saving_throw_strength": 7,
+ "saving_throw_dexterity": 5,
+ "saving_throw_constitution": 11,
+ "saving_throw_intelligence": 3,
+ "saving_throw_wisdom": 7,
+ "saving_throw_charisma": 9,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 17,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "huge",
+ "weight": "0.000",
+ "armor_class": 19,
+ "hit_points": 255,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": 80.0,
+ "burrow": null,
+ "climb": null,
+ "swim": 40.0,
+ "type": "dragon",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "15.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "draconic"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "lightning"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_adult-copper-dragon",
+ "fields": {
+ "name": "Adult Copper Dragon",
+ "document": "bfrd",
+ "languages_desc": "Common,Draconic",
+ "telepathy_range": null,
+ "ability_score_strength": 22,
+ "ability_score_dexterity": 22,
+ "ability_score_constitution": 30,
+ "ability_score_intelligence": 18,
+ "ability_score_wisdom": 24,
+ "ability_score_charisma": 26,
+ "saving_throw_strength": 6,
+ "saving_throw_dexterity": 6,
+ "saving_throw_constitution": 10,
+ "saving_throw_intelligence": 4,
+ "saving_throw_wisdom": 7,
+ "saving_throw_charisma": 8,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 17,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "huge",
+ "weight": "0.000",
+ "armor_class": 18,
+ "hit_points": 252,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": 80.0,
+ "burrow": null,
+ "climb": 40.0,
+ "swim": null,
+ "type": "dragon",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "14.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "draconic"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "acid"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_adult-gold-dragon",
+ "fields": {
+ "name": "Adult Gold Dragon",
+ "document": "bfrd",
+ "languages_desc": "Common,Draconic",
+ "telepathy_range": null,
+ "ability_score_strength": 26,
+ "ability_score_dexterity": 26,
+ "ability_score_constitution": 36,
+ "ability_score_intelligence": 18,
+ "ability_score_wisdom": 32,
+ "ability_score_charisma": 30,
+ "saving_throw_strength": 8,
+ "saving_throw_dexterity": 8,
+ "saving_throw_constitution": 13,
+ "saving_throw_intelligence": 4,
+ "saving_throw_wisdom": 11,
+ "saving_throw_charisma": 10,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 21,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "huge",
+ "weight": "0.000",
+ "armor_class": 19,
+ "hit_points": 284,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": 80.0,
+ "burrow": null,
+ "climb": null,
+ "swim": 40.0,
+ "type": "dragon",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "17.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "draconic"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "fire"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_adult-green-dragon",
+ "fields": {
+ "name": "Adult Green Dragon",
+ "document": "bfrd",
+ "languages_desc": "Common,Draconic",
+ "telepathy_range": null,
+ "ability_score_strength": 22,
+ "ability_score_dexterity": 22,
+ "ability_score_constitution": 30,
+ "ability_score_intelligence": 22,
+ "ability_score_wisdom": 24,
+ "ability_score_charisma": 26,
+ "saving_throw_strength": 6,
+ "saving_throw_dexterity": 6,
+ "saving_throw_constitution": 10,
+ "saving_throw_intelligence": 6,
+ "saving_throw_wisdom": 7,
+ "saving_throw_charisma": 8,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 17,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "huge",
+ "weight": "0.000",
+ "armor_class": 19,
+ "hit_points": 255,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": 80.0,
+ "burrow": null,
+ "climb": null,
+ "swim": 40.0,
+ "type": "dragon",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "15.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "draconic"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "poison"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_adult-red-dragon",
+ "fields": {
+ "name": "Adult Red Dragon",
+ "document": "bfrd",
+ "languages_desc": "Common,Draconic",
+ "telepathy_range": null,
+ "ability_score_strength": 26,
+ "ability_score_dexterity": 22,
+ "ability_score_constitution": 36,
+ "ability_score_intelligence": 16,
+ "ability_score_wisdom": 24,
+ "ability_score_charisma": 32,
+ "saving_throw_strength": 8,
+ "saving_throw_dexterity": 6,
+ "saving_throw_constitution": 13,
+ "saving_throw_intelligence": 3,
+ "saving_throw_wisdom": 7,
+ "saving_throw_charisma": 11,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 17,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "huge",
+ "weight": "0.000",
+ "armor_class": 19,
+ "hit_points": 301,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": 80.0,
+ "burrow": null,
+ "climb": 40.0,
+ "swim": null,
+ "type": "dragon",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "17.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "draconic"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "fire"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_adult-silver-dragon",
+ "fields": {
+ "name": "Adult Silver Dragon",
+ "document": "bfrd",
+ "languages_desc": "Common,Draconic",
+ "telepathy_range": null,
+ "ability_score_strength": 26,
+ "ability_score_dexterity": 20,
+ "ability_score_constitution": 34,
+ "ability_score_intelligence": 16,
+ "ability_score_wisdom": 24,
+ "ability_score_charisma": 28,
+ "saving_throw_strength": 8,
+ "saving_throw_dexterity": 5,
+ "saving_throw_constitution": 12,
+ "saving_throw_intelligence": 3,
+ "saving_throw_wisdom": 7,
+ "saving_throw_charisma": 9,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 17,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "huge",
+ "weight": "0.000",
+ "armor_class": 19,
+ "hit_points": 267,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": 80.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "dragon",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "16.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "draconic"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "cold"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_adult-white-dragon",
+ "fields": {
+ "name": "Adult White Dragon",
+ "document": "bfrd",
+ "languages_desc": "Common,Draconic",
+ "telepathy_range": null,
+ "ability_score_strength": 22,
+ "ability_score_dexterity": 20,
+ "ability_score_constitution": 32,
+ "ability_score_intelligence": 8,
+ "ability_score_wisdom": 24,
+ "ability_score_charisma": 24,
+ "saving_throw_strength": 6,
+ "saving_throw_dexterity": 5,
+ "saving_throw_constitution": 11,
+ "saving_throw_intelligence": -1,
+ "saving_throw_wisdom": 7,
+ "saving_throw_charisma": 7,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 17,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "huge",
+ "weight": "0.000",
+ "armor_class": 18,
+ "hit_points": 238,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": 80.0,
+ "burrow": 30.0,
+ "climb": null,
+ "swim": 40.0,
+ "type": "dragon",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "13.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "draconic"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "cold"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_air-elemental",
+ "fields": {
+ "name": "Air Elemental",
+ "document": "bfrd",
+ "languages_desc": "Auran",
+ "telepathy_range": null,
+ "ability_score_strength": 14,
+ "ability_score_dexterity": 20,
+ "ability_score_constitution": 14,
+ "ability_score_intelligence": 6,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": 2,
+ "saving_throw_dexterity": 5,
+ "saving_throw_constitution": 2,
+ "saving_throw_intelligence": -2,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 15,
+ "hit_points": 94,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 0.0,
+ "unit": null,
+ "hover": true,
+ "fly": 90.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "elemental",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "5.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "lightning"
+ ],
+ "damage_resistances": [
+ "thunder"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_ambush-hag",
+ "fields": {
+ "name": "Ambush Hag",
+ "document": "bfrd",
+ "languages_desc": "Common,Sylvan",
+ "telepathy_range": null,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 26,
+ "ability_score_constitution": 16,
+ "ability_score_intelligence": 16,
+ "ability_score_wisdom": 14,
+ "ability_score_charisma": 26,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": 8,
+ "saving_throw_constitution": 3,
+ "saving_throw_intelligence": 3,
+ "saving_throw_wisdom": 2,
+ "saving_throw_charisma": 8,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 12,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 16,
+ "hit_points": 156,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": 30.0,
+ "swim": null,
+ "type": "fey",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "9.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "sylvan"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "poison"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_ancient-black-dragon",
+ "fields": {
+ "name": "Ancient Black Dragon",
+ "document": "bfrd",
+ "languages_desc": "Common,Draconic",
+ "telepathy_range": null,
+ "ability_score_strength": 28,
+ "ability_score_dexterity": 26,
+ "ability_score_constitution": 36,
+ "ability_score_intelligence": 16,
+ "ability_score_wisdom": 28,
+ "ability_score_charisma": 30,
+ "saving_throw_strength": 9,
+ "saving_throw_dexterity": 8,
+ "saving_throw_constitution": 13,
+ "saving_throw_intelligence": 3,
+ "saving_throw_wisdom": 9,
+ "saving_throw_charisma": 10,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 19,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "gargantuan",
+ "weight": "0.000",
+ "armor_class": 21,
+ "hit_points": 355,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": 80.0,
+ "burrow": null,
+ "climb": null,
+ "swim": 40.0,
+ "type": "dragon",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "20.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "draconic"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "acid"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_ancient-blue-dragon",
+ "fields": {
+ "name": "Ancient Blue Dragon",
+ "document": "bfrd",
+ "languages_desc": "Common,Draconic",
+ "telepathy_range": null,
+ "ability_score_strength": 28,
+ "ability_score_dexterity": 22,
+ "ability_score_constitution": 38,
+ "ability_score_intelligence": 18,
+ "ability_score_wisdom": 28,
+ "ability_score_charisma": 32,
+ "saving_throw_strength": 9,
+ "saving_throw_dexterity": 6,
+ "saving_throw_constitution": 14,
+ "saving_throw_intelligence": 4,
+ "saving_throw_wisdom": 9,
+ "saving_throw_charisma": 11,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 19,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "gargantuan",
+ "weight": "0.000",
+ "armor_class": 21,
+ "hit_points": 355,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": 80.0,
+ "burrow": 40.0,
+ "climb": null,
+ "swim": null,
+ "type": "dragon",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "20.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "draconic"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "lightning"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_ancient-brass-dragon",
+ "fields": {
+ "name": "Ancient Brass Dragon",
+ "document": "bfrd",
+ "languages_desc": "Common,Draconic",
+ "telepathy_range": null,
+ "ability_score_strength": 26,
+ "ability_score_dexterity": 22,
+ "ability_score_constitution": 36,
+ "ability_score_intelligence": 16,
+ "ability_score_wisdom": 26,
+ "ability_score_charisma": 30,
+ "saving_throw_strength": 8,
+ "saving_throw_dexterity": 6,
+ "saving_throw_constitution": 13,
+ "saving_throw_intelligence": 3,
+ "saving_throw_wisdom": 8,
+ "saving_throw_charisma": 10,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 18,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "gargantuan",
+ "weight": "0.000",
+ "armor_class": 20,
+ "hit_points": 284,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": 80.0,
+ "burrow": 40.0,
+ "climb": null,
+ "swim": null,
+ "type": "dragon",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "17.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "draconic"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "fire"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_ancient-bronze-dragon",
+ "fields": {
+ "name": "Ancient Bronze Dragon",
+ "document": "bfrd",
+ "languages_desc": "Common,Draconic",
+ "telepathy_range": null,
+ "ability_score_strength": 28,
+ "ability_score_dexterity": 22,
+ "ability_score_constitution": 38,
+ "ability_score_intelligence": 18,
+ "ability_score_wisdom": 28,
+ "ability_score_charisma": 32,
+ "saving_throw_strength": 9,
+ "saving_throw_dexterity": 6,
+ "saving_throw_constitution": 14,
+ "saving_throw_intelligence": 4,
+ "saving_throw_wisdom": 9,
+ "saving_throw_charisma": 11,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 19,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "gargantuan",
+ "weight": "0.000",
+ "armor_class": 21,
+ "hit_points": 314,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": 80.0,
+ "burrow": null,
+ "climb": null,
+ "swim": 40.0,
+ "type": "dragon",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "19.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "draconic"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "lightning"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_ancient-copper-dragon",
+ "fields": {
+ "name": "Ancient Copper Dragon",
+ "document": "bfrd",
+ "languages_desc": "Common,Draconic",
+ "telepathy_range": null,
+ "ability_score_strength": 26,
+ "ability_score_dexterity": 22,
+ "ability_score_constitution": 36,
+ "ability_score_intelligence": 20,
+ "ability_score_wisdom": 28,
+ "ability_score_charisma": 30,
+ "saving_throw_strength": 8,
+ "saving_throw_dexterity": 6,
+ "saving_throw_constitution": 13,
+ "saving_throw_intelligence": 5,
+ "saving_throw_wisdom": 9,
+ "saving_throw_charisma": 10,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 19,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "gargantuan",
+ "weight": "0.000",
+ "armor_class": 21,
+ "hit_points": 297,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": 80.0,
+ "burrow": null,
+ "climb": 40.0,
+ "swim": null,
+ "type": "dragon",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "18.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "draconic"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "acid"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_ancient-gold-dragon",
+ "fields": {
+ "name": "Ancient Gold Dragon",
+ "document": "bfrd",
+ "languages_desc": "Common,Draconic",
+ "telepathy_range": null,
+ "ability_score_strength": 30,
+ "ability_score_dexterity": 28,
+ "ability_score_constitution": 42,
+ "ability_score_intelligence": 20,
+ "ability_score_wisdom": 36,
+ "ability_score_charisma": 34,
+ "saving_throw_strength": 10,
+ "saving_throw_dexterity": 9,
+ "saving_throw_constitution": 16,
+ "saving_throw_intelligence": 5,
+ "saving_throw_wisdom": 13,
+ "saving_throw_charisma": 12,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 23,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "gargantuan",
+ "weight": "0.000",
+ "armor_class": 22,
+ "hit_points": 382,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": 80.0,
+ "burrow": null,
+ "climb": null,
+ "swim": 40.0,
+ "type": "dragon",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "21.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "draconic"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "fire"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_ancient-green-dragon",
+ "fields": {
+ "name": "Ancient Green Dragon",
+ "document": "bfrd",
+ "languages_desc": "Common,Draconic",
+ "telepathy_range": null,
+ "ability_score_strength": 26,
+ "ability_score_dexterity": 24,
+ "ability_score_constitution": 36,
+ "ability_score_intelligence": 24,
+ "ability_score_wisdom": 28,
+ "ability_score_charisma": 30,
+ "saving_throw_strength": 8,
+ "saving_throw_dexterity": 7,
+ "saving_throw_constitution": 13,
+ "saving_throw_intelligence": 7,
+ "saving_throw_wisdom": 9,
+ "saving_throw_charisma": 10,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 19,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "gargantuan",
+ "weight": "0.000",
+ "armor_class": 21,
+ "hit_points": 333,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": 80.0,
+ "burrow": null,
+ "climb": null,
+ "swim": 40.0,
+ "type": "dragon",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "19.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "draconic"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "poison"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_ancient-red-dragon",
+ "fields": {
+ "name": "Ancient Red Dragon",
+ "document": "bfrd",
+ "languages_desc": "Common,Draconic",
+ "telepathy_range": null,
+ "ability_score_strength": 30,
+ "ability_score_dexterity": 24,
+ "ability_score_constitution": 42,
+ "ability_score_intelligence": 18,
+ "ability_score_wisdom": 28,
+ "ability_score_charisma": 36,
+ "saving_throw_strength": 10,
+ "saving_throw_dexterity": 7,
+ "saving_throw_constitution": 16,
+ "saving_throw_intelligence": 4,
+ "saving_throw_wisdom": 9,
+ "saving_throw_charisma": 13,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 19,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "gargantuan",
+ "weight": "0.000",
+ "armor_class": 22,
+ "hit_points": 382,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": 80.0,
+ "burrow": null,
+ "climb": 40.0,
+ "swim": null,
+ "type": "dragon",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "21.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "draconic"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "fire"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_ancient-silver-dragon",
+ "fields": {
+ "name": "Ancient Silver Dragon",
+ "document": "bfrd",
+ "languages_desc": "Common,Draconic",
+ "telepathy_range": null,
+ "ability_score_strength": 30,
+ "ability_score_dexterity": 22,
+ "ability_score_constitution": 40,
+ "ability_score_intelligence": 18,
+ "ability_score_wisdom": 28,
+ "ability_score_charisma": 32,
+ "saving_throw_strength": 10,
+ "saving_throw_dexterity": 6,
+ "saving_throw_constitution": 15,
+ "saving_throw_intelligence": 4,
+ "saving_throw_wisdom": 9,
+ "saving_throw_charisma": 11,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 19,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "gargantuan",
+ "weight": "0.000",
+ "armor_class": 21,
+ "hit_points": 355,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": 80.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "dragon",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "20.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "draconic"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "cold"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_ancient-white-dragon",
+ "fields": {
+ "name": "Ancient White Dragon",
+ "document": "bfrd",
+ "languages_desc": "Common,Draconic",
+ "telepathy_range": null,
+ "ability_score_strength": 26,
+ "ability_score_dexterity": 22,
+ "ability_score_constitution": 38,
+ "ability_score_intelligence": 10,
+ "ability_score_wisdom": 28,
+ "ability_score_charisma": 28,
+ "saving_throw_strength": 8,
+ "saving_throw_dexterity": 6,
+ "saving_throw_constitution": 14,
+ "saving_throw_intelligence": 0,
+ "saving_throw_wisdom": 9,
+ "saving_throw_charisma": 9,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 19,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "gargantuan",
+ "weight": "0.000",
+ "armor_class": 20,
+ "hit_points": 301,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": 80.0,
+ "burrow": 40.0,
+ "climb": null,
+ "swim": 40.0,
+ "type": "dragon",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "17.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "draconic"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "cold"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_androsphinx",
+ "fields": {
+ "name": "Androsphinx",
+ "document": "bfrd",
+ "languages_desc": "Common,Sphinx",
+ "telepathy_range": null,
+ "ability_score_strength": 22,
+ "ability_score_dexterity": 20,
+ "ability_score_constitution": 32,
+ "ability_score_intelligence": 28,
+ "ability_score_wisdom": 30,
+ "ability_score_charisma": 22,
+ "saving_throw_strength": 6,
+ "saving_throw_dexterity": 5,
+ "saving_throw_constitution": 11,
+ "saving_throw_intelligence": 9,
+ "saving_throw_wisdom": 10,
+ "saving_throw_charisma": 6,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 20,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": 120.0,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 17,
+ "hit_points": 284,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": true,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": 60.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "monstrosity",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "17.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "bludgeoning",
+ "piercing",
+ "psychic",
+ "slashing"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_animated-armor",
+ "fields": {
+ "name": "Animated Armor",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 18,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 1,
+ "ability_score_wisdom": 6,
+ "ability_score_charisma": 1,
+ "saving_throw_strength": 4,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": -5,
+ "saving_throw_wisdom": -2,
+ "saving_throw_charisma": -5,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 8,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 18,
+ "hit_points": 34,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 25.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "construct",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "1.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [
+ "acid"
+ ],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "slashing"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_ankheg",
+ "fields": {
+ "name": "Ankheg",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 20,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 1,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": 5,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": -5,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": 60.0,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 14,
+ "hit_points": 57,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": 10.0,
+ "climb": null,
+ "swim": null,
+ "type": "monstrosity",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "2.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "acid"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_ape",
+ "fields": {
+ "name": "Ape",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 20,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 14,
+ "ability_score_intelligence": 6,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": 5,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 2,
+ "saving_throw_intelligence": -2,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 25,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": 30.0,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.500",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_ape-giant",
+ "fields": {
+ "name": "Ape, Giant",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 26,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 18,
+ "ability_score_intelligence": 6,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": 8,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 4,
+ "saving_throw_intelligence": -2,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "huge",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 176,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": 40.0,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "7.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_archdruid",
+ "fields": {
+ "name": "Archdruid",
+ "document": "bfrd",
+ "languages_desc": "Common,Druidic,plus any one language",
+ "telepathy_range": null,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 22,
+ "ability_score_wisdom": 28,
+ "ability_score_charisma": 12,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": 6,
+ "saving_throw_wisdom": 9,
+ "saving_throw_charisma": 1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 19,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 17,
+ "hit_points": 210,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "12.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "druidic"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_archmage",
+ "fields": {
+ "name": "Archmage",
+ "document": "bfrd",
+ "languages_desc": "any six languages",
+ "telepathy_range": null,
+ "ability_score_strength": 10,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 28,
+ "ability_score_wisdom": 22,
+ "ability_score_charisma": 16,
+ "saving_throw_strength": 0,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": 9,
+ "saving_throw_wisdom": 6,
+ "saving_throw_charisma": 3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 16,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 17,
+ "hit_points": 212,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "12.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_assassin",
+ "fields": {
+ "name": "Assassin",
+ "document": "bfrd",
+ "languages_desc": "Thieves' Cant plus any two languages",
+ "telepathy_range": null,
+ "ability_score_strength": 10,
+ "ability_score_dexterity": 22,
+ "ability_score_constitution": 14,
+ "ability_score_intelligence": 18,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 10,
+ "saving_throw_strength": 0,
+ "saving_throw_dexterity": 6,
+ "saving_throw_constitution": 2,
+ "saving_throw_intelligence": 4,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": 0,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 15,
+ "hit_points": 157,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "8.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "poison"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_awakened-shrub",
+ "fields": {
+ "name": "Awakened Shrub",
+ "document": "bfrd",
+ "languages_desc": "one language known by its creator",
+ "telepathy_range": null,
+ "ability_score_strength": 2,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 10,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": -4,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": 0,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "small",
+ "weight": "0.000",
+ "armor_class": 10,
+ "hit_points": 9,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 20.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "plant",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [
+ "fire"
+ ],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "piercing"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_awakened-tree",
+ "fields": {
+ "name": "Awakened Tree",
+ "document": "bfrd",
+ "languages_desc": "one language known by its creator",
+ "telepathy_range": null,
+ "ability_score_strength": 18,
+ "ability_score_dexterity": 6,
+ "ability_score_constitution": 14,
+ "ability_score_intelligence": 10,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": 4,
+ "saving_throw_dexterity": -2,
+ "saving_throw_constitution": 2,
+ "saving_throw_intelligence": 0,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "huge",
+ "weight": "0.000",
+ "armor_class": 13,
+ "hit_points": 60,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 20.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "plant",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "2.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [
+ "fire"
+ ],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "bludgeoning",
+ "piercing"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_axe-beak",
+ "fields": {
+ "name": "Axe Beak",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 14,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 4,
+ "saving_throw_strength": 2,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 11,
+ "hit_points": 13,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 50.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.250",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_azer",
+ "fields": {
+ "name": "Azer",
+ "document": "bfrd",
+ "languages_desc": "Dwarvish,Ignan",
+ "telepathy_range": null,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 18,
+ "ability_score_intelligence": 12,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 10,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 4,
+ "saving_throw_intelligence": 1,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": 0,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 17,
+ "hit_points": 49,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "elemental",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "2.000",
+ "experience_points_integer": null,
+ "languages": [
+ "dwarvish"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "fire",
+ "poison"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_baboon",
+ "fields": {
+ "name": "Baboon",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 8,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 4,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": -1,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": -3,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 30.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "small",
+ "weight": "0.000",
+ "armor_class": 11,
+ "hit_points": 10,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": 30.0,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.125",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_badger",
+ "fields": {
+ "name": "Badger",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 4,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 4,
+ "saving_throw_strength": -3,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": -3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 30.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "tiny",
+ "weight": "0.000",
+ "armor_class": 10,
+ "hit_points": 9,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 20.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": 10.0,
+ "climb": null,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_badger-giant",
+ "fields": {
+ "name": "Badger, Giant",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 12,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 14,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 4,
+ "saving_throw_strength": 1,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 2,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": -3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 30.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 10,
+ "hit_points": 15,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": 15.0,
+ "climb": null,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.250",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_balara",
+ "fields": {
+ "name": "Balara",
+ "document": "bfrd",
+ "languages_desc": "understands the languages of its creator but can't speak",
+ "telepathy_range": null,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 14,
+ "ability_score_intelligence": 6,
+ "ability_score_wisdom": 14,
+ "ability_score_charisma": 8,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 2,
+ "saving_throw_intelligence": -2,
+ "saving_throw_wisdom": 2,
+ "saving_throw_charisma": -1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 12,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 17,
+ "hit_points": 114,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "undead",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "6.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "necrotic"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_balor",
+ "fields": {
+ "name": "Balor",
+ "document": "bfrd",
+ "languages_desc": "Abyssal,telepathy 120 ft.",
+ "telepathy_range": 120.0,
+ "ability_score_strength": 38,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 34,
+ "ability_score_intelligence": 20,
+ "ability_score_wisdom": 28,
+ "ability_score_charisma": 34,
+ "saving_throw_strength": 14,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 12,
+ "saving_throw_intelligence": 5,
+ "saving_throw_wisdom": 9,
+ "saving_throw_charisma": 12,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 19,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": 120.0,
+ "size": "huge",
+ "weight": "0.000",
+ "armor_class": 19,
+ "hit_points": 292,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": true,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": 80.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "fiend",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "19.000",
+ "experience_points_integer": null,
+ "languages": [
+ "abyssal"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "fire"
+ ],
+ "damage_resistances": [
+ "bludgeoning",
+ "piercing",
+ "slashing"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_bandit",
+ "fields": {
+ "name": "Bandit",
+ "document": "bfrd",
+ "languages_desc": "any one language (usually Common)",
+ "telepathy_range": null,
+ "ability_score_strength": 10,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 10,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 10,
+ "saving_throw_strength": 0,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": 0,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": 0,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 9,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.125",
+ "experience_points_integer": null,
+ "languages": [
+ "abyssal",
+ "celestial",
+ "common",
+ "deep-speech",
+ "draconic",
+ "druidic",
+ "dwarvish",
+ "elvish",
+ "giant",
+ "gnomish",
+ "goblin",
+ "halfling",
+ "infernal",
+ "orc",
+ "primordial",
+ "sylvan",
+ "thieves-cant",
+ "undercommon",
+ "void-speech"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_bandit-captain",
+ "fields": {
+ "name": "Bandit Captain",
+ "document": "bfrd",
+ "languages_desc": "any two languages",
+ "telepathy_range": null,
+ "ability_score_strength": 14,
+ "ability_score_dexterity": 18,
+ "ability_score_constitution": 14,
+ "ability_score_intelligence": 14,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 14,
+ "saving_throw_strength": 2,
+ "saving_throw_dexterity": 4,
+ "saving_throw_constitution": 2,
+ "saving_throw_intelligence": 2,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": 2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 16,
+ "hit_points": 51,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "2.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_barbed-devil",
+ "fields": {
+ "name": "Barbed Devil",
+ "document": "bfrd",
+ "languages_desc": "Infernal,telepathy 120 ft.",
+ "telepathy_range": 120.0,
+ "ability_score_strength": 22,
+ "ability_score_dexterity": 16,
+ "ability_score_constitution": 24,
+ "ability_score_intelligence": 12,
+ "ability_score_wisdom": 20,
+ "ability_score_charisma": 20,
+ "saving_throw_strength": 6,
+ "saving_throw_dexterity": 3,
+ "saving_throw_constitution": 7,
+ "saving_throw_intelligence": 1,
+ "saving_throw_wisdom": 5,
+ "saving_throw_charisma": 5,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 15,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 15,
+ "hit_points": 94,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "fiend",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "5.000",
+ "experience_points_integer": null,
+ "languages": [
+ "infernal"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_bard",
+ "fields": {
+ "name": "Bard",
+ "document": "bfrd",
+ "languages_desc": "Common plus any two languages",
+ "telepathy_range": null,
+ "ability_score_strength": 10,
+ "ability_score_dexterity": 22,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 14,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 24,
+ "saving_throw_strength": 0,
+ "saving_throw_dexterity": 6,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": 2,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": 7,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 15,
+ "hit_points": 114,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "5.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_basilisk",
+ "fields": {
+ "name": "Basilisk",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 8,
+ "ability_score_constitution": 14,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 8,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": -1,
+ "saving_throw_constitution": 2,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": -1,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 9,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 15,
+ "hit_points": 68,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 20.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "monstrosity",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "3.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "poison"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_bat",
+ "fields": {
+ "name": "Bat",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 2,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 8,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 4,
+ "saving_throw_strength": -4,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": -1,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": -3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "tiny",
+ "weight": "0.000",
+ "armor_class": 11,
+ "hit_points": 8,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 5.0,
+ "unit": null,
+ "hover": false,
+ "fly": 30.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_bat-giant",
+ "fields": {
+ "name": "Bat, Giant",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 14,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": 2,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 15,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 10.0,
+ "unit": null,
+ "hover": false,
+ "fly": 60.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.250",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_bat-swarm-of-bats",
+ "fields": {
+ "name": "Bat, Swarm of Bats",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 4,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 4,
+ "saving_throw_strength": -3,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": -3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 14,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 0.0,
+ "unit": null,
+ "hover": false,
+ "fly": 30.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.250",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_bear-black",
+ "fields": {
+ "name": "Bear, Black",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 14,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 14,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": 2,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 2,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 11,
+ "hit_points": 25,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": 30.0,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.500",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_bear-brown",
+ "fields": {
+ "name": "Bear, Brown",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 18,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 16,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": 4,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 3,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 11,
+ "hit_points": 44,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": 30.0,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "1.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_bear-polar",
+ "fields": {
+ "name": "Bear, Polar",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 20,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 16,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": 5,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 3,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 60,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": 30.0,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "2.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "cold"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_bearded-devil",
+ "fields": {
+ "name": "Bearded Devil",
+ "document": "bfrd",
+ "languages_desc": "Infernal,telepathy 120 ft.",
+ "telepathy_range": 120.0,
+ "ability_score_strength": 20,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 18,
+ "ability_score_intelligence": 8,
+ "ability_score_wisdom": 14,
+ "ability_score_charisma": 10,
+ "saving_throw_strength": 5,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 4,
+ "saving_throw_intelligence": -1,
+ "saving_throw_wisdom": 2,
+ "saving_throw_charisma": 0,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 12,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 13,
+ "hit_points": 63,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "fiend",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "3.000",
+ "experience_points_integer": null,
+ "languages": [
+ "infernal"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_behir",
+ "fields": {
+ "name": "Behir",
+ "document": "bfrd",
+ "languages_desc": "Draconic",
+ "telepathy_range": null,
+ "ability_score_strength": 30,
+ "ability_score_dexterity": 16,
+ "ability_score_constitution": 18,
+ "ability_score_intelligence": 6,
+ "ability_score_wisdom": 22,
+ "ability_score_charisma": 12,
+ "saving_throw_strength": 10,
+ "saving_throw_dexterity": 3,
+ "saving_throw_constitution": 4,
+ "saving_throw_intelligence": -2,
+ "saving_throw_wisdom": 6,
+ "saving_throw_charisma": 1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 16,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 90.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "huge",
+ "weight": "0.000",
+ "armor_class": 17,
+ "hit_points": 223,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 50.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": 40.0,
+ "swim": null,
+ "type": "monstrosity",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "11.000",
+ "experience_points_integer": null,
+ "languages": [
+ "draconic"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "lightning"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_berserker",
+ "fields": {
+ "name": "Berserker",
+ "document": "bfrd",
+ "languages_desc": "any one language (usually Common)",
+ "telepathy_range": null,
+ "ability_score_strength": 18,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 16,
+ "ability_score_intelligence": 8,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 8,
+ "saving_throw_strength": 4,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 3,
+ "saving_throw_intelligence": -1,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 13,
+ "hit_points": 60,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "2.000",
+ "experience_points_integer": null,
+ "languages": [
+ "abyssal",
+ "celestial",
+ "common",
+ "deep-speech",
+ "draconic",
+ "druidic",
+ "dwarvish",
+ "elvish",
+ "giant",
+ "gnomish",
+ "goblin",
+ "halfling",
+ "infernal",
+ "orc",
+ "primordial",
+ "sylvan",
+ "thieves-cant",
+ "undercommon",
+ "void-speech"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_black-dragon-wyrmling",
+ "fields": {
+ "name": "Black Dragon Wyrmling",
+ "document": "bfrd",
+ "languages_desc": "Draconic",
+ "telepathy_range": null,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 18,
+ "ability_score_constitution": 16,
+ "ability_score_intelligence": 10,
+ "ability_score_wisdom": 14,
+ "ability_score_charisma": 16,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": 4,
+ "saving_throw_constitution": 3,
+ "saving_throw_intelligence": 0,
+ "saving_throw_wisdom": 2,
+ "saving_throw_charisma": 3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 12,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 17,
+ "hit_points": 51,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": 60.0,
+ "burrow": null,
+ "climb": null,
+ "swim": 30.0,
+ "type": "dragon",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "2.000",
+ "experience_points_integer": null,
+ "languages": [
+ "draconic"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "acid"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_black-pudding",
+ "fields": {
+ "name": "Black Pudding",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 20,
+ "ability_score_dexterity": 4,
+ "ability_score_constitution": 16,
+ "ability_score_intelligence": 1,
+ "ability_score_wisdom": 6,
+ "ability_score_charisma": 1,
+ "saving_throw_strength": 5,
+ "saving_throw_dexterity": -3,
+ "saving_throw_constitution": 3,
+ "saving_throw_intelligence": -5,
+ "saving_throw_wisdom": -2,
+ "saving_throw_charisma": -5,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 8,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 7,
+ "hit_points": 122,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 20.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": 20.0,
+ "swim": null,
+ "type": "ooze",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "4.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "acid",
+ "lightning",
+ "slashing"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_blink-dog",
+ "fields": {
+ "name": "Blink Dog",
+ "document": "bfrd",
+ "languages_desc": "Blink Dog,understands Sylvan but can't speak it",
+ "telepathy_range": null,
+ "ability_score_strength": 12,
+ "ability_score_dexterity": 16,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 10,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 10,
+ "saving_throw_strength": 1,
+ "saving_throw_dexterity": 3,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": 0,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": 0,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 13,
+ "hit_points": 14,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "fey",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.250",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_bloatblossom",
+ "fields": {
+ "name": "Bloatblossom",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 16,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 8,
+ "ability_score_charisma": 4,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 3,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": -1,
+ "saving_throw_charisma": -3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 9,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 15,
+ "hit_points": 60,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 20.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "plant",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "2.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_blue-dragon-wyrmling",
+ "fields": {
+ "name": "Blue Dragon Wyrmling",
+ "document": "bfrd",
+ "languages_desc": "Draconic",
+ "telepathy_range": null,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 18,
+ "ability_score_intelligence": 12,
+ "ability_score_wisdom": 14,
+ "ability_score_charisma": 18,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 4,
+ "saving_throw_intelligence": 1,
+ "saving_throw_wisdom": 2,
+ "saving_throw_charisma": 4,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 12,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 17,
+ "hit_points": 68,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": 60.0,
+ "burrow": 15.0,
+ "climb": null,
+ "swim": null,
+ "type": "dragon",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "3.000",
+ "experience_points_integer": null,
+ "languages": [
+ "draconic"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "lightning"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_boar",
+ "fields": {
+ "name": "Boar",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 14,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 8,
+ "ability_score_charisma": 4,
+ "saving_throw_strength": 2,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": -1,
+ "saving_throw_charisma": -3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 9,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 11,
+ "hit_points": 15,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.250",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_boar-giant",
+ "fields": {
+ "name": "Boar, Giant",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 16,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 6,
+ "ability_score_charisma": 4,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 3,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": -2,
+ "saving_throw_charisma": -3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 8,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 63,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "2.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_bone-devil",
+ "fields": {
+ "name": "Bone Devil",
+ "document": "bfrd",
+ "languages_desc": "Infernal,telepathy 120 ft.",
+ "telepathy_range": 120.0,
+ "ability_score_strength": 18,
+ "ability_score_dexterity": 16,
+ "ability_score_constitution": 18,
+ "ability_score_intelligence": 20,
+ "ability_score_wisdom": 22,
+ "ability_score_charisma": 24,
+ "saving_throw_strength": 4,
+ "saving_throw_dexterity": 3,
+ "saving_throw_constitution": 4,
+ "saving_throw_intelligence": 5,
+ "saving_throw_wisdom": 6,
+ "saving_throw_charisma": 7,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 16,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 18,
+ "hit_points": 144,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": 40.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "fiend",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "9.000",
+ "experience_points_integer": null,
+ "languages": [
+ "infernal"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_brass-dragon-wyrmling",
+ "fields": {
+ "name": "Brass Dragon Wyrmling",
+ "document": "bfrd",
+ "languages_desc": "Draconic",
+ "telepathy_range": null,
+ "ability_score_strength": 14,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 16,
+ "ability_score_intelligence": 10,
+ "ability_score_wisdom": 14,
+ "ability_score_charisma": 16,
+ "saving_throw_strength": 2,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 3,
+ "saving_throw_intelligence": 0,
+ "saving_throw_wisdom": 2,
+ "saving_throw_charisma": 3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 12,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 16,
+ "hit_points": 36,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": 60.0,
+ "burrow": 15.0,
+ "climb": null,
+ "swim": null,
+ "type": "dragon",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "1.000",
+ "experience_points_integer": null,
+ "languages": [
+ "draconic"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "fire"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_bronze-dragon-wyrmling",
+ "fields": {
+ "name": "Bronze Dragon Wyrmling",
+ "document": "bfrd",
+ "languages_desc": "Draconic",
+ "telepathy_range": null,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 18,
+ "ability_score_intelligence": 12,
+ "ability_score_wisdom": 14,
+ "ability_score_charisma": 18,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 4,
+ "saving_throw_intelligence": 1,
+ "saving_throw_wisdom": 2,
+ "saving_throw_charisma": 4,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 12,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 17,
+ "hit_points": 51,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": 60.0,
+ "burrow": null,
+ "climb": null,
+ "swim": 30.0,
+ "type": "dragon",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "2.000",
+ "experience_points_integer": null,
+ "languages": [
+ "draconic"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "lightning"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_bugbear",
+ "fields": {
+ "name": "Bugbear",
+ "document": "bfrd",
+ "languages_desc": "Common,Goblin",
+ "telepathy_range": null,
+ "ability_score_strength": 20,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 8,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 8,
+ "saving_throw_strength": 5,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": -1,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 14,
+ "hit_points": 40,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "1.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "goblin"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_bugbear-champion",
+ "fields": {
+ "name": "Bugbear Champion",
+ "document": "bfrd",
+ "languages_desc": "Common,Goblin",
+ "telepathy_range": null,
+ "ability_score_strength": 22,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 14,
+ "ability_score_intelligence": 12,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 10,
+ "saving_throw_strength": 6,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 2,
+ "saving_throw_intelligence": 1,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": 0,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 17,
+ "hit_points": 85,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "4.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "goblin"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_bulette",
+ "fields": {
+ "name": "Bulette",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 24,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 20,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 4,
+ "saving_throw_strength": 7,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 5,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": 60.0,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 17,
+ "hit_points": 108,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": 40.0,
+ "climb": null,
+ "swim": null,
+ "type": "monstrosity",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "5.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "bludgeoning"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_camel",
+ "fields": {
+ "name": "Camel",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 14,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 14,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 8,
+ "ability_score_charisma": 4,
+ "saving_throw_strength": 2,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 2,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": -1,
+ "saving_throw_charisma": -3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 9,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 10,
+ "hit_points": 10,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 50.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.125",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_cat",
+ "fields": {
+ "name": "Cat",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 2,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": -4,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 30.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "tiny",
+ "weight": "0.000",
+ "armor_class": 11,
+ "hit_points": 8,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": 30.0,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_centaur",
+ "fields": {
+ "name": "Centaur",
+ "document": "bfrd",
+ "languages_desc": "Elvish,Sylvan",
+ "telepathy_range": null,
+ "ability_score_strength": 18,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 14,
+ "ability_score_intelligence": 8,
+ "ability_score_wisdom": 16,
+ "ability_score_charisma": 10,
+ "saving_throw_strength": 4,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 2,
+ "saving_throw_intelligence": -1,
+ "saving_throw_wisdom": 3,
+ "saving_throw_charisma": 0,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 13,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 63,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 50.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "monstrosity",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "2.000",
+ "experience_points_integer": null,
+ "languages": [
+ "elvish",
+ "sylvan"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_chain-devil",
+ "fields": {
+ "name": "Chain Devil",
+ "document": "bfrd",
+ "languages_desc": "Infernal,telepathy 120 ft.",
+ "telepathy_range": 120.0,
+ "ability_score_strength": 18,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 24,
+ "ability_score_intelligence": 10,
+ "ability_score_wisdom": 18,
+ "ability_score_charisma": 20,
+ "saving_throw_strength": 4,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 7,
+ "saving_throw_intelligence": 0,
+ "saving_throw_wisdom": 4,
+ "saving_throw_charisma": 5,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 14,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 16,
+ "hit_points": 138,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "fiend",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "8.000",
+ "experience_points_integer": null,
+ "languages": [
+ "infernal"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_chimera",
+ "fields": {
+ "name": "Chimera",
+ "document": "bfrd",
+ "languages_desc": "Draconic",
+ "telepathy_range": null,
+ "ability_score_strength": 18,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 18,
+ "ability_score_intelligence": 4,
+ "ability_score_wisdom": 20,
+ "ability_score_charisma": 10,
+ "saving_throw_strength": 4,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 4,
+ "saving_throw_intelligence": -3,
+ "saving_throw_wisdom": 5,
+ "saving_throw_charisma": 0,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 15,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 14,
+ "hit_points": 126,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": 60.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "monstrosity",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "6.000",
+ "experience_points_integer": null,
+ "languages": [
+ "draconic"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "fire"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_chuul",
+ "fields": {
+ "name": "Chuul",
+ "document": "bfrd",
+ "languages_desc": "understands Deep Speech but can't speak",
+ "telepathy_range": null,
+ "ability_score_strength": 18,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 16,
+ "ability_score_intelligence": 4,
+ "ability_score_wisdom": 14,
+ "ability_score_charisma": 4,
+ "saving_throw_strength": 4,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 3,
+ "saving_throw_intelligence": -3,
+ "saving_throw_wisdom": 2,
+ "saving_throw_charisma": -3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 12,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 15,
+ "hit_points": 80,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": 30.0,
+ "type": "aberration",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "4.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "poison"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_clay-golem",
+ "fields": {
+ "name": "Clay Golem",
+ "document": "bfrd",
+ "languages_desc": "understands the languages of its creator but can't speak",
+ "telepathy_range": null,
+ "ability_score_strength": 20,
+ "ability_score_dexterity": 8,
+ "ability_score_constitution": 18,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 8,
+ "ability_score_charisma": 1,
+ "saving_throw_strength": 5,
+ "saving_throw_dexterity": -1,
+ "saving_throw_constitution": 4,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": -1,
+ "saving_throw_charisma": -5,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 9,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 14,
+ "hit_points": 163,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 20.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "construct",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "9.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "acid"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_cloaker",
+ "fields": {
+ "name": "Cloaker",
+ "document": "bfrd",
+ "languages_desc": "Deep Speech,Undercommon",
+ "telepathy_range": null,
+ "ability_score_strength": 18,
+ "ability_score_dexterity": 20,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 12,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 14,
+ "saving_throw_strength": 4,
+ "saving_throw_dexterity": 5,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": 1,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": 2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 14,
+ "hit_points": 105,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 10.0,
+ "unit": null,
+ "hover": false,
+ "fly": 40.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "aberration",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "8.000",
+ "experience_points_integer": null,
+ "languages": [
+ "deep-speech",
+ "undercommon"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_cloud-giant",
+ "fields": {
+ "name": "Cloud Giant",
+ "document": "bfrd",
+ "languages_desc": "Giant",
+ "telepathy_range": null,
+ "ability_score_strength": 26,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 30,
+ "ability_score_intelligence": 12,
+ "ability_score_wisdom": 24,
+ "ability_score_charisma": 26,
+ "saving_throw_strength": 8,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 10,
+ "saving_throw_intelligence": 1,
+ "saving_throw_wisdom": 7,
+ "saving_throw_charisma": 8,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 17,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "huge",
+ "weight": "0.000",
+ "armor_class": 14,
+ "hit_points": 175,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": 60.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "giant",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "9.000",
+ "experience_points_integer": null,
+ "languages": [
+ "giant"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "cold"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_cockatrice",
+ "fields": {
+ "name": "Cockatrice",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 6,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 4,
+ "saving_throw_strength": -2,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": -3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "small",
+ "weight": "0.000",
+ "armor_class": 11,
+ "hit_points": 25,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 20.0,
+ "unit": null,
+ "hover": false,
+ "fly": 40.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "monstrosity",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.500",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_commoner",
+ "fields": {
+ "name": "Commoner",
+ "document": "bfrd",
+ "languages_desc": "any one language (usually Common)",
+ "telepathy_range": null,
+ "ability_score_strength": 10,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 10,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 10,
+ "saving_throw_strength": 0,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": 0,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": 0,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 10,
+ "hit_points": 8,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.000",
+ "experience_points_integer": null,
+ "languages": [
+ "abyssal",
+ "celestial",
+ "common",
+ "deep-speech",
+ "draconic",
+ "druidic",
+ "dwarvish",
+ "elvish",
+ "giant",
+ "gnomish",
+ "goblin",
+ "halfling",
+ "infernal",
+ "orc",
+ "primordial",
+ "sylvan",
+ "thieves-cant",
+ "undercommon",
+ "void-speech"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_copper-dragon-wyrmling",
+ "fields": {
+ "name": "Copper Dragon Wyrmling",
+ "document": "bfrd",
+ "languages_desc": "Draconic",
+ "telepathy_range": null,
+ "ability_score_strength": 14,
+ "ability_score_dexterity": 16,
+ "ability_score_constitution": 16,
+ "ability_score_intelligence": 14,
+ "ability_score_wisdom": 14,
+ "ability_score_charisma": 16,
+ "saving_throw_strength": 2,
+ "saving_throw_dexterity": 3,
+ "saving_throw_constitution": 3,
+ "saving_throw_intelligence": 2,
+ "saving_throw_wisdom": 2,
+ "saving_throw_charisma": 3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 12,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 16,
+ "hit_points": 36,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": 60.0,
+ "burrow": null,
+ "climb": 30.0,
+ "swim": null,
+ "type": "dragon",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "1.000",
+ "experience_points_integer": null,
+ "languages": [
+ "draconic"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "acid"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_couatl",
+ "fields": {
+ "name": "Couatl",
+ "document": "bfrd",
+ "languages_desc": "all,telepathy 120 ft.",
+ "telepathy_range": 120.0,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 20,
+ "ability_score_constitution": 16,
+ "ability_score_intelligence": 18,
+ "ability_score_wisdom": 24,
+ "ability_score_charisma": 22,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": 5,
+ "saving_throw_constitution": 3,
+ "saving_throw_intelligence": 4,
+ "saving_throw_wisdom": 7,
+ "saving_throw_charisma": 6,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 17,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": 120.0,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 17,
+ "hit_points": 77,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": 90.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "celestial",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "4.000",
+ "experience_points_integer": null,
+ "languages": [
+ "abyssal",
+ "celestial",
+ "common",
+ "deep-speech",
+ "draconic",
+ "druidic",
+ "dwarvish",
+ "elvish",
+ "giant",
+ "gnomish",
+ "goblin",
+ "halfling",
+ "infernal",
+ "orc",
+ "primordial",
+ "sylvan",
+ "thieves-cant",
+ "undercommon",
+ "void-speech"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "psychic"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_crab",
+ "fields": {
+ "name": "Crab",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 2,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 1,
+ "ability_score_wisdom": 8,
+ "ability_score_charisma": 2,
+ "saving_throw_strength": -4,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": -5,
+ "saving_throw_wisdom": -1,
+ "saving_throw_charisma": -4,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 9,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "tiny",
+ "weight": "0.000",
+ "armor_class": 11,
+ "hit_points": 9,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 20.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": 20.0,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [
+ "bludgeoning"
+ ],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "slashing"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_crab-giant",
+ "fields": {
+ "name": "Crab, Giant",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 14,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 1,
+ "ability_score_wisdom": 8,
+ "ability_score_charisma": 2,
+ "saving_throw_strength": 2,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": -5,
+ "saving_throw_wisdom": -1,
+ "saving_throw_charisma": -4,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 9,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 15,
+ "hit_points": 13,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": 30.0,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.250",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [
+ "bludgeoning"
+ ],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "slashing"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_crimson-jelly",
+ "fields": {
+ "name": "Crimson Jelly",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 2,
+ "ability_score_dexterity": 18,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 1,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 8,
+ "saving_throw_strength": -4,
+ "saving_throw_dexterity": 4,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": -5,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "tiny",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 20,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 0.0,
+ "unit": null,
+ "hover": true,
+ "fly": 60.0,
+ "burrow": null,
+ "climb": null,
+ "swim": 30.0,
+ "type": "ooze",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.500",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "necrotic"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_crocodile",
+ "fields": {
+ "name": "Crocodile",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 14,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 4,
+ "saving_throw_strength": 2,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 25,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 20.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": 30.0,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.500",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_crocodile-giant",
+ "fields": {
+ "name": "Crocodile, Giant",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 26,
+ "ability_score_dexterity": 8,
+ "ability_score_constitution": 16,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": 8,
+ "saving_throw_dexterity": -1,
+ "saving_throw_constitution": 3,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "huge",
+ "weight": "0.000",
+ "armor_class": 14,
+ "hit_points": 120,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": 50.0,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "5.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_cultist",
+ "fields": {
+ "name": "Cultist",
+ "document": "bfrd",
+ "languages_desc": "any one language (usually Common)",
+ "telepathy_range": null,
+ "ability_score_strength": 10,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 10,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 14,
+ "saving_throw_strength": 0,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": 0,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": 2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 13,
+ "hit_points": 9,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.125",
+ "experience_points_integer": null,
+ "languages": [
+ "abyssal",
+ "celestial",
+ "common",
+ "deep-speech",
+ "draconic",
+ "druidic",
+ "dwarvish",
+ "elvish",
+ "giant",
+ "gnomish",
+ "goblin",
+ "halfling",
+ "infernal",
+ "orc",
+ "primordial",
+ "sylvan",
+ "thieves-cant",
+ "undercommon",
+ "void-speech"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_cultist-fanatic",
+ "fields": {
+ "name": "Cultist, Fanatic",
+ "document": "bfrd",
+ "languages_desc": "any one language (usually Common)",
+ "telepathy_range": null,
+ "ability_score_strength": 10,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 10,
+ "ability_score_wisdom": 16,
+ "ability_score_charisma": 16,
+ "saving_throw_strength": 0,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": 0,
+ "saving_throw_wisdom": 3,
+ "saving_throw_charisma": 3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 13,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 14,
+ "hit_points": 60,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "2.000",
+ "experience_points_integer": null,
+ "languages": [
+ "abyssal",
+ "celestial",
+ "common",
+ "deep-speech",
+ "draconic",
+ "druidic",
+ "dwarvish",
+ "elvish",
+ "giant",
+ "gnomish",
+ "goblin",
+ "halfling",
+ "infernal",
+ "orc",
+ "primordial",
+ "sylvan",
+ "thieves-cant",
+ "undercommon",
+ "void-speech"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_darkmantle",
+ "fields": {
+ "name": "Darkmantle",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 4,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "small",
+ "weight": "0.000",
+ "armor_class": 11,
+ "hit_points": 25,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 10.0,
+ "unit": null,
+ "hover": false,
+ "fly": 30.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "monstrosity",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.500",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_death-dog",
+ "fields": {
+ "name": "Death Dog",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 14,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 14,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": 2,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 2,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 40,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "monstrosity",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "1.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_death-knight",
+ "fields": {
+ "name": "Death Knight",
+ "document": "bfrd",
+ "languages_desc": "Common",
+ "telepathy_range": null,
+ "ability_score_strength": 18,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 16,
+ "ability_score_intelligence": 12,
+ "ability_score_wisdom": 20,
+ "ability_score_charisma": 18,
+ "saving_throw_strength": 4,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 3,
+ "saving_throw_intelligence": 1,
+ "saving_throw_wisdom": 5,
+ "saving_throw_charisma": 4,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 15,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 90.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 18,
+ "hit_points": 140,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "undead",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "8.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common"
+ ],
+ "damage_vulnerabilities": [
+ "radiant"
+ ],
+ "damage_immunities": [
+ "necrotic"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_deep-gnome",
+ "fields": {
+ "name": "Deep Gnome",
+ "document": "bfrd",
+ "languages_desc": "Gnomish,Terran,Undercommon",
+ "telepathy_range": null,
+ "ability_score_strength": 14,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 14,
+ "ability_score_intelligence": 12,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 8,
+ "saving_throw_strength": 2,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 2,
+ "saving_throw_intelligence": 1,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "small",
+ "weight": "0.000",
+ "armor_class": 15,
+ "hit_points": 23,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 20.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.500",
+ "experience_points_integer": null,
+ "languages": [
+ "gnomish",
+ "undercommon"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_deer",
+ "fields": {
+ "name": "Deer",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 10,
+ "ability_score_dexterity": 16,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 14,
+ "ability_score_charisma": 4,
+ "saving_throw_strength": 0,
+ "saving_throw_dexterity": 3,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 2,
+ "saving_throw_charisma": -3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 12,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 13,
+ "hit_points": 8,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 50.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_deva",
+ "fields": {
+ "name": "Deva",
+ "document": "bfrd",
+ "languages_desc": "all,telepathy 120 ft.",
+ "telepathy_range": 120.0,
+ "ability_score_strength": 18,
+ "ability_score_dexterity": 18,
+ "ability_score_constitution": 18,
+ "ability_score_intelligence": 16,
+ "ability_score_wisdom": 28,
+ "ability_score_charisma": 28,
+ "saving_throw_strength": 4,
+ "saving_throw_dexterity": 4,
+ "saving_throw_constitution": 4,
+ "saving_throw_intelligence": 3,
+ "saving_throw_wisdom": 9,
+ "saving_throw_charisma": 9,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 19,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 17,
+ "hit_points": 165,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": 90.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "celestial",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "10.000",
+ "experience_points_integer": null,
+ "languages": [
+ "abyssal",
+ "celestial",
+ "common",
+ "deep-speech",
+ "draconic",
+ "druidic",
+ "dwarvish",
+ "elvish",
+ "giant",
+ "gnomish",
+ "goblin",
+ "halfling",
+ "infernal",
+ "orc",
+ "primordial",
+ "sylvan",
+ "thieves-cant",
+ "undercommon",
+ "void-speech"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_djinni",
+ "fields": {
+ "name": "Djinni",
+ "document": "bfrd",
+ "languages_desc": "Auran,Common",
+ "telepathy_range": null,
+ "ability_score_strength": 20,
+ "ability_score_dexterity": 22,
+ "ability_score_constitution": 22,
+ "ability_score_intelligence": 14,
+ "ability_score_wisdom": 24,
+ "ability_score_charisma": 28,
+ "saving_throw_strength": 5,
+ "saving_throw_dexterity": 6,
+ "saving_throw_constitution": 6,
+ "saving_throw_intelligence": 2,
+ "saving_throw_wisdom": 7,
+ "saving_throw_charisma": 9,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 17,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 17,
+ "hit_points": 216,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": 90.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "elemental",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "11.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "lightning",
+ "thunder"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_doppelganger",
+ "fields": {
+ "name": "Doppelganger",
+ "document": "bfrd",
+ "languages_desc": "Common,telepathy 60 ft.",
+ "telepathy_range": 60.0,
+ "ability_score_strength": 10,
+ "ability_score_dexterity": 18,
+ "ability_score_constitution": 14,
+ "ability_score_intelligence": 10,
+ "ability_score_wisdom": 16,
+ "ability_score_charisma": 18,
+ "saving_throw_strength": 0,
+ "saving_throw_dexterity": 4,
+ "saving_throw_constitution": 2,
+ "saving_throw_intelligence": 0,
+ "saving_throw_wisdom": 3,
+ "saving_throw_charisma": 4,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 13,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 14,
+ "hit_points": 80,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "monstrosity",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "3.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_dragon-turtle",
+ "fields": {
+ "name": "Dragon Turtle",
+ "document": "bfrd",
+ "languages_desc": "Aquan,Common,Draconic",
+ "telepathy_range": null,
+ "ability_score_strength": 24,
+ "ability_score_dexterity": 22,
+ "ability_score_constitution": 32,
+ "ability_score_intelligence": 10,
+ "ability_score_wisdom": 24,
+ "ability_score_charisma": 12,
+ "saving_throw_strength": 7,
+ "saving_throw_dexterity": 6,
+ "saving_throw_constitution": 11,
+ "saving_throw_intelligence": 0,
+ "saving_throw_wisdom": 7,
+ "saving_throw_charisma": 1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 17,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "gargantuan",
+ "weight": "0.000",
+ "armor_class": 20,
+ "hit_points": 318,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 20.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": 40.0,
+ "type": "dragon",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "17.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "draconic"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "fire"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_dretch",
+ "fields": {
+ "name": "Dretch",
+ "document": "bfrd",
+ "languages_desc": "Abyssal",
+ "telepathy_range": null,
+ "ability_score_strength": 14,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 4,
+ "ability_score_wisdom": 8,
+ "ability_score_charisma": 2,
+ "saving_throw_strength": 2,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": -3,
+ "saving_throw_wisdom": -1,
+ "saving_throw_charisma": -4,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 9,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "small",
+ "weight": "0.000",
+ "armor_class": 11,
+ "hit_points": 13,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 20.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "fiend",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.250",
+ "experience_points_integer": null,
+ "languages": [
+ "abyssal"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_drider",
+ "fields": {
+ "name": "Drider",
+ "document": "bfrd",
+ "languages_desc": "Elvish,Undercommon",
+ "telepathy_range": null,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 22,
+ "ability_score_constitution": 18,
+ "ability_score_intelligence": 12,
+ "ability_score_wisdom": 14,
+ "ability_score_charisma": 12,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": 6,
+ "saving_throw_constitution": 4,
+ "saving_throw_intelligence": 1,
+ "saving_throw_wisdom": 2,
+ "saving_throw_charisma": 1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 12,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 18,
+ "hit_points": 112,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": 30.0,
+ "swim": null,
+ "type": "monstrosity",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "6.000",
+ "experience_points_integer": null,
+ "languages": [
+ "elvish",
+ "undercommon"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "poison"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_drow",
+ "fields": {
+ "name": "Drow",
+ "document": "bfrd",
+ "languages_desc": "Elvish,Undercommon",
+ "telepathy_range": null,
+ "ability_score_strength": 14,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 10,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 12,
+ "saving_throw_strength": 2,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": 0,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": 1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 15,
+ "hit_points": 12,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.250",
+ "experience_points_integer": null,
+ "languages": [
+ "elvish",
+ "undercommon"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_druid",
+ "fields": {
+ "name": "Druid",
+ "document": "bfrd",
+ "languages_desc": "Druidic plus any two languages",
+ "telepathy_range": null,
+ "ability_score_strength": 10,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 12,
+ "ability_score_wisdom": 16,
+ "ability_score_charisma": 10,
+ "saving_throw_strength": 0,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": 1,
+ "saving_throw_wisdom": 3,
+ "saving_throw_charisma": 0,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 13,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 11,
+ "hit_points": 66,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "2.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_dryad",
+ "fields": {
+ "name": "Dryad",
+ "document": "bfrd",
+ "languages_desc": "Elvish,Sylvan",
+ "telepathy_range": null,
+ "ability_score_strength": 10,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 14,
+ "ability_score_wisdom": 18,
+ "ability_score_charisma": 18,
+ "saving_throw_strength": 0,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": 2,
+ "saving_throw_wisdom": 4,
+ "saving_throw_charisma": 4,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 14,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 15,
+ "hit_points": 38,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "fey",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "1.000",
+ "experience_points_integer": null,
+ "languages": [
+ "elvish",
+ "sylvan"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_duergar",
+ "fields": {
+ "name": "Duergar",
+ "document": "bfrd",
+ "languages_desc": "Dwarvish,Undercommon",
+ "telepathy_range": null,
+ "ability_score_strength": 14,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 14,
+ "ability_score_intelligence": 10,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 8,
+ "saving_throw_strength": 2,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 2,
+ "saving_throw_intelligence": 0,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 16,
+ "hit_points": 36,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 25.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "1.000",
+ "experience_points_integer": null,
+ "languages": [
+ "dwarvish",
+ "undercommon"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "poison"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_dust-mephit",
+ "fields": {
+ "name": "Dust Mephit",
+ "document": "bfrd",
+ "languages_desc": "Auran,Terran",
+ "telepathy_range": null,
+ "ability_score_strength": 4,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 6,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 10,
+ "saving_throw_strength": -3,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": -2,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": 0,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "small",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 27,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": true,
+ "fly": 30.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "elemental",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.500",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [
+ "fire",
+ "thunder"
+ ],
+ "damage_immunities": [
+ "lightning",
+ "poison"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_eagle",
+ "fields": {
+ "name": "Eagle",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 6,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 14,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": -2,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 2,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 12,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "small",
+ "weight": "0.000",
+ "armor_class": 11,
+ "hit_points": 8,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 10.0,
+ "unit": null,
+ "hover": false,
+ "fly": 60.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_eagle-giant",
+ "fields": {
+ "name": "Eagle, Giant",
+ "document": "bfrd",
+ "languages_desc": "Giant Eagle,understands Common and Auran but can't speak them",
+ "telepathy_range": null,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 16,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 8,
+ "ability_score_wisdom": 14,
+ "ability_score_charisma": 10,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": 3,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": -1,
+ "saving_throw_wisdom": 2,
+ "saving_throw_charisma": 0,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 12,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 13,
+ "hit_points": 40,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 10.0,
+ "unit": null,
+ "hover": false,
+ "fly": 80.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "1.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_earth-elemental",
+ "fields": {
+ "name": "Earth Elemental",
+ "document": "bfrd",
+ "languages_desc": "Terran",
+ "telepathy_range": null,
+ "ability_score_strength": 20,
+ "ability_score_dexterity": 8,
+ "ability_score_constitution": 20,
+ "ability_score_intelligence": 6,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 4,
+ "saving_throw_strength": 5,
+ "saving_throw_dexterity": -1,
+ "saving_throw_constitution": 5,
+ "saving_throw_intelligence": -2,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": 60.0,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 17,
+ "hit_points": 114,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": 30.0,
+ "climb": null,
+ "swim": null,
+ "type": "elemental",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "5.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [
+ "thunder"
+ ],
+ "damage_immunities": [
+ "lightning"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_efreeti",
+ "fields": {
+ "name": "Efreeti",
+ "document": "bfrd",
+ "languages_desc": "Common,Ignan",
+ "telepathy_range": null,
+ "ability_score_strength": 22,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 24,
+ "ability_score_intelligence": 24,
+ "ability_score_wisdom": 22,
+ "ability_score_charisma": 24,
+ "saving_throw_strength": 6,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 7,
+ "saving_throw_intelligence": 7,
+ "saving_throw_wisdom": 6,
+ "saving_throw_charisma": 7,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 16,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 17,
+ "hit_points": 223,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": 60.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "elemental",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "11.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "fire"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_elephant",
+ "fields": {
+ "name": "Elephant",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 20,
+ "ability_score_dexterity": 8,
+ "ability_score_constitution": 16,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": 5,
+ "saving_throw_dexterity": -1,
+ "saving_throw_constitution": 3,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "huge",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 105,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "4.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_elk",
+ "fields": {
+ "name": "Elk",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 14,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": 2,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 10,
+ "hit_points": 15,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 50.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.250",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_elk-giant",
+ "fields": {
+ "name": "Elk, Giant",
+ "document": "bfrd",
+ "languages_desc": "Giant Elk,understands Common,Elvish,and Sylvan but can't speak them",
+ "telepathy_range": null,
+ "ability_score_strength": 18,
+ "ability_score_dexterity": 16,
+ "ability_score_constitution": 14,
+ "ability_score_intelligence": 6,
+ "ability_score_wisdom": 14,
+ "ability_score_charisma": 10,
+ "saving_throw_strength": 4,
+ "saving_throw_dexterity": 3,
+ "saving_throw_constitution": 2,
+ "saving_throw_intelligence": -2,
+ "saving_throw_wisdom": 2,
+ "saving_throw_charisma": 0,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 12,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "huge",
+ "weight": "0.000",
+ "armor_class": 14,
+ "hit_points": 60,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 60.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "2.000",
+ "experience_points_integer": null,
+ "languages": [
+ "elvish"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_erinyes",
+ "fields": {
+ "name": "Erinyes",
+ "document": "bfrd",
+ "languages_desc": "Infernal,telepathy 120 ft.",
+ "telepathy_range": 120.0,
+ "ability_score_strength": 18,
+ "ability_score_dexterity": 24,
+ "ability_score_constitution": 26,
+ "ability_score_intelligence": 14,
+ "ability_score_wisdom": 22,
+ "ability_score_charisma": 26,
+ "saving_throw_strength": 4,
+ "saving_throw_dexterity": 7,
+ "saving_throw_constitution": 8,
+ "saving_throw_intelligence": 2,
+ "saving_throw_wisdom": 6,
+ "saving_throw_charisma": 8,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 16,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": 120.0,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 18,
+ "hit_points": 147,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": 60.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "fiend",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "12.000",
+ "experience_points_integer": null,
+ "languages": [
+ "infernal"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_ettercap",
+ "fields": {
+ "name": "Ettercap",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 10,
+ "ability_score_dexterity": 16,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 4,
+ "ability_score_wisdom": 16,
+ "ability_score_charisma": 8,
+ "saving_throw_strength": 0,
+ "saving_throw_dexterity": 3,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": -3,
+ "saving_throw_wisdom": 3,
+ "saving_throw_charisma": -1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 13,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 13,
+ "hit_points": 54,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": 30.0,
+ "swim": null,
+ "type": "monstrosity",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "2.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "poison"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_ettin",
+ "fields": {
+ "name": "Ettin",
+ "document": "bfrd",
+ "languages_desc": "Giant,Orc",
+ "telepathy_range": null,
+ "ability_score_strength": 20,
+ "ability_score_dexterity": 8,
+ "ability_score_constitution": 16,
+ "ability_score_intelligence": 6,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 8,
+ "saving_throw_strength": 5,
+ "saving_throw_dexterity": -1,
+ "saving_throw_constitution": 3,
+ "saving_throw_intelligence": -2,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 95,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "giant",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "4.000",
+ "experience_points_integer": null,
+ "languages": [
+ "giant",
+ "orc"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_feral-hunter",
+ "fields": {
+ "name": "Feral Hunter",
+ "document": "bfrd",
+ "languages_desc": "Common,Sylvan",
+ "telepathy_range": null,
+ "ability_score_strength": 10,
+ "ability_score_dexterity": 16,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 10,
+ "ability_score_wisdom": 14,
+ "ability_score_charisma": 12,
+ "saving_throw_strength": 0,
+ "saving_throw_dexterity": 3,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": 0,
+ "saving_throw_wisdom": 2,
+ "saving_throw_charisma": 1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 12,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 14,
+ "hit_points": 83,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "fey",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "3.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "sylvan"
+ ],
+ "damage_vulnerabilities": [
+ "necrotic"
+ ],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_fire-elemental",
+ "fields": {
+ "name": "Fire Elemental",
+ "document": "bfrd",
+ "languages_desc": "Ignan",
+ "telepathy_range": null,
+ "ability_score_strength": 10,
+ "ability_score_dexterity": 16,
+ "ability_score_constitution": 16,
+ "ability_score_intelligence": 6,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": 0,
+ "saving_throw_dexterity": 3,
+ "saving_throw_constitution": 3,
+ "saving_throw_intelligence": -2,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 13,
+ "hit_points": 110,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 50.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "elemental",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "5.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "fire"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_fire-giant",
+ "fields": {
+ "name": "Fire Giant",
+ "document": "bfrd",
+ "languages_desc": "Dwarven,Giant",
+ "telepathy_range": null,
+ "ability_score_strength": 24,
+ "ability_score_dexterity": 16,
+ "ability_score_constitution": 30,
+ "ability_score_intelligence": 10,
+ "ability_score_wisdom": 14,
+ "ability_score_charisma": 26,
+ "saving_throw_strength": 7,
+ "saving_throw_dexterity": 3,
+ "saving_throw_constitution": 10,
+ "saving_throw_intelligence": 0,
+ "saving_throw_wisdom": 2,
+ "saving_throw_charisma": 8,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 12,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "huge",
+ "weight": "0.000",
+ "armor_class": 18,
+ "hit_points": 175,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "giant",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "9.000",
+ "experience_points_integer": null,
+ "languages": [
+ "giant"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "fire"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_flesh-golem",
+ "fields": {
+ "name": "Flesh Golem",
+ "document": "bfrd",
+ "languages_desc": "understands the languages of its creator but can't speak",
+ "telepathy_range": null,
+ "ability_score_strength": 18,
+ "ability_score_dexterity": 8,
+ "ability_score_constitution": 18,
+ "ability_score_intelligence": 6,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 4,
+ "saving_throw_strength": 4,
+ "saving_throw_dexterity": -1,
+ "saving_throw_constitution": 4,
+ "saving_throw_intelligence": -2,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 9,
+ "hit_points": 129,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "construct",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "5.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "lightning"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_flinderbeast",
+ "fields": {
+ "name": "Flinderbeast",
+ "document": "bfrd",
+ "languages_desc": "Sylvan",
+ "telepathy_range": null,
+ "ability_score_strength": 12,
+ "ability_score_dexterity": 18,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 6,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 16,
+ "saving_throw_strength": 1,
+ "saving_throw_dexterity": 4,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": -2,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": 3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "small",
+ "weight": "0.000",
+ "armor_class": 14,
+ "hit_points": 38,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": 20.0,
+ "swim": null,
+ "type": "fey",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "1.000",
+ "experience_points_integer": null,
+ "languages": [
+ "sylvan"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "acid"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_flying-sword",
+ "fields": {
+ "name": "Flying Sword",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 12,
+ "ability_score_dexterity": 16,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 1,
+ "ability_score_wisdom": 4,
+ "ability_score_charisma": 1,
+ "saving_throw_strength": 1,
+ "saving_throw_dexterity": 3,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": -5,
+ "saving_throw_wisdom": -3,
+ "saving_throw_charisma": -5,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 7,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "small",
+ "weight": "0.000",
+ "armor_class": 16,
+ "hit_points": 11,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 0.0,
+ "unit": null,
+ "hover": false,
+ "fly": 50.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "construct",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.250",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [
+ "acid"
+ ],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "piercing"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_frog",
+ "fields": {
+ "name": "Frog",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 1,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 8,
+ "ability_score_intelligence": 1,
+ "ability_score_wisdom": 8,
+ "ability_score_charisma": 2,
+ "saving_throw_strength": -5,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": -1,
+ "saving_throw_intelligence": -5,
+ "saving_throw_wisdom": -1,
+ "saving_throw_charisma": -4,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 9,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 30.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "tiny",
+ "weight": "0.000",
+ "armor_class": 10,
+ "hit_points": 9,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 20.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": 20.0,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_frog-giant",
+ "fields": {
+ "name": "Frog, Giant",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 14,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 2,
+ "saving_throw_strength": 2,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -4,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 30.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 11,
+ "hit_points": 15,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 20.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": 40.0,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.250",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_frog-giant-poisonous",
+ "fields": {
+ "name": "Frog, Giant Poisonous",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 2,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -4,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 30.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 11,
+ "hit_points": 44,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": 30.0,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "1.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_frost-giant",
+ "fields": {
+ "name": "Frost Giant",
+ "document": "bfrd",
+ "languages_desc": "Common,Giant",
+ "telepathy_range": null,
+ "ability_score_strength": 22,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 26,
+ "ability_score_intelligence": 8,
+ "ability_score_wisdom": 16,
+ "ability_score_charisma": 18,
+ "saving_throw_strength": 6,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 8,
+ "saving_throw_intelligence": -1,
+ "saving_throw_wisdom": 3,
+ "saving_throw_charisma": 4,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 13,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "huge",
+ "weight": "0.000",
+ "armor_class": 14,
+ "hit_points": 166,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "giant",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "8.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "giant"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "cold"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_gargoyle",
+ "fields": {
+ "name": "Gargoyle",
+ "document": "bfrd",
+ "languages_desc": "Terran",
+ "telepathy_range": null,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 20,
+ "ability_score_intelligence": 6,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 5,
+ "saving_throw_intelligence": -2,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 15,
+ "hit_points": 52,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": true,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": 60.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "elemental",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "2.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "poison"
+ ],
+ "damage_resistances": [
+ "bludgeoning",
+ "piercing",
+ "slashing"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_gelatinous-cube",
+ "fields": {
+ "name": "Gelatinous Cube",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 4,
+ "ability_score_constitution": 20,
+ "ability_score_intelligence": 1,
+ "ability_score_wisdom": 6,
+ "ability_score_charisma": 1,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": -3,
+ "saving_throw_constitution": 5,
+ "saving_throw_intelligence": -5,
+ "saving_throw_wisdom": -2,
+ "saving_throw_charisma": -5,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 8,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 6,
+ "hit_points": 75,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 15.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "ooze",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "2.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [
+ "cold"
+ ],
+ "damage_immunities": [
+ "acid",
+ "piercing"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_ghast",
+ "fields": {
+ "name": "Ghast",
+ "document": "bfrd",
+ "languages_desc": "Common",
+ "telepathy_range": null,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 16,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 10,
+ "ability_score_wisdom": 14,
+ "ability_score_charisma": 8,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": 3,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": 0,
+ "saving_throw_wisdom": 2,
+ "saving_throw_charisma": -1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 12,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 13,
+ "hit_points": 48,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": 30.0,
+ "swim": null,
+ "type": "undead",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "2.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "necrotic"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_ghost",
+ "fields": {
+ "name": "Ghost",
+ "document": "bfrd",
+ "languages_desc": "any languages it knew in life",
+ "telepathy_range": null,
+ "ability_score_strength": 6,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 10,
+ "ability_score_wisdom": 16,
+ "ability_score_charisma": 18,
+ "saving_throw_strength": -2,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": 0,
+ "saving_throw_wisdom": 3,
+ "saving_throw_charisma": 4,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 13,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 68,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": true,
+ "nonmagical_attack_immunity": false,
+ "walk": 0.0,
+ "unit": null,
+ "hover": true,
+ "fly": 40.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "undead",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "4.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "cold",
+ "necrotic"
+ ],
+ "damage_resistances": [
+ "acid",
+ "bludgeoning",
+ "fire",
+ "lightning",
+ "piercing",
+ "slashing",
+ "thunder"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_ghoul",
+ "fields": {
+ "name": "Ghoul",
+ "document": "bfrd",
+ "languages_desc": "Common",
+ "telepathy_range": null,
+ "ability_score_strength": 10,
+ "ability_score_dexterity": 16,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 6,
+ "ability_score_wisdom": 14,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": 0,
+ "saving_throw_dexterity": 3,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": -2,
+ "saving_throw_wisdom": 2,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 12,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 13,
+ "hit_points": 34,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": 30.0,
+ "swim": null,
+ "type": "undead",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "1.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_gibbering-mouther",
+ "fields": {
+ "name": "Gibbering Mouther",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 14,
+ "ability_score_dexterity": 8,
+ "ability_score_constitution": 16,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": 2,
+ "saving_throw_dexterity": -1,
+ "saving_throw_constitution": 3,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 9,
+ "hit_points": 72,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 10.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": 10.0,
+ "type": "aberration",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "2.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_glabrezu",
+ "fields": {
+ "name": "Glabrezu",
+ "document": "bfrd",
+ "languages_desc": "Abyssal,telepathy 120 ft.",
+ "telepathy_range": 120.0,
+ "ability_score_strength": 28,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 28,
+ "ability_score_intelligence": 18,
+ "ability_score_wisdom": 24,
+ "ability_score_charisma": 24,
+ "saving_throw_strength": 9,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 9,
+ "saving_throw_intelligence": 4,
+ "saving_throw_wisdom": 7,
+ "saving_throw_charisma": 7,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 17,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": 120.0,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 17,
+ "hit_points": 154,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": true,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "fiend",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "9.000",
+ "experience_points_integer": null,
+ "languages": [
+ "abyssal"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "bludgeoning",
+ "piercing",
+ "slashing"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_gladiator",
+ "fields": {
+ "name": "Gladiator",
+ "document": "bfrd",
+ "languages_desc": "any one language (usually Common)",
+ "telepathy_range": null,
+ "ability_score_strength": 24,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 22,
+ "ability_score_intelligence": 10,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 14,
+ "saving_throw_strength": 7,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 6,
+ "saving_throw_intelligence": 0,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": 2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 16,
+ "hit_points": 108,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "5.000",
+ "experience_points_integer": null,
+ "languages": [
+ "abyssal",
+ "celestial",
+ "common",
+ "deep-speech",
+ "draconic",
+ "druidic",
+ "dwarvish",
+ "elvish",
+ "giant",
+ "gnomish",
+ "goblin",
+ "halfling",
+ "infernal",
+ "orc",
+ "primordial",
+ "sylvan",
+ "thieves-cant",
+ "undercommon",
+ "void-speech"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_gnoll",
+ "fields": {
+ "name": "Gnoll",
+ "document": "bfrd",
+ "languages_desc": "Gnoll",
+ "telepathy_range": null,
+ "ability_score_strength": 14,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 6,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": 2,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": -2,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 15,
+ "hit_points": 22,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.500",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_goat",
+ "fields": {
+ "name": "Goat",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 12,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 4,
+ "saving_throw_strength": 1,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 10,
+ "hit_points": 8,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_goat-giant",
+ "fields": {
+ "name": "Goat, Giant",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 11,
+ "hit_points": 25,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.500",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_goblin",
+ "fields": {
+ "name": "Goblin",
+ "document": "bfrd",
+ "languages_desc": "Common,Goblin",
+ "telepathy_range": null,
+ "ability_score_strength": 8,
+ "ability_score_dexterity": 18,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 10,
+ "ability_score_wisdom": 8,
+ "ability_score_charisma": 8,
+ "saving_throw_strength": -1,
+ "saving_throw_dexterity": 4,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": 0,
+ "saving_throw_wisdom": -1,
+ "saving_throw_charisma": -1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 9,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "small",
+ "weight": "0.000",
+ "armor_class": 15,
+ "hit_points": 12,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.250",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "goblin"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_goblin-captain",
+ "fields": {
+ "name": "Goblin Captain",
+ "document": "bfrd",
+ "languages_desc": "Common,Goblin",
+ "telepathy_range": null,
+ "ability_score_strength": 10,
+ "ability_score_dexterity": 18,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 12,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 10,
+ "saving_throw_strength": 0,
+ "saving_throw_dexterity": 4,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": 1,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": 0,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "small",
+ "weight": "0.000",
+ "armor_class": 17,
+ "hit_points": 32,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "1.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "goblin"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_gold-dragon-wyrmling",
+ "fields": {
+ "name": "Gold Dragon Wyrmling",
+ "document": "bfrd",
+ "languages_desc": "Draconic",
+ "telepathy_range": null,
+ "ability_score_strength": 18,
+ "ability_score_dexterity": 18,
+ "ability_score_constitution": 20,
+ "ability_score_intelligence": 14,
+ "ability_score_wisdom": 20,
+ "ability_score_charisma": 18,
+ "saving_throw_strength": 4,
+ "saving_throw_dexterity": 4,
+ "saving_throw_constitution": 5,
+ "saving_throw_intelligence": 2,
+ "saving_throw_wisdom": 5,
+ "saving_throw_charisma": 4,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 15,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 17,
+ "hit_points": 68,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": 60.0,
+ "burrow": null,
+ "climb": null,
+ "swim": 30.0,
+ "type": "dragon",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "3.000",
+ "experience_points_integer": null,
+ "languages": [
+ "draconic"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "fire"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_golmana",
+ "fields": {
+ "name": "Golmana",
+ "document": "bfrd",
+ "languages_desc": "Abyssal,Void Speech,telepathy 60 ft.",
+ "telepathy_range": 60.0,
+ "ability_score_strength": 18,
+ "ability_score_dexterity": 16,
+ "ability_score_constitution": 14,
+ "ability_score_intelligence": 8,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 14,
+ "saving_throw_strength": 4,
+ "saving_throw_dexterity": 3,
+ "saving_throw_constitution": 2,
+ "saving_throw_intelligence": -1,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": 2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 15,
+ "hit_points": 118,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "fiend",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "7.000",
+ "experience_points_integer": null,
+ "languages": [
+ "abyssal",
+ "void-speech"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_gorgon",
+ "fields": {
+ "name": "Gorgon",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 20,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 18,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 14,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": 5,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 4,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 2,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 12,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 18,
+ "hit_points": 96,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "monstrosity",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "5.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "poison"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_gray-ooze",
+ "fields": {
+ "name": "Gray Ooze",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 12,
+ "ability_score_dexterity": 6,
+ "ability_score_constitution": 16,
+ "ability_score_intelligence": 1,
+ "ability_score_wisdom": 6,
+ "ability_score_charisma": 2,
+ "saving_throw_strength": 1,
+ "saving_throw_dexterity": -2,
+ "saving_throw_constitution": 3,
+ "saving_throw_intelligence": -5,
+ "saving_throw_wisdom": -2,
+ "saving_throw_charisma": -4,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 8,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 8,
+ "hit_points": 29,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 15.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": 15.0,
+ "swim": null,
+ "type": "ooze",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.500",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [
+ "cold"
+ ],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "acid",
+ "fire"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_green-dragon-wyrmling",
+ "fields": {
+ "name": "Green Dragon Wyrmling",
+ "document": "bfrd",
+ "languages_desc": "Draconic",
+ "telepathy_range": null,
+ "ability_score_strength": 14,
+ "ability_score_dexterity": 16,
+ "ability_score_constitution": 16,
+ "ability_score_intelligence": 18,
+ "ability_score_wisdom": 14,
+ "ability_score_charisma": 16,
+ "saving_throw_strength": 2,
+ "saving_throw_dexterity": 3,
+ "saving_throw_constitution": 3,
+ "saving_throw_intelligence": 4,
+ "saving_throw_wisdom": 2,
+ "saving_throw_charisma": 3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 12,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 17,
+ "hit_points": 51,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": 60.0,
+ "burrow": null,
+ "climb": null,
+ "swim": 30.0,
+ "type": "dragon",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "2.000",
+ "experience_points_integer": null,
+ "languages": [
+ "draconic"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "poison"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_green-hag",
+ "fields": {
+ "name": "Green Hag",
+ "document": "bfrd",
+ "languages_desc": "Common,Sylvan",
+ "telepathy_range": null,
+ "ability_score_strength": 18,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 16,
+ "ability_score_intelligence": 12,
+ "ability_score_wisdom": 14,
+ "ability_score_charisma": 22,
+ "saving_throw_strength": 4,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 3,
+ "saving_throw_intelligence": 1,
+ "saving_throw_wisdom": 2,
+ "saving_throw_charisma": 6,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 12,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 16,
+ "hit_points": 76,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "fey",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "3.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "sylvan"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_grick",
+ "fields": {
+ "name": "Grick",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 14,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 14,
+ "ability_score_charisma": 4,
+ "saving_throw_strength": 2,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 2,
+ "saving_throw_charisma": -3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 12,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 14,
+ "hit_points": 57,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": 30.0,
+ "swim": null,
+ "type": "monstrosity",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "2.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "bludgeoning"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_griffon",
+ "fields": {
+ "name": "Griffon",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 18,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 16,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 8,
+ "saving_throw_strength": 4,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 3,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": -1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 63,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": 80.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "monstrosity",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "2.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_grimlock",
+ "fields": {
+ "name": "Grimlock",
+ "document": "bfrd",
+ "languages_desc": "Dwarvish,Undercommon",
+ "telepathy_range": null,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 8,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": -1,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 11,
+ "hit_points": 17,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.250",
+ "experience_points_integer": null,
+ "languages": [
+ "dwarvish",
+ "undercommon"
+ ],
+ "damage_vulnerabilities": [
+ "thunder"
+ ],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_guard",
+ "fields": {
+ "name": "Guard",
+ "document": "bfrd",
+ "languages_desc": "any one language (usually Common)",
+ "telepathy_range": null,
+ "ability_score_strength": 12,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 10,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 10,
+ "saving_throw_strength": 1,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": 0,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": 0,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 14,
+ "hit_points": 8,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.125",
+ "experience_points_integer": null,
+ "languages": [
+ "abyssal",
+ "celestial",
+ "common",
+ "deep-speech",
+ "draconic",
+ "druidic",
+ "dwarvish",
+ "elvish",
+ "giant",
+ "gnomish",
+ "goblin",
+ "halfling",
+ "infernal",
+ "orc",
+ "primordial",
+ "sylvan",
+ "thieves-cant",
+ "undercommon",
+ "void-speech"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_guardian-naga",
+ "fields": {
+ "name": "Guardian Naga",
+ "document": "bfrd",
+ "languages_desc": "Abyssal,Celestial,Common,Infernal",
+ "telepathy_range": null,
+ "ability_score_strength": 18,
+ "ability_score_dexterity": 26,
+ "ability_score_constitution": 24,
+ "ability_score_intelligence": 24,
+ "ability_score_wisdom": 26,
+ "ability_score_charisma": 26,
+ "saving_throw_strength": 4,
+ "saving_throw_dexterity": 8,
+ "saving_throw_constitution": 7,
+ "saving_throw_intelligence": 7,
+ "saving_throw_wisdom": 8,
+ "saving_throw_charisma": 8,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 18,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 18,
+ "hit_points": 176,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "monstrosity",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "10.000",
+ "experience_points_integer": null,
+ "languages": [
+ "abyssal",
+ "celestial",
+ "common",
+ "infernal"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "poison"
+ ],
+ "damage_resistances": [
+ "necrotic",
+ "radiant"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_gynosphinx",
+ "fields": {
+ "name": "Gynosphinx",
+ "document": "bfrd",
+ "languages_desc": "Common,Sphinx,telepathy 120 ft.",
+ "telepathy_range": 120.0,
+ "ability_score_strength": 26,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 16,
+ "ability_score_intelligence": 26,
+ "ability_score_wisdom": 26,
+ "ability_score_charisma": 20,
+ "saving_throw_strength": 8,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 3,
+ "saving_throw_intelligence": 8,
+ "saving_throw_wisdom": 8,
+ "saving_throw_charisma": 5,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 18,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": 120.0,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 17,
+ "hit_points": 204,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": true,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": 60.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "monstrosity",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "11.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "psychic"
+ ],
+ "damage_resistances": [
+ "bludgeoning",
+ "piercing",
+ "slashing"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_harpy",
+ "fields": {
+ "name": "Harpy",
+ "document": "bfrd",
+ "languages_desc": "Common",
+ "telepathy_range": null,
+ "ability_score_strength": 12,
+ "ability_score_dexterity": 16,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 6,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 12,
+ "saving_throw_strength": 1,
+ "saving_throw_dexterity": 3,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": -2,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": 1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 13,
+ "hit_points": 38,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 20.0,
+ "unit": null,
+ "hover": false,
+ "fly": 40.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "monstrosity",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "1.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_hawk",
+ "fields": {
+ "name": "Hawk",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 4,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 8,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 14,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": -3,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": -1,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 2,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 12,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "tiny",
+ "weight": "0.000",
+ "armor_class": 11,
+ "hit_points": 7,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 10.0,
+ "unit": null,
+ "hover": false,
+ "fly": 60.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_hawk-blood",
+ "fields": {
+ "name": "Hawk, Blood",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 6,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 14,
+ "ability_score_charisma": 4,
+ "saving_throw_strength": -2,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 2,
+ "saving_throw_charisma": -3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 12,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "small",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 8,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 10.0,
+ "unit": null,
+ "hover": false,
+ "fly": 60.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.125",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_hell-hound",
+ "fields": {
+ "name": "Hell Hound",
+ "document": "bfrd",
+ "languages_desc": "understands Infernal but can't speak",
+ "telepathy_range": null,
+ "ability_score_strength": 20,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 14,
+ "ability_score_intelligence": 6,
+ "ability_score_wisdom": 16,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": 5,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 2,
+ "saving_throw_intelligence": -2,
+ "saving_throw_wisdom": 3,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 13,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 15,
+ "hit_points": 76,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 50.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "fiend",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "3.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "fire"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_hezrou",
+ "fields": {
+ "name": "Hezrou",
+ "document": "bfrd",
+ "languages_desc": "Abyssal,telepathy 120 ft.",
+ "telepathy_range": 120.0,
+ "ability_score_strength": 24,
+ "ability_score_dexterity": 16,
+ "ability_score_constitution": 26,
+ "ability_score_intelligence": 4,
+ "ability_score_wisdom": 18,
+ "ability_score_charisma": 12,
+ "saving_throw_strength": 7,
+ "saving_throw_dexterity": 3,
+ "saving_throw_constitution": 8,
+ "saving_throw_intelligence": -3,
+ "saving_throw_wisdom": 4,
+ "saving_throw_charisma": 1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 14,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 16,
+ "hit_points": 138,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": true,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": 30.0,
+ "type": "fiend",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "8.000",
+ "experience_points_integer": null,
+ "languages": [
+ "abyssal"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "bludgeoning",
+ "piercing",
+ "slashing"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_hill-giant",
+ "fields": {
+ "name": "Hill Giant",
+ "document": "bfrd",
+ "languages_desc": "Giant",
+ "telepathy_range": null,
+ "ability_score_strength": 20,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 24,
+ "ability_score_intelligence": 4,
+ "ability_score_wisdom": 8,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": 5,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 7,
+ "saving_throw_intelligence": -3,
+ "saving_throw_wisdom": -1,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 9,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "huge",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 126,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "giant",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "5.000",
+ "experience_points_integer": null,
+ "languages": [
+ "giant"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "poison"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_hinn",
+ "fields": {
+ "name": "Hinn",
+ "document": "bfrd",
+ "languages_desc": "Common,Terran",
+ "telepathy_range": null,
+ "ability_score_strength": 22,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 32,
+ "ability_score_intelligence": 14,
+ "ability_score_wisdom": 24,
+ "ability_score_charisma": 26,
+ "saving_throw_strength": 6,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 11,
+ "saving_throw_intelligence": 2,
+ "saving_throw_wisdom": 7,
+ "saving_throw_charisma": 8,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 17,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 17,
+ "hit_points": 199,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": 60.0,
+ "burrow": 30.0,
+ "climb": null,
+ "swim": null,
+ "type": "elemental",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "11.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_hippocampus",
+ "fields": {
+ "name": "Hippocampus",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 18,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 8,
+ "saving_throw_strength": 4,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": -1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 11,
+ "hit_points": 42,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 10.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": 60.0,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "1.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "cold"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_hippogriff",
+ "fields": {
+ "name": "Hippogriff",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 16,
+ "ability_score_charisma": 8,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 3,
+ "saving_throw_charisma": -1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 13,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 11,
+ "hit_points": 44,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": 60.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "monstrosity",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "1.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_hivebound",
+ "fields": {
+ "name": "Hivebound",
+ "document": "bfrd",
+ "languages_desc": "understands Common but can't speak",
+ "telepathy_range": null,
+ "ability_score_strength": 14,
+ "ability_score_dexterity": 16,
+ "ability_score_constitution": 18,
+ "ability_score_intelligence": 6,
+ "ability_score_wisdom": 14,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": 2,
+ "saving_throw_dexterity": 3,
+ "saving_throw_constitution": 4,
+ "saving_throw_intelligence": -2,
+ "saving_throw_wisdom": 2,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 12,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "small",
+ "weight": "0.000",
+ "armor_class": 15,
+ "hit_points": 108,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 25.0,
+ "unit": null,
+ "hover": false,
+ "fly": 40.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "monstrosity",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "5.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "bludgeoning"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_hobgoblin",
+ "fields": {
+ "name": "Hobgoblin",
+ "document": "bfrd",
+ "languages_desc": "Common,Goblin",
+ "telepathy_range": null,
+ "ability_score_strength": 12,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 10,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 8,
+ "saving_throw_strength": 1,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": 0,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 18,
+ "hit_points": 18,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.500",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "goblin"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_hobgoblin-commander",
+ "fields": {
+ "name": "Hobgoblin Commander",
+ "document": "bfrd",
+ "languages_desc": "Common,Goblin",
+ "telepathy_range": null,
+ "ability_score_strength": 14,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 14,
+ "ability_score_intelligence": 12,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 14,
+ "saving_throw_strength": 2,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 2,
+ "saving_throw_intelligence": 1,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": 2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 17,
+ "hit_points": 72,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "3.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "goblin"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_homunculus",
+ "fields": {
+ "name": "Homunculus",
+ "document": "bfrd",
+ "languages_desc": "understands the languages of its creator but can't speak",
+ "telepathy_range": null,
+ "ability_score_strength": 4,
+ "ability_score_dexterity": 16,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 14,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": -3,
+ "saving_throw_dexterity": 3,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": 2,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "tiny",
+ "weight": "0.000",
+ "armor_class": 13,
+ "hit_points": 34,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 20.0,
+ "unit": null,
+ "hover": false,
+ "fly": 40.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "construct",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "1.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_horned-devil",
+ "fields": {
+ "name": "Horned Devil",
+ "document": "bfrd",
+ "languages_desc": "Infernal,telepathy 120 ft.",
+ "telepathy_range": 120.0,
+ "ability_score_strength": 30,
+ "ability_score_dexterity": 24,
+ "ability_score_constitution": 20,
+ "ability_score_intelligence": 12,
+ "ability_score_wisdom": 24,
+ "ability_score_charisma": 24,
+ "saving_throw_strength": 10,
+ "saving_throw_dexterity": 7,
+ "saving_throw_constitution": 5,
+ "saving_throw_intelligence": 1,
+ "saving_throw_wisdom": 7,
+ "saving_throw_charisma": 7,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 17,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 18,
+ "hit_points": 185,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 20.0,
+ "unit": null,
+ "hover": false,
+ "fly": 60.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "fiend",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "11.000",
+ "experience_points_integer": null,
+ "languages": [
+ "infernal"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_horse-draft",
+ "fields": {
+ "name": "Horse, Draft",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 18,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": 4,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 10,
+ "hit_points": 15,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.250",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_horse-riding",
+ "fields": {
+ "name": "Horse, Riding",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 10,
+ "hit_points": 15,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 60.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.250",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_horse-war",
+ "fields": {
+ "name": "Horse, War",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 18,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": 4,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 15,
+ "hit_points": 22,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 60.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.500",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_husk-demon",
+ "fields": {
+ "name": "Husk Demon",
+ "document": "bfrd",
+ "languages_desc": "Abyssal,Void Speech,telepathy 60 ft.",
+ "telepathy_range": 60.0,
+ "ability_score_strength": 12,
+ "ability_score_dexterity": 20,
+ "ability_score_constitution": 16,
+ "ability_score_intelligence": 6,
+ "ability_score_wisdom": 8,
+ "ability_score_charisma": 4,
+ "saving_throw_strength": 1,
+ "saving_throw_dexterity": 5,
+ "saving_throw_constitution": 3,
+ "saving_throw_intelligence": -2,
+ "saving_throw_wisdom": -1,
+ "saving_throw_charisma": -3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 9,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 15,
+ "hit_points": 82,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": 25.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "fiend",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "4.000",
+ "experience_points_integer": null,
+ "languages": [
+ "abyssal",
+ "void-speech"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "necrotic"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_hydra",
+ "fields": {
+ "name": "Hydra",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 20,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 20,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": 5,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 5,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "huge",
+ "weight": "0.000",
+ "armor_class": 15,
+ "hit_points": 166,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": 30.0,
+ "type": "dragon",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "8.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_hyena",
+ "fields": {
+ "name": "Hyena",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 10,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 4,
+ "saving_throw_strength": 0,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": -3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 10,
+ "hit_points": 8,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 50.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_hyena-giant",
+ "fields": {
+ "name": "Hyena, Giant",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 14,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 2,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 42,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 50.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "1.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_ice-devil",
+ "fields": {
+ "name": "Ice Devil",
+ "document": "bfrd",
+ "languages_desc": "Infernal,telepathy 120 ft.",
+ "telepathy_range": 120.0,
+ "ability_score_strength": 20,
+ "ability_score_dexterity": 24,
+ "ability_score_constitution": 28,
+ "ability_score_intelligence": 18,
+ "ability_score_wisdom": 24,
+ "ability_score_charisma": 28,
+ "saving_throw_strength": 5,
+ "saving_throw_dexterity": 7,
+ "saving_throw_constitution": 9,
+ "saving_throw_intelligence": 4,
+ "saving_throw_wisdom": 7,
+ "saving_throw_charisma": 9,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 17,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 18,
+ "hit_points": 193,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "fiend",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "14.000",
+ "experience_points_integer": null,
+ "languages": [
+ "infernal"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "cold"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_ice-mephit",
+ "fields": {
+ "name": "Ice Mephit",
+ "document": "bfrd",
+ "languages_desc": "Aquan,Auran",
+ "telepathy_range": null,
+ "ability_score_strength": 4,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 6,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 12,
+ "saving_throw_strength": -3,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": -2,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": 1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "small",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 27,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": 30.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "elemental",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.500",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [
+ "bludgeoning",
+ "fire"
+ ],
+ "damage_immunities": [
+ "cold",
+ "poison"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_imp",
+ "fields": {
+ "name": "Imp",
+ "document": "bfrd",
+ "languages_desc": "Infernal,Common",
+ "telepathy_range": null,
+ "ability_score_strength": 6,
+ "ability_score_dexterity": 16,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 10,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 18,
+ "saving_throw_strength": -2,
+ "saving_throw_dexterity": 3,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": 0,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": 4,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "tiny",
+ "weight": "0.000",
+ "armor_class": 13,
+ "hit_points": 31,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 20.0,
+ "unit": null,
+ "hover": false,
+ "fly": 40.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "fiend",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "1.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "infernal"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_insatiable-brood",
+ "fields": {
+ "name": "Insatiable Brood",
+ "document": "bfrd",
+ "languages_desc": "understands Void Speech but can't speak",
+ "telepathy_range": null,
+ "ability_score_strength": 10,
+ "ability_score_dexterity": 20,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 4,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": 0,
+ "saving_throw_dexterity": 5,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": -3,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 13,
+ "hit_points": 63,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 0.0,
+ "unit": null,
+ "hover": false,
+ "fly": 50.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "aberration",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "3.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "cold"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_insect-giant-centipede",
+ "fields": {
+ "name": "Insect, Giant Centipede",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 4,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 1,
+ "ability_score_wisdom": 6,
+ "ability_score_charisma": 2,
+ "saving_throw_strength": -3,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": -5,
+ "saving_throw_wisdom": -2,
+ "saving_throw_charisma": -4,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 8,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "small",
+ "weight": "0.000",
+ "armor_class": 13,
+ "hit_points": 14,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": 30.0,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.250",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_insect-giant-fire-beetle",
+ "fields": {
+ "name": "Insect, Giant Fire Beetle",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 8,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 1,
+ "ability_score_wisdom": 6,
+ "ability_score_charisma": 2,
+ "saving_throw_strength": -1,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": -5,
+ "saving_throw_wisdom": -2,
+ "saving_throw_charisma": -4,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 8,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "small",
+ "weight": "0.000",
+ "armor_class": 13,
+ "hit_points": 7,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_insect-giant-scorpion",
+ "fields": {
+ "name": "Insect, Giant Scorpion",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 14,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 14,
+ "ability_score_intelligence": 1,
+ "ability_score_wisdom": 8,
+ "ability_score_charisma": 2,
+ "saving_throw_strength": 2,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 2,
+ "saving_throw_intelligence": -5,
+ "saving_throw_wisdom": -1,
+ "saving_throw_charisma": -4,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 9,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 15,
+ "hit_points": 76,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": 20.0,
+ "climb": null,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "3.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "poison"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_insect-giant-wasp",
+ "fields": {
+ "name": "Insect, Giant Wasp",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 10,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 1,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 2,
+ "saving_throw_strength": 0,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": -5,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -4,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 25,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 10.0,
+ "unit": null,
+ "hover": false,
+ "fly": 50.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.500",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_insect-scorpion",
+ "fields": {
+ "name": "Insect, Scorpion",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 2,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 8,
+ "ability_score_intelligence": 1,
+ "ability_score_wisdom": 8,
+ "ability_score_charisma": 2,
+ "saving_throw_strength": -4,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": -1,
+ "saving_throw_intelligence": -5,
+ "saving_throw_wisdom": -1,
+ "saving_throw_charisma": -4,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 9,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "tiny",
+ "weight": "0.000",
+ "armor_class": 11,
+ "hit_points": 8,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 10.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "poison"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_insect-swarm-of-insects",
+ "fields": {
+ "name": "Insect, Swarm of Insects",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 2,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 1,
+ "ability_score_wisdom": 6,
+ "ability_score_charisma": 1,
+ "saving_throw_strength": -4,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": -5,
+ "saving_throw_wisdom": -2,
+ "saving_throw_charisma": -5,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 8,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 24,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 20.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": 20.0,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.500",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_invisible-stalker",
+ "fields": {
+ "name": "Invisible Stalker",
+ "document": "bfrd",
+ "languages_desc": "Auran,understands Common but can't speak it",
+ "telepathy_range": null,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 18,
+ "ability_score_constitution": 14,
+ "ability_score_intelligence": 10,
+ "ability_score_wisdom": 20,
+ "ability_score_charisma": 10,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": 4,
+ "saving_throw_constitution": 2,
+ "saving_throw_intelligence": 0,
+ "saving_throw_wisdom": 5,
+ "saving_throw_charisma": 0,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 15,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 14,
+ "hit_points": 121,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 50.0,
+ "unit": null,
+ "hover": true,
+ "fly": 50.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "elemental",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "6.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_iron-golem",
+ "fields": {
+ "name": "Iron Golem",
+ "document": "bfrd",
+ "languages_desc": "understands the languages of its creator but can't speak",
+ "telepathy_range": null,
+ "ability_score_strength": 34,
+ "ability_score_dexterity": 8,
+ "ability_score_constitution": 20,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 1,
+ "saving_throw_strength": 12,
+ "saving_throw_dexterity": -1,
+ "saving_throw_constitution": 5,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -5,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 20,
+ "hit_points": 201,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "construct",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "16.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "fire"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_jackal",
+ "fields": {
+ "name": "Jackal",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 8,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": -1,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "small",
+ "weight": "0.000",
+ "armor_class": 11,
+ "hit_points": 8,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_knight",
+ "fields": {
+ "name": "Knight",
+ "document": "bfrd",
+ "languages_desc": "Common and one other language",
+ "telepathy_range": null,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 14,
+ "ability_score_intelligence": 12,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 14,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 2,
+ "saving_throw_intelligence": 1,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": 2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 18,
+ "hit_points": 68,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "3.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_kobold",
+ "fields": {
+ "name": "Kobold",
+ "document": "bfrd",
+ "languages_desc": "Common,Draconic",
+ "telepathy_range": null,
+ "ability_score_strength": 6,
+ "ability_score_dexterity": 18,
+ "ability_score_constitution": 8,
+ "ability_score_intelligence": 8,
+ "ability_score_wisdom": 6,
+ "ability_score_charisma": 8,
+ "saving_throw_strength": -2,
+ "saving_throw_dexterity": 4,
+ "saving_throw_constitution": -1,
+ "saving_throw_intelligence": -1,
+ "saving_throw_wisdom": -2,
+ "saving_throw_charisma": -1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 8,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "small",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 9,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.125",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "draconic"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_kobold-swiftblade",
+ "fields": {
+ "name": "Kobold Swiftblade",
+ "document": "bfrd",
+ "languages_desc": "Common,Draconic",
+ "telepathy_range": null,
+ "ability_score_strength": 8,
+ "ability_score_dexterity": 22,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 12,
+ "ability_score_wisdom": 14,
+ "ability_score_charisma": 10,
+ "saving_throw_strength": -1,
+ "saving_throw_dexterity": 6,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": 1,
+ "saving_throw_wisdom": 2,
+ "saving_throw_charisma": 0,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 12,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "small",
+ "weight": "0.000",
+ "armor_class": 15,
+ "hit_points": 80,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": 15.0,
+ "swim": null,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "3.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "draconic"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_kobold-witch",
+ "fields": {
+ "name": "Kobold Witch",
+ "document": "bfrd",
+ "languages_desc": "Common,Draconic",
+ "telepathy_range": null,
+ "ability_score_strength": 8,
+ "ability_score_dexterity": 16,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 10,
+ "ability_score_wisdom": 14,
+ "ability_score_charisma": 24,
+ "saving_throw_strength": -1,
+ "saving_throw_dexterity": 3,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": 0,
+ "saving_throw_wisdom": 2,
+ "saving_throw_charisma": 7,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 12,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "small",
+ "weight": "0.000",
+ "armor_class": 13,
+ "hit_points": 126,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "5.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "draconic"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_kraken",
+ "fields": {
+ "name": "Kraken",
+ "document": "bfrd",
+ "languages_desc": "understands Abyssal,Celestial,Infernal,and Primordial but can't speak,telepathy 120 ft.",
+ "telepathy_range": 120.0,
+ "ability_score_strength": 44,
+ "ability_score_dexterity": 24,
+ "ability_score_constitution": 38,
+ "ability_score_intelligence": 36,
+ "ability_score_wisdom": 32,
+ "ability_score_charisma": 20,
+ "saving_throw_strength": 17,
+ "saving_throw_dexterity": 7,
+ "saving_throw_constitution": 14,
+ "saving_throw_intelligence": 13,
+ "saving_throw_wisdom": 11,
+ "saving_throw_charisma": 5,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 21,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": 120.0,
+ "size": "gargantuan",
+ "weight": "0.000",
+ "armor_class": 18,
+ "hit_points": 475,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": true,
+ "walk": 20.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": 60.0,
+ "type": "monstrosity",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "23.000",
+ "experience_points_integer": null,
+ "languages": [
+ "celestial",
+ "infernal"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "bludgeoning",
+ "lightning",
+ "piercing",
+ "slashing"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_lamia",
+ "fields": {
+ "name": "Lamia",
+ "document": "bfrd",
+ "languages_desc": "Abyssal,Common",
+ "telepathy_range": null,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 14,
+ "ability_score_intelligence": 14,
+ "ability_score_wisdom": 14,
+ "ability_score_charisma": 20,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 2,
+ "saving_throw_intelligence": 2,
+ "saving_throw_wisdom": 2,
+ "saving_throw_charisma": 5,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 12,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 13,
+ "hit_points": 95,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "monstrosity",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "4.000",
+ "experience_points_integer": null,
+ "languages": [
+ "abyssal",
+ "common"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_lantern-hagfish",
+ "fields": {
+ "name": "Lantern Hagfish",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 2,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 1,
+ "saving_throw_strength": -4,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -5,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "small",
+ "weight": "0.000",
+ "armor_class": 11,
+ "hit_points": 9,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 15.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": 30.0,
+ "type": "aberration",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.125",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "cold"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_lemure",
+ "fields": {
+ "name": "Lemure",
+ "document": "bfrd",
+ "languages_desc": "Infernal",
+ "telepathy_range": null,
+ "ability_score_strength": 14,
+ "ability_score_dexterity": 6,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 4,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 2,
+ "saving_throw_strength": 2,
+ "saving_throw_dexterity": -2,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": -3,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -4,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 8,
+ "hit_points": 17,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 15.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "fiend",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.250",
+ "experience_points_integer": null,
+ "languages": [
+ "infernal"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_lich",
+ "fields": {
+ "name": "Lich",
+ "document": "bfrd",
+ "languages_desc": "Common plus up to five other languages",
+ "telepathy_range": null,
+ "ability_score_strength": 10,
+ "ability_score_dexterity": 16,
+ "ability_score_constitution": 30,
+ "ability_score_intelligence": 34,
+ "ability_score_wisdom": 28,
+ "ability_score_charisma": 16,
+ "saving_throw_strength": 0,
+ "saving_throw_dexterity": 3,
+ "saving_throw_constitution": 10,
+ "saving_throw_intelligence": 12,
+ "saving_throw_wisdom": 9,
+ "saving_throw_charisma": 3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 19,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": 120.0,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 17,
+ "hit_points": 314,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": true,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "undead",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "21.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "bludgeoning",
+ "piercing",
+ "slashing"
+ ],
+ "damage_resistances": [
+ "cold",
+ "lightning",
+ "necrotic"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_lion",
+ "fields": {
+ "name": "Lion",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 8,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": -1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 42,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 50.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "1.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_living-colossus",
+ "fields": {
+ "name": "Living Colossus",
+ "document": "bfrd",
+ "languages_desc": "any languages the animating spirit knew in life",
+ "telepathy_range": null,
+ "ability_score_strength": 30,
+ "ability_score_dexterity": 8,
+ "ability_score_constitution": 30,
+ "ability_score_intelligence": 10,
+ "ability_score_wisdom": 14,
+ "ability_score_charisma": 22,
+ "saving_throw_strength": 10,
+ "saving_throw_dexterity": -1,
+ "saving_throw_constitution": 10,
+ "saving_throw_intelligence": 0,
+ "saving_throw_wisdom": 2,
+ "saving_throw_charisma": 6,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 12,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "gargantuan",
+ "weight": "0.000",
+ "armor_class": 18,
+ "hit_points": 261,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 60.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "construct",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "15.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "slashing"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_lizard",
+ "fields": {
+ "name": "Lizard",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 2,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 1,
+ "ability_score_wisdom": 8,
+ "ability_score_charisma": 2,
+ "saving_throw_strength": -4,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": -5,
+ "saving_throw_wisdom": -1,
+ "saving_throw_charisma": -4,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 9,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 30.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "tiny",
+ "weight": "0.000",
+ "armor_class": 10,
+ "hit_points": 9,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 20.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": 20.0,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_lizard-giant",
+ "fields": {
+ "name": "Lizard, Giant",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 14,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 4,
+ "saving_throw_strength": 2,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 30.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 15,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": 30.0,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.250",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_lizardfolk",
+ "fields": {
+ "name": "Lizardfolk",
+ "document": "bfrd",
+ "languages_desc": "Draconic",
+ "telepathy_range": null,
+ "ability_score_strength": 14,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 6,
+ "ability_score_wisdom": 16,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": 2,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": -2,
+ "saving_throw_wisdom": 3,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 13,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 15,
+ "hit_points": 22,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": 15.0,
+ "swim": 30.0,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.500",
+ "experience_points_integer": null,
+ "languages": [
+ "draconic"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_lizardfolk-ruler",
+ "fields": {
+ "name": "Lizardfolk Ruler",
+ "document": "bfrd",
+ "languages_desc": "Common,Draconic",
+ "telepathy_range": null,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 14,
+ "ability_score_intelligence": 10,
+ "ability_score_wisdom": 14,
+ "ability_score_charisma": 14,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 2,
+ "saving_throw_intelligence": 0,
+ "saving_throw_wisdom": 2,
+ "saving_throw_charisma": 2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 12,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 15,
+ "hit_points": 100,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": 15.0,
+ "swim": 30.0,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "4.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "draconic"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_lizardfolk-shaman",
+ "fields": {
+ "name": "Lizardfolk Shaman",
+ "document": "bfrd",
+ "languages_desc": "Common,Draconic",
+ "telepathy_range": null,
+ "ability_score_strength": 14,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 10,
+ "ability_score_wisdom": 20,
+ "ability_score_charisma": 10,
+ "saving_throw_strength": 2,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": 0,
+ "saving_throw_wisdom": 5,
+ "saving_throw_charisma": 0,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 15,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 13,
+ "hit_points": 57,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": 15.0,
+ "swim": 30.0,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "2.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "draconic"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "poison"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_mage",
+ "fields": {
+ "name": "Mage",
+ "document": "bfrd",
+ "languages_desc": "any four languages",
+ "telepathy_range": null,
+ "ability_score_strength": 8,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 22,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 10,
+ "saving_throw_strength": -1,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": 6,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": 0,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 10,
+ "hit_points": 140,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "6.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_mage-apprentice",
+ "fields": {
+ "name": "Mage Apprentice",
+ "document": "bfrd",
+ "languages_desc": "any two languages",
+ "telepathy_range": null,
+ "ability_score_strength": 8,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 18,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 10,
+ "saving_throw_strength": -1,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": 4,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": 0,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 10,
+ "hit_points": 40,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "1.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_magma-mephit",
+ "fields": {
+ "name": "Magma Mephit",
+ "document": "bfrd",
+ "languages_desc": "Ignan,Terran",
+ "telepathy_range": null,
+ "ability_score_strength": 14,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 6,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 12,
+ "saving_throw_strength": 2,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": -2,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": 1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "small",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 27,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": 30.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "elemental",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.500",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [
+ "bludgeoning",
+ "cold"
+ ],
+ "damage_immunities": [
+ "fire",
+ "poison"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_magmin",
+ "fields": {
+ "name": "Magmin",
+ "document": "bfrd",
+ "languages_desc": "Ignan",
+ "telepathy_range": null,
+ "ability_score_strength": 6,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 8,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 10,
+ "saving_throw_strength": -2,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": -1,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": 0,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "small",
+ "weight": "0.000",
+ "armor_class": 14,
+ "hit_points": 22,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": 15.0,
+ "climb": null,
+ "swim": null,
+ "type": "elemental",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.500",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "fire"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_mammoth",
+ "fields": {
+ "name": "Mammoth",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 22,
+ "ability_score_dexterity": 8,
+ "ability_score_constitution": 20,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": 6,
+ "saving_throw_dexterity": -1,
+ "saving_throw_constitution": 5,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "huge",
+ "weight": "0.000",
+ "armor_class": 13,
+ "hit_points": 133,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "6.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "cold"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_manticore",
+ "fields": {
+ "name": "Manticore",
+ "document": "bfrd",
+ "languages_desc": "Common",
+ "telepathy_range": null,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 16,
+ "ability_score_constitution": 16,
+ "ability_score_intelligence": 6,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 8,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": 3,
+ "saving_throw_constitution": 3,
+ "saving_throw_intelligence": -2,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": -1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 14,
+ "hit_points": 80,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": 50.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "monstrosity",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "3.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_marilith",
+ "fields": {
+ "name": "Marilith",
+ "document": "bfrd",
+ "languages_desc": "Abyssal,telepathy 120 ft.",
+ "telepathy_range": 120.0,
+ "ability_score_strength": 28,
+ "ability_score_dexterity": 20,
+ "ability_score_constitution": 30,
+ "ability_score_intelligence": 18,
+ "ability_score_wisdom": 26,
+ "ability_score_charisma": 30,
+ "saving_throw_strength": 9,
+ "saving_throw_dexterity": 5,
+ "saving_throw_constitution": 10,
+ "saving_throw_intelligence": 4,
+ "saving_throw_wisdom": 8,
+ "saving_throw_charisma": 10,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 18,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": 120.0,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 18,
+ "hit_points": 217,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": true,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "fiend",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "16.000",
+ "experience_points_integer": null,
+ "languages": [
+ "abyssal"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "bludgeoning",
+ "piercing",
+ "slashing"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_master-alchemist",
+ "fields": {
+ "name": "Master Alchemist",
+ "document": "bfrd",
+ "languages_desc": "any two languages",
+ "telepathy_range": null,
+ "ability_score_strength": 10,
+ "ability_score_dexterity": 18,
+ "ability_score_constitution": 22,
+ "ability_score_intelligence": 24,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 14,
+ "saving_throw_strength": 0,
+ "saving_throw_dexterity": 4,
+ "saving_throw_constitution": 6,
+ "saving_throw_intelligence": 7,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": 2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 16,
+ "hit_points": 152,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "7.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_mastiff",
+ "fields": {
+ "name": "Mastiff",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 12,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": 1,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 9,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.125",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_mechanist",
+ "fields": {
+ "name": "Mechanist",
+ "document": "bfrd",
+ "languages_desc": "Common,plus any two languages",
+ "telepathy_range": null,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 20,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 10,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": 5,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": 0,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 15,
+ "hit_points": 60,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "2.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_medusa",
+ "fields": {
+ "name": "Medusa",
+ "document": "bfrd",
+ "languages_desc": "Common",
+ "telepathy_range": null,
+ "ability_score_strength": 10,
+ "ability_score_dexterity": 18,
+ "ability_score_constitution": 16,
+ "ability_score_intelligence": 14,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 22,
+ "saving_throw_strength": 0,
+ "saving_throw_dexterity": 4,
+ "saving_throw_constitution": 3,
+ "saving_throw_intelligence": 2,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": 6,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 15,
+ "hit_points": 112,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "monstrosity",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "6.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "poison"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_merfolk",
+ "fields": {
+ "name": "Merfolk",
+ "document": "bfrd",
+ "languages_desc": "Aquan,Common",
+ "telepathy_range": null,
+ "ability_score_strength": 12,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 10,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 12,
+ "saving_throw_strength": 1,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": 0,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": 1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 9,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 10.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": 40.0,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.125",
+ "experience_points_integer": null,
+ "languages": [
+ "common"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_merrow",
+ "fields": {
+ "name": "Merrow",
+ "document": "bfrd",
+ "languages_desc": "Aquan,Common",
+ "telepathy_range": null,
+ "ability_score_strength": 18,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 14,
+ "ability_score_intelligence": 8,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 8,
+ "saving_throw_strength": 4,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 2,
+ "saving_throw_intelligence": -1,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 13,
+ "hit_points": 60,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 10.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": 40.0,
+ "type": "monstrosity",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "2.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_mimic",
+ "fields": {
+ "name": "Mimic",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 14,
+ "ability_score_intelligence": 4,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 8,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 2,
+ "saving_throw_intelligence": -3,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": -1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 58,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 20.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "monstrosity",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "2.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [
+ "cold"
+ ],
+ "damage_immunities": [
+ "acid"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_minotaur",
+ "fields": {
+ "name": "Minotaur",
+ "document": "bfrd",
+ "languages_desc": "Abyssal",
+ "telepathy_range": null,
+ "ability_score_strength": 22,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 16,
+ "ability_score_intelligence": 6,
+ "ability_score_wisdom": 16,
+ "ability_score_charisma": 8,
+ "saving_throw_strength": 6,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 3,
+ "saving_throw_intelligence": -2,
+ "saving_throw_wisdom": 3,
+ "saving_throw_charisma": -1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 13,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 14,
+ "hit_points": 80,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "monstrosity",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "3.000",
+ "experience_points_integer": null,
+ "languages": [
+ "abyssal"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_minotaur-skeleton",
+ "fields": {
+ "name": "Minotaur Skeleton",
+ "document": "bfrd",
+ "languages_desc": "understands the languages it knew in life but can't speak",
+ "telepathy_range": null,
+ "ability_score_strength": 18,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 14,
+ "ability_score_intelligence": 6,
+ "ability_score_wisdom": 8,
+ "ability_score_charisma": 4,
+ "saving_throw_strength": 4,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 2,
+ "saving_throw_intelligence": -2,
+ "saving_throw_wisdom": -1,
+ "saving_throw_charisma": -3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 9,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 63,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "undead",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "2.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [
+ "bludgeoning"
+ ],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "piercing"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_mire-fiend",
+ "fields": {
+ "name": "Mire Fiend",
+ "document": "bfrd",
+ "languages_desc": "Abyssal",
+ "telepathy_range": null,
+ "ability_score_strength": 14,
+ "ability_score_dexterity": 22,
+ "ability_score_constitution": 18,
+ "ability_score_intelligence": 4,
+ "ability_score_wisdom": 14,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": 2,
+ "saving_throw_dexterity": 6,
+ "saving_throw_constitution": 4,
+ "saving_throw_intelligence": -3,
+ "saving_throw_wisdom": 2,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 12,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 16,
+ "hit_points": 94,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": 40.0,
+ "type": "fiend",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "5.000",
+ "experience_points_integer": null,
+ "languages": [
+ "abyssal"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "acid"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_mordovermis",
+ "fields": {
+ "name": "Mordovermis",
+ "document": "bfrd",
+ "languages_desc": "Deep Speech,telepathy 60 ft.",
+ "telepathy_range": 60.0,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 14,
+ "ability_score_intelligence": 6,
+ "ability_score_wisdom": 14,
+ "ability_score_charisma": 16,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 2,
+ "saving_throw_intelligence": -2,
+ "saving_throw_wisdom": 2,
+ "saving_throw_charisma": 3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 12,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 13,
+ "hit_points": 72,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 10.0,
+ "unit": null,
+ "hover": true,
+ "fly": 40.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "aberration",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "3.000",
+ "experience_points_integer": null,
+ "languages": [
+ "deep-speech"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "bludgeoning"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_mule",
+ "fields": {
+ "name": "Mule",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 14,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 4,
+ "saving_throw_strength": 2,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 10,
+ "hit_points": 10,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.125",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_mummy",
+ "fields": {
+ "name": "Mummy",
+ "document": "bfrd",
+ "languages_desc": "the languages it knew in life",
+ "telepathy_range": null,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 8,
+ "ability_score_constitution": 16,
+ "ability_score_intelligence": 6,
+ "ability_score_wisdom": 14,
+ "ability_score_charisma": 12,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": -1,
+ "saving_throw_constitution": 3,
+ "saving_throw_intelligence": -2,
+ "saving_throw_wisdom": 2,
+ "saving_throw_charisma": 1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 12,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 13,
+ "hit_points": 80,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": true,
+ "nonmagical_attack_immunity": false,
+ "walk": 20.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "undead",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "3.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [
+ "fire"
+ ],
+ "damage_immunities": [
+ "necrotic"
+ ],
+ "damage_resistances": [
+ "bludgeoning",
+ "piercing",
+ "slashing"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_mummy-lord",
+ "fields": {
+ "name": "Mummy Lord",
+ "document": "bfrd",
+ "languages_desc": "the languages it knew in life",
+ "telepathy_range": null,
+ "ability_score_strength": 18,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 26,
+ "ability_score_intelligence": 20,
+ "ability_score_wisdom": 28,
+ "ability_score_charisma": 26,
+ "saving_throw_strength": 4,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 8,
+ "saving_throw_intelligence": 5,
+ "saving_throw_wisdom": 9,
+ "saving_throw_charisma": 8,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 19,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 17,
+ "hit_points": 270,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": true,
+ "walk": 20.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "undead",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "15.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [
+ "fire"
+ ],
+ "damage_immunities": [
+ "bludgeoning",
+ "necrotic",
+ "piercing",
+ "slashing"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_mycolid-commoner",
+ "fields": {
+ "name": "Mycolid Commoner",
+ "document": "bfrd",
+ "languages_desc": "understands Sylvan but can't speak,telepathy 30 ft.",
+ "telepathy_range": 30.0,
+ "ability_score_strength": 10,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 6,
+ "ability_score_wisdom": 16,
+ "ability_score_charisma": 4,
+ "saving_throw_strength": 0,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": -2,
+ "saving_throw_wisdom": 3,
+ "saving_throw_charisma": -3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 13,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "small",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 21,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 15.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "plant",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.500",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "poison"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_mycolid-spore-lord",
+ "fields": {
+ "name": "Mycolid Spore Lord",
+ "document": "bfrd",
+ "languages_desc": "understands Druidic and Sylvan but can't speak,telepathy 60 ft.",
+ "telepathy_range": 60.0,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 8,
+ "ability_score_wisdom": 18,
+ "ability_score_charisma": 8,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": -1,
+ "saving_throw_wisdom": 4,
+ "saving_throw_charisma": -1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 14,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 14,
+ "hit_points": 68,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 15.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "plant",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "3.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "poison"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_nalfeshnee",
+ "fields": {
+ "name": "Nalfeshnee",
+ "document": "bfrd",
+ "languages_desc": "Abyssal,telepathy 120 ft.",
+ "telepathy_range": 120.0,
+ "ability_score_strength": 20,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 32,
+ "ability_score_intelligence": 26,
+ "ability_score_wisdom": 22,
+ "ability_score_charisma": 24,
+ "saving_throw_strength": 5,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 11,
+ "saving_throw_intelligence": 8,
+ "saving_throw_wisdom": 6,
+ "saving_throw_charisma": 7,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 16,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": 120.0,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 18,
+ "hit_points": 196,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": true,
+ "nonmagical_attack_immunity": false,
+ "walk": 20.0,
+ "unit": null,
+ "hover": false,
+ "fly": 30.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "fiend",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "13.000",
+ "experience_points_integer": null,
+ "languages": [
+ "abyssal"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "bludgeoning",
+ "piercing",
+ "slashing"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_night-hag",
+ "fields": {
+ "name": "Night Hag",
+ "document": "bfrd",
+ "languages_desc": "Abyssal,Common,Infernal,Primordial",
+ "telepathy_range": null,
+ "ability_score_strength": 18,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 16,
+ "ability_score_intelligence": 16,
+ "ability_score_wisdom": 14,
+ "ability_score_charisma": 22,
+ "saving_throw_strength": 4,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 3,
+ "saving_throw_intelligence": 3,
+ "saving_throw_wisdom": 2,
+ "saving_throw_charisma": 6,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 12,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": 120.0,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 17,
+ "hit_points": 104,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": true,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "fiend",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "5.000",
+ "experience_points_integer": null,
+ "languages": [
+ "abyssal",
+ "common",
+ "infernal",
+ "primordial"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "bludgeoning",
+ "cold",
+ "fire",
+ "piercing",
+ "slashing"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_nightmare",
+ "fields": {
+ "name": "Nightmare",
+ "document": "bfrd",
+ "languages_desc": "understands Abyssal,Common,and Infernal but can't speak",
+ "telepathy_range": null,
+ "ability_score_strength": 18,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 16,
+ "ability_score_intelligence": 10,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 14,
+ "saving_throw_strength": 4,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 3,
+ "saving_throw_intelligence": 0,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": 2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 13,
+ "hit_points": 76,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 60.0,
+ "unit": null,
+ "hover": false,
+ "fly": 90.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "fiend",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "3.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "fire"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_noble",
+ "fields": {
+ "name": "Noble",
+ "document": "bfrd",
+ "languages_desc": "any two languages",
+ "telepathy_range": null,
+ "ability_score_strength": 10,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 12,
+ "ability_score_wisdom": 14,
+ "ability_score_charisma": 20,
+ "saving_throw_strength": 0,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": 1,
+ "saving_throw_wisdom": 2,
+ "saving_throw_charisma": 5,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 12,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 14,
+ "hit_points": 7,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.125",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_ochre-jelly",
+ "fields": {
+ "name": "Ochre Jelly",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 6,
+ "ability_score_constitution": 14,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 6,
+ "ability_score_charisma": 1,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": -2,
+ "saving_throw_constitution": 2,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": -2,
+ "saving_throw_charisma": -5,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 8,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 8,
+ "hit_points": 71,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 15.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": 15.0,
+ "swim": null,
+ "type": "ooze",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "2.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "lightning",
+ "slashing"
+ ],
+ "damage_resistances": [
+ "acid"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_octopus",
+ "fields": {
+ "name": "Octopus",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 4,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 4,
+ "saving_throw_strength": -3,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 30.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "small",
+ "weight": "0.000",
+ "armor_class": 11,
+ "hit_points": 8,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 5.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": 30.0,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_octopus-giant",
+ "fields": {
+ "name": "Octopus, Giant",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 4,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 4,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": -3,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 11,
+ "hit_points": 44,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 10.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": 60.0,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "1.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_ogre",
+ "fields": {
+ "name": "Ogre",
+ "document": "bfrd",
+ "languages_desc": "Common,Giant",
+ "telepathy_range": null,
+ "ability_score_strength": 18,
+ "ability_score_dexterity": 8,
+ "ability_score_constitution": 16,
+ "ability_score_intelligence": 4,
+ "ability_score_wisdom": 6,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": 4,
+ "saving_throw_dexterity": -1,
+ "saving_throw_constitution": 3,
+ "saving_throw_intelligence": -3,
+ "saving_throw_wisdom": -2,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 8,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 11,
+ "hit_points": 66,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "giant",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "2.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "giant"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_ogre-zombie",
+ "fields": {
+ "name": "Ogre Zombie",
+ "document": "bfrd",
+ "languages_desc": "understands Common and Giant but can't speak",
+ "telepathy_range": null,
+ "ability_score_strength": 18,
+ "ability_score_dexterity": 6,
+ "ability_score_constitution": 18,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 6,
+ "ability_score_charisma": 4,
+ "saving_throw_strength": 4,
+ "saving_throw_dexterity": -2,
+ "saving_throw_constitution": 4,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": -2,
+ "saving_throw_charisma": -3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 8,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 8,
+ "hit_points": 72,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "undead",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "2.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_oni",
+ "fields": {
+ "name": "Oni",
+ "document": "bfrd",
+ "languages_desc": "Common,Giant",
+ "telepathy_range": null,
+ "ability_score_strength": 18,
+ "ability_score_dexterity": 16,
+ "ability_score_constitution": 22,
+ "ability_score_intelligence": 14,
+ "ability_score_wisdom": 18,
+ "ability_score_charisma": 22,
+ "saving_throw_strength": 4,
+ "saving_throw_dexterity": 3,
+ "saving_throw_constitution": 6,
+ "saving_throw_intelligence": 2,
+ "saving_throw_wisdom": 4,
+ "saving_throw_charisma": 6,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 14,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 16,
+ "hit_points": 134,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": true,
+ "fly": 30.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "giant",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "7.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "giant"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_orc",
+ "fields": {
+ "name": "Orc",
+ "document": "bfrd",
+ "languages_desc": "Common,Orc",
+ "telepathy_range": null,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 16,
+ "ability_score_intelligence": 6,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 10,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 3,
+ "saving_throw_intelligence": -2,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": 0,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 13,
+ "hit_points": 25,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.500",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "orc"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_orc-warlord",
+ "fields": {
+ "name": "Orc Warlord",
+ "document": "bfrd",
+ "languages_desc": "Common,Orc",
+ "telepathy_range": null,
+ "ability_score_strength": 18,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 18,
+ "ability_score_intelligence": 8,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 12,
+ "saving_throw_strength": 4,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 4,
+ "saving_throw_intelligence": -1,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": 1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 17,
+ "hit_points": 90,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "4.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "orc"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_orca",
+ "fields": {
+ "name": "Orca",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 18,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": 4,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "huge",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 80,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 0.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": 60.0,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "3.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "cold"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_otyugh",
+ "fields": {
+ "name": "Otyugh",
+ "document": "bfrd",
+ "languages_desc": "Otyugh",
+ "telepathy_range": null,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 24,
+ "ability_score_intelligence": 6,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 7,
+ "saving_throw_intelligence": -2,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 14,
+ "hit_points": 108,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "aberration",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "5.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "poison"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_owl",
+ "fields": {
+ "name": "Owl",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 2,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 8,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": -4,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": -1,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "tiny",
+ "weight": "0.000",
+ "armor_class": 11,
+ "hit_points": 8,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 5.0,
+ "unit": null,
+ "hover": false,
+ "fly": 60.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_owl-giant",
+ "fields": {
+ "name": "Owl, Giant",
+ "document": "bfrd",
+ "languages_desc": "Giant Owl,understands Common,Elvish,and Sylvan but can't speak them",
+ "telepathy_range": null,
+ "ability_score_strength": 12,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 8,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 10,
+ "saving_throw_strength": 1,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": -1,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": 0,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 15,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 5.0,
+ "unit": null,
+ "hover": false,
+ "fly": 60.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.250",
+ "experience_points_integer": null,
+ "languages": [
+ "elvish"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_owlbear",
+ "fields": {
+ "name": "Owlbear",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 20,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 16,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": 5,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 3,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 14,
+ "hit_points": 80,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "monstrosity",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "3.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_panther",
+ "fields": {
+ "name": "Panther",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 14,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 14,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": 2,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 2,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 12,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 15,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 50.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": 40.0,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.250",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_pegasus",
+ "fields": {
+ "name": "Pegasus",
+ "document": "bfrd",
+ "languages_desc": "understands Celestial,Common,Elvish,and Sylvan but can't speak",
+ "telepathy_range": null,
+ "ability_score_strength": 18,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 16,
+ "ability_score_intelligence": 10,
+ "ability_score_wisdom": 14,
+ "ability_score_charisma": 12,
+ "saving_throw_strength": 4,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 3,
+ "saving_throw_intelligence": 0,
+ "saving_throw_wisdom": 2,
+ "saving_throw_charisma": 1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 12,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 57,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 60.0,
+ "unit": null,
+ "hover": false,
+ "fly": 90.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "celestial",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "2.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "elvish"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_phase-spider",
+ "fields": {
+ "name": "Phase Spider",
+ "document": "bfrd",
+ "languages_desc": "Phase Spider",
+ "telepathy_range": null,
+ "ability_score_strength": 14,
+ "ability_score_dexterity": 16,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 6,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": 2,
+ "saving_throw_dexterity": 3,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": -2,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 13,
+ "hit_points": 73,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": 30.0,
+ "swim": null,
+ "type": "monstrosity",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "3.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "poison"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_pit-fiend",
+ "fields": {
+ "name": "Pit Fiend",
+ "document": "bfrd",
+ "languages_desc": "Infernal,telepathy 120 ft.",
+ "telepathy_range": 120.0,
+ "ability_score_strength": 26,
+ "ability_score_dexterity": 26,
+ "ability_score_constitution": 36,
+ "ability_score_intelligence": 22,
+ "ability_score_wisdom": 30,
+ "ability_score_charisma": 24,
+ "saving_throw_strength": 8,
+ "saving_throw_dexterity": 8,
+ "saving_throw_constitution": 13,
+ "saving_throw_intelligence": 6,
+ "saving_throw_wisdom": 10,
+ "saving_throw_charisma": 7,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 20,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": 120.0,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 19,
+ "hit_points": 323,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": 60.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "fiend",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "20.000",
+ "experience_points_integer": null,
+ "languages": [
+ "infernal"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_planetar",
+ "fields": {
+ "name": "Planetar",
+ "document": "bfrd",
+ "languages_desc": "all,telepathy 120 ft.",
+ "telepathy_range": 120.0,
+ "ability_score_strength": 24,
+ "ability_score_dexterity": 20,
+ "ability_score_constitution": 34,
+ "ability_score_intelligence": 18,
+ "ability_score_wisdom": 32,
+ "ability_score_charisma": 32,
+ "saving_throw_strength": 7,
+ "saving_throw_dexterity": 5,
+ "saving_throw_constitution": 12,
+ "saving_throw_intelligence": 4,
+ "saving_throw_wisdom": 11,
+ "saving_throw_charisma": 11,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 21,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": 120.0,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 19,
+ "hit_points": 242,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": 120.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "celestial",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "16.000",
+ "experience_points_integer": null,
+ "languages": [
+ "abyssal",
+ "celestial",
+ "common",
+ "deep-speech",
+ "draconic",
+ "druidic",
+ "dwarvish",
+ "elvish",
+ "giant",
+ "gnomish",
+ "goblin",
+ "halfling",
+ "infernal",
+ "orc",
+ "primordial",
+ "sylvan",
+ "thieves-cant",
+ "undercommon",
+ "void-speech"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_plesiosaurus",
+ "fields": {
+ "name": "Plesiosaurus",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 18,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 16,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 4,
+ "saving_throw_strength": 4,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 3,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": -3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 13,
+ "hit_points": 60,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 20.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": 40.0,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "2.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_pony",
+ "fields": {
+ "name": "Pony",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 14,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": 2,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 10,
+ "hit_points": 10,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.125",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_priest",
+ "fields": {
+ "name": "Priest",
+ "document": "bfrd",
+ "languages_desc": "any two languages",
+ "telepathy_range": null,
+ "ability_score_strength": 12,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 12,
+ "ability_score_wisdom": 20,
+ "ability_score_charisma": 12,
+ "saving_throw_strength": 1,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": 1,
+ "saving_throw_wisdom": 5,
+ "saving_throw_charisma": 1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 15,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 13,
+ "hit_points": 57,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "2.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_pseudodragon",
+ "fields": {
+ "name": "Pseudodragon",
+ "document": "bfrd",
+ "languages_desc": "understands Common and Draconic but can't speak",
+ "telepathy_range": null,
+ "ability_score_strength": 6,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 10,
+ "ability_score_wisdom": 16,
+ "ability_score_charisma": 10,
+ "saving_throw_strength": -2,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": 0,
+ "saving_throw_wisdom": 3,
+ "saving_throw_charisma": 0,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 13,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "tiny",
+ "weight": "0.000",
+ "armor_class": 13,
+ "hit_points": 12,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 15.0,
+ "unit": null,
+ "hover": false,
+ "fly": 60.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "dragon",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.250",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "poison"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_purple-worm",
+ "fields": {
+ "name": "Purple Worm",
+ "document": "bfrd",
+ "languages_desc": "",
+ "telepathy_range": null,
+ "ability_score_strength": 28,
+ "ability_score_dexterity": 6,
+ "ability_score_constitution": 32,
+ "ability_score_intelligence": 1,
+ "ability_score_wisdom": 18,
+ "ability_score_charisma": 4,
+ "saving_throw_strength": 9,
+ "saving_throw_dexterity": -2,
+ "saving_throw_constitution": 11,
+ "saving_throw_intelligence": -5,
+ "saving_throw_wisdom": 4,
+ "saving_throw_charisma": -3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 14,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": 60.0,
+ "truesight_range": null,
+ "size": "gargantuan",
+ "weight": "0.000",
+ "armor_class": 18,
+ "hit_points": 255,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 50.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": 30.0,
+ "climb": null,
+ "swim": null,
+ "type": "monstrosity",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "15.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_quasit",
+ "fields": {
+ "name": "Quasit",
+ "document": "bfrd",
+ "languages_desc": "Abyssal,Common",
+ "telepathy_range": null,
+ "ability_score_strength": 4,
+ "ability_score_dexterity": 20,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 6,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 10,
+ "saving_throw_strength": -3,
+ "saving_throw_dexterity": 5,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": -2,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": 0,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "tiny",
+ "weight": "0.000",
+ "armor_class": 13,
+ "hit_points": 35,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "fiend",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "1.000",
+ "experience_points_integer": null,
+ "languages": [
+ "abyssal",
+ "common"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_quipper",
+ "fields": {
+ "name": "Quipper",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 2,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 1,
+ "ability_score_wisdom": 6,
+ "ability_score_charisma": 2,
+ "saving_throw_strength": -4,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": -5,
+ "saving_throw_wisdom": -2,
+ "saving_throw_charisma": -4,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 8,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "tiny",
+ "weight": "0.000",
+ "armor_class": 10,
+ "hit_points": 8,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 0.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": 40.0,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_quipper-swarm-of-quippers",
+ "fields": {
+ "name": "Quipper, Swarm of Quippers",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 12,
+ "ability_score_dexterity": 16,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 1,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 2,
+ "saving_throw_strength": 1,
+ "saving_throw_dexterity": 3,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": -5,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -4,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 13,
+ "hit_points": 34,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 0.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": 40.0,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "1.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_rakshasa",
+ "fields": {
+ "name": "Rakshasa",
+ "document": "bfrd",
+ "languages_desc": "Abyssal,Common,Infernal",
+ "telepathy_range": null,
+ "ability_score_strength": 14,
+ "ability_score_dexterity": 26,
+ "ability_score_constitution": 18,
+ "ability_score_intelligence": 12,
+ "ability_score_wisdom": 26,
+ "ability_score_charisma": 30,
+ "saving_throw_strength": 2,
+ "saving_throw_dexterity": 8,
+ "saving_throw_constitution": 4,
+ "saving_throw_intelligence": 1,
+ "saving_throw_wisdom": 8,
+ "saving_throw_charisma": 10,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 18,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": 60.0,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 16,
+ "hit_points": 166,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": true,
+ "walk": 40.0,
+ "unit": null,
+ "hover": true,
+ "fly": 30.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "fiend",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "13.000",
+ "experience_points_integer": null,
+ "languages": [
+ "abyssal",
+ "common",
+ "infernal"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "bludgeoning",
+ "piercing",
+ "slashing"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_rat",
+ "fields": {
+ "name": "Rat",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 2,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 8,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 4,
+ "saving_throw_strength": -4,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": -1,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 30.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "tiny",
+ "weight": "0.000",
+ "armor_class": 10,
+ "hit_points": 9,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 20.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": 20.0,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_rat-giant",
+ "fields": {
+ "name": "Rat, Giant",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 6,
+ "ability_score_dexterity": 16,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 4,
+ "saving_throw_strength": -2,
+ "saving_throw_dexterity": 3,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "small",
+ "weight": "0.000",
+ "armor_class": 13,
+ "hit_points": 14,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": 30.0,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.250",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_rat-swarm-of-rats",
+ "fields": {
+ "name": "Rat, Swarm of Rats",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 8,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 8,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 2,
+ "saving_throw_strength": -1,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": -1,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -4,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 30.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 10,
+ "hit_points": 14,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": 30.0,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.250",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_raven",
+ "fields": {
+ "name": "Raven",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 2,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 8,
+ "ability_score_intelligence": 4,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 10,
+ "saving_throw_strength": -4,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": -1,
+ "saving_throw_intelligence": -3,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": 0,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "tiny",
+ "weight": "0.000",
+ "armor_class": 11,
+ "hit_points": 8,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 10.0,
+ "unit": null,
+ "hover": false,
+ "fly": 50.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_raven-swarm-of-ravens",
+ "fields": {
+ "name": "Raven, Swarm of Ravens",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 6,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 8,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 8,
+ "saving_throw_strength": -2,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": -1,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": -1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 13,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 10.0,
+ "unit": null,
+ "hover": false,
+ "fly": 50.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.250",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_red-dragon-wyrmling",
+ "fields": {
+ "name": "Red Dragon Wyrmling",
+ "document": "bfrd",
+ "languages_desc": "Draconic",
+ "telepathy_range": null,
+ "ability_score_strength": 18,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 20,
+ "ability_score_intelligence": 12,
+ "ability_score_wisdom": 14,
+ "ability_score_charisma": 18,
+ "saving_throw_strength": 4,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 5,
+ "saving_throw_intelligence": 1,
+ "saving_throw_wisdom": 2,
+ "saving_throw_charisma": 4,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 12,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 17,
+ "hit_points": 68,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": 60.0,
+ "burrow": null,
+ "climb": 30.0,
+ "swim": null,
+ "type": "dragon",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "3.000",
+ "experience_points_integer": null,
+ "languages": [
+ "draconic"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "fire"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_remorhaz",
+ "fields": {
+ "name": "Remorhaz",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 32,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 28,
+ "ability_score_intelligence": 4,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 4,
+ "saving_throw_strength": 11,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 9,
+ "saving_throw_intelligence": -3,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": 60.0,
+ "truesight_range": null,
+ "size": "huge",
+ "weight": "0.000",
+ "armor_class": 17,
+ "hit_points": 216,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": 20.0,
+ "climb": null,
+ "swim": null,
+ "type": "monstrosity",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "11.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "cold",
+ "fire"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_rhinoceros",
+ "fields": {
+ "name": "Rhinoceros",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 20,
+ "ability_score_dexterity": 8,
+ "ability_score_constitution": 14,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": 5,
+ "saving_throw_dexterity": -1,
+ "saving_throw_constitution": 2,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 11,
+ "hit_points": 63,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "2.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "bludgeoning"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_robot-drone",
+ "fields": {
+ "name": "Robot Drone",
+ "document": "bfrd",
+ "languages_desc": "understands the languages of its creator but can't speak",
+ "telepathy_range": null,
+ "ability_score_strength": 6,
+ "ability_score_dexterity": 16,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 4,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": -2,
+ "saving_throw_dexterity": 3,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": -3,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "tiny",
+ "weight": "0.000",
+ "armor_class": 15,
+ "hit_points": 21,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 20.0,
+ "unit": null,
+ "hover": true,
+ "fly": 40.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "construct",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.500",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [
+ "lightning"
+ ],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_roc",
+ "fields": {
+ "name": "Roc",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 28,
+ "ability_score_dexterity": 18,
+ "ability_score_constitution": 28,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 18,
+ "ability_score_charisma": 16,
+ "saving_throw_strength": 9,
+ "saving_throw_dexterity": 4,
+ "saving_throw_constitution": 9,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 4,
+ "saving_throw_charisma": 3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 14,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "gargantuan",
+ "weight": "0.000",
+ "armor_class": 15,
+ "hit_points": 235,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 20.0,
+ "unit": null,
+ "hover": false,
+ "fly": 120.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "monstrosity",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "11.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_roper",
+ "fields": {
+ "name": "Roper",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 24,
+ "ability_score_dexterity": 8,
+ "ability_score_constitution": 16,
+ "ability_score_intelligence": 6,
+ "ability_score_wisdom": 16,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": 7,
+ "saving_throw_dexterity": -1,
+ "saving_throw_constitution": 3,
+ "saving_throw_intelligence": -2,
+ "saving_throw_wisdom": 3,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 13,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 20,
+ "hit_points": 111,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 15.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": 10.0,
+ "swim": null,
+ "type": "monstrosity",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "5.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [
+ "thunder"
+ ],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_rug-of-smothering",
+ "fields": {
+ "name": "Rug of Smothering",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 1,
+ "ability_score_wisdom": 2,
+ "ability_score_charisma": 1,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": -5,
+ "saving_throw_wisdom": -4,
+ "saving_throw_charisma": -5,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 6,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 45,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 10.0,
+ "unit": null,
+ "hover": true,
+ "fly": 15.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "construct",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "2.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [
+ "fire"
+ ],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_rust-monster",
+ "fields": {
+ "name": "Rust Monster",
+ "document": "bfrd",
+ "languages_desc": "",
+ "telepathy_range": null,
+ "ability_score_strength": 12,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": 1,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": 30.0,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 14,
+ "hit_points": 23,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": 20.0,
+ "swim": null,
+ "type": "monstrosity",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.500",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_sahuagin",
+ "fields": {
+ "name": "Sahuagin",
+ "document": "bfrd",
+ "languages_desc": "Sahuagin",
+ "telepathy_range": null,
+ "ability_score_strength": 10,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 12,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 8,
+ "saving_throw_strength": 0,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": 1,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": -1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 25,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": 40.0,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.500",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_salamander",
+ "fields": {
+ "name": "Salamander",
+ "document": "bfrd",
+ "languages_desc": "Ignan",
+ "telepathy_range": null,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 14,
+ "ability_score_intelligence": 10,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 14,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 2,
+ "saving_throw_intelligence": 0,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": 2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 15,
+ "hit_points": 114,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": true,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "elemental",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "5.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [
+ "cold"
+ ],
+ "damage_immunities": [
+ "fire"
+ ],
+ "damage_resistances": [
+ "bludgeoning",
+ "piercing",
+ "slashing"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_satarre",
+ "fields": {
+ "name": "Satarre",
+ "document": "bfrd",
+ "languages_desc": "Common,Void Speech",
+ "telepathy_range": null,
+ "ability_score_strength": 14,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 10,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 12,
+ "saving_throw_strength": 2,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": 0,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": 1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 40,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "1.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "void-speech"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "necrotic"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_satyr",
+ "fields": {
+ "name": "Satyr",
+ "document": "bfrd",
+ "languages_desc": "Common,Elvish,Sylvan",
+ "telepathy_range": null,
+ "ability_score_strength": 12,
+ "ability_score_dexterity": 16,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 12,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 20,
+ "saving_throw_strength": 1,
+ "saving_throw_dexterity": 3,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": 1,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": 5,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 13,
+ "hit_points": 23,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "fey",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.500",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "elvish",
+ "sylvan"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_scorch-drake",
+ "fields": {
+ "name": "Scorch Drake",
+ "document": "bfrd",
+ "languages_desc": "Draconic",
+ "telepathy_range": null,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 18,
+ "ability_score_intelligence": 6,
+ "ability_score_wisdom": 20,
+ "ability_score_charisma": 8,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 4,
+ "saving_throw_intelligence": -2,
+ "saving_throw_wisdom": 5,
+ "saving_throw_charisma": -1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 15,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 15,
+ "hit_points": 145,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": 60.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "dragon",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "6.000",
+ "experience_points_integer": null,
+ "languages": [
+ "draconic"
+ ],
+ "damage_vulnerabilities": [
+ "cold"
+ ],
+ "damage_immunities": [
+ "fire"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_scout",
+ "fields": {
+ "name": "Scout",
+ "document": "bfrd",
+ "languages_desc": "any one language (usually Common)",
+ "telepathy_range": null,
+ "ability_score_strength": 10,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 10,
+ "ability_score_wisdom": 16,
+ "ability_score_charisma": 10,
+ "saving_throw_strength": 0,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": 0,
+ "saving_throw_wisdom": 3,
+ "saving_throw_charisma": 0,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 13,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 13,
+ "hit_points": 25,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.500",
+ "experience_points_integer": null,
+ "languages": [
+ "abyssal",
+ "celestial",
+ "common",
+ "deep-speech",
+ "draconic",
+ "druidic",
+ "dwarvish",
+ "elvish",
+ "giant",
+ "gnomish",
+ "goblin",
+ "halfling",
+ "infernal",
+ "orc",
+ "primordial",
+ "sylvan",
+ "thieves-cant",
+ "undercommon",
+ "void-speech"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_sea-hag",
+ "fields": {
+ "name": "Sea Hag",
+ "document": "bfrd",
+ "languages_desc": "Aquan,Common,Giant",
+ "telepathy_range": null,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 14,
+ "ability_score_intelligence": 12,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 12,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 2,
+ "saving_throw_intelligence": 1,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": 1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 14,
+ "hit_points": 51,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": 40.0,
+ "type": "fey",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "2.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "giant"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_seahorse",
+ "fields": {
+ "name": "Seahorse",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 1,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 8,
+ "ability_score_intelligence": 1,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 2,
+ "saving_throw_strength": -5,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": -1,
+ "saving_throw_intelligence": -5,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -4,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "tiny",
+ "weight": "0.000",
+ "armor_class": 11,
+ "hit_points": 9,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 0.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": 20.0,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_seahorse-giant",
+ "fields": {
+ "name": "Seahorse, Giant",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 12,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 4,
+ "saving_throw_strength": 1,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": -3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 13,
+ "hit_points": 25,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 0.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": 40.0,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.500",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_shadow",
+ "fields": {
+ "name": "Shadow",
+ "document": "bfrd",
+ "languages_desc": "understands the languages it knew in life but can't speak",
+ "telepathy_range": null,
+ "ability_score_strength": 6,
+ "ability_score_dexterity": 18,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 6,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 8,
+ "saving_throw_strength": -2,
+ "saving_throw_dexterity": 4,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": -2,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 17,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": true,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": 20.0,
+ "swim": null,
+ "type": "undead",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.500",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [
+ "radiant"
+ ],
+ "damage_immunities": [
+ "necrotic"
+ ],
+ "damage_resistances": [
+ "acid",
+ "bludgeoning",
+ "cold",
+ "fire",
+ "lightning",
+ "piercing",
+ "slashing",
+ "thunder"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_shambling-mound",
+ "fields": {
+ "name": "Shambling Mound",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 18,
+ "ability_score_dexterity": 8,
+ "ability_score_constitution": 16,
+ "ability_score_intelligence": 4,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 4,
+ "saving_throw_strength": 4,
+ "saving_throw_dexterity": -1,
+ "saving_throw_constitution": 3,
+ "saving_throw_intelligence": -3,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 15,
+ "hit_points": 110,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 20.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": 20.0,
+ "type": "plant",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "5.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "lightning"
+ ],
+ "damage_resistances": [
+ "cold",
+ "fire"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_shark-giant",
+ "fields": {
+ "name": "Shark, Giant",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 22,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 20,
+ "ability_score_intelligence": 1,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 4,
+ "saving_throw_strength": 6,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 5,
+ "saving_throw_intelligence": -5,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "huge",
+ "weight": "0.000",
+ "armor_class": 13,
+ "hit_points": 126,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 0.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": 50.0,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "5.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_shark-hunter",
+ "fields": {
+ "name": "Shark, Hunter",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 14,
+ "ability_score_intelligence": 1,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 4,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 2,
+ "saving_throw_intelligence": -5,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 63,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 0.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": 40.0,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "2.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_shark-reef",
+ "fields": {
+ "name": "Shark, Reef",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 14,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 1,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 4,
+ "saving_throw_strength": 2,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": -5,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 27,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 0.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": 40.0,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.500",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_shield-guardian",
+ "fields": {
+ "name": "Shield Guardian",
+ "document": "bfrd",
+ "languages_desc": "understands the languages of its creator and the languages of the wearer of its amulet but can't speak",
+ "telepathy_range": null,
+ "ability_score_strength": 18,
+ "ability_score_dexterity": 8,
+ "ability_score_constitution": 18,
+ "ability_score_intelligence": 6,
+ "ability_score_wisdom": 14,
+ "ability_score_charisma": 2,
+ "saving_throw_strength": 4,
+ "saving_throw_dexterity": -1,
+ "saving_throw_constitution": 4,
+ "saving_throw_intelligence": -2,
+ "saving_throw_wisdom": 2,
+ "saving_throw_charisma": -4,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 12,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 17,
+ "hit_points": 139,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "construct",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "7.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_shrieker",
+ "fields": {
+ "name": "Shrieker",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 1,
+ "ability_score_dexterity": 1,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 1,
+ "ability_score_wisdom": 2,
+ "ability_score_charisma": 1,
+ "saving_throw_strength": -5,
+ "saving_throw_dexterity": -5,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": -5,
+ "saving_throw_wisdom": -4,
+ "saving_throw_charisma": -5,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 6,
+ "normal_sight_range": null,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 5,
+ "hit_points": 7,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 10.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "plant",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "thunder"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_sila",
+ "fields": {
+ "name": "Sila",
+ "document": "bfrd",
+ "languages_desc": "Aquan,Common",
+ "telepathy_range": null,
+ "ability_score_strength": 20,
+ "ability_score_dexterity": 22,
+ "ability_score_constitution": 22,
+ "ability_score_intelligence": 24,
+ "ability_score_wisdom": 14,
+ "ability_score_charisma": 28,
+ "saving_throw_strength": 5,
+ "saving_throw_dexterity": 6,
+ "saving_throw_constitution": 6,
+ "saving_throw_intelligence": 7,
+ "saving_throw_wisdom": 2,
+ "saving_throw_charisma": 9,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 12,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 17,
+ "hit_points": 216,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": 60.0,
+ "burrow": null,
+ "climb": null,
+ "swim": 90.0,
+ "type": "elemental",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "11.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "acid",
+ "cold"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_silver-dragon-wyrmling",
+ "fields": {
+ "name": "Silver Dragon Wyrmling",
+ "document": "bfrd",
+ "languages_desc": "Draconic",
+ "telepathy_range": null,
+ "ability_score_strength": 18,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 20,
+ "ability_score_intelligence": 12,
+ "ability_score_wisdom": 14,
+ "ability_score_charisma": 18,
+ "saving_throw_strength": 4,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 5,
+ "saving_throw_intelligence": 1,
+ "saving_throw_wisdom": 2,
+ "saving_throw_charisma": 4,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 12,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 17,
+ "hit_points": 51,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": 60.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "dragon",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "2.000",
+ "experience_points_integer": null,
+ "languages": [
+ "draconic"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "cold"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_skeleton",
+ "fields": {
+ "name": "Skeleton",
+ "document": "bfrd",
+ "languages_desc": "understands the languages it knew in life but can't speak",
+ "telepathy_range": null,
+ "ability_score_strength": 10,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 14,
+ "ability_score_intelligence": 6,
+ "ability_score_wisdom": 8,
+ "ability_score_charisma": 4,
+ "saving_throw_strength": 0,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 2,
+ "saving_throw_intelligence": -2,
+ "saving_throw_wisdom": -1,
+ "saving_throw_charisma": -3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 9,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 13,
+ "hit_points": 14,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "undead",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.250",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [
+ "bludgeoning"
+ ],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "piercing"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_skullbloom",
+ "fields": {
+ "name": "Skullbloom",
+ "document": "bfrd",
+ "languages_desc": "understands the languages it knew in life but can't speak",
+ "telepathy_range": null,
+ "ability_score_strength": 12,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 14,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 8,
+ "ability_score_charisma": 4,
+ "saving_throw_strength": 1,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 2,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": -1,
+ "saving_throw_charisma": -3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 9,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 11,
+ "hit_points": 23,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "plant",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.500",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_snake-constrictor",
+ "fields": {
+ "name": "Snake, Constrictor",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 14,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 1,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 2,
+ "saving_throw_strength": 2,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": -5,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -4,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 15,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": 30.0,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.250",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_snake-flying",
+ "fields": {
+ "name": "Snake, Flying",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 4,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 4,
+ "saving_throw_strength": -3,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": -3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "tiny",
+ "weight": "0.000",
+ "armor_class": 11,
+ "hit_points": 10,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": 60.0,
+ "burrow": null,
+ "climb": null,
+ "swim": 30.0,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.125",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_snake-giant-constrictor",
+ "fields": {
+ "name": "Snake, Giant Constrictor",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 1,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 2,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": -5,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -4,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "huge",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 63,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": 30.0,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "2.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_snake-giant-poisonous",
+ "fields": {
+ "name": "Snake, Giant Poisonous",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 10,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 2,
+ "saving_throw_strength": 0,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -4,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 14,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": 30.0,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.250",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "poison"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_snake-poisonous",
+ "fields": {
+ "name": "Snake, Poisonous",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 2,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 1,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 2,
+ "saving_throw_strength": -4,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": -5,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -4,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "tiny",
+ "weight": "0.000",
+ "armor_class": 11,
+ "hit_points": 9,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": 30.0,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.125",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "poison"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_snake-swarm-of-poisonous-snakes",
+ "fields": {
+ "name": "Snake, Swarm of Poisonous Snakes",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 8,
+ "ability_score_dexterity": 18,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 1,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 2,
+ "saving_throw_strength": -1,
+ "saving_throw_dexterity": 4,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": -5,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -4,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 14,
+ "hit_points": 48,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": 30.0,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "2.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "poison"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_solar",
+ "fields": {
+ "name": "Solar",
+ "document": "bfrd",
+ "languages_desc": "all,telepathy 120 ft.",
+ "telepathy_range": 120.0,
+ "ability_score_strength": 26,
+ "ability_score_dexterity": 22,
+ "ability_score_constitution": 26,
+ "ability_score_intelligence": 38,
+ "ability_score_wisdom": 38,
+ "ability_score_charisma": 44,
+ "saving_throw_strength": 8,
+ "saving_throw_dexterity": 6,
+ "saving_throw_constitution": 8,
+ "saving_throw_intelligence": 14,
+ "saving_throw_wisdom": 14,
+ "saving_throw_charisma": 17,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 24,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": 120.0,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 21,
+ "hit_points": 306,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 50.0,
+ "unit": null,
+ "hover": false,
+ "fly": 150.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "celestial",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "21.000",
+ "experience_points_integer": null,
+ "languages": [
+ "abyssal",
+ "celestial",
+ "common",
+ "deep-speech",
+ "draconic",
+ "druidic",
+ "dwarvish",
+ "elvish",
+ "giant",
+ "gnomish",
+ "goblin",
+ "halfling",
+ "infernal",
+ "orc",
+ "primordial",
+ "sylvan",
+ "thieves-cant",
+ "undercommon",
+ "void-speech"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "necrotic",
+ "poison"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_specter",
+ "fields": {
+ "name": "Specter",
+ "document": "bfrd",
+ "languages_desc": "understands the languages it knew in life but can't speak",
+ "telepathy_range": null,
+ "ability_score_strength": 1,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 10,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 14,
+ "saving_throw_strength": -5,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": 0,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": 2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 27,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": true,
+ "nonmagical_attack_immunity": false,
+ "walk": 0.0,
+ "unit": null,
+ "hover": true,
+ "fly": 50.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "undead",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "1.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "necrotic"
+ ],
+ "damage_resistances": [
+ "acid",
+ "bludgeoning",
+ "cold",
+ "fire",
+ "lightning",
+ "piercing",
+ "slashing",
+ "thunder"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_spider",
+ "fields": {
+ "name": "Spider",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 2,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 8,
+ "ability_score_intelligence": 1,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 2,
+ "saving_throw_strength": -4,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": -1,
+ "saving_throw_intelligence": -5,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -4,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 30.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "tiny",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 8,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 20.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": 20.0,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_spider-giant",
+ "fields": {
+ "name": "Spider, Giant",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 14,
+ "ability_score_dexterity": 16,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 4,
+ "saving_throw_strength": 2,
+ "saving_throw_dexterity": 3,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 15,
+ "hit_points": 40,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": 30.0,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "1.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_spider-giant-wolf",
+ "fields": {
+ "name": "Spider, Giant Wolf",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 14,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 4,
+ "saving_throw_strength": 2,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": -3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 13,
+ "hit_points": 14,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": 40.0,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.250",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_spirit-naga",
+ "fields": {
+ "name": "Spirit Naga",
+ "document": "bfrd",
+ "languages_desc": "Abyssal,Celestial,Common,Infernal",
+ "telepathy_range": null,
+ "ability_score_strength": 18,
+ "ability_score_dexterity": 22,
+ "ability_score_constitution": 20,
+ "ability_score_intelligence": 16,
+ "ability_score_wisdom": 20,
+ "ability_score_charisma": 22,
+ "saving_throw_strength": 4,
+ "saving_throw_dexterity": 6,
+ "saving_throw_constitution": 5,
+ "saving_throw_intelligence": 3,
+ "saving_throw_wisdom": 5,
+ "saving_throw_charisma": 6,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 15,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 15,
+ "hit_points": 166,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "monstrosity",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "8.000",
+ "experience_points_integer": null,
+ "languages": [
+ "abyssal",
+ "celestial",
+ "common",
+ "infernal"
+ ],
+ "damage_vulnerabilities": [
+ "radiant"
+ ],
+ "damage_immunities": [
+ "necrotic",
+ "poison"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_sprite",
+ "fields": {
+ "name": "Sprite",
+ "document": "bfrd",
+ "languages_desc": "Common,Elvish,Sylvan",
+ "telepathy_range": null,
+ "ability_score_strength": 2,
+ "ability_score_dexterity": 16,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 14,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 10,
+ "saving_throw_strength": -4,
+ "saving_throw_dexterity": 3,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": 2,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": 0,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "tiny",
+ "weight": "0.000",
+ "armor_class": 14,
+ "hit_points": 13,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 10.0,
+ "unit": null,
+ "hover": false,
+ "fly": 40.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "fey",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.250",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "elvish",
+ "sylvan"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_spy",
+ "fields": {
+ "name": "Spy",
+ "document": "bfrd",
+ "languages_desc": "any two languages",
+ "telepathy_range": null,
+ "ability_score_strength": 10,
+ "ability_score_dexterity": 20,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 12,
+ "ability_score_wisdom": 14,
+ "ability_score_charisma": 16,
+ "saving_throw_strength": 0,
+ "saving_throw_dexterity": 5,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": 1,
+ "saving_throw_wisdom": 2,
+ "saving_throw_charisma": 3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 12,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 13,
+ "hit_points": 40,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "1.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_star-crow",
+ "fields": {
+ "name": "Star Crow",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 6,
+ "ability_score_dexterity": 16,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 1,
+ "ability_score_wisdom": 16,
+ "ability_score_charisma": 1,
+ "saving_throw_strength": -2,
+ "saving_throw_dexterity": 3,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": -5,
+ "saving_throw_wisdom": 3,
+ "saving_throw_charisma": -5,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 13,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": 120.0,
+ "size": "tiny",
+ "weight": "0.000",
+ "armor_class": 15,
+ "hit_points": 12,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 20.0,
+ "unit": null,
+ "hover": true,
+ "fly": 60.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "aberration",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.250",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [
+ "poison"
+ ],
+ "damage_immunities": [
+ "psychic",
+ "radiant"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_steam-mephit",
+ "fields": {
+ "name": "Steam Mephit",
+ "document": "bfrd",
+ "languages_desc": "Aquan,Ignan",
+ "telepathy_range": null,
+ "ability_score_strength": 4,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 6,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 10,
+ "saving_throw_strength": -3,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": -2,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": 0,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "small",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 27,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": true,
+ "fly": 30.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "elemental",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.500",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [
+ "cold",
+ "thunder"
+ ],
+ "damage_immunities": [
+ "fire",
+ "poison"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_stirge",
+ "fields": {
+ "name": "Stirge",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 4,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 8,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": -3,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": -1,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 9,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "tiny",
+ "weight": "0.000",
+ "armor_class": 14,
+ "hit_points": 7,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 10.0,
+ "unit": null,
+ "hover": false,
+ "fly": 40.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.125",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_stone-giant",
+ "fields": {
+ "name": "Stone Giant",
+ "document": "bfrd",
+ "languages_desc": "Giant",
+ "telepathy_range": null,
+ "ability_score_strength": 22,
+ "ability_score_dexterity": 20,
+ "ability_score_constitution": 26,
+ "ability_score_intelligence": 10,
+ "ability_score_wisdom": 18,
+ "ability_score_charisma": 8,
+ "saving_throw_strength": 6,
+ "saving_throw_dexterity": 5,
+ "saving_throw_constitution": 8,
+ "saving_throw_intelligence": 0,
+ "saving_throw_wisdom": 4,
+ "saving_throw_charisma": -1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 14,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "huge",
+ "weight": "0.000",
+ "armor_class": 17,
+ "hit_points": 156,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "giant",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "7.000",
+ "experience_points_integer": null,
+ "languages": [
+ "giant"
+ ],
+ "damage_vulnerabilities": [
+ "thunder"
+ ],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "lightning"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_stone-golem",
+ "fields": {
+ "name": "Stone Golem",
+ "document": "bfrd",
+ "languages_desc": "understands the languages of its creator but can't speak",
+ "telepathy_range": null,
+ "ability_score_strength": 20,
+ "ability_score_dexterity": 8,
+ "ability_score_constitution": 28,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 1,
+ "saving_throw_strength": 5,
+ "saving_throw_dexterity": -1,
+ "saving_throw_constitution": 9,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -5,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 17,
+ "hit_points": 176,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "construct",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "10.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_storm-giant",
+ "fields": {
+ "name": "Storm Giant",
+ "document": "bfrd",
+ "languages_desc": "Common,Giant",
+ "telepathy_range": null,
+ "ability_score_strength": 38,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 30,
+ "ability_score_intelligence": 16,
+ "ability_score_wisdom": 28,
+ "ability_score_charisma": 28,
+ "saving_throw_strength": 14,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 10,
+ "saving_throw_intelligence": 3,
+ "saving_throw_wisdom": 9,
+ "saving_throw_charisma": 9,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 19,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "huge",
+ "weight": "0.000",
+ "armor_class": 16,
+ "hit_points": 243,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 50.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": 50.0,
+ "type": "giant",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "13.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "giant"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "lightning",
+ "thunder"
+ ],
+ "damage_resistances": [
+ "cold"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_succubus",
+ "fields": {
+ "name": "Succubus",
+ "document": "bfrd",
+ "languages_desc": "Abyssal,Common,Infernal,telepathy 60 ft.",
+ "telepathy_range": 60.0,
+ "ability_score_strength": 8,
+ "ability_score_dexterity": 16,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 14,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 24,
+ "saving_throw_strength": -1,
+ "saving_throw_dexterity": 3,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": 2,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": 7,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 15,
+ "hit_points": 79,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": true,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": 60.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "fiend",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "4.000",
+ "experience_points_integer": null,
+ "languages": [
+ "abyssal",
+ "common",
+ "infernal"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "bludgeoning",
+ "cold",
+ "fire",
+ "lightning",
+ "piercing",
+ "poison",
+ "slashing"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_tarrasque",
+ "fields": {
+ "name": "Tarrasque",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 30,
+ "ability_score_dexterity": 16,
+ "ability_score_constitution": 30,
+ "ability_score_intelligence": 20,
+ "ability_score_wisdom": 28,
+ "ability_score_charisma": 28,
+ "saving_throw_strength": 10,
+ "saving_throw_dexterity": 3,
+ "saving_throw_constitution": 10,
+ "saving_throw_intelligence": 5,
+ "saving_throw_wisdom": 9,
+ "saving_throw_charisma": 9,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 19,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "gargantuan",
+ "weight": "0.000",
+ "armor_class": 25,
+ "hit_points": 680,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": true,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": 30.0,
+ "climb": null,
+ "swim": null,
+ "type": "monstrosity",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "30.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [
+ "thunder"
+ ],
+ "damage_immunities": [
+ "bludgeoning",
+ "fire",
+ "piercing",
+ "poison",
+ "slashing"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_thug",
+ "fields": {
+ "name": "Thug",
+ "document": "bfrd",
+ "languages_desc": "any one language (usually Common)",
+ "telepathy_range": null,
+ "ability_score_strength": 14,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 14,
+ "ability_score_intelligence": 10,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 10,
+ "saving_throw_strength": 2,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 2,
+ "saving_throw_intelligence": 0,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": 0,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 11,
+ "hit_points": 25,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.500",
+ "experience_points_integer": null,
+ "languages": [
+ "abyssal",
+ "celestial",
+ "common",
+ "deep-speech",
+ "draconic",
+ "druidic",
+ "dwarvish",
+ "elvish",
+ "giant",
+ "gnomish",
+ "goblin",
+ "halfling",
+ "infernal",
+ "orc",
+ "primordial",
+ "sylvan",
+ "thieves-cant",
+ "undercommon",
+ "void-speech"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_tiger",
+ "fields": {
+ "name": "Tiger",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 14,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 8,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 2,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": -1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 38,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "1.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_tiger-saber-toothed",
+ "fields": {
+ "name": "Tiger, Saber-Toothed",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 18,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 14,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 8,
+ "saving_throw_strength": 4,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 2,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": -1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 63,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "2.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_treant",
+ "fields": {
+ "name": "Treant",
+ "document": "bfrd",
+ "languages_desc": "Common,Druidic,Elvish,Sylvan",
+ "telepathy_range": null,
+ "ability_score_strength": 22,
+ "ability_score_dexterity": 8,
+ "ability_score_constitution": 28,
+ "ability_score_intelligence": 12,
+ "ability_score_wisdom": 24,
+ "ability_score_charisma": 12,
+ "saving_throw_strength": 6,
+ "saving_throw_dexterity": -1,
+ "saving_throw_constitution": 9,
+ "saving_throw_intelligence": 1,
+ "saving_throw_wisdom": 7,
+ "saving_throw_charisma": 1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 17,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": 30.0,
+ "truesight_range": null,
+ "size": "huge",
+ "weight": "0.000",
+ "armor_class": 16,
+ "hit_points": 185,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "plant",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "9.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "druidic",
+ "elvish",
+ "sylvan"
+ ],
+ "damage_vulnerabilities": [
+ "fire"
+ ],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "bludgeoning",
+ "piercing"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_triceratops",
+ "fields": {
+ "name": "Triceratops",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 22,
+ "ability_score_dexterity": 8,
+ "ability_score_constitution": 16,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 4,
+ "saving_throw_strength": 6,
+ "saving_throw_dexterity": -1,
+ "saving_throw_constitution": 3,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "huge",
+ "weight": "0.000",
+ "armor_class": 13,
+ "hit_points": 126,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 50.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "5.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_troll",
+ "fields": {
+ "name": "Troll",
+ "document": "bfrd",
+ "languages_desc": "Giant",
+ "telepathy_range": null,
+ "ability_score_strength": 18,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 20,
+ "ability_score_intelligence": 6,
+ "ability_score_wisdom": 8,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": 4,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 5,
+ "saving_throw_intelligence": -2,
+ "saving_throw_wisdom": -1,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 9,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 15,
+ "hit_points": 94,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "giant",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "5.000",
+ "experience_points_integer": null,
+ "languages": [
+ "giant"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_tyrannosaurus-rex",
+ "fields": {
+ "name": "Tyrannosaurus Rex",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 26,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 18,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 8,
+ "saving_throw_strength": 8,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 4,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": -1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "huge",
+ "weight": "0.000",
+ "armor_class": 13,
+ "hit_points": 184,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 50.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "8.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_unicorn",
+ "fields": {
+ "name": "Unicorn",
+ "document": "bfrd",
+ "languages_desc": "Celestial,Elvish,Sylvan,telepathy 60 ft.",
+ "telepathy_range": 60.0,
+ "ability_score_strength": 18,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 14,
+ "ability_score_intelligence": 10,
+ "ability_score_wisdom": 22,
+ "ability_score_charisma": 22,
+ "saving_throw_strength": 4,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 2,
+ "saving_throw_intelligence": 0,
+ "saving_throw_wisdom": 6,
+ "saving_throw_charisma": 6,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 16,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 92,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 50.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "celestial",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "5.000",
+ "experience_points_integer": null,
+ "languages": [
+ "celestial",
+ "elvish",
+ "sylvan"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "poison"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_unska",
+ "fields": {
+ "name": "Unska",
+ "document": "bfrd",
+ "languages_desc": "Abyssal,Common",
+ "telepathy_range": null,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 14,
+ "ability_score_intelligence": 8,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 14,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 2,
+ "saving_throw_intelligence": -1,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": 2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 17,
+ "hit_points": 88,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 20.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": 20.0,
+ "swim": null,
+ "type": "fiend",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "5.000",
+ "experience_points_integer": null,
+ "languages": [
+ "abyssal",
+ "common"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_vampire",
+ "fields": {
+ "name": "Vampire",
+ "document": "bfrd",
+ "languages_desc": "the languages it knew in life",
+ "telepathy_range": null,
+ "ability_score_strength": 18,
+ "ability_score_dexterity": 28,
+ "ability_score_constitution": 18,
+ "ability_score_intelligence": 16,
+ "ability_score_wisdom": 24,
+ "ability_score_charisma": 28,
+ "saving_throw_strength": 4,
+ "saving_throw_dexterity": 9,
+ "saving_throw_constitution": 4,
+ "saving_throw_intelligence": 3,
+ "saving_throw_wisdom": 7,
+ "saving_throw_charisma": 9,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 17,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 16,
+ "hit_points": 177,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": true,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": 30.0,
+ "burrow": null,
+ "climb": 30.0,
+ "swim": 20.0,
+ "type": "undead",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "13.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "bludgeoning",
+ "necrotic",
+ "piercing",
+ "slashing"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_vampire-spawn",
+ "fields": {
+ "name": "Vampire Spawn",
+ "document": "bfrd",
+ "languages_desc": "the languages it knew in life",
+ "telepathy_range": null,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 22,
+ "ability_score_constitution": 16,
+ "ability_score_intelligence": 10,
+ "ability_score_wisdom": 16,
+ "ability_score_charisma": 12,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": 6,
+ "saving_throw_constitution": 3,
+ "saving_throw_intelligence": 0,
+ "saving_throw_wisdom": 3,
+ "saving_throw_charisma": 1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 13,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 15,
+ "hit_points": 91,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": true,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": 30.0,
+ "swim": null,
+ "type": "undead",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "5.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "bludgeoning",
+ "necrotic",
+ "piercing",
+ "slashing"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_vampire-thrall",
+ "fields": {
+ "name": "Vampire Thrall",
+ "document": "bfrd",
+ "languages_desc": "any one language (usually Common)",
+ "telepathy_range": null,
+ "ability_score_strength": 14,
+ "ability_score_dexterity": 20,
+ "ability_score_constitution": 18,
+ "ability_score_intelligence": 10,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 14,
+ "saving_throw_strength": 2,
+ "saving_throw_dexterity": 5,
+ "saving_throw_constitution": 4,
+ "saving_throw_intelligence": 0,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": 2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 30.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 13,
+ "hit_points": 40,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": 10.0,
+ "swim": null,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "1.000",
+ "experience_points_integer": null,
+ "languages": [
+ "abyssal",
+ "celestial",
+ "common",
+ "deep-speech",
+ "draconic",
+ "druidic",
+ "dwarvish",
+ "elvish",
+ "giant",
+ "gnomish",
+ "goblin",
+ "halfling",
+ "infernal",
+ "orc",
+ "primordial",
+ "sylvan",
+ "thieves-cant",
+ "undercommon",
+ "void-speech"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_velociraptor",
+ "fields": {
+ "name": "Velociraptor",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 6,
+ "ability_score_dexterity": 18,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 4,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": -2,
+ "saving_throw_dexterity": 4,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": -3,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "small",
+ "weight": "0.000",
+ "armor_class": 13,
+ "hit_points": 25,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.500",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_veteran",
+ "fields": {
+ "name": "Veteran",
+ "document": "bfrd",
+ "languages_desc": "Common plus any one language",
+ "telepathy_range": null,
+ "ability_score_strength": 20,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 14,
+ "ability_score_intelligence": 10,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 10,
+ "saving_throw_strength": 5,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 2,
+ "saving_throw_intelligence": 0,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": 0,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 16,
+ "hit_points": 68,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "3.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_violet-fungus",
+ "fields": {
+ "name": "Violet Fungus",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 2,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 1,
+ "ability_score_wisdom": 2,
+ "ability_score_charisma": 1,
+ "saving_throw_strength": -4,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": -5,
+ "saving_throw_wisdom": -4,
+ "saving_throw_charisma": -5,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 6,
+ "normal_sight_range": null,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 10,
+ "hit_points": 14,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 15.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "plant",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.250",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "necrotic"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_virtuoso-lich",
+ "fields": {
+ "name": "Virtuoso Lich",
+ "document": "bfrd",
+ "languages_desc": "Common plus up to two other languages",
+ "telepathy_range": null,
+ "ability_score_strength": 10,
+ "ability_score_dexterity": 24,
+ "ability_score_constitution": 14,
+ "ability_score_intelligence": 14,
+ "ability_score_wisdom": 20,
+ "ability_score_charisma": 28,
+ "saving_throw_strength": 0,
+ "saving_throw_dexterity": 7,
+ "saving_throw_constitution": 2,
+ "saving_throw_intelligence": 2,
+ "saving_throw_wisdom": 5,
+ "saving_throw_charisma": 9,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 15,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": 60.0,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 17,
+ "hit_points": 185,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": true,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "undead",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "12.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "bludgeoning",
+ "necrotic",
+ "piercing",
+ "slashing"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_vrock",
+ "fields": {
+ "name": "Vrock",
+ "document": "bfrd",
+ "languages_desc": "Abyssal,telepathy 120 ft.",
+ "telepathy_range": 120.0,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 20,
+ "ability_score_constitution": 18,
+ "ability_score_intelligence": 8,
+ "ability_score_wisdom": 22,
+ "ability_score_charisma": 14,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": 5,
+ "saving_throw_constitution": 4,
+ "saving_throw_intelligence": -1,
+ "saving_throw_wisdom": 6,
+ "saving_throw_charisma": 2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 16,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 15,
+ "hit_points": 110,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": true,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": 60.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "fiend",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "6.000",
+ "experience_points_integer": null,
+ "languages": [
+ "abyssal"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "bludgeoning",
+ "piercing",
+ "slashing"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_vulture",
+ "fields": {
+ "name": "Vulture",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 6,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 4,
+ "saving_throw_strength": -2,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": -3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 10,
+ "hit_points": 8,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 10.0,
+ "unit": null,
+ "hover": false,
+ "fly": 50.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_vulture-giant",
+ "fields": {
+ "name": "Vulture, Giant",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 14,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 2,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 10,
+ "hit_points": 46,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 10.0,
+ "unit": null,
+ "hover": false,
+ "fly": 60.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "1.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_war-horse-skeleton",
+ "fields": {
+ "name": "War Horse Skeleton",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 18,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 14,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 4,
+ "saving_throw_strength": 4,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 2,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": -3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 13,
+ "hit_points": 25,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 60.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "undead",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.500",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [
+ "bludgeoning"
+ ],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "piercing"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_water-elemental",
+ "fields": {
+ "name": "Water Elemental",
+ "document": "bfrd",
+ "languages_desc": "Aquan",
+ "telepathy_range": null,
+ "ability_score_strength": 18,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 18,
+ "ability_score_intelligence": 6,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 8,
+ "saving_throw_strength": 4,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 4,
+ "saving_throw_intelligence": -2,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 14,
+ "hit_points": 104,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": 90.0,
+ "type": "elemental",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "5.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "acid"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_weasel",
+ "fields": {
+ "name": "Weasel",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 2,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 8,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 2,
+ "saving_throw_strength": -4,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": -1,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": -4,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "tiny",
+ "weight": "0.000",
+ "armor_class": 11,
+ "hit_points": 8,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_weasel-giant",
+ "fields": {
+ "name": "Weasel, Giant",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 10,
+ "ability_score_dexterity": 16,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 4,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 4,
+ "saving_throw_strength": 0,
+ "saving_throw_dexterity": 3,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": -3,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": -3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 13,
+ "hit_points": 14,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.250",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_werebear",
+ "fields": {
+ "name": "Werebear",
+ "document": "bfrd",
+ "languages_desc": "Common (can't speak in bear form)",
+ "telepathy_range": null,
+ "ability_score_strength": 20,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 16,
+ "ability_score_intelligence": 10,
+ "ability_score_wisdom": 18,
+ "ability_score_charisma": 12,
+ "saving_throw_strength": 5,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 3,
+ "saving_throw_intelligence": 0,
+ "saving_throw_wisdom": 4,
+ "saving_throw_charisma": 1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 14,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 10,
+ "hit_points": 126,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": true,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": 30.0,
+ "swim": null,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "5.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "bludgeoning",
+ "piercing",
+ "slashing"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_wereboar",
+ "fields": {
+ "name": "Wereboar",
+ "document": "bfrd",
+ "languages_desc": "Common (can't speak in boar form)",
+ "telepathy_range": null,
+ "ability_score_strength": 20,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 14,
+ "ability_score_intelligence": 10,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 8,
+ "saving_throw_strength": 5,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 2,
+ "saving_throw_intelligence": 0,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 10,
+ "hit_points": 100,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": true,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "4.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "bludgeoning",
+ "piercing",
+ "slashing"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_wererat",
+ "fields": {
+ "name": "Wererat",
+ "document": "bfrd",
+ "languages_desc": "Common (can't speak in rat form)",
+ "telepathy_range": null,
+ "ability_score_strength": 10,
+ "ability_score_dexterity": 18,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 10,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 8,
+ "saving_throw_strength": 0,
+ "saving_throw_dexterity": 4,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": 0,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 57,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": true,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "2.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "bludgeoning",
+ "piercing",
+ "slashing"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_weretiger",
+ "fields": {
+ "name": "Weretiger",
+ "document": "bfrd",
+ "languages_desc": "Common (can't speak in tiger form)",
+ "telepathy_range": null,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 18,
+ "ability_score_constitution": 16,
+ "ability_score_intelligence": 10,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 10,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": 4,
+ "saving_throw_constitution": 3,
+ "saving_throw_intelligence": 0,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": 0,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 95,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": true,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "4.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "bludgeoning",
+ "piercing",
+ "slashing"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_werewolf",
+ "fields": {
+ "name": "Werewolf",
+ "document": "bfrd",
+ "languages_desc": "Common (can't speak in wolf form)",
+ "telepathy_range": null,
+ "ability_score_strength": 18,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 16,
+ "ability_score_intelligence": 10,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 10,
+ "saving_throw_strength": 4,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 3,
+ "saving_throw_intelligence": 0,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": 0,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 11,
+ "hit_points": 76,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": true,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "3.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "bludgeoning",
+ "piercing",
+ "slashing"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_white-dragon-wyrmling",
+ "fields": {
+ "name": "White Dragon Wyrmling",
+ "document": "bfrd",
+ "languages_desc": "Draconic",
+ "telepathy_range": null,
+ "ability_score_strength": 14,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 18,
+ "ability_score_intelligence": 4,
+ "ability_score_wisdom": 14,
+ "ability_score_charisma": 14,
+ "saving_throw_strength": 2,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 4,
+ "saving_throw_intelligence": -3,
+ "saving_throw_wisdom": 2,
+ "saving_throw_charisma": 2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 12,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 16,
+ "hit_points": 54,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": 60.0,
+ "burrow": 15.0,
+ "climb": null,
+ "swim": 30.0,
+ "type": "dragon",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "2.000",
+ "experience_points_integer": null,
+ "languages": [
+ "draconic"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "cold"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_wight",
+ "fields": {
+ "name": "Wight",
+ "document": "bfrd",
+ "languages_desc": "the languages it knew in life",
+ "telepathy_range": null,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 16,
+ "ability_score_intelligence": 10,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 14,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 3,
+ "saving_throw_intelligence": 0,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": 2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 14,
+ "hit_points": 69,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": true,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "undead",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "3.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "bludgeoning",
+ "necrotic",
+ "piercing",
+ "slashing"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_wild-warrior",
+ "fields": {
+ "name": "Wild Warrior",
+ "document": "bfrd",
+ "languages_desc": "any one language",
+ "telepathy_range": null,
+ "ability_score_strength": 12,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 8,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 8,
+ "saving_throw_strength": 1,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": -1,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 9,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.125",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_will-o-wisp",
+ "fields": {
+ "name": "Will-o'-Wisp",
+ "document": "bfrd",
+ "languages_desc": "the languages it knew in life",
+ "telepathy_range": null,
+ "ability_score_strength": 1,
+ "ability_score_dexterity": 18,
+ "ability_score_constitution": 10,
+ "ability_score_intelligence": 12,
+ "ability_score_wisdom": 16,
+ "ability_score_charisma": 10,
+ "saving_throw_strength": -5,
+ "saving_throw_dexterity": 4,
+ "saving_throw_constitution": 0,
+ "saving_throw_intelligence": 1,
+ "saving_throw_wisdom": 3,
+ "saving_throw_charisma": 0,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 13,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "tiny",
+ "weight": "0.000",
+ "armor_class": 17,
+ "hit_points": 31,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": true,
+ "nonmagical_attack_immunity": false,
+ "walk": 0.0,
+ "unit": null,
+ "hover": true,
+ "fly": 50.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "undead",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "2.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "lightning"
+ ],
+ "damage_resistances": [
+ "acid",
+ "bludgeoning",
+ "cold",
+ "fire",
+ "necrotic",
+ "piercing",
+ "slashing",
+ "thunder"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_winter-wolf",
+ "fields": {
+ "name": "Winter Wolf",
+ "document": "bfrd",
+ "languages_desc": "Common,Giant,Winter Wolf",
+ "telepathy_range": null,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 14,
+ "ability_score_intelligence": 6,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 8,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 2,
+ "saving_throw_intelligence": -2,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": -1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 13,
+ "hit_points": 76,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 50.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "monstrosity",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "3.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "giant"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "cold"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_wolf",
+ "fields": {
+ "name": "Wolf",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 12,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": 1,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 13,
+ "hit_points": 14,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.250",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_wolf-dire",
+ "fields": {
+ "name": "Wolf, Dire",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 14,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 2,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 14,
+ "hit_points": 40,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 50.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "beast",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "1.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_wood-herald",
+ "fields": {
+ "name": "Wood Herald",
+ "document": "bfrd",
+ "languages_desc": "Common,Sylvan",
+ "telepathy_range": null,
+ "ability_score_strength": 14,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 10,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 10,
+ "saving_throw_strength": 2,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": 0,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": 0,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "small",
+ "weight": "0.000",
+ "armor_class": 13,
+ "hit_points": 27,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 20.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": 20.0,
+ "swim": null,
+ "type": "plant",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.500",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "sylvan"
+ ],
+ "damage_vulnerabilities": [
+ "fire"
+ ],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_worg",
+ "fields": {
+ "name": "Worg",
+ "document": "bfrd",
+ "languages_desc": "Goblin,Worg",
+ "telepathy_range": null,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 12,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 6,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 8,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": 1,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": -2,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -1,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 13,
+ "hit_points": 25,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "monstrosity",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.500",
+ "experience_points_integer": null,
+ "languages": [
+ "goblin"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_wraith",
+ "fields": {
+ "name": "Wraith",
+ "document": "bfrd",
+ "languages_desc": "the languages it knew in life",
+ "telepathy_range": null,
+ "ability_score_strength": 6,
+ "ability_score_dexterity": 18,
+ "ability_score_constitution": 16,
+ "ability_score_intelligence": 12,
+ "ability_score_wisdom": 14,
+ "ability_score_charisma": 14,
+ "saving_throw_strength": -2,
+ "saving_throw_dexterity": 4,
+ "saving_throw_constitution": 3,
+ "saving_throw_intelligence": 1,
+ "saving_throw_wisdom": 2,
+ "saving_throw_charisma": 2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 12,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 14,
+ "hit_points": 85,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": true,
+ "nonmagical_attack_immunity": false,
+ "walk": 0.0,
+ "unit": null,
+ "hover": true,
+ "fly": 60.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "undead",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "5.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [
+ "radiant"
+ ],
+ "damage_immunities": [
+ "necrotic"
+ ],
+ "damage_resistances": [
+ "acid",
+ "bludgeoning",
+ "cold",
+ "fire",
+ "lightning",
+ "piercing",
+ "slashing",
+ "thunder"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_wyrdling",
+ "fields": {
+ "name": "Wyrdling",
+ "document": "bfrd",
+ "languages_desc": "Common",
+ "telepathy_range": null,
+ "ability_score_strength": 10,
+ "ability_score_dexterity": 14,
+ "ability_score_constitution": 12,
+ "ability_score_intelligence": 12,
+ "ability_score_wisdom": 20,
+ "ability_score_charisma": 14,
+ "saving_throw_strength": 0,
+ "saving_throw_dexterity": 2,
+ "saving_throw_constitution": 1,
+ "saving_throw_intelligence": 1,
+ "saving_throw_wisdom": 5,
+ "saving_throw_charisma": 2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 15,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": null,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 12,
+ "hit_points": 40,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 30.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "humanoid",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "1.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "psychic"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_wyvern",
+ "fields": {
+ "name": "Wyvern",
+ "document": "bfrd",
+ "languages_desc": "-",
+ "telepathy_range": null,
+ "ability_score_strength": 18,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 16,
+ "ability_score_intelligence": 4,
+ "ability_score_wisdom": 12,
+ "ability_score_charisma": 6,
+ "saving_throw_strength": 4,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 3,
+ "saving_throw_intelligence": -3,
+ "saving_throw_wisdom": 1,
+ "saving_throw_charisma": -2,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 11,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 13,
+ "hit_points": 147,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 20.0,
+ "unit": null,
+ "hover": false,
+ "fly": 80.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "dragon",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "6.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "poison"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_xorn",
+ "fields": {
+ "name": "Xorn",
+ "document": "bfrd",
+ "languages_desc": "Terran",
+ "telepathy_range": null,
+ "ability_score_strength": 16,
+ "ability_score_dexterity": 10,
+ "ability_score_constitution": 22,
+ "ability_score_intelligence": 10,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 10,
+ "saving_throw_strength": 3,
+ "saving_throw_dexterity": 0,
+ "saving_throw_constitution": 6,
+ "saving_throw_intelligence": 0,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": 0,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": 60.0,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 19,
+ "hit_points": 111,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": true,
+ "nonmagical_attack_immunity": false,
+ "walk": 20.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": 20.0,
+ "climb": null,
+ "swim": null,
+ "type": "elemental",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "5.000",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [
+ "thunder"
+ ],
+ "damage_immunities": [],
+ "damage_resistances": [
+ "bludgeoning",
+ "piercing",
+ "slashing"
+ ],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_young-black-dragon",
+ "fields": {
+ "name": "Young Black Dragon",
+ "document": "bfrd",
+ "languages_desc": "Common,Draconic",
+ "telepathy_range": null,
+ "ability_score_strength": 20,
+ "ability_score_dexterity": 20,
+ "ability_score_constitution": 22,
+ "ability_score_intelligence": 12,
+ "ability_score_wisdom": 18,
+ "ability_score_charisma": 20,
+ "saving_throw_strength": 5,
+ "saving_throw_dexterity": 5,
+ "saving_throw_constitution": 6,
+ "saving_throw_intelligence": 1,
+ "saving_throw_wisdom": 4,
+ "saving_throw_charisma": 5,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 14,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 18,
+ "hit_points": 136,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": 80.0,
+ "burrow": null,
+ "climb": null,
+ "swim": 40.0,
+ "type": "dragon",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "7.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "draconic"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "acid"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_young-blue-dragon",
+ "fields": {
+ "name": "Young Blue Dragon",
+ "document": "bfrd",
+ "languages_desc": "Common,Draconic",
+ "telepathy_range": null,
+ "ability_score_strength": 20,
+ "ability_score_dexterity": 18,
+ "ability_score_constitution": 26,
+ "ability_score_intelligence": 14,
+ "ability_score_wisdom": 20,
+ "ability_score_charisma": 24,
+ "saving_throw_strength": 5,
+ "saving_throw_dexterity": 4,
+ "saving_throw_constitution": 8,
+ "saving_throw_intelligence": 2,
+ "saving_throw_wisdom": 5,
+ "saving_throw_charisma": 7,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 15,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 18,
+ "hit_points": 175,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": 80.0,
+ "burrow": 20.0,
+ "climb": null,
+ "swim": null,
+ "type": "dragon",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "9.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "draconic"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "lightning"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_young-brass-dragon",
+ "fields": {
+ "name": "Young Brass Dragon",
+ "document": "bfrd",
+ "languages_desc": "Common,Draconic",
+ "telepathy_range": null,
+ "ability_score_strength": 18,
+ "ability_score_dexterity": 16,
+ "ability_score_constitution": 22,
+ "ability_score_intelligence": 12,
+ "ability_score_wisdom": 16,
+ "ability_score_charisma": 20,
+ "saving_throw_strength": 4,
+ "saving_throw_dexterity": 3,
+ "saving_throw_constitution": 6,
+ "saving_throw_intelligence": 1,
+ "saving_throw_wisdom": 3,
+ "saving_throw_charisma": 5,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 13,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 17,
+ "hit_points": 119,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": 80.0,
+ "burrow": 20.0,
+ "climb": null,
+ "swim": null,
+ "type": "dragon",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "6.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "draconic"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "fire"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_young-bronze-dragon",
+ "fields": {
+ "name": "Young Bronze Dragon",
+ "document": "bfrd",
+ "languages_desc": "Common,Draconic",
+ "telepathy_range": null,
+ "ability_score_strength": 20,
+ "ability_score_dexterity": 16,
+ "ability_score_constitution": 24,
+ "ability_score_intelligence": 14,
+ "ability_score_wisdom": 18,
+ "ability_score_charisma": 22,
+ "saving_throw_strength": 5,
+ "saving_throw_dexterity": 3,
+ "saving_throw_constitution": 7,
+ "saving_throw_intelligence": 2,
+ "saving_throw_wisdom": 4,
+ "saving_throw_charisma": 6,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 14,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 18,
+ "hit_points": 148,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": 80.0,
+ "burrow": null,
+ "climb": null,
+ "swim": 40.0,
+ "type": "dragon",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "8.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "draconic"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "lightning"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_young-copper-dragon",
+ "fields": {
+ "name": "Young Copper Dragon",
+ "document": "bfrd",
+ "languages_desc": "Common,Draconic",
+ "telepathy_range": null,
+ "ability_score_strength": 18,
+ "ability_score_dexterity": 18,
+ "ability_score_constitution": 22,
+ "ability_score_intelligence": 16,
+ "ability_score_wisdom": 18,
+ "ability_score_charisma": 20,
+ "saving_throw_strength": 4,
+ "saving_throw_dexterity": 4,
+ "saving_throw_constitution": 6,
+ "saving_throw_intelligence": 3,
+ "saving_throw_wisdom": 4,
+ "saving_throw_charisma": 5,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 14,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 17,
+ "hit_points": 144,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": 80.0,
+ "burrow": null,
+ "climb": 40.0,
+ "swim": null,
+ "type": "dragon",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "7.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "draconic"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "acid"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_young-gold-dragon",
+ "fields": {
+ "name": "Young Gold Dragon",
+ "document": "bfrd",
+ "languages_desc": "Common,Draconic",
+ "telepathy_range": null,
+ "ability_score_strength": 22,
+ "ability_score_dexterity": 22,
+ "ability_score_constitution": 28,
+ "ability_score_intelligence": 16,
+ "ability_score_wisdom": 26,
+ "ability_score_charisma": 24,
+ "saving_throw_strength": 6,
+ "saving_throw_dexterity": 6,
+ "saving_throw_constitution": 9,
+ "saving_throw_intelligence": 3,
+ "saving_throw_wisdom": 8,
+ "saving_throw_charisma": 7,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 18,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 18,
+ "hit_points": 193,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": 80.0,
+ "burrow": null,
+ "climb": null,
+ "swim": 40.0,
+ "type": "dragon",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "10.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "draconic"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "fire"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_young-green-dragon",
+ "fields": {
+ "name": "Young Green Dragon",
+ "document": "bfrd",
+ "languages_desc": "Common,Draconic",
+ "telepathy_range": null,
+ "ability_score_strength": 18,
+ "ability_score_dexterity": 18,
+ "ability_score_constitution": 22,
+ "ability_score_intelligence": 20,
+ "ability_score_wisdom": 18,
+ "ability_score_charisma": 20,
+ "saving_throw_strength": 4,
+ "saving_throw_dexterity": 4,
+ "saving_throw_constitution": 6,
+ "saving_throw_intelligence": 5,
+ "saving_throw_wisdom": 4,
+ "saving_throw_charisma": 5,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 14,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 18,
+ "hit_points": 148,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": 80.0,
+ "burrow": null,
+ "climb": null,
+ "swim": 40.0,
+ "type": "dragon",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "8.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "draconic"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "poison"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_young-red-dragon",
+ "fields": {
+ "name": "Young Red Dragon",
+ "document": "bfrd",
+ "languages_desc": "Common,Draconic",
+ "telepathy_range": null,
+ "ability_score_strength": 22,
+ "ability_score_dexterity": 18,
+ "ability_score_constitution": 28,
+ "ability_score_intelligence": 14,
+ "ability_score_wisdom": 18,
+ "ability_score_charisma": 26,
+ "saving_throw_strength": 6,
+ "saving_throw_dexterity": 4,
+ "saving_throw_constitution": 9,
+ "saving_throw_intelligence": 2,
+ "saving_throw_wisdom": 4,
+ "saving_throw_charisma": 8,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 14,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 18,
+ "hit_points": 193,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": 80.0,
+ "burrow": null,
+ "climb": 40.0,
+ "swim": null,
+ "type": "dragon",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "10.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "draconic"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "fire"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_young-silver-dragon",
+ "fields": {
+ "name": "Young Silver Dragon",
+ "document": "bfrd",
+ "languages_desc": "Common,Draconic",
+ "telepathy_range": null,
+ "ability_score_strength": 22,
+ "ability_score_dexterity": 18,
+ "ability_score_constitution": 28,
+ "ability_score_intelligence": 14,
+ "ability_score_wisdom": 20,
+ "ability_score_charisma": 24,
+ "saving_throw_strength": 6,
+ "saving_throw_dexterity": 4,
+ "saving_throw_constitution": 9,
+ "saving_throw_intelligence": 2,
+ "saving_throw_wisdom": 5,
+ "saving_throw_charisma": 7,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 15,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 18,
+ "hit_points": 175,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": 80.0,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "dragon",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "9.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "draconic"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "cold"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_young-white-dragon",
+ "fields": {
+ "name": "Young White Dragon",
+ "document": "bfrd",
+ "languages_desc": "Common,Draconic",
+ "telepathy_range": null,
+ "ability_score_strength": 18,
+ "ability_score_dexterity": 16,
+ "ability_score_constitution": 24,
+ "ability_score_intelligence": 6,
+ "ability_score_wisdom": 18,
+ "ability_score_charisma": 18,
+ "saving_throw_strength": 4,
+ "saving_throw_dexterity": 3,
+ "saving_throw_constitution": 7,
+ "saving_throw_intelligence": -2,
+ "saving_throw_wisdom": 4,
+ "saving_throw_charisma": 4,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 14,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 120.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "large",
+ "weight": "0.000",
+ "armor_class": 17,
+ "hit_points": 126,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 40.0,
+ "unit": null,
+ "hover": false,
+ "fly": 80.0,
+ "burrow": 20.0,
+ "climb": null,
+ "swim": 40.0,
+ "type": "dragon",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "6.000",
+ "experience_points_integer": null,
+ "languages": [
+ "common",
+ "draconic"
+ ],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [
+ "cold"
+ ],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+},
+{
+ "model": "api_v2.creature",
+ "pk": "bfrd_zombie",
+ "fields": {
+ "name": "Zombie",
+ "document": "bfrd",
+ "languages_desc": "understands the languages it knew in life but can't speak",
+ "telepathy_range": null,
+ "ability_score_strength": 14,
+ "ability_score_dexterity": 6,
+ "ability_score_constitution": 16,
+ "ability_score_intelligence": 2,
+ "ability_score_wisdom": 10,
+ "ability_score_charisma": 4,
+ "saving_throw_strength": 2,
+ "saving_throw_dexterity": -2,
+ "saving_throw_constitution": 3,
+ "saving_throw_intelligence": -4,
+ "saving_throw_wisdom": 0,
+ "saving_throw_charisma": -3,
+ "skill_bonus_acrobatics": null,
+ "skill_bonus_animal_handling": null,
+ "skill_bonus_arcana": null,
+ "skill_bonus_athletics": null,
+ "skill_bonus_deception": null,
+ "skill_bonus_history": null,
+ "skill_bonus_insight": null,
+ "skill_bonus_intimidation": null,
+ "skill_bonus_investigation": null,
+ "skill_bonus_medicine": null,
+ "skill_bonus_nature": null,
+ "skill_bonus_perception": null,
+ "skill_bonus_performance": null,
+ "skill_bonus_persuasion": null,
+ "skill_bonus_religion": null,
+ "skill_bonus_sleight_of_hand": null,
+ "skill_bonus_stealth": null,
+ "skill_bonus_survival": null,
+ "passive_perception": 10,
+ "normal_sight_range": 10560.0,
+ "darkvision_range": 60.0,
+ "blindsight_range": null,
+ "tremorsense_range": null,
+ "truesight_range": null,
+ "size": "medium",
+ "weight": "0.000",
+ "armor_class": 8,
+ "hit_points": 16,
+ "hit_dice": "",
+ "nonmagical_attack_resistance": false,
+ "nonmagical_attack_immunity": false,
+ "walk": 20.0,
+ "unit": null,
+ "hover": false,
+ "fly": null,
+ "burrow": null,
+ "climb": null,
+ "swim": null,
+ "type": "undead",
+ "category": "Monsters",
+ "alignment": "chaotic evil",
+ "challenge_rating_decimal": "0.250",
+ "experience_points_integer": null,
+ "languages": [],
+ "damage_vulnerabilities": [],
+ "damage_immunities": [],
+ "damage_resistances": [],
+ "condition_immunities": []
+ }
+}
+]
diff --git a/data/v2/kobold-press/bfrd/CreatureTrait.json b/data/v2/kobold-press/bfrd/CreatureTrait.json
new file mode 100644
index 00000000..2270574a
--- /dev/null
+++ b/data/v2/kobold-press/bfrd/CreatureTrait.json
@@ -0,0 +1,27692 @@
+[
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 745,
+ "fields": {
+ "name": "Aberrant Resilience",
+ "desc": "The aboleth is resistant to the charmed, frightened, paralyzed, and stunned conditions, and it has advantage on saves against spells or effects that would alter its form.",
+ "type": null,
+ "parent": "bfrd_aboleth"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 746,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The aboleth can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_aboleth"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 747,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the aboleth fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_aboleth"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 748,
+ "fields": {
+ "name": "Probing Telepathy",
+ "desc": "If a creature the aboleth can see communicates telepathically with the aboleth, the aboleth learns the creature's greatest desires.",
+ "type": null,
+ "parent": "bfrd_aboleth"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 749,
+ "fields": {
+ "name": "Slime Pox",
+ "desc": "Characterized by the slimy pustules that erupt across the victim's body, _slime pox_ is a disease that infects creatures attacked by an aboleth or that come into contact with an aboleth's slime. Until the disease is cured, the infected creature can breathe air and water, can't regain HP except when underwater, and takes 6 (1d12) acid damage for every 1 hour it remains outside of water or without moisture applied to its skin. Every 24 hours that elapse, the infected creature must make a DC 16 CHA save. Each time a creature fails this save, it views the infecting aboleth more and more favorably, becoming the aboleth's doting and protective thrall after three failed saves.
The successes and failures don't need to be consecutive, but once a creature has acquired three of a kind, it no longer has to make this save, resulting in either the creature becoming a thrall of the aboleth or an autonomous - though infected - creature. _Slime pox_ can be cured only by the heal spell or similar magic.",
+ "type": null,
+ "parent": "bfrd_aboleth"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 750,
+ "fields": {
+ "name": "Slimy Skin",
+ "desc": "The aboleth is coated in an otherworldly mucus. A creature that touches the aboleth or that hits it with a melee attack while within 5 feet of it must succeed on a DC 16 CON save or be infected with _slime pox_ (see the Slime Pox trait).",
+ "type": null,
+ "parent": "bfrd_aboleth"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 751,
+ "fields": {
+ "name": "Divine Providence",
+ "desc": "Each friendly creature within 20 feet of the acolyte that isn't a Construct or Undead has advantage on death saves.",
+ "type": null,
+ "parent": "bfrd_acolyte"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 752,
+ "fields": {
+ "name": "Acidic Vapors",
+ "desc": "After the black dragon uses its Acid Breath, acid clings to its mouth, throat, and nostrils for a time, evaporating as the dragon breathes. While the dragon's Acid Breath is unavailable, acidic vapors surround it, and each creature that starts its turn within 20 feet of the dragon must succeed on a DC 18 CON save or be poisoned until the start of its next turn.",
+ "type": null,
+ "parent": "bfrd_adult-black-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 753,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The dragon can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_adult-black-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 754,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_adult-black-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 755,
+ "fields": {
+ "name": "Charged Hide",
+ "desc": "When the blue dragon hasn't exhaled its Lightning Breath, the electric charge builds up across its body. While the dragon's Lightning Breath is available, it emits wild sparks of electricity, and each creature that starts its turn within 20 feet of the dragon must succeed on a DC 19 CON save or be incapacitated until the start of its next turn.",
+ "type": null,
+ "parent": "bfrd_adult-blue-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 756,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_adult-blue-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 757,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_adult-brass-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 758,
+ "fields": {
+ "name": "Suffocating Heat",
+ "desc": "As the **young brass dragon**, except it affects creatures within 20 feet of the dragon, and the save DC is 18.",
+ "type": null,
+ "parent": "bfrd_adult-brass-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 759,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The dragon can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_adult-bronze-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 760,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_adult-bronze-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 761,
+ "fields": {
+ "name": "Lightning Extraction",
+ "desc": "As the **young bronze dragon**, except it affects creatures within 20 feet of the dragon, and the save DC is 19.",
+ "type": null,
+ "parent": "bfrd_adult-bronze-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 762,
+ "fields": {
+ "name": "Corrosive Scales",
+ "desc": "As the **young copper dragon**.",
+ "type": null,
+ "parent": "bfrd_adult-copper-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 763,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_adult-copper-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 764,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The dragon can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_adult-gold-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 765,
+ "fields": {
+ "name": "Golden Splendor",
+ "desc": "As the **young gold dragon**, except it affects creatures within 20 feet of the dragon, and the save DC is 21.",
+ "type": null,
+ "parent": "bfrd_adult-gold-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 766,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_adult-gold-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 767,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The dragon can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_adult-green-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 768,
+ "fields": {
+ "name": "Hallucinogenic Gas",
+ "desc": "After the green dragon exhales its Poison Breath, wisps of poisonous gas laced with the alchemical taint that permeates the dragon's body linger around it. While the dragon's Poison Breath is unavailable, each creature that starts its turn within 20 feet of the dragon must succeed on a DC 18 WIS save or be terrified, as the gas causes the creature to experience frightful hallucinations. A terrified creature is frightened, and its speed is reduced to 0.",
+ "type": null,
+ "parent": "bfrd_adult-green-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 769,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_adult-green-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 770,
+ "fields": {
+ "name": "Boil Over",
+ "desc": "When the red dragon hasn't unleashed its Fire Breath, the heat builds and rolls outward from it. While the dragon's Fire Breath is available, it emits immense heat, and each creature that starts its turn within 20 feet of the dragon must succeed on a DC 21 CON save or take 7 (2d6) fire damage. A creature that fails this save by 5 or more also suffers one level of exhaustion.",
+ "type": null,
+ "parent": "bfrd_adult-red-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 771,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_adult-red-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 772,
+ "fields": {
+ "name": "Freezing Fog",
+ "desc": "As the **young silver dragon**, except it affects creatures within 20 feet of the dragon, and the save DC is 20.",
+ "type": null,
+ "parent": "bfrd_adult-silver-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 773,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_adult-silver-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 774,
+ "fields": {
+ "name": "Ice Walk",
+ "desc": "The dragon can move across and climb icy surfaces without needing to make an ability check. In addition, difficult terrain composed of ice or snow doesn't cost it extra movement.",
+ "type": null,
+ "parent": "bfrd_adult-white-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 775,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_adult-white-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 776,
+ "fields": {
+ "name": "Numbing Chill",
+ "desc": "When the white dragon hasn't unleashed its Cold Breath, the cold builds up within it and ripples outward from it. While the dragon's Cold Breath is available, it emits a numbing chill, and each creature that starts its turn within 20 feet of the dragon must succeed on a DC 19 CON save or its speed is reduced by 15 feet.",
+ "type": null,
+ "parent": "bfrd_adult-white-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 777,
+ "fields": {
+ "name": "Air Form",
+ "desc": "The elemental can enter a hostile creature's space and stop there. It can move through a space as narrow as 1 inch wide without squeezing.",
+ "type": null,
+ "parent": "bfrd_air-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 778,
+ "fields": {
+ "name": "Cloud Camouflage",
+ "desc": "The elemental's Stealth is 20 while in clouds, fog, or windy weather.",
+ "type": null,
+ "parent": "bfrd_air-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 779,
+ "fields": {
+ "name": "Elemental Nature",
+ "desc": "The elemental doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_air-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 780,
+ "fields": {
+ "name": "Elemental Resilience",
+ "desc": "The elemental is resistant to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to poison damage, to exhaustion, and to the grappled, paralyzed, petrified, poisoned, prone, restrained, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_air-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 781,
+ "fields": {
+ "name": "Fey Resilience",
+ "desc": "The ambush hag is resistant to the charmed and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_ambush-hag"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 782,
+ "fields": {
+ "name": "Mimicry",
+ "desc": "The hag can mimic Animal sounds and Humanoid voices. A creature that hears the sounds can tell they are imitations with a successful DC 16 WIS (Insight) check.",
+ "type": null,
+ "parent": "bfrd_ambush-hag"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 783,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The ambush hag can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_ambush-hag"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 784,
+ "fields": {
+ "name": "Acidic Vapors",
+ "desc": "After the black dragon uses its Acid Breath, acid clings to its mouth, throat, and nostrils for a time, evaporating as the dragon breathes. While the dragon's Acid Breath is unavailable, acidic vapors surround it, and each creature that starts its turn within 30 feet of the dragon must succeed on a DC 21 CON save or be poisoned until the start of its next turn.",
+ "type": null,
+ "parent": "bfrd_ancient-black-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 785,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The dragon can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_ancient-black-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 786,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_ancient-black-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 787,
+ "fields": {
+ "name": "Charged Hide",
+ "desc": "When the blue dragon hasn't exhaled its Lightning Breath, the electric charge builds up across its body. While the dragon's Lightning Breath is available, it emits wild sparks of electricity, and each creature that starts its turn within 30 feet of the dragon must succeed on a DC 22 CON save or be incapacitated until the start of its next turn.",
+ "type": null,
+ "parent": "bfrd_ancient-blue-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 788,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_ancient-blue-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 789,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_ancient-brass-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 790,
+ "fields": {
+ "name": "Suffocating Heat",
+ "desc": "As the **young brass dragon**, except it affects creatures within 30 feet of the dragon, and the save DC is 21.",
+ "type": null,
+ "parent": "bfrd_ancient-brass-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 791,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The dragon can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_ancient-bronze-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 792,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_ancient-bronze-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 793,
+ "fields": {
+ "name": "Lightning Extraction",
+ "desc": "As the **young bronze dragon**, except it affects creatures within 30 feet of the dragon, and the save DC is 22.",
+ "type": null,
+ "parent": "bfrd_ancient-bronze-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 794,
+ "fields": {
+ "name": "Corrosive Scales",
+ "desc": "As the **young copper dragon**.",
+ "type": null,
+ "parent": "bfrd_ancient-copper-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 795,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_ancient-copper-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 796,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The dragon can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_ancient-gold-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 797,
+ "fields": {
+ "name": "Golden Splendor",
+ "desc": "As the **young gold dragon**, except it affects creatures within 30 feet of the dragon, and the save DC is 24.",
+ "type": null,
+ "parent": "bfrd_ancient-gold-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 798,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_ancient-gold-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 799,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The dragon can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_ancient-green-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 800,
+ "fields": {
+ "name": "Hallucinogenic Gas",
+ "desc": "After the green dragon exhales its Poison Breath, wisps of poisonous gas laced with the alchemical taint that permeates the dragon's body linger around it. While the dragon's Poison Breath is unavailable, each creature that starts its turn within 30 feet of the dragon must succeed on a DC 21 WIS save or be terrified, as the gas causes the creature to experience frightful hallucinations. A terrified creature is frightened, and its speed is reduced to 0.",
+ "type": null,
+ "parent": "bfrd_ancient-green-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 801,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_ancient-green-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 802,
+ "fields": {
+ "name": "Boil Over",
+ "desc": "When the red dragon hasn't unleashed its Fire Breath, the heat builds and rolls outward from it. While the dragon's Fire Breath is available, it emits immense heat, and each creature that starts its turn within 30 feet of the dragon must succeed on a DC 24 CON save or take 7 (2d6) fire damage. A creature that fails this save by 5 or more also suffers one level of exhaustion.",
+ "type": null,
+ "parent": "bfrd_ancient-red-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 803,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_ancient-red-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 804,
+ "fields": {
+ "name": "Freezing Fog",
+ "desc": "As the **young silver dragon**, except it affects creatures within 30 feet of the dragon, and the save DC is 23.",
+ "type": null,
+ "parent": "bfrd_ancient-silver-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 805,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_ancient-silver-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 806,
+ "fields": {
+ "name": "Ice Walk",
+ "desc": "The dragon can move across and climb icy surfaces without needing to make an ability check. In addition, difficult terrain composed of ice or snow doesn't cost it extra movement.",
+ "type": null,
+ "parent": "bfrd_ancient-white-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 807,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_ancient-white-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 808,
+ "fields": {
+ "name": "Numbing Chill",
+ "desc": "When the white dragon hasn't unleashed its Cold Breath, the cold builds up within it and ripples outward from it. While the dragon's Cold Breath is available, it emits a numbing chill, and each creature that starts its turn within 30 feet of the dragon must succeed on a DC 22 CON save or its speed is halved.",
+ "type": null,
+ "parent": "bfrd_ancient-white-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 809,
+ "fields": {
+ "name": "Inscrutable",
+ "desc": "The sphinx is immune to any effect that would sense its emotions or read its thoughts, as well as any divination spell that it refuses. WIS (Insight) checks made to ascertain the sphinx's intentions or sincerity have disadvantage.",
+ "type": null,
+ "parent": "bfrd_androsphinx"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 810,
+ "fields": {
+ "name": "Magical Claws",
+ "desc": "The sphinx's Claw attacks are magical. When the sphinx hits with a Claw attack, the Claw deals an extra 2d8 force damage (included in the attack).",
+ "type": null,
+ "parent": "bfrd_androsphinx"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 811,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The sphinx is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_androsphinx"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 812,
+ "fields": {
+ "name": "Antimagic Susceptibility",
+ "desc": "The armor is incapacitated while in the area of an antimagic field. If targeted by _dispel magic_, the armor must succeed on a CON save against the caster's spell save DC or fall unconscious for 1 minute.",
+ "type": null,
+ "parent": "bfrd_animated-armor"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 813,
+ "fields": {
+ "name": "Construct Nature",
+ "desc": "The armor doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_animated-armor"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 814,
+ "fields": {
+ "name": "Construct Resilience",
+ "desc": "The armor is immune to poison and psychic damage, and it is immune to exhaustion and the charmed, frightened, paralyzed, petrified, and poisoned conditions.",
+ "type": null,
+ "parent": "bfrd_animated-armor"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 815,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the armor remains motionless, it is indistinguishable from a normal suit of armor.",
+ "type": null,
+ "parent": "bfrd_animated-armor"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 816,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The ankheg is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_ankheg"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 817,
+ "fields": {
+ "name": "Nature's Champion",
+ "desc": "While the archdruid is conscious, wearing no armor, and in a natural environment or terrain, such as a desert, forest, or mountain, it adds its WIS modifier to its AC (included above). In addition, it is resistant to cold, fire, lightning, poison, and thunder damage.",
+ "type": null,
+ "parent": "bfrd_archdruid"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 818,
+ "fields": {
+ "name": "Nature's Weapons",
+ "desc": "When the archdruid hits with any weapon, the weapon deals an extra 4d8 cold, fire, lightning, poison, or thunder damage (included in the attack), the archdruid's choice.",
+ "type": null,
+ "parent": "bfrd_archdruid"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 819,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The archmage has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_archmage"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 820,
+ "fields": {
+ "name": "Magic Ward",
+ "desc": "While the archmage is conscious, wearing no armor, and not inside of an antimagic effect, it adds its INT modifier to its AC (included above). In addition, it is resistant to force damage.",
+ "type": null,
+ "parent": "bfrd_archmage"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 821,
+ "fields": {
+ "name": "Evasion",
+ "desc": "If the assassin is subjected to an effect that allows it to make a DEX save to take only half damage, the assassin instead takes no damage if it succeeds on the save, and only half damage if it fails.",
+ "type": null,
+ "parent": "bfrd_assassin"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 822,
+ "fields": {
+ "name": "Poisoned Weapons",
+ "desc": "The assassin's weapons are coated in poison. When it hits with any weapon, the weapon deals an extra 3d8 poison damage (included in the attack). In addition, at the start of each of its turns, the assassin can choose which of the following poisons is active on its weapons. The poison remains on the weapons until the start of the assassin's next turn.\n- **Assassin's Friend.** A creature poisoned by a weapon coated with this poison takes an extra 4 (1d8) poison damage each time it takes damage while poisoned.\n- **Buyer's Mercy.** A creature poisoned by a weapon coated with this poison falls unconscious while poisoned or until it takes damage or another creature uses an action to wake it.\n- **Meddler's Fate.** A creature poisoned by a weapon coated with this poison has its speed halved while poisoned.",
+ "type": null,
+ "parent": "bfrd_assassin"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 823,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the shrub remains motionless, it is indistinguishable from a normal shrub.",
+ "type": null,
+ "parent": "bfrd_awakened-shrub"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 824,
+ "fields": {
+ "name": "Plant Resilience",
+ "desc": "The shrub is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_awakened-shrub"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 825,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the tree remains motionless, it is indistinguishable from a normal tree.",
+ "type": null,
+ "parent": "bfrd_awakened-tree"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 826,
+ "fields": {
+ "name": "Plant Resilience",
+ "desc": "The tree is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_awakened-tree"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 827,
+ "fields": {
+ "name": "Heated Body",
+ "desc": "A creature that touches the azer or hits it with a melee attack while within 5 feet of it takes 3 (1d6) fire damage.",
+ "type": null,
+ "parent": "bfrd_azer"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 828,
+ "fields": {
+ "name": "Heated Weapons",
+ "desc": "When the azer hits with a metal melee weapon, the weapon deals an extra 3 (1d6) fire damage (included in the attack).",
+ "type": null,
+ "parent": "bfrd_azer"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 829,
+ "fields": {
+ "name": "Illumination",
+ "desc": "The azer sheds bright light in a 10-foot radius and dim light for an additional 10 feet.",
+ "type": null,
+ "parent": "bfrd_azer"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 830,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The baboon has advantage on attack rolls against a creature if at least one of the baboon's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_baboon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 831,
+ "fields": {
+ "name": "Grumpy",
+ "desc": "When in combat, the badger attacks the creature that most recently dealt damage to it, provided that creature is within range or moving to it doesn't cause the badger to provoke opportunity attacks. The badger otherwise attacks the nearest hostile creature.",
+ "type": null,
+ "parent": "bfrd_badger"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 832,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The badger's Perception is 16 when perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_badger"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 833,
+ "fields": {
+ "name": "Grumpy",
+ "desc": "When in combat, the badger attacks the creature that most recently dealt damage to it, provided that creature is within range or moving to it doesn't cause the badger to provoke opportunity attacks. The badger otherwise attacks the nearest hostile creature.",
+ "type": null,
+ "parent": "bfrd_badger-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 834,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The badger's Perception is 16 when perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_badger-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 835,
+ "fields": {
+ "name": "Terrifying Luminance",
+ "desc": "When a creature that can see the balara's glowing ribcage starts its turn within 30 feet of the balara, the balara can force it to make a DC 14 WIS save if the balara isn't incapacitated and can see the creature. On a failure, the creature is frightened until the start of its next turn, as the visions, fear, and pain of the last moments of several animals flash through its mind. While frightened, the creature's speed is reduced to 0, and it can't use reactions. Unless surprised, a creature can avert its eyes to avoid the save at the start of its turn. If the creature does so, it can't see the balara until the start of its next turn, when it can avert its eyes again. If the creature looks at the balara in the meantime, it must immediately make the save.",
+ "type": null,
+ "parent": "bfrd_balara"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 836,
+ "fields": {
+ "name": "Undead Nature",
+ "desc": "The balara doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_balara"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 837,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The balara is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_balara"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 838,
+ "fields": {
+ "name": "Demonic Flames",
+ "desc": "Creatures resistant to fire damage aren't resistant to fire damage dealt by the balor. Creatures immune to fire damage are still immune to the balor's fire damage.",
+ "type": null,
+ "parent": "bfrd_balor"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 839,
+ "fields": {
+ "name": "Demonic Resilience",
+ "desc": "The balor is resistant to cold and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_balor"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 840,
+ "fields": {
+ "name": "Diving Assault",
+ "desc": "If the balor is flying and moves at least 30 feet straight toward a creature and then hits it with a Gore attack on the same turn, that target must succeed on a DC 20 STR save or be knocked prone. If the target is prone, the balor can make one Longsword attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_balor"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 841,
+ "fields": {
+ "name": "Flaming Weapons",
+ "desc": "The balor's weapon attacks are magical. When the balor hits with any weapon, the weapon deals an extra 3d8 fire damage (included in the attack).",
+ "type": null,
+ "parent": "bfrd_balor"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 842,
+ "fields": {
+ "name": "Fire Aura",
+ "desc": "At the start of each of the balor's turns, each creature within 10 feet of it takes 13 (3d8) fire damage, and flammable objects in the aura that aren't being worn or carried ignite.",
+ "type": null,
+ "parent": "bfrd_balor"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 843,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The balor has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_balor"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 844,
+ "fields": {
+ "name": "Opportunist",
+ "desc": "The bandit has advantage on opportunity attacks.",
+ "type": null,
+ "parent": "bfrd_bandit"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 845,
+ "fields": {
+ "name": "Opportunist",
+ "desc": "The bandit captain has advantage on opportunity attacks.",
+ "type": null,
+ "parent": "bfrd_bandit-captain"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 846,
+ "fields": {
+ "name": "Barbed Death",
+ "desc": "When the barbed devil dies, its body withers, leaving behind a mass of spikes on the ground in a 10-foot radius centered on the devil's body. The area becomes difficult terrain for 1 minute, and when a creature moves into or within the area, it takes 2d6 piercing damage for every 5 feet it travels.",
+ "type": null,
+ "parent": "bfrd_barbed-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 847,
+ "fields": {
+ "name": "Barbed Hide",
+ "desc": "A creature that hits the barbed devil with a melee attack while within 5 feet of it takes 3 (1d6) piercing damage. A creature that starts its turn grappling or grappled by the barbed devil takes 3 (1d6) piercing damage.",
+ "type": null,
+ "parent": "bfrd_barbed-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 848,
+ "fields": {
+ "name": "Devil's Sight",
+ "desc": "Magical darkness doesn't impede the devil's darkvision.",
+ "type": null,
+ "parent": "bfrd_barbed-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 849,
+ "fields": {
+ "name": "Devilish Resilience",
+ "desc": "The devil is resistant to cold damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to fire damage and poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_barbed-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 850,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The devil has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_barbed-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 851,
+ "fields": {
+ "name": "Artistic Expression",
+ "desc": "The bard has one primary form of artistic expression, such as song, poetry, dance, fashion, paint, or similar. It is resistant to one type of damage associated with that artistic expression. For example, a bard expressing art through song or oration is resistant to thunder damage, a bard expressing art through paint is resistant to acid or poison damage (the bard's choice), and a bard expressing art through witty discourse or clever quips is resistant to psychic damage. This trait can't make the bard resistant to force, necrotic, or radiant damage.",
+ "type": null,
+ "parent": "bfrd_bard"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 852,
+ "fields": {
+ "name": "Expressive Weapons",
+ "desc": "When the bard hits with any weapon, the weapon deals an extra 3d8 damage of the type determined by Artistic Expression.",
+ "type": null,
+ "parent": "bfrd_bard"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 853,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The basilisk is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_basilisk"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 854,
+ "fields": {
+ "name": "Petrifying Gaze",
+ "desc": "When a creature that can see the basilisk's eyes starts its turn within 30 feet of the basilisk, the basilisk can force it to make a DC 12 CON save if the basilisk isn't incapacitated and can see the creature. On a failure, the creature magically begins to turn to stone and is restrained. The restrained creature must repeat the save at the end of its next turn, becoming petrified on a failure or ending the effect on a success. The petrification lasts until the creature is freed by the greater restoration spell or other magic. Unless surprised, a creature can avert its eyes to avoid the save at the start of its turn. If the creature does so, it can't see the basilisk until the start of its next turn, when it can avert its eyes again. If the creature looks at the basilisk in the meantime, it must immediately make the save. If the basilisk sees itself reflected on a polished surface within 30 feet of it and in an area of bright light, the basilisk mistakes itself for a rival and is affected by its own gaze.",
+ "type": null,
+ "parent": "bfrd_basilisk"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 855,
+ "fields": {
+ "name": "Echolocation",
+ "desc": "The bat can't use its keensense while deafened.",
+ "type": null,
+ "parent": "bfrd_bat"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 856,
+ "fields": {
+ "name": "Heightened Hearing",
+ "desc": "The bat's Perception is 16 when perceiving by hearing.",
+ "type": null,
+ "parent": "bfrd_bat"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 857,
+ "fields": {
+ "name": "Echolocation",
+ "desc": "The bat can't use its keensense while deafened.",
+ "type": null,
+ "parent": "bfrd_bat-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 858,
+ "fields": {
+ "name": "Heightened Hearing",
+ "desc": "The bat's Perception is 16 when perceiving by hearing.",
+ "type": null,
+ "parent": "bfrd_bat-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 859,
+ "fields": {
+ "name": "Cacophonous Swarm",
+ "desc": "A creature in the swarm's space that casts a spell with a verbal component must succeed on a DC 12 CON save or the spell fails to cast, expending the action required to cast it but not the spell slot or daily use.",
+ "type": null,
+ "parent": "bfrd_bat-swarm-of-bats"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 860,
+ "fields": {
+ "name": "Echolocation",
+ "desc": "The swarm can't use its keensense while deafened.",
+ "type": null,
+ "parent": "bfrd_bat-swarm-of-bats"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 861,
+ "fields": {
+ "name": "Heightened Hearing",
+ "desc": "The swarm's Perception is 16 when perceiving by hearing.",
+ "type": null,
+ "parent": "bfrd_bat-swarm-of-bats"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 862,
+ "fields": {
+ "name": "Swarm",
+ "desc": "The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny bat. The swarm can't regain HP or gain temporary HP.",
+ "type": null,
+ "parent": "bfrd_bat-swarm-of-bats"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 863,
+ "fields": {
+ "name": "Swarm Resilience",
+ "desc": "The swarm is resistant to bludgeoning, piercing, and slashing damage, and it is immune to the charmed, frightened, grappled, paralyzed, petrified, prone, restrained, and stunned conditions.",
+ "type": null,
+ "parent": "bfrd_bat-swarm-of-bats"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 864,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The bear's Perception is 18 when perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_bear-black"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 865,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The bear's Perception is 18 when perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_bear-brown"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 866,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The bear's Perception is 18 when perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_bear-polar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 867,
+ "fields": {
+ "name": "Devil's Sight",
+ "desc": "Magical darkness doesn't impede the devil's darkvision.",
+ "type": null,
+ "parent": "bfrd_bearded-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 868,
+ "fields": {
+ "name": "Devilish Resilience",
+ "desc": "The devil is resistant to cold damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to fire damage and poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_bearded-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 869,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The devil has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_bearded-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 870,
+ "fields": {
+ "name": "Show Mettle",
+ "desc": "While it can see a superior devil, such as a barbed devil, pit fiend, or similar, the bearded devil has advantage on saves against being charmed and frightened.",
+ "type": null,
+ "parent": "bfrd_bearded-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 871,
+ "fields": {
+ "name": "Lightning Absorption",
+ "desc": "Whenever the behir is subjected to lighting damage, it takes no damage and instead regains a number of HP equal to the lightning damage dealt.",
+ "type": null,
+ "parent": "bfrd_behir"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 872,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The behir is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_behir"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 873,
+ "fields": {
+ "name": "Reckless",
+ "desc": "At the start of its turn, the berserker can gain advantage on all melee weapon attack rolls it makes during that turn, but attack rolls against it have advantage until the start of its next turn.",
+ "type": null,
+ "parent": "bfrd_berserker"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 874,
+ "fields": {
+ "name": "Stalwart",
+ "desc": "If the berserker starts its turn afflicted by an ongoing effect that allows for a repeated save to end the effect, such as the hold spell or the poison from an ettercap's Bite, the gladiator can make the save at the start of the turn instead of the end and has advantage on the save.",
+ "type": null,
+ "parent": "bfrd_berserker"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 875,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The black dragon can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_black-dragon-wyrmling"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 876,
+ "fields": {
+ "name": "Pounce",
+ "desc": "If the dragon moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 13 STR save or be knocked prone. If the target is prone, the dragon can make one Claw attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_black-dragon-wyrmling"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 877,
+ "fields": {
+ "name": "Amorphous",
+ "desc": "The pudding can move through a space as narrow as 1 inch wide without squeezing.",
+ "type": null,
+ "parent": "bfrd_black-pudding"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 878,
+ "fields": {
+ "name": "Corrosive Form",
+ "desc": "A creature that touches the pudding or hits it with a melee attack while within 5 feet of it takes 4 (1d8) acid damage. Any nonmagical weapon made of metal or wood that hits the pudding corrodes. After dealing damage, the weapon takes a permanent and cumulative -1 penalty to damage rolls. If its penalty drops to -5, the weapon is destroyed. Nonmagical ammunition made of metal or wood that hits the pudding is destroyed after dealing damage. The pudding can eat through a panel of nonmagical wood or metal in its space that is up to 2 inches thick in 1 round.",
+ "type": null,
+ "parent": "bfrd_black-pudding"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 879,
+ "fields": {
+ "name": "Ooze Nature",
+ "desc": "The pudding doesn't require sleep.",
+ "type": null,
+ "parent": "bfrd_black-pudding"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 880,
+ "fields": {
+ "name": "Ooze Resilience",
+ "desc": "The pudding is resistant to the restrained condition, and it is immune to exhaustion and to the blinded, charmed, deafened, frightened, and prone conditions.",
+ "type": null,
+ "parent": "bfrd_black-pudding"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 881,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The pudding can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_black-pudding"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 882,
+ "fields": {
+ "name": "Fey Resilience",
+ "desc": "The blink dog is resistant to the charmed and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_blink-dog"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 883,
+ "fields": {
+ "name": "Heightened Hearing and Smell",
+ "desc": "The blink dog's Perception is 18 while perceiving by hearing or smell.",
+ "type": null,
+ "parent": "bfrd_blink-dog"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 884,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The blink dog has advantage on attack rolls against a creature if at least one of the dog's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_blink-dog"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 885,
+ "fields": {
+ "name": "Heightened Hearing",
+ "desc": "The bloatblossom's Perception is 16 while perceiving by hearing.",
+ "type": null,
+ "parent": "bfrd_bloatblossom"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 886,
+ "fields": {
+ "name": "Plant Resilience",
+ "desc": "The bloatblossom is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_bloatblossom"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 887,
+ "fields": {
+ "name": "Pounce",
+ "desc": "If the dragon moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 13 STR save or be knocked prone. If the target is prone, the dragon can make one Claw attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_blue-dragon-wyrmling"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 888,
+ "fields": {
+ "name": "Charge",
+ "desc": "If the boar moves at least 20 feet straight toward a target and then hits it with a Tusk attack on the same turn, the target takes an extra 3 (1d6) slashing damage. If the target is a creature, it must succeed on a DC 12 STR save or be knocked prone.",
+ "type": null,
+ "parent": "bfrd_boar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 889,
+ "fields": {
+ "name": "Relentless (Recharges after a Short or Long Rest)",
+ "desc": "If the boar takes 4 damage or less that would reduce it to 0 HP, it is reduced to 1 HP instead.",
+ "type": null,
+ "parent": "bfrd_boar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 890,
+ "fields": {
+ "name": "Charge",
+ "desc": "If the boar moves at least 20 feet straight toward a target and then hits it with a Tusk attack on the same turn, the target takes an extra 7 (2d6) slashing damage. If the target is a creature, it must succeed on a DC 13 STR save or be knocked prone.",
+ "type": null,
+ "parent": "bfrd_boar-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 891,
+ "fields": {
+ "name": "Relentless (Recharges after a Short or Long Rest)",
+ "desc": "If the boar takes 10 damage or less that would reduce it to 0 HP, it is reduced to 1 HP instead.",
+ "type": null,
+ "parent": "bfrd_boar-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 892,
+ "fields": {
+ "name": "Devil's Sight",
+ "desc": "Magical darkness doesn't impede the devil's darkvision.",
+ "type": null,
+ "parent": "bfrd_bone-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 893,
+ "fields": {
+ "name": "Devilish Resilience",
+ "desc": "The devil is resistant to cold damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to fire damage and poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_bone-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 894,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The devil has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_bone-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 895,
+ "fields": {
+ "name": "Pounce",
+ "desc": "If the dragon moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 12 STR save or be knocked prone. If the target is prone, the dragon can make one Claw attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_brass-dragon-wyrmling"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 896,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The dragon can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_bronze-dragon-wyrmling"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 897,
+ "fields": {
+ "name": "Pounce",
+ "desc": "If the dragon moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 13 STR save or be knocked prone. If the target is prone, the dragon can make one Claw attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_bronze-dragon-wyrmling"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 898,
+ "fields": {
+ "name": "Brutal",
+ "desc": "A melee weapon deals one extra die of its damage when the bugbear hits with it (included in the attack).",
+ "type": null,
+ "parent": "bfrd_bugbear"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 899,
+ "fields": {
+ "name": "Brutal",
+ "desc": "A melee weapon deals one extra die of its damage when the bugbear hits with it (included in the attack).",
+ "type": null,
+ "parent": "bfrd_bugbear-champion"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 900,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The bulette is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_bulette"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 901,
+ "fields": {
+ "name": "Standing Leap",
+ "desc": "The bulette's long jump is up to 30 feet and its high jump is up to 15 feet, with or without a running start.",
+ "type": null,
+ "parent": "bfrd_bulette"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 902,
+ "fields": {
+ "name": "Camel Resilience",
+ "desc": "The camel is resistant to exhaustion, and it requires only half the amount of water that a typical Beast of its size needs.",
+ "type": null,
+ "parent": "bfrd_camel"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 903,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The cat's Perception is 18 when perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_cat"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 904,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The centaur is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_centaur"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 905,
+ "fields": {
+ "name": "Trampling Charge",
+ "desc": "If the centaur moves at least 30 feet straight toward a creature and then hits it with a Pike attack on the same turn, that target must succeed on a DC 14 STR save or be knocked prone. If the target is prone, the centaur can make one Hooves attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_centaur"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 906,
+ "fields": {
+ "name": "Devil's Sight",
+ "desc": "Magical darkness doesn't impede the devil's darkvision.",
+ "type": null,
+ "parent": "bfrd_chain-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 907,
+ "fields": {
+ "name": "Devilish Resilience",
+ "desc": "The devil is resistant to cold damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to fire damage and poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_chain-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 908,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The devil has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_chain-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 909,
+ "fields": {
+ "name": "Bickering Heads",
+ "desc": "The chimera is perpetually one step away from arguing with itself. A creature that can see the chimera can use a bonus action on its turn to appeal to one of the chimera's heads with bribes (dragon), praise (lion), displays of magic (goat), or other clever manipulation of a head's desires. The chimera must succeed on a DC 15 WIS save or succumb to that desire.
If the lion or goat head succumbs, the chimera has disadvantage on the next Bite or Headbutt attack it makes before the end of its next turn. If the dragon head succumbs, creatures caught in the chimera's next Fire Breath have advantage on the save, provided the chimera uses the breath within the next 1 minute. Once a head has succumbed to a desire, that head can't succumb again for the next 24 hours.",
+ "type": null,
+ "parent": "bfrd_chimera"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 910,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The chimera is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_chimera"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 911,
+ "fields": {
+ "name": "Multiple Heads",
+ "desc": "The chimera has three heads and is resistant to the blinded, charmed, deafened, frightened, stunned, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_chimera"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 912,
+ "fields": {
+ "name": "Aberrant Resilience",
+ "desc": "The chuul is resistant to the charmed, frightened, paralyzed, and stunned conditions, and it has advantage on saves against spells or effects that would alter its form.",
+ "type": null,
+ "parent": "bfrd_chuul"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 913,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The chuul can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_chuul"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 914,
+ "fields": {
+ "name": "Sense Magic",
+ "desc": "The chuul senses and can pinpoint the location of magic within 120 feet of it. If it senses magic and can see the creature or object bearing the magic it senses, it sees a faint aura around that creature or object.",
+ "type": null,
+ "parent": "bfrd_chuul"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 915,
+ "fields": {
+ "name": "Acid Absorption",
+ "desc": "Whenever the golem is subjected to acid damage, it takes no damage and instead regains HP equal to the acid damage dealt.",
+ "type": null,
+ "parent": "bfrd_clay-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 916,
+ "fields": {
+ "name": "Construct Nature",
+ "desc": "The golem doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_clay-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 917,
+ "fields": {
+ "name": "Fire Weakness",
+ "desc": "When the clay golem takes fire damage, its body temporarily hardens like baked clay. Until the end of its next turn, the golem's speed is reduced by 10 feet, it can't use Mold Hand, and its AC becomes 18.",
+ "type": null,
+ "parent": "bfrd_clay-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 918,
+ "fields": {
+ "name": "Golem Resilience",
+ "desc": "The golem is immune to poison and psychic damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to exhaustion and to the charmed, frightened, paralyzed, petrified, and poisoned conditions.",
+ "type": null,
+ "parent": "bfrd_clay-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 919,
+ "fields": {
+ "name": "Immutable Form",
+ "desc": "The golem is immune to any spell or effect that would alter its form.",
+ "type": null,
+ "parent": "bfrd_clay-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 920,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The golem has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_clay-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 921,
+ "fields": {
+ "name": "Magic Weapons",
+ "desc": "The golem's weapon attacks are magical.",
+ "type": null,
+ "parent": "bfrd_clay-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 922,
+ "fields": {
+ "name": "Aberrant Resilience",
+ "desc": "The cloaker is resistant to the charmed, frightened, paralyzed, and stunned conditions, and it has advantage on saves against spells or effects that would alter its form.",
+ "type": null,
+ "parent": "bfrd_cloaker"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 923,
+ "fields": {
+ "name": "Damage Transfer",
+ "desc": "While attached to a creature, the cloaker takes only half the damage dealt to it (rounded down), and that creature takes the other half.",
+ "type": null,
+ "parent": "bfrd_cloaker"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 924,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the cloaker remains motionless without its underside exposed, it is indistinguishable from a dark leather cloak.",
+ "type": null,
+ "parent": "bfrd_cloaker"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 925,
+ "fields": {
+ "name": "Light Sensitivity",
+ "desc": "While in bright light, the cloaker has disadvantage on attack rolls, and its Perception is 6 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_cloaker"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 926,
+ "fields": {
+ "name": "Cloudsight",
+ "desc": "The cloud giant can see through areas obscured by clouds, fog, smoke, and steam without penalty.",
+ "type": null,
+ "parent": "bfrd_cloud-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 927,
+ "fields": {
+ "name": "Giant Attributes",
+ "desc": "The cloud giant is resistant to the stunned condition, and it is vulnerable to the prone condition.",
+ "type": null,
+ "parent": "bfrd_cloud-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 928,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The cloud giant's Perception is 22 when perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_cloud-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 929,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The cockatrice is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_cockatrice"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 930,
+ "fields": {
+ "name": "Pounce",
+ "desc": "If the dragon moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 12 STR save or be knocked prone. If the target is prone, the dragon can make one Claw attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_copper-dragon-wyrmling"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 931,
+ "fields": {
+ "name": "Celestial Resilience",
+ "desc": "The couatl is resistant to radiant damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks.",
+ "type": null,
+ "parent": "bfrd_couatl"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 932,
+ "fields": {
+ "name": "Inscrutable",
+ "desc": "The couatl is immune to any effect that would sense its emotions or read its thoughts, as well as divination spells or effects, such as scrying or detecting its location, that it refuses. WIS (Insight) checks made to ascertain the couatl's intentions or sincerity have disadvantage.",
+ "type": null,
+ "parent": "bfrd_couatl"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 933,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The couatl has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_couatl"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 934,
+ "fields": {
+ "name": "Magic Weapons",
+ "desc": "The couatl's weapon attacks are magical.",
+ "type": null,
+ "parent": "bfrd_couatl"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 935,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The crab can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_crab"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 936,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The crab can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_crab-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 937,
+ "fields": {
+ "name": "Amorphous",
+ "desc": "The crimson jelly can move through space as narrow as 1 inch wide without squeezing.",
+ "type": null,
+ "parent": "bfrd_crimson-jelly"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 938,
+ "fields": {
+ "name": "Blood Sense",
+ "desc": "The crimson jelly can pinpoint, by scent, the location of creatures that aren't Constructs or Undead and that don't have all of their HP within 60 feet of it and can sense the general direction of such creatures within 1 mile of it.",
+ "type": null,
+ "parent": "bfrd_crimson-jelly"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 939,
+ "fields": {
+ "name": "Ooze Nature",
+ "desc": "The crimson jelly doesn't require sleep.",
+ "type": null,
+ "parent": "bfrd_crimson-jelly"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 940,
+ "fields": {
+ "name": "Ooze Resilience",
+ "desc": "The crimson jelly is resistant to the restrained condition, and it is immune to exhaustion and to the blinded, charmed, deafened, frightened, and prone conditions.",
+ "type": null,
+ "parent": "bfrd_crimson-jelly"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 941,
+ "fields": {
+ "name": "Tainted Attacks",
+ "desc": "A creature that is reduced to 0 HP by a crimson jelly must succeed on a DC 9 CHA save or suffer one level of exhaustion. While a creature suffers from this exhaustion, it loses most of its memories aside from basic information about itself, such as its name and its capabilities, and it is wracked with nightmarish visions that include a crimson rune.",
+ "type": null,
+ "parent": "bfrd_crimson-jelly"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 942,
+ "fields": {
+ "name": "Transparent",
+ "desc": "While in an area of dim or bright light, the crimson jelly is invisible. While in darkness, creatures without darkvision can see the jelly's faint crimson glow.",
+ "type": null,
+ "parent": "bfrd_crimson-jelly"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 943,
+ "fields": {
+ "name": "Hold Breath",
+ "desc": "The crocodile can hold its breath for 15 minutes.",
+ "type": null,
+ "parent": "bfrd_crocodile"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 944,
+ "fields": {
+ "name": "Hold Breath",
+ "desc": "The crocodile can hold its breath for 30 minutes.",
+ "type": null,
+ "parent": "bfrd_crocodile-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 945,
+ "fields": {
+ "name": "Dark Devotion",
+ "desc": "The cultist is resistant to the charmed and frightened conditions.",
+ "type": null,
+ "parent": "bfrd_cultist"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 946,
+ "fields": {
+ "name": "Dark Devotion",
+ "desc": "The fanatic is resistant to the charmed and frightened conditions.",
+ "type": null,
+ "parent": "bfrd_cultist-fanatic"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 947,
+ "fields": {
+ "name": "Unholy Weapons",
+ "desc": "The fanatic's weapons are coated in dark, magical flames. When the fanatic hits with any weapon, the weapon deals an extra 2d6 fire damage or necrotic damage (included in the attack), the fanatic's choice.",
+ "type": null,
+ "parent": "bfrd_cultist-fanatic"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 948,
+ "fields": {
+ "name": "Echolocation",
+ "desc": "The darkmantle can't use its keensense while deafened.",
+ "type": null,
+ "parent": "bfrd_darkmantle"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 949,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the darkmantle remains motionless, it is indistinguishable from a cave formation, such as a stalactite or stalagmite.",
+ "type": null,
+ "parent": "bfrd_darkmantle"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 950,
+ "fields": {
+ "name": "Jagged Hide",
+ "desc": "A creature that hits the darkmantle with a melee attack while within 5 feet of it takes 2 (1d4) piercing damage.",
+ "type": null,
+ "parent": "bfrd_darkmantle"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 951,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The darkmantle is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_darkmantle"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 952,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The death dog is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_death-dog"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 953,
+ "fields": {
+ "name": "Multiple Heads",
+ "desc": "The death dog has two heads and is resistant to the blinded, charmed, deafened, frightened, stunned, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_death-dog"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 954,
+ "fields": {
+ "name": "Disgraced Rejuvenation",
+ "desc": "Unless redeemed, a destroyed death knight returns in 1d4 days, regaining all its HP and becoming active again within 10 feet of where it died.",
+ "type": null,
+ "parent": "bfrd_death-knight"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 955,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The death knight has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_death-knight"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 956,
+ "fields": {
+ "name": "Undead Nature",
+ "desc": "The death knight doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_death-knight"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 957,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The death knight is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_death-knight"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 958,
+ "fields": {
+ "name": "Gnome Cunning",
+ "desc": "The deep gnome has advantage on INT, WIS, and CHA saves against magic.",
+ "type": null,
+ "parent": "bfrd_deep-gnome"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 959,
+ "fields": {
+ "name": "Stone Camouflage",
+ "desc": "The deep gnome's Stealth is 17 while in rocky terrain.",
+ "type": null,
+ "parent": "bfrd_deep-gnome"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 960,
+ "fields": {
+ "name": "Angelic Resilience",
+ "desc": "The deva is resistant to radiant damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to exhaustion and the charmed and frightened conditions.",
+ "type": null,
+ "parent": "bfrd_deva"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 961,
+ "fields": {
+ "name": "Angelic Senses",
+ "desc": "The deva can pinpoint the location of Aberrations, Celestials, Fiends, and Undead within 30 feet of it and knows if a place or object it can sense is consecrated or desecrated.",
+ "type": null,
+ "parent": "bfrd_deva"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 962,
+ "fields": {
+ "name": "Angelic Weapons",
+ "desc": "The deva's weapon attacks are magical. When the deva hits with any weapon, the weapon deals an extra 4d8 radiant damage (included in the attack).",
+ "type": null,
+ "parent": "bfrd_deva"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 963,
+ "fields": {
+ "name": "Immortal Nature",
+ "desc": "The deva doesn't require food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_deva"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 964,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The deva has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_deva"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 965,
+ "fields": {
+ "name": "Reviving Prayer",
+ "desc": "The deva spends 10 minutes praying to its deity for the safe return of the soul of a slain creature. At the end of the prayer, the deva touches a creature that has been dead no more than 24 hours and returns the creature to life with a number of HP equal to half its HP maximum. Reviving Prayer can't return to life a creature that has died of old age, nor can it restore any missing body parts. A creature restored to life in this way can't be returned to life by this deva again for 30 days.",
+ "type": null,
+ "parent": "bfrd_deva"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 966,
+ "fields": {
+ "name": "Nebulous (Cloud Form Only)",
+ "desc": "The djinni's Stealth is 21, it can hover while flying, can't manipulate objects or attack, and it can pass through any space air can pass through without squeezing. In addition, it can enter and hide in any Tiny or larger container, such as a pouch, lamp, backpack, or barrel.",
+ "type": null,
+ "parent": "bfrd_djinni"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 967,
+ "fields": {
+ "name": "Convincing Mimicry (Humanoid Form Only)",
+ "desc": "The doppelganger can mimic any Humanoid's body and voice it has seen and heard nearly perfectly. A creature very familiar with the individual Humanoid the doppelganger is pretending to be can tell the doppelganger is an imitation with a successful DC 20 WIS (Insight) check.",
+ "type": null,
+ "parent": "bfrd_doppelganger"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 968,
+ "fields": {
+ "name": "Revealed Intentions",
+ "desc": "While reading a creature's mind, the doppelganger has advantage on CHA checks against the creature, knows the creature's current mood, and knows if the creature speaks a lie. In addition, the doppelganger has advantage on attack rolls against the creature.",
+ "type": null,
+ "parent": "bfrd_doppelganger"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 969,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The dragon turtle can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_dragon-turtle"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 970,
+ "fields": {
+ "name": "Siege Monster",
+ "desc": "The dragon turtle deals double damage to objects and structures.",
+ "type": null,
+ "parent": "bfrd_dragon-turtle"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 971,
+ "fields": {
+ "name": "Abyssal Rejuvenation",
+ "desc": "Unlike other outsiders, a dretch that dies in its home plane of the Abyss is restored in a new body in 1d10 days, regaining all its HP and becoming active again. The new body appears in a random location in the Abyss. Only sprinkling holy water on the dretch's remains can prevent this trait from functioning.",
+ "type": null,
+ "parent": "bfrd_dretch"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 972,
+ "fields": {
+ "name": "Demonic Resilience",
+ "desc": "The dretch is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_dretch"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 973,
+ "fields": {
+ "name": "Fey Ancestry",
+ "desc": "The drider is resistant to the charmed condition, and magic can't put the drider to sleep.",
+ "type": null,
+ "parent": "bfrd_drider"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 974,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The drider is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_drider"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 975,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The drider can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_drider"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 976,
+ "fields": {
+ "name": "Sunlight Sensitivity",
+ "desc": "While in sunlight, the drider has disadvantage on attack rolls, and its Perception is 10 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_drider"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 977,
+ "fields": {
+ "name": "Web Sense",
+ "desc": "While in contact with a web, the drider knows the exact location of any other creature in contact with the same web.",
+ "type": null,
+ "parent": "bfrd_drider"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 978,
+ "fields": {
+ "name": "Web Walker",
+ "desc": "The drider ignores movement restrictions caused by webbing.",
+ "type": null,
+ "parent": "bfrd_drider"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 979,
+ "fields": {
+ "name": "Fey Ancestry",
+ "desc": "The drow is resistant to the charmed condition, and magic can't put the drow to sleep.",
+ "type": null,
+ "parent": "bfrd_drow"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 980,
+ "fields": {
+ "name": "Sunlight Sensitivity",
+ "desc": "While in sunlight, the drow has disadvantage on attack rolls, and its Perception is 7 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_drow"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 981,
+ "fields": {
+ "name": "Fey Resilience",
+ "desc": "The dryad is resistant to the charmed and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_dryad"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 982,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The dryad has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_dryad"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 983,
+ "fields": {
+ "name": "One with the Forest",
+ "desc": "While in a forest, the dryad can't be surprised, and it leaves behind no tracks or other traces of its passage.",
+ "type": null,
+ "parent": "bfrd_dryad"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 984,
+ "fields": {
+ "name": "Speak with Beasts and Plants",
+ "desc": "The dryad can communicate with Beasts and Plants as if they shared a language.",
+ "type": null,
+ "parent": "bfrd_dryad"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 985,
+ "fields": {
+ "name": "Tree Stride",
+ "desc": "Once on its turn, the dryad can use 10 feet of its movement to step magically into one living tree within its reach and emerge from a second living tree within 60 feet of the first tree, appearing in an unoccupied space within 5 feet of the second tree. Both trees must be Large or larger.",
+ "type": null,
+ "parent": "bfrd_dryad"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 986,
+ "fields": {
+ "name": "Duergar Resilience",
+ "desc": "The duergar is resistant to the charmed and paralyzed conditions, and it has advantage on saves against spells and illusions.",
+ "type": null,
+ "parent": "bfrd_duergar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 987,
+ "fields": {
+ "name": "Reduce",
+ "desc": "If the duergar starts its turn enlarged, it can choose to end the effect and return to its normal size (no action required).",
+ "type": null,
+ "parent": "bfrd_duergar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 988,
+ "fields": {
+ "name": "Sunlight Sensitivity",
+ "desc": "While in sunlight, the duergar has disadvantage on attack rolls, and its Perception is 5 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_duergar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 989,
+ "fields": {
+ "name": "Death Burst",
+ "desc": "When the mephit dies, it explodes in a burst of dust. Each creature within 5 feet of it must succeed on a DC 11 DEX save or be blinded for 1 minute. A blinded creature can repeat the save at the end of each of its turns, ending the effect on itself on a success.",
+ "type": null,
+ "parent": "bfrd_dust-mephit"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 990,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the mephit remains motionless and hovering, it is indistinguishable from an ordinary cloud of dust.",
+ "type": null,
+ "parent": "bfrd_dust-mephit"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 991,
+ "fields": {
+ "name": "Heightened Sight",
+ "desc": "The eagle's Perception is 19 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_eagle"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 992,
+ "fields": {
+ "name": "Seabird",
+ "desc": "The eagle can swim up to 30 feet on its turn, but it must start and end its movement either flying or on a solid surface, such as a ship or beach. If it is swimming at the end of its turn, it must succeed on a DC 10 CON save or it immediately begins to sink and suffocate. A suffocating eagle must succeed on a DC 8 STR check to fly out of the substance where it is sinking.",
+ "type": null,
+ "parent": "bfrd_eagle"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 993,
+ "fields": {
+ "name": "Heightened Sight",
+ "desc": "The eagle's Perception is 19 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_eagle-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 994,
+ "fields": {
+ "name": "Seabird",
+ "desc": "The eagle can swim up to 40 feet on its turn, but it must start and end its movement either flying or on a solid surface, such as a ship or beach. If it is swimming at the end of its turn, it must succeed on a DC 11 CON save or it immediately begins to sink and suffocate. A suffocating eagle must succeed on a DC 13 STR check to fly out of the substance where it is sinking.",
+ "type": null,
+ "parent": "bfrd_eagle-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 995,
+ "fields": {
+ "name": "Earth Glide",
+ "desc": "The elemental can burrow through nonmagical, unworked earth and stone. While doing so, the elemental doesn't disturb the material through which it moves.",
+ "type": null,
+ "parent": "bfrd_earth-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 996,
+ "fields": {
+ "name": "Earthen Camouflage",
+ "desc": "The elemental's Stealth is 14 while in muddy, rocky, sandy, or stony terrain.",
+ "type": null,
+ "parent": "bfrd_earth-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 997,
+ "fields": {
+ "name": "Elemental Nature",
+ "desc": "The elemental doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_earth-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 998,
+ "fields": {
+ "name": "Elemental Resilience",
+ "desc": "The elemental is resistant to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to poison damage, to exhaustion, and to the paralyzed, petrified, poisoned, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_earth-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 999,
+ "fields": {
+ "name": "Siege Monster",
+ "desc": "The elemental deals double damage to objects and structures.",
+ "type": null,
+ "parent": "bfrd_earth-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1000,
+ "fields": {
+ "name": "Nebulous (Cloud Form Only)",
+ "desc": "The efreeti's Stealth is 16, it can hover while flying, can't manipulate objects or attack, and it can pass through any space air can pass through without squeezing. In addition, it can enter and hide in any Tiny or larger container, such as a pouch, lamp, backpack, or barrel.",
+ "type": null,
+ "parent": "bfrd_efreeti"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1001,
+ "fields": {
+ "name": "Trampling Charge",
+ "desc": "If the elephant moves at least 20 feet straight toward a creature and then hits it with a Gore attack on the same turn, that target must succeed on a DC 15 STR save or be knocked prone. If the target is prone, the elephant can make one Stomp attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_elephant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1002,
+ "fields": {
+ "name": "Charge",
+ "desc": "If the elk moves at least 20 feet straight toward a target and then hits it with a Ram attack on the same turn, the target takes an extra 3 (1d6) bludgeoning damage. If the target is a creature, it must succeed on a DC 12 STR save or be knocked prone.",
+ "type": null,
+ "parent": "bfrd_elk"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1003,
+ "fields": {
+ "name": "Charge",
+ "desc": "If the elk moves at least 20 feet straight toward a target and then hits it with a Ram attack on the same turn, the target takes an extra 7 (2d6) bludgeoning damage. If the target is a creature, it must succeed on a DC 14 STR save or be knocked prone.",
+ "type": null,
+ "parent": "bfrd_elk-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1004,
+ "fields": {
+ "name": "Devilish Resilience",
+ "desc": "The devil is resistant to cold damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to fire damage and poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_erinyes"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1005,
+ "fields": {
+ "name": "Disciplined Fighter",
+ "desc": "At the start of each of its turns, the erinyes chooses one of the following fighting styles to adopt, which lasts until the start of the erinyes's next turn.\n- **Aggressive.** The erinyes has advantage on the first attack it makes on its turn, but the next attack roll against the erinyes has advantage.\n- **Retributive.** The next time the erinyes is hit by a melee weapon attack from a creature within 5 feet of it, the erinyes can make one Longsword attack against the attacker (no action required).\n- **Defensive.** The next time erinyes uses the Parry reaction, it takes only half the damage if the attack hits and regains 18 (4d8) HP if the attack doesn't hit.",
+ "type": null,
+ "parent": "bfrd_erinyes"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1006,
+ "fields": {
+ "name": "Poisonous Weapons",
+ "desc": "The erinyes's weapon attacks are magical. When the erinyes hits with any weapon, the weapon deals an extra 4d8 poison damage (included in the attack).",
+ "type": null,
+ "parent": "bfrd_erinyes"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1007,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The erinyes has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_erinyes"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1008,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The ettercap is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_ettercap"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1009,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The ettercap can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_ettercap"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1010,
+ "fields": {
+ "name": "Web Sense",
+ "desc": "While in contact with a web, the ettercap knows the exact location of any other creature in contact with the same web.",
+ "type": null,
+ "parent": "bfrd_ettercap"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1011,
+ "fields": {
+ "name": "Web Walker",
+ "desc": "The ettercap ignores movement restrictions caused by webbing.",
+ "type": null,
+ "parent": "bfrd_ettercap"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1012,
+ "fields": {
+ "name": "Giant Attributes",
+ "desc": "The ettin is resistant to the stunned condition, and it is vulnerable to the prone condition.",
+ "type": null,
+ "parent": "bfrd_ettin"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1013,
+ "fields": {
+ "name": "Multiple Heads",
+ "desc": "The ettin has two heads and is resistant to the blinded, charmed, deafened, frightened, stunned, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_ettin"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1014,
+ "fields": {
+ "name": "Obstinate",
+ "desc": "The ettin has advantage on WIS and CHA saves.",
+ "type": null,
+ "parent": "bfrd_ettin"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1015,
+ "fields": {
+ "name": "Wakeful",
+ "desc": "When one of the ettin's heads is asleep, its other head is awake.",
+ "type": null,
+ "parent": "bfrd_ettin"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1016,
+ "fields": {
+ "name": "Fey Resilience",
+ "desc": "The feral hunter is resistant to the charmed and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_feral-hunter"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1017,
+ "fields": {
+ "name": "Heightened Senses",
+ "desc": "The feral hunter's Perception is 19 when perceiving by sight, hearing, or smell.",
+ "type": null,
+ "parent": "bfrd_feral-hunter"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1018,
+ "fields": {
+ "name": "Precise",
+ "desc": "A weapon that deals piercing damage deals one extra die of its damage when the feral hunter hits with it (included in the attack).",
+ "type": null,
+ "parent": "bfrd_feral-hunter"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1019,
+ "fields": {
+ "name": "Woodland Walk",
+ "desc": "Difficult terrain composed of nonmagical plants doesn't cost the feral hunter extra movement. In addition, the feral hunter can pass through nonmagical plants without being slowed by them and without taking damage from them if they have thorns, spines, or a similar hazard.",
+ "type": null,
+ "parent": "bfrd_feral-hunter"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1020,
+ "fields": {
+ "name": "Elemental Nature",
+ "desc": "The fire elemental doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_fire-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1021,
+ "fields": {
+ "name": "Elemental Resilience",
+ "desc": "The fire elemental is resistant to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to poison damage, to exhaustion, and to the grappled, paralyzed, petrified, poisoned, prone, restrained, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_fire-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1022,
+ "fields": {
+ "name": "Fire Camouflage",
+ "desc": "The fire elemental's Stealth is 18 while in a Medium or larger fire.",
+ "type": null,
+ "parent": "bfrd_fire-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1023,
+ "fields": {
+ "name": "Fire Form",
+ "desc": "The elemental can move through a space as narrow as 1 inch wide without squeezing. A creature that touches the elemental or hits it with a melee attack while within 5 feet of it takes 5 (1d10) fire damage. In addition, the elemental can enter a hostile creature's space and stop there. The first time it enters a creature's space on a turn, that creature must succeed on a DC 14 DEX save or take 5 (1d10) fire damage and catch fire; until a creature takes an action to douse the fire, the burning creature takes 5 (1d10) fire damage at the start of each of its turns.",
+ "type": null,
+ "parent": "bfrd_fire-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1024,
+ "fields": {
+ "name": "Illumination",
+ "desc": "The elemental sheds bright light in a 30-foot radius and dim light for an additional 30 feet.",
+ "type": null,
+ "parent": "bfrd_fire-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1025,
+ "fields": {
+ "name": "Water Susceptibility",
+ "desc": "For every 5 feet the elemental moves in water, or for every gallon of water splashed on it, it takes 1 cold damage.",
+ "type": null,
+ "parent": "bfrd_fire-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1026,
+ "fields": {
+ "name": "Giant Attributes",
+ "desc": "The fire giant is resistant to the stunned condition, and it is vulnerable to the prone condition.",
+ "type": null,
+ "parent": "bfrd_fire-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1027,
+ "fields": {
+ "name": "Aversion of Fire",
+ "desc": "If the golem takes fire damage, it loses its immunity to the frightened condition and has disadvantage on attack rolls and ability checks until the end of its next turn.",
+ "type": null,
+ "parent": "bfrd_flesh-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1028,
+ "fields": {
+ "name": "Berserk (55 HP or Fewer)",
+ "desc": "When the golem starts its turn, roll a d6. On a 6, the golem goes berserk. On each of its turns while berserk, the golem attacks the nearest creature it can see. If no creature is near enough to move to and attack, the golem attacks an object, with preference for an object smaller than itself. Once the golem goes berserk, it continues to do so until it is destroyed or regains all its HP. The golem's creator, if within 60 feet of the berserk golem, can try to calm it by speaking firmly and persuasively. The golem must be able to hear its creator, who must take an action to make a DC 15 CHA (Persuasion) check. If the check succeeds, the golem ceases being berserk. If the golem takes damage while still at 55 HP or fewer, the golem might go berserk again.",
+ "type": null,
+ "parent": "bfrd_flesh-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1029,
+ "fields": {
+ "name": "Construct Nature",
+ "desc": "The golem doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_flesh-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1030,
+ "fields": {
+ "name": "Flesh Golem Resilience",
+ "desc": "The golem is immune to poison damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to exhaustion and to the charmed, frightened, paralyzed, petrified, and poisoned conditions.",
+ "type": null,
+ "parent": "bfrd_flesh-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1031,
+ "fields": {
+ "name": "Immutable Form",
+ "desc": "The golem is immune to any spell or effect that would alter its form.",
+ "type": null,
+ "parent": "bfrd_flesh-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1032,
+ "fields": {
+ "name": "Lightning Absorption",
+ "desc": "Whenever the golem is subjected to lightning damage, it takes no damage and instead regains HP equal to the lightning damage dealt.",
+ "type": null,
+ "parent": "bfrd_flesh-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1033,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The golem has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_flesh-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1034,
+ "fields": {
+ "name": "Magic Weapons",
+ "desc": "The golem's weapon attacks are magical.",
+ "type": null,
+ "parent": "bfrd_flesh-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1035,
+ "fields": {
+ "name": "Fey Resilience",
+ "desc": "The flinderbeast is resistant to the charmed and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_flinderbeast"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1036,
+ "fields": {
+ "name": "Heightened Hearing and Smell",
+ "desc": "The flinderbeast's Perception 18 when perceiving by hearing or smell.",
+ "type": null,
+ "parent": "bfrd_flinderbeast"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1037,
+ "fields": {
+ "name": "Antimagic Susceptibility",
+ "desc": "The sword is incapacitated while in the area of an antimagic field. If targeted by _dispel magic_, the sword must succeed on a CON save against the caster's spell save DC or fall unconscious for 1 minute.",
+ "type": null,
+ "parent": "bfrd_flying-sword"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1038,
+ "fields": {
+ "name": "Construct Nature",
+ "desc": "The sword doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_flying-sword"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1039,
+ "fields": {
+ "name": "Construct Resilience",
+ "desc": "The sword is immune to poison and psychic damage, and it is immune to exhaustion and the charmed, frightened, paralyzed, petrified, and poisoned conditions.",
+ "type": null,
+ "parent": "bfrd_flying-sword"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1040,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the sword remains motionless and isn't flying, it is indistinguishable from a normal sword.",
+ "type": null,
+ "parent": "bfrd_flying-sword"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1041,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The frog can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_frog"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1042,
+ "fields": {
+ "name": "Standing Leap",
+ "desc": "The frog's long jump is up to 10 feet and its high jump is up to 5 feet, with or without a running start.",
+ "type": null,
+ "parent": "bfrd_frog"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1043,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The frog can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_frog-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1044,
+ "fields": {
+ "name": "Standing Leap",
+ "desc": "The frog's long jump is up to 20 feet and its high jump is up to 10 feet, with or without a running start.",
+ "type": null,
+ "parent": "bfrd_frog-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1045,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The frog can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_frog-giant-poisonous"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1046,
+ "fields": {
+ "name": "Standing Leap",
+ "desc": "The frog's long jump is up to 20 feet and its high jump is up to 10 feet, with or without a running start.",
+ "type": null,
+ "parent": "bfrd_frog-giant-poisonous"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1047,
+ "fields": {
+ "name": "Toxic Skin",
+ "desc": "The frog's skin is coated in a hallucinogenic toxin. A creature that touches the frog or hits it with a melee attack while within 5 feet of it must make a DC 13 CON save. On a failure, a creature is poisoned until the end of its next turn and experiences mild hallucinations while poisoned.",
+ "type": null,
+ "parent": "bfrd_frog-giant-poisonous"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1048,
+ "fields": {
+ "name": "Giant Attributes",
+ "desc": "The frost giant is resistant to the stunned condition, and it is vulnerable to the prone condition.",
+ "type": null,
+ "parent": "bfrd_frost-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1049,
+ "fields": {
+ "name": "Ice Walk",
+ "desc": "The frost giant can move across icy surfaces without needing to make an ability check. In addition, difficult terrain composed of ice or snow doesn't cost it extra movement.",
+ "type": null,
+ "parent": "bfrd_frost-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1050,
+ "fields": {
+ "name": "Snowsight",
+ "desc": "The frost giant can see through areas obscured by snowfall, sleet, and other wintry precipitation without penalty.",
+ "type": null,
+ "parent": "bfrd_frost-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1051,
+ "fields": {
+ "name": "Diving Pounce",
+ "desc": "If the gargoyle is flying and moves at least 20 feet straight toward a creature and then hits it with a Claws attack on the same turn, that target must succeed on a DC 13 STR save or be knocked prone. If the target is prone, the gargoyle can make one Bite attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_gargoyle"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1052,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the gargoyle remains motionless, it is indistinguishable from an inanimate statue.",
+ "type": null,
+ "parent": "bfrd_gargoyle"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1053,
+ "fields": {
+ "name": "Ooze Cube",
+ "desc": "The cube takes up its entire space. Other creatures can enter the space, but are subjected to the cube's Engulf and have disadvantage on the save. Creatures inside the cube can be seen but have total cover. A creature within 5 feet of the cube can take an action to pull a creature or object out of the cube. Doing so requires a successful DC 12 STR check, and the creature making the attempt takes 10 (3d6) acid damage.
The cube can hold only one Large creature or up to four Medium or smaller creatures inside it at a time.",
+ "type": null,
+ "parent": "bfrd_gelatinous-cube"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1054,
+ "fields": {
+ "name": "Ooze Nature",
+ "desc": "The cube doesn't require sleep.",
+ "type": null,
+ "parent": "bfrd_gelatinous-cube"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1055,
+ "fields": {
+ "name": "Ooze Resilience",
+ "desc": "The cube is resistant to the grappled and restrained conditions, and it is immune to exhaustion and to the blinded, charmed, deafened, frightened, and prone conditions.",
+ "type": null,
+ "parent": "bfrd_gelatinous-cube"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1056,
+ "fields": {
+ "name": "Transparent",
+ "desc": "While motionless, the cube's Stealth is 15, even when the cube is in plain sight.",
+ "type": null,
+ "parent": "bfrd_gelatinous-cube"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1057,
+ "fields": {
+ "name": "Hungry Dead Nature",
+ "desc": "The ghast doesn't require air or sleep. In addition, it must consume at least 2 pounds of raw meat every 24 hours, or it loses its immunity to exhaustion and risks starvation until it does so. While it has any levels of exhaustion from starvation, the ghast can't remove levels of exhaustion until it consumes at least 4 pounds of raw meat.",
+ "type": null,
+ "parent": "bfrd_ghast"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1058,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The ghast can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_ghast"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1059,
+ "fields": {
+ "name": "Stench",
+ "desc": "A creature that starts its turn within 5 feet of the ghast must succeed on a DC 13 CON save or be poisoned until the start of its next turn. On a success, the creature is immune to the ghast's Stench for 24 hours.",
+ "type": null,
+ "parent": "bfrd_ghast"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1060,
+ "fields": {
+ "name": "Turning Defiance",
+ "desc": "The ghast and any ghouls within 30 feet of it have advantage on saves against effects that turn undead.",
+ "type": null,
+ "parent": "bfrd_ghast"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1061,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The ghast is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_ghast"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1062,
+ "fields": {
+ "name": "Ethereal Sight",
+ "desc": "The ghost can see 60 feet into the Ethereal Plane when it is on the Material Plane, and vice versa.",
+ "type": null,
+ "parent": "bfrd_ghost"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1063,
+ "fields": {
+ "name": "Incorporeal Movement",
+ "desc": "The ghost can move through other creatures and objects as if they were difficult terrain. It takes 5 (1d10) force damage if it ends its turn inside an object.",
+ "type": null,
+ "parent": "bfrd_ghost"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1064,
+ "fields": {
+ "name": "Undead Nature",
+ "desc": "The ghost doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_ghost"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1065,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The ghost is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_ghost"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1066,
+ "fields": {
+ "name": "Unfinished Business",
+ "desc": "Unless its unfinished business is fulfilled, a destroyed ghost returns in 1d4 days, regaining all its HP and becoming active again within 10 feet of where it died. If presented with an object or piece of information related to its unfinished business, the ghost must succeed on a DC 13 WIS save or be incapacitated until the end of its next turn. After it has been incapacitated by a particular source, the ghost can't be incapacitated by that same source again for 24 hours. If presented with everything it needs to complete its unfinished business, the ghost permanently dies after completing it.",
+ "type": null,
+ "parent": "bfrd_ghost"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1067,
+ "fields": {
+ "name": "Hungry Dead Nature",
+ "desc": "The ghoul doesn't require air or sleep. In addition, it must consume at least 2 pounds of raw meat every 24 hours, or it loses its immunity to exhaustion and risks starvation until it does so. While it has any levels of exhaustion from starvation, the ghoul can't remove levels of exhaustion until it consumes at least 4 pounds of raw meat.",
+ "type": null,
+ "parent": "bfrd_ghoul"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1068,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The ghoul can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_ghoul"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1069,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The ghoul is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_ghoul"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1070,
+ "fields": {
+ "name": "Aberrant Ground",
+ "desc": "The ground within 10 feet of the mouther is dough-like difficult terrain. A creature that starts its turn in the area must succeed on a DC 13 STR save or its speed is halved until the start of its next turn.",
+ "type": null,
+ "parent": "bfrd_gibbering-mouther"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1071,
+ "fields": {
+ "name": "Aberrant Resilience",
+ "desc": "The mouther is resistant to the charmed, frightened, paralyzed, and stunned conditions, and it has advantage on saves against spells or effects that would alter its form.",
+ "type": null,
+ "parent": "bfrd_gibbering-mouther"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1072,
+ "fields": {
+ "name": "Gibbering",
+ "desc": "The mouther babbles incoherently while it can see any creature and isn't incapacitated. A creature that starts its turn within 20 feet of the mouther and that can hear the gibbering must succeed on a DC 13 WIS save or it can't take reactions until the start of its next turn and must roll a d8 to determine what it does during its turn. On a 1 to 4, the creature does nothing. On a 5 or 6, the creature takes no action or bonus action and moves its full speed in a randomly determined direction. On a 7 or 8, the creature makes a melee attack against a randomly determined creature within its reach or does nothing if it can't make such an attack.",
+ "type": null,
+ "parent": "bfrd_gibbering-mouther"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1073,
+ "fields": {
+ "name": "Demonic Resilience",
+ "desc": "The glabrezu is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_glabrezu"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1074,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The glabrezu has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_glabrezu"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1075,
+ "fields": {
+ "name": "Point Blank Grappler",
+ "desc": "When the glabrezu makes a Crackling Flame Bolt attack, it doesn't have disadvantage on the attack roll from being within 5 feet of a hostile creature, provided it is grappling that creature.",
+ "type": null,
+ "parent": "bfrd_glabrezu"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1076,
+ "fields": {
+ "name": "Brutal",
+ "desc": "A melee weapon deals one extra die of its damage when the gladiator hits with it (included in the attack).",
+ "type": null,
+ "parent": "bfrd_gladiator"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1077,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The gnoll's Perception is 15 when perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_gnoll"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1078,
+ "fields": {
+ "name": "Charge",
+ "desc": "If the goat moves at least 20 feet straight toward a target and then hits it with a Ram attack on the same turn, the target takes an extra 2 (1d4) bludgeoning damage. If the target is a creature, it must succeed on a DC 11 STR save or be knocked prone.",
+ "type": null,
+ "parent": "bfrd_goat"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1079,
+ "fields": {
+ "name": "Charge",
+ "desc": "If the goat moves at least 20 feet straight toward a target and then hits it with a Ram attack on the same turn, the target takes an extra 5 (2d4) bludgeoning damage. If the target is a creature, it must succeed on a DC 13 STR save or be knocked prone.",
+ "type": null,
+ "parent": "bfrd_goat-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1080,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The dragon can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_gold-dragon-wyrmling"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1081,
+ "fields": {
+ "name": "Pounce",
+ "desc": "If the dragon moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 13 STR save or be knocked prone. If the target is prone, the dragon can make one Claw attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_gold-dragon-wyrmling"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1082,
+ "fields": {
+ "name": "Demonic Resilience",
+ "desc": "The golmana is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_golmana"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1083,
+ "fields": {
+ "name": "Heightened Hearing",
+ "desc": "The golmana's Perception is 19 when perceiving by hearing.",
+ "type": null,
+ "parent": "bfrd_golmana"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1084,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The golmana has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_golmana"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1085,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The golmana can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_golmana"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1086,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The gorgon is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_gorgon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1087,
+ "fields": {
+ "name": "Trampling Charge",
+ "desc": "If the gorgon moves at least 20 feet straight toward a creature and then hits it with a Gore attack on the same turn, that target must succeed on a DC 16 STR save or be knocked prone. If the target is prone, the gorgon can make one Hooves attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_gorgon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1088,
+ "fields": {
+ "name": "Amorphous",
+ "desc": "The ooze can move through a space as narrow as 1 inch wide without squeezing.",
+ "type": null,
+ "parent": "bfrd_gray-ooze"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1089,
+ "fields": {
+ "name": "Corrode Metal",
+ "desc": "Any nonmagical weapon made of metal that hits the ooze corrodes. After dealing damage, the weapon takes a permanent and cumulative -1 penalty to damage rolls. If its penalty drops to -5, the weapon is destroyed. Nonmagical ammunition made of metal that hits the ooze is destroyed after dealing damage. The ooze can eat through 2-inch-thick, nonmagical metal in 1 round.",
+ "type": null,
+ "parent": "bfrd_gray-ooze"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1090,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the ooze remains motionless, it is indistinguishable from ordinary fresh or curing mortar.",
+ "type": null,
+ "parent": "bfrd_gray-ooze"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1091,
+ "fields": {
+ "name": "Ooze Nature",
+ "desc": "The ooze doesn't require sleep.",
+ "type": null,
+ "parent": "bfrd_gray-ooze"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1092,
+ "fields": {
+ "name": "Ooze Resilience",
+ "desc": "The ooze is resistant to the grappled and restrained conditions, and it is immune to exhaustion and to the blinded, charmed, deafened, frightened, and prone conditions.",
+ "type": null,
+ "parent": "bfrd_gray-ooze"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1093,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The ooze can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_gray-ooze"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1094,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The dragon can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_green-dragon-wyrmling"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1095,
+ "fields": {
+ "name": "Pounce",
+ "desc": "If the dragon moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 12 STR save or be knocked prone. If the target is prone, the dragon can make one Claw attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_green-dragon-wyrmling"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1096,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The hag can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_green-hag"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1097,
+ "fields": {
+ "name": "Fey Resilience",
+ "desc": "The hag is resistant to the charmed and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_green-hag"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1098,
+ "fields": {
+ "name": "Mimicry",
+ "desc": "The hag can mimic Animal sounds and Humanoid voices. A creature that hears the sounds can tell they are imitations with a successful DC 14 WIS (Insight) check. Speak with Beasts. The hag can communicate with Beasts as if they shared a language.",
+ "type": null,
+ "parent": "bfrd_green-hag"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1099,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The grick is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_grick"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1100,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The grick can climb difficult surfaces, including upside ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_grick"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1101,
+ "fields": {
+ "name": "Stone Camouflage",
+ "desc": "The grick's Stealth is 17 in rocky terrain.",
+ "type": null,
+ "parent": "bfrd_grick"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1102,
+ "fields": {
+ "name": "Heightened Sight",
+ "desc": "The griffon's Perception is 18 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_griffon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1103,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The griffon is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_griffon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1104,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The griffon has advantage on attack rolls against a creature if at least one of the griffon's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_griffon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1105,
+ "fields": {
+ "name": "Pounce",
+ "desc": "If the griffon moves at least 20 feet straight toward a creature and then hits it with a Claws attack on the same turn, that target must succeed on a DC 14 STR save or be knocked prone. If the target is prone, the griffon can make one Beak attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_griffon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1106,
+ "fields": {
+ "name": "Heightened Hearing and Smell",
+ "desc": "The grimlock's Perception is 16 when perceiving by hearing or smell.",
+ "type": null,
+ "parent": "bfrd_grimlock"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1107,
+ "fields": {
+ "name": "Stone Camouflage",
+ "desc": "The grimlock's Stealth is 18 while in rocky terrain.",
+ "type": null,
+ "parent": "bfrd_grimlock"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1108,
+ "fields": {
+ "name": "Suppressed Senses",
+ "desc": "The grimlock can't use its keensense while deafened and unable to smell.",
+ "type": null,
+ "parent": "bfrd_grimlock"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1109,
+ "fields": {
+ "name": "Divine Strikes",
+ "desc": "The naga's weapon attacks are magical. When the naga hits with any weapon attack, the weapon deals an extra 3d8 necrotic damage or radiant damage (included in the attack), the naga's choice.",
+ "type": null,
+ "parent": "bfrd_guardian-naga"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1110,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The naga is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_guardian-naga"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1111,
+ "fields": {
+ "name": "Rejuvenation",
+ "desc": "If it dies, the naga returns to life in 1d6 days, regaining all its HP and becoming active again. Only a wish spell can prevent this trait from functioning.",
+ "type": null,
+ "parent": "bfrd_guardian-naga"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1112,
+ "fields": {
+ "name": "Inscrutable",
+ "desc": "The sphinx is immune to any effect that would sense its emotions or read its thoughts, as well as any divination spell that it refuses. WIS (Insight) checks made to ascertain the sphinx's intentions or sincerity have disadvantage.",
+ "type": null,
+ "parent": "bfrd_gynosphinx"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1113,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The sphinx is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_gynosphinx"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1114,
+ "fields": {
+ "name": "Psychic Claws",
+ "desc": "The sphinx's Claw attacks are magical. When the sphinx hits with a Claw attack, the Claw deals an extra 3d6 psychic damage (included in the attack).",
+ "type": null,
+ "parent": "bfrd_gynosphinx"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1115,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The harpy is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_harpy"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1116,
+ "fields": {
+ "name": "Heightened Sight",
+ "desc": "The hawk's Perception is 19 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_hawk"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1117,
+ "fields": {
+ "name": "Heightened Sight",
+ "desc": "The hawk's Perception is 19 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_hawk-blood"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1118,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The hawk has advantage on attack rolls against a creature if at least one of the hawk's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_hawk-blood"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1119,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The hound has advantage on an attack roll against a creature if at least one of the hound's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_hell-hound"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1120,
+ "fields": {
+ "name": "Prey Sense",
+ "desc": "The hound can pinpoint, by scent, the location of Medium and smaller creatures within 30 feet of it.",
+ "type": null,
+ "parent": "bfrd_hell-hound"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1121,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The hezrou can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_hezrou"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1122,
+ "fields": {
+ "name": "Demonic Resilience",
+ "desc": "The hezrou is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_hezrou"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1123,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The hezrou has advantage on saving throws against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_hezrou"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1124,
+ "fields": {
+ "name": "Speak with Frogs and Toads",
+ "desc": "The hezrou can communicate with frogs and toads as if they shared a language.",
+ "type": null,
+ "parent": "bfrd_hezrou"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1125,
+ "fields": {
+ "name": "Standing Leap",
+ "desc": "The hezrou's long jump is up to 20 feet and its high jump is up to 10 feet, with or without a running start.",
+ "type": null,
+ "parent": "bfrd_hezrou"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1126,
+ "fields": {
+ "name": "Stench",
+ "desc": "A creature that starts its turn within 10 feet of the hezrou must succeed on a DC 16 CON save or be poisoned until the start of its next turn. On a success, the creature is immune to the hezrou's Stench for the next 24 hours.",
+ "type": null,
+ "parent": "bfrd_hezrou"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1127,
+ "fields": {
+ "name": "Giant Attributes",
+ "desc": "The hill giant is resistant to the stunned condition, and it is vulnerable to the prone condition.",
+ "type": null,
+ "parent": "bfrd_hill-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1128,
+ "fields": {
+ "name": "Show of Might",
+ "desc": "The hill giant can use STR instead of CHA when making CHA (Intimidation) checks.",
+ "type": null,
+ "parent": "bfrd_hill-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1129,
+ "fields": {
+ "name": "Earth Glide",
+ "desc": "The hinn can burrow through nonmagical, unworked earth and stone. While doing so, the hinn doesn't disturb the material through which it moves.",
+ "type": null,
+ "parent": "bfrd_hinn"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1130,
+ "fields": {
+ "name": "Nebulous (Cloud Form Only)",
+ "desc": "The hinn's Stealth is 20, it can hover while flying, can't manipulate objects or attack, and it can pass through any space air can pass through without squeezing. In addition, it can enter and hide in any Tiny or larger container, such as a pouch, lamp, backpack, or barrel.",
+ "type": null,
+ "parent": "bfrd_hinn"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1131,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The hippocampus can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_hippocampus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1132,
+ "fields": {
+ "name": "Shared Breath",
+ "desc": "The hippocampus's gills pull more air from the water than the hippocampus needs, expelling the excess as bubbles down its neck and across its back. If an air-breathing creature is riding the hippocampus, these bubbles can provide that creature a supply of fresh air when the hippocampus isn't in combat or traveling at a fast pace.",
+ "type": null,
+ "parent": "bfrd_hippocampus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1133,
+ "fields": {
+ "name": "Heightened Sight",
+ "desc": "The hippogriff's Perception is 18 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_hippogriff"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1134,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The hippogriff is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_hippogriff"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1135,
+ "fields": {
+ "name": "Collective Mind",
+ "desc": "The hivebound's individual insects and swarms under its control are connected via a hive mind. It can telepathically communicate with any of its individual insects and swarms within 1 mile of it, and it can't be surprised. It can have up to five swarms of insects under its control at a time.",
+ "type": null,
+ "parent": "bfrd_hivebound"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1136,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The hivebound is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_hivebound"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1137,
+ "fields": {
+ "name": "Reinforced Mind",
+ "desc": "If the hivebound starts its turn afflicted by an ongoing effect that allows a repeated INT, WIS, or CHA save to end the effect, such as the hold spell, the hivebound can make the save at the start of the turn instead of the end and has advantage on the save.",
+ "type": null,
+ "parent": "bfrd_hivebound"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1138,
+ "fields": {
+ "name": "Unshakable Command",
+ "desc": "Each friendly creature within 30 feet of the hobgoblin commander can't be charmed or frightened while the commander isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_hobgoblin-commander"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1139,
+ "fields": {
+ "name": "Bound Construct",
+ "desc": "The homunculus serves another creature as a familiar, forming a magic, telepathic bond with that willing companion. While the two are bonded and on the same plane of existence, the companion can sense what the homunculus senses and the two can communicate telepathically. While the homunculus is within 100 feet of the companion, it can use a reaction to deliver any spell the companion casts that has a range of touch. If the spell requires an attack roll, the homunculus uses the companion's spell attack modifier for the roll. While the homunculus is within 10 feet of its companion, the companion has advantage on INT (Arcana) and INT (Investigation) checks. At any time and for any reason, the homunculus can end its service as a familiar, ending the telepathic bond.",
+ "type": null,
+ "parent": "bfrd_homunculus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1140,
+ "fields": {
+ "name": "Construct Nature",
+ "desc": "The homunculus doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_homunculus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1141,
+ "fields": {
+ "name": "Construct Resilience",
+ "desc": "The homunculus is immune to poison and psychic damage, and it is immune to exhaustion and the charmed, frightened, paralyzed, petrified, and poisoned conditions.",
+ "type": null,
+ "parent": "bfrd_homunculus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1142,
+ "fields": {
+ "name": "Devil's Sight",
+ "desc": "Magical darkness doesn't impede the devil's darkvision.",
+ "type": null,
+ "parent": "bfrd_horned-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1143,
+ "fields": {
+ "name": "Devilish Resilience",
+ "desc": "The devil is resistant to cold damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to fire damage and poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_horned-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1144,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The devil has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_horned-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1145,
+ "fields": {
+ "name": "Draft Animal",
+ "desc": "The draft horse can push, drag, or lift weight in pounds equal to three times its carrying capacity.",
+ "type": null,
+ "parent": "bfrd_horse-draft"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1146,
+ "fields": {
+ "name": "Easy Gait",
+ "desc": "The horse's steps are smooth and steady. A creature riding the horse has advantage on saves against exhaustion caused by a Forced March.",
+ "type": null,
+ "parent": "bfrd_horse-riding"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1147,
+ "fields": {
+ "name": "Trampling Charge",
+ "desc": "If the horse moves at least 20 feet straight toward a creature and then hits it with a Hooves attack on the same turn, that target must succeed on a DC 14 STR save or be knocked prone. If the target is prone, the horse can make another Hooves attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_horse-war"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1148,
+ "fields": {
+ "name": "Amorphous",
+ "desc": "The husk demon can move through a space as narrow as 1 inch wide without squeezing.",
+ "type": null,
+ "parent": "bfrd_husk-demon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1149,
+ "fields": {
+ "name": "Demonic Resilience",
+ "desc": "The husk demon is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_husk-demon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1150,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The husk demon has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_husk-demon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1151,
+ "fields": {
+ "name": "Hold Breath",
+ "desc": "The hydra can hold its breath for 1 hour.",
+ "type": null,
+ "parent": "bfrd_hydra"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1152,
+ "fields": {
+ "name": "Multiple Heads",
+ "desc": "The hydra has five heads and is resistant to the blinded, charmed, deafened, frightened, stunned, and unconscious conditions.
Whenever the hydra takes 25 or more damage in a single turn, one of its heads dies. If all its heads die, the hydra dies. At the end of its turn, it grows two heads for each of its heads that died since its last turn, unless it has taken fire damage since its last turn. The hydra regains 10 HP for each head regrown in this way.",
+ "type": null,
+ "parent": "bfrd_hydra"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1153,
+ "fields": {
+ "name": "Reactive Heads",
+ "desc": "For each head the hydra has beyond one, it gets an extra reaction that can be used only for opportunity attacks.",
+ "type": null,
+ "parent": "bfrd_hydra"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1154,
+ "fields": {
+ "name": "Wakeful",
+ "desc": "While the hydra sleeps, at least one of its heads is awake.",
+ "type": null,
+ "parent": "bfrd_hydra"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1155,
+ "fields": {
+ "name": "Cackling Chorus",
+ "desc": "If three or more hyenas are all within 30 feet of each other, their cackling, grunts, whoops, and yips create a deafening chorus. A creature that starts its turn within 10 feet of such a hyena must succeed on a DC 10 CON save or be deafened until the start of its next turn. The DC is equal to 8 plus the number of participating hyenas.",
+ "type": null,
+ "parent": "bfrd_hyena"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1156,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The hyena has advantage on attack rolls against a creature if at least one of the hyena's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_hyena"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1157,
+ "fields": {
+ "name": "Cackling Chorus",
+ "desc": "If three or more hyenas are all within 30 feet of each other, their cackling, grunts, whoops, and yips create a deafening chorus. A creature that starts its turn within 10 feet of such a hyena must succeed on a CON save or be deafened until the start of its next turn. The DC is equal to 8 plus the number of participating hyenas.",
+ "type": null,
+ "parent": "bfrd_hyena-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1158,
+ "fields": {
+ "name": "Devil's Sight",
+ "desc": "Magical darkness doesn't impede the devil's darkvision.",
+ "type": null,
+ "parent": "bfrd_ice-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1159,
+ "fields": {
+ "name": "Devilish Resilience",
+ "desc": "The devil is resistant to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to fire damage and poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_ice-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1160,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The devil has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_ice-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1161,
+ "fields": {
+ "name": "Snow Walk",
+ "desc": "The devil can move across icy surfaces without needing to make an ability check. In addition, difficult terrain composed of ice or snow doesn't cost it extra movement.",
+ "type": null,
+ "parent": "bfrd_ice-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1162,
+ "fields": {
+ "name": "Death Burst",
+ "desc": "When the mephit dies, it explodes in a burst of viscous ice. Each creature within 5 feet of it must succeed on a DC 11 DEX save or be restrained by ice for 1 minute. A creature, including the restrained creature, can take its action to free the restrained creature by succeeding on a DC 11 STR check. The ice melts immediately if the restrained creature takes fire damage, freeing the creature.",
+ "type": null,
+ "parent": "bfrd_ice-mephit"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1163,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the mephit remains motionless, it is indistinguishable from an ordinary shard of ice.",
+ "type": null,
+ "parent": "bfrd_ice-mephit"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1164,
+ "fields": {
+ "name": "Devil's Sight",
+ "desc": "Magical darkness doesn't impede the imp's darkvision.",
+ "type": null,
+ "parent": "bfrd_imp"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1165,
+ "fields": {
+ "name": "Devilish Resilience",
+ "desc": "The devil is resistant to cold damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to fire damage and poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_imp"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1166,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The imp has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_imp"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1167,
+ "fields": {
+ "name": "Aberrant Resilience",
+ "desc": "The insatiable brood has advantage on saves against spells or effects that would alter its form.",
+ "type": null,
+ "parent": "bfrd_insatiable-brood"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1168,
+ "fields": {
+ "name": "Magic Bites",
+ "desc": "The insatiable brood's Bites attacks are magical.",
+ "type": null,
+ "parent": "bfrd_insatiable-brood"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1169,
+ "fields": {
+ "name": "Siege Monster",
+ "desc": "The insatiable brood deals double damage to objects and structures.",
+ "type": null,
+ "parent": "bfrd_insatiable-brood"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1170,
+ "fields": {
+ "name": "Swarm",
+ "desc": "The insatiable brood can occupy another creature's space and vice versa, and the brood can move through any opening large enough for a Tiny creature. The brood can't regain HP or gain temporary HP.",
+ "type": null,
+ "parent": "bfrd_insatiable-brood"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1171,
+ "fields": {
+ "name": "Swarm Resilience",
+ "desc": "The swarm is resistant to bludgeoning, piercing, and slashing damage, and it is immune to the charmed, frightened, grappled, paralyzed, petrified, prone, restrained, and stunned conditions.",
+ "type": null,
+ "parent": "bfrd_insatiable-brood"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1172,
+ "fields": {
+ "name": "Void Dweller",
+ "desc": "The insatiable brood doesn't require air, food, drink, or sleep, and it is immune to the effects of Void terrain. In addition, it can fly through the Void as if through air.",
+ "type": null,
+ "parent": "bfrd_insatiable-brood"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1173,
+ "fields": {
+ "name": "Illumination",
+ "desc": "The beetle sheds bright light in a 10-foot radius and dim light for an additional 10 feet.",
+ "type": null,
+ "parent": "bfrd_insect-giant-fire-beetle"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1174,
+ "fields": {
+ "name": "Crawling Swarm",
+ "desc": "A creature in the swarm's space is covered in crawling and buzzing insects. If the creature casts a spell with a somatic component, it must succeed on a DC 11 CON save or the spell fails to cast, expending the action required to cast it but not the spell slot or daily use.",
+ "type": null,
+ "parent": "bfrd_insect-swarm-of-insects"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1175,
+ "fields": {
+ "name": "Swarm",
+ "desc": "The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny insect. The swarm can't regain HP or gain temporary HP.",
+ "type": null,
+ "parent": "bfrd_insect-swarm-of-insects"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1176,
+ "fields": {
+ "name": "Swarm Resilience",
+ "desc": "The swarm is resistant to bludgeoning, piercing, and slashing damage, and it is immune to the charmed, frightened, grappled, paralyzed, petrified, prone, restrained, and stunned conditions.",
+ "type": null,
+ "parent": "bfrd_insect-swarm-of-insects"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1177,
+ "fields": {
+ "name": "Elemental Nature",
+ "desc": "The invisible stalker doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_invisible-stalker"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1178,
+ "fields": {
+ "name": "Elemental Resilience",
+ "desc": "The stalker is resistant to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to poison damage, to exhaustion, and to the grappled, paralyzed, petrified, poisoned, prone, restrained, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_invisible-stalker"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1179,
+ "fields": {
+ "name": "Faultless Tracker",
+ "desc": "At the end of each long rest, the invisible stalker can choose a creature it knows or has seen to be its quarry. A stalker summoned by another creature can choose only the quarry specified by its summoner, but the stalker also knows the location of its summoner while it continues to serve the summoner. The stalker always knows the direction and distance to its quarry, provided the two are on the same plane of existence.",
+ "type": null,
+ "parent": "bfrd_invisible-stalker"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1180,
+ "fields": {
+ "name": "Invisibility",
+ "desc": "The stalker is invisible. The condition's effect on DEX (Stealth) checks has been included in the above Stealth value.",
+ "type": null,
+ "parent": "bfrd_invisible-stalker"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1181,
+ "fields": {
+ "name": "Construct Nature",
+ "desc": "The golem doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_iron-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1182,
+ "fields": {
+ "name": "Golem Resilience",
+ "desc": "The golem is immune to poison and psychic damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to exhaustion and to the charmed, frightened, paralyzed, petrified, and poisoned conditions.",
+ "type": null,
+ "parent": "bfrd_iron-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1183,
+ "fields": {
+ "name": "Fire Absorption",
+ "desc": "Whenever the golem is subjected to fire damage, it takes no damage and instead regains HP equal to the fire damage dealt.",
+ "type": null,
+ "parent": "bfrd_iron-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1184,
+ "fields": {
+ "name": "Immutable Form",
+ "desc": "The golem is immune to any spell or effect that would alter its form.",
+ "type": null,
+ "parent": "bfrd_iron-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1185,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The golem has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_iron-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1186,
+ "fields": {
+ "name": "Magic Weapons",
+ "desc": "The golem's weapon attacks are magical.",
+ "type": null,
+ "parent": "bfrd_iron-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1187,
+ "fields": {
+ "name": "Warrior Stance",
+ "desc": "At the start of each of its turns, the iron golem chooses one of the following fighting stances to adopt, which lasts until the start of the golem's next turn.\n- **Retributive.** The next time the golem is hit by a melee weapon attack from a creature within 5 feet of it before the start of its next turn, the golem can slam its shoulder into the attacker as a reaction. The attacker must succeed on a DC 18 STR save or be pushed up to 10 feet away from the golem and knocked prone.\n- **Aggressive.** When the golem uses Multiattack, it can replace one additional Spear Arm attack with a Shield Bash attack. If it does so, its AC is reduced by 2 until the start of its next turn.\n- **Defensive.** The golem's AC increases by 4, but it can't make Shield Bash attacks until the start of its next turn.",
+ "type": null,
+ "parent": "bfrd_iron-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1188,
+ "fields": {
+ "name": "Heightened Hearing and Smell",
+ "desc": "The jackal's Perception is 18 when perceiving by hearing or smell.",
+ "type": null,
+ "parent": "bfrd_jackal"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1189,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The jackal has advantage on attack rolls against a creature if at least one of the jackal's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_jackal"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1190,
+ "fields": {
+ "name": "Chivalrous Presence",
+ "desc": "The knight exudes a powerful presence. At the start of each of the knight's turns, it chooses one of the following presences, which lasts until the start of the knight's next turn.\n- **Empowering Presence.** Each friendly creature that starts its turn within 15 feet of the knight has advantage on the first attack roll it makes before this presence ends.\n- **Protective Presence.** Hostile creatures have disadvantage on attack rolls against friendly creatures within 5 feet of the knight.\n- **Unwavering Presence.** Each friendly creature within 15 feet of the knight is resistant to the charmed and frightened conditions.",
+ "type": null,
+ "parent": "bfrd_knight"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1191,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The kobold has advantage on attack rolls against a creature if at least one of the kobold's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_kobold"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1192,
+ "fields": {
+ "name": "Sunlight Sensitivity",
+ "desc": "While in sunlight, the kobold has disadvantage on attack rolls, and its Perception is 3 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_kobold"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1193,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The kobold has advantage on attack rolls against a creature if at least one of the kobold's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_kobold-swiftblade"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1194,
+ "fields": {
+ "name": "Sunlight Sensitivity",
+ "desc": "While in sunlight, the kobold has disadvantage on attack rolls, and its Perception is 7 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_kobold-swiftblade"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1195,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The kobold has advantage on attack rolls against a creature if at least one of the kobold's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_kobold-witch"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1196,
+ "fields": {
+ "name": "Sunlight Sensitivity",
+ "desc": "While in sunlight, the kobold has disadvantage on attack rolls, and its Perception is 7 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_kobold-witch"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1197,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The kraken can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_kraken"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1198,
+ "fields": {
+ "name": "Freedom of Movement",
+ "desc": "The kraken ignores difficult terrain, and magical effects can't reduce its speed or cause it to be restrained. It can spend 5 feet of movement to escape from nonmagical restraints or being grappled.",
+ "type": null,
+ "parent": "bfrd_kraken"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1199,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the kraken fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_kraken"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1200,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The kraken is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_kraken"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1201,
+ "fields": {
+ "name": "Siege Monster",
+ "desc": "The kraken deals double damage to objects and structures.",
+ "type": null,
+ "parent": "bfrd_kraken"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1202,
+ "fields": {
+ "name": "Badlands Strider",
+ "desc": "Difficult terrain composed of sand, mud, or rock doesn't cost the lamia extra movement. In addition, the lamia leaves no tracks or other traces of its passage when moving through sandy, muddy, or rocky terrain.",
+ "type": null,
+ "parent": "bfrd_lamia"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1203,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The lamia is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_lamia"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1204,
+ "fields": {
+ "name": "Aberrant Resilience",
+ "desc": "The lantern hagfish is resistant to the charmed, frightened, paralyzed, and stunned conditions, and it has advantage on saves against spells or effects that would alter its form.",
+ "type": null,
+ "parent": "bfrd_lantern-hagfish"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1205,
+ "fields": {
+ "name": "Bioluminescent Slime",
+ "desc": "The lantern hagfish sheds bright light in a 5- to 20-foot radius and dim light for an additional number of feet equal to the chosen radius. The hagfish can alter the radius as a bonus action. In addition, the hagfish has advantage on attack rolls against a creature if at least one other hagfish is within 5 feet of the creature and that other hagfish isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_lantern-hagfish"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1206,
+ "fields": {
+ "name": "Void Dweller",
+ "desc": "The lantern hagfish doesn't require air or sleep, and it is immune to the effects of Void terrain. In addition, it can swim through the Void as if through water.",
+ "type": null,
+ "parent": "bfrd_lantern-hagfish"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1207,
+ "fields": {
+ "name": "Devil's Sight",
+ "desc": "Magical darkness doesn't impede the lemure's darkvision.",
+ "type": null,
+ "parent": "bfrd_lemure"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1208,
+ "fields": {
+ "name": "Devilish Resilience",
+ "desc": "The devil is resistant to cold damage. In addition, it is immune to fire damage and poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_lemure"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1209,
+ "fields": {
+ "name": "Hellish Rejuvenation",
+ "desc": "Unlike other outsiders, a lemure that dies in its home plane of the Hells is restored in a new body in 1d10 days, regaining all its HP and becoming active again. The new body appears in the Hells within 1 mile of where it was slain. Only sprinkling holy water on the lemure's remains can prevent this trait from functioning.",
+ "type": null,
+ "parent": "bfrd_lemure"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1210,
+ "fields": {
+ "name": "Arcane Mastery",
+ "desc": "The lich can concentrate on two spells simultaneously. If it casts a third spell that requires concentration, the lich loses concentration on the oldest spell. If the lich is concentrating on two spells and loses concentration because of taking damage, it loses concentration only on the oldest spell.",
+ "type": null,
+ "parent": "bfrd_lich"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1211,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the lich fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_lich"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1212,
+ "fields": {
+ "name": "Rejuvenation",
+ "desc": "If it has a phylactery, a destroyed lich gains a new body in 1d10 days, regaining all its HP and becoming active again. The new body appears within 5 feet of the phylactery.",
+ "type": null,
+ "parent": "bfrd_lich"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1213,
+ "fields": {
+ "name": "Turn Resistance",
+ "desc": "The lich has advantage on saves against any effect that turns undead.",
+ "type": null,
+ "parent": "bfrd_lich"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1214,
+ "fields": {
+ "name": "Undead Nature",
+ "desc": "The lich doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_lich"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1215,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The lich is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_lich"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1216,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The lion's Perception is 18 when perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_lion"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1217,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The lion has advantage on attack rolls against a creature if at least one of the lion's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_lion"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1218,
+ "fields": {
+ "name": "Pounce",
+ "desc": "If the lion moves at least 20 feet straight toward a creature and then hits it with a Claws attack on the same turn, that target must succeed on a DC 13 STR save or be knocked prone. If the target is prone, the lion can make one Bite attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_lion"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1219,
+ "fields": {
+ "name": "Running Leap",
+ "desc": "With a 10-foot running start, the lion can long jump up to 25 feet.",
+ "type": null,
+ "parent": "bfrd_lion"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1220,
+ "fields": {
+ "name": "Construct Nature",
+ "desc": "The living colossus doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_living-colossus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1221,
+ "fields": {
+ "name": "Construct Resilience",
+ "desc": "The living colossus is immune to poison and psychic damage, and it is immune to exhaustion and the charmed, frightened, paralyzed, petrified, and poisoned conditions.",
+ "type": null,
+ "parent": "bfrd_living-colossus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1222,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the living colossus remains motionless, it is indistinguishable from a normal statue or monument of the individual it represents.",
+ "type": null,
+ "parent": "bfrd_living-colossus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1223,
+ "fields": {
+ "name": "Immutable Form",
+ "desc": "The living colossus is immune to any spell or effect that would alter its form.",
+ "type": null,
+ "parent": "bfrd_living-colossus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1224,
+ "fields": {
+ "name": "Siege Monster",
+ "desc": "The living colossus deals double damage to objects and structures.",
+ "type": null,
+ "parent": "bfrd_living-colossus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1225,
+ "fields": {
+ "name": "Heightened Smell and Taste",
+ "desc": "The lizardfolk's Perception is 18 when perceiving by smell or taste.",
+ "type": null,
+ "parent": "bfrd_lizardfolk"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1226,
+ "fields": {
+ "name": "Hold Breath",
+ "desc": "The lizardfolk can hold its breath for 15 minutes.",
+ "type": null,
+ "parent": "bfrd_lizardfolk"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1227,
+ "fields": {
+ "name": "Brutal",
+ "desc": "A melee weapon deals one extra die of its damage when the lizardfolk ruler hits with it (included in the attack).",
+ "type": null,
+ "parent": "bfrd_lizardfolk-ruler"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1228,
+ "fields": {
+ "name": "Heightened Smell and Taste",
+ "desc": "The lizardfolk's Perception is 17 when perceiving by smell or taste.",
+ "type": null,
+ "parent": "bfrd_lizardfolk-ruler"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1229,
+ "fields": {
+ "name": "Hold Breath",
+ "desc": "The lizardfolk ruler can hold its breath for 15 minutes.",
+ "type": null,
+ "parent": "bfrd_lizardfolk-ruler"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1230,
+ "fields": {
+ "name": "Unshakable Command",
+ "desc": "Each friendly creature within 30 feet of the lizardfolk ruler can't be charmed or frightened while the ruler isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_lizardfolk-ruler"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1231,
+ "fields": {
+ "name": "Heightened Smell and Taste",
+ "desc": "The lizardfolk's Perception is 20 when perceiving by smell or taste.",
+ "type": null,
+ "parent": "bfrd_lizardfolk-shaman"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1232,
+ "fields": {
+ "name": "Hold Breath",
+ "desc": "The lizardfolk shaman can hold its breath for 15 minutes.",
+ "type": null,
+ "parent": "bfrd_lizardfolk-shaman"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1233,
+ "fields": {
+ "name": "Arcane Weapons",
+ "desc": "The mage apprentice's weapon attacks are magical. When the mage hits with any weapon, the weapon deals an extra 2d8 force damage (included in the attack).",
+ "type": null,
+ "parent": "bfrd_mage-apprentice"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1234,
+ "fields": {
+ "name": "Reckless Show-Off",
+ "desc": "If it can see a fellow apprentice or its magical teacher at the start of its turn, the mage apprentice has advantage on the first spell attack roll it makes during that turn, but attack rolls against it also have advantage until the start of its next turn.",
+ "type": null,
+ "parent": "bfrd_mage-apprentice"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1235,
+ "fields": {
+ "name": "Arcane Weapons",
+ "desc": "The mage's weapon attacks are magical. When the mage hits with any weapon, the weapon deals an extra 3d8 force damage (included in the attack).",
+ "type": null,
+ "parent": "bfrd_mage"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1236,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The mage has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_mage"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1237,
+ "fields": {
+ "name": "Death Burst",
+ "desc": "When the mephit dies, it explodes in a burst of lava. Each creature within 5 feet of it must succeed on a DC 11 DEX save or be pushed up to 10 feet away from the mephit, knocked prone, and catch on fire. Until a creature takes an action to douse the fire, the creature on fire takes 3 (1d6) fire damage at the start of each of its turns.",
+ "type": null,
+ "parent": "bfrd_magma-mephit"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1238,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the mephit remains motionless, it is indistinguishable from an ordinary mound of molten rock.",
+ "type": null,
+ "parent": "bfrd_magma-mephit"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1239,
+ "fields": {
+ "name": "Death Burst",
+ "desc": "When the magmin dies, it collapses into a Tiny cinder cone. On initiative count 20 after the magmin dies, the cinder cone erupts in a burst of fire and lava. Each creature within 10 feet of the cone must make a DC 11 DEX save, taking 7 (2d6) fire damage on a failed save, or half as much damage on a successful one. Flammable objects that aren't being worn or carried in that area are ignited.",
+ "type": null,
+ "parent": "bfrd_magmin"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1240,
+ "fields": {
+ "name": "Hardened Magma",
+ "desc": "While the magmin isn't ablaze, it is resistant to piercing and slashing damage from nonmagical attacks, and it is vulnerable to thunder damage.",
+ "type": null,
+ "parent": "bfrd_magmin"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1241,
+ "fields": {
+ "name": "Molten Body",
+ "desc": "While the magmin is ablaze, each creature that hits it with a melee attack while within 5 feet of it takes 3 (1d6) fire damage.",
+ "type": null,
+ "parent": "bfrd_magmin"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1242,
+ "fields": {
+ "name": "Trampling Charge",
+ "desc": "If the mammoth moves at least 20 feet straight toward a creature and then hits it with a Gore attack on the same turn, that target must succeed on a DC 17 STR save or be knocked prone. If the target is prone, the mammoth can make one Stomp attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_mammoth"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1243,
+ "fields": {
+ "name": "Mimicry",
+ "desc": "The manticore can mimic Humanoid voices. A creature that hears the sounds can tell they are imitations with a successful DC 13 WIS (Insight) check.",
+ "type": null,
+ "parent": "bfrd_manticore"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1244,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The manticore is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_manticore"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1245,
+ "fields": {
+ "name": "Tail Spike Regrowth",
+ "desc": "The manticore has twenty-four tail spikes. Used spikes regrow when the manticore finishes a long rest.",
+ "type": null,
+ "parent": "bfrd_manticore"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1246,
+ "fields": {
+ "name": "Demonic Resilience",
+ "desc": "The marilith is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_marilith"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1247,
+ "fields": {
+ "name": "Flaming Weapons",
+ "desc": "The marilith's weapon attacks are magical. When it hits with any weapon, the weapon deals an extra 2d6 fire damage (included in the attack).",
+ "type": null,
+ "parent": "bfrd_marilith"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1248,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The marilith has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_marilith"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1249,
+ "fields": {
+ "name": "Reactive",
+ "desc": "The marilith gets up to five extra reactions, but these extra reactions can be used only for Parry.",
+ "type": null,
+ "parent": "bfrd_marilith"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1250,
+ "fields": {
+ "name": "Tools of the Trade",
+ "desc": "The master alchemist is proficient with alchemist's supplies and doubles its proficiency bonus for any ability check it makes with alchemist's supplies.",
+ "type": null,
+ "parent": "bfrd_master-alchemist"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1251,
+ "fields": {
+ "name": "Heightened Hearing and Smell",
+ "desc": "The mastiff's Perception is 16 when perceiving by hearing or smell.",
+ "type": null,
+ "parent": "bfrd_mastiff"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1252,
+ "fields": {
+ "name": "Tools of the Trade",
+ "desc": "The mechanist is proficient with tinker tools and doubles its proficiency bonus for any ability check it makes with tinker tools.",
+ "type": null,
+ "parent": "bfrd_mechanist"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1253,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The medusa is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_medusa"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1254,
+ "fields": {
+ "name": "Petrifying Gaze",
+ "desc": "When a creature that can see the medusa's eyes starts its turn within 30 feet of the medusa, the medusa can force it to make a DC 14 CON save if the medusa isn't incapacitated and can see the creature. If the save fails by 5 or more, the creature is instantly petrified. Otherwise, a creature that fails the save begins to turn to stone and is restrained. The restrained creature must repeat the save at the end of its next turn, becoming petrified on a failure or ending the effect on itself on a success. The petrification lasts until the creature is freed by the greater restoration spell or other magic.
Unless surprised, a creature can avert its eyes to avoid the save at the start of its turn. If the creature does so, it can't see the medusa until the start of its next turn, when it can avert its eyes again. If the creature looks at the medusa in the meantime, it must immediately make the save.
If the medusa sees itself reflected on a polished surface within 30 feet of it and in an area of bright light, the medusa, due to its curse, is affected by its own gaze. A medusa isn't resistant to its own gaze.",
+ "type": null,
+ "parent": "bfrd_medusa"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1255,
+ "fields": {
+ "name": "Snake Friend",
+ "desc": "The medusa can communicate with snakes as if they shared a language, and snakes can't be petrified by the medusa's Petrifying Gaze.",
+ "type": null,
+ "parent": "bfrd_medusa"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1256,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The merfolk can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_merfolk"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1257,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The merrow can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_merrow"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1258,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The merrow is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_merrow"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1259,
+ "fields": {
+ "name": "Adhesive (Object Form Only)",
+ "desc": "The mimic adheres to anything that touches it. A Huge or smaller creature adhered to the mimic is also grappled by it (escape DC 13). Ability checks made to escape this grapple have disadvantage.",
+ "type": null,
+ "parent": "bfrd_mimic"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1260,
+ "fields": {
+ "name": "False Appearance (Object Form Only)",
+ "desc": "While the mimic remains motionless, it is indistinguishable from an ordinary object.",
+ "type": null,
+ "parent": "bfrd_mimic"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1261,
+ "fields": {
+ "name": "Grappler",
+ "desc": "The mimic has advantage on attack rolls against any creature grappled by it.",
+ "type": null,
+ "parent": "bfrd_mimic"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1262,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The mimic is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_mimic"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1263,
+ "fields": {
+ "name": "Charge",
+ "desc": "If the minotaur moves at least 10 feet straight toward a target and then hits it with a Gore attack on the same turn, the target takes an extra 7 (2d6) piercing damage. If the target is a creature, it must succeed on a DC 14 STR save or be pushed up to 10 feet away from the minotaur and knocked prone.",
+ "type": null,
+ "parent": "bfrd_minotaur"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1264,
+ "fields": {
+ "name": "Labyrinthine Recall",
+ "desc": "The minotaur can perfectly recall any path it has traveled.",
+ "type": null,
+ "parent": "bfrd_minotaur"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1265,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The minotaur is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_minotaur"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1266,
+ "fields": {
+ "name": "Reckless",
+ "desc": "At the start of its turn, the minotaur can gain advantage on all melee weapon attack rolls it makes during that turn, but attack rolls against it have advantage until the start of its next turn.",
+ "type": null,
+ "parent": "bfrd_minotaur"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1267,
+ "fields": {
+ "name": "Siege Monster",
+ "desc": "The minotaur deals double damage to objects and structures.",
+ "type": null,
+ "parent": "bfrd_minotaur"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1268,
+ "fields": {
+ "name": "Charge",
+ "desc": "If the minotaur skeleton moves at least 10 feet straight toward a target and then hits it with a Gore attack on the same turn, the target takes an extra 7 (2d6) piercing damage. If the target is a creature, it must succeed on a DC 14 STR save or be pushed up to 10 feet away from the skeleton and knocked prone.",
+ "type": null,
+ "parent": "bfrd_minotaur-skeleton"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1269,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the minotaur skeleton remains motionless and prone, it is indistinguishable from an inanimate minotaur skeleton.",
+ "type": null,
+ "parent": "bfrd_minotaur-skeleton"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1270,
+ "fields": {
+ "name": "Labyrinthine Memories",
+ "desc": "The minotaur skeleton has advantage on checks and saves to avoid becoming lost or to recall a path it has previously traveled.",
+ "type": null,
+ "parent": "bfrd_minotaur-skeleton"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1271,
+ "fields": {
+ "name": "Undead Nature",
+ "desc": "The skeleton doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_minotaur-skeleton"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1272,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The skeleton is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_minotaur-skeleton"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1273,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The mire fiend can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_mire-fiend"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1274,
+ "fields": {
+ "name": "Demonic Resilience",
+ "desc": "The mire fiend is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_mire-fiend"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1275,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The mire fiend has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_mire-fiend"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1276,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The mire fiend has advantage on attack rolls against a creature if at least one of the mire fiend's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_mire-fiend"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1277,
+ "fields": {
+ "name": "Swamp Camouflage",
+ "desc": "The mire fiend's Stealth is 21 while in swampy terrain.",
+ "type": null,
+ "parent": "bfrd_mire-fiend"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1278,
+ "fields": {
+ "name": "Aberrant Resilience",
+ "desc": "The mordovermis is resistant to the charmed, frightened, paralyzed, and stunned conditions, and it has advantage on saves against spells or effects that would alter its form.",
+ "type": null,
+ "parent": "bfrd_mordovermis"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1279,
+ "fields": {
+ "name": "Sinuous Form",
+ "desc": "The mordovermis can easily move through any opening large enough for a Small creature. It can squeeze through any opening large enough for a Tiny creature. The mordovermis's destination must still have suitable room to accommodate its volume.",
+ "type": null,
+ "parent": "bfrd_mordovermis"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1280,
+ "fields": {
+ "name": "Sunlight Sensitivity",
+ "desc": "While in sunlight, the mordovermis has disadvantage on attack rolls, and its Perception is 9 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_mordovermis"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1281,
+ "fields": {
+ "name": "Beast of Burden",
+ "desc": "The mule is considered to be a Large animal for the purpose of determining its carrying capacity.",
+ "type": null,
+ "parent": "bfrd_mule"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1282,
+ "fields": {
+ "name": "Undead Nature",
+ "desc": "The mummy doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_mummy"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1283,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The mummy is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_mummy"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1284,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the mummy lord fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_mummy-lord"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1285,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The mummy lord has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_mummy-lord"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1286,
+ "fields": {
+ "name": "Rejuvenation",
+ "desc": "A destroyed mummy lord gains a new body in 24 hours if its heart is intact, regaining all its HP and becoming active again. The new body appears within 5 feet of the mummy lord's heart.",
+ "type": null,
+ "parent": "bfrd_mummy-lord"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1287,
+ "fields": {
+ "name": "Turning Defiance",
+ "desc": "The mummy lord and any friendly Undead within 30 feet of it have advantage on saves against effects that turn undead.",
+ "type": null,
+ "parent": "bfrd_mummy-lord"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1288,
+ "fields": {
+ "name": "Undead Nature",
+ "desc": "The mummy lord doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_mummy-lord"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1289,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The mummy lord is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_mummy-lord"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1290,
+ "fields": {
+ "name": "Fungal Toxicity",
+ "desc": "A creature that hits the mycolid with a melee attack while within 5 feet of it must succeed on a DC 13 CON save or be poisoned for 1 hour. If the poison isn't neutralized before 1 hour has passed, the creature must succeed on a DC 13 CON save, taking 5 (2d4) poison damage on a failed save, or half as much damage on a successful one.",
+ "type": null,
+ "parent": "bfrd_mycolid-commoner"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1291,
+ "fields": {
+ "name": "Mycolid Connection",
+ "desc": "The mycolid can pinpoint the location of each friendly mycolid within 120 feet of it. In addition, its telepathy range increases to 120 feet when communicating with other mycolids.",
+ "type": null,
+ "parent": "bfrd_mycolid-commoner"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1292,
+ "fields": {
+ "name": "Plant Resilience",
+ "desc": "The mycolid is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_mycolid-commoner"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1293,
+ "fields": {
+ "name": "Fungal Toxicity",
+ "desc": "A creature that hits the mycolid with a melee attack while within 5 feet of it must succeed on a DC 13 CON save or be poisoned for 5 hours. If the poison isn't neutralized before 5 hours have passed, the creature must succeed on a DC 14 CON save, taking 9 (2d8) poison damage on a failed save, or half as much damage on a successful one.",
+ "type": null,
+ "parent": "bfrd_mycolid-spore-lord"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1294,
+ "fields": {
+ "name": "Mycolid Connection",
+ "desc": "The spore lord can pinpoint the location of each friendly mycolid within 1 mile of it. In addition, its telepathy range increases to 1 mile when communicating with other mycolids.",
+ "type": null,
+ "parent": "bfrd_mycolid-spore-lord"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1295,
+ "fields": {
+ "name": "Plant Resilience",
+ "desc": "The mycolid is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_mycolid-spore-lord"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1296,
+ "fields": {
+ "name": "Demonic Resilience",
+ "desc": "The nalfeshnee is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_nalfeshnee"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1297,
+ "fields": {
+ "name": "Horrific Nimbus",
+ "desc": "The nalfeshnee magically emits scintillating, multicolored light that disorients and frightens mortals. Each creature that isn't an Aberration, Celestial, or Fiend and that starts its turn within 15 feet of the nalfeshnee must succeed on a DC 16 WIS save or be frightened until the start of its next turn. A creature that fails the save by 5 or more must take the Dash action on its turn and move away from the nalfeshnee by the safest available route, unless there is nowhere to move.",
+ "type": null,
+ "parent": "bfrd_nalfeshnee"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1298,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The nalfeshnee has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_nalfeshnee"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1299,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The hag has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_night-hag"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1300,
+ "fields": {
+ "name": "Illumination",
+ "desc": "The nightmare sheds bright light in a 10-foot radius and dim light for an additional 10 feet.",
+ "type": null,
+ "parent": "bfrd_nightmare"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1301,
+ "fields": {
+ "name": "Riding Flames",
+ "desc": "Any creature riding a willing nightmare is resistant to fire damage. A creature riding the nightmare without the nightmare's permission takes 3 (1d6) fire damage at the start of each of the nightmare's turns.",
+ "type": null,
+ "parent": "bfrd_nightmare"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1302,
+ "fields": {
+ "name": "Impenetrable Ego",
+ "desc": "While the noble is conscious and wearing no armor and wielding no shield, it adds its CHA modifier to its AC (included above). In addition, it is resistant to the charmed and frightened conditions.",
+ "type": null,
+ "parent": "bfrd_noble"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1303,
+ "fields": {
+ "name": "Amorphous",
+ "desc": "The ochre jelly can move through a space as narrow as 1 inch wide without squeezing.",
+ "type": null,
+ "parent": "bfrd_ochre-jelly"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1304,
+ "fields": {
+ "name": "Ooze Nature",
+ "desc": "The ochre jelly doesn't require sleep.",
+ "type": null,
+ "parent": "bfrd_ochre-jelly"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1305,
+ "fields": {
+ "name": "Ooze Resilience",
+ "desc": "The ochre jelly is resistant to the restrained condition, and it is immune to exhaustion and to the blinded, charmed, deafened, frightened, and prone conditions.",
+ "type": null,
+ "parent": "bfrd_ochre-jelly"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1306,
+ "fields": {
+ "name": "Overwhelming Stench",
+ "desc": "A creature that starts its turn within 10 feet of the ochre jelly must succeed on a DC 13 CON save or be poisoned until the start of its next turn. If a creature fails the save by 5 or more, it must spend its turn retching uncontrollably and be unable to move or act.",
+ "type": null,
+ "parent": "bfrd_ochre-jelly"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1307,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The ochre jelly can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_ochre-jelly"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1308,
+ "fields": {
+ "name": "Hold Breath",
+ "desc": "While out of water, the octopus can hold its breath for 30 minutes.",
+ "type": null,
+ "parent": "bfrd_octopus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1309,
+ "fields": {
+ "name": "Underwater Camouflage",
+ "desc": "The octopus's Stealth is 18 while underwater.",
+ "type": null,
+ "parent": "bfrd_octopus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1310,
+ "fields": {
+ "name": "Water Breathing",
+ "desc": "The octopus can breathe only underwater.",
+ "type": null,
+ "parent": "bfrd_octopus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1311,
+ "fields": {
+ "name": "Hold Breath",
+ "desc": "While out of water, the octopus can hold its breath for 1 hour.",
+ "type": null,
+ "parent": "bfrd_octopus-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1312,
+ "fields": {
+ "name": "Underwater Camouflage",
+ "desc": "The octopus's Stealth is 18 while underwater.",
+ "type": null,
+ "parent": "bfrd_octopus-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1313,
+ "fields": {
+ "name": "Water Breathing",
+ "desc": "The octopus can breathe only underwater.",
+ "type": null,
+ "parent": "bfrd_octopus-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1314,
+ "fields": {
+ "name": "Giant Attributes",
+ "desc": "The ogre is resistant to the stunned condition, and it is vulnerable to the prone condition.",
+ "type": null,
+ "parent": "bfrd_ogre"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1315,
+ "fields": {
+ "name": "Undead Fortitude",
+ "desc": "If damage reduces the zombie to 0 HP, it must make a CON save with a DC equal to 5 + the damage taken, unless the damage is radiant or from a critical hit. On a success, the zombie drops to 1 HP instead.",
+ "type": null,
+ "parent": "bfrd_ogre-zombie"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1316,
+ "fields": {
+ "name": "Undead Nature",
+ "desc": "The zombie doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_ogre-zombie"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1317,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The zombie is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_ogre-zombie"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1318,
+ "fields": {
+ "name": "Empowered Weapons",
+ "desc": "The oni's weapon attacks are magical. When the oni hits with any weapon, the weapon deals an extra 3d6 force damage (included in the attack).",
+ "type": null,
+ "parent": "bfrd_oni"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1319,
+ "fields": {
+ "name": "Giant Attributes",
+ "desc": "The oni is resistant to the stunned condition.",
+ "type": null,
+ "parent": "bfrd_oni"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1320,
+ "fields": {
+ "name": "Regeneration",
+ "desc": "The oni regains 10 HP at the start of its turn if it has at least 1 HP.",
+ "type": null,
+ "parent": "bfrd_oni"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1321,
+ "fields": {
+ "name": "Stalwart",
+ "desc": "If the orc starts its turn afflicted by an ongoing effect that allows for a repeated save to end the effect, such as the hold spell or the poison from an ettercap's Bite, the orc can make the save at the start of the turn instead of the end and has advantage on the save.",
+ "type": null,
+ "parent": "bfrd_orc"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1322,
+ "fields": {
+ "name": "Martial Adept",
+ "desc": "A melee or ranged weapon deals one extra die of its damage when the orc warlord hits with it (included in the attack).",
+ "type": null,
+ "parent": "bfrd_orc-warlord"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1323,
+ "fields": {
+ "name": "Stalwart",
+ "desc": "As the **orc**.",
+ "type": null,
+ "parent": "bfrd_orc-warlord"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1324,
+ "fields": {
+ "name": "Echolocation",
+ "desc": "The orca can't use its keensense while deafened.",
+ "type": null,
+ "parent": "bfrd_orca"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1325,
+ "fields": {
+ "name": "Heightened Hearing",
+ "desc": "The orca's Perception is 18 when perceiving by hearing.",
+ "type": null,
+ "parent": "bfrd_orca"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1326,
+ "fields": {
+ "name": "Hold Breath",
+ "desc": "The orca can hold its breath for 30 minutes.",
+ "type": null,
+ "parent": "bfrd_orca"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1327,
+ "fields": {
+ "name": "Aberrant Resilience",
+ "desc": "The otyugh is resistant to the charmed, frightened, paralyzed, and stunned conditions, and it has advantage on saves against spells or effects that would alter its form.",
+ "type": null,
+ "parent": "bfrd_otyugh"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1328,
+ "fields": {
+ "name": "Limited Telepathy",
+ "desc": "The otyugh can magically transmit simple messages and images to any creature within 120 feet of it that can understand a language. This form of telepathy doesn't allow the receiving creature to telepathically respond.",
+ "type": null,
+ "parent": "bfrd_otyugh"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1329,
+ "fields": {
+ "name": "Stench",
+ "desc": "Each creature that starts its turn within 10 feet of the otyugh must succeed on a DC 15 CON save or be poisoned until the start of its next turn.",
+ "type": null,
+ "parent": "bfrd_otyugh"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1330,
+ "fields": {
+ "name": "Flyby",
+ "desc": "The owl doesn't provoke opportunity attacks when it flies out of an enemy's reach.",
+ "type": null,
+ "parent": "bfrd_owl"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1331,
+ "fields": {
+ "name": "Heightened Hearing and Sight",
+ "desc": "The owl's Perception is 18 when perceiving by hearing or sight.",
+ "type": null,
+ "parent": "bfrd_owl"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1332,
+ "fields": {
+ "name": "Quiet Wings",
+ "desc": "The owl's Stealth is 18 while flying.",
+ "type": null,
+ "parent": "bfrd_owl"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1333,
+ "fields": {
+ "name": "Flyby",
+ "desc": "The owl doesn't provoke opportunity attacks when it flies out of an enemy's reach.",
+ "type": null,
+ "parent": "bfrd_owl-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1334,
+ "fields": {
+ "name": "Heightened Hearing and Sight",
+ "desc": "The owl's Perception is 20 when perceiving by hearing or sight.",
+ "type": null,
+ "parent": "bfrd_owl-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1335,
+ "fields": {
+ "name": "Quiet Wings",
+ "desc": "The owl's Stealth is 19 while flying.",
+ "type": null,
+ "parent": "bfrd_owl-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1336,
+ "fields": {
+ "name": "Glide",
+ "desc": "The owlbear has long, sturdy feathers along its forelimbs and sides that expand while falling to slow its rate of descent to 60 feet per round, landing on its feet and taking no falling damage. It can move up to 5 feet horizontally for every 1 foot it falls. The owlbear can't gain height with its gliding feathers alone. If subjected to a strong wind or lift of any kind, it can use the updraft to glide farther.",
+ "type": null,
+ "parent": "bfrd_owlbear"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1337,
+ "fields": {
+ "name": "Heightened Sight and Smell",
+ "desc": "The owlbear's Perception is 18 when perceiving by sight or smell.",
+ "type": null,
+ "parent": "bfrd_owlbear"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1338,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The owlbear is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_owlbear"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1339,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The panther's Perception is 19 when perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_panther"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1340,
+ "fields": {
+ "name": "Pounce",
+ "desc": "If the panther moves at least 20 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 12 STR save or be knocked prone. If the target is prone, the panther can make one Bite attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_panther"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1341,
+ "fields": {
+ "name": "Celestial Resilience",
+ "desc": "The pegasus is resistant to radiant damage.",
+ "type": null,
+ "parent": "bfrd_pegasus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1342,
+ "fields": {
+ "name": "Diving Pounce",
+ "desc": "If the pegasus is flying and moves at least 20 feet straight toward a creature and then hits it with a Hooves attack on the same turn, that target must succeed on a DC 14 STR save or be knocked prone. If the target is prone, the pegasus can make one Hooves attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_pegasus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1343,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The pegasus has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_pegasus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1344,
+ "fields": {
+ "name": "Magic Weapons",
+ "desc": "The pegasus's weapon attacks are magical.",
+ "type": null,
+ "parent": "bfrd_pegasus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1345,
+ "fields": {
+ "name": "Ethereal Sight",
+ "desc": "The phase spider can see 60 feet into the Ethereal Plane when it is on the Material Plane, and vice versa.",
+ "type": null,
+ "parent": "bfrd_phase-spider"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1346,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The phase spider is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_phase-spider"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1347,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The spider can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_phase-spider"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1348,
+ "fields": {
+ "name": "Web Walker",
+ "desc": "The spider ignores movement restrictions caused by webbing.",
+ "type": null,
+ "parent": "bfrd_phase-spider"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1349,
+ "fields": {
+ "name": "Aura of the Devil Lord",
+ "desc": "Each hostile creature that starts its turn within 20 feet of the pit fiend must succeed on a DC 21 WIS save or be frightened until the start of its next turn. Each friendly devil within 20 feet of the pit fiend is immune to the charmed and frightened conditions and has advantage on the first attack roll it makes on each of its turns.",
+ "type": null,
+ "parent": "bfrd_pit-fiend"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1350,
+ "fields": {
+ "name": "Devilish Resilience",
+ "desc": "The devil is resistant to cold damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to fire damage and poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_pit-fiend"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1351,
+ "fields": {
+ "name": "Flaming Weapons",
+ "desc": "The pit fiend's weapon attacks are magical. When the fiend hits with any weapon, the weapon deals an extra 4d6 fire damage (included in the attack).",
+ "type": null,
+ "parent": "bfrd_pit-fiend"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1352,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The pit fiend has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_pit-fiend"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1353,
+ "fields": {
+ "name": "Angelic Resilience",
+ "desc": "The planetar is resistant to radiant damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to exhaustion and the charmed and frightened conditions.",
+ "type": null,
+ "parent": "bfrd_planetar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1354,
+ "fields": {
+ "name": "Angelic Senses",
+ "desc": "The planetar can pinpoint the location of Aberrations, Celestials, Fiends, and Undead within 30 feet of it and knows if a place or object it can sense is consecrated or desecrated.",
+ "type": null,
+ "parent": "bfrd_planetar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1355,
+ "fields": {
+ "name": "Angelic Weapons",
+ "desc": "The planetar's weapon attacks are magical. When it hits with any weapon, the weapon deals an extra 7d8 radiant damage (included in the attack).",
+ "type": null,
+ "parent": "bfrd_planetar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1356,
+ "fields": {
+ "name": "Divine Awareness",
+ "desc": "The planetar knows if it hears a lie.",
+ "type": null,
+ "parent": "bfrd_planetar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1357,
+ "fields": {
+ "name": "Divine Protection",
+ "desc": "Aberrations, Celestials, Fiends, and Undead have disadvantage on attack rolls against the planetar.",
+ "type": null,
+ "parent": "bfrd_planetar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1358,
+ "fields": {
+ "name": "Immortal Nature",
+ "desc": "The planetar doesn't require food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_planetar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1359,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The planetar has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_planetar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1360,
+ "fields": {
+ "name": "Hardy",
+ "desc": "Any critical hit against the dinosaur becomes a normal hit.",
+ "type": null,
+ "parent": "bfrd_plesiosaurus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1361,
+ "fields": {
+ "name": "Hold Breath",
+ "desc": "The plesiosaurus can hold its breath for 1 hour.",
+ "type": null,
+ "parent": "bfrd_plesiosaurus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1362,
+ "fields": {
+ "name": "Draft Animal",
+ "desc": "The draft horse can push, drag, or lift weight in pounds equal to three times its carrying capacity.",
+ "type": null,
+ "parent": "bfrd_pony"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1363,
+ "fields": {
+ "name": "Divine Blessing",
+ "desc": "The priest is resistant to necrotic damage or radiant damage, as appropriate for the priest's deity.",
+ "type": null,
+ "parent": "bfrd_priest"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1364,
+ "fields": {
+ "name": "Divine Weapons",
+ "desc": "The priest's weapons are shrouded in dark or golden flames, as appropriate for the priest's deity. When the priest hits with any weapon, the weapon deals an extra 2d6 necrotic damage or radiant damage (included in the attack), the priest's choice.",
+ "type": null,
+ "parent": "bfrd_priest"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1365,
+ "fields": {
+ "name": "Heightened Senses",
+ "desc": "The pseudodragon's Perception is 18 when perceiving by sight, hearing, or smell.",
+ "type": null,
+ "parent": "bfrd_pseudodragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1366,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The pseudodragon has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_pseudodragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1367,
+ "fields": {
+ "name": "Limited Telepathy",
+ "desc": "The pseudodragon can magically communicate simple ideas, emotions, and images telepathically with any creature within 100 feet of it that can understand a language.",
+ "type": null,
+ "parent": "bfrd_pseudodragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1368,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The purple worm is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_purple-worm"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1369,
+ "fields": {
+ "name": "Tunneler",
+ "desc": "The purple worm can burrow through solid rock at half its burrowing speed, and it leaves a 10-foot-diameter tunnel in its wake.",
+ "type": null,
+ "parent": "bfrd_purple-worm"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1370,
+ "fields": {
+ "name": "Demonic Resilience",
+ "desc": "The quasit is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_quasit"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1371,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The quasit has advantage on saving throws against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_quasit"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1372,
+ "fields": {
+ "name": "Blood Frenzy",
+ "desc": "The quipper has advantage on melee attack rolls against any creature that doesn't have all its HP.",
+ "type": null,
+ "parent": "bfrd_quipper"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1373,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The quipper's Perception is 13 when perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_quipper"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1374,
+ "fields": {
+ "name": "Water Breathing",
+ "desc": "The quipper can breathe only underwater.",
+ "type": null,
+ "parent": "bfrd_quipper"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1375,
+ "fields": {
+ "name": "Blood Frenzy",
+ "desc": "The swarm has advantage on melee attack rolls against any creature that doesn't have all its HP.",
+ "type": null,
+ "parent": "bfrd_quipper-swarm-of-quippers"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1376,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The swarm's Perception is 15 when perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_quipper-swarm-of-quippers"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1377,
+ "fields": {
+ "name": "Swarm",
+ "desc": "The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny quipper. The swarm can't regain HP or gain temporary HP.",
+ "type": null,
+ "parent": "bfrd_quipper-swarm-of-quippers"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1378,
+ "fields": {
+ "name": "Swarm Resilience",
+ "desc": "The swarm is resistant to bludgeoning, piercing, and slashing damage, and it is immune to the charmed, frightened, grappled, paralyzed, petrified, prone, restrained, and stunned conditions.",
+ "type": null,
+ "parent": "bfrd_quipper-swarm-of-quippers"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1379,
+ "fields": {
+ "name": "Water Breathing",
+ "desc": "The swarm can breathe only underwater.",
+ "type": null,
+ "parent": "bfrd_quipper-swarm-of-quippers"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1380,
+ "fields": {
+ "name": "Limited Magic Immunity",
+ "desc": "The rakshasa can't be affected or detected by spells of 6th level or lower unless it wishes to be. It has advantage on saves against all other spells and magical effects.",
+ "type": null,
+ "parent": "bfrd_rakshasa"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1381,
+ "fields": {
+ "name": "Accustomed to Filth",
+ "desc": "The rat has advantage on saves against contracting diseases.",
+ "type": null,
+ "parent": "bfrd_rat"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1382,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The rat's Perception is 15 while perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_rat"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1383,
+ "fields": {
+ "name": "Accustomed to Filth",
+ "desc": "The rat has advantage on saves against contracting diseases.",
+ "type": null,
+ "parent": "bfrd_rat-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1384,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The rat's Perception is 15 while perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_rat-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1385,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The rat has advantage on attack rolls against a creature if at least one of the rat's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_rat-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1386,
+ "fields": {
+ "name": "Accustomed to Filth",
+ "desc": "The swarm has advantage on saves against contracting diseases.",
+ "type": null,
+ "parent": "bfrd_rat-swarm-of-rats"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1387,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The swarm's Perception is 15 when perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_rat-swarm-of-rats"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1388,
+ "fields": {
+ "name": "Swarm",
+ "desc": "The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny rat. The swarm can't regain HP or gain temporary HP.",
+ "type": null,
+ "parent": "bfrd_rat-swarm-of-rats"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1389,
+ "fields": {
+ "name": "Swarm Resilience",
+ "desc": "The swarm is resistant to bludgeoning, piercing, and slashing damage, and it is immune to the charmed, frightened, grappled, paralyzed, petrified, prone, restrained, and stunned conditions.",
+ "type": null,
+ "parent": "bfrd_rat-swarm-of-rats"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1390,
+ "fields": {
+ "name": "Carrion Sense",
+ "desc": "The raven can pinpoint, by scent, the location of carrion, dead creatures, and Undead without the Incorporeal Movement trait within 60 feet of it.",
+ "type": null,
+ "parent": "bfrd_raven"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1391,
+ "fields": {
+ "name": "Mimicry",
+ "desc": "The raven can mimic simple sounds it has heard, such as a chord of a flute melody, a baby crying, or an animal chittering. A creature that hears the sounds can tell they are imitations with a successful DC 10 WIS (Insight) check.",
+ "type": null,
+ "parent": "bfrd_raven"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1392,
+ "fields": {
+ "name": "Recollection",
+ "desc": "The raven knows up to 20 words in any language it has heard and can repeat those words in the voices it heard them, using its Mimicry trait.",
+ "type": null,
+ "parent": "bfrd_raven"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1393,
+ "fields": {
+ "name": "Carrion Sense",
+ "desc": "The swarm can pinpoint, by scent, the location of carrion, dead creatures, and Undead without the Incorporeal Movement trait within 60 feet of it.",
+ "type": null,
+ "parent": "bfrd_raven-swarm-of-ravens"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1394,
+ "fields": {
+ "name": "Pilfering Swarm",
+ "desc": "A creature in the swarm's space is surrounded by ravens pecking and pulling at its clothing, hair, fur, and belongings. If a creature in the swarm's space casts a spell with a material component, it must succeed on a DC 12 DEX save or the spell fails to cast, expending the action required to cast it but not the spell slot or daily use, as the ravens steal the component.",
+ "type": null,
+ "parent": "bfrd_raven-swarm-of-ravens"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1395,
+ "fields": {
+ "name": "Swarm",
+ "desc": "The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny raven. The swarm can't regain HP or gain temporary HP.",
+ "type": null,
+ "parent": "bfrd_raven-swarm-of-ravens"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1396,
+ "fields": {
+ "name": "Swarm Resilience",
+ "desc": "The swarm is resistant to bludgeoning, piercing, and slashing damage, and it is immune to the charmed, frightened, grappled, paralyzed, petrified, prone, restrained, and stunned conditions.",
+ "type": null,
+ "parent": "bfrd_raven-swarm-of-ravens"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1397,
+ "fields": {
+ "name": "Pounce",
+ "desc": "If the dragon moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 14 STR save or be knocked prone. If the target is prone, the dragon can make one Claw attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_red-dragon-wyrmling"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1398,
+ "fields": {
+ "name": "Heated Body",
+ "desc": "A creature that touches the remorhaz or hits it with a melee attack while within 5 feet of it takes 7 (2d6) fire damage.",
+ "type": null,
+ "parent": "bfrd_remorhaz"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1399,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The remorhaz is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_remorhaz"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1400,
+ "fields": {
+ "name": "Tunneler",
+ "desc": "The remorhaz can burrow through ice, snow, and permafrost, and it leaves a 5-foot-diameter tunnel in its wake.",
+ "type": null,
+ "parent": "bfrd_remorhaz"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1401,
+ "fields": {
+ "name": "Charge",
+ "desc": "If the rhinoceros moves at least 20 feet straight toward a target and then hits it with a Gore attack on the same turn, the target takes an extra 7 (2d6) piercing damage. If the target is a creature, it must succeed on a DC 15 STR save or be pushed up to 10 feet away from the rhinoceros and knocked prone.",
+ "type": null,
+ "parent": "bfrd_rhinoceros"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1402,
+ "fields": {
+ "name": "Construct Nature",
+ "desc": "The drone doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_robot-drone"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1403,
+ "fields": {
+ "name": "Construct Resilience",
+ "desc": "The drone is immune to poison and psychic damage, and it is immune to exhaustion and the charmed, frightened, paralyzed, petrified, and poisoned conditions.",
+ "type": null,
+ "parent": "bfrd_robot-drone"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1404,
+ "fields": {
+ "name": "Electrical Malfunction",
+ "desc": "Whenever the drone takes lightning damage, it must succeed on a DC 11 WIS save or be incapacitated until the end of its next turn.",
+ "type": null,
+ "parent": "bfrd_robot-drone"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1405,
+ "fields": {
+ "name": "Point-Blank Shots",
+ "desc": "When the drone makes a ranged attack, it doesn't have disadvantage on the attack roll from being within 5 feet of a hostile creature, though it may still have disadvantage from other sources.",
+ "type": null,
+ "parent": "bfrd_robot-drone"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1406,
+ "fields": {
+ "name": "Heightened Sight",
+ "desc": "The roc's Perception is 19 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_roc"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1407,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The roc is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_roc"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1408,
+ "fields": {
+ "name": "Seabird",
+ "desc": "The roc can swim up to 60 feet on its turn, but it must start and end its movement either flying or on a solid surface, such as a ship or beach. If it is swimming at the end of its turn, it must succeed on a DC 19 CON save or it immediately begins to sink and suffocate. A suffocating roc must succeed on a DC 19 STR check to fly out of the substance where it is sinking.",
+ "type": null,
+ "parent": "bfrd_roc"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1409,
+ "fields": {
+ "name": "Climbing Tendrils",
+ "desc": "If at least four of the roper's Grasping Tendrils aren't grappling creatures, the roper has a climbing speed of 30 feet.",
+ "type": null,
+ "parent": "bfrd_roper"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1410,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the roper remains motionless, it is indistinguishable from a normal conical or spire-like cave formation, such as a stalagmite or stalactite.",
+ "type": null,
+ "parent": "bfrd_roper"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1411,
+ "fields": {
+ "name": "Grasping Tendrils",
+ "desc": "The roper can have up to six Grasping Tendrils at a time. Each Grasping Tendril can be attacked (AC 20; 10 HP; vulnerable to thunder damage; immune to poison and psychic damage). Destroying a Grasping Tendril deals no damage to the roper, which can extrude a replacement tendril on its next turn. A Grasping Tendril can also be broken if a creature takes an action and succeeds on a DC 15 STR check against it.",
+ "type": null,
+ "parent": "bfrd_roper"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1412,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The roper is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_roper"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1413,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The roper can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_roper"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1414,
+ "fields": {
+ "name": "Antimagic Susceptibility",
+ "desc": "The rug is incapacitated while in the area of an antimagic field. If targeted by _dispel magic_, the rug must succeed on a CON save against the caster's spell save DC or fall unconscious for 1 minute.",
+ "type": null,
+ "parent": "bfrd_rug-of-smothering"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1415,
+ "fields": {
+ "name": "Construct Nature",
+ "desc": "The rug doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_rug-of-smothering"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1416,
+ "fields": {
+ "name": "Construct Resilience",
+ "desc": "The rug is immune to poison and psychic damage, and it is immune to exhaustion and the charmed, frightened, paralyzed, petrified, and poisoned conditions.",
+ "type": null,
+ "parent": "bfrd_rug-of-smothering"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1417,
+ "fields": {
+ "name": "Damage Transfer",
+ "desc": "While it is grappling a creature, the rug takes only half the damage dealt to it (rounded down), and the creature grappled by the rug takes the other half.",
+ "type": null,
+ "parent": "bfrd_rug-of-smothering"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1418,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the rug remains motionless and isn't flying, it is indistinguishable from a normal rug.",
+ "type": null,
+ "parent": "bfrd_rug-of-smothering"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1419,
+ "fields": {
+ "name": "Iron Scent",
+ "desc": "The rust monster can pinpoint, by scent, the location of ferrous metal within 30 feet of it.",
+ "type": null,
+ "parent": "bfrd_rust-monster"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1420,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The rust monster is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_rust-monster"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1421,
+ "fields": {
+ "name": "Rust Metal",
+ "desc": "Any nonmagical weapon made of metal that hits the rust monster corrodes. After dealing damage, the weapon takes a permanent and cumulative -1 penalty to damage rolls. If its penalty drops to -5, the weapon is destroyed. Nonmagical ammunition made of metal that hits the rust monster is destroyed after dealing damage.",
+ "type": null,
+ "parent": "bfrd_rust-monster"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1422,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The rust monster can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_rust-monster"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1423,
+ "fields": {
+ "name": "Blood Frenzy",
+ "desc": "The sahuagin has advantage on melee attack rolls against any creature that doesn't have all its HP.",
+ "type": null,
+ "parent": "bfrd_sahuagin"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1424,
+ "fields": {
+ "name": "Limited Amphibiousness",
+ "desc": "The sahuagin can breathe air and water, but it needs to be submerged at least once every 4 hours to avoid suffocating.",
+ "type": null,
+ "parent": "bfrd_sahuagin"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1425,
+ "fields": {
+ "name": "Shark Telepathy",
+ "desc": "The sahuagin can magically command any shark within 120 feet of it, using a limited telepathy.",
+ "type": null,
+ "parent": "bfrd_sahuagin"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1426,
+ "fields": {
+ "name": "Heated Body",
+ "desc": "A creature that touches the salamander or hits it with a melee attack while within 5 feet of it takes 3 (1d6) fire damage.",
+ "type": null,
+ "parent": "bfrd_salamander"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1427,
+ "fields": {
+ "name": "Heated Weapons",
+ "desc": "When the salamander hits with a metal melee weapon, the weapon deals an extra 7 (2d6) fire damage (included in the attack).",
+ "type": null,
+ "parent": "bfrd_salamander"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1428,
+ "fields": {
+ "name": "Void Strength",
+ "desc": "The satarre is resistant to the blinded, charmed, deafened, frightened, stunned, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_satarre"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1429,
+ "fields": {
+ "name": "Void Weapons",
+ "desc": "The satarre's weapon attacks are magical. When the satarre hits with any weapon, the weapon deals an extra 1d6 necrotic damage (included in the attack).",
+ "type": null,
+ "parent": "bfrd_satarre"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1430,
+ "fields": {
+ "name": "Fey Resilience",
+ "desc": "The satyr is resistant to the charmed and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_satyr"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1431,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The satyr has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_satyr"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1432,
+ "fields": {
+ "name": "Heat Shimmer",
+ "desc": "Creatures more than 30 feet from the scorch drake have disadvantage on WIS (Perception) checks to see the drake.",
+ "type": null,
+ "parent": "bfrd_scorch-drake"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1433,
+ "fields": {
+ "name": "Scalding Blood",
+ "desc": "A creature that hits the scorch drake with a melee attack while within 5 feet of the drake takes 3 (1d6) fire damage and must succeed on a DC 15 DEX save or ignite. Until a creature takes an action to douse the fire, an ignited creature takes 3 (1d6) fire damage at the start of each of its turns.",
+ "type": null,
+ "parent": "bfrd_scorch-drake"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1434,
+ "fields": {
+ "name": "Heightened Hearing and Sight",
+ "desc": "The scout's Perception is 18 when perceiving by hearing or sight.",
+ "type": null,
+ "parent": "bfrd_scout"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1435,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The sea hag can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_sea-hag"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1436,
+ "fields": {
+ "name": "Fey Resilience",
+ "desc": "The sea hag is resistant to the charmed and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_sea-hag"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1437,
+ "fields": {
+ "name": "Horrific Appearance",
+ "desc": "When a Humanoid that can see the hag's true form starts its turn within 30 feet of the hag, the hag can force it to make a DC 12 WIS save. On a failure, the creature is frightened until the start of its next turn. Unless surprised or the revelation of the hag's true form is sudden, such as the ending of Illusory Appearance, a creature can avert its eyes to avoid the save at the start of its turn. If the creature does so, it can't see the hag until the start of its next turn, when it can avert its eyes again. If the creature looks at the hag in the meantime, it must immediately make the save.",
+ "type": null,
+ "parent": "bfrd_sea-hag"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1438,
+ "fields": {
+ "name": "Underwater Camouflage",
+ "desc": "The hag's Stealth is 18 while underwater and not using Illusory Appearance.",
+ "type": null,
+ "parent": "bfrd_sea-hag"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1439,
+ "fields": {
+ "name": "Underwater Camouflage",
+ "desc": "The seahorse's Stealth is 17 while underwater.",
+ "type": null,
+ "parent": "bfrd_seahorse"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1440,
+ "fields": {
+ "name": "Water Breathing",
+ "desc": "The seahorse can breathe only underwater.",
+ "type": null,
+ "parent": "bfrd_seahorse"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1441,
+ "fields": {
+ "name": "Charge",
+ "desc": "If the seahorse moves at least 20 feet straight toward a target and then hits it with a Ram attack on the same turn, the target takes an extra 5 (2d4) bludgeoning damage. If the target is a creature, it must succeed on a DC 12 STR save or be knocked prone.",
+ "type": null,
+ "parent": "bfrd_seahorse-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1442,
+ "fields": {
+ "name": "Underwater Camouflage",
+ "desc": "The seahorse's Stealth is 19 while underwater.",
+ "type": null,
+ "parent": "bfrd_seahorse-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1443,
+ "fields": {
+ "name": "Water Breathing",
+ "desc": "The seahorse can breathe only underwater.",
+ "type": null,
+ "parent": "bfrd_seahorse-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1444,
+ "fields": {
+ "name": "Amorphous",
+ "desc": "The shadow can move through a space as narrow as 1 inch wide without squeezing.",
+ "type": null,
+ "parent": "bfrd_shadow"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1445,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The shadow can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_shadow"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1446,
+ "fields": {
+ "name": "Sunlight Weakness",
+ "desc": "While in sunlight, the shadow has disadvantage on attack rolls, ability checks, and saves.",
+ "type": null,
+ "parent": "bfrd_shadow"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1447,
+ "fields": {
+ "name": "Undead Nature",
+ "desc": "The shadow doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_shadow"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1448,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The shadow is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_shadow"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1449,
+ "fields": {
+ "name": "Lightning Absorption",
+ "desc": "Whenever the shambling mound is subjected to lightning damage, it takes no damage and regains HP equal to the lightning damage dealt.",
+ "type": null,
+ "parent": "bfrd_shambling-mound"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1450,
+ "fields": {
+ "name": "Plant Resilience",
+ "desc": "The shambling mound is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_shambling-mound"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1451,
+ "fields": {
+ "name": "Rotting Vegetation",
+ "desc": "The shambling mound emits the smell of rotting vegetation. A creature that starts its turn within 10 feet of the shambling mound must succeed on a DC 14 CON save or be poisoned until the start of its next turn.",
+ "type": null,
+ "parent": "bfrd_shambling-mound"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1452,
+ "fields": {
+ "name": "Blood Frenzy",
+ "desc": "The shark has advantage on melee attack rolls against any creature that doesn't have all its HP.",
+ "type": null,
+ "parent": "bfrd_shark-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1453,
+ "fields": {
+ "name": "Blood Sense",
+ "desc": "The shark can pinpoint, by scent, the location of creatures that don't have all of their HP within 120 feet of it and can sense the general direction of such creatures within 1 mile of it.",
+ "type": null,
+ "parent": "bfrd_shark-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1454,
+ "fields": {
+ "name": "Electrical Sensitivity",
+ "desc": "Whenever the shark takes lightning damage, it must succeed on a DC 15 CON save or be incapacitated until the end of its next turn.",
+ "type": null,
+ "parent": "bfrd_shark-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1455,
+ "fields": {
+ "name": "Water Breathing",
+ "desc": "The shark can breathe only underwater.",
+ "type": null,
+ "parent": "bfrd_shark-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1456,
+ "fields": {
+ "name": "Blood Frenzy",
+ "desc": "The shark has advantage on melee attack rolls against any creature that doesn't have all its HP.",
+ "type": null,
+ "parent": "bfrd_shark-hunter"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1457,
+ "fields": {
+ "name": "Blood Sense",
+ "desc": "The shark can pinpoint, by scent, the location of creatures that don't have all of their HP within 60 feet of it and can sense the general direction of such creatures within 1 mile of it.",
+ "type": null,
+ "parent": "bfrd_shark-hunter"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1458,
+ "fields": {
+ "name": "Electrical Sensitivity",
+ "desc": "Whenever the shark takes lightning damage, it must succeed on a DC 12 CON save or be incapacitated until the end of its next turn.",
+ "type": null,
+ "parent": "bfrd_shark-hunter"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1459,
+ "fields": {
+ "name": "Water Breathing",
+ "desc": "The shark can breathe only underwater.",
+ "type": null,
+ "parent": "bfrd_shark-hunter"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1460,
+ "fields": {
+ "name": "Blood Sense",
+ "desc": "The shark can pinpoint, by scent, the location of creatures that don't have all of their HP within 60 feet of it and can sense the general direction of such creatures within 1 mile of it.",
+ "type": null,
+ "parent": "bfrd_shark-reef"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1461,
+ "fields": {
+ "name": "Electrical Sensitivity",
+ "desc": "Whenever the shark takes lightning damage, it must succeed on a DC 11 CON save or be incapacitated until the end of its next turn.",
+ "type": null,
+ "parent": "bfrd_shark-reef"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1462,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The shark has advantage on attack rolls against a creature if at least one of the shark's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_shark-reef"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1463,
+ "fields": {
+ "name": "Water Breathing",
+ "desc": "The shark can breathe only underwater.",
+ "type": null,
+ "parent": "bfrd_shark-reef"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1464,
+ "fields": {
+ "name": "Bound",
+ "desc": "The shield guardian is magically bound to an amulet. As long as the guardian and its amulet are on the same plane of existence, the guardian knows the distance and direction to the amulet's wearer, and the amulet's wearer can telepathically call the guardian, teleporting the guardian to an unoccupied space within 5 feet of the wearer after 1 minute. In addition, if the guardian is within 60 feet of the amulet's wearer, half of any damage the wearer takes (rounded up) is taken by the guardian instead.",
+ "type": null,
+ "parent": "bfrd_shield-guardian"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1465,
+ "fields": {
+ "name": "Construct Nature",
+ "desc": "The shield guardian doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_shield-guardian"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1466,
+ "fields": {
+ "name": "Construct Resilience",
+ "desc": "The shield guardian is immune to poison and psychic damage, and it is immune to exhaustion and the charmed, frightened, paralyzed, petrified, and poisoned conditions.",
+ "type": null,
+ "parent": "bfrd_shield-guardian"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1467,
+ "fields": {
+ "name": "Regeneration",
+ "desc": "The shield guardian regains 10 HP at the start of its turn if it has at least 1 HP.",
+ "type": null,
+ "parent": "bfrd_shield-guardian"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1468,
+ "fields": {
+ "name": "Spell Storing",
+ "desc": "A spellcaster who wears the shield guardian's amulet can cause the guardian to store one spell of 4th level or lower. To do so, the wearer must cast the spell on the guardian. The spell has no effect but is stored within the guardian. When commanded to do so by the wearer or when a situation arises that was predefined by the spellcaster, the guardian casts the stored spell, using the appropriate action required by the spell, with any parameters set by the original caster, requiring no components. When the spell is cast or a new spell is stored, any previously stored spell is lost.",
+ "type": null,
+ "parent": "bfrd_shield-guardian"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1469,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the shrieker remains motionless, it is indistinguishable from an ordinary fungus.",
+ "type": null,
+ "parent": "bfrd_shrieker"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1470,
+ "fields": {
+ "name": "Plant Resilience",
+ "desc": "The shrieker is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_shrieker"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1471,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The sila can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_sila"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1472,
+ "fields": {
+ "name": "Fluid Body (Bipedal Form Only)",
+ "desc": "The sila can move through the space of any creature, regardless of size, and a creature of any size can move through a sila's space. In addition, the sila can move through a space as narrow as 1 inch wide without squeezing.",
+ "type": null,
+ "parent": "bfrd_sila"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1473,
+ "fields": {
+ "name": "Nebulous (Cloud Form Only)",
+ "desc": "The sila's Stealth is 21, it can hover while flying, can't manipulate objects or attack, and it can pass through any space air or water can pass through without squeezing. In addition, it can enter and hide in any Tiny or larger container, such as a pouch, lamp, backpack, or barrel.",
+ "type": null,
+ "parent": "bfrd_sila"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1474,
+ "fields": {
+ "name": "Pounce",
+ "desc": "If the dragon moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 14 STR save or be knocked prone. If the target is prone, the dragon can make one Claw attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_silver-dragon-wyrmling"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1475,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the skeleton remains motionless and prone, it is indistinguishable from an inanimate Humanoid skeleton.",
+ "type": null,
+ "parent": "bfrd_skeleton"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1476,
+ "fields": {
+ "name": "Undead Nature",
+ "desc": "The skeleton doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_skeleton"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1477,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The skeleton is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_skeleton"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1478,
+ "fields": {
+ "name": "Heightened Hearing",
+ "desc": "The skullbloom's Perception is 16 while perceiving by hearing.",
+ "type": null,
+ "parent": "bfrd_skullbloom"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1479,
+ "fields": {
+ "name": "Plant Resilience",
+ "desc": "The skullbloom is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_skullbloom"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1480,
+ "fields": {
+ "name": "Flyby",
+ "desc": "The snake doesn't provoke opportunity attacks when it flies out of an enemy's reach.",
+ "type": null,
+ "parent": "bfrd_snake-flying"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1481,
+ "fields": {
+ "name": "Poisonous Swarm",
+ "desc": "The hissing, spitting, and constant nipping of snakes in the swarm leaves the swarm's space dripping with poison. A creature that starts its turn in the swarm's space must succeed on a DC 14 CON save or be poisoned until the start of its next turn.",
+ "type": null,
+ "parent": "bfrd_snake-swarm-of-poisonous-snakes"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1482,
+ "fields": {
+ "name": "Swarm",
+ "desc": "The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny snake. The swarm can't regain HP or gain temporary HP.",
+ "type": null,
+ "parent": "bfrd_snake-swarm-of-poisonous-snakes"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1483,
+ "fields": {
+ "name": "Swarm Resilience",
+ "desc": "The swarm is resistant to bludgeoning, piercing, and slashing damage, and it is immune to the charmed, frightened, grappled, paralyzed, petrified, prone, restrained, and stunned conditions.",
+ "type": null,
+ "parent": "bfrd_snake-swarm-of-poisonous-snakes"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1484,
+ "fields": {
+ "name": "Angelic Resilience",
+ "desc": "The solar is resistant to radiant damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to exhaustion and the charmed and frightened conditions.",
+ "type": null,
+ "parent": "bfrd_solar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1485,
+ "fields": {
+ "name": "Angelic Senses",
+ "desc": "The solar can pinpoint the location of Aberrations, Celestials, Fiends, and Undead within 30 feet of it and knows if a place or object it can sense is consecrated or desecrated.",
+ "type": null,
+ "parent": "bfrd_solar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1486,
+ "fields": {
+ "name": "Angelic Weapons",
+ "desc": "The solar's weapon attacks are magical. When the solar hits with any weapon, the weapon deals an extra 6d8 radiant damage (included in the attack).",
+ "type": null,
+ "parent": "bfrd_solar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1487,
+ "fields": {
+ "name": "Divine Awareness",
+ "desc": "The solar knows if it hears a lie.",
+ "type": null,
+ "parent": "bfrd_solar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1488,
+ "fields": {
+ "name": "Divine Protection",
+ "desc": "Aberrations, Celestials, Fiends, and Undead have disadvantage on attack rolls against the solar.",
+ "type": null,
+ "parent": "bfrd_solar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1489,
+ "fields": {
+ "name": "Immortal Nature",
+ "desc": "The solar doesn't require food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_solar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1490,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the solar fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_solar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1491,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The solar has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_solar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1492,
+ "fields": {
+ "name": "Incorporeal Movement",
+ "desc": "The specter can move through other creatures and objects as if they were difficult terrain. It takes 5 (1d10) force damage if it ends its turn inside an object.",
+ "type": null,
+ "parent": "bfrd_specter"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1493,
+ "fields": {
+ "name": "Sunlight Sensitivity",
+ "desc": "While in sunlight, the specter has disadvantage on attack rolls, and its Perception is 5 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_specter"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1494,
+ "fields": {
+ "name": "Undead Nature",
+ "desc": "The specter doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_specter"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1495,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The specter is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_specter"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1496,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The spider can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_spider"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1497,
+ "fields": {
+ "name": "Web Sense",
+ "desc": "While in contact with a web, the spider knows the exact location of any other creature in contact with the same web.",
+ "type": null,
+ "parent": "bfrd_spider"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1498,
+ "fields": {
+ "name": "Web Walker",
+ "desc": "The spider ignores movement restrictions caused by webbing.",
+ "type": null,
+ "parent": "bfrd_spider"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1499,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The spider can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_spider-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1500,
+ "fields": {
+ "name": "Web Sense",
+ "desc": "While in contact with a web, the spider knows the exact location of any other creature in contact with the same web.",
+ "type": null,
+ "parent": "bfrd_spider-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1501,
+ "fields": {
+ "name": "Web Walker",
+ "desc": "The spider ignores movement restrictions caused by webbing.",
+ "type": null,
+ "parent": "bfrd_spider-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1502,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The spider can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_spider-giant-wolf"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1503,
+ "fields": {
+ "name": "Standing Leap",
+ "desc": "The spider's long jump is up to 20 feet and its high jump is up to 10 feet, with or without a running start.",
+ "type": null,
+ "parent": "bfrd_spider-giant-wolf"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1504,
+ "fields": {
+ "name": "Guardian Projection",
+ "desc": "The spirit naga's skeletal form is covered with a magical illusion that makes it look like the guardian naga it was in life. The naga can use a bonus action to dismiss this illusion until the end of its next turn. The changes wrought by this illusion fail to hold up to physical inspection. For example, a creature touching the spirit naga would feel its rough, dry scales and exposed bones instead of the smooth, cool scales of a guardian naga. Otherwise, a creature must take an action to visually inspect the illusion and succeed on a DC 20 INT (Investigation) check to discern the spirit naga's true appearance.",
+ "type": null,
+ "parent": "bfrd_spirit-naga"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1505,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The naga is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_spirit-naga"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1506,
+ "fields": {
+ "name": "Necrotic Strikes",
+ "desc": "The naga's weapon attacks are magical. When the naga hits with any weapon attack, the weapon deals an extra 4d8 necrotic damage (included in the attack).",
+ "type": null,
+ "parent": "bfrd_spirit-naga"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1507,
+ "fields": {
+ "name": "Rejuvenation",
+ "desc": "If it dies, the naga returns to life in 1d6 days, regaining all its HP and becoming active again. Only a wish spell can prevent this trait from functioning.",
+ "type": null,
+ "parent": "bfrd_spirit-naga"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1508,
+ "fields": {
+ "name": "Fey Resilience",
+ "desc": "The sprite is resistant to the charmed and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_sprite"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1509,
+ "fields": {
+ "name": "Speak with Beasts and Plants",
+ "desc": "The sprite can communicate with Beasts and Plants as if they shared a language.",
+ "type": null,
+ "parent": "bfrd_sprite"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1510,
+ "fields": {
+ "name": "Aberrant Resilience",
+ "desc": "The star crow is resistant to the charmed, frightened, paralyzed, and stunned conditions, and it has advantage on saves against spells or effects that would alter its form.",
+ "type": null,
+ "parent": "bfrd_star-crow"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1511,
+ "fields": {
+ "name": "Illumination",
+ "desc": "The star crow sheds bright light in a 20-foot radius and dim light for an additional 20 feet.",
+ "type": null,
+ "parent": "bfrd_star-crow"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1512,
+ "fields": {
+ "name": "Death Burst",
+ "desc": "When the mephit dies, it explodes in a cloud of steam. Each creature within 5 feet of the mephit must succeed on a DC 11 DEX save or be scalded for 1 minute. A scalded creature has disadvantage on weapon attack rolls and on ability checks that require manual dexterity. A scalded creature can repeat the save at the end of each of its turns, ending the effect on itself on a success.",
+ "type": null,
+ "parent": "bfrd_steam-mephit"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1513,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the mephit remains motionless and hovering, it is indistinguishable from an ordinary cloud of steam.",
+ "type": null,
+ "parent": "bfrd_steam-mephit"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1514,
+ "fields": {
+ "name": "Giant Attributes",
+ "desc": "The stone giant is resistant to the stunned condition, and it is vulnerable to the prone condition.",
+ "type": null,
+ "parent": "bfrd_stone-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1515,
+ "fields": {
+ "name": "Stone Camouflage",
+ "desc": "The giant's Stealth is 20 while in rocky terrain.",
+ "type": null,
+ "parent": "bfrd_stone-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1516,
+ "fields": {
+ "name": "Construct Nature",
+ "desc": "The golem doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_stone-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1517,
+ "fields": {
+ "name": "Golem Resilience",
+ "desc": "The golem is immune to poison and psychic damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to exhaustion and to the charmed, frightened, paralyzed, petrified, and poisoned conditions.",
+ "type": null,
+ "parent": "bfrd_stone-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1518,
+ "fields": {
+ "name": "Immutable Form",
+ "desc": "The golem is immune to any spell or effect that would alter its form.",
+ "type": null,
+ "parent": "bfrd_stone-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1519,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The golem has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_stone-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1520,
+ "fields": {
+ "name": "Magic Weapons",
+ "desc": "The golem's weapon attacks are magical.",
+ "type": null,
+ "parent": "bfrd_stone-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1521,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The giant can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_storm-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1522,
+ "fields": {
+ "name": "Giant Attributes",
+ "desc": "The giant is resistant to the stunned condition, and it is vulnerable to the prone condition.",
+ "type": null,
+ "parent": "bfrd_storm-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1523,
+ "fields": {
+ "name": "Influence Weather",
+ "desc": "Nearby weather responds to the storm giant's desires. At the start of each minute, the storm giant can choose to change the precipitation, temperature, and wind within 3 miles of it by one stage, up or down (no action required). This effect works like the changing weather conditions aspect of the control weather spell, except the conditions change immediately and the storm giant can't change the temperature by more than one stage up or down from the area's standard temperature.",
+ "type": null,
+ "parent": "bfrd_storm-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1524,
+ "fields": {
+ "name": "Stormsight",
+ "desc": "The storm giant can see through areas obscured by clouds, fog, rain, snow, and storms without penalty.",
+ "type": null,
+ "parent": "bfrd_storm-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1525,
+ "fields": {
+ "name": "Updraft",
+ "desc": "While in an area open to the sky, the storm giant has a flying speed of 30 feet.",
+ "type": null,
+ "parent": "bfrd_storm-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1526,
+ "fields": {
+ "name": "Telepathic Bond",
+ "desc": "The succubus ignores the range restriction on its telepathy when communicating with a creature it has charmed. The two don't even need to be on the same plane of existence.",
+ "type": null,
+ "parent": "bfrd_succubus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1527,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the tarrasque fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_tarrasque"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1528,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The tarrasque has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_tarrasque"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1529,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The tarrasque is resistant to exhaustion.",
+ "type": null,
+ "parent": "bfrd_tarrasque"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1530,
+ "fields": {
+ "name": "Reflective Hide",
+ "desc": "Any time the tarrasque is targeted by a magic missile spell, a line spell, or a spell that requires a ranged attack roll, roll a d6. On a 1 to 5, the tarrasque is unaffected. On a 6, the tarrasque is unaffected, and the effect is reflected back at the caster as though it originated from the tarrasque, turning the caster into the target.",
+ "type": null,
+ "parent": "bfrd_tarrasque"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1531,
+ "fields": {
+ "name": "Siege Behemoth",
+ "desc": "The tarrasque deals triple damage to objects and structures.",
+ "type": null,
+ "parent": "bfrd_tarrasque"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1532,
+ "fields": {
+ "name": "Brutal",
+ "desc": "A melee weapon deals one extra die of its damage when the thug hits with it (included in the attack).",
+ "type": null,
+ "parent": "bfrd_thug"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1533,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The thug has advantage on attack rolls against a creature if at least one of the thug's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_thug"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1534,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The tiger's Perception is 18 when perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_tiger"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1535,
+ "fields": {
+ "name": "Pounce",
+ "desc": "If the tiger moves at least 20 feet straight toward a creature and then hits it with a Claws attack on the same turn, that target must succeed on a DC 13 STR save or be knocked prone. If the target is prone, the tiger can make one Bite attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_tiger"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1536,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The tiger's Perception is 18 when perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_tiger-saber-toothed"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1537,
+ "fields": {
+ "name": "Pounce",
+ "desc": "If the tiger moves at least 20 feet straight toward a creature and then hits it with a Claws attack on the same turn, that target must succeed on a DC 14 STR save or be knocked prone. If the target is prone, the tiger can make one Claws attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_tiger-saber-toothed"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1538,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the treant remains motionless, it is indistinguishable from a normal tree.",
+ "type": null,
+ "parent": "bfrd_treant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1539,
+ "fields": {
+ "name": "Plant Resilience",
+ "desc": "The treant is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_treant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1540,
+ "fields": {
+ "name": "Siege Monster",
+ "desc": "The treant deals double damage to objects and structures.",
+ "type": null,
+ "parent": "bfrd_treant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1541,
+ "fields": {
+ "name": "Speak with Plants",
+ "desc": "The treant can communicate with Plants and nonmagical plants as if they shared a language.",
+ "type": null,
+ "parent": "bfrd_treant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1542,
+ "fields": {
+ "name": "Hardy",
+ "desc": "Any critical hit against the dinosaur becomes a normal hit.",
+ "type": null,
+ "parent": "bfrd_triceratops"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1543,
+ "fields": {
+ "name": "Trampling Charge",
+ "desc": "If the triceratops moves at least 20 feet straight toward a creature and then hits it with a Gore attack on the same turn, that target must succeed on a DC 14 STR save or be knocked prone. If the target is prone, the triceratops can make one Stomp attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_triceratops"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1544,
+ "fields": {
+ "name": "Giant Attributes",
+ "desc": "The troll is resistant to the stunned condition, and it is vulnerable to the prone condition.",
+ "type": null,
+ "parent": "bfrd_troll"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1545,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The troll's Perception is 17 while perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_troll"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1546,
+ "fields": {
+ "name": "Regeneration",
+ "desc": "The troll regains 10 HP at the start of its turn. If the troll takes acid or fire damage, this trait doesn't function at the start of the troll's next turn. The troll dies only if it starts its turn with 0 HP and doesn't regenerate.",
+ "type": null,
+ "parent": "bfrd_troll"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1547,
+ "fields": {
+ "name": "Hardy",
+ "desc": "Any critical hit against the dinosaur becomes a normal hit.",
+ "type": null,
+ "parent": "bfrd_tyrannosaurus-rex"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1548,
+ "fields": {
+ "name": "Celestial Resilience",
+ "desc": "The unicorn is resistant to radiant damage.",
+ "type": null,
+ "parent": "bfrd_unicorn"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1549,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The unicorn has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_unicorn"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1550,
+ "fields": {
+ "name": "Magic Weapons",
+ "desc": "The unicorn's weapon attacks are magical.",
+ "type": null,
+ "parent": "bfrd_unicorn"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1551,
+ "fields": {
+ "name": "Sense the Unnatural",
+ "desc": "The unicorn can pinpoint the location of Aberrations and Undead within 60 feet of it.",
+ "type": null,
+ "parent": "bfrd_unicorn"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1552,
+ "fields": {
+ "name": "Speak with Beasts and Plants",
+ "desc": "The unicorn can communicate with Beasts and Plants as if they shared a language.",
+ "type": null,
+ "parent": "bfrd_unicorn"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1553,
+ "fields": {
+ "name": "Woodland Walk",
+ "desc": "Difficult terrain composed of nonmagical plants doesn't cost the unicorn extra movement. In addition, the unicorn can pass through nonmagical plants without being slowed by them and without taking damage from them if they have thorns, spines, or a similar hazard.",
+ "type": null,
+ "parent": "bfrd_unicorn"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1554,
+ "fields": {
+ "name": "Demonic Resilience",
+ "desc": "The unska is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_unska"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1555,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The unska has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_unska"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1556,
+ "fields": {
+ "name": "Hungry Dead Nature",
+ "desc": "The vampire doesn't require air or sleep. In addition, it must consume at least 80 ounces of blood (approximately half the blood in a Medium Humanoid's body) every 24 hours, or it loses its immunity to exhaustion and risks starvation until it does so. While it has any levels of exhaustion from starvation, the vampire can't remove levels of exhaustion until it consumes at least 160 ounces of blood.",
+ "type": null,
+ "parent": "bfrd_vampire"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1557,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the vampire fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_vampire"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1558,
+ "fields": {
+ "name": "Misty Escape",
+ "desc": "When it drops to 0 HP outside its resting place, the vampire transforms into a cloud of mist (as in the Mist Form bonus action) instead of falling unconscious, provided it isn't in sunlight or running water. If it can't transform, it is destroyed. While it has 0 HP in mist form, it can't revert to its vampire form, and it must reach its resting place within 2 hours or be destroyed. Once in its resting place, it reverts to its vampire form. It is then paralyzed until it regains at least 1 HP. After spending 1 hour in its resting place with 0 HP, it regains 1 HP.",
+ "type": null,
+ "parent": "bfrd_vampire"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1559,
+ "fields": {
+ "name": "Regeneration",
+ "desc": "The vampire regains 20 HP at the start of its turn if it has at least 1 HP and isn't in sunlight or running water. If the vampire takes radiant damage or damage from holy water, this trait doesn't function at the start of the vampire's next turn.",
+ "type": null,
+ "parent": "bfrd_vampire"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1560,
+ "fields": {
+ "name": "Resting Place",
+ "desc": "The vampire has a coffin, grave, sarcophagus, or similar location just large enough for it to lie down designated as its resting place. While in its resting place, the vampire doesn't suffer exhaustion levels from starvation and has keensense out to a range of 120 feet.",
+ "type": null,
+ "parent": "bfrd_vampire"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1561,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The vampire can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_vampire"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1562,
+ "fields": {
+ "name": "Vampire Weaknesses",
+ "desc": "The vampire has the following flaws:\n- **Forbiddance.** The vampire can't enter a residence without an invitation from one of the occupants.\n- **Harmed by Running Water.** The vampire takes 20 acid damage if it ends its turn in running water.",
+ "type": null,
+ "parent": "bfrd_vampire"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1563,
+ "fields": {
+ "name": "Stake to the Heart",
+ "desc": "If a piercing weapon made of wood is driven into the vampire's heart while the vampire is incapacitated in its resting place, the vampire is paralyzed until the stake is removed.",
+ "type": null,
+ "parent": "bfrd_vampire"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1564,
+ "fields": {
+ "name": "Sunlight Hypersensitivity",
+ "desc": "The vampire takes 20 radiant damage when it starts its turn in sunlight. While in sunlight, it has disadvantage on attack rolls and ability checks.",
+ "type": null,
+ "parent": "bfrd_vampire"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1565,
+ "fields": {
+ "name": "Vampiric Resilience",
+ "desc": "The vampire is immune to exhaustion.",
+ "type": null,
+ "parent": "bfrd_vampire"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1566,
+ "fields": {
+ "name": "Hungry Dead Nature",
+ "desc": "As the **vampire**.",
+ "type": null,
+ "parent": "bfrd_vampire-spawn"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1567,
+ "fields": {
+ "name": "Regeneration",
+ "desc": "The vampire spawn regains 10 HP at the start of its turn if it has at least 1 HP and isn't in sunlight or running water. If the vampire takes radiant damage or damage from holy water, this trait doesn't function at the start of the vampire's next turn.",
+ "type": null,
+ "parent": "bfrd_vampire-spawn"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1568,
+ "fields": {
+ "name": "Resting Place",
+ "desc": "As the **vampire**.",
+ "type": null,
+ "parent": "bfrd_vampire-spawn"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1569,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "As the **vampire**.",
+ "type": null,
+ "parent": "bfrd_vampire-spawn"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1570,
+ "fields": {
+ "name": "Vampire Weaknesses",
+ "desc": "As the **vampire**.",
+ "type": null,
+ "parent": "bfrd_vampire-spawn"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1571,
+ "fields": {
+ "name": "Vampiric Resilience",
+ "desc": "The vampire is immune to exhaustion.",
+ "type": null,
+ "parent": "bfrd_vampire-spawn"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1572,
+ "fields": {
+ "name": "Blood-Bound",
+ "desc": "If the thrall has not consumed 1 ounce of blood from a vampire within the past week, it is poisoned for 1 week, and it loses darkvision and its Limited Regeneration, Spider Climb, and Sunlight Sensitivity traits until it consumes 1 ounce of vampire blood.",
+ "type": null,
+ "parent": "bfrd_vampire-thrall"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1573,
+ "fields": {
+ "name": "Limited Regeneration",
+ "desc": "The thrall regains 2 HP at the start of its turn if it has at least 1 HP and isn't in sunlight. If the thrall takes radiant damage, this trait doesn't function at the start of the thrall's next turn.",
+ "type": null,
+ "parent": "bfrd_vampire-thrall"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1574,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The thrall can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_vampire-thrall"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1575,
+ "fields": {
+ "name": "Sunlight Sensitivity",
+ "desc": "While in sunlight, the thrall has disadvantage on attack rolls, and its Perception is 8 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_vampire-thrall"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1576,
+ "fields": {
+ "name": "Hardy",
+ "desc": "Any critical hit against the dinosaur becomes a normal hit.",
+ "type": null,
+ "parent": "bfrd_velociraptor"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1577,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The velociraptor has advantage on attack rolls against a creature if at least one of its allies is within 5 feet of the target and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_velociraptor"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1578,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the violet fungus remains motionless, it is indistinguishable from an ordinary fungus.",
+ "type": null,
+ "parent": "bfrd_violet-fungus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1579,
+ "fields": {
+ "name": "Plant Resilience",
+ "desc": "The violet fungus is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_violet-fungus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1580,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the lich fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_virtuoso-lich"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1581,
+ "fields": {
+ "name": "Rejuvenation",
+ "desc": "If it has a phylactery, a destroyed lich gains a new body in 1d10 days, regaining all its HP and becoming active again. The new body appears within 5 feet of the phylactery.",
+ "type": null,
+ "parent": "bfrd_virtuoso-lich"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1582,
+ "fields": {
+ "name": "Turn Resistance",
+ "desc": "The lich has advantage on saves against any effect that turns undead.",
+ "type": null,
+ "parent": "bfrd_virtuoso-lich"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1583,
+ "fields": {
+ "name": "Undead Nature",
+ "desc": "The lich doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_virtuoso-lich"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1584,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The lich is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_virtuoso-lich"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1585,
+ "fields": {
+ "name": "Versatile Artist",
+ "desc": "At the end of each long rest, the lich chooses one form of artistic expression, such as song, poetry, dance, fashion, paint, or similar. Until it finishes a long rest, the lich has immunity to one type of damage, which is associated with its artistic expression. For example, a lich expressing art through song or poetry has immunity to thunder damage, a lich expressing art through fashion has immunity to slashing damage, and a lich expressing art through paint has immunity to acid damage. This trait can't give the lich immunity to force, psychic, or radiant damage.",
+ "type": null,
+ "parent": "bfrd_virtuoso-lich"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1586,
+ "fields": {
+ "name": "Demonic Resilience",
+ "desc": "The vrock is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_vrock"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1587,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The vrock has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_vrock"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1588,
+ "fields": {
+ "name": "Carrion Sense",
+ "desc": "The vulture can pinpoint, by scent, the location of carrion, dead creatures, and Undead without the Incorporeal Movement trait within 60 feet of it.",
+ "type": null,
+ "parent": "bfrd_vulture"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1589,
+ "fields": {
+ "name": "Heightened Sight and Smell",
+ "desc": "The vulture's Perception is 18 when perceiving by sight or smell.",
+ "type": null,
+ "parent": "bfrd_vulture"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1590,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The vulture has advantage on attack rolls against a creature if at least one of the vulture's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_vulture"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1591,
+ "fields": {
+ "name": "Carrion Sense",
+ "desc": "The vulture can pinpoint, by scent, the location of carrion, dead creatures, and Undead without the Incorporeal Movement trait within 60 feet of it.",
+ "type": null,
+ "parent": "bfrd_vulture-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1592,
+ "fields": {
+ "name": "Heightened Sight and Smell",
+ "desc": "The vulture's Perception is 18 when perceiving by sight or smell.",
+ "type": null,
+ "parent": "bfrd_vulture-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1593,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The vulture has advantage on attack rolls against a creature if at least one of the vulture's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_vulture-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1594,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the war horse skeleton remains motionless and prone, it is indistinguishable from an inanimate war horse skeleton.",
+ "type": null,
+ "parent": "bfrd_war-horse-skeleton"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1595,
+ "fields": {
+ "name": "Undead Nature",
+ "desc": "The skeleton doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_war-horse-skeleton"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1596,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The skeleton is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_war-horse-skeleton"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1597,
+ "fields": {
+ "name": "Elemental Nature",
+ "desc": "The elemental doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_water-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1598,
+ "fields": {
+ "name": "Elemental Resilience",
+ "desc": "The elemental is resistant to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to poison damage, to exhaustion, and to the grappled, paralyzed, petrified, poisoned, prone, restrained, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_water-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1599,
+ "fields": {
+ "name": "Freeze",
+ "desc": "If the elemental takes cold damage, it partially freezes, and its speed is reduced by 20 feet until the end of its next turn.",
+ "type": null,
+ "parent": "bfrd_water-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1600,
+ "fields": {
+ "name": "Purify Water",
+ "desc": "If the water elemental sits in a body of slow-flowing or standing water, such as a spring, small creek, or lake, for at least 1 hour, the water becomes purified and rendered free of poison and disease. In slow-flowing water, this purification fades 1 hour after the elemental leaves the water. In standing water, this purification lasts until a contaminant enters the water while the elemental isn't in it.",
+ "type": null,
+ "parent": "bfrd_water-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1601,
+ "fields": {
+ "name": "Water Form",
+ "desc": "The elemental can enter a hostile creature's space and stop there. It can move through a space as narrow as 1 inch wide without squeezing.",
+ "type": null,
+ "parent": "bfrd_water-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1602,
+ "fields": {
+ "name": "Water Camouflage",
+ "desc": "The water elemental's Stealth is 17 while in a Medium or larger body of water.",
+ "type": null,
+ "parent": "bfrd_water-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1603,
+ "fields": {
+ "name": "Heightened Hearing and Smell",
+ "desc": "The weasel's Perception is 18 when perceiving by hearing or smell.",
+ "type": null,
+ "parent": "bfrd_weasel"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1604,
+ "fields": {
+ "name": "Heightened Hearing and Smell",
+ "desc": "The weasel's Perception is 18 when perceiving by hearing or smell.",
+ "type": null,
+ "parent": "bfrd_weasel-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1605,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The werebear's Perception is 19 when perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_werebear"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1606,
+ "fields": {
+ "name": "Charge (Boar or Hybrid Form Only)",
+ "desc": "If the wereboar moves at least 15 feet straight toward a target and then hits it with a Slam or Tusks attack on the same turn, the target takes an extra 7 (2d6) damage of the weapon's type. If the target is a creature, it must succeed on a DC 13 STR save or be knocked prone.",
+ "type": null,
+ "parent": "bfrd_wereboar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1607,
+ "fields": {
+ "name": "Relentless (Recharges after a Short or Long Rest)",
+ "desc": "If the wereboar takes 14 damage or less that would reduce it to 0 HP, it is reduced to 1 HP instead.",
+ "type": null,
+ "parent": "bfrd_wereboar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1608,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The wererat's Perception is 17 when perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_wererat"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1609,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The wererat has advantage on attack rolls against a creature if at least one of the wererat's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_wererat"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1610,
+ "fields": {
+ "name": "Heightened Hearing and Smell",
+ "desc": "The weretiger's Perception is 18 when perceiving by hearing or smell.",
+ "type": null,
+ "parent": "bfrd_weretiger"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1611,
+ "fields": {
+ "name": "Pounce (Tiger or Hybrid Form Only)",
+ "desc": "If the weretiger moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 14 STR save or be knocked prone. If the target is prone, the weretiger can make one Bite or Claw attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_weretiger"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1612,
+ "fields": {
+ "name": "Heightened Hearing and Smell",
+ "desc": "The werewolf's Perception is 17 while perceiving by hearing or smell.",
+ "type": null,
+ "parent": "bfrd_werewolf"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1613,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The werewolf has advantage on attack rolls against a creature if at least one of the werewolf's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_werewolf"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1614,
+ "fields": {
+ "name": "Ice Walk",
+ "desc": "The dragon can move across and climb icy surfaces without needing to make an ability check. In addition, difficult terrain composed of ice or snow doesn't cost it extra movement.",
+ "type": null,
+ "parent": "bfrd_white-dragon-wyrmling"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1615,
+ "fields": {
+ "name": "Pounce",
+ "desc": "If the dragon moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 12 STR save or be knocked prone. If the target is prone, the dragon can make one Claw attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_white-dragon-wyrmling"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1616,
+ "fields": {
+ "name": "Martial Adept",
+ "desc": "A manufactured weapon, such as a sword or bow, deals one extra die of its damage when the wight hits with it (included in the attack).",
+ "type": null,
+ "parent": "bfrd_wight"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1617,
+ "fields": {
+ "name": "Sunlight Sensitivity",
+ "desc": "While in sunlight, the wight has disadvantage on attack rolls, and its Perception is 8 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_wight"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1618,
+ "fields": {
+ "name": "Undead Nature",
+ "desc": "The wight doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_wight"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1619,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The wight is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_wight"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1620,
+ "fields": {
+ "name": "Home in the Wilds",
+ "desc": "The wild warrior automatically discerns true north when outside, and checks to follow its tracks in forest, grassland, hills, or mountain terrain have disadvantage, unless the wild warrior chooses to leave obvious signs of its passage.",
+ "type": null,
+ "parent": "bfrd_wild-warrior"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1621,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The wild warrior has advantage on attack rolls against a creature if at least one of the warrior's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_wild-warrior"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1622,
+ "fields": {
+ "name": "Ephemeral",
+ "desc": "The will-o'-wisp can't wear or carry anything. In addition, it adds its WIS modifier to its AC (included above).",
+ "type": null,
+ "parent": "bfrd_will-o-wisp"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1623,
+ "fields": {
+ "name": "Incorporeal Movement",
+ "desc": "The will-o'-wisp can move through other creatures and objects as if they were difficult terrain. It takes 5 (1d10) force damage if it ends its turn inside an object.",
+ "type": null,
+ "parent": "bfrd_will-o-wisp"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1624,
+ "fields": {
+ "name": "Variable Illumination",
+ "desc": "The will-o'-wisp sheds bright light in a 5- to 20-foot radius and dim light for an additional number of feet equal to the chosen radius. The will-o'-wisp can alter the radius as a bonus action.",
+ "type": null,
+ "parent": "bfrd_will-o-wisp"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1625,
+ "fields": {
+ "name": "Undead Nature",
+ "desc": "The will-o'-wisp doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_will-o-wisp"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1626,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The will-o'-wisp is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_will-o-wisp"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1627,
+ "fields": {
+ "name": "Heightened Hearing and Smell",
+ "desc": "The winter wolf's Perception is 20 when perceiving by hearing or smell.",
+ "type": null,
+ "parent": "bfrd_winter-wolf"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1628,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The winter wolf is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_winter-wolf"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1629,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The winter wolf has advantage on attack rolls against a creature if at least one of the winter wolf's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_winter-wolf"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1630,
+ "fields": {
+ "name": "Snow Camouflage",
+ "desc": "The winter wolf's Stealth is 18 while in snowy terrain.",
+ "type": null,
+ "parent": "bfrd_winter-wolf"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1631,
+ "fields": {
+ "name": "Heightened Hearing and Smell",
+ "desc": "The wolf's Perception is 16 while perceiving by hearing or smell.",
+ "type": null,
+ "parent": "bfrd_wolf"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1632,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The wolf has advantage on attack rolls against a creature if at least one of the wolf's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_wolf"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1633,
+ "fields": {
+ "name": "Heightened Hearing and Smell",
+ "desc": "The wolf's Perception is 18 when perceiving by hearing or smell.",
+ "type": null,
+ "parent": "bfrd_wolf-dire"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1634,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The wolf has advantage on an attack roll against a creature if at least one of the wolf's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_wolf-dire"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1635,
+ "fields": {
+ "name": "Plant Camouflage",
+ "desc": "The wood herald's Stealth is 18 while in any terrain with ample, obscuring plant life.",
+ "type": null,
+ "parent": "bfrd_wood-herald"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1636,
+ "fields": {
+ "name": "Plant Resilience",
+ "desc": "The wood herald is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_wood-herald"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1637,
+ "fields": {
+ "name": "Woodland Walk",
+ "desc": "Difficult terrain composed of nonmagical plants doesn't cost the wood herald extra movement. In addition, the herald can pass through nonmagical plants without being slowed by them and without taking damage from them if they have thorns, spines, or a similar hazard.",
+ "type": null,
+ "parent": "bfrd_wood-herald"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1638,
+ "fields": {
+ "name": "Heightened Hearing and Smell",
+ "desc": "The worg's Perception is 19 while perceiving by hearing or smell.",
+ "type": null,
+ "parent": "bfrd_worg"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1639,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The worg is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_worg"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1640,
+ "fields": {
+ "name": "Incorporeal Movement",
+ "desc": "The wraith can move through other creatures and objects as if they were difficult terrain. It takes 5 (1d10) force damage if it ends its turn inside an object.",
+ "type": null,
+ "parent": "bfrd_wraith"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1641,
+ "fields": {
+ "name": "Sunlight Sensitivity",
+ "desc": "While in sunlight, the wraith has disadvantage on attack rolls, and its Perception is 7 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_wraith"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1642,
+ "fields": {
+ "name": "Undead Nature",
+ "desc": "The wraith doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_wraith"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1643,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The wraith is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_wraith"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1644,
+ "fields": {
+ "name": "Intuition",
+ "desc": "The wyrdling rolls two dice for initiative, taking the higher number. In addition, the wyrdling has advantage on WIS (Insight) checks.",
+ "type": null,
+ "parent": "bfrd_wyrdling"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1645,
+ "fields": {
+ "name": "Read Fate",
+ "desc": "The wyrdling can spend 1 minute communing with fate on behalf of one creature that remains within 10 feet of it for the duration. The creature must ask a single question concerning a specific goal, event, or activity to occur within 7 days. At the end of the minute, the wyrdling pronounces the result of the target's inquiry. This trait works like the divination spell, except it can't be used to answer a specific creature's question more than once every 3 days, regardless if the creature asks a different question.",
+ "type": null,
+ "parent": "bfrd_wyrdling"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1646,
+ "fields": {
+ "name": "Clumsy",
+ "desc": "While not flying, the wyvern is vulnerable to the grappled, prone, and restrained conditions.",
+ "type": null,
+ "parent": "bfrd_wyvern"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1647,
+ "fields": {
+ "name": "Earth Glide",
+ "desc": "The xorn can burrow through nonmagical, unworked earth and stone. While doing so, the xorn doesn't disturb the material through which it moves.",
+ "type": null,
+ "parent": "bfrd_xorn"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1648,
+ "fields": {
+ "name": "Stone Camouflage",
+ "desc": "The xorn's Stealth is 18 while in rocky terrain.",
+ "type": null,
+ "parent": "bfrd_xorn"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1649,
+ "fields": {
+ "name": "Treasure Sense",
+ "desc": "The xorn can pinpoint, by scent, the location of precious metals and stones, such as coins and gems, within 60 feet of it.",
+ "type": null,
+ "parent": "bfrd_xorn"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1650,
+ "fields": {
+ "name": "Acidic Vapors",
+ "desc": "After the black dragon uses its Acid Breath, acid clings to its mouth, throat, and nostrils for a time, evaporating as the dragon breathes. While the dragon's Acid Breath is unavailable, acidic vapors surround it, and each creature that starts its turn within 10 feet of the dragon must succeed on a DC 15 CON save or be poisoned until the start of its next turn.",
+ "type": null,
+ "parent": "bfrd_young-black-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1651,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The dragon can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_young-black-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1652,
+ "fields": {
+ "name": "Charged Hide",
+ "desc": "When the blue dragon hasn't exhaled its Lightning Breath, the electric charge builds up across its body. While the dragon's Lightning Breath is available, it emits wild sparks of electricity, and each creature that starts its turn within 10 feet of the dragon must succeed on a DC 16 CON save or be incapacitated until the start of its next turn.",
+ "type": null,
+ "parent": "bfrd_young-blue-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1653,
+ "fields": {
+ "name": "Suffocating Heat",
+ "desc": "After the brass dragon uses its Fire Breath, the air around it is devoid of moisture and lacking in breathable air. While the dragon's Fire Breath is unavailable, each creature that requires air to breathe, other than the dragon, and that starts its turn within 10 feet of the dragon must succeed on a DC 14 CON save or begin suffocating. A creature that fails this save for two consecutive rounds falls unconscious until it takes damage or another creature uses an action to wake it.",
+ "type": null,
+ "parent": "bfrd_young-brass-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1654,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The dragon can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_young-bronze-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1655,
+ "fields": {
+ "name": "Lightning Extraction",
+ "desc": "After the bronze dragon uses its Lightning Breath, its body begins recharging with lightning, pulling electricity from nearby creatures. While the dragon's Lightning Breath is unavailable, each creature that starts its turn within 10 feet of the dragon must make a DC 15 CON save. On a failure, a creature can use either an action or a bonus action on its turn, not both.",
+ "type": null,
+ "parent": "bfrd_young-bronze-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1656,
+ "fields": {
+ "name": "Corrosive Scales",
+ "desc": "When the copper dragon hasn't spit its Acid Breath, the acid built up within the dragon causes the patina on its scales to spread to weapons that strike it. While the dragon's Acid Breath is available, any weapon made of metal that hits the dragon corrodes. After dealing damage, the weapon takes a permanent and cumulative -1 penalty to damage rolls. If a nonmagical weapon's penalty drops to -5, the weapon is destroyed. Nonmagical ammunition made of metal that hits the dragon is destroyed after dealing damage. A magical weapon can't have a penalty greater than -5, and a magical weapon removes this penalty after 24 hours or after its attuned wielder finishes a long rest.",
+ "type": null,
+ "parent": "bfrd_young-copper-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1657,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The dragon can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_young-gold-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1658,
+ "fields": {
+ "name": "Golden Splendor",
+ "desc": "When the gold dragon hasn't unleashed its Fire Breath, its scales gleam and sparkle like molten gold or a pile of gold coins. While the dragon's Fire Breath is available, each creature that starts its turn within 10 feet of the dragon must succeed on a DC 17 CHA save or be charmed until the start of its next turn.",
+ "type": null,
+ "parent": "bfrd_young-gold-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1659,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The dragon can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_young-green-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1660,
+ "fields": {
+ "name": "Hallucinogenic Gas",
+ "desc": "After the green dragon exhales its Poison Breath, wisps of poisonous gas laced with the alchemical taint that permeates the dragon's body linger around it. While the dragon's Poison Breath is unavailable, each creature that starts its turn within 10 feet of the dragon must succeed on a DC 14 WIS save or be terrified, as the gas causes the creature to experience frightful hallucinations. A terrified creature is frightened, and its speed is reduced to 0.",
+ "type": null,
+ "parent": "bfrd_young-green-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1661,
+ "fields": {
+ "name": "Boil Over",
+ "desc": "When the red dragon hasn't unleashed its Fire Breath, the heat builds and rolls outward from it. While the dragon's Fire Breath is available, it emits immense heat, and each creature that starts its turn within 10 feet of the dragon must succeed on a DC 17 CON save or take 7 (2d6) fire damage.",
+ "type": null,
+ "parent": "bfrd_young-red-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1662,
+ "fields": {
+ "name": "Freezing Fog",
+ "desc": "After the silver dragon uses its Cold Breath, freezing fog surrounds it. While the dragon's Cold Breath is unavailable, each creature that starts its turn within 10 feet of the dragon must succeed on a DC 17 CON save or be restrained until the start of its next turn.",
+ "type": null,
+ "parent": "bfrd_young-silver-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1663,
+ "fields": {
+ "name": "Ice Walk",
+ "desc": "The dragon can move across and climb icy surfaces without needing to make an ability check. In addition, difficult terrain composed of ice or snow doesn’t cost it extra movement.",
+ "type": null,
+ "parent": "bfrd_young-white-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1664,
+ "fields": {
+ "name": "Numbing Chill",
+ "desc": "When the white dragon hasn’t unleashed its Cold Breath, the cold builds up within it and ripples outward from it. While the dragon’s Cold Breath is available, it emits a numbing chill, and each creature that starts its turn within 10 feet of the dragon must succeed on a DC 15 CON save or its speed is reduced by 10 feet.",
+ "type": null,
+ "parent": "bfrd_young-white-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1665,
+ "fields": {
+ "name": "Undead Fortitude",
+ "desc": "If damage reduces the zombie to 0 HP, it must make a CON save with a DC equal to 5 + the damage taken, unless the damage is radiant or from a critical hit. On a success, the zombie drops to 1 HP instead.",
+ "type": null,
+ "parent": "bfrd_zombie"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1666,
+ "fields": {
+ "name": "Undead Nature",
+ "desc": "The zombie doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_zombie"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1667,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The zombie is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_zombie"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1668,
+ "fields": {
+ "name": "Aberrant Resilience",
+ "desc": "The aboleth is resistant to the charmed, frightened, paralyzed, and stunned conditions, and it has advantage on saves against spells or effects that would alter its form.",
+ "type": null,
+ "parent": "bfrd_aboleth"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1669,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The aboleth can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_aboleth"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1670,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the aboleth fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_aboleth"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1671,
+ "fields": {
+ "name": "Probing Telepathy",
+ "desc": "If a creature the aboleth can see communicates telepathically with the aboleth, the aboleth learns the creature's greatest desires.",
+ "type": null,
+ "parent": "bfrd_aboleth"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1672,
+ "fields": {
+ "name": "Slime Pox",
+ "desc": "Characterized by the slimy pustules that erupt across the victim's body, _slime pox_ is a disease that infects creatures attacked by an aboleth or that come into contact with an aboleth's slime. Until the disease is cured, the infected creature can breathe air and water, can't regain HP except when underwater, and takes 6 (1d12) acid damage for every 1 hour it remains outside of water or without moisture applied to its skin. Every 24 hours that elapse, the infected creature must make a DC 16 CHA save. Each time a creature fails this save, it views the infecting aboleth more and more favorably, becoming the aboleth's doting and protective thrall after three failed saves.
The successes and failures don't need to be consecutive, but once a creature has acquired three of a kind, it no longer has to make this save, resulting in either the creature becoming a thrall of the aboleth or an autonomous - though infected - creature. _Slime pox_ can be cured only by the heal spell or similar magic.",
+ "type": null,
+ "parent": "bfrd_aboleth"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1673,
+ "fields": {
+ "name": "Slimy Skin",
+ "desc": "The aboleth is coated in an otherworldly mucus. A creature that touches the aboleth or that hits it with a melee attack while within 5 feet of it must succeed on a DC 16 CON save or be infected with _slime pox_ (see the Slime Pox trait).",
+ "type": null,
+ "parent": "bfrd_aboleth"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1674,
+ "fields": {
+ "name": "Divine Providence",
+ "desc": "Each friendly creature within 20 feet of the acolyte that isn't a Construct or Undead has advantage on death saves.",
+ "type": null,
+ "parent": "bfrd_acolyte"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1675,
+ "fields": {
+ "name": "Acidic Vapors",
+ "desc": "After the black dragon uses its Acid Breath, acid clings to its mouth, throat, and nostrils for a time, evaporating as the dragon breathes. While the dragon's Acid Breath is unavailable, acidic vapors surround it, and each creature that starts its turn within 20 feet of the dragon must succeed on a DC 18 CON save or be poisoned until the start of its next turn.",
+ "type": null,
+ "parent": "bfrd_adult-black-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1676,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The dragon can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_adult-black-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1677,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_adult-black-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1678,
+ "fields": {
+ "name": "Charged Hide",
+ "desc": "When the blue dragon hasn't exhaled its Lightning Breath, the electric charge builds up across its body. While the dragon's Lightning Breath is available, it emits wild sparks of electricity, and each creature that starts its turn within 20 feet of the dragon must succeed on a DC 19 CON save or be incapacitated until the start of its next turn.",
+ "type": null,
+ "parent": "bfrd_adult-blue-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1679,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_adult-blue-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1680,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_adult-brass-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1681,
+ "fields": {
+ "name": "Suffocating Heat",
+ "desc": "As the **young brass dragon**, except it affects creatures within 20 feet of the dragon, and the save DC is 18.",
+ "type": null,
+ "parent": "bfrd_adult-brass-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1682,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The dragon can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_adult-bronze-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1683,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_adult-bronze-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1684,
+ "fields": {
+ "name": "Lightning Extraction",
+ "desc": "As the **young bronze dragon**, except it affects creatures within 20 feet of the dragon, and the save DC is 19.",
+ "type": null,
+ "parent": "bfrd_adult-bronze-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1685,
+ "fields": {
+ "name": "Corrosive Scales",
+ "desc": "As the **young copper dragon**.",
+ "type": null,
+ "parent": "bfrd_adult-copper-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1686,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_adult-copper-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1687,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The dragon can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_adult-gold-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1688,
+ "fields": {
+ "name": "Golden Splendor",
+ "desc": "As the **young gold dragon**, except it affects creatures within 20 feet of the dragon, and the save DC is 21.",
+ "type": null,
+ "parent": "bfrd_adult-gold-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1689,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_adult-gold-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1690,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The dragon can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_adult-green-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1691,
+ "fields": {
+ "name": "Hallucinogenic Gas",
+ "desc": "After the green dragon exhales its Poison Breath, wisps of poisonous gas laced with the alchemical taint that permeates the dragon's body linger around it. While the dragon's Poison Breath is unavailable, each creature that starts its turn within 20 feet of the dragon must succeed on a DC 18 WIS save or be terrified, as the gas causes the creature to experience frightful hallucinations. A terrified creature is frightened, and its speed is reduced to 0.",
+ "type": null,
+ "parent": "bfrd_adult-green-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1692,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_adult-green-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1693,
+ "fields": {
+ "name": "Boil Over",
+ "desc": "When the red dragon hasn't unleashed its Fire Breath, the heat builds and rolls outward from it. While the dragon's Fire Breath is available, it emits immense heat, and each creature that starts its turn within 20 feet of the dragon must succeed on a DC 21 CON save or take 7 (2d6) fire damage. A creature that fails this save by 5 or more also suffers one level of exhaustion.",
+ "type": null,
+ "parent": "bfrd_adult-red-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1694,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_adult-red-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1695,
+ "fields": {
+ "name": "Freezing Fog",
+ "desc": "As the **young silver dragon**, except it affects creatures within 20 feet of the dragon, and the save DC is 20.",
+ "type": null,
+ "parent": "bfrd_adult-silver-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1696,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_adult-silver-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1697,
+ "fields": {
+ "name": "Ice Walk",
+ "desc": "The dragon can move across and climb icy surfaces without needing to make an ability check. In addition, difficult terrain composed of ice or snow doesn't cost it extra movement.",
+ "type": null,
+ "parent": "bfrd_adult-white-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1698,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_adult-white-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1699,
+ "fields": {
+ "name": "Numbing Chill",
+ "desc": "When the white dragon hasn't unleashed its Cold Breath, the cold builds up within it and ripples outward from it. While the dragon's Cold Breath is available, it emits a numbing chill, and each creature that starts its turn within 20 feet of the dragon must succeed on a DC 19 CON save or its speed is reduced by 15 feet.",
+ "type": null,
+ "parent": "bfrd_adult-white-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1700,
+ "fields": {
+ "name": "Air Form",
+ "desc": "The elemental can enter a hostile creature's space and stop there. It can move through a space as narrow as 1 inch wide without squeezing.",
+ "type": null,
+ "parent": "bfrd_air-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1701,
+ "fields": {
+ "name": "Cloud Camouflage",
+ "desc": "The elemental's Stealth is 20 while in clouds, fog, or windy weather.",
+ "type": null,
+ "parent": "bfrd_air-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1702,
+ "fields": {
+ "name": "Elemental Nature",
+ "desc": "The elemental doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_air-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1703,
+ "fields": {
+ "name": "Elemental Resilience",
+ "desc": "The elemental is resistant to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to poison damage, to exhaustion, and to the grappled, paralyzed, petrified, poisoned, prone, restrained, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_air-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1704,
+ "fields": {
+ "name": "Fey Resilience",
+ "desc": "The ambush hag is resistant to the charmed and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_ambush-hag"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1705,
+ "fields": {
+ "name": "Mimicry",
+ "desc": "The hag can mimic Animal sounds and Humanoid voices. A creature that hears the sounds can tell they are imitations with a successful DC 16 WIS (Insight) check.",
+ "type": null,
+ "parent": "bfrd_ambush-hag"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1706,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The ambush hag can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_ambush-hag"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1707,
+ "fields": {
+ "name": "Acidic Vapors",
+ "desc": "After the black dragon uses its Acid Breath, acid clings to its mouth, throat, and nostrils for a time, evaporating as the dragon breathes. While the dragon's Acid Breath is unavailable, acidic vapors surround it, and each creature that starts its turn within 30 feet of the dragon must succeed on a DC 21 CON save or be poisoned until the start of its next turn.",
+ "type": null,
+ "parent": "bfrd_ancient-black-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1708,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The dragon can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_ancient-black-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1709,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_ancient-black-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1710,
+ "fields": {
+ "name": "Charged Hide",
+ "desc": "When the blue dragon hasn't exhaled its Lightning Breath, the electric charge builds up across its body. While the dragon's Lightning Breath is available, it emits wild sparks of electricity, and each creature that starts its turn within 30 feet of the dragon must succeed on a DC 22 CON save or be incapacitated until the start of its next turn.",
+ "type": null,
+ "parent": "bfrd_ancient-blue-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1711,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_ancient-blue-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1712,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_ancient-brass-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1713,
+ "fields": {
+ "name": "Suffocating Heat",
+ "desc": "As the **young brass dragon**, except it affects creatures within 30 feet of the dragon, and the save DC is 21.",
+ "type": null,
+ "parent": "bfrd_ancient-brass-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1714,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The dragon can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_ancient-bronze-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1715,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_ancient-bronze-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1716,
+ "fields": {
+ "name": "Lightning Extraction",
+ "desc": "As the **young bronze dragon**, except it affects creatures within 30 feet of the dragon, and the save DC is 22.",
+ "type": null,
+ "parent": "bfrd_ancient-bronze-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1717,
+ "fields": {
+ "name": "Corrosive Scales",
+ "desc": "As the **young copper dragon**.",
+ "type": null,
+ "parent": "bfrd_ancient-copper-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1718,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_ancient-copper-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1719,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The dragon can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_ancient-gold-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1720,
+ "fields": {
+ "name": "Golden Splendor",
+ "desc": "As the **young gold dragon**, except it affects creatures within 30 feet of the dragon, and the save DC is 24.",
+ "type": null,
+ "parent": "bfrd_ancient-gold-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1721,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_ancient-gold-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1722,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The dragon can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_ancient-green-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1723,
+ "fields": {
+ "name": "Hallucinogenic Gas",
+ "desc": "After the green dragon exhales its Poison Breath, wisps of poisonous gas laced with the alchemical taint that permeates the dragon's body linger around it. While the dragon's Poison Breath is unavailable, each creature that starts its turn within 30 feet of the dragon must succeed on a DC 21 WIS save or be terrified, as the gas causes the creature to experience frightful hallucinations. A terrified creature is frightened, and its speed is reduced to 0.",
+ "type": null,
+ "parent": "bfrd_ancient-green-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1724,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_ancient-green-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1725,
+ "fields": {
+ "name": "Boil Over",
+ "desc": "When the red dragon hasn't unleashed its Fire Breath, the heat builds and rolls outward from it. While the dragon's Fire Breath is available, it emits immense heat, and each creature that starts its turn within 30 feet of the dragon must succeed on a DC 24 CON save or take 7 (2d6) fire damage. A creature that fails this save by 5 or more also suffers one level of exhaustion.",
+ "type": null,
+ "parent": "bfrd_ancient-red-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1726,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_ancient-red-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1727,
+ "fields": {
+ "name": "Freezing Fog",
+ "desc": "As the **young silver dragon**, except it affects creatures within 30 feet of the dragon, and the save DC is 23.",
+ "type": null,
+ "parent": "bfrd_ancient-silver-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1728,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_ancient-silver-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1729,
+ "fields": {
+ "name": "Ice Walk",
+ "desc": "The dragon can move across and climb icy surfaces without needing to make an ability check. In addition, difficult terrain composed of ice or snow doesn't cost it extra movement.",
+ "type": null,
+ "parent": "bfrd_ancient-white-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1730,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_ancient-white-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1731,
+ "fields": {
+ "name": "Numbing Chill",
+ "desc": "When the white dragon hasn't unleashed its Cold Breath, the cold builds up within it and ripples outward from it. While the dragon's Cold Breath is available, it emits a numbing chill, and each creature that starts its turn within 30 feet of the dragon must succeed on a DC 22 CON save or its speed is halved.",
+ "type": null,
+ "parent": "bfrd_ancient-white-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1732,
+ "fields": {
+ "name": "Inscrutable",
+ "desc": "The sphinx is immune to any effect that would sense its emotions or read its thoughts, as well as any divination spell that it refuses. WIS (Insight) checks made to ascertain the sphinx's intentions or sincerity have disadvantage.",
+ "type": null,
+ "parent": "bfrd_androsphinx"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1733,
+ "fields": {
+ "name": "Magical Claws",
+ "desc": "The sphinx's Claw attacks are magical. When the sphinx hits with a Claw attack, the Claw deals an extra 2d8 force damage (included in the attack).",
+ "type": null,
+ "parent": "bfrd_androsphinx"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1734,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The sphinx is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_androsphinx"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1735,
+ "fields": {
+ "name": "Antimagic Susceptibility",
+ "desc": "The armor is incapacitated while in the area of an antimagic field. If targeted by _dispel magic_, the armor must succeed on a CON save against the caster's spell save DC or fall unconscious for 1 minute.",
+ "type": null,
+ "parent": "bfrd_animated-armor"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1736,
+ "fields": {
+ "name": "Construct Nature",
+ "desc": "The armor doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_animated-armor"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1737,
+ "fields": {
+ "name": "Construct Resilience",
+ "desc": "The armor is immune to poison and psychic damage, and it is immune to exhaustion and the charmed, frightened, paralyzed, petrified, and poisoned conditions.",
+ "type": null,
+ "parent": "bfrd_animated-armor"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1738,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the armor remains motionless, it is indistinguishable from a normal suit of armor.",
+ "type": null,
+ "parent": "bfrd_animated-armor"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1739,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The ankheg is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_ankheg"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1740,
+ "fields": {
+ "name": "Nature's Champion",
+ "desc": "While the archdruid is conscious, wearing no armor, and in a natural environment or terrain, such as a desert, forest, or mountain, it adds its WIS modifier to its AC (included above). In addition, it is resistant to cold, fire, lightning, poison, and thunder damage.",
+ "type": null,
+ "parent": "bfrd_archdruid"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1741,
+ "fields": {
+ "name": "Nature's Weapons",
+ "desc": "When the archdruid hits with any weapon, the weapon deals an extra 4d8 cold, fire, lightning, poison, or thunder damage (included in the attack), the archdruid's choice.",
+ "type": null,
+ "parent": "bfrd_archdruid"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1742,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The archmage has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_archmage"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1743,
+ "fields": {
+ "name": "Magic Ward",
+ "desc": "While the archmage is conscious, wearing no armor, and not inside of an antimagic effect, it adds its INT modifier to its AC (included above). In addition, it is resistant to force damage.",
+ "type": null,
+ "parent": "bfrd_archmage"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1744,
+ "fields": {
+ "name": "Evasion",
+ "desc": "If the assassin is subjected to an effect that allows it to make a DEX save to take only half damage, the assassin instead takes no damage if it succeeds on the save, and only half damage if it fails.",
+ "type": null,
+ "parent": "bfrd_assassin"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1745,
+ "fields": {
+ "name": "Poisoned Weapons",
+ "desc": "The assassin's weapons are coated in poison. When it hits with any weapon, the weapon deals an extra 3d8 poison damage (included in the attack). In addition, at the start of each of its turns, the assassin can choose which of the following poisons is active on its weapons. The poison remains on the weapons until the start of the assassin's next turn.\n- **Assassin's Friend.** A creature poisoned by a weapon coated with this poison takes an extra 4 (1d8) poison damage each time it takes damage while poisoned.\n- **Buyer's Mercy.** A creature poisoned by a weapon coated with this poison falls unconscious while poisoned or until it takes damage or another creature uses an action to wake it.\n- **Meddler's Fate.** A creature poisoned by a weapon coated with this poison has its speed halved while poisoned.",
+ "type": null,
+ "parent": "bfrd_assassin"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1746,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the shrub remains motionless, it is indistinguishable from a normal shrub.",
+ "type": null,
+ "parent": "bfrd_awakened-shrub"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1747,
+ "fields": {
+ "name": "Plant Resilience",
+ "desc": "The shrub is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_awakened-shrub"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1748,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the tree remains motionless, it is indistinguishable from a normal tree.",
+ "type": null,
+ "parent": "bfrd_awakened-tree"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1749,
+ "fields": {
+ "name": "Plant Resilience",
+ "desc": "The tree is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_awakened-tree"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1750,
+ "fields": {
+ "name": "Heated Body",
+ "desc": "A creature that touches the azer or hits it with a melee attack while within 5 feet of it takes 3 (1d6) fire damage.",
+ "type": null,
+ "parent": "bfrd_azer"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1751,
+ "fields": {
+ "name": "Heated Weapons",
+ "desc": "When the azer hits with a metal melee weapon, the weapon deals an extra 3 (1d6) fire damage (included in the attack).",
+ "type": null,
+ "parent": "bfrd_azer"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1752,
+ "fields": {
+ "name": "Illumination",
+ "desc": "The azer sheds bright light in a 10-foot radius and dim light for an additional 10 feet.",
+ "type": null,
+ "parent": "bfrd_azer"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1753,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The baboon has advantage on attack rolls against a creature if at least one of the baboon's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_baboon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1754,
+ "fields": {
+ "name": "Grumpy",
+ "desc": "When in combat, the badger attacks the creature that most recently dealt damage to it, provided that creature is within range or moving to it doesn't cause the badger to provoke opportunity attacks. The badger otherwise attacks the nearest hostile creature.",
+ "type": null,
+ "parent": "bfrd_badger"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1755,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The badger's Perception is 16 when perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_badger"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1756,
+ "fields": {
+ "name": "Grumpy",
+ "desc": "When in combat, the badger attacks the creature that most recently dealt damage to it, provided that creature is within range or moving to it doesn't cause the badger to provoke opportunity attacks. The badger otherwise attacks the nearest hostile creature.",
+ "type": null,
+ "parent": "bfrd_badger-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1757,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The badger's Perception is 16 when perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_badger-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1758,
+ "fields": {
+ "name": "Terrifying Luminance",
+ "desc": "When a creature that can see the balara's glowing ribcage starts its turn within 30 feet of the balara, the balara can force it to make a DC 14 WIS save if the balara isn't incapacitated and can see the creature. On a failure, the creature is frightened until the start of its next turn, as the visions, fear, and pain of the last moments of several animals flash through its mind. While frightened, the creature's speed is reduced to 0, and it can't use reactions. Unless surprised, a creature can avert its eyes to avoid the save at the start of its turn. If the creature does so, it can't see the balara until the start of its next turn, when it can avert its eyes again. If the creature looks at the balara in the meantime, it must immediately make the save.",
+ "type": null,
+ "parent": "bfrd_balara"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1759,
+ "fields": {
+ "name": "Undead Nature",
+ "desc": "The balara doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_balara"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1760,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The balara is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_balara"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1761,
+ "fields": {
+ "name": "Demonic Flames",
+ "desc": "Creatures resistant to fire damage aren't resistant to fire damage dealt by the balor. Creatures immune to fire damage are still immune to the balor's fire damage.",
+ "type": null,
+ "parent": "bfrd_balor"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1762,
+ "fields": {
+ "name": "Demonic Resilience",
+ "desc": "The balor is resistant to cold and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_balor"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1763,
+ "fields": {
+ "name": "Diving Assault",
+ "desc": "If the balor is flying and moves at least 30 feet straight toward a creature and then hits it with a Gore attack on the same turn, that target must succeed on a DC 20 STR save or be knocked prone. If the target is prone, the balor can make one Longsword attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_balor"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1764,
+ "fields": {
+ "name": "Flaming Weapons",
+ "desc": "The balor's weapon attacks are magical. When the balor hits with any weapon, the weapon deals an extra 3d8 fire damage (included in the attack).",
+ "type": null,
+ "parent": "bfrd_balor"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1765,
+ "fields": {
+ "name": "Fire Aura",
+ "desc": "At the start of each of the balor's turns, each creature within 10 feet of it takes 13 (3d8) fire damage, and flammable objects in the aura that aren't being worn or carried ignite.",
+ "type": null,
+ "parent": "bfrd_balor"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1766,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The balor has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_balor"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1767,
+ "fields": {
+ "name": "Opportunist",
+ "desc": "The bandit has advantage on opportunity attacks.",
+ "type": null,
+ "parent": "bfrd_bandit"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1768,
+ "fields": {
+ "name": "Opportunist",
+ "desc": "The bandit captain has advantage on opportunity attacks.",
+ "type": null,
+ "parent": "bfrd_bandit-captain"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1769,
+ "fields": {
+ "name": "Barbed Death",
+ "desc": "When the barbed devil dies, its body withers, leaving behind a mass of spikes on the ground in a 10-foot radius centered on the devil's body. The area becomes difficult terrain for 1 minute, and when a creature moves into or within the area, it takes 2d6 piercing damage for every 5 feet it travels.",
+ "type": null,
+ "parent": "bfrd_barbed-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1770,
+ "fields": {
+ "name": "Barbed Hide",
+ "desc": "A creature that hits the barbed devil with a melee attack while within 5 feet of it takes 3 (1d6) piercing damage. A creature that starts its turn grappling or grappled by the barbed devil takes 3 (1d6) piercing damage.",
+ "type": null,
+ "parent": "bfrd_barbed-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1771,
+ "fields": {
+ "name": "Devil's Sight",
+ "desc": "Magical darkness doesn't impede the devil's darkvision.",
+ "type": null,
+ "parent": "bfrd_barbed-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1772,
+ "fields": {
+ "name": "Devilish Resilience",
+ "desc": "The devil is resistant to cold damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to fire damage and poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_barbed-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1773,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The devil has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_barbed-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1774,
+ "fields": {
+ "name": "Artistic Expression",
+ "desc": "The bard has one primary form of artistic expression, such as song, poetry, dance, fashion, paint, or similar. It is resistant to one type of damage associated with that artistic expression. For example, a bard expressing art through song or oration is resistant to thunder damage, a bard expressing art through paint is resistant to acid or poison damage (the bard's choice), and a bard expressing art through witty discourse or clever quips is resistant to psychic damage. This trait can't make the bard resistant to force, necrotic, or radiant damage.",
+ "type": null,
+ "parent": "bfrd_bard"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1775,
+ "fields": {
+ "name": "Expressive Weapons",
+ "desc": "When the bard hits with any weapon, the weapon deals an extra 3d8 damage of the type determined by Artistic Expression.",
+ "type": null,
+ "parent": "bfrd_bard"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1776,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The basilisk is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_basilisk"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1777,
+ "fields": {
+ "name": "Petrifying Gaze",
+ "desc": "When a creature that can see the basilisk's eyes starts its turn within 30 feet of the basilisk, the basilisk can force it to make a DC 12 CON save if the basilisk isn't incapacitated and can see the creature. On a failure, the creature magically begins to turn to stone and is restrained. The restrained creature must repeat the save at the end of its next turn, becoming petrified on a failure or ending the effect on a success. The petrification lasts until the creature is freed by the greater restoration spell or other magic. Unless surprised, a creature can avert its eyes to avoid the save at the start of its turn. If the creature does so, it can't see the basilisk until the start of its next turn, when it can avert its eyes again. If the creature looks at the basilisk in the meantime, it must immediately make the save. If the basilisk sees itself reflected on a polished surface within 30 feet of it and in an area of bright light, the basilisk mistakes itself for a rival and is affected by its own gaze.",
+ "type": null,
+ "parent": "bfrd_basilisk"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1778,
+ "fields": {
+ "name": "Echolocation",
+ "desc": "The bat can't use its keensense while deafened.",
+ "type": null,
+ "parent": "bfrd_bat"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1779,
+ "fields": {
+ "name": "Heightened Hearing",
+ "desc": "The bat's Perception is 16 when perceiving by hearing.",
+ "type": null,
+ "parent": "bfrd_bat"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1780,
+ "fields": {
+ "name": "Echolocation",
+ "desc": "The bat can't use its keensense while deafened.",
+ "type": null,
+ "parent": "bfrd_bat-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1781,
+ "fields": {
+ "name": "Heightened Hearing",
+ "desc": "The bat's Perception is 16 when perceiving by hearing.",
+ "type": null,
+ "parent": "bfrd_bat-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1782,
+ "fields": {
+ "name": "Cacophonous Swarm",
+ "desc": "A creature in the swarm's space that casts a spell with a verbal component must succeed on a DC 12 CON save or the spell fails to cast, expending the action required to cast it but not the spell slot or daily use.",
+ "type": null,
+ "parent": "bfrd_bat-swarm-of-bats"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1783,
+ "fields": {
+ "name": "Echolocation",
+ "desc": "The swarm can't use its keensense while deafened.",
+ "type": null,
+ "parent": "bfrd_bat-swarm-of-bats"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1784,
+ "fields": {
+ "name": "Heightened Hearing",
+ "desc": "The swarm's Perception is 16 when perceiving by hearing.",
+ "type": null,
+ "parent": "bfrd_bat-swarm-of-bats"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1785,
+ "fields": {
+ "name": "Swarm",
+ "desc": "The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny bat. The swarm can't regain HP or gain temporary HP.",
+ "type": null,
+ "parent": "bfrd_bat-swarm-of-bats"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1786,
+ "fields": {
+ "name": "Swarm Resilience",
+ "desc": "The swarm is resistant to bludgeoning, piercing, and slashing damage, and it is immune to the charmed, frightened, grappled, paralyzed, petrified, prone, restrained, and stunned conditions.",
+ "type": null,
+ "parent": "bfrd_bat-swarm-of-bats"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1787,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The bear's Perception is 18 when perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_bear-black"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1788,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The bear's Perception is 18 when perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_bear-brown"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1789,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The bear's Perception is 18 when perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_bear-polar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1790,
+ "fields": {
+ "name": "Devil's Sight",
+ "desc": "Magical darkness doesn't impede the devil's darkvision.",
+ "type": null,
+ "parent": "bfrd_bearded-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1791,
+ "fields": {
+ "name": "Devilish Resilience",
+ "desc": "The devil is resistant to cold damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to fire damage and poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_bearded-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1792,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The devil has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_bearded-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1793,
+ "fields": {
+ "name": "Show Mettle",
+ "desc": "While it can see a superior devil, such as a barbed devil, pit fiend, or similar, the bearded devil has advantage on saves against being charmed and frightened.",
+ "type": null,
+ "parent": "bfrd_bearded-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1794,
+ "fields": {
+ "name": "Lightning Absorption",
+ "desc": "Whenever the behir is subjected to lighting damage, it takes no damage and instead regains a number of HP equal to the lightning damage dealt.",
+ "type": null,
+ "parent": "bfrd_behir"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1795,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The behir is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_behir"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1796,
+ "fields": {
+ "name": "Reckless",
+ "desc": "At the start of its turn, the berserker can gain advantage on all melee weapon attack rolls it makes during that turn, but attack rolls against it have advantage until the start of its next turn.",
+ "type": null,
+ "parent": "bfrd_berserker"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1797,
+ "fields": {
+ "name": "Stalwart",
+ "desc": "If the berserker starts its turn afflicted by an ongoing effect that allows for a repeated save to end the effect, such as the hold spell or the poison from an ettercap's Bite, the gladiator can make the save at the start of the turn instead of the end and has advantage on the save.",
+ "type": null,
+ "parent": "bfrd_berserker"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1798,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The black dragon can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_black-dragon-wyrmling"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1799,
+ "fields": {
+ "name": "Pounce",
+ "desc": "If the dragon moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 13 STR save or be knocked prone. If the target is prone, the dragon can make one Claw attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_black-dragon-wyrmling"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1800,
+ "fields": {
+ "name": "Amorphous",
+ "desc": "The pudding can move through a space as narrow as 1 inch wide without squeezing.",
+ "type": null,
+ "parent": "bfrd_black-pudding"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1801,
+ "fields": {
+ "name": "Corrosive Form",
+ "desc": "A creature that touches the pudding or hits it with a melee attack while within 5 feet of it takes 4 (1d8) acid damage. Any nonmagical weapon made of metal or wood that hits the pudding corrodes. After dealing damage, the weapon takes a permanent and cumulative -1 penalty to damage rolls. If its penalty drops to -5, the weapon is destroyed. Nonmagical ammunition made of metal or wood that hits the pudding is destroyed after dealing damage. The pudding can eat through a panel of nonmagical wood or metal in its space that is up to 2 inches thick in 1 round.",
+ "type": null,
+ "parent": "bfrd_black-pudding"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1802,
+ "fields": {
+ "name": "Ooze Nature",
+ "desc": "The pudding doesn't require sleep.",
+ "type": null,
+ "parent": "bfrd_black-pudding"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1803,
+ "fields": {
+ "name": "Ooze Resilience",
+ "desc": "The pudding is resistant to the restrained condition, and it is immune to exhaustion and to the blinded, charmed, deafened, frightened, and prone conditions.",
+ "type": null,
+ "parent": "bfrd_black-pudding"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1804,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The pudding can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_black-pudding"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1805,
+ "fields": {
+ "name": "Fey Resilience",
+ "desc": "The blink dog is resistant to the charmed and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_blink-dog"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1806,
+ "fields": {
+ "name": "Heightened Hearing and Smell",
+ "desc": "The blink dog's Perception is 18 while perceiving by hearing or smell.",
+ "type": null,
+ "parent": "bfrd_blink-dog"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1807,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The blink dog has advantage on attack rolls against a creature if at least one of the dog's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_blink-dog"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1808,
+ "fields": {
+ "name": "Heightened Hearing",
+ "desc": "The bloatblossom's Perception is 16 while perceiving by hearing.",
+ "type": null,
+ "parent": "bfrd_bloatblossom"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1809,
+ "fields": {
+ "name": "Plant Resilience",
+ "desc": "The bloatblossom is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_bloatblossom"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1810,
+ "fields": {
+ "name": "Pounce",
+ "desc": "If the dragon moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 13 STR save or be knocked prone. If the target is prone, the dragon can make one Claw attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_blue-dragon-wyrmling"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1811,
+ "fields": {
+ "name": "Charge",
+ "desc": "If the boar moves at least 20 feet straight toward a target and then hits it with a Tusk attack on the same turn, the target takes an extra 3 (1d6) slashing damage. If the target is a creature, it must succeed on a DC 12 STR save or be knocked prone.",
+ "type": null,
+ "parent": "bfrd_boar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1812,
+ "fields": {
+ "name": "Relentless (Recharges after a Short or Long Rest)",
+ "desc": "If the boar takes 4 damage or less that would reduce it to 0 HP, it is reduced to 1 HP instead.",
+ "type": null,
+ "parent": "bfrd_boar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1813,
+ "fields": {
+ "name": "Charge",
+ "desc": "If the boar moves at least 20 feet straight toward a target and then hits it with a Tusk attack on the same turn, the target takes an extra 7 (2d6) slashing damage. If the target is a creature, it must succeed on a DC 13 STR save or be knocked prone.",
+ "type": null,
+ "parent": "bfrd_boar-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1814,
+ "fields": {
+ "name": "Relentless (Recharges after a Short or Long Rest)",
+ "desc": "If the boar takes 10 damage or less that would reduce it to 0 HP, it is reduced to 1 HP instead.",
+ "type": null,
+ "parent": "bfrd_boar-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1815,
+ "fields": {
+ "name": "Devil's Sight",
+ "desc": "Magical darkness doesn't impede the devil's darkvision.",
+ "type": null,
+ "parent": "bfrd_bone-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1816,
+ "fields": {
+ "name": "Devilish Resilience",
+ "desc": "The devil is resistant to cold damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to fire damage and poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_bone-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1817,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The devil has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_bone-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1818,
+ "fields": {
+ "name": "Pounce",
+ "desc": "If the dragon moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 12 STR save or be knocked prone. If the target is prone, the dragon can make one Claw attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_brass-dragon-wyrmling"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1819,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The dragon can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_bronze-dragon-wyrmling"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1820,
+ "fields": {
+ "name": "Pounce",
+ "desc": "If the dragon moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 13 STR save or be knocked prone. If the target is prone, the dragon can make one Claw attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_bronze-dragon-wyrmling"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1821,
+ "fields": {
+ "name": "Brutal",
+ "desc": "A melee weapon deals one extra die of its damage when the bugbear hits with it (included in the attack).",
+ "type": null,
+ "parent": "bfrd_bugbear"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1822,
+ "fields": {
+ "name": "Brutal",
+ "desc": "A melee weapon deals one extra die of its damage when the bugbear hits with it (included in the attack).",
+ "type": null,
+ "parent": "bfrd_bugbear-champion"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1823,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The bulette is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_bulette"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1824,
+ "fields": {
+ "name": "Standing Leap",
+ "desc": "The bulette's long jump is up to 30 feet and its high jump is up to 15 feet, with or without a running start.",
+ "type": null,
+ "parent": "bfrd_bulette"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1825,
+ "fields": {
+ "name": "Camel Resilience",
+ "desc": "The camel is resistant to exhaustion, and it requires only half the amount of water that a typical Beast of its size needs.",
+ "type": null,
+ "parent": "bfrd_camel"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1826,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The cat's Perception is 18 when perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_cat"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1827,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The centaur is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_centaur"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1828,
+ "fields": {
+ "name": "Trampling Charge",
+ "desc": "If the centaur moves at least 30 feet straight toward a creature and then hits it with a Pike attack on the same turn, that target must succeed on a DC 14 STR save or be knocked prone. If the target is prone, the centaur can make one Hooves attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_centaur"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1829,
+ "fields": {
+ "name": "Devil's Sight",
+ "desc": "Magical darkness doesn't impede the devil's darkvision.",
+ "type": null,
+ "parent": "bfrd_chain-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1830,
+ "fields": {
+ "name": "Devilish Resilience",
+ "desc": "The devil is resistant to cold damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to fire damage and poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_chain-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1831,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The devil has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_chain-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1832,
+ "fields": {
+ "name": "Bickering Heads",
+ "desc": "The chimera is perpetually one step away from arguing with itself. A creature that can see the chimera can use a bonus action on its turn to appeal to one of the chimera's heads with bribes (dragon), praise (lion), displays of magic (goat), or other clever manipulation of a head's desires. The chimera must succeed on a DC 15 WIS save or succumb to that desire.
If the lion or goat head succumbs, the chimera has disadvantage on the next Bite or Headbutt attack it makes before the end of its next turn. If the dragon head succumbs, creatures caught in the chimera's next Fire Breath have advantage on the save, provided the chimera uses the breath within the next 1 minute. Once a head has succumbed to a desire, that head can't succumb again for the next 24 hours.",
+ "type": null,
+ "parent": "bfrd_chimera"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1833,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The chimera is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_chimera"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1834,
+ "fields": {
+ "name": "Multiple Heads",
+ "desc": "The chimera has three heads and is resistant to the blinded, charmed, deafened, frightened, stunned, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_chimera"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1835,
+ "fields": {
+ "name": "Aberrant Resilience",
+ "desc": "The chuul is resistant to the charmed, frightened, paralyzed, and stunned conditions, and it has advantage on saves against spells or effects that would alter its form.",
+ "type": null,
+ "parent": "bfrd_chuul"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1836,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The chuul can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_chuul"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1837,
+ "fields": {
+ "name": "Sense Magic",
+ "desc": "The chuul senses and can pinpoint the location of magic within 120 feet of it. If it senses magic and can see the creature or object bearing the magic it senses, it sees a faint aura around that creature or object.",
+ "type": null,
+ "parent": "bfrd_chuul"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1838,
+ "fields": {
+ "name": "Acid Absorption",
+ "desc": "Whenever the golem is subjected to acid damage, it takes no damage and instead regains HP equal to the acid damage dealt.",
+ "type": null,
+ "parent": "bfrd_clay-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1839,
+ "fields": {
+ "name": "Construct Nature",
+ "desc": "The golem doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_clay-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1840,
+ "fields": {
+ "name": "Fire Weakness",
+ "desc": "When the clay golem takes fire damage, its body temporarily hardens like baked clay. Until the end of its next turn, the golem's speed is reduced by 10 feet, it can't use Mold Hand, and its AC becomes 18.",
+ "type": null,
+ "parent": "bfrd_clay-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1841,
+ "fields": {
+ "name": "Golem Resilience",
+ "desc": "The golem is immune to poison and psychic damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to exhaustion and to the charmed, frightened, paralyzed, petrified, and poisoned conditions.",
+ "type": null,
+ "parent": "bfrd_clay-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1842,
+ "fields": {
+ "name": "Immutable Form",
+ "desc": "The golem is immune to any spell or effect that would alter its form.",
+ "type": null,
+ "parent": "bfrd_clay-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1843,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The golem has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_clay-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1844,
+ "fields": {
+ "name": "Magic Weapons",
+ "desc": "The golem's weapon attacks are magical.",
+ "type": null,
+ "parent": "bfrd_clay-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1845,
+ "fields": {
+ "name": "Aberrant Resilience",
+ "desc": "The cloaker is resistant to the charmed, frightened, paralyzed, and stunned conditions, and it has advantage on saves against spells or effects that would alter its form.",
+ "type": null,
+ "parent": "bfrd_cloaker"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1846,
+ "fields": {
+ "name": "Damage Transfer",
+ "desc": "While attached to a creature, the cloaker takes only half the damage dealt to it (rounded down), and that creature takes the other half.",
+ "type": null,
+ "parent": "bfrd_cloaker"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1847,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the cloaker remains motionless without its underside exposed, it is indistinguishable from a dark leather cloak.",
+ "type": null,
+ "parent": "bfrd_cloaker"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1848,
+ "fields": {
+ "name": "Light Sensitivity",
+ "desc": "While in bright light, the cloaker has disadvantage on attack rolls, and its Perception is 6 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_cloaker"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1849,
+ "fields": {
+ "name": "Cloudsight",
+ "desc": "The cloud giant can see through areas obscured by clouds, fog, smoke, and steam without penalty.",
+ "type": null,
+ "parent": "bfrd_cloud-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1850,
+ "fields": {
+ "name": "Giant Attributes",
+ "desc": "The cloud giant is resistant to the stunned condition, and it is vulnerable to the prone condition.",
+ "type": null,
+ "parent": "bfrd_cloud-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1851,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The cloud giant's Perception is 22 when perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_cloud-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1852,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The cockatrice is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_cockatrice"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1853,
+ "fields": {
+ "name": "Pounce",
+ "desc": "If the dragon moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 12 STR save or be knocked prone. If the target is prone, the dragon can make one Claw attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_copper-dragon-wyrmling"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1854,
+ "fields": {
+ "name": "Celestial Resilience",
+ "desc": "The couatl is resistant to radiant damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks.",
+ "type": null,
+ "parent": "bfrd_couatl"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1855,
+ "fields": {
+ "name": "Inscrutable",
+ "desc": "The couatl is immune to any effect that would sense its emotions or read its thoughts, as well as divination spells or effects, such as scrying or detecting its location, that it refuses. WIS (Insight) checks made to ascertain the couatl's intentions or sincerity have disadvantage.",
+ "type": null,
+ "parent": "bfrd_couatl"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1856,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The couatl has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_couatl"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1857,
+ "fields": {
+ "name": "Magic Weapons",
+ "desc": "The couatl's weapon attacks are magical.",
+ "type": null,
+ "parent": "bfrd_couatl"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1858,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The crab can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_crab"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1859,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The crab can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_crab-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1860,
+ "fields": {
+ "name": "Amorphous",
+ "desc": "The crimson jelly can move through space as narrow as 1 inch wide without squeezing.",
+ "type": null,
+ "parent": "bfrd_crimson-jelly"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1861,
+ "fields": {
+ "name": "Blood Sense",
+ "desc": "The crimson jelly can pinpoint, by scent, the location of creatures that aren't Constructs or Undead and that don't have all of their HP within 60 feet of it and can sense the general direction of such creatures within 1 mile of it.",
+ "type": null,
+ "parent": "bfrd_crimson-jelly"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1862,
+ "fields": {
+ "name": "Ooze Nature",
+ "desc": "The crimson jelly doesn't require sleep.",
+ "type": null,
+ "parent": "bfrd_crimson-jelly"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1863,
+ "fields": {
+ "name": "Ooze Resilience",
+ "desc": "The crimson jelly is resistant to the restrained condition, and it is immune to exhaustion and to the blinded, charmed, deafened, frightened, and prone conditions.",
+ "type": null,
+ "parent": "bfrd_crimson-jelly"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1864,
+ "fields": {
+ "name": "Tainted Attacks",
+ "desc": "A creature that is reduced to 0 HP by a crimson jelly must succeed on a DC 9 CHA save or suffer one level of exhaustion. While a creature suffers from this exhaustion, it loses most of its memories aside from basic information about itself, such as its name and its capabilities, and it is wracked with nightmarish visions that include a crimson rune.",
+ "type": null,
+ "parent": "bfrd_crimson-jelly"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1865,
+ "fields": {
+ "name": "Transparent",
+ "desc": "While in an area of dim or bright light, the crimson jelly is invisible. While in darkness, creatures without darkvision can see the jelly's faint crimson glow.",
+ "type": null,
+ "parent": "bfrd_crimson-jelly"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1866,
+ "fields": {
+ "name": "Hold Breath",
+ "desc": "The crocodile can hold its breath for 15 minutes.",
+ "type": null,
+ "parent": "bfrd_crocodile"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1867,
+ "fields": {
+ "name": "Hold Breath",
+ "desc": "The crocodile can hold its breath for 30 minutes.",
+ "type": null,
+ "parent": "bfrd_crocodile-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1868,
+ "fields": {
+ "name": "Dark Devotion",
+ "desc": "The cultist is resistant to the charmed and frightened conditions.",
+ "type": null,
+ "parent": "bfrd_cultist"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1869,
+ "fields": {
+ "name": "Dark Devotion",
+ "desc": "The fanatic is resistant to the charmed and frightened conditions.",
+ "type": null,
+ "parent": "bfrd_cultist-fanatic"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1870,
+ "fields": {
+ "name": "Unholy Weapons",
+ "desc": "The fanatic's weapons are coated in dark, magical flames. When the fanatic hits with any weapon, the weapon deals an extra 2d6 fire damage or necrotic damage (included in the attack), the fanatic's choice.",
+ "type": null,
+ "parent": "bfrd_cultist-fanatic"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1871,
+ "fields": {
+ "name": "Echolocation",
+ "desc": "The darkmantle can't use its keensense while deafened.",
+ "type": null,
+ "parent": "bfrd_darkmantle"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1872,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the darkmantle remains motionless, it is indistinguishable from a cave formation, such as a stalactite or stalagmite.",
+ "type": null,
+ "parent": "bfrd_darkmantle"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1873,
+ "fields": {
+ "name": "Jagged Hide",
+ "desc": "A creature that hits the darkmantle with a melee attack while within 5 feet of it takes 2 (1d4) piercing damage.",
+ "type": null,
+ "parent": "bfrd_darkmantle"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1874,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The darkmantle is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_darkmantle"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1875,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The death dog is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_death-dog"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1876,
+ "fields": {
+ "name": "Multiple Heads",
+ "desc": "The death dog has two heads and is resistant to the blinded, charmed, deafened, frightened, stunned, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_death-dog"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1877,
+ "fields": {
+ "name": "Disgraced Rejuvenation",
+ "desc": "Unless redeemed, a destroyed death knight returns in 1d4 days, regaining all its HP and becoming active again within 10 feet of where it died.",
+ "type": null,
+ "parent": "bfrd_death-knight"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1878,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The death knight has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_death-knight"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1879,
+ "fields": {
+ "name": "Undead Nature",
+ "desc": "The death knight doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_death-knight"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1880,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The death knight is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_death-knight"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1881,
+ "fields": {
+ "name": "Gnome Cunning",
+ "desc": "The deep gnome has advantage on INT, WIS, and CHA saves against magic.",
+ "type": null,
+ "parent": "bfrd_deep-gnome"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1882,
+ "fields": {
+ "name": "Stone Camouflage",
+ "desc": "The deep gnome's Stealth is 17 while in rocky terrain.",
+ "type": null,
+ "parent": "bfrd_deep-gnome"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1883,
+ "fields": {
+ "name": "Angelic Resilience",
+ "desc": "The deva is resistant to radiant damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to exhaustion and the charmed and frightened conditions.",
+ "type": null,
+ "parent": "bfrd_deva"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1884,
+ "fields": {
+ "name": "Angelic Senses",
+ "desc": "The deva can pinpoint the location of Aberrations, Celestials, Fiends, and Undead within 30 feet of it and knows if a place or object it can sense is consecrated or desecrated.",
+ "type": null,
+ "parent": "bfrd_deva"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1885,
+ "fields": {
+ "name": "Angelic Weapons",
+ "desc": "The deva's weapon attacks are magical. When the deva hits with any weapon, the weapon deals an extra 4d8 radiant damage (included in the attack).",
+ "type": null,
+ "parent": "bfrd_deva"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1886,
+ "fields": {
+ "name": "Immortal Nature",
+ "desc": "The deva doesn't require food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_deva"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1887,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The deva has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_deva"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1888,
+ "fields": {
+ "name": "Reviving Prayer",
+ "desc": "The deva spends 10 minutes praying to its deity for the safe return of the soul of a slain creature. At the end of the prayer, the deva touches a creature that has been dead no more than 24 hours and returns the creature to life with a number of HP equal to half its HP maximum. Reviving Prayer can't return to life a creature that has died of old age, nor can it restore any missing body parts. A creature restored to life in this way can't be returned to life by this deva again for 30 days.",
+ "type": null,
+ "parent": "bfrd_deva"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1889,
+ "fields": {
+ "name": "Nebulous (Cloud Form Only)",
+ "desc": "The djinni's Stealth is 21, it can hover while flying, can't manipulate objects or attack, and it can pass through any space air can pass through without squeezing. In addition, it can enter and hide in any Tiny or larger container, such as a pouch, lamp, backpack, or barrel.",
+ "type": null,
+ "parent": "bfrd_djinni"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1890,
+ "fields": {
+ "name": "Convincing Mimicry (Humanoid Form Only)",
+ "desc": "The doppelganger can mimic any Humanoid's body and voice it has seen and heard nearly perfectly. A creature very familiar with the individual Humanoid the doppelganger is pretending to be can tell the doppelganger is an imitation with a successful DC 20 WIS (Insight) check.",
+ "type": null,
+ "parent": "bfrd_doppelganger"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1891,
+ "fields": {
+ "name": "Revealed Intentions",
+ "desc": "While reading a creature's mind, the doppelganger has advantage on CHA checks against the creature, knows the creature's current mood, and knows if the creature speaks a lie. In addition, the doppelganger has advantage on attack rolls against the creature.",
+ "type": null,
+ "parent": "bfrd_doppelganger"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1892,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The dragon turtle can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_dragon-turtle"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1893,
+ "fields": {
+ "name": "Siege Monster",
+ "desc": "The dragon turtle deals double damage to objects and structures.",
+ "type": null,
+ "parent": "bfrd_dragon-turtle"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1894,
+ "fields": {
+ "name": "Abyssal Rejuvenation",
+ "desc": "Unlike other outsiders, a dretch that dies in its home plane of the Abyss is restored in a new body in 1d10 days, regaining all its HP and becoming active again. The new body appears in a random location in the Abyss. Only sprinkling holy water on the dretch's remains can prevent this trait from functioning.",
+ "type": null,
+ "parent": "bfrd_dretch"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1895,
+ "fields": {
+ "name": "Demonic Resilience",
+ "desc": "The dretch is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_dretch"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1896,
+ "fields": {
+ "name": "Fey Ancestry",
+ "desc": "The drider is resistant to the charmed condition, and magic can't put the drider to sleep.",
+ "type": null,
+ "parent": "bfrd_drider"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1897,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The drider is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_drider"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1898,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The drider can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_drider"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1899,
+ "fields": {
+ "name": "Sunlight Sensitivity",
+ "desc": "While in sunlight, the drider has disadvantage on attack rolls, and its Perception is 10 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_drider"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1900,
+ "fields": {
+ "name": "Web Sense",
+ "desc": "While in contact with a web, the drider knows the exact location of any other creature in contact with the same web.",
+ "type": null,
+ "parent": "bfrd_drider"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1901,
+ "fields": {
+ "name": "Web Walker",
+ "desc": "The drider ignores movement restrictions caused by webbing.",
+ "type": null,
+ "parent": "bfrd_drider"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1902,
+ "fields": {
+ "name": "Fey Ancestry",
+ "desc": "The drow is resistant to the charmed condition, and magic can't put the drow to sleep.",
+ "type": null,
+ "parent": "bfrd_drow"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1903,
+ "fields": {
+ "name": "Sunlight Sensitivity",
+ "desc": "While in sunlight, the drow has disadvantage on attack rolls, and its Perception is 7 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_drow"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1904,
+ "fields": {
+ "name": "Fey Resilience",
+ "desc": "The dryad is resistant to the charmed and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_dryad"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1905,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The dryad has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_dryad"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1906,
+ "fields": {
+ "name": "One with the Forest",
+ "desc": "While in a forest, the dryad can't be surprised, and it leaves behind no tracks or other traces of its passage.",
+ "type": null,
+ "parent": "bfrd_dryad"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1907,
+ "fields": {
+ "name": "Speak with Beasts and Plants",
+ "desc": "The dryad can communicate with Beasts and Plants as if they shared a language.",
+ "type": null,
+ "parent": "bfrd_dryad"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1908,
+ "fields": {
+ "name": "Tree Stride",
+ "desc": "Once on its turn, the dryad can use 10 feet of its movement to step magically into one living tree within its reach and emerge from a second living tree within 60 feet of the first tree, appearing in an unoccupied space within 5 feet of the second tree. Both trees must be Large or larger.",
+ "type": null,
+ "parent": "bfrd_dryad"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1909,
+ "fields": {
+ "name": "Duergar Resilience",
+ "desc": "The duergar is resistant to the charmed and paralyzed conditions, and it has advantage on saves against spells and illusions.",
+ "type": null,
+ "parent": "bfrd_duergar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1910,
+ "fields": {
+ "name": "Reduce",
+ "desc": "If the duergar starts its turn enlarged, it can choose to end the effect and return to its normal size (no action required).",
+ "type": null,
+ "parent": "bfrd_duergar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1911,
+ "fields": {
+ "name": "Sunlight Sensitivity",
+ "desc": "While in sunlight, the duergar has disadvantage on attack rolls, and its Perception is 5 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_duergar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1912,
+ "fields": {
+ "name": "Death Burst",
+ "desc": "When the mephit dies, it explodes in a burst of dust. Each creature within 5 feet of it must succeed on a DC 11 DEX save or be blinded for 1 minute. A blinded creature can repeat the save at the end of each of its turns, ending the effect on itself on a success.",
+ "type": null,
+ "parent": "bfrd_dust-mephit"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1913,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the mephit remains motionless and hovering, it is indistinguishable from an ordinary cloud of dust.",
+ "type": null,
+ "parent": "bfrd_dust-mephit"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1914,
+ "fields": {
+ "name": "Heightened Sight",
+ "desc": "The eagle's Perception is 19 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_eagle"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1915,
+ "fields": {
+ "name": "Seabird",
+ "desc": "The eagle can swim up to 30 feet on its turn, but it must start and end its movement either flying or on a solid surface, such as a ship or beach. If it is swimming at the end of its turn, it must succeed on a DC 10 CON save or it immediately begins to sink and suffocate. A suffocating eagle must succeed on a DC 8 STR check to fly out of the substance where it is sinking.",
+ "type": null,
+ "parent": "bfrd_eagle"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1916,
+ "fields": {
+ "name": "Heightened Sight",
+ "desc": "The eagle's Perception is 19 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_eagle-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1917,
+ "fields": {
+ "name": "Seabird",
+ "desc": "The eagle can swim up to 40 feet on its turn, but it must start and end its movement either flying or on a solid surface, such as a ship or beach. If it is swimming at the end of its turn, it must succeed on a DC 11 CON save or it immediately begins to sink and suffocate. A suffocating eagle must succeed on a DC 13 STR check to fly out of the substance where it is sinking.",
+ "type": null,
+ "parent": "bfrd_eagle-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1918,
+ "fields": {
+ "name": "Earth Glide",
+ "desc": "The elemental can burrow through nonmagical, unworked earth and stone. While doing so, the elemental doesn't disturb the material through which it moves.",
+ "type": null,
+ "parent": "bfrd_earth-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1919,
+ "fields": {
+ "name": "Earthen Camouflage",
+ "desc": "The elemental's Stealth is 14 while in muddy, rocky, sandy, or stony terrain.",
+ "type": null,
+ "parent": "bfrd_earth-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1920,
+ "fields": {
+ "name": "Elemental Nature",
+ "desc": "The elemental doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_earth-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1921,
+ "fields": {
+ "name": "Elemental Resilience",
+ "desc": "The elemental is resistant to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to poison damage, to exhaustion, and to the paralyzed, petrified, poisoned, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_earth-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1922,
+ "fields": {
+ "name": "Siege Monster",
+ "desc": "The elemental deals double damage to objects and structures.",
+ "type": null,
+ "parent": "bfrd_earth-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1923,
+ "fields": {
+ "name": "Nebulous (Cloud Form Only)",
+ "desc": "The efreeti's Stealth is 16, it can hover while flying, can't manipulate objects or attack, and it can pass through any space air can pass through without squeezing. In addition, it can enter and hide in any Tiny or larger container, such as a pouch, lamp, backpack, or barrel.",
+ "type": null,
+ "parent": "bfrd_efreeti"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1924,
+ "fields": {
+ "name": "Trampling Charge",
+ "desc": "If the elephant moves at least 20 feet straight toward a creature and then hits it with a Gore attack on the same turn, that target must succeed on a DC 15 STR save or be knocked prone. If the target is prone, the elephant can make one Stomp attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_elephant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1925,
+ "fields": {
+ "name": "Charge",
+ "desc": "If the elk moves at least 20 feet straight toward a target and then hits it with a Ram attack on the same turn, the target takes an extra 3 (1d6) bludgeoning damage. If the target is a creature, it must succeed on a DC 12 STR save or be knocked prone.",
+ "type": null,
+ "parent": "bfrd_elk"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1926,
+ "fields": {
+ "name": "Charge",
+ "desc": "If the elk moves at least 20 feet straight toward a target and then hits it with a Ram attack on the same turn, the target takes an extra 7 (2d6) bludgeoning damage. If the target is a creature, it must succeed on a DC 14 STR save or be knocked prone.",
+ "type": null,
+ "parent": "bfrd_elk-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1927,
+ "fields": {
+ "name": "Devilish Resilience",
+ "desc": "The devil is resistant to cold damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to fire damage and poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_erinyes"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1928,
+ "fields": {
+ "name": "Disciplined Fighter",
+ "desc": "At the start of each of its turns, the erinyes chooses one of the following fighting styles to adopt, which lasts until the start of the erinyes's next turn.\n- **Aggressive.** The erinyes has advantage on the first attack it makes on its turn, but the next attack roll against the erinyes has advantage.\n- **Retributive.** The next time the erinyes is hit by a melee weapon attack from a creature within 5 feet of it, the erinyes can make one Longsword attack against the attacker (no action required).\n- **Defensive.** The next time erinyes uses the Parry reaction, it takes only half the damage if the attack hits and regains 18 (4d8) HP if the attack doesn't hit.",
+ "type": null,
+ "parent": "bfrd_erinyes"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1929,
+ "fields": {
+ "name": "Poisonous Weapons",
+ "desc": "The erinyes's weapon attacks are magical. When the erinyes hits with any weapon, the weapon deals an extra 4d8 poison damage (included in the attack).",
+ "type": null,
+ "parent": "bfrd_erinyes"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1930,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The erinyes has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_erinyes"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1931,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The ettercap is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_ettercap"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1932,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The ettercap can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_ettercap"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1933,
+ "fields": {
+ "name": "Web Sense",
+ "desc": "While in contact with a web, the ettercap knows the exact location of any other creature in contact with the same web.",
+ "type": null,
+ "parent": "bfrd_ettercap"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1934,
+ "fields": {
+ "name": "Web Walker",
+ "desc": "The ettercap ignores movement restrictions caused by webbing.",
+ "type": null,
+ "parent": "bfrd_ettercap"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1935,
+ "fields": {
+ "name": "Giant Attributes",
+ "desc": "The ettin is resistant to the stunned condition, and it is vulnerable to the prone condition.",
+ "type": null,
+ "parent": "bfrd_ettin"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1936,
+ "fields": {
+ "name": "Multiple Heads",
+ "desc": "The ettin has two heads and is resistant to the blinded, charmed, deafened, frightened, stunned, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_ettin"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1937,
+ "fields": {
+ "name": "Obstinate",
+ "desc": "The ettin has advantage on WIS and CHA saves.",
+ "type": null,
+ "parent": "bfrd_ettin"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1938,
+ "fields": {
+ "name": "Wakeful",
+ "desc": "When one of the ettin's heads is asleep, its other head is awake.",
+ "type": null,
+ "parent": "bfrd_ettin"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1939,
+ "fields": {
+ "name": "Fey Resilience",
+ "desc": "The feral hunter is resistant to the charmed and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_feral-hunter"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1940,
+ "fields": {
+ "name": "Heightened Senses",
+ "desc": "The feral hunter's Perception is 19 when perceiving by sight, hearing, or smell.",
+ "type": null,
+ "parent": "bfrd_feral-hunter"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1941,
+ "fields": {
+ "name": "Precise",
+ "desc": "A weapon that deals piercing damage deals one extra die of its damage when the feral hunter hits with it (included in the attack).",
+ "type": null,
+ "parent": "bfrd_feral-hunter"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1942,
+ "fields": {
+ "name": "Woodland Walk",
+ "desc": "Difficult terrain composed of nonmagical plants doesn't cost the feral hunter extra movement. In addition, the feral hunter can pass through nonmagical plants without being slowed by them and without taking damage from them if they have thorns, spines, or a similar hazard.",
+ "type": null,
+ "parent": "bfrd_feral-hunter"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1943,
+ "fields": {
+ "name": "Elemental Nature",
+ "desc": "The fire elemental doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_fire-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1944,
+ "fields": {
+ "name": "Elemental Resilience",
+ "desc": "The fire elemental is resistant to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to poison damage, to exhaustion, and to the grappled, paralyzed, petrified, poisoned, prone, restrained, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_fire-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1945,
+ "fields": {
+ "name": "Fire Camouflage",
+ "desc": "The fire elemental's Stealth is 18 while in a Medium or larger fire.",
+ "type": null,
+ "parent": "bfrd_fire-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1946,
+ "fields": {
+ "name": "Fire Form",
+ "desc": "The elemental can move through a space as narrow as 1 inch wide without squeezing. A creature that touches the elemental or hits it with a melee attack while within 5 feet of it takes 5 (1d10) fire damage. In addition, the elemental can enter a hostile creature's space and stop there. The first time it enters a creature's space on a turn, that creature must succeed on a DC 14 DEX save or take 5 (1d10) fire damage and catch fire; until a creature takes an action to douse the fire, the burning creature takes 5 (1d10) fire damage at the start of each of its turns.",
+ "type": null,
+ "parent": "bfrd_fire-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1947,
+ "fields": {
+ "name": "Illumination",
+ "desc": "The elemental sheds bright light in a 30-foot radius and dim light for an additional 30 feet.",
+ "type": null,
+ "parent": "bfrd_fire-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1948,
+ "fields": {
+ "name": "Water Susceptibility",
+ "desc": "For every 5 feet the elemental moves in water, or for every gallon of water splashed on it, it takes 1 cold damage.",
+ "type": null,
+ "parent": "bfrd_fire-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1949,
+ "fields": {
+ "name": "Giant Attributes",
+ "desc": "The fire giant is resistant to the stunned condition, and it is vulnerable to the prone condition.",
+ "type": null,
+ "parent": "bfrd_fire-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1950,
+ "fields": {
+ "name": "Aversion of Fire",
+ "desc": "If the golem takes fire damage, it loses its immunity to the frightened condition and has disadvantage on attack rolls and ability checks until the end of its next turn.",
+ "type": null,
+ "parent": "bfrd_flesh-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1951,
+ "fields": {
+ "name": "Berserk (55 HP or Fewer)",
+ "desc": "When the golem starts its turn, roll a d6. On a 6, the golem goes berserk. On each of its turns while berserk, the golem attacks the nearest creature it can see. If no creature is near enough to move to and attack, the golem attacks an object, with preference for an object smaller than itself. Once the golem goes berserk, it continues to do so until it is destroyed or regains all its HP. The golem's creator, if within 60 feet of the berserk golem, can try to calm it by speaking firmly and persuasively. The golem must be able to hear its creator, who must take an action to make a DC 15 CHA (Persuasion) check. If the check succeeds, the golem ceases being berserk. If the golem takes damage while still at 55 HP or fewer, the golem might go berserk again.",
+ "type": null,
+ "parent": "bfrd_flesh-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1952,
+ "fields": {
+ "name": "Construct Nature",
+ "desc": "The golem doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_flesh-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1953,
+ "fields": {
+ "name": "Flesh Golem Resilience",
+ "desc": "The golem is immune to poison damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to exhaustion and to the charmed, frightened, paralyzed, petrified, and poisoned conditions.",
+ "type": null,
+ "parent": "bfrd_flesh-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1954,
+ "fields": {
+ "name": "Immutable Form",
+ "desc": "The golem is immune to any spell or effect that would alter its form.",
+ "type": null,
+ "parent": "bfrd_flesh-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1955,
+ "fields": {
+ "name": "Lightning Absorption",
+ "desc": "Whenever the golem is subjected to lightning damage, it takes no damage and instead regains HP equal to the lightning damage dealt.",
+ "type": null,
+ "parent": "bfrd_flesh-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1956,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The golem has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_flesh-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1957,
+ "fields": {
+ "name": "Magic Weapons",
+ "desc": "The golem's weapon attacks are magical.",
+ "type": null,
+ "parent": "bfrd_flesh-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1958,
+ "fields": {
+ "name": "Fey Resilience",
+ "desc": "The flinderbeast is resistant to the charmed and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_flinderbeast"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1959,
+ "fields": {
+ "name": "Heightened Hearing and Smell",
+ "desc": "The flinderbeast's Perception 18 when perceiving by hearing or smell.",
+ "type": null,
+ "parent": "bfrd_flinderbeast"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1960,
+ "fields": {
+ "name": "Antimagic Susceptibility",
+ "desc": "The sword is incapacitated while in the area of an antimagic field. If targeted by _dispel magic_, the sword must succeed on a CON save against the caster's spell save DC or fall unconscious for 1 minute.",
+ "type": null,
+ "parent": "bfrd_flying-sword"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1961,
+ "fields": {
+ "name": "Construct Nature",
+ "desc": "The sword doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_flying-sword"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1962,
+ "fields": {
+ "name": "Construct Resilience",
+ "desc": "The sword is immune to poison and psychic damage, and it is immune to exhaustion and the charmed, frightened, paralyzed, petrified, and poisoned conditions.",
+ "type": null,
+ "parent": "bfrd_flying-sword"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1963,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the sword remains motionless and isn't flying, it is indistinguishable from a normal sword.",
+ "type": null,
+ "parent": "bfrd_flying-sword"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1964,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The frog can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_frog"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1965,
+ "fields": {
+ "name": "Standing Leap",
+ "desc": "The frog's long jump is up to 10 feet and its high jump is up to 5 feet, with or without a running start.",
+ "type": null,
+ "parent": "bfrd_frog"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1966,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The frog can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_frog-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1967,
+ "fields": {
+ "name": "Standing Leap",
+ "desc": "The frog's long jump is up to 20 feet and its high jump is up to 10 feet, with or without a running start.",
+ "type": null,
+ "parent": "bfrd_frog-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1968,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The frog can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_frog-giant-poisonous"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1969,
+ "fields": {
+ "name": "Standing Leap",
+ "desc": "The frog's long jump is up to 20 feet and its high jump is up to 10 feet, with or without a running start.",
+ "type": null,
+ "parent": "bfrd_frog-giant-poisonous"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1970,
+ "fields": {
+ "name": "Toxic Skin",
+ "desc": "The frog's skin is coated in a hallucinogenic toxin. A creature that touches the frog or hits it with a melee attack while within 5 feet of it must make a DC 13 CON save. On a failure, a creature is poisoned until the end of its next turn and experiences mild hallucinations while poisoned.",
+ "type": null,
+ "parent": "bfrd_frog-giant-poisonous"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1971,
+ "fields": {
+ "name": "Giant Attributes",
+ "desc": "The frost giant is resistant to the stunned condition, and it is vulnerable to the prone condition.",
+ "type": null,
+ "parent": "bfrd_frost-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1972,
+ "fields": {
+ "name": "Ice Walk",
+ "desc": "The frost giant can move across icy surfaces without needing to make an ability check. In addition, difficult terrain composed of ice or snow doesn't cost it extra movement.",
+ "type": null,
+ "parent": "bfrd_frost-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1973,
+ "fields": {
+ "name": "Snowsight",
+ "desc": "The frost giant can see through areas obscured by snowfall, sleet, and other wintry precipitation without penalty.",
+ "type": null,
+ "parent": "bfrd_frost-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1974,
+ "fields": {
+ "name": "Diving Pounce",
+ "desc": "If the gargoyle is flying and moves at least 20 feet straight toward a creature and then hits it with a Claws attack on the same turn, that target must succeed on a DC 13 STR save or be knocked prone. If the target is prone, the gargoyle can make one Bite attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_gargoyle"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1975,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the gargoyle remains motionless, it is indistinguishable from an inanimate statue.",
+ "type": null,
+ "parent": "bfrd_gargoyle"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1976,
+ "fields": {
+ "name": "Ooze Cube",
+ "desc": "The cube takes up its entire space. Other creatures can enter the space, but are subjected to the cube's Engulf and have disadvantage on the save. Creatures inside the cube can be seen but have total cover. A creature within 5 feet of the cube can take an action to pull a creature or object out of the cube. Doing so requires a successful DC 12 STR check, and the creature making the attempt takes 10 (3d6) acid damage.
The cube can hold only one Large creature or up to four Medium or smaller creatures inside it at a time.",
+ "type": null,
+ "parent": "bfrd_gelatinous-cube"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1977,
+ "fields": {
+ "name": "Ooze Nature",
+ "desc": "The cube doesn't require sleep.",
+ "type": null,
+ "parent": "bfrd_gelatinous-cube"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1978,
+ "fields": {
+ "name": "Ooze Resilience",
+ "desc": "The cube is resistant to the grappled and restrained conditions, and it is immune to exhaustion and to the blinded, charmed, deafened, frightened, and prone conditions.",
+ "type": null,
+ "parent": "bfrd_gelatinous-cube"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1979,
+ "fields": {
+ "name": "Transparent",
+ "desc": "While motionless, the cube's Stealth is 15, even when the cube is in plain sight.",
+ "type": null,
+ "parent": "bfrd_gelatinous-cube"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1980,
+ "fields": {
+ "name": "Hungry Dead Nature",
+ "desc": "The ghast doesn't require air or sleep. In addition, it must consume at least 2 pounds of raw meat every 24 hours, or it loses its immunity to exhaustion and risks starvation until it does so. While it has any levels of exhaustion from starvation, the ghast can't remove levels of exhaustion until it consumes at least 4 pounds of raw meat.",
+ "type": null,
+ "parent": "bfrd_ghast"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1981,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The ghast can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_ghast"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1982,
+ "fields": {
+ "name": "Stench",
+ "desc": "A creature that starts its turn within 5 feet of the ghast must succeed on a DC 13 CON save or be poisoned until the start of its next turn. On a success, the creature is immune to the ghast's Stench for 24 hours.",
+ "type": null,
+ "parent": "bfrd_ghast"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1983,
+ "fields": {
+ "name": "Turning Defiance",
+ "desc": "The ghast and any ghouls within 30 feet of it have advantage on saves against effects that turn undead.",
+ "type": null,
+ "parent": "bfrd_ghast"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1984,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The ghast is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_ghast"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1985,
+ "fields": {
+ "name": "Ethereal Sight",
+ "desc": "The ghost can see 60 feet into the Ethereal Plane when it is on the Material Plane, and vice versa.",
+ "type": null,
+ "parent": "bfrd_ghost"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1986,
+ "fields": {
+ "name": "Incorporeal Movement",
+ "desc": "The ghost can move through other creatures and objects as if they were difficult terrain. It takes 5 (1d10) force damage if it ends its turn inside an object.",
+ "type": null,
+ "parent": "bfrd_ghost"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1987,
+ "fields": {
+ "name": "Undead Nature",
+ "desc": "The ghost doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_ghost"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1988,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The ghost is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_ghost"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1989,
+ "fields": {
+ "name": "Unfinished Business",
+ "desc": "Unless its unfinished business is fulfilled, a destroyed ghost returns in 1d4 days, regaining all its HP and becoming active again within 10 feet of where it died. If presented with an object or piece of information related to its unfinished business, the ghost must succeed on a DC 13 WIS save or be incapacitated until the end of its next turn. After it has been incapacitated by a particular source, the ghost can't be incapacitated by that same source again for 24 hours. If presented with everything it needs to complete its unfinished business, the ghost permanently dies after completing it.",
+ "type": null,
+ "parent": "bfrd_ghost"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1990,
+ "fields": {
+ "name": "Hungry Dead Nature",
+ "desc": "The ghoul doesn't require air or sleep. In addition, it must consume at least 2 pounds of raw meat every 24 hours, or it loses its immunity to exhaustion and risks starvation until it does so. While it has any levels of exhaustion from starvation, the ghoul can't remove levels of exhaustion until it consumes at least 4 pounds of raw meat.",
+ "type": null,
+ "parent": "bfrd_ghoul"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1991,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The ghoul can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_ghoul"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1992,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The ghoul is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_ghoul"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1993,
+ "fields": {
+ "name": "Aberrant Ground",
+ "desc": "The ground within 10 feet of the mouther is dough-like difficult terrain. A creature that starts its turn in the area must succeed on a DC 13 STR save or its speed is halved until the start of its next turn.",
+ "type": null,
+ "parent": "bfrd_gibbering-mouther"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1994,
+ "fields": {
+ "name": "Aberrant Resilience",
+ "desc": "The mouther is resistant to the charmed, frightened, paralyzed, and stunned conditions, and it has advantage on saves against spells or effects that would alter its form.",
+ "type": null,
+ "parent": "bfrd_gibbering-mouther"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1995,
+ "fields": {
+ "name": "Gibbering",
+ "desc": "The mouther babbles incoherently while it can see any creature and isn't incapacitated. A creature that starts its turn within 20 feet of the mouther and that can hear the gibbering must succeed on a DC 13 WIS save or it can't take reactions until the start of its next turn and must roll a d8 to determine what it does during its turn. On a 1 to 4, the creature does nothing. On a 5 or 6, the creature takes no action or bonus action and moves its full speed in a randomly determined direction. On a 7 or 8, the creature makes a melee attack against a randomly determined creature within its reach or does nothing if it can't make such an attack.",
+ "type": null,
+ "parent": "bfrd_gibbering-mouther"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1996,
+ "fields": {
+ "name": "Demonic Resilience",
+ "desc": "The glabrezu is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_glabrezu"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1997,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The glabrezu has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_glabrezu"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1998,
+ "fields": {
+ "name": "Point Blank Grappler",
+ "desc": "When the glabrezu makes a Crackling Flame Bolt attack, it doesn't have disadvantage on the attack roll from being within 5 feet of a hostile creature, provided it is grappling that creature.",
+ "type": null,
+ "parent": "bfrd_glabrezu"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 1999,
+ "fields": {
+ "name": "Brutal",
+ "desc": "A melee weapon deals one extra die of its damage when the gladiator hits with it (included in the attack).",
+ "type": null,
+ "parent": "bfrd_gladiator"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2000,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The gnoll's Perception is 15 when perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_gnoll"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2001,
+ "fields": {
+ "name": "Charge",
+ "desc": "If the goat moves at least 20 feet straight toward a target and then hits it with a Ram attack on the same turn, the target takes an extra 2 (1d4) bludgeoning damage. If the target is a creature, it must succeed on a DC 11 STR save or be knocked prone.",
+ "type": null,
+ "parent": "bfrd_goat"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2002,
+ "fields": {
+ "name": "Charge",
+ "desc": "If the goat moves at least 20 feet straight toward a target and then hits it with a Ram attack on the same turn, the target takes an extra 5 (2d4) bludgeoning damage. If the target is a creature, it must succeed on a DC 13 STR save or be knocked prone.",
+ "type": null,
+ "parent": "bfrd_goat-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2003,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The dragon can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_gold-dragon-wyrmling"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2004,
+ "fields": {
+ "name": "Pounce",
+ "desc": "If the dragon moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 13 STR save or be knocked prone. If the target is prone, the dragon can make one Claw attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_gold-dragon-wyrmling"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2005,
+ "fields": {
+ "name": "Demonic Resilience",
+ "desc": "The golmana is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_golmana"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2006,
+ "fields": {
+ "name": "Heightened Hearing",
+ "desc": "The golmana's Perception is 19 when perceiving by hearing.",
+ "type": null,
+ "parent": "bfrd_golmana"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2007,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The golmana has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_golmana"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2008,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The golmana can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_golmana"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2009,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The gorgon is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_gorgon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2010,
+ "fields": {
+ "name": "Trampling Charge",
+ "desc": "If the gorgon moves at least 20 feet straight toward a creature and then hits it with a Gore attack on the same turn, that target must succeed on a DC 16 STR save or be knocked prone. If the target is prone, the gorgon can make one Hooves attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_gorgon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2011,
+ "fields": {
+ "name": "Amorphous",
+ "desc": "The ooze can move through a space as narrow as 1 inch wide without squeezing.",
+ "type": null,
+ "parent": "bfrd_gray-ooze"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2012,
+ "fields": {
+ "name": "Corrode Metal",
+ "desc": "Any nonmagical weapon made of metal that hits the ooze corrodes. After dealing damage, the weapon takes a permanent and cumulative -1 penalty to damage rolls. If its penalty drops to -5, the weapon is destroyed. Nonmagical ammunition made of metal that hits the ooze is destroyed after dealing damage. The ooze can eat through 2-inch-thick, nonmagical metal in 1 round.",
+ "type": null,
+ "parent": "bfrd_gray-ooze"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2013,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the ooze remains motionless, it is indistinguishable from ordinary fresh or curing mortar.",
+ "type": null,
+ "parent": "bfrd_gray-ooze"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2014,
+ "fields": {
+ "name": "Ooze Nature",
+ "desc": "The ooze doesn't require sleep.",
+ "type": null,
+ "parent": "bfrd_gray-ooze"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2015,
+ "fields": {
+ "name": "Ooze Resilience",
+ "desc": "The ooze is resistant to the grappled and restrained conditions, and it is immune to exhaustion and to the blinded, charmed, deafened, frightened, and prone conditions.",
+ "type": null,
+ "parent": "bfrd_gray-ooze"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2016,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The ooze can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_gray-ooze"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2017,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The dragon can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_green-dragon-wyrmling"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2018,
+ "fields": {
+ "name": "Pounce",
+ "desc": "If the dragon moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 12 STR save or be knocked prone. If the target is prone, the dragon can make one Claw attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_green-dragon-wyrmling"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2019,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The hag can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_green-hag"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2020,
+ "fields": {
+ "name": "Fey Resilience",
+ "desc": "The hag is resistant to the charmed and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_green-hag"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2021,
+ "fields": {
+ "name": "Mimicry",
+ "desc": "The hag can mimic Animal sounds and Humanoid voices. A creature that hears the sounds can tell they are imitations with a successful DC 14 WIS (Insight) check. Speak with Beasts. The hag can communicate with Beasts as if they shared a language.",
+ "type": null,
+ "parent": "bfrd_green-hag"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2022,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The grick is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_grick"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2023,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The grick can climb difficult surfaces, including upside ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_grick"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2024,
+ "fields": {
+ "name": "Stone Camouflage",
+ "desc": "The grick's Stealth is 17 in rocky terrain.",
+ "type": null,
+ "parent": "bfrd_grick"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2025,
+ "fields": {
+ "name": "Heightened Sight",
+ "desc": "The griffon's Perception is 18 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_griffon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2026,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The griffon is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_griffon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2027,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The griffon has advantage on attack rolls against a creature if at least one of the griffon's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_griffon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2028,
+ "fields": {
+ "name": "Pounce",
+ "desc": "If the griffon moves at least 20 feet straight toward a creature and then hits it with a Claws attack on the same turn, that target must succeed on a DC 14 STR save or be knocked prone. If the target is prone, the griffon can make one Beak attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_griffon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2029,
+ "fields": {
+ "name": "Heightened Hearing and Smell",
+ "desc": "The grimlock's Perception is 16 when perceiving by hearing or smell.",
+ "type": null,
+ "parent": "bfrd_grimlock"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2030,
+ "fields": {
+ "name": "Stone Camouflage",
+ "desc": "The grimlock's Stealth is 18 while in rocky terrain.",
+ "type": null,
+ "parent": "bfrd_grimlock"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2031,
+ "fields": {
+ "name": "Suppressed Senses",
+ "desc": "The grimlock can't use its keensense while deafened and unable to smell.",
+ "type": null,
+ "parent": "bfrd_grimlock"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2032,
+ "fields": {
+ "name": "Divine Strikes",
+ "desc": "The naga's weapon attacks are magical. When the naga hits with any weapon attack, the weapon deals an extra 3d8 necrotic damage or radiant damage (included in the attack), the naga's choice.",
+ "type": null,
+ "parent": "bfrd_guardian-naga"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2033,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The naga is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_guardian-naga"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2034,
+ "fields": {
+ "name": "Rejuvenation",
+ "desc": "If it dies, the naga returns to life in 1d6 days, regaining all its HP and becoming active again. Only a wish spell can prevent this trait from functioning.",
+ "type": null,
+ "parent": "bfrd_guardian-naga"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2035,
+ "fields": {
+ "name": "Inscrutable",
+ "desc": "The sphinx is immune to any effect that would sense its emotions or read its thoughts, as well as any divination spell that it refuses. WIS (Insight) checks made to ascertain the sphinx's intentions or sincerity have disadvantage.",
+ "type": null,
+ "parent": "bfrd_gynosphinx"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2036,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The sphinx is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_gynosphinx"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2037,
+ "fields": {
+ "name": "Psychic Claws",
+ "desc": "The sphinx's Claw attacks are magical. When the sphinx hits with a Claw attack, the Claw deals an extra 3d6 psychic damage (included in the attack).",
+ "type": null,
+ "parent": "bfrd_gynosphinx"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2038,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The harpy is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_harpy"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2039,
+ "fields": {
+ "name": "Heightened Sight",
+ "desc": "The hawk's Perception is 19 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_hawk"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2040,
+ "fields": {
+ "name": "Heightened Sight",
+ "desc": "The hawk's Perception is 19 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_hawk-blood"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2041,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The hawk has advantage on attack rolls against a creature if at least one of the hawk's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_hawk-blood"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2042,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The hound has advantage on an attack roll against a creature if at least one of the hound's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_hell-hound"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2043,
+ "fields": {
+ "name": "Prey Sense",
+ "desc": "The hound can pinpoint, by scent, the location of Medium and smaller creatures within 30 feet of it.",
+ "type": null,
+ "parent": "bfrd_hell-hound"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2044,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The hezrou can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_hezrou"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2045,
+ "fields": {
+ "name": "Demonic Resilience",
+ "desc": "The hezrou is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_hezrou"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2046,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The hezrou has advantage on saving throws against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_hezrou"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2047,
+ "fields": {
+ "name": "Speak with Frogs and Toads",
+ "desc": "The hezrou can communicate with frogs and toads as if they shared a language.",
+ "type": null,
+ "parent": "bfrd_hezrou"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2048,
+ "fields": {
+ "name": "Standing Leap",
+ "desc": "The hezrou's long jump is up to 20 feet and its high jump is up to 10 feet, with or without a running start.",
+ "type": null,
+ "parent": "bfrd_hezrou"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2049,
+ "fields": {
+ "name": "Stench",
+ "desc": "A creature that starts its turn within 10 feet of the hezrou must succeed on a DC 16 CON save or be poisoned until the start of its next turn. On a success, the creature is immune to the hezrou's Stench for the next 24 hours.",
+ "type": null,
+ "parent": "bfrd_hezrou"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2050,
+ "fields": {
+ "name": "Giant Attributes",
+ "desc": "The hill giant is resistant to the stunned condition, and it is vulnerable to the prone condition.",
+ "type": null,
+ "parent": "bfrd_hill-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2051,
+ "fields": {
+ "name": "Show of Might",
+ "desc": "The hill giant can use STR instead of CHA when making CHA (Intimidation) checks.",
+ "type": null,
+ "parent": "bfrd_hill-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2052,
+ "fields": {
+ "name": "Earth Glide",
+ "desc": "The hinn can burrow through nonmagical, unworked earth and stone. While doing so, the hinn doesn't disturb the material through which it moves.",
+ "type": null,
+ "parent": "bfrd_hinn"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2053,
+ "fields": {
+ "name": "Nebulous (Cloud Form Only)",
+ "desc": "The hinn's Stealth is 20, it can hover while flying, can't manipulate objects or attack, and it can pass through any space air can pass through without squeezing. In addition, it can enter and hide in any Tiny or larger container, such as a pouch, lamp, backpack, or barrel.",
+ "type": null,
+ "parent": "bfrd_hinn"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2054,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The hippocampus can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_hippocampus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2055,
+ "fields": {
+ "name": "Shared Breath",
+ "desc": "The hippocampus's gills pull more air from the water than the hippocampus needs, expelling the excess as bubbles down its neck and across its back. If an air-breathing creature is riding the hippocampus, these bubbles can provide that creature a supply of fresh air when the hippocampus isn't in combat or traveling at a fast pace.",
+ "type": null,
+ "parent": "bfrd_hippocampus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2056,
+ "fields": {
+ "name": "Heightened Sight",
+ "desc": "The hippogriff's Perception is 18 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_hippogriff"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2057,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The hippogriff is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_hippogriff"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2058,
+ "fields": {
+ "name": "Collective Mind",
+ "desc": "The hivebound's individual insects and swarms under its control are connected via a hive mind. It can telepathically communicate with any of its individual insects and swarms within 1 mile of it, and it can't be surprised. It can have up to five swarms of insects under its control at a time.",
+ "type": null,
+ "parent": "bfrd_hivebound"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2059,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The hivebound is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_hivebound"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2060,
+ "fields": {
+ "name": "Reinforced Mind",
+ "desc": "If the hivebound starts its turn afflicted by an ongoing effect that allows a repeated INT, WIS, or CHA save to end the effect, such as the hold spell, the hivebound can make the save at the start of the turn instead of the end and has advantage on the save.",
+ "type": null,
+ "parent": "bfrd_hivebound"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2061,
+ "fields": {
+ "name": "Unshakable Command",
+ "desc": "Each friendly creature within 30 feet of the hobgoblin commander can't be charmed or frightened while the commander isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_hobgoblin-commander"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2062,
+ "fields": {
+ "name": "Bound Construct",
+ "desc": "The homunculus serves another creature as a familiar, forming a magic, telepathic bond with that willing companion. While the two are bonded and on the same plane of existence, the companion can sense what the homunculus senses and the two can communicate telepathically. While the homunculus is within 100 feet of the companion, it can use a reaction to deliver any spell the companion casts that has a range of touch. If the spell requires an attack roll, the homunculus uses the companion's spell attack modifier for the roll. While the homunculus is within 10 feet of its companion, the companion has advantage on INT (Arcana) and INT (Investigation) checks. At any time and for any reason, the homunculus can end its service as a familiar, ending the telepathic bond.",
+ "type": null,
+ "parent": "bfrd_homunculus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2063,
+ "fields": {
+ "name": "Construct Nature",
+ "desc": "The homunculus doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_homunculus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2064,
+ "fields": {
+ "name": "Construct Resilience",
+ "desc": "The homunculus is immune to poison and psychic damage, and it is immune to exhaustion and the charmed, frightened, paralyzed, petrified, and poisoned conditions.",
+ "type": null,
+ "parent": "bfrd_homunculus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2065,
+ "fields": {
+ "name": "Devil's Sight",
+ "desc": "Magical darkness doesn't impede the devil's darkvision.",
+ "type": null,
+ "parent": "bfrd_horned-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2066,
+ "fields": {
+ "name": "Devilish Resilience",
+ "desc": "The devil is resistant to cold damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to fire damage and poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_horned-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2067,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The devil has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_horned-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2068,
+ "fields": {
+ "name": "Draft Animal",
+ "desc": "The draft horse can push, drag, or lift weight in pounds equal to three times its carrying capacity.",
+ "type": null,
+ "parent": "bfrd_horse-draft"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2069,
+ "fields": {
+ "name": "Easy Gait",
+ "desc": "The horse's steps are smooth and steady. A creature riding the horse has advantage on saves against exhaustion caused by a Forced March.",
+ "type": null,
+ "parent": "bfrd_horse-riding"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2070,
+ "fields": {
+ "name": "Trampling Charge",
+ "desc": "If the horse moves at least 20 feet straight toward a creature and then hits it with a Hooves attack on the same turn, that target must succeed on a DC 14 STR save or be knocked prone. If the target is prone, the horse can make another Hooves attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_horse-war"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2071,
+ "fields": {
+ "name": "Amorphous",
+ "desc": "The husk demon can move through a space as narrow as 1 inch wide without squeezing.",
+ "type": null,
+ "parent": "bfrd_husk-demon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2072,
+ "fields": {
+ "name": "Demonic Resilience",
+ "desc": "The husk demon is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_husk-demon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2073,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The husk demon has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_husk-demon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2074,
+ "fields": {
+ "name": "Hold Breath",
+ "desc": "The hydra can hold its breath for 1 hour.",
+ "type": null,
+ "parent": "bfrd_hydra"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2075,
+ "fields": {
+ "name": "Multiple Heads",
+ "desc": "The hydra has five heads and is resistant to the blinded, charmed, deafened, frightened, stunned, and unconscious conditions.
Whenever the hydra takes 25 or more damage in a single turn, one of its heads dies. If all its heads die, the hydra dies. At the end of its turn, it grows two heads for each of its heads that died since its last turn, unless it has taken fire damage since its last turn. The hydra regains 10 HP for each head regrown in this way.",
+ "type": null,
+ "parent": "bfrd_hydra"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2076,
+ "fields": {
+ "name": "Reactive Heads",
+ "desc": "For each head the hydra has beyond one, it gets an extra reaction that can be used only for opportunity attacks.",
+ "type": null,
+ "parent": "bfrd_hydra"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2077,
+ "fields": {
+ "name": "Wakeful",
+ "desc": "While the hydra sleeps, at least one of its heads is awake.",
+ "type": null,
+ "parent": "bfrd_hydra"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2078,
+ "fields": {
+ "name": "Cackling Chorus",
+ "desc": "If three or more hyenas are all within 30 feet of each other, their cackling, grunts, whoops, and yips create a deafening chorus. A creature that starts its turn within 10 feet of such a hyena must succeed on a DC 10 CON save or be deafened until the start of its next turn. The DC is equal to 8 plus the number of participating hyenas.",
+ "type": null,
+ "parent": "bfrd_hyena"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2079,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The hyena has advantage on attack rolls against a creature if at least one of the hyena's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_hyena"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2080,
+ "fields": {
+ "name": "Cackling Chorus",
+ "desc": "If three or more hyenas are all within 30 feet of each other, their cackling, grunts, whoops, and yips create a deafening chorus. A creature that starts its turn within 10 feet of such a hyena must succeed on a CON save or be deafened until the start of its next turn. The DC is equal to 8 plus the number of participating hyenas.",
+ "type": null,
+ "parent": "bfrd_hyena-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2081,
+ "fields": {
+ "name": "Devil's Sight",
+ "desc": "Magical darkness doesn't impede the devil's darkvision.",
+ "type": null,
+ "parent": "bfrd_ice-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2082,
+ "fields": {
+ "name": "Devilish Resilience",
+ "desc": "The devil is resistant to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to fire damage and poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_ice-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2083,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The devil has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_ice-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2084,
+ "fields": {
+ "name": "Snow Walk",
+ "desc": "The devil can move across icy surfaces without needing to make an ability check. In addition, difficult terrain composed of ice or snow doesn't cost it extra movement.",
+ "type": null,
+ "parent": "bfrd_ice-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2085,
+ "fields": {
+ "name": "Death Burst",
+ "desc": "When the mephit dies, it explodes in a burst of viscous ice. Each creature within 5 feet of it must succeed on a DC 11 DEX save or be restrained by ice for 1 minute. A creature, including the restrained creature, can take its action to free the restrained creature by succeeding on a DC 11 STR check. The ice melts immediately if the restrained creature takes fire damage, freeing the creature.",
+ "type": null,
+ "parent": "bfrd_ice-mephit"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2086,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the mephit remains motionless, it is indistinguishable from an ordinary shard of ice.",
+ "type": null,
+ "parent": "bfrd_ice-mephit"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2087,
+ "fields": {
+ "name": "Devil's Sight",
+ "desc": "Magical darkness doesn't impede the imp's darkvision.",
+ "type": null,
+ "parent": "bfrd_imp"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2088,
+ "fields": {
+ "name": "Devilish Resilience",
+ "desc": "The devil is resistant to cold damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to fire damage and poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_imp"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2089,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The imp has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_imp"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2090,
+ "fields": {
+ "name": "Aberrant Resilience",
+ "desc": "The insatiable brood has advantage on saves against spells or effects that would alter its form.",
+ "type": null,
+ "parent": "bfrd_insatiable-brood"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2091,
+ "fields": {
+ "name": "Magic Bites",
+ "desc": "The insatiable brood's Bites attacks are magical.",
+ "type": null,
+ "parent": "bfrd_insatiable-brood"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2092,
+ "fields": {
+ "name": "Siege Monster",
+ "desc": "The insatiable brood deals double damage to objects and structures.",
+ "type": null,
+ "parent": "bfrd_insatiable-brood"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2093,
+ "fields": {
+ "name": "Swarm",
+ "desc": "The insatiable brood can occupy another creature's space and vice versa, and the brood can move through any opening large enough for a Tiny creature. The brood can't regain HP or gain temporary HP.",
+ "type": null,
+ "parent": "bfrd_insatiable-brood"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2094,
+ "fields": {
+ "name": "Swarm Resilience",
+ "desc": "The swarm is resistant to bludgeoning, piercing, and slashing damage, and it is immune to the charmed, frightened, grappled, paralyzed, petrified, prone, restrained, and stunned conditions.",
+ "type": null,
+ "parent": "bfrd_insatiable-brood"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2095,
+ "fields": {
+ "name": "Void Dweller",
+ "desc": "The insatiable brood doesn't require air, food, drink, or sleep, and it is immune to the effects of Void terrain. In addition, it can fly through the Void as if through air.",
+ "type": null,
+ "parent": "bfrd_insatiable-brood"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2096,
+ "fields": {
+ "name": "Illumination",
+ "desc": "The beetle sheds bright light in a 10-foot radius and dim light for an additional 10 feet.",
+ "type": null,
+ "parent": "bfrd_insect-giant-fire-beetle"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2097,
+ "fields": {
+ "name": "Crawling Swarm",
+ "desc": "A creature in the swarm's space is covered in crawling and buzzing insects. If the creature casts a spell with a somatic component, it must succeed on a DC 11 CON save or the spell fails to cast, expending the action required to cast it but not the spell slot or daily use.",
+ "type": null,
+ "parent": "bfrd_insect-swarm-of-insects"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2098,
+ "fields": {
+ "name": "Swarm",
+ "desc": "The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny insect. The swarm can't regain HP or gain temporary HP.",
+ "type": null,
+ "parent": "bfrd_insect-swarm-of-insects"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2099,
+ "fields": {
+ "name": "Swarm Resilience",
+ "desc": "The swarm is resistant to bludgeoning, piercing, and slashing damage, and it is immune to the charmed, frightened, grappled, paralyzed, petrified, prone, restrained, and stunned conditions.",
+ "type": null,
+ "parent": "bfrd_insect-swarm-of-insects"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2100,
+ "fields": {
+ "name": "Elemental Nature",
+ "desc": "The invisible stalker doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_invisible-stalker"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2101,
+ "fields": {
+ "name": "Elemental Resilience",
+ "desc": "The stalker is resistant to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to poison damage, to exhaustion, and to the grappled, paralyzed, petrified, poisoned, prone, restrained, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_invisible-stalker"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2102,
+ "fields": {
+ "name": "Faultless Tracker",
+ "desc": "At the end of each long rest, the invisible stalker can choose a creature it knows or has seen to be its quarry. A stalker summoned by another creature can choose only the quarry specified by its summoner, but the stalker also knows the location of its summoner while it continues to serve the summoner. The stalker always knows the direction and distance to its quarry, provided the two are on the same plane of existence.",
+ "type": null,
+ "parent": "bfrd_invisible-stalker"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2103,
+ "fields": {
+ "name": "Invisibility",
+ "desc": "The stalker is invisible. The condition's effect on DEX (Stealth) checks has been included in the above Stealth value.",
+ "type": null,
+ "parent": "bfrd_invisible-stalker"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2104,
+ "fields": {
+ "name": "Construct Nature",
+ "desc": "The golem doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_iron-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2105,
+ "fields": {
+ "name": "Golem Resilience",
+ "desc": "The golem is immune to poison and psychic damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to exhaustion and to the charmed, frightened, paralyzed, petrified, and poisoned conditions.",
+ "type": null,
+ "parent": "bfrd_iron-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2106,
+ "fields": {
+ "name": "Fire Absorption",
+ "desc": "Whenever the golem is subjected to fire damage, it takes no damage and instead regains HP equal to the fire damage dealt.",
+ "type": null,
+ "parent": "bfrd_iron-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2107,
+ "fields": {
+ "name": "Immutable Form",
+ "desc": "The golem is immune to any spell or effect that would alter its form.",
+ "type": null,
+ "parent": "bfrd_iron-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2108,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The golem has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_iron-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2109,
+ "fields": {
+ "name": "Magic Weapons",
+ "desc": "The golem's weapon attacks are magical.",
+ "type": null,
+ "parent": "bfrd_iron-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2110,
+ "fields": {
+ "name": "Warrior Stance",
+ "desc": "At the start of each of its turns, the iron golem chooses one of the following fighting stances to adopt, which lasts until the start of the golem's next turn.\n- **Retributive.** The next time the golem is hit by a melee weapon attack from a creature within 5 feet of it before the start of its next turn, the golem can slam its shoulder into the attacker as a reaction. The attacker must succeed on a DC 18 STR save or be pushed up to 10 feet away from the golem and knocked prone.\n- **Aggressive.** When the golem uses Multiattack, it can replace one additional Spear Arm attack with a Shield Bash attack. If it does so, its AC is reduced by 2 until the start of its next turn.\n- **Defensive.** The golem's AC increases by 4, but it can't make Shield Bash attacks until the start of its next turn.",
+ "type": null,
+ "parent": "bfrd_iron-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2111,
+ "fields": {
+ "name": "Heightened Hearing and Smell",
+ "desc": "The jackal's Perception is 18 when perceiving by hearing or smell.",
+ "type": null,
+ "parent": "bfrd_jackal"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2112,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The jackal has advantage on attack rolls against a creature if at least one of the jackal's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_jackal"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2113,
+ "fields": {
+ "name": "Chivalrous Presence",
+ "desc": "The knight exudes a powerful presence. At the start of each of the knight's turns, it chooses one of the following presences, which lasts until the start of the knight's next turn.\n- **Empowering Presence.** Each friendly creature that starts its turn within 15 feet of the knight has advantage on the first attack roll it makes before this presence ends.\n- **Protective Presence.** Hostile creatures have disadvantage on attack rolls against friendly creatures within 5 feet of the knight.\n- **Unwavering Presence.** Each friendly creature within 15 feet of the knight is resistant to the charmed and frightened conditions.",
+ "type": null,
+ "parent": "bfrd_knight"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2114,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The kobold has advantage on attack rolls against a creature if at least one of the kobold's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_kobold"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2115,
+ "fields": {
+ "name": "Sunlight Sensitivity",
+ "desc": "While in sunlight, the kobold has disadvantage on attack rolls, and its Perception is 3 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_kobold"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2116,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The kobold has advantage on attack rolls against a creature if at least one of the kobold's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_kobold-swiftblade"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2117,
+ "fields": {
+ "name": "Sunlight Sensitivity",
+ "desc": "While in sunlight, the kobold has disadvantage on attack rolls, and its Perception is 7 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_kobold-swiftblade"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2118,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The kobold has advantage on attack rolls against a creature if at least one of the kobold's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_kobold-witch"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2119,
+ "fields": {
+ "name": "Sunlight Sensitivity",
+ "desc": "While in sunlight, the kobold has disadvantage on attack rolls, and its Perception is 7 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_kobold-witch"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2120,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The kraken can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_kraken"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2121,
+ "fields": {
+ "name": "Freedom of Movement",
+ "desc": "The kraken ignores difficult terrain, and magical effects can't reduce its speed or cause it to be restrained. It can spend 5 feet of movement to escape from nonmagical restraints or being grappled.",
+ "type": null,
+ "parent": "bfrd_kraken"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2122,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the kraken fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_kraken"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2123,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The kraken is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_kraken"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2124,
+ "fields": {
+ "name": "Siege Monster",
+ "desc": "The kraken deals double damage to objects and structures.",
+ "type": null,
+ "parent": "bfrd_kraken"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2125,
+ "fields": {
+ "name": "Badlands Strider",
+ "desc": "Difficult terrain composed of sand, mud, or rock doesn't cost the lamia extra movement. In addition, the lamia leaves no tracks or other traces of its passage when moving through sandy, muddy, or rocky terrain.",
+ "type": null,
+ "parent": "bfrd_lamia"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2126,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The lamia is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_lamia"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2127,
+ "fields": {
+ "name": "Aberrant Resilience",
+ "desc": "The lantern hagfish is resistant to the charmed, frightened, paralyzed, and stunned conditions, and it has advantage on saves against spells or effects that would alter its form.",
+ "type": null,
+ "parent": "bfrd_lantern-hagfish"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2128,
+ "fields": {
+ "name": "Bioluminescent Slime",
+ "desc": "The lantern hagfish sheds bright light in a 5- to 20-foot radius and dim light for an additional number of feet equal to the chosen radius. The hagfish can alter the radius as a bonus action. In addition, the hagfish has advantage on attack rolls against a creature if at least one other hagfish is within 5 feet of the creature and that other hagfish isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_lantern-hagfish"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2129,
+ "fields": {
+ "name": "Void Dweller",
+ "desc": "The lantern hagfish doesn't require air or sleep, and it is immune to the effects of Void terrain. In addition, it can swim through the Void as if through water.",
+ "type": null,
+ "parent": "bfrd_lantern-hagfish"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2130,
+ "fields": {
+ "name": "Devil's Sight",
+ "desc": "Magical darkness doesn't impede the lemure's darkvision.",
+ "type": null,
+ "parent": "bfrd_lemure"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2131,
+ "fields": {
+ "name": "Devilish Resilience",
+ "desc": "The devil is resistant to cold damage. In addition, it is immune to fire damage and poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_lemure"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2132,
+ "fields": {
+ "name": "Hellish Rejuvenation",
+ "desc": "Unlike other outsiders, a lemure that dies in its home plane of the Hells is restored in a new body in 1d10 days, regaining all its HP and becoming active again. The new body appears in the Hells within 1 mile of where it was slain. Only sprinkling holy water on the lemure's remains can prevent this trait from functioning.",
+ "type": null,
+ "parent": "bfrd_lemure"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2133,
+ "fields": {
+ "name": "Arcane Mastery",
+ "desc": "The lich can concentrate on two spells simultaneously. If it casts a third spell that requires concentration, the lich loses concentration on the oldest spell. If the lich is concentrating on two spells and loses concentration because of taking damage, it loses concentration only on the oldest spell.",
+ "type": null,
+ "parent": "bfrd_lich"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2134,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the lich fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_lich"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2135,
+ "fields": {
+ "name": "Rejuvenation",
+ "desc": "If it has a phylactery, a destroyed lich gains a new body in 1d10 days, regaining all its HP and becoming active again. The new body appears within 5 feet of the phylactery.",
+ "type": null,
+ "parent": "bfrd_lich"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2136,
+ "fields": {
+ "name": "Turn Resistance",
+ "desc": "The lich has advantage on saves against any effect that turns undead.",
+ "type": null,
+ "parent": "bfrd_lich"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2137,
+ "fields": {
+ "name": "Undead Nature",
+ "desc": "The lich doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_lich"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2138,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The lich is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_lich"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2139,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The lion's Perception is 18 when perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_lion"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2140,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The lion has advantage on attack rolls against a creature if at least one of the lion's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_lion"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2141,
+ "fields": {
+ "name": "Pounce",
+ "desc": "If the lion moves at least 20 feet straight toward a creature and then hits it with a Claws attack on the same turn, that target must succeed on a DC 13 STR save or be knocked prone. If the target is prone, the lion can make one Bite attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_lion"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2142,
+ "fields": {
+ "name": "Running Leap",
+ "desc": "With a 10-foot running start, the lion can long jump up to 25 feet.",
+ "type": null,
+ "parent": "bfrd_lion"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2143,
+ "fields": {
+ "name": "Construct Nature",
+ "desc": "The living colossus doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_living-colossus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2144,
+ "fields": {
+ "name": "Construct Resilience",
+ "desc": "The living colossus is immune to poison and psychic damage, and it is immune to exhaustion and the charmed, frightened, paralyzed, petrified, and poisoned conditions.",
+ "type": null,
+ "parent": "bfrd_living-colossus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2145,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the living colossus remains motionless, it is indistinguishable from a normal statue or monument of the individual it represents.",
+ "type": null,
+ "parent": "bfrd_living-colossus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2146,
+ "fields": {
+ "name": "Immutable Form",
+ "desc": "The living colossus is immune to any spell or effect that would alter its form.",
+ "type": null,
+ "parent": "bfrd_living-colossus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2147,
+ "fields": {
+ "name": "Siege Monster",
+ "desc": "The living colossus deals double damage to objects and structures.",
+ "type": null,
+ "parent": "bfrd_living-colossus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2148,
+ "fields": {
+ "name": "Heightened Smell and Taste",
+ "desc": "The lizardfolk's Perception is 18 when perceiving by smell or taste.",
+ "type": null,
+ "parent": "bfrd_lizardfolk"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2149,
+ "fields": {
+ "name": "Hold Breath",
+ "desc": "The lizardfolk can hold its breath for 15 minutes.",
+ "type": null,
+ "parent": "bfrd_lizardfolk"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2150,
+ "fields": {
+ "name": "Brutal",
+ "desc": "A melee weapon deals one extra die of its damage when the lizardfolk ruler hits with it (included in the attack).",
+ "type": null,
+ "parent": "bfrd_lizardfolk-ruler"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2151,
+ "fields": {
+ "name": "Heightened Smell and Taste",
+ "desc": "The lizardfolk's Perception is 17 when perceiving by smell or taste.",
+ "type": null,
+ "parent": "bfrd_lizardfolk-ruler"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2152,
+ "fields": {
+ "name": "Hold Breath",
+ "desc": "The lizardfolk ruler can hold its breath for 15 minutes.",
+ "type": null,
+ "parent": "bfrd_lizardfolk-ruler"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2153,
+ "fields": {
+ "name": "Unshakable Command",
+ "desc": "Each friendly creature within 30 feet of the lizardfolk ruler can't be charmed or frightened while the ruler isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_lizardfolk-ruler"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2154,
+ "fields": {
+ "name": "Heightened Smell and Taste",
+ "desc": "The lizardfolk's Perception is 20 when perceiving by smell or taste.",
+ "type": null,
+ "parent": "bfrd_lizardfolk-shaman"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2155,
+ "fields": {
+ "name": "Hold Breath",
+ "desc": "The lizardfolk shaman can hold its breath for 15 minutes.",
+ "type": null,
+ "parent": "bfrd_lizardfolk-shaman"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2156,
+ "fields": {
+ "name": "Arcane Weapons",
+ "desc": "The mage apprentice's weapon attacks are magical. When the mage hits with any weapon, the weapon deals an extra 2d8 force damage (included in the attack).",
+ "type": null,
+ "parent": "bfrd_mage-apprentice"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2157,
+ "fields": {
+ "name": "Reckless Show-Off",
+ "desc": "If it can see a fellow apprentice or its magical teacher at the start of its turn, the mage apprentice has advantage on the first spell attack roll it makes during that turn, but attack rolls against it also have advantage until the start of its next turn.",
+ "type": null,
+ "parent": "bfrd_mage-apprentice"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2158,
+ "fields": {
+ "name": "Arcane Weapons",
+ "desc": "The mage's weapon attacks are magical. When the mage hits with any weapon, the weapon deals an extra 3d8 force damage (included in the attack).",
+ "type": null,
+ "parent": "bfrd_mage"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2159,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The mage has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_mage"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2160,
+ "fields": {
+ "name": "Death Burst",
+ "desc": "When the mephit dies, it explodes in a burst of lava. Each creature within 5 feet of it must succeed on a DC 11 DEX save or be pushed up to 10 feet away from the mephit, knocked prone, and catch on fire. Until a creature takes an action to douse the fire, the creature on fire takes 3 (1d6) fire damage at the start of each of its turns.",
+ "type": null,
+ "parent": "bfrd_magma-mephit"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2161,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the mephit remains motionless, it is indistinguishable from an ordinary mound of molten rock.",
+ "type": null,
+ "parent": "bfrd_magma-mephit"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2162,
+ "fields": {
+ "name": "Death Burst",
+ "desc": "When the magmin dies, it collapses into a Tiny cinder cone. On initiative count 20 after the magmin dies, the cinder cone erupts in a burst of fire and lava. Each creature within 10 feet of the cone must make a DC 11 DEX save, taking 7 (2d6) fire damage on a failed save, or half as much damage on a successful one. Flammable objects that aren't being worn or carried in that area are ignited.",
+ "type": null,
+ "parent": "bfrd_magmin"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2163,
+ "fields": {
+ "name": "Hardened Magma",
+ "desc": "While the magmin isn't ablaze, it is resistant to piercing and slashing damage from nonmagical attacks, and it is vulnerable to thunder damage.",
+ "type": null,
+ "parent": "bfrd_magmin"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2164,
+ "fields": {
+ "name": "Molten Body",
+ "desc": "While the magmin is ablaze, each creature that hits it with a melee attack while within 5 feet of it takes 3 (1d6) fire damage.",
+ "type": null,
+ "parent": "bfrd_magmin"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2165,
+ "fields": {
+ "name": "Trampling Charge",
+ "desc": "If the mammoth moves at least 20 feet straight toward a creature and then hits it with a Gore attack on the same turn, that target must succeed on a DC 17 STR save or be knocked prone. If the target is prone, the mammoth can make one Stomp attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_mammoth"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2166,
+ "fields": {
+ "name": "Mimicry",
+ "desc": "The manticore can mimic Humanoid voices. A creature that hears the sounds can tell they are imitations with a successful DC 13 WIS (Insight) check.",
+ "type": null,
+ "parent": "bfrd_manticore"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2167,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The manticore is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_manticore"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2168,
+ "fields": {
+ "name": "Tail Spike Regrowth",
+ "desc": "The manticore has twenty-four tail spikes. Used spikes regrow when the manticore finishes a long rest.",
+ "type": null,
+ "parent": "bfrd_manticore"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2169,
+ "fields": {
+ "name": "Demonic Resilience",
+ "desc": "The marilith is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_marilith"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2170,
+ "fields": {
+ "name": "Flaming Weapons",
+ "desc": "The marilith's weapon attacks are magical. When it hits with any weapon, the weapon deals an extra 2d6 fire damage (included in the attack).",
+ "type": null,
+ "parent": "bfrd_marilith"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2171,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The marilith has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_marilith"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2172,
+ "fields": {
+ "name": "Reactive",
+ "desc": "The marilith gets up to five extra reactions, but these extra reactions can be used only for Parry.",
+ "type": null,
+ "parent": "bfrd_marilith"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2173,
+ "fields": {
+ "name": "Tools of the Trade",
+ "desc": "The master alchemist is proficient with alchemist's supplies and doubles its proficiency bonus for any ability check it makes with alchemist's supplies.",
+ "type": null,
+ "parent": "bfrd_master-alchemist"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2174,
+ "fields": {
+ "name": "Heightened Hearing and Smell",
+ "desc": "The mastiff's Perception is 16 when perceiving by hearing or smell.",
+ "type": null,
+ "parent": "bfrd_mastiff"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2175,
+ "fields": {
+ "name": "Tools of the Trade",
+ "desc": "The mechanist is proficient with tinker tools and doubles its proficiency bonus for any ability check it makes with tinker tools.",
+ "type": null,
+ "parent": "bfrd_mechanist"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2176,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The medusa is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_medusa"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2177,
+ "fields": {
+ "name": "Petrifying Gaze",
+ "desc": "When a creature that can see the medusa's eyes starts its turn within 30 feet of the medusa, the medusa can force it to make a DC 14 CON save if the medusa isn't incapacitated and can see the creature. If the save fails by 5 or more, the creature is instantly petrified. Otherwise, a creature that fails the save begins to turn to stone and is restrained. The restrained creature must repeat the save at the end of its next turn, becoming petrified on a failure or ending the effect on itself on a success. The petrification lasts until the creature is freed by the greater restoration spell or other magic.
Unless surprised, a creature can avert its eyes to avoid the save at the start of its turn. If the creature does so, it can't see the medusa until the start of its next turn, when it can avert its eyes again. If the creature looks at the medusa in the meantime, it must immediately make the save.
If the medusa sees itself reflected on a polished surface within 30 feet of it and in an area of bright light, the medusa, due to its curse, is affected by its own gaze. A medusa isn't resistant to its own gaze.",
+ "type": null,
+ "parent": "bfrd_medusa"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2178,
+ "fields": {
+ "name": "Snake Friend",
+ "desc": "The medusa can communicate with snakes as if they shared a language, and snakes can't be petrified by the medusa's Petrifying Gaze.",
+ "type": null,
+ "parent": "bfrd_medusa"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2179,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The merfolk can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_merfolk"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2180,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The merrow can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_merrow"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2181,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The merrow is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_merrow"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2182,
+ "fields": {
+ "name": "Adhesive (Object Form Only)",
+ "desc": "The mimic adheres to anything that touches it. A Huge or smaller creature adhered to the mimic is also grappled by it (escape DC 13). Ability checks made to escape this grapple have disadvantage.",
+ "type": null,
+ "parent": "bfrd_mimic"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2183,
+ "fields": {
+ "name": "False Appearance (Object Form Only)",
+ "desc": "While the mimic remains motionless, it is indistinguishable from an ordinary object.",
+ "type": null,
+ "parent": "bfrd_mimic"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2184,
+ "fields": {
+ "name": "Grappler",
+ "desc": "The mimic has advantage on attack rolls against any creature grappled by it.",
+ "type": null,
+ "parent": "bfrd_mimic"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2185,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The mimic is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_mimic"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2186,
+ "fields": {
+ "name": "Charge",
+ "desc": "If the minotaur moves at least 10 feet straight toward a target and then hits it with a Gore attack on the same turn, the target takes an extra 7 (2d6) piercing damage. If the target is a creature, it must succeed on a DC 14 STR save or be pushed up to 10 feet away from the minotaur and knocked prone.",
+ "type": null,
+ "parent": "bfrd_minotaur"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2187,
+ "fields": {
+ "name": "Labyrinthine Recall",
+ "desc": "The minotaur can perfectly recall any path it has traveled.",
+ "type": null,
+ "parent": "bfrd_minotaur"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2188,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The minotaur is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_minotaur"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2189,
+ "fields": {
+ "name": "Reckless",
+ "desc": "At the start of its turn, the minotaur can gain advantage on all melee weapon attack rolls it makes during that turn, but attack rolls against it have advantage until the start of its next turn.",
+ "type": null,
+ "parent": "bfrd_minotaur"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2190,
+ "fields": {
+ "name": "Siege Monster",
+ "desc": "The minotaur deals double damage to objects and structures.",
+ "type": null,
+ "parent": "bfrd_minotaur"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2191,
+ "fields": {
+ "name": "Charge",
+ "desc": "If the minotaur skeleton moves at least 10 feet straight toward a target and then hits it with a Gore attack on the same turn, the target takes an extra 7 (2d6) piercing damage. If the target is a creature, it must succeed on a DC 14 STR save or be pushed up to 10 feet away from the skeleton and knocked prone.",
+ "type": null,
+ "parent": "bfrd_minotaur-skeleton"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2192,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the minotaur skeleton remains motionless and prone, it is indistinguishable from an inanimate minotaur skeleton.",
+ "type": null,
+ "parent": "bfrd_minotaur-skeleton"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2193,
+ "fields": {
+ "name": "Labyrinthine Memories",
+ "desc": "The minotaur skeleton has advantage on checks and saves to avoid becoming lost or to recall a path it has previously traveled.",
+ "type": null,
+ "parent": "bfrd_minotaur-skeleton"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2194,
+ "fields": {
+ "name": "Undead Nature",
+ "desc": "The skeleton doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_minotaur-skeleton"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2195,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The skeleton is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_minotaur-skeleton"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2196,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The mire fiend can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_mire-fiend"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2197,
+ "fields": {
+ "name": "Demonic Resilience",
+ "desc": "The mire fiend is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_mire-fiend"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2198,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The mire fiend has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_mire-fiend"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2199,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The mire fiend has advantage on attack rolls against a creature if at least one of the mire fiend's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_mire-fiend"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2200,
+ "fields": {
+ "name": "Swamp Camouflage",
+ "desc": "The mire fiend's Stealth is 21 while in swampy terrain.",
+ "type": null,
+ "parent": "bfrd_mire-fiend"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2201,
+ "fields": {
+ "name": "Aberrant Resilience",
+ "desc": "The mordovermis is resistant to the charmed, frightened, paralyzed, and stunned conditions, and it has advantage on saves against spells or effects that would alter its form.",
+ "type": null,
+ "parent": "bfrd_mordovermis"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2202,
+ "fields": {
+ "name": "Sinuous Form",
+ "desc": "The mordovermis can easily move through any opening large enough for a Small creature. It can squeeze through any opening large enough for a Tiny creature. The mordovermis's destination must still have suitable room to accommodate its volume.",
+ "type": null,
+ "parent": "bfrd_mordovermis"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2203,
+ "fields": {
+ "name": "Sunlight Sensitivity",
+ "desc": "While in sunlight, the mordovermis has disadvantage on attack rolls, and its Perception is 9 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_mordovermis"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2204,
+ "fields": {
+ "name": "Beast of Burden",
+ "desc": "The mule is considered to be a Large animal for the purpose of determining its carrying capacity.",
+ "type": null,
+ "parent": "bfrd_mule"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2205,
+ "fields": {
+ "name": "Undead Nature",
+ "desc": "The mummy doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_mummy"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2206,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The mummy is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_mummy"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2207,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the mummy lord fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_mummy-lord"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2208,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The mummy lord has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_mummy-lord"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2209,
+ "fields": {
+ "name": "Rejuvenation",
+ "desc": "A destroyed mummy lord gains a new body in 24 hours if its heart is intact, regaining all its HP and becoming active again. The new body appears within 5 feet of the mummy lord's heart.",
+ "type": null,
+ "parent": "bfrd_mummy-lord"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2210,
+ "fields": {
+ "name": "Turning Defiance",
+ "desc": "The mummy lord and any friendly Undead within 30 feet of it have advantage on saves against effects that turn undead.",
+ "type": null,
+ "parent": "bfrd_mummy-lord"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2211,
+ "fields": {
+ "name": "Undead Nature",
+ "desc": "The mummy lord doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_mummy-lord"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2212,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The mummy lord is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_mummy-lord"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2213,
+ "fields": {
+ "name": "Fungal Toxicity",
+ "desc": "A creature that hits the mycolid with a melee attack while within 5 feet of it must succeed on a DC 13 CON save or be poisoned for 1 hour. If the poison isn't neutralized before 1 hour has passed, the creature must succeed on a DC 13 CON save, taking 5 (2d4) poison damage on a failed save, or half as much damage on a successful one.",
+ "type": null,
+ "parent": "bfrd_mycolid-commoner"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2214,
+ "fields": {
+ "name": "Mycolid Connection",
+ "desc": "The mycolid can pinpoint the location of each friendly mycolid within 120 feet of it. In addition, its telepathy range increases to 120 feet when communicating with other mycolids.",
+ "type": null,
+ "parent": "bfrd_mycolid-commoner"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2215,
+ "fields": {
+ "name": "Plant Resilience",
+ "desc": "The mycolid is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_mycolid-commoner"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2216,
+ "fields": {
+ "name": "Fungal Toxicity",
+ "desc": "A creature that hits the mycolid with a melee attack while within 5 feet of it must succeed on a DC 13 CON save or be poisoned for 5 hours. If the poison isn't neutralized before 5 hours have passed, the creature must succeed on a DC 14 CON save, taking 9 (2d8) poison damage on a failed save, or half as much damage on a successful one.",
+ "type": null,
+ "parent": "bfrd_mycolid-spore-lord"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2217,
+ "fields": {
+ "name": "Mycolid Connection",
+ "desc": "The spore lord can pinpoint the location of each friendly mycolid within 1 mile of it. In addition, its telepathy range increases to 1 mile when communicating with other mycolids.",
+ "type": null,
+ "parent": "bfrd_mycolid-spore-lord"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2218,
+ "fields": {
+ "name": "Plant Resilience",
+ "desc": "The mycolid is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_mycolid-spore-lord"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2219,
+ "fields": {
+ "name": "Demonic Resilience",
+ "desc": "The nalfeshnee is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_nalfeshnee"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2220,
+ "fields": {
+ "name": "Horrific Nimbus",
+ "desc": "The nalfeshnee magically emits scintillating, multicolored light that disorients and frightens mortals. Each creature that isn't an Aberration, Celestial, or Fiend and that starts its turn within 15 feet of the nalfeshnee must succeed on a DC 16 WIS save or be frightened until the start of its next turn. A creature that fails the save by 5 or more must take the Dash action on its turn and move away from the nalfeshnee by the safest available route, unless there is nowhere to move.",
+ "type": null,
+ "parent": "bfrd_nalfeshnee"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2221,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The nalfeshnee has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_nalfeshnee"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2222,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The hag has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_night-hag"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2223,
+ "fields": {
+ "name": "Illumination",
+ "desc": "The nightmare sheds bright light in a 10-foot radius and dim light for an additional 10 feet.",
+ "type": null,
+ "parent": "bfrd_nightmare"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2224,
+ "fields": {
+ "name": "Riding Flames",
+ "desc": "Any creature riding a willing nightmare is resistant to fire damage. A creature riding the nightmare without the nightmare's permission takes 3 (1d6) fire damage at the start of each of the nightmare's turns.",
+ "type": null,
+ "parent": "bfrd_nightmare"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2225,
+ "fields": {
+ "name": "Impenetrable Ego",
+ "desc": "While the noble is conscious and wearing no armor and wielding no shield, it adds its CHA modifier to its AC (included above). In addition, it is resistant to the charmed and frightened conditions.",
+ "type": null,
+ "parent": "bfrd_noble"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2226,
+ "fields": {
+ "name": "Amorphous",
+ "desc": "The ochre jelly can move through a space as narrow as 1 inch wide without squeezing.",
+ "type": null,
+ "parent": "bfrd_ochre-jelly"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2227,
+ "fields": {
+ "name": "Ooze Nature",
+ "desc": "The ochre jelly doesn't require sleep.",
+ "type": null,
+ "parent": "bfrd_ochre-jelly"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2228,
+ "fields": {
+ "name": "Ooze Resilience",
+ "desc": "The ochre jelly is resistant to the restrained condition, and it is immune to exhaustion and to the blinded, charmed, deafened, frightened, and prone conditions.",
+ "type": null,
+ "parent": "bfrd_ochre-jelly"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2229,
+ "fields": {
+ "name": "Overwhelming Stench",
+ "desc": "A creature that starts its turn within 10 feet of the ochre jelly must succeed on a DC 13 CON save or be poisoned until the start of its next turn. If a creature fails the save by 5 or more, it must spend its turn retching uncontrollably and be unable to move or act.",
+ "type": null,
+ "parent": "bfrd_ochre-jelly"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2230,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The ochre jelly can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_ochre-jelly"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2231,
+ "fields": {
+ "name": "Hold Breath",
+ "desc": "While out of water, the octopus can hold its breath for 30 minutes.",
+ "type": null,
+ "parent": "bfrd_octopus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2232,
+ "fields": {
+ "name": "Underwater Camouflage",
+ "desc": "The octopus's Stealth is 18 while underwater.",
+ "type": null,
+ "parent": "bfrd_octopus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2233,
+ "fields": {
+ "name": "Water Breathing",
+ "desc": "The octopus can breathe only underwater.",
+ "type": null,
+ "parent": "bfrd_octopus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2234,
+ "fields": {
+ "name": "Hold Breath",
+ "desc": "While out of water, the octopus can hold its breath for 1 hour.",
+ "type": null,
+ "parent": "bfrd_octopus-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2235,
+ "fields": {
+ "name": "Underwater Camouflage",
+ "desc": "The octopus's Stealth is 18 while underwater.",
+ "type": null,
+ "parent": "bfrd_octopus-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2236,
+ "fields": {
+ "name": "Water Breathing",
+ "desc": "The octopus can breathe only underwater.",
+ "type": null,
+ "parent": "bfrd_octopus-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2237,
+ "fields": {
+ "name": "Giant Attributes",
+ "desc": "The ogre is resistant to the stunned condition, and it is vulnerable to the prone condition.",
+ "type": null,
+ "parent": "bfrd_ogre"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2238,
+ "fields": {
+ "name": "Undead Fortitude",
+ "desc": "If damage reduces the zombie to 0 HP, it must make a CON save with a DC equal to 5 + the damage taken, unless the damage is radiant or from a critical hit. On a success, the zombie drops to 1 HP instead.",
+ "type": null,
+ "parent": "bfrd_ogre-zombie"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2239,
+ "fields": {
+ "name": "Undead Nature",
+ "desc": "The zombie doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_ogre-zombie"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2240,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The zombie is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_ogre-zombie"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2241,
+ "fields": {
+ "name": "Empowered Weapons",
+ "desc": "The oni's weapon attacks are magical. When the oni hits with any weapon, the weapon deals an extra 3d6 force damage (included in the attack).",
+ "type": null,
+ "parent": "bfrd_oni"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2242,
+ "fields": {
+ "name": "Giant Attributes",
+ "desc": "The oni is resistant to the stunned condition.",
+ "type": null,
+ "parent": "bfrd_oni"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2243,
+ "fields": {
+ "name": "Regeneration",
+ "desc": "The oni regains 10 HP at the start of its turn if it has at least 1 HP.",
+ "type": null,
+ "parent": "bfrd_oni"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2244,
+ "fields": {
+ "name": "Stalwart",
+ "desc": "If the orc starts its turn afflicted by an ongoing effect that allows for a repeated save to end the effect, such as the hold spell or the poison from an ettercap's Bite, the orc can make the save at the start of the turn instead of the end and has advantage on the save.",
+ "type": null,
+ "parent": "bfrd_orc"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2245,
+ "fields": {
+ "name": "Martial Adept",
+ "desc": "A melee or ranged weapon deals one extra die of its damage when the orc warlord hits with it (included in the attack).",
+ "type": null,
+ "parent": "bfrd_orc-warlord"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2246,
+ "fields": {
+ "name": "Stalwart",
+ "desc": "As the **orc**.",
+ "type": null,
+ "parent": "bfrd_orc-warlord"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2247,
+ "fields": {
+ "name": "Echolocation",
+ "desc": "The orca can't use its keensense while deafened.",
+ "type": null,
+ "parent": "bfrd_orca"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2248,
+ "fields": {
+ "name": "Heightened Hearing",
+ "desc": "The orca's Perception is 18 when perceiving by hearing.",
+ "type": null,
+ "parent": "bfrd_orca"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2249,
+ "fields": {
+ "name": "Hold Breath",
+ "desc": "The orca can hold its breath for 30 minutes.",
+ "type": null,
+ "parent": "bfrd_orca"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2250,
+ "fields": {
+ "name": "Aberrant Resilience",
+ "desc": "The otyugh is resistant to the charmed, frightened, paralyzed, and stunned conditions, and it has advantage on saves against spells or effects that would alter its form.",
+ "type": null,
+ "parent": "bfrd_otyugh"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2251,
+ "fields": {
+ "name": "Limited Telepathy",
+ "desc": "The otyugh can magically transmit simple messages and images to any creature within 120 feet of it that can understand a language. This form of telepathy doesn't allow the receiving creature to telepathically respond.",
+ "type": null,
+ "parent": "bfrd_otyugh"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2252,
+ "fields": {
+ "name": "Stench",
+ "desc": "Each creature that starts its turn within 10 feet of the otyugh must succeed on a DC 15 CON save or be poisoned until the start of its next turn.",
+ "type": null,
+ "parent": "bfrd_otyugh"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2253,
+ "fields": {
+ "name": "Flyby",
+ "desc": "The owl doesn't provoke opportunity attacks when it flies out of an enemy's reach.",
+ "type": null,
+ "parent": "bfrd_owl"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2254,
+ "fields": {
+ "name": "Heightened Hearing and Sight",
+ "desc": "The owl's Perception is 18 when perceiving by hearing or sight.",
+ "type": null,
+ "parent": "bfrd_owl"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2255,
+ "fields": {
+ "name": "Quiet Wings",
+ "desc": "The owl's Stealth is 18 while flying.",
+ "type": null,
+ "parent": "bfrd_owl"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2256,
+ "fields": {
+ "name": "Flyby",
+ "desc": "The owl doesn't provoke opportunity attacks when it flies out of an enemy's reach.",
+ "type": null,
+ "parent": "bfrd_owl-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2257,
+ "fields": {
+ "name": "Heightened Hearing and Sight",
+ "desc": "The owl's Perception is 20 when perceiving by hearing or sight.",
+ "type": null,
+ "parent": "bfrd_owl-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2258,
+ "fields": {
+ "name": "Quiet Wings",
+ "desc": "The owl's Stealth is 19 while flying.",
+ "type": null,
+ "parent": "bfrd_owl-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2259,
+ "fields": {
+ "name": "Glide",
+ "desc": "The owlbear has long, sturdy feathers along its forelimbs and sides that expand while falling to slow its rate of descent to 60 feet per round, landing on its feet and taking no falling damage. It can move up to 5 feet horizontally for every 1 foot it falls. The owlbear can't gain height with its gliding feathers alone. If subjected to a strong wind or lift of any kind, it can use the updraft to glide farther.",
+ "type": null,
+ "parent": "bfrd_owlbear"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2260,
+ "fields": {
+ "name": "Heightened Sight and Smell",
+ "desc": "The owlbear's Perception is 18 when perceiving by sight or smell.",
+ "type": null,
+ "parent": "bfrd_owlbear"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2261,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The owlbear is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_owlbear"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2262,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The panther's Perception is 19 when perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_panther"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2263,
+ "fields": {
+ "name": "Pounce",
+ "desc": "If the panther moves at least 20 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 12 STR save or be knocked prone. If the target is prone, the panther can make one Bite attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_panther"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2264,
+ "fields": {
+ "name": "Celestial Resilience",
+ "desc": "The pegasus is resistant to radiant damage.",
+ "type": null,
+ "parent": "bfrd_pegasus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2265,
+ "fields": {
+ "name": "Diving Pounce",
+ "desc": "If the pegasus is flying and moves at least 20 feet straight toward a creature and then hits it with a Hooves attack on the same turn, that target must succeed on a DC 14 STR save or be knocked prone. If the target is prone, the pegasus can make one Hooves attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_pegasus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2266,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The pegasus has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_pegasus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2267,
+ "fields": {
+ "name": "Magic Weapons",
+ "desc": "The pegasus's weapon attacks are magical.",
+ "type": null,
+ "parent": "bfrd_pegasus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2268,
+ "fields": {
+ "name": "Ethereal Sight",
+ "desc": "The phase spider can see 60 feet into the Ethereal Plane when it is on the Material Plane, and vice versa.",
+ "type": null,
+ "parent": "bfrd_phase-spider"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2269,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The phase spider is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_phase-spider"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2270,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The spider can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_phase-spider"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2271,
+ "fields": {
+ "name": "Web Walker",
+ "desc": "The spider ignores movement restrictions caused by webbing.",
+ "type": null,
+ "parent": "bfrd_phase-spider"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2272,
+ "fields": {
+ "name": "Aura of the Devil Lord",
+ "desc": "Each hostile creature that starts its turn within 20 feet of the pit fiend must succeed on a DC 21 WIS save or be frightened until the start of its next turn. Each friendly devil within 20 feet of the pit fiend is immune to the charmed and frightened conditions and has advantage on the first attack roll it makes on each of its turns.",
+ "type": null,
+ "parent": "bfrd_pit-fiend"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2273,
+ "fields": {
+ "name": "Devilish Resilience",
+ "desc": "The devil is resistant to cold damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to fire damage and poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_pit-fiend"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2274,
+ "fields": {
+ "name": "Flaming Weapons",
+ "desc": "The pit fiend's weapon attacks are magical. When the fiend hits with any weapon, the weapon deals an extra 4d6 fire damage (included in the attack).",
+ "type": null,
+ "parent": "bfrd_pit-fiend"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2275,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The pit fiend has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_pit-fiend"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2276,
+ "fields": {
+ "name": "Angelic Resilience",
+ "desc": "The planetar is resistant to radiant damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to exhaustion and the charmed and frightened conditions.",
+ "type": null,
+ "parent": "bfrd_planetar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2277,
+ "fields": {
+ "name": "Angelic Senses",
+ "desc": "The planetar can pinpoint the location of Aberrations, Celestials, Fiends, and Undead within 30 feet of it and knows if a place or object it can sense is consecrated or desecrated.",
+ "type": null,
+ "parent": "bfrd_planetar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2278,
+ "fields": {
+ "name": "Angelic Weapons",
+ "desc": "The planetar's weapon attacks are magical. When it hits with any weapon, the weapon deals an extra 7d8 radiant damage (included in the attack).",
+ "type": null,
+ "parent": "bfrd_planetar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2279,
+ "fields": {
+ "name": "Divine Awareness",
+ "desc": "The planetar knows if it hears a lie.",
+ "type": null,
+ "parent": "bfrd_planetar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2280,
+ "fields": {
+ "name": "Divine Protection",
+ "desc": "Aberrations, Celestials, Fiends, and Undead have disadvantage on attack rolls against the planetar.",
+ "type": null,
+ "parent": "bfrd_planetar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2281,
+ "fields": {
+ "name": "Immortal Nature",
+ "desc": "The planetar doesn't require food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_planetar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2282,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The planetar has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_planetar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2283,
+ "fields": {
+ "name": "Hardy",
+ "desc": "Any critical hit against the dinosaur becomes a normal hit.",
+ "type": null,
+ "parent": "bfrd_plesiosaurus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2284,
+ "fields": {
+ "name": "Hold Breath",
+ "desc": "The plesiosaurus can hold its breath for 1 hour.",
+ "type": null,
+ "parent": "bfrd_plesiosaurus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2285,
+ "fields": {
+ "name": "Draft Animal",
+ "desc": "The draft horse can push, drag, or lift weight in pounds equal to three times its carrying capacity.",
+ "type": null,
+ "parent": "bfrd_pony"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2286,
+ "fields": {
+ "name": "Divine Blessing",
+ "desc": "The priest is resistant to necrotic damage or radiant damage, as appropriate for the priest's deity.",
+ "type": null,
+ "parent": "bfrd_priest"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2287,
+ "fields": {
+ "name": "Divine Weapons",
+ "desc": "The priest's weapons are shrouded in dark or golden flames, as appropriate for the priest's deity. When the priest hits with any weapon, the weapon deals an extra 2d6 necrotic damage or radiant damage (included in the attack), the priest's choice.",
+ "type": null,
+ "parent": "bfrd_priest"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2288,
+ "fields": {
+ "name": "Heightened Senses",
+ "desc": "The pseudodragon's Perception is 18 when perceiving by sight, hearing, or smell.",
+ "type": null,
+ "parent": "bfrd_pseudodragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2289,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The pseudodragon has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_pseudodragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2290,
+ "fields": {
+ "name": "Limited Telepathy",
+ "desc": "The pseudodragon can magically communicate simple ideas, emotions, and images telepathically with any creature within 100 feet of it that can understand a language.",
+ "type": null,
+ "parent": "bfrd_pseudodragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2291,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The purple worm is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_purple-worm"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2292,
+ "fields": {
+ "name": "Tunneler",
+ "desc": "The purple worm can burrow through solid rock at half its burrowing speed, and it leaves a 10-foot-diameter tunnel in its wake.",
+ "type": null,
+ "parent": "bfrd_purple-worm"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2293,
+ "fields": {
+ "name": "Demonic Resilience",
+ "desc": "The quasit is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_quasit"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2294,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The quasit has advantage on saving throws against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_quasit"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2295,
+ "fields": {
+ "name": "Blood Frenzy",
+ "desc": "The quipper has advantage on melee attack rolls against any creature that doesn't have all its HP.",
+ "type": null,
+ "parent": "bfrd_quipper"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2296,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The quipper's Perception is 13 when perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_quipper"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2297,
+ "fields": {
+ "name": "Water Breathing",
+ "desc": "The quipper can breathe only underwater.",
+ "type": null,
+ "parent": "bfrd_quipper"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2298,
+ "fields": {
+ "name": "Blood Frenzy",
+ "desc": "The swarm has advantage on melee attack rolls against any creature that doesn't have all its HP.",
+ "type": null,
+ "parent": "bfrd_quipper-swarm-of-quippers"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2299,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The swarm's Perception is 15 when perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_quipper-swarm-of-quippers"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2300,
+ "fields": {
+ "name": "Swarm",
+ "desc": "The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny quipper. The swarm can't regain HP or gain temporary HP.",
+ "type": null,
+ "parent": "bfrd_quipper-swarm-of-quippers"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2301,
+ "fields": {
+ "name": "Swarm Resilience",
+ "desc": "The swarm is resistant to bludgeoning, piercing, and slashing damage, and it is immune to the charmed, frightened, grappled, paralyzed, petrified, prone, restrained, and stunned conditions.",
+ "type": null,
+ "parent": "bfrd_quipper-swarm-of-quippers"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2302,
+ "fields": {
+ "name": "Water Breathing",
+ "desc": "The swarm can breathe only underwater.",
+ "type": null,
+ "parent": "bfrd_quipper-swarm-of-quippers"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2303,
+ "fields": {
+ "name": "Limited Magic Immunity",
+ "desc": "The rakshasa can't be affected or detected by spells of 6th level or lower unless it wishes to be. It has advantage on saves against all other spells and magical effects.",
+ "type": null,
+ "parent": "bfrd_rakshasa"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2304,
+ "fields": {
+ "name": "Accustomed to Filth",
+ "desc": "The rat has advantage on saves against contracting diseases.",
+ "type": null,
+ "parent": "bfrd_rat"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2305,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The rat's Perception is 15 while perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_rat"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2306,
+ "fields": {
+ "name": "Accustomed to Filth",
+ "desc": "The rat has advantage on saves against contracting diseases.",
+ "type": null,
+ "parent": "bfrd_rat-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2307,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The rat's Perception is 15 while perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_rat-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2308,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The rat has advantage on attack rolls against a creature if at least one of the rat's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_rat-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2309,
+ "fields": {
+ "name": "Accustomed to Filth",
+ "desc": "The swarm has advantage on saves against contracting diseases.",
+ "type": null,
+ "parent": "bfrd_rat-swarm-of-rats"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2310,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The swarm's Perception is 15 when perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_rat-swarm-of-rats"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2311,
+ "fields": {
+ "name": "Swarm",
+ "desc": "The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny rat. The swarm can't regain HP or gain temporary HP.",
+ "type": null,
+ "parent": "bfrd_rat-swarm-of-rats"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2312,
+ "fields": {
+ "name": "Swarm Resilience",
+ "desc": "The swarm is resistant to bludgeoning, piercing, and slashing damage, and it is immune to the charmed, frightened, grappled, paralyzed, petrified, prone, restrained, and stunned conditions.",
+ "type": null,
+ "parent": "bfrd_rat-swarm-of-rats"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2313,
+ "fields": {
+ "name": "Carrion Sense",
+ "desc": "The raven can pinpoint, by scent, the location of carrion, dead creatures, and Undead without the Incorporeal Movement trait within 60 feet of it.",
+ "type": null,
+ "parent": "bfrd_raven"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2314,
+ "fields": {
+ "name": "Mimicry",
+ "desc": "The raven can mimic simple sounds it has heard, such as a chord of a flute melody, a baby crying, or an animal chittering. A creature that hears the sounds can tell they are imitations with a successful DC 10 WIS (Insight) check.",
+ "type": null,
+ "parent": "bfrd_raven"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2315,
+ "fields": {
+ "name": "Recollection",
+ "desc": "The raven knows up to 20 words in any language it has heard and can repeat those words in the voices it heard them, using its Mimicry trait.",
+ "type": null,
+ "parent": "bfrd_raven"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2316,
+ "fields": {
+ "name": "Carrion Sense",
+ "desc": "The swarm can pinpoint, by scent, the location of carrion, dead creatures, and Undead without the Incorporeal Movement trait within 60 feet of it.",
+ "type": null,
+ "parent": "bfrd_raven-swarm-of-ravens"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2317,
+ "fields": {
+ "name": "Pilfering Swarm",
+ "desc": "A creature in the swarm's space is surrounded by ravens pecking and pulling at its clothing, hair, fur, and belongings. If a creature in the swarm's space casts a spell with a material component, it must succeed on a DC 12 DEX save or the spell fails to cast, expending the action required to cast it but not the spell slot or daily use, as the ravens steal the component.",
+ "type": null,
+ "parent": "bfrd_raven-swarm-of-ravens"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2318,
+ "fields": {
+ "name": "Swarm",
+ "desc": "The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny raven. The swarm can't regain HP or gain temporary HP.",
+ "type": null,
+ "parent": "bfrd_raven-swarm-of-ravens"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2319,
+ "fields": {
+ "name": "Swarm Resilience",
+ "desc": "The swarm is resistant to bludgeoning, piercing, and slashing damage, and it is immune to the charmed, frightened, grappled, paralyzed, petrified, prone, restrained, and stunned conditions.",
+ "type": null,
+ "parent": "bfrd_raven-swarm-of-ravens"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2320,
+ "fields": {
+ "name": "Pounce",
+ "desc": "If the dragon moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 14 STR save or be knocked prone. If the target is prone, the dragon can make one Claw attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_red-dragon-wyrmling"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2321,
+ "fields": {
+ "name": "Heated Body",
+ "desc": "A creature that touches the remorhaz or hits it with a melee attack while within 5 feet of it takes 7 (2d6) fire damage.",
+ "type": null,
+ "parent": "bfrd_remorhaz"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2322,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The remorhaz is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_remorhaz"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2323,
+ "fields": {
+ "name": "Tunneler",
+ "desc": "The remorhaz can burrow through ice, snow, and permafrost, and it leaves a 5-foot-diameter tunnel in its wake.",
+ "type": null,
+ "parent": "bfrd_remorhaz"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2324,
+ "fields": {
+ "name": "Charge",
+ "desc": "If the rhinoceros moves at least 20 feet straight toward a target and then hits it with a Gore attack on the same turn, the target takes an extra 7 (2d6) piercing damage. If the target is a creature, it must succeed on a DC 15 STR save or be pushed up to 10 feet away from the rhinoceros and knocked prone.",
+ "type": null,
+ "parent": "bfrd_rhinoceros"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2325,
+ "fields": {
+ "name": "Construct Nature",
+ "desc": "The drone doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_robot-drone"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2326,
+ "fields": {
+ "name": "Construct Resilience",
+ "desc": "The drone is immune to poison and psychic damage, and it is immune to exhaustion and the charmed, frightened, paralyzed, petrified, and poisoned conditions.",
+ "type": null,
+ "parent": "bfrd_robot-drone"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2327,
+ "fields": {
+ "name": "Electrical Malfunction",
+ "desc": "Whenever the drone takes lightning damage, it must succeed on a DC 11 WIS save or be incapacitated until the end of its next turn.",
+ "type": null,
+ "parent": "bfrd_robot-drone"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2328,
+ "fields": {
+ "name": "Point-Blank Shots",
+ "desc": "When the drone makes a ranged attack, it doesn't have disadvantage on the attack roll from being within 5 feet of a hostile creature, though it may still have disadvantage from other sources.",
+ "type": null,
+ "parent": "bfrd_robot-drone"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2329,
+ "fields": {
+ "name": "Heightened Sight",
+ "desc": "The roc's Perception is 19 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_roc"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2330,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The roc is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_roc"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2331,
+ "fields": {
+ "name": "Seabird",
+ "desc": "The roc can swim up to 60 feet on its turn, but it must start and end its movement either flying or on a solid surface, such as a ship or beach. If it is swimming at the end of its turn, it must succeed on a DC 19 CON save or it immediately begins to sink and suffocate. A suffocating roc must succeed on a DC 19 STR check to fly out of the substance where it is sinking.",
+ "type": null,
+ "parent": "bfrd_roc"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2332,
+ "fields": {
+ "name": "Climbing Tendrils",
+ "desc": "If at least four of the roper's Grasping Tendrils aren't grappling creatures, the roper has a climbing speed of 30 feet.",
+ "type": null,
+ "parent": "bfrd_roper"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2333,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the roper remains motionless, it is indistinguishable from a normal conical or spire-like cave formation, such as a stalagmite or stalactite.",
+ "type": null,
+ "parent": "bfrd_roper"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2334,
+ "fields": {
+ "name": "Grasping Tendrils",
+ "desc": "The roper can have up to six Grasping Tendrils at a time. Each Grasping Tendril can be attacked (AC 20; 10 HP; vulnerable to thunder damage; immune to poison and psychic damage). Destroying a Grasping Tendril deals no damage to the roper, which can extrude a replacement tendril on its next turn. A Grasping Tendril can also be broken if a creature takes an action and succeeds on a DC 15 STR check against it.",
+ "type": null,
+ "parent": "bfrd_roper"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2335,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The roper is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_roper"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2336,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The roper can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_roper"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2337,
+ "fields": {
+ "name": "Antimagic Susceptibility",
+ "desc": "The rug is incapacitated while in the area of an antimagic field. If targeted by _dispel magic_, the rug must succeed on a CON save against the caster's spell save DC or fall unconscious for 1 minute.",
+ "type": null,
+ "parent": "bfrd_rug-of-smothering"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2338,
+ "fields": {
+ "name": "Construct Nature",
+ "desc": "The rug doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_rug-of-smothering"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2339,
+ "fields": {
+ "name": "Construct Resilience",
+ "desc": "The rug is immune to poison and psychic damage, and it is immune to exhaustion and the charmed, frightened, paralyzed, petrified, and poisoned conditions.",
+ "type": null,
+ "parent": "bfrd_rug-of-smothering"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2340,
+ "fields": {
+ "name": "Damage Transfer",
+ "desc": "While it is grappling a creature, the rug takes only half the damage dealt to it (rounded down), and the creature grappled by the rug takes the other half.",
+ "type": null,
+ "parent": "bfrd_rug-of-smothering"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2341,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the rug remains motionless and isn't flying, it is indistinguishable from a normal rug.",
+ "type": null,
+ "parent": "bfrd_rug-of-smothering"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2342,
+ "fields": {
+ "name": "Iron Scent",
+ "desc": "The rust monster can pinpoint, by scent, the location of ferrous metal within 30 feet of it.",
+ "type": null,
+ "parent": "bfrd_rust-monster"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2343,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The rust monster is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_rust-monster"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2344,
+ "fields": {
+ "name": "Rust Metal",
+ "desc": "Any nonmagical weapon made of metal that hits the rust monster corrodes. After dealing damage, the weapon takes a permanent and cumulative -1 penalty to damage rolls. If its penalty drops to -5, the weapon is destroyed. Nonmagical ammunition made of metal that hits the rust monster is destroyed after dealing damage.",
+ "type": null,
+ "parent": "bfrd_rust-monster"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2345,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The rust monster can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_rust-monster"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2346,
+ "fields": {
+ "name": "Blood Frenzy",
+ "desc": "The sahuagin has advantage on melee attack rolls against any creature that doesn't have all its HP.",
+ "type": null,
+ "parent": "bfrd_sahuagin"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2347,
+ "fields": {
+ "name": "Limited Amphibiousness",
+ "desc": "The sahuagin can breathe air and water, but it needs to be submerged at least once every 4 hours to avoid suffocating.",
+ "type": null,
+ "parent": "bfrd_sahuagin"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2348,
+ "fields": {
+ "name": "Shark Telepathy",
+ "desc": "The sahuagin can magically command any shark within 120 feet of it, using a limited telepathy.",
+ "type": null,
+ "parent": "bfrd_sahuagin"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2349,
+ "fields": {
+ "name": "Heated Body",
+ "desc": "A creature that touches the salamander or hits it with a melee attack while within 5 feet of it takes 3 (1d6) fire damage.",
+ "type": null,
+ "parent": "bfrd_salamander"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2350,
+ "fields": {
+ "name": "Heated Weapons",
+ "desc": "When the salamander hits with a metal melee weapon, the weapon deals an extra 7 (2d6) fire damage (included in the attack).",
+ "type": null,
+ "parent": "bfrd_salamander"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2351,
+ "fields": {
+ "name": "Void Strength",
+ "desc": "The satarre is resistant to the blinded, charmed, deafened, frightened, stunned, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_satarre"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2352,
+ "fields": {
+ "name": "Void Weapons",
+ "desc": "The satarre's weapon attacks are magical. When the satarre hits with any weapon, the weapon deals an extra 1d6 necrotic damage (included in the attack).",
+ "type": null,
+ "parent": "bfrd_satarre"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2353,
+ "fields": {
+ "name": "Fey Resilience",
+ "desc": "The satyr is resistant to the charmed and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_satyr"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2354,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The satyr has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_satyr"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2355,
+ "fields": {
+ "name": "Heat Shimmer",
+ "desc": "Creatures more than 30 feet from the scorch drake have disadvantage on WIS (Perception) checks to see the drake.",
+ "type": null,
+ "parent": "bfrd_scorch-drake"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2356,
+ "fields": {
+ "name": "Scalding Blood",
+ "desc": "A creature that hits the scorch drake with a melee attack while within 5 feet of the drake takes 3 (1d6) fire damage and must succeed on a DC 15 DEX save or ignite. Until a creature takes an action to douse the fire, an ignited creature takes 3 (1d6) fire damage at the start of each of its turns.",
+ "type": null,
+ "parent": "bfrd_scorch-drake"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2357,
+ "fields": {
+ "name": "Heightened Hearing and Sight",
+ "desc": "The scout's Perception is 18 when perceiving by hearing or sight.",
+ "type": null,
+ "parent": "bfrd_scout"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2358,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The sea hag can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_sea-hag"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2359,
+ "fields": {
+ "name": "Fey Resilience",
+ "desc": "The sea hag is resistant to the charmed and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_sea-hag"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2360,
+ "fields": {
+ "name": "Horrific Appearance",
+ "desc": "When a Humanoid that can see the hag's true form starts its turn within 30 feet of the hag, the hag can force it to make a DC 12 WIS save. On a failure, the creature is frightened until the start of its next turn. Unless surprised or the revelation of the hag's true form is sudden, such as the ending of Illusory Appearance, a creature can avert its eyes to avoid the save at the start of its turn. If the creature does so, it can't see the hag until the start of its next turn, when it can avert its eyes again. If the creature looks at the hag in the meantime, it must immediately make the save.",
+ "type": null,
+ "parent": "bfrd_sea-hag"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2361,
+ "fields": {
+ "name": "Underwater Camouflage",
+ "desc": "The hag's Stealth is 18 while underwater and not using Illusory Appearance.",
+ "type": null,
+ "parent": "bfrd_sea-hag"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2362,
+ "fields": {
+ "name": "Underwater Camouflage",
+ "desc": "The seahorse's Stealth is 17 while underwater.",
+ "type": null,
+ "parent": "bfrd_seahorse"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2363,
+ "fields": {
+ "name": "Water Breathing",
+ "desc": "The seahorse can breathe only underwater.",
+ "type": null,
+ "parent": "bfrd_seahorse"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2364,
+ "fields": {
+ "name": "Charge",
+ "desc": "If the seahorse moves at least 20 feet straight toward a target and then hits it with a Ram attack on the same turn, the target takes an extra 5 (2d4) bludgeoning damage. If the target is a creature, it must succeed on a DC 12 STR save or be knocked prone.",
+ "type": null,
+ "parent": "bfrd_seahorse-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2365,
+ "fields": {
+ "name": "Underwater Camouflage",
+ "desc": "The seahorse's Stealth is 19 while underwater.",
+ "type": null,
+ "parent": "bfrd_seahorse-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2366,
+ "fields": {
+ "name": "Water Breathing",
+ "desc": "The seahorse can breathe only underwater.",
+ "type": null,
+ "parent": "bfrd_seahorse-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2367,
+ "fields": {
+ "name": "Amorphous",
+ "desc": "The shadow can move through a space as narrow as 1 inch wide without squeezing.",
+ "type": null,
+ "parent": "bfrd_shadow"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2368,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The shadow can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_shadow"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2369,
+ "fields": {
+ "name": "Sunlight Weakness",
+ "desc": "While in sunlight, the shadow has disadvantage on attack rolls, ability checks, and saves.",
+ "type": null,
+ "parent": "bfrd_shadow"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2370,
+ "fields": {
+ "name": "Undead Nature",
+ "desc": "The shadow doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_shadow"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2371,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The shadow is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_shadow"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2372,
+ "fields": {
+ "name": "Lightning Absorption",
+ "desc": "Whenever the shambling mound is subjected to lightning damage, it takes no damage and regains HP equal to the lightning damage dealt.",
+ "type": null,
+ "parent": "bfrd_shambling-mound"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2373,
+ "fields": {
+ "name": "Plant Resilience",
+ "desc": "The shambling mound is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_shambling-mound"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2374,
+ "fields": {
+ "name": "Rotting Vegetation",
+ "desc": "The shambling mound emits the smell of rotting vegetation. A creature that starts its turn within 10 feet of the shambling mound must succeed on a DC 14 CON save or be poisoned until the start of its next turn.",
+ "type": null,
+ "parent": "bfrd_shambling-mound"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2375,
+ "fields": {
+ "name": "Blood Frenzy",
+ "desc": "The shark has advantage on melee attack rolls against any creature that doesn't have all its HP.",
+ "type": null,
+ "parent": "bfrd_shark-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2376,
+ "fields": {
+ "name": "Blood Sense",
+ "desc": "The shark can pinpoint, by scent, the location of creatures that don't have all of their HP within 120 feet of it and can sense the general direction of such creatures within 1 mile of it.",
+ "type": null,
+ "parent": "bfrd_shark-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2377,
+ "fields": {
+ "name": "Electrical Sensitivity",
+ "desc": "Whenever the shark takes lightning damage, it must succeed on a DC 15 CON save or be incapacitated until the end of its next turn.",
+ "type": null,
+ "parent": "bfrd_shark-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2378,
+ "fields": {
+ "name": "Water Breathing",
+ "desc": "The shark can breathe only underwater.",
+ "type": null,
+ "parent": "bfrd_shark-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2379,
+ "fields": {
+ "name": "Blood Frenzy",
+ "desc": "The shark has advantage on melee attack rolls against any creature that doesn't have all its HP.",
+ "type": null,
+ "parent": "bfrd_shark-hunter"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2380,
+ "fields": {
+ "name": "Blood Sense",
+ "desc": "The shark can pinpoint, by scent, the location of creatures that don't have all of their HP within 60 feet of it and can sense the general direction of such creatures within 1 mile of it.",
+ "type": null,
+ "parent": "bfrd_shark-hunter"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2381,
+ "fields": {
+ "name": "Electrical Sensitivity",
+ "desc": "Whenever the shark takes lightning damage, it must succeed on a DC 12 CON save or be incapacitated until the end of its next turn.",
+ "type": null,
+ "parent": "bfrd_shark-hunter"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2382,
+ "fields": {
+ "name": "Water Breathing",
+ "desc": "The shark can breathe only underwater.",
+ "type": null,
+ "parent": "bfrd_shark-hunter"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2383,
+ "fields": {
+ "name": "Blood Sense",
+ "desc": "The shark can pinpoint, by scent, the location of creatures that don't have all of their HP within 60 feet of it and can sense the general direction of such creatures within 1 mile of it.",
+ "type": null,
+ "parent": "bfrd_shark-reef"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2384,
+ "fields": {
+ "name": "Electrical Sensitivity",
+ "desc": "Whenever the shark takes lightning damage, it must succeed on a DC 11 CON save or be incapacitated until the end of its next turn.",
+ "type": null,
+ "parent": "bfrd_shark-reef"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2385,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The shark has advantage on attack rolls against a creature if at least one of the shark's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_shark-reef"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2386,
+ "fields": {
+ "name": "Water Breathing",
+ "desc": "The shark can breathe only underwater.",
+ "type": null,
+ "parent": "bfrd_shark-reef"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2387,
+ "fields": {
+ "name": "Bound",
+ "desc": "The shield guardian is magically bound to an amulet. As long as the guardian and its amulet are on the same plane of existence, the guardian knows the distance and direction to the amulet's wearer, and the amulet's wearer can telepathically call the guardian, teleporting the guardian to an unoccupied space within 5 feet of the wearer after 1 minute. In addition, if the guardian is within 60 feet of the amulet's wearer, half of any damage the wearer takes (rounded up) is taken by the guardian instead.",
+ "type": null,
+ "parent": "bfrd_shield-guardian"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2388,
+ "fields": {
+ "name": "Construct Nature",
+ "desc": "The shield guardian doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_shield-guardian"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2389,
+ "fields": {
+ "name": "Construct Resilience",
+ "desc": "The shield guardian is immune to poison and psychic damage, and it is immune to exhaustion and the charmed, frightened, paralyzed, petrified, and poisoned conditions.",
+ "type": null,
+ "parent": "bfrd_shield-guardian"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2390,
+ "fields": {
+ "name": "Regeneration",
+ "desc": "The shield guardian regains 10 HP at the start of its turn if it has at least 1 HP.",
+ "type": null,
+ "parent": "bfrd_shield-guardian"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2391,
+ "fields": {
+ "name": "Spell Storing",
+ "desc": "A spellcaster who wears the shield guardian's amulet can cause the guardian to store one spell of 4th level or lower. To do so, the wearer must cast the spell on the guardian. The spell has no effect but is stored within the guardian. When commanded to do so by the wearer or when a situation arises that was predefined by the spellcaster, the guardian casts the stored spell, using the appropriate action required by the spell, with any parameters set by the original caster, requiring no components. When the spell is cast or a new spell is stored, any previously stored spell is lost.",
+ "type": null,
+ "parent": "bfrd_shield-guardian"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2392,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the shrieker remains motionless, it is indistinguishable from an ordinary fungus.",
+ "type": null,
+ "parent": "bfrd_shrieker"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2393,
+ "fields": {
+ "name": "Plant Resilience",
+ "desc": "The shrieker is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_shrieker"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2394,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The sila can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_sila"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2395,
+ "fields": {
+ "name": "Fluid Body (Bipedal Form Only)",
+ "desc": "The sila can move through the space of any creature, regardless of size, and a creature of any size can move through a sila's space. In addition, the sila can move through a space as narrow as 1 inch wide without squeezing.",
+ "type": null,
+ "parent": "bfrd_sila"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2396,
+ "fields": {
+ "name": "Nebulous (Cloud Form Only)",
+ "desc": "The sila's Stealth is 21, it can hover while flying, can't manipulate objects or attack, and it can pass through any space air or water can pass through without squeezing. In addition, it can enter and hide in any Tiny or larger container, such as a pouch, lamp, backpack, or barrel.",
+ "type": null,
+ "parent": "bfrd_sila"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2397,
+ "fields": {
+ "name": "Pounce",
+ "desc": "If the dragon moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 14 STR save or be knocked prone. If the target is prone, the dragon can make one Claw attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_silver-dragon-wyrmling"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2398,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the skeleton remains motionless and prone, it is indistinguishable from an inanimate Humanoid skeleton.",
+ "type": null,
+ "parent": "bfrd_skeleton"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2399,
+ "fields": {
+ "name": "Undead Nature",
+ "desc": "The skeleton doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_skeleton"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2400,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The skeleton is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_skeleton"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2401,
+ "fields": {
+ "name": "Heightened Hearing",
+ "desc": "The skullbloom's Perception is 16 while perceiving by hearing.",
+ "type": null,
+ "parent": "bfrd_skullbloom"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2402,
+ "fields": {
+ "name": "Plant Resilience",
+ "desc": "The skullbloom is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_skullbloom"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2403,
+ "fields": {
+ "name": "Flyby",
+ "desc": "The snake doesn't provoke opportunity attacks when it flies out of an enemy's reach.",
+ "type": null,
+ "parent": "bfrd_snake-flying"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2404,
+ "fields": {
+ "name": "Poisonous Swarm",
+ "desc": "The hissing, spitting, and constant nipping of snakes in the swarm leaves the swarm's space dripping with poison. A creature that starts its turn in the swarm's space must succeed on a DC 14 CON save or be poisoned until the start of its next turn.",
+ "type": null,
+ "parent": "bfrd_snake-swarm-of-poisonous-snakes"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2405,
+ "fields": {
+ "name": "Swarm",
+ "desc": "The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny snake. The swarm can't regain HP or gain temporary HP.",
+ "type": null,
+ "parent": "bfrd_snake-swarm-of-poisonous-snakes"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2406,
+ "fields": {
+ "name": "Swarm Resilience",
+ "desc": "The swarm is resistant to bludgeoning, piercing, and slashing damage, and it is immune to the charmed, frightened, grappled, paralyzed, petrified, prone, restrained, and stunned conditions.",
+ "type": null,
+ "parent": "bfrd_snake-swarm-of-poisonous-snakes"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2407,
+ "fields": {
+ "name": "Angelic Resilience",
+ "desc": "The solar is resistant to radiant damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to exhaustion and the charmed and frightened conditions.",
+ "type": null,
+ "parent": "bfrd_solar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2408,
+ "fields": {
+ "name": "Angelic Senses",
+ "desc": "The solar can pinpoint the location of Aberrations, Celestials, Fiends, and Undead within 30 feet of it and knows if a place or object it can sense is consecrated or desecrated.",
+ "type": null,
+ "parent": "bfrd_solar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2409,
+ "fields": {
+ "name": "Angelic Weapons",
+ "desc": "The solar's weapon attacks are magical. When the solar hits with any weapon, the weapon deals an extra 6d8 radiant damage (included in the attack).",
+ "type": null,
+ "parent": "bfrd_solar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2410,
+ "fields": {
+ "name": "Divine Awareness",
+ "desc": "The solar knows if it hears a lie.",
+ "type": null,
+ "parent": "bfrd_solar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2411,
+ "fields": {
+ "name": "Divine Protection",
+ "desc": "Aberrations, Celestials, Fiends, and Undead have disadvantage on attack rolls against the solar.",
+ "type": null,
+ "parent": "bfrd_solar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2412,
+ "fields": {
+ "name": "Immortal Nature",
+ "desc": "The solar doesn't require food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_solar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2413,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the solar fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_solar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2414,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The solar has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_solar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2415,
+ "fields": {
+ "name": "Incorporeal Movement",
+ "desc": "The specter can move through other creatures and objects as if they were difficult terrain. It takes 5 (1d10) force damage if it ends its turn inside an object.",
+ "type": null,
+ "parent": "bfrd_specter"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2416,
+ "fields": {
+ "name": "Sunlight Sensitivity",
+ "desc": "While in sunlight, the specter has disadvantage on attack rolls, and its Perception is 5 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_specter"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2417,
+ "fields": {
+ "name": "Undead Nature",
+ "desc": "The specter doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_specter"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2418,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The specter is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_specter"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2419,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The spider can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_spider"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2420,
+ "fields": {
+ "name": "Web Sense",
+ "desc": "While in contact with a web, the spider knows the exact location of any other creature in contact with the same web.",
+ "type": null,
+ "parent": "bfrd_spider"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2421,
+ "fields": {
+ "name": "Web Walker",
+ "desc": "The spider ignores movement restrictions caused by webbing.",
+ "type": null,
+ "parent": "bfrd_spider"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2422,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The spider can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_spider-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2423,
+ "fields": {
+ "name": "Web Sense",
+ "desc": "While in contact with a web, the spider knows the exact location of any other creature in contact with the same web.",
+ "type": null,
+ "parent": "bfrd_spider-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2424,
+ "fields": {
+ "name": "Web Walker",
+ "desc": "The spider ignores movement restrictions caused by webbing.",
+ "type": null,
+ "parent": "bfrd_spider-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2425,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The spider can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_spider-giant-wolf"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2426,
+ "fields": {
+ "name": "Standing Leap",
+ "desc": "The spider's long jump is up to 20 feet and its high jump is up to 10 feet, with or without a running start.",
+ "type": null,
+ "parent": "bfrd_spider-giant-wolf"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2427,
+ "fields": {
+ "name": "Guardian Projection",
+ "desc": "The spirit naga's skeletal form is covered with a magical illusion that makes it look like the guardian naga it was in life. The naga can use a bonus action to dismiss this illusion until the end of its next turn. The changes wrought by this illusion fail to hold up to physical inspection. For example, a creature touching the spirit naga would feel its rough, dry scales and exposed bones instead of the smooth, cool scales of a guardian naga. Otherwise, a creature must take an action to visually inspect the illusion and succeed on a DC 20 INT (Investigation) check to discern the spirit naga's true appearance.",
+ "type": null,
+ "parent": "bfrd_spirit-naga"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2428,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The naga is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_spirit-naga"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2429,
+ "fields": {
+ "name": "Necrotic Strikes",
+ "desc": "The naga's weapon attacks are magical. When the naga hits with any weapon attack, the weapon deals an extra 4d8 necrotic damage (included in the attack).",
+ "type": null,
+ "parent": "bfrd_spirit-naga"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2430,
+ "fields": {
+ "name": "Rejuvenation",
+ "desc": "If it dies, the naga returns to life in 1d6 days, regaining all its HP and becoming active again. Only a wish spell can prevent this trait from functioning.",
+ "type": null,
+ "parent": "bfrd_spirit-naga"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2431,
+ "fields": {
+ "name": "Fey Resilience",
+ "desc": "The sprite is resistant to the charmed and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_sprite"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2432,
+ "fields": {
+ "name": "Speak with Beasts and Plants",
+ "desc": "The sprite can communicate with Beasts and Plants as if they shared a language.",
+ "type": null,
+ "parent": "bfrd_sprite"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2433,
+ "fields": {
+ "name": "Aberrant Resilience",
+ "desc": "The star crow is resistant to the charmed, frightened, paralyzed, and stunned conditions, and it has advantage on saves against spells or effects that would alter its form.",
+ "type": null,
+ "parent": "bfrd_star-crow"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2434,
+ "fields": {
+ "name": "Illumination",
+ "desc": "The star crow sheds bright light in a 20-foot radius and dim light for an additional 20 feet.",
+ "type": null,
+ "parent": "bfrd_star-crow"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2435,
+ "fields": {
+ "name": "Death Burst",
+ "desc": "When the mephit dies, it explodes in a cloud of steam. Each creature within 5 feet of the mephit must succeed on a DC 11 DEX save or be scalded for 1 minute. A scalded creature has disadvantage on weapon attack rolls and on ability checks that require manual dexterity. A scalded creature can repeat the save at the end of each of its turns, ending the effect on itself on a success.",
+ "type": null,
+ "parent": "bfrd_steam-mephit"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2436,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the mephit remains motionless and hovering, it is indistinguishable from an ordinary cloud of steam.",
+ "type": null,
+ "parent": "bfrd_steam-mephit"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2437,
+ "fields": {
+ "name": "Giant Attributes",
+ "desc": "The stone giant is resistant to the stunned condition, and it is vulnerable to the prone condition.",
+ "type": null,
+ "parent": "bfrd_stone-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2438,
+ "fields": {
+ "name": "Stone Camouflage",
+ "desc": "The giant's Stealth is 20 while in rocky terrain.",
+ "type": null,
+ "parent": "bfrd_stone-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2439,
+ "fields": {
+ "name": "Construct Nature",
+ "desc": "The golem doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_stone-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2440,
+ "fields": {
+ "name": "Golem Resilience",
+ "desc": "The golem is immune to poison and psychic damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to exhaustion and to the charmed, frightened, paralyzed, petrified, and poisoned conditions.",
+ "type": null,
+ "parent": "bfrd_stone-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2441,
+ "fields": {
+ "name": "Immutable Form",
+ "desc": "The golem is immune to any spell or effect that would alter its form.",
+ "type": null,
+ "parent": "bfrd_stone-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2442,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The golem has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_stone-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2443,
+ "fields": {
+ "name": "Magic Weapons",
+ "desc": "The golem's weapon attacks are magical.",
+ "type": null,
+ "parent": "bfrd_stone-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2444,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The giant can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_storm-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2445,
+ "fields": {
+ "name": "Giant Attributes",
+ "desc": "The giant is resistant to the stunned condition, and it is vulnerable to the prone condition.",
+ "type": null,
+ "parent": "bfrd_storm-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2446,
+ "fields": {
+ "name": "Influence Weather",
+ "desc": "Nearby weather responds to the storm giant's desires. At the start of each minute, the storm giant can choose to change the precipitation, temperature, and wind within 3 miles of it by one stage, up or down (no action required). This effect works like the changing weather conditions aspect of the control weather spell, except the conditions change immediately and the storm giant can't change the temperature by more than one stage up or down from the area's standard temperature.",
+ "type": null,
+ "parent": "bfrd_storm-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2447,
+ "fields": {
+ "name": "Stormsight",
+ "desc": "The storm giant can see through areas obscured by clouds, fog, rain, snow, and storms without penalty.",
+ "type": null,
+ "parent": "bfrd_storm-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2448,
+ "fields": {
+ "name": "Updraft",
+ "desc": "While in an area open to the sky, the storm giant has a flying speed of 30 feet.",
+ "type": null,
+ "parent": "bfrd_storm-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2449,
+ "fields": {
+ "name": "Telepathic Bond",
+ "desc": "The succubus ignores the range restriction on its telepathy when communicating with a creature it has charmed. The two don't even need to be on the same plane of existence.",
+ "type": null,
+ "parent": "bfrd_succubus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2450,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the tarrasque fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_tarrasque"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2451,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The tarrasque has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_tarrasque"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2452,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The tarrasque is resistant to exhaustion.",
+ "type": null,
+ "parent": "bfrd_tarrasque"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2453,
+ "fields": {
+ "name": "Reflective Hide",
+ "desc": "Any time the tarrasque is targeted by a magic missile spell, a line spell, or a spell that requires a ranged attack roll, roll a d6. On a 1 to 5, the tarrasque is unaffected. On a 6, the tarrasque is unaffected, and the effect is reflected back at the caster as though it originated from the tarrasque, turning the caster into the target.",
+ "type": null,
+ "parent": "bfrd_tarrasque"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2454,
+ "fields": {
+ "name": "Siege Behemoth",
+ "desc": "The tarrasque deals triple damage to objects and structures.",
+ "type": null,
+ "parent": "bfrd_tarrasque"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2455,
+ "fields": {
+ "name": "Brutal",
+ "desc": "A melee weapon deals one extra die of its damage when the thug hits with it (included in the attack).",
+ "type": null,
+ "parent": "bfrd_thug"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2456,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The thug has advantage on attack rolls against a creature if at least one of the thug's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_thug"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2457,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The tiger's Perception is 18 when perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_tiger"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2458,
+ "fields": {
+ "name": "Pounce",
+ "desc": "If the tiger moves at least 20 feet straight toward a creature and then hits it with a Claws attack on the same turn, that target must succeed on a DC 13 STR save or be knocked prone. If the target is prone, the tiger can make one Bite attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_tiger"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2459,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The tiger's Perception is 18 when perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_tiger-saber-toothed"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2460,
+ "fields": {
+ "name": "Pounce",
+ "desc": "If the tiger moves at least 20 feet straight toward a creature and then hits it with a Claws attack on the same turn, that target must succeed on a DC 14 STR save or be knocked prone. If the target is prone, the tiger can make one Claws attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_tiger-saber-toothed"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2461,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the treant remains motionless, it is indistinguishable from a normal tree.",
+ "type": null,
+ "parent": "bfrd_treant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2462,
+ "fields": {
+ "name": "Plant Resilience",
+ "desc": "The treant is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_treant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2463,
+ "fields": {
+ "name": "Siege Monster",
+ "desc": "The treant deals double damage to objects and structures.",
+ "type": null,
+ "parent": "bfrd_treant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2464,
+ "fields": {
+ "name": "Speak with Plants",
+ "desc": "The treant can communicate with Plants and nonmagical plants as if they shared a language.",
+ "type": null,
+ "parent": "bfrd_treant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2465,
+ "fields": {
+ "name": "Hardy",
+ "desc": "Any critical hit against the dinosaur becomes a normal hit.",
+ "type": null,
+ "parent": "bfrd_triceratops"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2466,
+ "fields": {
+ "name": "Trampling Charge",
+ "desc": "If the triceratops moves at least 20 feet straight toward a creature and then hits it with a Gore attack on the same turn, that target must succeed on a DC 14 STR save or be knocked prone. If the target is prone, the triceratops can make one Stomp attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_triceratops"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2467,
+ "fields": {
+ "name": "Giant Attributes",
+ "desc": "The troll is resistant to the stunned condition, and it is vulnerable to the prone condition.",
+ "type": null,
+ "parent": "bfrd_troll"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2468,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The troll's Perception is 17 while perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_troll"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2469,
+ "fields": {
+ "name": "Regeneration",
+ "desc": "The troll regains 10 HP at the start of its turn. If the troll takes acid or fire damage, this trait doesn't function at the start of the troll's next turn. The troll dies only if it starts its turn with 0 HP and doesn't regenerate.",
+ "type": null,
+ "parent": "bfrd_troll"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2470,
+ "fields": {
+ "name": "Hardy",
+ "desc": "Any critical hit against the dinosaur becomes a normal hit.",
+ "type": null,
+ "parent": "bfrd_tyrannosaurus-rex"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2471,
+ "fields": {
+ "name": "Celestial Resilience",
+ "desc": "The unicorn is resistant to radiant damage.",
+ "type": null,
+ "parent": "bfrd_unicorn"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2472,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The unicorn has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_unicorn"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2473,
+ "fields": {
+ "name": "Magic Weapons",
+ "desc": "The unicorn's weapon attacks are magical.",
+ "type": null,
+ "parent": "bfrd_unicorn"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2474,
+ "fields": {
+ "name": "Sense the Unnatural",
+ "desc": "The unicorn can pinpoint the location of Aberrations and Undead within 60 feet of it.",
+ "type": null,
+ "parent": "bfrd_unicorn"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2475,
+ "fields": {
+ "name": "Speak with Beasts and Plants",
+ "desc": "The unicorn can communicate with Beasts and Plants as if they shared a language.",
+ "type": null,
+ "parent": "bfrd_unicorn"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2476,
+ "fields": {
+ "name": "Woodland Walk",
+ "desc": "Difficult terrain composed of nonmagical plants doesn't cost the unicorn extra movement. In addition, the unicorn can pass through nonmagical plants without being slowed by them and without taking damage from them if they have thorns, spines, or a similar hazard.",
+ "type": null,
+ "parent": "bfrd_unicorn"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2477,
+ "fields": {
+ "name": "Demonic Resilience",
+ "desc": "The unska is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_unska"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2478,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The unska has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_unska"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2479,
+ "fields": {
+ "name": "Hungry Dead Nature",
+ "desc": "The vampire doesn't require air or sleep. In addition, it must consume at least 80 ounces of blood (approximately half the blood in a Medium Humanoid's body) every 24 hours, or it loses its immunity to exhaustion and risks starvation until it does so. While it has any levels of exhaustion from starvation, the vampire can't remove levels of exhaustion until it consumes at least 160 ounces of blood.",
+ "type": null,
+ "parent": "bfrd_vampire"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2480,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the vampire fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_vampire"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2481,
+ "fields": {
+ "name": "Misty Escape",
+ "desc": "When it drops to 0 HP outside its resting place, the vampire transforms into a cloud of mist (as in the Mist Form bonus action) instead of falling unconscious, provided it isn't in sunlight or running water. If it can't transform, it is destroyed. While it has 0 HP in mist form, it can't revert to its vampire form, and it must reach its resting place within 2 hours or be destroyed. Once in its resting place, it reverts to its vampire form. It is then paralyzed until it regains at least 1 HP. After spending 1 hour in its resting place with 0 HP, it regains 1 HP.",
+ "type": null,
+ "parent": "bfrd_vampire"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2482,
+ "fields": {
+ "name": "Regeneration",
+ "desc": "The vampire regains 20 HP at the start of its turn if it has at least 1 HP and isn't in sunlight or running water. If the vampire takes radiant damage or damage from holy water, this trait doesn't function at the start of the vampire's next turn.",
+ "type": null,
+ "parent": "bfrd_vampire"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2483,
+ "fields": {
+ "name": "Resting Place",
+ "desc": "The vampire has a coffin, grave, sarcophagus, or similar location just large enough for it to lie down designated as its resting place. While in its resting place, the vampire doesn't suffer exhaustion levels from starvation and has keensense out to a range of 120 feet.",
+ "type": null,
+ "parent": "bfrd_vampire"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2484,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The vampire can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_vampire"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2485,
+ "fields": {
+ "name": "Vampire Weaknesses",
+ "desc": "The vampire has the following flaws:\n- **Forbiddance.** The vampire can't enter a residence without an invitation from one of the occupants.\n- **Harmed by Running Water.** The vampire takes 20 acid damage if it ends its turn in running water.",
+ "type": null,
+ "parent": "bfrd_vampire"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2486,
+ "fields": {
+ "name": "Stake to the Heart",
+ "desc": "If a piercing weapon made of wood is driven into the vampire's heart while the vampire is incapacitated in its resting place, the vampire is paralyzed until the stake is removed.",
+ "type": null,
+ "parent": "bfrd_vampire"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2487,
+ "fields": {
+ "name": "Sunlight Hypersensitivity",
+ "desc": "The vampire takes 20 radiant damage when it starts its turn in sunlight. While in sunlight, it has disadvantage on attack rolls and ability checks.",
+ "type": null,
+ "parent": "bfrd_vampire"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2488,
+ "fields": {
+ "name": "Vampiric Resilience",
+ "desc": "The vampire is immune to exhaustion.",
+ "type": null,
+ "parent": "bfrd_vampire"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2489,
+ "fields": {
+ "name": "Hungry Dead Nature",
+ "desc": "As the **vampire**.",
+ "type": null,
+ "parent": "bfrd_vampire-spawn"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2490,
+ "fields": {
+ "name": "Regeneration",
+ "desc": "The vampire spawn regains 10 HP at the start of its turn if it has at least 1 HP and isn't in sunlight or running water. If the vampire takes radiant damage or damage from holy water, this trait doesn't function at the start of the vampire's next turn.",
+ "type": null,
+ "parent": "bfrd_vampire-spawn"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2491,
+ "fields": {
+ "name": "Resting Place",
+ "desc": "As the **vampire**.",
+ "type": null,
+ "parent": "bfrd_vampire-spawn"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2492,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "As the **vampire**.",
+ "type": null,
+ "parent": "bfrd_vampire-spawn"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2493,
+ "fields": {
+ "name": "Vampire Weaknesses",
+ "desc": "As the **vampire**.",
+ "type": null,
+ "parent": "bfrd_vampire-spawn"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2494,
+ "fields": {
+ "name": "Vampiric Resilience",
+ "desc": "The vampire is immune to exhaustion.",
+ "type": null,
+ "parent": "bfrd_vampire-spawn"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2495,
+ "fields": {
+ "name": "Blood-Bound",
+ "desc": "If the thrall has not consumed 1 ounce of blood from a vampire within the past week, it is poisoned for 1 week, and it loses darkvision and its Limited Regeneration, Spider Climb, and Sunlight Sensitivity traits until it consumes 1 ounce of vampire blood.",
+ "type": null,
+ "parent": "bfrd_vampire-thrall"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2496,
+ "fields": {
+ "name": "Limited Regeneration",
+ "desc": "The thrall regains 2 HP at the start of its turn if it has at least 1 HP and isn't in sunlight. If the thrall takes radiant damage, this trait doesn't function at the start of the thrall's next turn.",
+ "type": null,
+ "parent": "bfrd_vampire-thrall"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2497,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The thrall can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_vampire-thrall"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2498,
+ "fields": {
+ "name": "Sunlight Sensitivity",
+ "desc": "While in sunlight, the thrall has disadvantage on attack rolls, and its Perception is 8 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_vampire-thrall"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2499,
+ "fields": {
+ "name": "Hardy",
+ "desc": "Any critical hit against the dinosaur becomes a normal hit.",
+ "type": null,
+ "parent": "bfrd_velociraptor"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2500,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The velociraptor has advantage on attack rolls against a creature if at least one of its allies is within 5 feet of the target and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_velociraptor"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2501,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the violet fungus remains motionless, it is indistinguishable from an ordinary fungus.",
+ "type": null,
+ "parent": "bfrd_violet-fungus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2502,
+ "fields": {
+ "name": "Plant Resilience",
+ "desc": "The violet fungus is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_violet-fungus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2503,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the lich fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_virtuoso-lich"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2504,
+ "fields": {
+ "name": "Rejuvenation",
+ "desc": "If it has a phylactery, a destroyed lich gains a new body in 1d10 days, regaining all its HP and becoming active again. The new body appears within 5 feet of the phylactery.",
+ "type": null,
+ "parent": "bfrd_virtuoso-lich"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2505,
+ "fields": {
+ "name": "Turn Resistance",
+ "desc": "The lich has advantage on saves against any effect that turns undead.",
+ "type": null,
+ "parent": "bfrd_virtuoso-lich"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2506,
+ "fields": {
+ "name": "Undead Nature",
+ "desc": "The lich doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_virtuoso-lich"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2507,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The lich is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_virtuoso-lich"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2508,
+ "fields": {
+ "name": "Versatile Artist",
+ "desc": "At the end of each long rest, the lich chooses one form of artistic expression, such as song, poetry, dance, fashion, paint, or similar. Until it finishes a long rest, the lich has immunity to one type of damage, which is associated with its artistic expression. For example, a lich expressing art through song or poetry has immunity to thunder damage, a lich expressing art through fashion has immunity to slashing damage, and a lich expressing art through paint has immunity to acid damage. This trait can't give the lich immunity to force, psychic, or radiant damage.",
+ "type": null,
+ "parent": "bfrd_virtuoso-lich"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2509,
+ "fields": {
+ "name": "Demonic Resilience",
+ "desc": "The vrock is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_vrock"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2510,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The vrock has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_vrock"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2511,
+ "fields": {
+ "name": "Carrion Sense",
+ "desc": "The vulture can pinpoint, by scent, the location of carrion, dead creatures, and Undead without the Incorporeal Movement trait within 60 feet of it.",
+ "type": null,
+ "parent": "bfrd_vulture"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2512,
+ "fields": {
+ "name": "Heightened Sight and Smell",
+ "desc": "The vulture's Perception is 18 when perceiving by sight or smell.",
+ "type": null,
+ "parent": "bfrd_vulture"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2513,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The vulture has advantage on attack rolls against a creature if at least one of the vulture's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_vulture"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2514,
+ "fields": {
+ "name": "Carrion Sense",
+ "desc": "The vulture can pinpoint, by scent, the location of carrion, dead creatures, and Undead without the Incorporeal Movement trait within 60 feet of it.",
+ "type": null,
+ "parent": "bfrd_vulture-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2515,
+ "fields": {
+ "name": "Heightened Sight and Smell",
+ "desc": "The vulture's Perception is 18 when perceiving by sight or smell.",
+ "type": null,
+ "parent": "bfrd_vulture-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2516,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The vulture has advantage on attack rolls against a creature if at least one of the vulture's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_vulture-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2517,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the war horse skeleton remains motionless and prone, it is indistinguishable from an inanimate war horse skeleton.",
+ "type": null,
+ "parent": "bfrd_war-horse-skeleton"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2518,
+ "fields": {
+ "name": "Undead Nature",
+ "desc": "The skeleton doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_war-horse-skeleton"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2519,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The skeleton is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_war-horse-skeleton"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2520,
+ "fields": {
+ "name": "Elemental Nature",
+ "desc": "The elemental doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_water-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2521,
+ "fields": {
+ "name": "Elemental Resilience",
+ "desc": "The elemental is resistant to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to poison damage, to exhaustion, and to the grappled, paralyzed, petrified, poisoned, prone, restrained, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_water-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2522,
+ "fields": {
+ "name": "Freeze",
+ "desc": "If the elemental takes cold damage, it partially freezes, and its speed is reduced by 20 feet until the end of its next turn.",
+ "type": null,
+ "parent": "bfrd_water-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2523,
+ "fields": {
+ "name": "Purify Water",
+ "desc": "If the water elemental sits in a body of slow-flowing or standing water, such as a spring, small creek, or lake, for at least 1 hour, the water becomes purified and rendered free of poison and disease. In slow-flowing water, this purification fades 1 hour after the elemental leaves the water. In standing water, this purification lasts until a contaminant enters the water while the elemental isn't in it.",
+ "type": null,
+ "parent": "bfrd_water-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2524,
+ "fields": {
+ "name": "Water Form",
+ "desc": "The elemental can enter a hostile creature's space and stop there. It can move through a space as narrow as 1 inch wide without squeezing.",
+ "type": null,
+ "parent": "bfrd_water-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2525,
+ "fields": {
+ "name": "Water Camouflage",
+ "desc": "The water elemental's Stealth is 17 while in a Medium or larger body of water.",
+ "type": null,
+ "parent": "bfrd_water-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2526,
+ "fields": {
+ "name": "Heightened Hearing and Smell",
+ "desc": "The weasel's Perception is 18 when perceiving by hearing or smell.",
+ "type": null,
+ "parent": "bfrd_weasel"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2527,
+ "fields": {
+ "name": "Heightened Hearing and Smell",
+ "desc": "The weasel's Perception is 18 when perceiving by hearing or smell.",
+ "type": null,
+ "parent": "bfrd_weasel-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2528,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The werebear's Perception is 19 when perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_werebear"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2529,
+ "fields": {
+ "name": "Charge (Boar or Hybrid Form Only)",
+ "desc": "If the wereboar moves at least 15 feet straight toward a target and then hits it with a Slam or Tusks attack on the same turn, the target takes an extra 7 (2d6) damage of the weapon's type. If the target is a creature, it must succeed on a DC 13 STR save or be knocked prone.",
+ "type": null,
+ "parent": "bfrd_wereboar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2530,
+ "fields": {
+ "name": "Relentless (Recharges after a Short or Long Rest)",
+ "desc": "If the wereboar takes 14 damage or less that would reduce it to 0 HP, it is reduced to 1 HP instead.",
+ "type": null,
+ "parent": "bfrd_wereboar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2531,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The wererat's Perception is 17 when perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_wererat"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2532,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The wererat has advantage on attack rolls against a creature if at least one of the wererat's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_wererat"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2533,
+ "fields": {
+ "name": "Heightened Hearing and Smell",
+ "desc": "The weretiger's Perception is 18 when perceiving by hearing or smell.",
+ "type": null,
+ "parent": "bfrd_weretiger"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2534,
+ "fields": {
+ "name": "Pounce (Tiger or Hybrid Form Only)",
+ "desc": "If the weretiger moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 14 STR save or be knocked prone. If the target is prone, the weretiger can make one Bite or Claw attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_weretiger"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2535,
+ "fields": {
+ "name": "Heightened Hearing and Smell",
+ "desc": "The werewolf's Perception is 17 while perceiving by hearing or smell.",
+ "type": null,
+ "parent": "bfrd_werewolf"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2536,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The werewolf has advantage on attack rolls against a creature if at least one of the werewolf's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_werewolf"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2537,
+ "fields": {
+ "name": "Ice Walk",
+ "desc": "The dragon can move across and climb icy surfaces without needing to make an ability check. In addition, difficult terrain composed of ice or snow doesn't cost it extra movement.",
+ "type": null,
+ "parent": "bfrd_white-dragon-wyrmling"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2538,
+ "fields": {
+ "name": "Pounce",
+ "desc": "If the dragon moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 12 STR save or be knocked prone. If the target is prone, the dragon can make one Claw attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_white-dragon-wyrmling"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2539,
+ "fields": {
+ "name": "Martial Adept",
+ "desc": "A manufactured weapon, such as a sword or bow, deals one extra die of its damage when the wight hits with it (included in the attack).",
+ "type": null,
+ "parent": "bfrd_wight"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2540,
+ "fields": {
+ "name": "Sunlight Sensitivity",
+ "desc": "While in sunlight, the wight has disadvantage on attack rolls, and its Perception is 8 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_wight"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2541,
+ "fields": {
+ "name": "Undead Nature",
+ "desc": "The wight doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_wight"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2542,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The wight is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_wight"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2543,
+ "fields": {
+ "name": "Home in the Wilds",
+ "desc": "The wild warrior automatically discerns true north when outside, and checks to follow its tracks in forest, grassland, hills, or mountain terrain have disadvantage, unless the wild warrior chooses to leave obvious signs of its passage.",
+ "type": null,
+ "parent": "bfrd_wild-warrior"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2544,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The wild warrior has advantage on attack rolls against a creature if at least one of the warrior's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_wild-warrior"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2545,
+ "fields": {
+ "name": "Ephemeral",
+ "desc": "The will-o'-wisp can't wear or carry anything. In addition, it adds its WIS modifier to its AC (included above).",
+ "type": null,
+ "parent": "bfrd_will-o-wisp"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2546,
+ "fields": {
+ "name": "Incorporeal Movement",
+ "desc": "The will-o'-wisp can move through other creatures and objects as if they were difficult terrain. It takes 5 (1d10) force damage if it ends its turn inside an object.",
+ "type": null,
+ "parent": "bfrd_will-o-wisp"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2547,
+ "fields": {
+ "name": "Variable Illumination",
+ "desc": "The will-o'-wisp sheds bright light in a 5- to 20-foot radius and dim light for an additional number of feet equal to the chosen radius. The will-o'-wisp can alter the radius as a bonus action.",
+ "type": null,
+ "parent": "bfrd_will-o-wisp"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2548,
+ "fields": {
+ "name": "Undead Nature",
+ "desc": "The will-o'-wisp doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_will-o-wisp"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2549,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The will-o'-wisp is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_will-o-wisp"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2550,
+ "fields": {
+ "name": "Heightened Hearing and Smell",
+ "desc": "The winter wolf's Perception is 20 when perceiving by hearing or smell.",
+ "type": null,
+ "parent": "bfrd_winter-wolf"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2551,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The winter wolf is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_winter-wolf"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2552,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The winter wolf has advantage on attack rolls against a creature if at least one of the winter wolf's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_winter-wolf"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2553,
+ "fields": {
+ "name": "Snow Camouflage",
+ "desc": "The winter wolf's Stealth is 18 while in snowy terrain.",
+ "type": null,
+ "parent": "bfrd_winter-wolf"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2554,
+ "fields": {
+ "name": "Heightened Hearing and Smell",
+ "desc": "The wolf's Perception is 16 while perceiving by hearing or smell.",
+ "type": null,
+ "parent": "bfrd_wolf"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2555,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The wolf has advantage on attack rolls against a creature if at least one of the wolf's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_wolf"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2556,
+ "fields": {
+ "name": "Heightened Hearing and Smell",
+ "desc": "The wolf's Perception is 18 when perceiving by hearing or smell.",
+ "type": null,
+ "parent": "bfrd_wolf-dire"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2557,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The wolf has advantage on an attack roll against a creature if at least one of the wolf's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_wolf-dire"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2558,
+ "fields": {
+ "name": "Plant Camouflage",
+ "desc": "The wood herald's Stealth is 18 while in any terrain with ample, obscuring plant life.",
+ "type": null,
+ "parent": "bfrd_wood-herald"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2559,
+ "fields": {
+ "name": "Plant Resilience",
+ "desc": "The wood herald is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_wood-herald"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2560,
+ "fields": {
+ "name": "Woodland Walk",
+ "desc": "Difficult terrain composed of nonmagical plants doesn't cost the wood herald extra movement. In addition, the herald can pass through nonmagical plants without being slowed by them and without taking damage from them if they have thorns, spines, or a similar hazard.",
+ "type": null,
+ "parent": "bfrd_wood-herald"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2561,
+ "fields": {
+ "name": "Heightened Hearing and Smell",
+ "desc": "The worg's Perception is 19 while perceiving by hearing or smell.",
+ "type": null,
+ "parent": "bfrd_worg"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2562,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The worg is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_worg"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2563,
+ "fields": {
+ "name": "Incorporeal Movement",
+ "desc": "The wraith can move through other creatures and objects as if they were difficult terrain. It takes 5 (1d10) force damage if it ends its turn inside an object.",
+ "type": null,
+ "parent": "bfrd_wraith"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2564,
+ "fields": {
+ "name": "Sunlight Sensitivity",
+ "desc": "While in sunlight, the wraith has disadvantage on attack rolls, and its Perception is 7 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_wraith"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2565,
+ "fields": {
+ "name": "Undead Nature",
+ "desc": "The wraith doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_wraith"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2566,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The wraith is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_wraith"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2567,
+ "fields": {
+ "name": "Intuition",
+ "desc": "The wyrdling rolls two dice for initiative, taking the higher number. In addition, the wyrdling has advantage on WIS (Insight) checks.",
+ "type": null,
+ "parent": "bfrd_wyrdling"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2568,
+ "fields": {
+ "name": "Read Fate",
+ "desc": "The wyrdling can spend 1 minute communing with fate on behalf of one creature that remains within 10 feet of it for the duration. The creature must ask a single question concerning a specific goal, event, or activity to occur within 7 days. At the end of the minute, the wyrdling pronounces the result of the target's inquiry. This trait works like the divination spell, except it can't be used to answer a specific creature's question more than once every 3 days, regardless if the creature asks a different question.",
+ "type": null,
+ "parent": "bfrd_wyrdling"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2569,
+ "fields": {
+ "name": "Clumsy",
+ "desc": "While not flying, the wyvern is vulnerable to the grappled, prone, and restrained conditions.",
+ "type": null,
+ "parent": "bfrd_wyvern"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2570,
+ "fields": {
+ "name": "Earth Glide",
+ "desc": "The xorn can burrow through nonmagical, unworked earth and stone. While doing so, the xorn doesn't disturb the material through which it moves.",
+ "type": null,
+ "parent": "bfrd_xorn"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2571,
+ "fields": {
+ "name": "Stone Camouflage",
+ "desc": "The xorn's Stealth is 18 while in rocky terrain.",
+ "type": null,
+ "parent": "bfrd_xorn"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2572,
+ "fields": {
+ "name": "Treasure Sense",
+ "desc": "The xorn can pinpoint, by scent, the location of precious metals and stones, such as coins and gems, within 60 feet of it.",
+ "type": null,
+ "parent": "bfrd_xorn"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2573,
+ "fields": {
+ "name": "Acidic Vapors",
+ "desc": "After the black dragon uses its Acid Breath, acid clings to its mouth, throat, and nostrils for a time, evaporating as the dragon breathes. While the dragon's Acid Breath is unavailable, acidic vapors surround it, and each creature that starts its turn within 10 feet of the dragon must succeed on a DC 15 CON save or be poisoned until the start of its next turn.",
+ "type": null,
+ "parent": "bfrd_young-black-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2574,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The dragon can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_young-black-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2575,
+ "fields": {
+ "name": "Charged Hide",
+ "desc": "When the blue dragon hasn't exhaled its Lightning Breath, the electric charge builds up across its body. While the dragon's Lightning Breath is available, it emits wild sparks of electricity, and each creature that starts its turn within 10 feet of the dragon must succeed on a DC 16 CON save or be incapacitated until the start of its next turn.",
+ "type": null,
+ "parent": "bfrd_young-blue-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2576,
+ "fields": {
+ "name": "Suffocating Heat",
+ "desc": "After the brass dragon uses its Fire Breath, the air around it is devoid of moisture and lacking in breathable air. While the dragon's Fire Breath is unavailable, each creature that requires air to breathe, other than the dragon, and that starts its turn within 10 feet of the dragon must succeed on a DC 14 CON save or begin suffocating. A creature that fails this save for two consecutive rounds falls unconscious until it takes damage or another creature uses an action to wake it.",
+ "type": null,
+ "parent": "bfrd_young-brass-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2577,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The dragon can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_young-bronze-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2578,
+ "fields": {
+ "name": "Lightning Extraction",
+ "desc": "After the bronze dragon uses its Lightning Breath, its body begins recharging with lightning, pulling electricity from nearby creatures. While the dragon's Lightning Breath is unavailable, each creature that starts its turn within 10 feet of the dragon must make a DC 15 CON save. On a failure, a creature can use either an action or a bonus action on its turn, not both.",
+ "type": null,
+ "parent": "bfrd_young-bronze-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2579,
+ "fields": {
+ "name": "Corrosive Scales",
+ "desc": "When the copper dragon hasn't spit its Acid Breath, the acid built up within the dragon causes the patina on its scales to spread to weapons that strike it. While the dragon's Acid Breath is available, any weapon made of metal that hits the dragon corrodes. After dealing damage, the weapon takes a permanent and cumulative -1 penalty to damage rolls. If a nonmagical weapon's penalty drops to -5, the weapon is destroyed. Nonmagical ammunition made of metal that hits the dragon is destroyed after dealing damage. A magical weapon can't have a penalty greater than -5, and a magical weapon removes this penalty after 24 hours or after its attuned wielder finishes a long rest.",
+ "type": null,
+ "parent": "bfrd_young-copper-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2580,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The dragon can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_young-gold-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2581,
+ "fields": {
+ "name": "Golden Splendor",
+ "desc": "When the gold dragon hasn't unleashed its Fire Breath, its scales gleam and sparkle like molten gold or a pile of gold coins. While the dragon's Fire Breath is available, each creature that starts its turn within 10 feet of the dragon must succeed on a DC 17 CHA save or be charmed until the start of its next turn.",
+ "type": null,
+ "parent": "bfrd_young-gold-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2582,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The dragon can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_young-green-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2583,
+ "fields": {
+ "name": "Hallucinogenic Gas",
+ "desc": "After the green dragon exhales its Poison Breath, wisps of poisonous gas laced with the alchemical taint that permeates the dragon's body linger around it. While the dragon's Poison Breath is unavailable, each creature that starts its turn within 10 feet of the dragon must succeed on a DC 14 WIS save or be terrified, as the gas causes the creature to experience frightful hallucinations. A terrified creature is frightened, and its speed is reduced to 0.",
+ "type": null,
+ "parent": "bfrd_young-green-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2584,
+ "fields": {
+ "name": "Boil Over",
+ "desc": "When the red dragon hasn't unleashed its Fire Breath, the heat builds and rolls outward from it. While the dragon's Fire Breath is available, it emits immense heat, and each creature that starts its turn within 10 feet of the dragon must succeed on a DC 17 CON save or take 7 (2d6) fire damage.",
+ "type": null,
+ "parent": "bfrd_young-red-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2585,
+ "fields": {
+ "name": "Freezing Fog",
+ "desc": "After the silver dragon uses its Cold Breath, freezing fog surrounds it. While the dragon's Cold Breath is unavailable, each creature that starts its turn within 10 feet of the dragon must succeed on a DC 17 CON save or be restrained until the start of its next turn.",
+ "type": null,
+ "parent": "bfrd_young-silver-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2586,
+ "fields": {
+ "name": "Ice Walk",
+ "desc": "The dragon can move across and climb icy surfaces without needing to make an ability check. In addition, difficult terrain composed of ice or snow doesn’t cost it extra movement.",
+ "type": null,
+ "parent": "bfrd_young-white-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2587,
+ "fields": {
+ "name": "Numbing Chill",
+ "desc": "When the white dragon hasn’t unleashed its Cold Breath, the cold builds up within it and ripples outward from it. While the dragon’s Cold Breath is available, it emits a numbing chill, and each creature that starts its turn within 10 feet of the dragon must succeed on a DC 15 CON save or its speed is reduced by 10 feet.",
+ "type": null,
+ "parent": "bfrd_young-white-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2588,
+ "fields": {
+ "name": "Undead Fortitude",
+ "desc": "If damage reduces the zombie to 0 HP, it must make a CON save with a DC equal to 5 + the damage taken, unless the damage is radiant or from a critical hit. On a success, the zombie drops to 1 HP instead.",
+ "type": null,
+ "parent": "bfrd_zombie"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2589,
+ "fields": {
+ "name": "Undead Nature",
+ "desc": "The zombie doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_zombie"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2590,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The zombie is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_zombie"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2591,
+ "fields": {
+ "name": "Aberrant Resilience",
+ "desc": "The aboleth is resistant to the charmed, frightened, paralyzed, and stunned conditions, and it has advantage on saves against spells or effects that would alter its form.",
+ "type": null,
+ "parent": "bfrd_aboleth"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2592,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The aboleth can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_aboleth"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2593,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the aboleth fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_aboleth"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2594,
+ "fields": {
+ "name": "Probing Telepathy",
+ "desc": "If a creature the aboleth can see communicates telepathically with the aboleth, the aboleth learns the creature's greatest desires.",
+ "type": null,
+ "parent": "bfrd_aboleth"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2595,
+ "fields": {
+ "name": "Slime Pox",
+ "desc": "Characterized by the slimy pustules that erupt across the victim's body, _slime pox_ is a disease that infects creatures attacked by an aboleth or that come into contact with an aboleth's slime. Until the disease is cured, the infected creature can breathe air and water, can't regain HP except when underwater, and takes 6 (1d12) acid damage for every 1 hour it remains outside of water or without moisture applied to its skin. Every 24 hours that elapse, the infected creature must make a DC 16 CHA save. Each time a creature fails this save, it views the infecting aboleth more and more favorably, becoming the aboleth's doting and protective thrall after three failed saves.
The successes and failures don't need to be consecutive, but once a creature has acquired three of a kind, it no longer has to make this save, resulting in either the creature becoming a thrall of the aboleth or an autonomous - though infected - creature. _Slime pox_ can be cured only by the heal spell or similar magic.",
+ "type": null,
+ "parent": "bfrd_aboleth"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2596,
+ "fields": {
+ "name": "Slimy Skin",
+ "desc": "The aboleth is coated in an otherworldly mucus. A creature that touches the aboleth or that hits it with a melee attack while within 5 feet of it must succeed on a DC 16 CON save or be infected with _slime pox_ (see the Slime Pox trait).",
+ "type": null,
+ "parent": "bfrd_aboleth"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2597,
+ "fields": {
+ "name": "Divine Providence",
+ "desc": "Each friendly creature within 20 feet of the acolyte that isn't a Construct or Undead has advantage on death saves.",
+ "type": null,
+ "parent": "bfrd_acolyte"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2598,
+ "fields": {
+ "name": "Acidic Vapors",
+ "desc": "After the black dragon uses its Acid Breath, acid clings to its mouth, throat, and nostrils for a time, evaporating as the dragon breathes. While the dragon's Acid Breath is unavailable, acidic vapors surround it, and each creature that starts its turn within 20 feet of the dragon must succeed on a DC 18 CON save or be poisoned until the start of its next turn.",
+ "type": null,
+ "parent": "bfrd_adult-black-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2599,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The dragon can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_adult-black-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2600,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_adult-black-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2601,
+ "fields": {
+ "name": "Charged Hide",
+ "desc": "When the blue dragon hasn't exhaled its Lightning Breath, the electric charge builds up across its body. While the dragon's Lightning Breath is available, it emits wild sparks of electricity, and each creature that starts its turn within 20 feet of the dragon must succeed on a DC 19 CON save or be incapacitated until the start of its next turn.",
+ "type": null,
+ "parent": "bfrd_adult-blue-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2602,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_adult-blue-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2603,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_adult-brass-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2604,
+ "fields": {
+ "name": "Suffocating Heat",
+ "desc": "As the **young brass dragon**, except it affects creatures within 20 feet of the dragon, and the save DC is 18.",
+ "type": null,
+ "parent": "bfrd_adult-brass-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2605,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The dragon can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_adult-bronze-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2606,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_adult-bronze-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2607,
+ "fields": {
+ "name": "Lightning Extraction",
+ "desc": "As the **young bronze dragon**, except it affects creatures within 20 feet of the dragon, and the save DC is 19.",
+ "type": null,
+ "parent": "bfrd_adult-bronze-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2608,
+ "fields": {
+ "name": "Corrosive Scales",
+ "desc": "As the **young copper dragon**.",
+ "type": null,
+ "parent": "bfrd_adult-copper-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2609,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_adult-copper-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2610,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The dragon can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_adult-gold-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2611,
+ "fields": {
+ "name": "Golden Splendor",
+ "desc": "As the **young gold dragon**, except it affects creatures within 20 feet of the dragon, and the save DC is 21.",
+ "type": null,
+ "parent": "bfrd_adult-gold-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2612,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_adult-gold-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2613,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The dragon can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_adult-green-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2614,
+ "fields": {
+ "name": "Hallucinogenic Gas",
+ "desc": "After the green dragon exhales its Poison Breath, wisps of poisonous gas laced with the alchemical taint that permeates the dragon's body linger around it. While the dragon's Poison Breath is unavailable, each creature that starts its turn within 20 feet of the dragon must succeed on a DC 18 WIS save or be terrified, as the gas causes the creature to experience frightful hallucinations. A terrified creature is frightened, and its speed is reduced to 0.",
+ "type": null,
+ "parent": "bfrd_adult-green-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2615,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_adult-green-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2616,
+ "fields": {
+ "name": "Boil Over",
+ "desc": "When the red dragon hasn't unleashed its Fire Breath, the heat builds and rolls outward from it. While the dragon's Fire Breath is available, it emits immense heat, and each creature that starts its turn within 20 feet of the dragon must succeed on a DC 21 CON save or take 7 (2d6) fire damage. A creature that fails this save by 5 or more also suffers one level of exhaustion.",
+ "type": null,
+ "parent": "bfrd_adult-red-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2617,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_adult-red-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2618,
+ "fields": {
+ "name": "Freezing Fog",
+ "desc": "As the **young silver dragon**, except it affects creatures within 20 feet of the dragon, and the save DC is 20.",
+ "type": null,
+ "parent": "bfrd_adult-silver-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2619,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_adult-silver-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2620,
+ "fields": {
+ "name": "Ice Walk",
+ "desc": "The dragon can move across and climb icy surfaces without needing to make an ability check. In addition, difficult terrain composed of ice or snow doesn't cost it extra movement.",
+ "type": null,
+ "parent": "bfrd_adult-white-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2621,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_adult-white-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2622,
+ "fields": {
+ "name": "Numbing Chill",
+ "desc": "When the white dragon hasn't unleashed its Cold Breath, the cold builds up within it and ripples outward from it. While the dragon's Cold Breath is available, it emits a numbing chill, and each creature that starts its turn within 20 feet of the dragon must succeed on a DC 19 CON save or its speed is reduced by 15 feet.",
+ "type": null,
+ "parent": "bfrd_adult-white-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2623,
+ "fields": {
+ "name": "Air Form",
+ "desc": "The elemental can enter a hostile creature's space and stop there. It can move through a space as narrow as 1 inch wide without squeezing.",
+ "type": null,
+ "parent": "bfrd_air-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2624,
+ "fields": {
+ "name": "Cloud Camouflage",
+ "desc": "The elemental's Stealth is 20 while in clouds, fog, or windy weather.",
+ "type": null,
+ "parent": "bfrd_air-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2625,
+ "fields": {
+ "name": "Elemental Nature",
+ "desc": "The elemental doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_air-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2626,
+ "fields": {
+ "name": "Elemental Resilience",
+ "desc": "The elemental is resistant to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to poison damage, to exhaustion, and to the grappled, paralyzed, petrified, poisoned, prone, restrained, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_air-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2627,
+ "fields": {
+ "name": "Fey Resilience",
+ "desc": "The ambush hag is resistant to the charmed and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_ambush-hag"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2628,
+ "fields": {
+ "name": "Mimicry",
+ "desc": "The hag can mimic Animal sounds and Humanoid voices. A creature that hears the sounds can tell they are imitations with a successful DC 16 WIS (Insight) check.",
+ "type": null,
+ "parent": "bfrd_ambush-hag"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2629,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The ambush hag can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_ambush-hag"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2630,
+ "fields": {
+ "name": "Acidic Vapors",
+ "desc": "After the black dragon uses its Acid Breath, acid clings to its mouth, throat, and nostrils for a time, evaporating as the dragon breathes. While the dragon's Acid Breath is unavailable, acidic vapors surround it, and each creature that starts its turn within 30 feet of the dragon must succeed on a DC 21 CON save or be poisoned until the start of its next turn.",
+ "type": null,
+ "parent": "bfrd_ancient-black-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2631,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The dragon can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_ancient-black-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2632,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_ancient-black-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2633,
+ "fields": {
+ "name": "Charged Hide",
+ "desc": "When the blue dragon hasn't exhaled its Lightning Breath, the electric charge builds up across its body. While the dragon's Lightning Breath is available, it emits wild sparks of electricity, and each creature that starts its turn within 30 feet of the dragon must succeed on a DC 22 CON save or be incapacitated until the start of its next turn.",
+ "type": null,
+ "parent": "bfrd_ancient-blue-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2634,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_ancient-blue-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2635,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_ancient-brass-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2636,
+ "fields": {
+ "name": "Suffocating Heat",
+ "desc": "As the **young brass dragon**, except it affects creatures within 30 feet of the dragon, and the save DC is 21.",
+ "type": null,
+ "parent": "bfrd_ancient-brass-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2637,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The dragon can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_ancient-bronze-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2638,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_ancient-bronze-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2639,
+ "fields": {
+ "name": "Lightning Extraction",
+ "desc": "As the **young bronze dragon**, except it affects creatures within 30 feet of the dragon, and the save DC is 22.",
+ "type": null,
+ "parent": "bfrd_ancient-bronze-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2640,
+ "fields": {
+ "name": "Corrosive Scales",
+ "desc": "As the **young copper dragon**.",
+ "type": null,
+ "parent": "bfrd_ancient-copper-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2641,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_ancient-copper-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2642,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The dragon can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_ancient-gold-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2643,
+ "fields": {
+ "name": "Golden Splendor",
+ "desc": "As the **young gold dragon**, except it affects creatures within 30 feet of the dragon, and the save DC is 24.",
+ "type": null,
+ "parent": "bfrd_ancient-gold-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2644,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_ancient-gold-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2645,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The dragon can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_ancient-green-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2646,
+ "fields": {
+ "name": "Hallucinogenic Gas",
+ "desc": "After the green dragon exhales its Poison Breath, wisps of poisonous gas laced with the alchemical taint that permeates the dragon's body linger around it. While the dragon's Poison Breath is unavailable, each creature that starts its turn within 30 feet of the dragon must succeed on a DC 21 WIS save or be terrified, as the gas causes the creature to experience frightful hallucinations. A terrified creature is frightened, and its speed is reduced to 0.",
+ "type": null,
+ "parent": "bfrd_ancient-green-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2647,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_ancient-green-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2648,
+ "fields": {
+ "name": "Boil Over",
+ "desc": "When the red dragon hasn't unleashed its Fire Breath, the heat builds and rolls outward from it. While the dragon's Fire Breath is available, it emits immense heat, and each creature that starts its turn within 30 feet of the dragon must succeed on a DC 24 CON save or take 7 (2d6) fire damage. A creature that fails this save by 5 or more also suffers one level of exhaustion.",
+ "type": null,
+ "parent": "bfrd_ancient-red-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2649,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_ancient-red-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2650,
+ "fields": {
+ "name": "Freezing Fog",
+ "desc": "As the **young silver dragon**, except it affects creatures within 30 feet of the dragon, and the save DC is 23.",
+ "type": null,
+ "parent": "bfrd_ancient-silver-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2651,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_ancient-silver-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2652,
+ "fields": {
+ "name": "Ice Walk",
+ "desc": "The dragon can move across and climb icy surfaces without needing to make an ability check. In addition, difficult terrain composed of ice or snow doesn't cost it extra movement.",
+ "type": null,
+ "parent": "bfrd_ancient-white-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2653,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the dragon fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_ancient-white-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2654,
+ "fields": {
+ "name": "Numbing Chill",
+ "desc": "When the white dragon hasn't unleashed its Cold Breath, the cold builds up within it and ripples outward from it. While the dragon's Cold Breath is available, it emits a numbing chill, and each creature that starts its turn within 30 feet of the dragon must succeed on a DC 22 CON save or its speed is halved.",
+ "type": null,
+ "parent": "bfrd_ancient-white-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2655,
+ "fields": {
+ "name": "Inscrutable",
+ "desc": "The sphinx is immune to any effect that would sense its emotions or read its thoughts, as well as any divination spell that it refuses. WIS (Insight) checks made to ascertain the sphinx's intentions or sincerity have disadvantage.",
+ "type": null,
+ "parent": "bfrd_androsphinx"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2656,
+ "fields": {
+ "name": "Magical Claws",
+ "desc": "The sphinx's Claw attacks are magical. When the sphinx hits with a Claw attack, the Claw deals an extra 2d8 force damage (included in the attack).",
+ "type": null,
+ "parent": "bfrd_androsphinx"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2657,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The sphinx is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_androsphinx"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2658,
+ "fields": {
+ "name": "Antimagic Susceptibility",
+ "desc": "The armor is incapacitated while in the area of an antimagic field. If targeted by _dispel magic_, the armor must succeed on a CON save against the caster's spell save DC or fall unconscious for 1 minute.",
+ "type": null,
+ "parent": "bfrd_animated-armor"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2659,
+ "fields": {
+ "name": "Construct Nature",
+ "desc": "The armor doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_animated-armor"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2660,
+ "fields": {
+ "name": "Construct Resilience",
+ "desc": "The armor is immune to poison and psychic damage, and it is immune to exhaustion and the charmed, frightened, paralyzed, petrified, and poisoned conditions.",
+ "type": null,
+ "parent": "bfrd_animated-armor"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2661,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the armor remains motionless, it is indistinguishable from a normal suit of armor.",
+ "type": null,
+ "parent": "bfrd_animated-armor"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2662,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The ankheg is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_ankheg"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2663,
+ "fields": {
+ "name": "Nature's Champion",
+ "desc": "While the archdruid is conscious, wearing no armor, and in a natural environment or terrain, such as a desert, forest, or mountain, it adds its WIS modifier to its AC (included above). In addition, it is resistant to cold, fire, lightning, poison, and thunder damage.",
+ "type": null,
+ "parent": "bfrd_archdruid"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2664,
+ "fields": {
+ "name": "Nature's Weapons",
+ "desc": "When the archdruid hits with any weapon, the weapon deals an extra 4d8 cold, fire, lightning, poison, or thunder damage (included in the attack), the archdruid's choice.",
+ "type": null,
+ "parent": "bfrd_archdruid"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2665,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The archmage has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_archmage"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2666,
+ "fields": {
+ "name": "Magic Ward",
+ "desc": "While the archmage is conscious, wearing no armor, and not inside of an antimagic effect, it adds its INT modifier to its AC (included above). In addition, it is resistant to force damage.",
+ "type": null,
+ "parent": "bfrd_archmage"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2667,
+ "fields": {
+ "name": "Evasion",
+ "desc": "If the assassin is subjected to an effect that allows it to make a DEX save to take only half damage, the assassin instead takes no damage if it succeeds on the save, and only half damage if it fails.",
+ "type": null,
+ "parent": "bfrd_assassin"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2668,
+ "fields": {
+ "name": "Poisoned Weapons",
+ "desc": "The assassin's weapons are coated in poison. When it hits with any weapon, the weapon deals an extra 3d8 poison damage (included in the attack). In addition, at the start of each of its turns, the assassin can choose which of the following poisons is active on its weapons. The poison remains on the weapons until the start of the assassin's next turn.\n- **Assassin's Friend.** A creature poisoned by a weapon coated with this poison takes an extra 4 (1d8) poison damage each time it takes damage while poisoned.\n- **Buyer's Mercy.** A creature poisoned by a weapon coated with this poison falls unconscious while poisoned or until it takes damage or another creature uses an action to wake it.\n- **Meddler's Fate.** A creature poisoned by a weapon coated with this poison has its speed halved while poisoned.",
+ "type": null,
+ "parent": "bfrd_assassin"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2669,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the shrub remains motionless, it is indistinguishable from a normal shrub.",
+ "type": null,
+ "parent": "bfrd_awakened-shrub"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2670,
+ "fields": {
+ "name": "Plant Resilience",
+ "desc": "The shrub is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_awakened-shrub"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2671,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the tree remains motionless, it is indistinguishable from a normal tree.",
+ "type": null,
+ "parent": "bfrd_awakened-tree"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2672,
+ "fields": {
+ "name": "Plant Resilience",
+ "desc": "The tree is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_awakened-tree"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2673,
+ "fields": {
+ "name": "Heated Body",
+ "desc": "A creature that touches the azer or hits it with a melee attack while within 5 feet of it takes 3 (1d6) fire damage.",
+ "type": null,
+ "parent": "bfrd_azer"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2674,
+ "fields": {
+ "name": "Heated Weapons",
+ "desc": "When the azer hits with a metal melee weapon, the weapon deals an extra 3 (1d6) fire damage (included in the attack).",
+ "type": null,
+ "parent": "bfrd_azer"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2675,
+ "fields": {
+ "name": "Illumination",
+ "desc": "The azer sheds bright light in a 10-foot radius and dim light for an additional 10 feet.",
+ "type": null,
+ "parent": "bfrd_azer"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2676,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The baboon has advantage on attack rolls against a creature if at least one of the baboon's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_baboon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2677,
+ "fields": {
+ "name": "Grumpy",
+ "desc": "When in combat, the badger attacks the creature that most recently dealt damage to it, provided that creature is within range or moving to it doesn't cause the badger to provoke opportunity attacks. The badger otherwise attacks the nearest hostile creature.",
+ "type": null,
+ "parent": "bfrd_badger"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2678,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The badger's Perception is 16 when perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_badger"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2679,
+ "fields": {
+ "name": "Grumpy",
+ "desc": "When in combat, the badger attacks the creature that most recently dealt damage to it, provided that creature is within range or moving to it doesn't cause the badger to provoke opportunity attacks. The badger otherwise attacks the nearest hostile creature.",
+ "type": null,
+ "parent": "bfrd_badger-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2680,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The badger's Perception is 16 when perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_badger-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2681,
+ "fields": {
+ "name": "Terrifying Luminance",
+ "desc": "When a creature that can see the balara's glowing ribcage starts its turn within 30 feet of the balara, the balara can force it to make a DC 14 WIS save if the balara isn't incapacitated and can see the creature. On a failure, the creature is frightened until the start of its next turn, as the visions, fear, and pain of the last moments of several animals flash through its mind. While frightened, the creature's speed is reduced to 0, and it can't use reactions. Unless surprised, a creature can avert its eyes to avoid the save at the start of its turn. If the creature does so, it can't see the balara until the start of its next turn, when it can avert its eyes again. If the creature looks at the balara in the meantime, it must immediately make the save.",
+ "type": null,
+ "parent": "bfrd_balara"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2682,
+ "fields": {
+ "name": "Undead Nature",
+ "desc": "The balara doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_balara"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2683,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The balara is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_balara"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2684,
+ "fields": {
+ "name": "Demonic Flames",
+ "desc": "Creatures resistant to fire damage aren't resistant to fire damage dealt by the balor. Creatures immune to fire damage are still immune to the balor's fire damage.",
+ "type": null,
+ "parent": "bfrd_balor"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2685,
+ "fields": {
+ "name": "Demonic Resilience",
+ "desc": "The balor is resistant to cold and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_balor"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2686,
+ "fields": {
+ "name": "Diving Assault",
+ "desc": "If the balor is flying and moves at least 30 feet straight toward a creature and then hits it with a Gore attack on the same turn, that target must succeed on a DC 20 STR save or be knocked prone. If the target is prone, the balor can make one Longsword attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_balor"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2687,
+ "fields": {
+ "name": "Flaming Weapons",
+ "desc": "The balor's weapon attacks are magical. When the balor hits with any weapon, the weapon deals an extra 3d8 fire damage (included in the attack).",
+ "type": null,
+ "parent": "bfrd_balor"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2688,
+ "fields": {
+ "name": "Fire Aura",
+ "desc": "At the start of each of the balor's turns, each creature within 10 feet of it takes 13 (3d8) fire damage, and flammable objects in the aura that aren't being worn or carried ignite.",
+ "type": null,
+ "parent": "bfrd_balor"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2689,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The balor has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_balor"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2690,
+ "fields": {
+ "name": "Opportunist",
+ "desc": "The bandit has advantage on opportunity attacks.",
+ "type": null,
+ "parent": "bfrd_bandit"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2691,
+ "fields": {
+ "name": "Opportunist",
+ "desc": "The bandit captain has advantage on opportunity attacks.",
+ "type": null,
+ "parent": "bfrd_bandit-captain"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2692,
+ "fields": {
+ "name": "Barbed Death",
+ "desc": "When the barbed devil dies, its body withers, leaving behind a mass of spikes on the ground in a 10-foot radius centered on the devil's body. The area becomes difficult terrain for 1 minute, and when a creature moves into or within the area, it takes 2d6 piercing damage for every 5 feet it travels.",
+ "type": null,
+ "parent": "bfrd_barbed-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2693,
+ "fields": {
+ "name": "Barbed Hide",
+ "desc": "A creature that hits the barbed devil with a melee attack while within 5 feet of it takes 3 (1d6) piercing damage. A creature that starts its turn grappling or grappled by the barbed devil takes 3 (1d6) piercing damage.",
+ "type": null,
+ "parent": "bfrd_barbed-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2694,
+ "fields": {
+ "name": "Devil's Sight",
+ "desc": "Magical darkness doesn't impede the devil's darkvision.",
+ "type": null,
+ "parent": "bfrd_barbed-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2695,
+ "fields": {
+ "name": "Devilish Resilience",
+ "desc": "The devil is resistant to cold damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to fire damage and poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_barbed-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2696,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The devil has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_barbed-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2697,
+ "fields": {
+ "name": "Artistic Expression",
+ "desc": "The bard has one primary form of artistic expression, such as song, poetry, dance, fashion, paint, or similar. It is resistant to one type of damage associated with that artistic expression. For example, a bard expressing art through song or oration is resistant to thunder damage, a bard expressing art through paint is resistant to acid or poison damage (the bard's choice), and a bard expressing art through witty discourse or clever quips is resistant to psychic damage. This trait can't make the bard resistant to force, necrotic, or radiant damage.",
+ "type": null,
+ "parent": "bfrd_bard"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2698,
+ "fields": {
+ "name": "Expressive Weapons",
+ "desc": "When the bard hits with any weapon, the weapon deals an extra 3d8 damage of the type determined by Artistic Expression.",
+ "type": null,
+ "parent": "bfrd_bard"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2699,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The basilisk is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_basilisk"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2700,
+ "fields": {
+ "name": "Petrifying Gaze",
+ "desc": "When a creature that can see the basilisk's eyes starts its turn within 30 feet of the basilisk, the basilisk can force it to make a DC 12 CON save if the basilisk isn't incapacitated and can see the creature. On a failure, the creature magically begins to turn to stone and is restrained. The restrained creature must repeat the save at the end of its next turn, becoming petrified on a failure or ending the effect on a success. The petrification lasts until the creature is freed by the greater restoration spell or other magic. Unless surprised, a creature can avert its eyes to avoid the save at the start of its turn. If the creature does so, it can't see the basilisk until the start of its next turn, when it can avert its eyes again. If the creature looks at the basilisk in the meantime, it must immediately make the save. If the basilisk sees itself reflected on a polished surface within 30 feet of it and in an area of bright light, the basilisk mistakes itself for a rival and is affected by its own gaze.",
+ "type": null,
+ "parent": "bfrd_basilisk"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2701,
+ "fields": {
+ "name": "Echolocation",
+ "desc": "The bat can't use its keensense while deafened.",
+ "type": null,
+ "parent": "bfrd_bat"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2702,
+ "fields": {
+ "name": "Heightened Hearing",
+ "desc": "The bat's Perception is 16 when perceiving by hearing.",
+ "type": null,
+ "parent": "bfrd_bat"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2703,
+ "fields": {
+ "name": "Echolocation",
+ "desc": "The bat can't use its keensense while deafened.",
+ "type": null,
+ "parent": "bfrd_bat-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2704,
+ "fields": {
+ "name": "Heightened Hearing",
+ "desc": "The bat's Perception is 16 when perceiving by hearing.",
+ "type": null,
+ "parent": "bfrd_bat-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2705,
+ "fields": {
+ "name": "Cacophonous Swarm",
+ "desc": "A creature in the swarm's space that casts a spell with a verbal component must succeed on a DC 12 CON save or the spell fails to cast, expending the action required to cast it but not the spell slot or daily use.",
+ "type": null,
+ "parent": "bfrd_bat-swarm-of-bats"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2706,
+ "fields": {
+ "name": "Echolocation",
+ "desc": "The swarm can't use its keensense while deafened.",
+ "type": null,
+ "parent": "bfrd_bat-swarm-of-bats"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2707,
+ "fields": {
+ "name": "Heightened Hearing",
+ "desc": "The swarm's Perception is 16 when perceiving by hearing.",
+ "type": null,
+ "parent": "bfrd_bat-swarm-of-bats"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2708,
+ "fields": {
+ "name": "Swarm",
+ "desc": "The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny bat. The swarm can't regain HP or gain temporary HP.",
+ "type": null,
+ "parent": "bfrd_bat-swarm-of-bats"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2709,
+ "fields": {
+ "name": "Swarm Resilience",
+ "desc": "The swarm is resistant to bludgeoning, piercing, and slashing damage, and it is immune to the charmed, frightened, grappled, paralyzed, petrified, prone, restrained, and stunned conditions.",
+ "type": null,
+ "parent": "bfrd_bat-swarm-of-bats"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2710,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The bear's Perception is 18 when perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_bear-black"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2711,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The bear's Perception is 18 when perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_bear-brown"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2712,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The bear's Perception is 18 when perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_bear-polar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2713,
+ "fields": {
+ "name": "Devil's Sight",
+ "desc": "Magical darkness doesn't impede the devil's darkvision.",
+ "type": null,
+ "parent": "bfrd_bearded-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2714,
+ "fields": {
+ "name": "Devilish Resilience",
+ "desc": "The devil is resistant to cold damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to fire damage and poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_bearded-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2715,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The devil has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_bearded-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2716,
+ "fields": {
+ "name": "Show Mettle",
+ "desc": "While it can see a superior devil, such as a barbed devil, pit fiend, or similar, the bearded devil has advantage on saves against being charmed and frightened.",
+ "type": null,
+ "parent": "bfrd_bearded-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2717,
+ "fields": {
+ "name": "Lightning Absorption",
+ "desc": "Whenever the behir is subjected to lighting damage, it takes no damage and instead regains a number of HP equal to the lightning damage dealt.",
+ "type": null,
+ "parent": "bfrd_behir"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2718,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The behir is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_behir"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2719,
+ "fields": {
+ "name": "Reckless",
+ "desc": "At the start of its turn, the berserker can gain advantage on all melee weapon attack rolls it makes during that turn, but attack rolls against it have advantage until the start of its next turn.",
+ "type": null,
+ "parent": "bfrd_berserker"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2720,
+ "fields": {
+ "name": "Stalwart",
+ "desc": "If the berserker starts its turn afflicted by an ongoing effect that allows for a repeated save to end the effect, such as the hold spell or the poison from an ettercap's Bite, the gladiator can make the save at the start of the turn instead of the end and has advantage on the save.",
+ "type": null,
+ "parent": "bfrd_berserker"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2721,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The black dragon can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_black-dragon-wyrmling"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2722,
+ "fields": {
+ "name": "Pounce",
+ "desc": "If the dragon moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 13 STR save or be knocked prone. If the target is prone, the dragon can make one Claw attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_black-dragon-wyrmling"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2723,
+ "fields": {
+ "name": "Amorphous",
+ "desc": "The pudding can move through a space as narrow as 1 inch wide without squeezing.",
+ "type": null,
+ "parent": "bfrd_black-pudding"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2724,
+ "fields": {
+ "name": "Corrosive Form",
+ "desc": "A creature that touches the pudding or hits it with a melee attack while within 5 feet of it takes 4 (1d8) acid damage. Any nonmagical weapon made of metal or wood that hits the pudding corrodes. After dealing damage, the weapon takes a permanent and cumulative -1 penalty to damage rolls. If its penalty drops to -5, the weapon is destroyed. Nonmagical ammunition made of metal or wood that hits the pudding is destroyed after dealing damage. The pudding can eat through a panel of nonmagical wood or metal in its space that is up to 2 inches thick in 1 round.",
+ "type": null,
+ "parent": "bfrd_black-pudding"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2725,
+ "fields": {
+ "name": "Ooze Nature",
+ "desc": "The pudding doesn't require sleep.",
+ "type": null,
+ "parent": "bfrd_black-pudding"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2726,
+ "fields": {
+ "name": "Ooze Resilience",
+ "desc": "The pudding is resistant to the restrained condition, and it is immune to exhaustion and to the blinded, charmed, deafened, frightened, and prone conditions.",
+ "type": null,
+ "parent": "bfrd_black-pudding"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2727,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The pudding can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_black-pudding"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2728,
+ "fields": {
+ "name": "Fey Resilience",
+ "desc": "The blink dog is resistant to the charmed and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_blink-dog"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2729,
+ "fields": {
+ "name": "Heightened Hearing and Smell",
+ "desc": "The blink dog's Perception is 18 while perceiving by hearing or smell.",
+ "type": null,
+ "parent": "bfrd_blink-dog"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2730,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The blink dog has advantage on attack rolls against a creature if at least one of the dog's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_blink-dog"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2731,
+ "fields": {
+ "name": "Heightened Hearing",
+ "desc": "The bloatblossom's Perception is 16 while perceiving by hearing.",
+ "type": null,
+ "parent": "bfrd_bloatblossom"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2732,
+ "fields": {
+ "name": "Plant Resilience",
+ "desc": "The bloatblossom is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_bloatblossom"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2733,
+ "fields": {
+ "name": "Pounce",
+ "desc": "If the dragon moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 13 STR save or be knocked prone. If the target is prone, the dragon can make one Claw attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_blue-dragon-wyrmling"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2734,
+ "fields": {
+ "name": "Charge",
+ "desc": "If the boar moves at least 20 feet straight toward a target and then hits it with a Tusk attack on the same turn, the target takes an extra 3 (1d6) slashing damage. If the target is a creature, it must succeed on a DC 12 STR save or be knocked prone.",
+ "type": null,
+ "parent": "bfrd_boar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2735,
+ "fields": {
+ "name": "Relentless (Recharges after a Short or Long Rest)",
+ "desc": "If the boar takes 4 damage or less that would reduce it to 0 HP, it is reduced to 1 HP instead.",
+ "type": null,
+ "parent": "bfrd_boar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2736,
+ "fields": {
+ "name": "Charge",
+ "desc": "If the boar moves at least 20 feet straight toward a target and then hits it with a Tusk attack on the same turn, the target takes an extra 7 (2d6) slashing damage. If the target is a creature, it must succeed on a DC 13 STR save or be knocked prone.",
+ "type": null,
+ "parent": "bfrd_boar-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2737,
+ "fields": {
+ "name": "Relentless (Recharges after a Short or Long Rest)",
+ "desc": "If the boar takes 10 damage or less that would reduce it to 0 HP, it is reduced to 1 HP instead.",
+ "type": null,
+ "parent": "bfrd_boar-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2738,
+ "fields": {
+ "name": "Devil's Sight",
+ "desc": "Magical darkness doesn't impede the devil's darkvision.",
+ "type": null,
+ "parent": "bfrd_bone-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2739,
+ "fields": {
+ "name": "Devilish Resilience",
+ "desc": "The devil is resistant to cold damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to fire damage and poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_bone-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2740,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The devil has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_bone-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2741,
+ "fields": {
+ "name": "Pounce",
+ "desc": "If the dragon moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 12 STR save or be knocked prone. If the target is prone, the dragon can make one Claw attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_brass-dragon-wyrmling"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2742,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The dragon can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_bronze-dragon-wyrmling"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2743,
+ "fields": {
+ "name": "Pounce",
+ "desc": "If the dragon moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 13 STR save or be knocked prone. If the target is prone, the dragon can make one Claw attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_bronze-dragon-wyrmling"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2744,
+ "fields": {
+ "name": "Brutal",
+ "desc": "A melee weapon deals one extra die of its damage when the bugbear hits with it (included in the attack).",
+ "type": null,
+ "parent": "bfrd_bugbear"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2745,
+ "fields": {
+ "name": "Brutal",
+ "desc": "A melee weapon deals one extra die of its damage when the bugbear hits with it (included in the attack).",
+ "type": null,
+ "parent": "bfrd_bugbear-champion"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2746,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The bulette is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_bulette"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2747,
+ "fields": {
+ "name": "Standing Leap",
+ "desc": "The bulette's long jump is up to 30 feet and its high jump is up to 15 feet, with or without a running start.",
+ "type": null,
+ "parent": "bfrd_bulette"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2748,
+ "fields": {
+ "name": "Camel Resilience",
+ "desc": "The camel is resistant to exhaustion, and it requires only half the amount of water that a typical Beast of its size needs.",
+ "type": null,
+ "parent": "bfrd_camel"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2749,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The cat's Perception is 18 when perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_cat"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2750,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The centaur is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_centaur"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2751,
+ "fields": {
+ "name": "Trampling Charge",
+ "desc": "If the centaur moves at least 30 feet straight toward a creature and then hits it with a Pike attack on the same turn, that target must succeed on a DC 14 STR save or be knocked prone. If the target is prone, the centaur can make one Hooves attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_centaur"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2752,
+ "fields": {
+ "name": "Devil's Sight",
+ "desc": "Magical darkness doesn't impede the devil's darkvision.",
+ "type": null,
+ "parent": "bfrd_chain-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2753,
+ "fields": {
+ "name": "Devilish Resilience",
+ "desc": "The devil is resistant to cold damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to fire damage and poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_chain-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2754,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The devil has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_chain-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2755,
+ "fields": {
+ "name": "Bickering Heads",
+ "desc": "The chimera is perpetually one step away from arguing with itself. A creature that can see the chimera can use a bonus action on its turn to appeal to one of the chimera's heads with bribes (dragon), praise (lion), displays of magic (goat), or other clever manipulation of a head's desires. The chimera must succeed on a DC 15 WIS save or succumb to that desire.
If the lion or goat head succumbs, the chimera has disadvantage on the next Bite or Headbutt attack it makes before the end of its next turn. If the dragon head succumbs, creatures caught in the chimera's next Fire Breath have advantage on the save, provided the chimera uses the breath within the next 1 minute. Once a head has succumbed to a desire, that head can't succumb again for the next 24 hours.",
+ "type": null,
+ "parent": "bfrd_chimera"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2756,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The chimera is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_chimera"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2757,
+ "fields": {
+ "name": "Multiple Heads",
+ "desc": "The chimera has three heads and is resistant to the blinded, charmed, deafened, frightened, stunned, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_chimera"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2758,
+ "fields": {
+ "name": "Aberrant Resilience",
+ "desc": "The chuul is resistant to the charmed, frightened, paralyzed, and stunned conditions, and it has advantage on saves against spells or effects that would alter its form.",
+ "type": null,
+ "parent": "bfrd_chuul"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2759,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The chuul can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_chuul"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2760,
+ "fields": {
+ "name": "Sense Magic",
+ "desc": "The chuul senses and can pinpoint the location of magic within 120 feet of it. If it senses magic and can see the creature or object bearing the magic it senses, it sees a faint aura around that creature or object.",
+ "type": null,
+ "parent": "bfrd_chuul"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2761,
+ "fields": {
+ "name": "Acid Absorption",
+ "desc": "Whenever the golem is subjected to acid damage, it takes no damage and instead regains HP equal to the acid damage dealt.",
+ "type": null,
+ "parent": "bfrd_clay-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2762,
+ "fields": {
+ "name": "Construct Nature",
+ "desc": "The golem doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_clay-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2763,
+ "fields": {
+ "name": "Fire Weakness",
+ "desc": "When the clay golem takes fire damage, its body temporarily hardens like baked clay. Until the end of its next turn, the golem's speed is reduced by 10 feet, it can't use Mold Hand, and its AC becomes 18.",
+ "type": null,
+ "parent": "bfrd_clay-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2764,
+ "fields": {
+ "name": "Golem Resilience",
+ "desc": "The golem is immune to poison and psychic damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to exhaustion and to the charmed, frightened, paralyzed, petrified, and poisoned conditions.",
+ "type": null,
+ "parent": "bfrd_clay-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2765,
+ "fields": {
+ "name": "Immutable Form",
+ "desc": "The golem is immune to any spell or effect that would alter its form.",
+ "type": null,
+ "parent": "bfrd_clay-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2766,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The golem has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_clay-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2767,
+ "fields": {
+ "name": "Magic Weapons",
+ "desc": "The golem's weapon attacks are magical.",
+ "type": null,
+ "parent": "bfrd_clay-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2768,
+ "fields": {
+ "name": "Aberrant Resilience",
+ "desc": "The cloaker is resistant to the charmed, frightened, paralyzed, and stunned conditions, and it has advantage on saves against spells or effects that would alter its form.",
+ "type": null,
+ "parent": "bfrd_cloaker"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2769,
+ "fields": {
+ "name": "Damage Transfer",
+ "desc": "While attached to a creature, the cloaker takes only half the damage dealt to it (rounded down), and that creature takes the other half.",
+ "type": null,
+ "parent": "bfrd_cloaker"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2770,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the cloaker remains motionless without its underside exposed, it is indistinguishable from a dark leather cloak.",
+ "type": null,
+ "parent": "bfrd_cloaker"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2771,
+ "fields": {
+ "name": "Light Sensitivity",
+ "desc": "While in bright light, the cloaker has disadvantage on attack rolls, and its Perception is 6 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_cloaker"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2772,
+ "fields": {
+ "name": "Cloudsight",
+ "desc": "The cloud giant can see through areas obscured by clouds, fog, smoke, and steam without penalty.",
+ "type": null,
+ "parent": "bfrd_cloud-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2773,
+ "fields": {
+ "name": "Giant Attributes",
+ "desc": "The cloud giant is resistant to the stunned condition, and it is vulnerable to the prone condition.",
+ "type": null,
+ "parent": "bfrd_cloud-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2774,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The cloud giant's Perception is 22 when perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_cloud-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2775,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The cockatrice is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_cockatrice"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2776,
+ "fields": {
+ "name": "Pounce",
+ "desc": "If the dragon moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 12 STR save or be knocked prone. If the target is prone, the dragon can make one Claw attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_copper-dragon-wyrmling"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2777,
+ "fields": {
+ "name": "Celestial Resilience",
+ "desc": "The couatl is resistant to radiant damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks.",
+ "type": null,
+ "parent": "bfrd_couatl"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2778,
+ "fields": {
+ "name": "Inscrutable",
+ "desc": "The couatl is immune to any effect that would sense its emotions or read its thoughts, as well as divination spells or effects, such as scrying or detecting its location, that it refuses. WIS (Insight) checks made to ascertain the couatl's intentions or sincerity have disadvantage.",
+ "type": null,
+ "parent": "bfrd_couatl"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2779,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The couatl has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_couatl"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2780,
+ "fields": {
+ "name": "Magic Weapons",
+ "desc": "The couatl's weapon attacks are magical.",
+ "type": null,
+ "parent": "bfrd_couatl"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2781,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The crab can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_crab"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2782,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The crab can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_crab-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2783,
+ "fields": {
+ "name": "Amorphous",
+ "desc": "The crimson jelly can move through space as narrow as 1 inch wide without squeezing.",
+ "type": null,
+ "parent": "bfrd_crimson-jelly"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2784,
+ "fields": {
+ "name": "Blood Sense",
+ "desc": "The crimson jelly can pinpoint, by scent, the location of creatures that aren't Constructs or Undead and that don't have all of their HP within 60 feet of it and can sense the general direction of such creatures within 1 mile of it.",
+ "type": null,
+ "parent": "bfrd_crimson-jelly"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2785,
+ "fields": {
+ "name": "Ooze Nature",
+ "desc": "The crimson jelly doesn't require sleep.",
+ "type": null,
+ "parent": "bfrd_crimson-jelly"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2786,
+ "fields": {
+ "name": "Ooze Resilience",
+ "desc": "The crimson jelly is resistant to the restrained condition, and it is immune to exhaustion and to the blinded, charmed, deafened, frightened, and prone conditions.",
+ "type": null,
+ "parent": "bfrd_crimson-jelly"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2787,
+ "fields": {
+ "name": "Tainted Attacks",
+ "desc": "A creature that is reduced to 0 HP by a crimson jelly must succeed on a DC 9 CHA save or suffer one level of exhaustion. While a creature suffers from this exhaustion, it loses most of its memories aside from basic information about itself, such as its name and its capabilities, and it is wracked with nightmarish visions that include a crimson rune.",
+ "type": null,
+ "parent": "bfrd_crimson-jelly"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2788,
+ "fields": {
+ "name": "Transparent",
+ "desc": "While in an area of dim or bright light, the crimson jelly is invisible. While in darkness, creatures without darkvision can see the jelly's faint crimson glow.",
+ "type": null,
+ "parent": "bfrd_crimson-jelly"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2789,
+ "fields": {
+ "name": "Hold Breath",
+ "desc": "The crocodile can hold its breath for 15 minutes.",
+ "type": null,
+ "parent": "bfrd_crocodile"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2790,
+ "fields": {
+ "name": "Hold Breath",
+ "desc": "The crocodile can hold its breath for 30 minutes.",
+ "type": null,
+ "parent": "bfrd_crocodile-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2791,
+ "fields": {
+ "name": "Dark Devotion",
+ "desc": "The cultist is resistant to the charmed and frightened conditions.",
+ "type": null,
+ "parent": "bfrd_cultist"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2792,
+ "fields": {
+ "name": "Dark Devotion",
+ "desc": "The fanatic is resistant to the charmed and frightened conditions.",
+ "type": null,
+ "parent": "bfrd_cultist-fanatic"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2793,
+ "fields": {
+ "name": "Unholy Weapons",
+ "desc": "The fanatic's weapons are coated in dark, magical flames. When the fanatic hits with any weapon, the weapon deals an extra 2d6 fire damage or necrotic damage (included in the attack), the fanatic's choice.",
+ "type": null,
+ "parent": "bfrd_cultist-fanatic"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2794,
+ "fields": {
+ "name": "Echolocation",
+ "desc": "The darkmantle can't use its keensense while deafened.",
+ "type": null,
+ "parent": "bfrd_darkmantle"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2795,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the darkmantle remains motionless, it is indistinguishable from a cave formation, such as a stalactite or stalagmite.",
+ "type": null,
+ "parent": "bfrd_darkmantle"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2796,
+ "fields": {
+ "name": "Jagged Hide",
+ "desc": "A creature that hits the darkmantle with a melee attack while within 5 feet of it takes 2 (1d4) piercing damage.",
+ "type": null,
+ "parent": "bfrd_darkmantle"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2797,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The darkmantle is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_darkmantle"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2798,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The death dog is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_death-dog"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2799,
+ "fields": {
+ "name": "Multiple Heads",
+ "desc": "The death dog has two heads and is resistant to the blinded, charmed, deafened, frightened, stunned, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_death-dog"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2800,
+ "fields": {
+ "name": "Disgraced Rejuvenation",
+ "desc": "Unless redeemed, a destroyed death knight returns in 1d4 days, regaining all its HP and becoming active again within 10 feet of where it died.",
+ "type": null,
+ "parent": "bfrd_death-knight"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2801,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The death knight has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_death-knight"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2802,
+ "fields": {
+ "name": "Undead Nature",
+ "desc": "The death knight doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_death-knight"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2803,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The death knight is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_death-knight"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2804,
+ "fields": {
+ "name": "Gnome Cunning",
+ "desc": "The deep gnome has advantage on INT, WIS, and CHA saves against magic.",
+ "type": null,
+ "parent": "bfrd_deep-gnome"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2805,
+ "fields": {
+ "name": "Stone Camouflage",
+ "desc": "The deep gnome's Stealth is 17 while in rocky terrain.",
+ "type": null,
+ "parent": "bfrd_deep-gnome"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2806,
+ "fields": {
+ "name": "Angelic Resilience",
+ "desc": "The deva is resistant to radiant damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to exhaustion and the charmed and frightened conditions.",
+ "type": null,
+ "parent": "bfrd_deva"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2807,
+ "fields": {
+ "name": "Angelic Senses",
+ "desc": "The deva can pinpoint the location of Aberrations, Celestials, Fiends, and Undead within 30 feet of it and knows if a place or object it can sense is consecrated or desecrated.",
+ "type": null,
+ "parent": "bfrd_deva"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2808,
+ "fields": {
+ "name": "Angelic Weapons",
+ "desc": "The deva's weapon attacks are magical. When the deva hits with any weapon, the weapon deals an extra 4d8 radiant damage (included in the attack).",
+ "type": null,
+ "parent": "bfrd_deva"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2809,
+ "fields": {
+ "name": "Immortal Nature",
+ "desc": "The deva doesn't require food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_deva"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2810,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The deva has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_deva"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2811,
+ "fields": {
+ "name": "Reviving Prayer",
+ "desc": "The deva spends 10 minutes praying to its deity for the safe return of the soul of a slain creature. At the end of the prayer, the deva touches a creature that has been dead no more than 24 hours and returns the creature to life with a number of HP equal to half its HP maximum. Reviving Prayer can't return to life a creature that has died of old age, nor can it restore any missing body parts. A creature restored to life in this way can't be returned to life by this deva again for 30 days.",
+ "type": null,
+ "parent": "bfrd_deva"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2812,
+ "fields": {
+ "name": "Nebulous (Cloud Form Only)",
+ "desc": "The djinni's Stealth is 21, it can hover while flying, can't manipulate objects or attack, and it can pass through any space air can pass through without squeezing. In addition, it can enter and hide in any Tiny or larger container, such as a pouch, lamp, backpack, or barrel.",
+ "type": null,
+ "parent": "bfrd_djinni"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2813,
+ "fields": {
+ "name": "Convincing Mimicry (Humanoid Form Only)",
+ "desc": "The doppelganger can mimic any Humanoid's body and voice it has seen and heard nearly perfectly. A creature very familiar with the individual Humanoid the doppelganger is pretending to be can tell the doppelganger is an imitation with a successful DC 20 WIS (Insight) check.",
+ "type": null,
+ "parent": "bfrd_doppelganger"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2814,
+ "fields": {
+ "name": "Revealed Intentions",
+ "desc": "While reading a creature's mind, the doppelganger has advantage on CHA checks against the creature, knows the creature's current mood, and knows if the creature speaks a lie. In addition, the doppelganger has advantage on attack rolls against the creature.",
+ "type": null,
+ "parent": "bfrd_doppelganger"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2815,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The dragon turtle can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_dragon-turtle"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2816,
+ "fields": {
+ "name": "Siege Monster",
+ "desc": "The dragon turtle deals double damage to objects and structures.",
+ "type": null,
+ "parent": "bfrd_dragon-turtle"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2817,
+ "fields": {
+ "name": "Abyssal Rejuvenation",
+ "desc": "Unlike other outsiders, a dretch that dies in its home plane of the Abyss is restored in a new body in 1d10 days, regaining all its HP and becoming active again. The new body appears in a random location in the Abyss. Only sprinkling holy water on the dretch's remains can prevent this trait from functioning.",
+ "type": null,
+ "parent": "bfrd_dretch"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2818,
+ "fields": {
+ "name": "Demonic Resilience",
+ "desc": "The dretch is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_dretch"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2819,
+ "fields": {
+ "name": "Fey Ancestry",
+ "desc": "The drider is resistant to the charmed condition, and magic can't put the drider to sleep.",
+ "type": null,
+ "parent": "bfrd_drider"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2820,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The drider is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_drider"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2821,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The drider can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_drider"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2822,
+ "fields": {
+ "name": "Sunlight Sensitivity",
+ "desc": "While in sunlight, the drider has disadvantage on attack rolls, and its Perception is 10 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_drider"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2823,
+ "fields": {
+ "name": "Web Sense",
+ "desc": "While in contact with a web, the drider knows the exact location of any other creature in contact with the same web.",
+ "type": null,
+ "parent": "bfrd_drider"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2824,
+ "fields": {
+ "name": "Web Walker",
+ "desc": "The drider ignores movement restrictions caused by webbing.",
+ "type": null,
+ "parent": "bfrd_drider"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2825,
+ "fields": {
+ "name": "Fey Ancestry",
+ "desc": "The drow is resistant to the charmed condition, and magic can't put the drow to sleep.",
+ "type": null,
+ "parent": "bfrd_drow"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2826,
+ "fields": {
+ "name": "Sunlight Sensitivity",
+ "desc": "While in sunlight, the drow has disadvantage on attack rolls, and its Perception is 7 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_drow"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2827,
+ "fields": {
+ "name": "Fey Resilience",
+ "desc": "The dryad is resistant to the charmed and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_dryad"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2828,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The dryad has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_dryad"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2829,
+ "fields": {
+ "name": "One with the Forest",
+ "desc": "While in a forest, the dryad can't be surprised, and it leaves behind no tracks or other traces of its passage.",
+ "type": null,
+ "parent": "bfrd_dryad"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2830,
+ "fields": {
+ "name": "Speak with Beasts and Plants",
+ "desc": "The dryad can communicate with Beasts and Plants as if they shared a language.",
+ "type": null,
+ "parent": "bfrd_dryad"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2831,
+ "fields": {
+ "name": "Tree Stride",
+ "desc": "Once on its turn, the dryad can use 10 feet of its movement to step magically into one living tree within its reach and emerge from a second living tree within 60 feet of the first tree, appearing in an unoccupied space within 5 feet of the second tree. Both trees must be Large or larger.",
+ "type": null,
+ "parent": "bfrd_dryad"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2832,
+ "fields": {
+ "name": "Duergar Resilience",
+ "desc": "The duergar is resistant to the charmed and paralyzed conditions, and it has advantage on saves against spells and illusions.",
+ "type": null,
+ "parent": "bfrd_duergar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2833,
+ "fields": {
+ "name": "Reduce",
+ "desc": "If the duergar starts its turn enlarged, it can choose to end the effect and return to its normal size (no action required).",
+ "type": null,
+ "parent": "bfrd_duergar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2834,
+ "fields": {
+ "name": "Sunlight Sensitivity",
+ "desc": "While in sunlight, the duergar has disadvantage on attack rolls, and its Perception is 5 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_duergar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2835,
+ "fields": {
+ "name": "Death Burst",
+ "desc": "When the mephit dies, it explodes in a burst of dust. Each creature within 5 feet of it must succeed on a DC 11 DEX save or be blinded for 1 minute. A blinded creature can repeat the save at the end of each of its turns, ending the effect on itself on a success.",
+ "type": null,
+ "parent": "bfrd_dust-mephit"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2836,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the mephit remains motionless and hovering, it is indistinguishable from an ordinary cloud of dust.",
+ "type": null,
+ "parent": "bfrd_dust-mephit"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2837,
+ "fields": {
+ "name": "Heightened Sight",
+ "desc": "The eagle's Perception is 19 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_eagle"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2838,
+ "fields": {
+ "name": "Seabird",
+ "desc": "The eagle can swim up to 30 feet on its turn, but it must start and end its movement either flying or on a solid surface, such as a ship or beach. If it is swimming at the end of its turn, it must succeed on a DC 10 CON save or it immediately begins to sink and suffocate. A suffocating eagle must succeed on a DC 8 STR check to fly out of the substance where it is sinking.",
+ "type": null,
+ "parent": "bfrd_eagle"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2839,
+ "fields": {
+ "name": "Heightened Sight",
+ "desc": "The eagle's Perception is 19 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_eagle-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2840,
+ "fields": {
+ "name": "Seabird",
+ "desc": "The eagle can swim up to 40 feet on its turn, but it must start and end its movement either flying or on a solid surface, such as a ship or beach. If it is swimming at the end of its turn, it must succeed on a DC 11 CON save or it immediately begins to sink and suffocate. A suffocating eagle must succeed on a DC 13 STR check to fly out of the substance where it is sinking.",
+ "type": null,
+ "parent": "bfrd_eagle-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2841,
+ "fields": {
+ "name": "Earth Glide",
+ "desc": "The elemental can burrow through nonmagical, unworked earth and stone. While doing so, the elemental doesn't disturb the material through which it moves.",
+ "type": null,
+ "parent": "bfrd_earth-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2842,
+ "fields": {
+ "name": "Earthen Camouflage",
+ "desc": "The elemental's Stealth is 14 while in muddy, rocky, sandy, or stony terrain.",
+ "type": null,
+ "parent": "bfrd_earth-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2843,
+ "fields": {
+ "name": "Elemental Nature",
+ "desc": "The elemental doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_earth-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2844,
+ "fields": {
+ "name": "Elemental Resilience",
+ "desc": "The elemental is resistant to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to poison damage, to exhaustion, and to the paralyzed, petrified, poisoned, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_earth-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2845,
+ "fields": {
+ "name": "Siege Monster",
+ "desc": "The elemental deals double damage to objects and structures.",
+ "type": null,
+ "parent": "bfrd_earth-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2846,
+ "fields": {
+ "name": "Nebulous (Cloud Form Only)",
+ "desc": "The efreeti's Stealth is 16, it can hover while flying, can't manipulate objects or attack, and it can pass through any space air can pass through without squeezing. In addition, it can enter and hide in any Tiny or larger container, such as a pouch, lamp, backpack, or barrel.",
+ "type": null,
+ "parent": "bfrd_efreeti"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2847,
+ "fields": {
+ "name": "Trampling Charge",
+ "desc": "If the elephant moves at least 20 feet straight toward a creature and then hits it with a Gore attack on the same turn, that target must succeed on a DC 15 STR save or be knocked prone. If the target is prone, the elephant can make one Stomp attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_elephant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2848,
+ "fields": {
+ "name": "Charge",
+ "desc": "If the elk moves at least 20 feet straight toward a target and then hits it with a Ram attack on the same turn, the target takes an extra 3 (1d6) bludgeoning damage. If the target is a creature, it must succeed on a DC 12 STR save or be knocked prone.",
+ "type": null,
+ "parent": "bfrd_elk"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2849,
+ "fields": {
+ "name": "Charge",
+ "desc": "If the elk moves at least 20 feet straight toward a target and then hits it with a Ram attack on the same turn, the target takes an extra 7 (2d6) bludgeoning damage. If the target is a creature, it must succeed on a DC 14 STR save or be knocked prone.",
+ "type": null,
+ "parent": "bfrd_elk-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2850,
+ "fields": {
+ "name": "Devilish Resilience",
+ "desc": "The devil is resistant to cold damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to fire damage and poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_erinyes"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2851,
+ "fields": {
+ "name": "Disciplined Fighter",
+ "desc": "At the start of each of its turns, the erinyes chooses one of the following fighting styles to adopt, which lasts until the start of the erinyes's next turn.\n- **Aggressive.** The erinyes has advantage on the first attack it makes on its turn, but the next attack roll against the erinyes has advantage.\n- **Retributive.** The next time the erinyes is hit by a melee weapon attack from a creature within 5 feet of it, the erinyes can make one Longsword attack against the attacker (no action required).\n- **Defensive.** The next time erinyes uses the Parry reaction, it takes only half the damage if the attack hits and regains 18 (4d8) HP if the attack doesn't hit.",
+ "type": null,
+ "parent": "bfrd_erinyes"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2852,
+ "fields": {
+ "name": "Poisonous Weapons",
+ "desc": "The erinyes's weapon attacks are magical. When the erinyes hits with any weapon, the weapon deals an extra 4d8 poison damage (included in the attack).",
+ "type": null,
+ "parent": "bfrd_erinyes"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2853,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The erinyes has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_erinyes"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2854,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The ettercap is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_ettercap"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2855,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The ettercap can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_ettercap"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2856,
+ "fields": {
+ "name": "Web Sense",
+ "desc": "While in contact with a web, the ettercap knows the exact location of any other creature in contact with the same web.",
+ "type": null,
+ "parent": "bfrd_ettercap"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2857,
+ "fields": {
+ "name": "Web Walker",
+ "desc": "The ettercap ignores movement restrictions caused by webbing.",
+ "type": null,
+ "parent": "bfrd_ettercap"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2858,
+ "fields": {
+ "name": "Giant Attributes",
+ "desc": "The ettin is resistant to the stunned condition, and it is vulnerable to the prone condition.",
+ "type": null,
+ "parent": "bfrd_ettin"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2859,
+ "fields": {
+ "name": "Multiple Heads",
+ "desc": "The ettin has two heads and is resistant to the blinded, charmed, deafened, frightened, stunned, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_ettin"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2860,
+ "fields": {
+ "name": "Obstinate",
+ "desc": "The ettin has advantage on WIS and CHA saves.",
+ "type": null,
+ "parent": "bfrd_ettin"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2861,
+ "fields": {
+ "name": "Wakeful",
+ "desc": "When one of the ettin's heads is asleep, its other head is awake.",
+ "type": null,
+ "parent": "bfrd_ettin"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2862,
+ "fields": {
+ "name": "Fey Resilience",
+ "desc": "The feral hunter is resistant to the charmed and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_feral-hunter"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2863,
+ "fields": {
+ "name": "Heightened Senses",
+ "desc": "The feral hunter's Perception is 19 when perceiving by sight, hearing, or smell.",
+ "type": null,
+ "parent": "bfrd_feral-hunter"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2864,
+ "fields": {
+ "name": "Precise",
+ "desc": "A weapon that deals piercing damage deals one extra die of its damage when the feral hunter hits with it (included in the attack).",
+ "type": null,
+ "parent": "bfrd_feral-hunter"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2865,
+ "fields": {
+ "name": "Woodland Walk",
+ "desc": "Difficult terrain composed of nonmagical plants doesn't cost the feral hunter extra movement. In addition, the feral hunter can pass through nonmagical plants without being slowed by them and without taking damage from them if they have thorns, spines, or a similar hazard.",
+ "type": null,
+ "parent": "bfrd_feral-hunter"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2866,
+ "fields": {
+ "name": "Elemental Nature",
+ "desc": "The fire elemental doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_fire-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2867,
+ "fields": {
+ "name": "Elemental Resilience",
+ "desc": "The fire elemental is resistant to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to poison damage, to exhaustion, and to the grappled, paralyzed, petrified, poisoned, prone, restrained, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_fire-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2868,
+ "fields": {
+ "name": "Fire Camouflage",
+ "desc": "The fire elemental's Stealth is 18 while in a Medium or larger fire.",
+ "type": null,
+ "parent": "bfrd_fire-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2869,
+ "fields": {
+ "name": "Fire Form",
+ "desc": "The elemental can move through a space as narrow as 1 inch wide without squeezing. A creature that touches the elemental or hits it with a melee attack while within 5 feet of it takes 5 (1d10) fire damage. In addition, the elemental can enter a hostile creature's space and stop there. The first time it enters a creature's space on a turn, that creature must succeed on a DC 14 DEX save or take 5 (1d10) fire damage and catch fire; until a creature takes an action to douse the fire, the burning creature takes 5 (1d10) fire damage at the start of each of its turns.",
+ "type": null,
+ "parent": "bfrd_fire-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2870,
+ "fields": {
+ "name": "Illumination",
+ "desc": "The elemental sheds bright light in a 30-foot radius and dim light for an additional 30 feet.",
+ "type": null,
+ "parent": "bfrd_fire-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2871,
+ "fields": {
+ "name": "Water Susceptibility",
+ "desc": "For every 5 feet the elemental moves in water, or for every gallon of water splashed on it, it takes 1 cold damage.",
+ "type": null,
+ "parent": "bfrd_fire-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2872,
+ "fields": {
+ "name": "Giant Attributes",
+ "desc": "The fire giant is resistant to the stunned condition, and it is vulnerable to the prone condition.",
+ "type": null,
+ "parent": "bfrd_fire-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2873,
+ "fields": {
+ "name": "Aversion of Fire",
+ "desc": "If the golem takes fire damage, it loses its immunity to the frightened condition and has disadvantage on attack rolls and ability checks until the end of its next turn.",
+ "type": null,
+ "parent": "bfrd_flesh-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2874,
+ "fields": {
+ "name": "Berserk (55 HP or Fewer)",
+ "desc": "When the golem starts its turn, roll a d6. On a 6, the golem goes berserk. On each of its turns while berserk, the golem attacks the nearest creature it can see. If no creature is near enough to move to and attack, the golem attacks an object, with preference for an object smaller than itself. Once the golem goes berserk, it continues to do so until it is destroyed or regains all its HP. The golem's creator, if within 60 feet of the berserk golem, can try to calm it by speaking firmly and persuasively. The golem must be able to hear its creator, who must take an action to make a DC 15 CHA (Persuasion) check. If the check succeeds, the golem ceases being berserk. If the golem takes damage while still at 55 HP or fewer, the golem might go berserk again.",
+ "type": null,
+ "parent": "bfrd_flesh-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2875,
+ "fields": {
+ "name": "Construct Nature",
+ "desc": "The golem doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_flesh-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2876,
+ "fields": {
+ "name": "Flesh Golem Resilience",
+ "desc": "The golem is immune to poison damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to exhaustion and to the charmed, frightened, paralyzed, petrified, and poisoned conditions.",
+ "type": null,
+ "parent": "bfrd_flesh-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2877,
+ "fields": {
+ "name": "Immutable Form",
+ "desc": "The golem is immune to any spell or effect that would alter its form.",
+ "type": null,
+ "parent": "bfrd_flesh-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2878,
+ "fields": {
+ "name": "Lightning Absorption",
+ "desc": "Whenever the golem is subjected to lightning damage, it takes no damage and instead regains HP equal to the lightning damage dealt.",
+ "type": null,
+ "parent": "bfrd_flesh-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2879,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The golem has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_flesh-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2880,
+ "fields": {
+ "name": "Magic Weapons",
+ "desc": "The golem's weapon attacks are magical.",
+ "type": null,
+ "parent": "bfrd_flesh-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2881,
+ "fields": {
+ "name": "Fey Resilience",
+ "desc": "The flinderbeast is resistant to the charmed and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_flinderbeast"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2882,
+ "fields": {
+ "name": "Heightened Hearing and Smell",
+ "desc": "The flinderbeast's Perception 18 when perceiving by hearing or smell.",
+ "type": null,
+ "parent": "bfrd_flinderbeast"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2883,
+ "fields": {
+ "name": "Antimagic Susceptibility",
+ "desc": "The sword is incapacitated while in the area of an antimagic field. If targeted by _dispel magic_, the sword must succeed on a CON save against the caster's spell save DC or fall unconscious for 1 minute.",
+ "type": null,
+ "parent": "bfrd_flying-sword"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2884,
+ "fields": {
+ "name": "Construct Nature",
+ "desc": "The sword doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_flying-sword"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2885,
+ "fields": {
+ "name": "Construct Resilience",
+ "desc": "The sword is immune to poison and psychic damage, and it is immune to exhaustion and the charmed, frightened, paralyzed, petrified, and poisoned conditions.",
+ "type": null,
+ "parent": "bfrd_flying-sword"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2886,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the sword remains motionless and isn't flying, it is indistinguishable from a normal sword.",
+ "type": null,
+ "parent": "bfrd_flying-sword"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2887,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The frog can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_frog"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2888,
+ "fields": {
+ "name": "Standing Leap",
+ "desc": "The frog's long jump is up to 10 feet and its high jump is up to 5 feet, with or without a running start.",
+ "type": null,
+ "parent": "bfrd_frog"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2889,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The frog can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_frog-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2890,
+ "fields": {
+ "name": "Standing Leap",
+ "desc": "The frog's long jump is up to 20 feet and its high jump is up to 10 feet, with or without a running start.",
+ "type": null,
+ "parent": "bfrd_frog-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2891,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The frog can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_frog-giant-poisonous"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2892,
+ "fields": {
+ "name": "Standing Leap",
+ "desc": "The frog's long jump is up to 20 feet and its high jump is up to 10 feet, with or without a running start.",
+ "type": null,
+ "parent": "bfrd_frog-giant-poisonous"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2893,
+ "fields": {
+ "name": "Toxic Skin",
+ "desc": "The frog's skin is coated in a hallucinogenic toxin. A creature that touches the frog or hits it with a melee attack while within 5 feet of it must make a DC 13 CON save. On a failure, a creature is poisoned until the end of its next turn and experiences mild hallucinations while poisoned.",
+ "type": null,
+ "parent": "bfrd_frog-giant-poisonous"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2894,
+ "fields": {
+ "name": "Giant Attributes",
+ "desc": "The frost giant is resistant to the stunned condition, and it is vulnerable to the prone condition.",
+ "type": null,
+ "parent": "bfrd_frost-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2895,
+ "fields": {
+ "name": "Ice Walk",
+ "desc": "The frost giant can move across icy surfaces without needing to make an ability check. In addition, difficult terrain composed of ice or snow doesn't cost it extra movement.",
+ "type": null,
+ "parent": "bfrd_frost-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2896,
+ "fields": {
+ "name": "Snowsight",
+ "desc": "The frost giant can see through areas obscured by snowfall, sleet, and other wintry precipitation without penalty.",
+ "type": null,
+ "parent": "bfrd_frost-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2897,
+ "fields": {
+ "name": "Diving Pounce",
+ "desc": "If the gargoyle is flying and moves at least 20 feet straight toward a creature and then hits it with a Claws attack on the same turn, that target must succeed on a DC 13 STR save or be knocked prone. If the target is prone, the gargoyle can make one Bite attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_gargoyle"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2898,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the gargoyle remains motionless, it is indistinguishable from an inanimate statue.",
+ "type": null,
+ "parent": "bfrd_gargoyle"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2899,
+ "fields": {
+ "name": "Ooze Cube",
+ "desc": "The cube takes up its entire space. Other creatures can enter the space, but are subjected to the cube's Engulf and have disadvantage on the save. Creatures inside the cube can be seen but have total cover. A creature within 5 feet of the cube can take an action to pull a creature or object out of the cube. Doing so requires a successful DC 12 STR check, and the creature making the attempt takes 10 (3d6) acid damage.
The cube can hold only one Large creature or up to four Medium or smaller creatures inside it at a time.",
+ "type": null,
+ "parent": "bfrd_gelatinous-cube"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2900,
+ "fields": {
+ "name": "Ooze Nature",
+ "desc": "The cube doesn't require sleep.",
+ "type": null,
+ "parent": "bfrd_gelatinous-cube"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2901,
+ "fields": {
+ "name": "Ooze Resilience",
+ "desc": "The cube is resistant to the grappled and restrained conditions, and it is immune to exhaustion and to the blinded, charmed, deafened, frightened, and prone conditions.",
+ "type": null,
+ "parent": "bfrd_gelatinous-cube"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2902,
+ "fields": {
+ "name": "Transparent",
+ "desc": "While motionless, the cube's Stealth is 15, even when the cube is in plain sight.",
+ "type": null,
+ "parent": "bfrd_gelatinous-cube"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2903,
+ "fields": {
+ "name": "Hungry Dead Nature",
+ "desc": "The ghast doesn't require air or sleep. In addition, it must consume at least 2 pounds of raw meat every 24 hours, or it loses its immunity to exhaustion and risks starvation until it does so. While it has any levels of exhaustion from starvation, the ghast can't remove levels of exhaustion until it consumes at least 4 pounds of raw meat.",
+ "type": null,
+ "parent": "bfrd_ghast"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2904,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The ghast can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_ghast"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2905,
+ "fields": {
+ "name": "Stench",
+ "desc": "A creature that starts its turn within 5 feet of the ghast must succeed on a DC 13 CON save or be poisoned until the start of its next turn. On a success, the creature is immune to the ghast's Stench for 24 hours.",
+ "type": null,
+ "parent": "bfrd_ghast"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2906,
+ "fields": {
+ "name": "Turning Defiance",
+ "desc": "The ghast and any ghouls within 30 feet of it have advantage on saves against effects that turn undead.",
+ "type": null,
+ "parent": "bfrd_ghast"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2907,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The ghast is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_ghast"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2908,
+ "fields": {
+ "name": "Ethereal Sight",
+ "desc": "The ghost can see 60 feet into the Ethereal Plane when it is on the Material Plane, and vice versa.",
+ "type": null,
+ "parent": "bfrd_ghost"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2909,
+ "fields": {
+ "name": "Incorporeal Movement",
+ "desc": "The ghost can move through other creatures and objects as if they were difficult terrain. It takes 5 (1d10) force damage if it ends its turn inside an object.",
+ "type": null,
+ "parent": "bfrd_ghost"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2910,
+ "fields": {
+ "name": "Undead Nature",
+ "desc": "The ghost doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_ghost"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2911,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The ghost is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_ghost"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2912,
+ "fields": {
+ "name": "Unfinished Business",
+ "desc": "Unless its unfinished business is fulfilled, a destroyed ghost returns in 1d4 days, regaining all its HP and becoming active again within 10 feet of where it died. If presented with an object or piece of information related to its unfinished business, the ghost must succeed on a DC 13 WIS save or be incapacitated until the end of its next turn. After it has been incapacitated by a particular source, the ghost can't be incapacitated by that same source again for 24 hours. If presented with everything it needs to complete its unfinished business, the ghost permanently dies after completing it.",
+ "type": null,
+ "parent": "bfrd_ghost"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2913,
+ "fields": {
+ "name": "Hungry Dead Nature",
+ "desc": "The ghoul doesn't require air or sleep. In addition, it must consume at least 2 pounds of raw meat every 24 hours, or it loses its immunity to exhaustion and risks starvation until it does so. While it has any levels of exhaustion from starvation, the ghoul can't remove levels of exhaustion until it consumes at least 4 pounds of raw meat.",
+ "type": null,
+ "parent": "bfrd_ghoul"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2914,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The ghoul can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_ghoul"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2915,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The ghoul is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_ghoul"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2916,
+ "fields": {
+ "name": "Aberrant Ground",
+ "desc": "The ground within 10 feet of the mouther is dough-like difficult terrain. A creature that starts its turn in the area must succeed on a DC 13 STR save or its speed is halved until the start of its next turn.",
+ "type": null,
+ "parent": "bfrd_gibbering-mouther"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2917,
+ "fields": {
+ "name": "Aberrant Resilience",
+ "desc": "The mouther is resistant to the charmed, frightened, paralyzed, and stunned conditions, and it has advantage on saves against spells or effects that would alter its form.",
+ "type": null,
+ "parent": "bfrd_gibbering-mouther"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2918,
+ "fields": {
+ "name": "Gibbering",
+ "desc": "The mouther babbles incoherently while it can see any creature and isn't incapacitated. A creature that starts its turn within 20 feet of the mouther and that can hear the gibbering must succeed on a DC 13 WIS save or it can't take reactions until the start of its next turn and must roll a d8 to determine what it does during its turn. On a 1 to 4, the creature does nothing. On a 5 or 6, the creature takes no action or bonus action and moves its full speed in a randomly determined direction. On a 7 or 8, the creature makes a melee attack against a randomly determined creature within its reach or does nothing if it can't make such an attack.",
+ "type": null,
+ "parent": "bfrd_gibbering-mouther"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2919,
+ "fields": {
+ "name": "Demonic Resilience",
+ "desc": "The glabrezu is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_glabrezu"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2920,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The glabrezu has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_glabrezu"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2921,
+ "fields": {
+ "name": "Point Blank Grappler",
+ "desc": "When the glabrezu makes a Crackling Flame Bolt attack, it doesn't have disadvantage on the attack roll from being within 5 feet of a hostile creature, provided it is grappling that creature.",
+ "type": null,
+ "parent": "bfrd_glabrezu"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2922,
+ "fields": {
+ "name": "Brutal",
+ "desc": "A melee weapon deals one extra die of its damage when the gladiator hits with it (included in the attack).",
+ "type": null,
+ "parent": "bfrd_gladiator"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2923,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The gnoll's Perception is 15 when perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_gnoll"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2924,
+ "fields": {
+ "name": "Charge",
+ "desc": "If the goat moves at least 20 feet straight toward a target and then hits it with a Ram attack on the same turn, the target takes an extra 2 (1d4) bludgeoning damage. If the target is a creature, it must succeed on a DC 11 STR save or be knocked prone.",
+ "type": null,
+ "parent": "bfrd_goat"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2925,
+ "fields": {
+ "name": "Charge",
+ "desc": "If the goat moves at least 20 feet straight toward a target and then hits it with a Ram attack on the same turn, the target takes an extra 5 (2d4) bludgeoning damage. If the target is a creature, it must succeed on a DC 13 STR save or be knocked prone.",
+ "type": null,
+ "parent": "bfrd_goat-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2926,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The dragon can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_gold-dragon-wyrmling"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2927,
+ "fields": {
+ "name": "Pounce",
+ "desc": "If the dragon moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 13 STR save or be knocked prone. If the target is prone, the dragon can make one Claw attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_gold-dragon-wyrmling"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2928,
+ "fields": {
+ "name": "Demonic Resilience",
+ "desc": "The golmana is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_golmana"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2929,
+ "fields": {
+ "name": "Heightened Hearing",
+ "desc": "The golmana's Perception is 19 when perceiving by hearing.",
+ "type": null,
+ "parent": "bfrd_golmana"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2930,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The golmana has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_golmana"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2931,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The golmana can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_golmana"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2932,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The gorgon is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_gorgon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2933,
+ "fields": {
+ "name": "Trampling Charge",
+ "desc": "If the gorgon moves at least 20 feet straight toward a creature and then hits it with a Gore attack on the same turn, that target must succeed on a DC 16 STR save or be knocked prone. If the target is prone, the gorgon can make one Hooves attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_gorgon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2934,
+ "fields": {
+ "name": "Amorphous",
+ "desc": "The ooze can move through a space as narrow as 1 inch wide without squeezing.",
+ "type": null,
+ "parent": "bfrd_gray-ooze"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2935,
+ "fields": {
+ "name": "Corrode Metal",
+ "desc": "Any nonmagical weapon made of metal that hits the ooze corrodes. After dealing damage, the weapon takes a permanent and cumulative -1 penalty to damage rolls. If its penalty drops to -5, the weapon is destroyed. Nonmagical ammunition made of metal that hits the ooze is destroyed after dealing damage. The ooze can eat through 2-inch-thick, nonmagical metal in 1 round.",
+ "type": null,
+ "parent": "bfrd_gray-ooze"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2936,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the ooze remains motionless, it is indistinguishable from ordinary fresh or curing mortar.",
+ "type": null,
+ "parent": "bfrd_gray-ooze"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2937,
+ "fields": {
+ "name": "Ooze Nature",
+ "desc": "The ooze doesn't require sleep.",
+ "type": null,
+ "parent": "bfrd_gray-ooze"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2938,
+ "fields": {
+ "name": "Ooze Resilience",
+ "desc": "The ooze is resistant to the grappled and restrained conditions, and it is immune to exhaustion and to the blinded, charmed, deafened, frightened, and prone conditions.",
+ "type": null,
+ "parent": "bfrd_gray-ooze"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2939,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The ooze can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_gray-ooze"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2940,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The dragon can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_green-dragon-wyrmling"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2941,
+ "fields": {
+ "name": "Pounce",
+ "desc": "If the dragon moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 12 STR save or be knocked prone. If the target is prone, the dragon can make one Claw attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_green-dragon-wyrmling"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2942,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The hag can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_green-hag"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2943,
+ "fields": {
+ "name": "Fey Resilience",
+ "desc": "The hag is resistant to the charmed and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_green-hag"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2944,
+ "fields": {
+ "name": "Mimicry",
+ "desc": "The hag can mimic Animal sounds and Humanoid voices. A creature that hears the sounds can tell they are imitations with a successful DC 14 WIS (Insight) check. Speak with Beasts. The hag can communicate with Beasts as if they shared a language.",
+ "type": null,
+ "parent": "bfrd_green-hag"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2945,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The grick is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_grick"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2946,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The grick can climb difficult surfaces, including upside ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_grick"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2947,
+ "fields": {
+ "name": "Stone Camouflage",
+ "desc": "The grick's Stealth is 17 in rocky terrain.",
+ "type": null,
+ "parent": "bfrd_grick"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2948,
+ "fields": {
+ "name": "Heightened Sight",
+ "desc": "The griffon's Perception is 18 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_griffon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2949,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The griffon is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_griffon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2950,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The griffon has advantage on attack rolls against a creature if at least one of the griffon's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_griffon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2951,
+ "fields": {
+ "name": "Pounce",
+ "desc": "If the griffon moves at least 20 feet straight toward a creature and then hits it with a Claws attack on the same turn, that target must succeed on a DC 14 STR save or be knocked prone. If the target is prone, the griffon can make one Beak attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_griffon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2952,
+ "fields": {
+ "name": "Heightened Hearing and Smell",
+ "desc": "The grimlock's Perception is 16 when perceiving by hearing or smell.",
+ "type": null,
+ "parent": "bfrd_grimlock"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2953,
+ "fields": {
+ "name": "Stone Camouflage",
+ "desc": "The grimlock's Stealth is 18 while in rocky terrain.",
+ "type": null,
+ "parent": "bfrd_grimlock"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2954,
+ "fields": {
+ "name": "Suppressed Senses",
+ "desc": "The grimlock can't use its keensense while deafened and unable to smell.",
+ "type": null,
+ "parent": "bfrd_grimlock"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2955,
+ "fields": {
+ "name": "Divine Strikes",
+ "desc": "The naga's weapon attacks are magical. When the naga hits with any weapon attack, the weapon deals an extra 3d8 necrotic damage or radiant damage (included in the attack), the naga's choice.",
+ "type": null,
+ "parent": "bfrd_guardian-naga"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2956,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The naga is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_guardian-naga"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2957,
+ "fields": {
+ "name": "Rejuvenation",
+ "desc": "If it dies, the naga returns to life in 1d6 days, regaining all its HP and becoming active again. Only a wish spell can prevent this trait from functioning.",
+ "type": null,
+ "parent": "bfrd_guardian-naga"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2958,
+ "fields": {
+ "name": "Inscrutable",
+ "desc": "The sphinx is immune to any effect that would sense its emotions or read its thoughts, as well as any divination spell that it refuses. WIS (Insight) checks made to ascertain the sphinx's intentions or sincerity have disadvantage.",
+ "type": null,
+ "parent": "bfrd_gynosphinx"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2959,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The sphinx is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_gynosphinx"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2960,
+ "fields": {
+ "name": "Psychic Claws",
+ "desc": "The sphinx's Claw attacks are magical. When the sphinx hits with a Claw attack, the Claw deals an extra 3d6 psychic damage (included in the attack).",
+ "type": null,
+ "parent": "bfrd_gynosphinx"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2961,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The harpy is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_harpy"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2962,
+ "fields": {
+ "name": "Heightened Sight",
+ "desc": "The hawk's Perception is 19 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_hawk"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2963,
+ "fields": {
+ "name": "Heightened Sight",
+ "desc": "The hawk's Perception is 19 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_hawk-blood"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2964,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The hawk has advantage on attack rolls against a creature if at least one of the hawk's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_hawk-blood"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2965,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The hound has advantage on an attack roll against a creature if at least one of the hound's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_hell-hound"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2966,
+ "fields": {
+ "name": "Prey Sense",
+ "desc": "The hound can pinpoint, by scent, the location of Medium and smaller creatures within 30 feet of it.",
+ "type": null,
+ "parent": "bfrd_hell-hound"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2967,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The hezrou can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_hezrou"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2968,
+ "fields": {
+ "name": "Demonic Resilience",
+ "desc": "The hezrou is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_hezrou"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2969,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The hezrou has advantage on saving throws against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_hezrou"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2970,
+ "fields": {
+ "name": "Speak with Frogs and Toads",
+ "desc": "The hezrou can communicate with frogs and toads as if they shared a language.",
+ "type": null,
+ "parent": "bfrd_hezrou"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2971,
+ "fields": {
+ "name": "Standing Leap",
+ "desc": "The hezrou's long jump is up to 20 feet and its high jump is up to 10 feet, with or without a running start.",
+ "type": null,
+ "parent": "bfrd_hezrou"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2972,
+ "fields": {
+ "name": "Stench",
+ "desc": "A creature that starts its turn within 10 feet of the hezrou must succeed on a DC 16 CON save or be poisoned until the start of its next turn. On a success, the creature is immune to the hezrou's Stench for the next 24 hours.",
+ "type": null,
+ "parent": "bfrd_hezrou"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2973,
+ "fields": {
+ "name": "Giant Attributes",
+ "desc": "The hill giant is resistant to the stunned condition, and it is vulnerable to the prone condition.",
+ "type": null,
+ "parent": "bfrd_hill-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2974,
+ "fields": {
+ "name": "Show of Might",
+ "desc": "The hill giant can use STR instead of CHA when making CHA (Intimidation) checks.",
+ "type": null,
+ "parent": "bfrd_hill-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2975,
+ "fields": {
+ "name": "Earth Glide",
+ "desc": "The hinn can burrow through nonmagical, unworked earth and stone. While doing so, the hinn doesn't disturb the material through which it moves.",
+ "type": null,
+ "parent": "bfrd_hinn"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2976,
+ "fields": {
+ "name": "Nebulous (Cloud Form Only)",
+ "desc": "The hinn's Stealth is 20, it can hover while flying, can't manipulate objects or attack, and it can pass through any space air can pass through without squeezing. In addition, it can enter and hide in any Tiny or larger container, such as a pouch, lamp, backpack, or barrel.",
+ "type": null,
+ "parent": "bfrd_hinn"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2977,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The hippocampus can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_hippocampus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2978,
+ "fields": {
+ "name": "Shared Breath",
+ "desc": "The hippocampus's gills pull more air from the water than the hippocampus needs, expelling the excess as bubbles down its neck and across its back. If an air-breathing creature is riding the hippocampus, these bubbles can provide that creature a supply of fresh air when the hippocampus isn't in combat or traveling at a fast pace.",
+ "type": null,
+ "parent": "bfrd_hippocampus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2979,
+ "fields": {
+ "name": "Heightened Sight",
+ "desc": "The hippogriff's Perception is 18 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_hippogriff"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2980,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The hippogriff is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_hippogriff"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2981,
+ "fields": {
+ "name": "Collective Mind",
+ "desc": "The hivebound's individual insects and swarms under its control are connected via a hive mind. It can telepathically communicate with any of its individual insects and swarms within 1 mile of it, and it can't be surprised. It can have up to five swarms of insects under its control at a time.",
+ "type": null,
+ "parent": "bfrd_hivebound"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2982,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The hivebound is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_hivebound"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2983,
+ "fields": {
+ "name": "Reinforced Mind",
+ "desc": "If the hivebound starts its turn afflicted by an ongoing effect that allows a repeated INT, WIS, or CHA save to end the effect, such as the hold spell, the hivebound can make the save at the start of the turn instead of the end and has advantage on the save.",
+ "type": null,
+ "parent": "bfrd_hivebound"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2984,
+ "fields": {
+ "name": "Unshakable Command",
+ "desc": "Each friendly creature within 30 feet of the hobgoblin commander can't be charmed or frightened while the commander isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_hobgoblin-commander"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2985,
+ "fields": {
+ "name": "Bound Construct",
+ "desc": "The homunculus serves another creature as a familiar, forming a magic, telepathic bond with that willing companion. While the two are bonded and on the same plane of existence, the companion can sense what the homunculus senses and the two can communicate telepathically. While the homunculus is within 100 feet of the companion, it can use a reaction to deliver any spell the companion casts that has a range of touch. If the spell requires an attack roll, the homunculus uses the companion's spell attack modifier for the roll. While the homunculus is within 10 feet of its companion, the companion has advantage on INT (Arcana) and INT (Investigation) checks. At any time and for any reason, the homunculus can end its service as a familiar, ending the telepathic bond.",
+ "type": null,
+ "parent": "bfrd_homunculus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2986,
+ "fields": {
+ "name": "Construct Nature",
+ "desc": "The homunculus doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_homunculus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2987,
+ "fields": {
+ "name": "Construct Resilience",
+ "desc": "The homunculus is immune to poison and psychic damage, and it is immune to exhaustion and the charmed, frightened, paralyzed, petrified, and poisoned conditions.",
+ "type": null,
+ "parent": "bfrd_homunculus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2988,
+ "fields": {
+ "name": "Devil's Sight",
+ "desc": "Magical darkness doesn't impede the devil's darkvision.",
+ "type": null,
+ "parent": "bfrd_horned-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2989,
+ "fields": {
+ "name": "Devilish Resilience",
+ "desc": "The devil is resistant to cold damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to fire damage and poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_horned-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2990,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The devil has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_horned-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2991,
+ "fields": {
+ "name": "Draft Animal",
+ "desc": "The draft horse can push, drag, or lift weight in pounds equal to three times its carrying capacity.",
+ "type": null,
+ "parent": "bfrd_horse-draft"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2992,
+ "fields": {
+ "name": "Easy Gait",
+ "desc": "The horse's steps are smooth and steady. A creature riding the horse has advantage on saves against exhaustion caused by a Forced March.",
+ "type": null,
+ "parent": "bfrd_horse-riding"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2993,
+ "fields": {
+ "name": "Trampling Charge",
+ "desc": "If the horse moves at least 20 feet straight toward a creature and then hits it with a Hooves attack on the same turn, that target must succeed on a DC 14 STR save or be knocked prone. If the target is prone, the horse can make another Hooves attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_horse-war"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2994,
+ "fields": {
+ "name": "Amorphous",
+ "desc": "The husk demon can move through a space as narrow as 1 inch wide without squeezing.",
+ "type": null,
+ "parent": "bfrd_husk-demon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2995,
+ "fields": {
+ "name": "Demonic Resilience",
+ "desc": "The husk demon is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_husk-demon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2996,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The husk demon has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_husk-demon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2997,
+ "fields": {
+ "name": "Hold Breath",
+ "desc": "The hydra can hold its breath for 1 hour.",
+ "type": null,
+ "parent": "bfrd_hydra"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2998,
+ "fields": {
+ "name": "Multiple Heads",
+ "desc": "The hydra has five heads and is resistant to the blinded, charmed, deafened, frightened, stunned, and unconscious conditions.
Whenever the hydra takes 25 or more damage in a single turn, one of its heads dies. If all its heads die, the hydra dies. At the end of its turn, it grows two heads for each of its heads that died since its last turn, unless it has taken fire damage since its last turn. The hydra regains 10 HP for each head regrown in this way.",
+ "type": null,
+ "parent": "bfrd_hydra"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 2999,
+ "fields": {
+ "name": "Reactive Heads",
+ "desc": "For each head the hydra has beyond one, it gets an extra reaction that can be used only for opportunity attacks.",
+ "type": null,
+ "parent": "bfrd_hydra"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3000,
+ "fields": {
+ "name": "Wakeful",
+ "desc": "While the hydra sleeps, at least one of its heads is awake.",
+ "type": null,
+ "parent": "bfrd_hydra"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3001,
+ "fields": {
+ "name": "Cackling Chorus",
+ "desc": "If three or more hyenas are all within 30 feet of each other, their cackling, grunts, whoops, and yips create a deafening chorus. A creature that starts its turn within 10 feet of such a hyena must succeed on a DC 10 CON save or be deafened until the start of its next turn. The DC is equal to 8 plus the number of participating hyenas.",
+ "type": null,
+ "parent": "bfrd_hyena"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3002,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The hyena has advantage on attack rolls against a creature if at least one of the hyena's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_hyena"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3003,
+ "fields": {
+ "name": "Cackling Chorus",
+ "desc": "If three or more hyenas are all within 30 feet of each other, their cackling, grunts, whoops, and yips create a deafening chorus. A creature that starts its turn within 10 feet of such a hyena must succeed on a CON save or be deafened until the start of its next turn. The DC is equal to 8 plus the number of participating hyenas.",
+ "type": null,
+ "parent": "bfrd_hyena-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3004,
+ "fields": {
+ "name": "Devil's Sight",
+ "desc": "Magical darkness doesn't impede the devil's darkvision.",
+ "type": null,
+ "parent": "bfrd_ice-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3005,
+ "fields": {
+ "name": "Devilish Resilience",
+ "desc": "The devil is resistant to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to fire damage and poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_ice-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3006,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The devil has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_ice-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3007,
+ "fields": {
+ "name": "Snow Walk",
+ "desc": "The devil can move across icy surfaces without needing to make an ability check. In addition, difficult terrain composed of ice or snow doesn't cost it extra movement.",
+ "type": null,
+ "parent": "bfrd_ice-devil"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3008,
+ "fields": {
+ "name": "Death Burst",
+ "desc": "When the mephit dies, it explodes in a burst of viscous ice. Each creature within 5 feet of it must succeed on a DC 11 DEX save or be restrained by ice for 1 minute. A creature, including the restrained creature, can take its action to free the restrained creature by succeeding on a DC 11 STR check. The ice melts immediately if the restrained creature takes fire damage, freeing the creature.",
+ "type": null,
+ "parent": "bfrd_ice-mephit"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3009,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the mephit remains motionless, it is indistinguishable from an ordinary shard of ice.",
+ "type": null,
+ "parent": "bfrd_ice-mephit"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3010,
+ "fields": {
+ "name": "Devil's Sight",
+ "desc": "Magical darkness doesn't impede the imp's darkvision.",
+ "type": null,
+ "parent": "bfrd_imp"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3011,
+ "fields": {
+ "name": "Devilish Resilience",
+ "desc": "The devil is resistant to cold damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to fire damage and poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_imp"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3012,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The imp has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_imp"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3013,
+ "fields": {
+ "name": "Aberrant Resilience",
+ "desc": "The insatiable brood has advantage on saves against spells or effects that would alter its form.",
+ "type": null,
+ "parent": "bfrd_insatiable-brood"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3014,
+ "fields": {
+ "name": "Magic Bites",
+ "desc": "The insatiable brood's Bites attacks are magical.",
+ "type": null,
+ "parent": "bfrd_insatiable-brood"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3015,
+ "fields": {
+ "name": "Siege Monster",
+ "desc": "The insatiable brood deals double damage to objects and structures.",
+ "type": null,
+ "parent": "bfrd_insatiable-brood"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3016,
+ "fields": {
+ "name": "Swarm",
+ "desc": "The insatiable brood can occupy another creature's space and vice versa, and the brood can move through any opening large enough for a Tiny creature. The brood can't regain HP or gain temporary HP.",
+ "type": null,
+ "parent": "bfrd_insatiable-brood"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3017,
+ "fields": {
+ "name": "Swarm Resilience",
+ "desc": "The swarm is resistant to bludgeoning, piercing, and slashing damage, and it is immune to the charmed, frightened, grappled, paralyzed, petrified, prone, restrained, and stunned conditions.",
+ "type": null,
+ "parent": "bfrd_insatiable-brood"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3018,
+ "fields": {
+ "name": "Void Dweller",
+ "desc": "The insatiable brood doesn't require air, food, drink, or sleep, and it is immune to the effects of Void terrain. In addition, it can fly through the Void as if through air.",
+ "type": null,
+ "parent": "bfrd_insatiable-brood"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3019,
+ "fields": {
+ "name": "Illumination",
+ "desc": "The beetle sheds bright light in a 10-foot radius and dim light for an additional 10 feet.",
+ "type": null,
+ "parent": "bfrd_insect-giant-fire-beetle"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3020,
+ "fields": {
+ "name": "Crawling Swarm",
+ "desc": "A creature in the swarm's space is covered in crawling and buzzing insects. If the creature casts a spell with a somatic component, it must succeed on a DC 11 CON save or the spell fails to cast, expending the action required to cast it but not the spell slot or daily use.",
+ "type": null,
+ "parent": "bfrd_insect-swarm-of-insects"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3021,
+ "fields": {
+ "name": "Swarm",
+ "desc": "The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny insect. The swarm can't regain HP or gain temporary HP.",
+ "type": null,
+ "parent": "bfrd_insect-swarm-of-insects"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3022,
+ "fields": {
+ "name": "Swarm Resilience",
+ "desc": "The swarm is resistant to bludgeoning, piercing, and slashing damage, and it is immune to the charmed, frightened, grappled, paralyzed, petrified, prone, restrained, and stunned conditions.",
+ "type": null,
+ "parent": "bfrd_insect-swarm-of-insects"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3023,
+ "fields": {
+ "name": "Elemental Nature",
+ "desc": "The invisible stalker doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_invisible-stalker"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3024,
+ "fields": {
+ "name": "Elemental Resilience",
+ "desc": "The stalker is resistant to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to poison damage, to exhaustion, and to the grappled, paralyzed, petrified, poisoned, prone, restrained, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_invisible-stalker"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3025,
+ "fields": {
+ "name": "Faultless Tracker",
+ "desc": "At the end of each long rest, the invisible stalker can choose a creature it knows or has seen to be its quarry. A stalker summoned by another creature can choose only the quarry specified by its summoner, but the stalker also knows the location of its summoner while it continues to serve the summoner. The stalker always knows the direction and distance to its quarry, provided the two are on the same plane of existence.",
+ "type": null,
+ "parent": "bfrd_invisible-stalker"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3026,
+ "fields": {
+ "name": "Invisibility",
+ "desc": "The stalker is invisible. The condition's effect on DEX (Stealth) checks has been included in the above Stealth value.",
+ "type": null,
+ "parent": "bfrd_invisible-stalker"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3027,
+ "fields": {
+ "name": "Construct Nature",
+ "desc": "The golem doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_iron-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3028,
+ "fields": {
+ "name": "Golem Resilience",
+ "desc": "The golem is immune to poison and psychic damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to exhaustion and to the charmed, frightened, paralyzed, petrified, and poisoned conditions.",
+ "type": null,
+ "parent": "bfrd_iron-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3029,
+ "fields": {
+ "name": "Fire Absorption",
+ "desc": "Whenever the golem is subjected to fire damage, it takes no damage and instead regains HP equal to the fire damage dealt.",
+ "type": null,
+ "parent": "bfrd_iron-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3030,
+ "fields": {
+ "name": "Immutable Form",
+ "desc": "The golem is immune to any spell or effect that would alter its form.",
+ "type": null,
+ "parent": "bfrd_iron-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3031,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The golem has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_iron-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3032,
+ "fields": {
+ "name": "Magic Weapons",
+ "desc": "The golem's weapon attacks are magical.",
+ "type": null,
+ "parent": "bfrd_iron-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3033,
+ "fields": {
+ "name": "Warrior Stance",
+ "desc": "At the start of each of its turns, the iron golem chooses one of the following fighting stances to adopt, which lasts until the start of the golem's next turn.\n- **Retributive.** The next time the golem is hit by a melee weapon attack from a creature within 5 feet of it before the start of its next turn, the golem can slam its shoulder into the attacker as a reaction. The attacker must succeed on a DC 18 STR save or be pushed up to 10 feet away from the golem and knocked prone.\n- **Aggressive.** When the golem uses Multiattack, it can replace one additional Spear Arm attack with a Shield Bash attack. If it does so, its AC is reduced by 2 until the start of its next turn.\n- **Defensive.** The golem's AC increases by 4, but it can't make Shield Bash attacks until the start of its next turn.",
+ "type": null,
+ "parent": "bfrd_iron-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3034,
+ "fields": {
+ "name": "Heightened Hearing and Smell",
+ "desc": "The jackal's Perception is 18 when perceiving by hearing or smell.",
+ "type": null,
+ "parent": "bfrd_jackal"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3035,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The jackal has advantage on attack rolls against a creature if at least one of the jackal's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_jackal"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3036,
+ "fields": {
+ "name": "Chivalrous Presence",
+ "desc": "The knight exudes a powerful presence. At the start of each of the knight's turns, it chooses one of the following presences, which lasts until the start of the knight's next turn.\n- **Empowering Presence.** Each friendly creature that starts its turn within 15 feet of the knight has advantage on the first attack roll it makes before this presence ends.\n- **Protective Presence.** Hostile creatures have disadvantage on attack rolls against friendly creatures within 5 feet of the knight.\n- **Unwavering Presence.** Each friendly creature within 15 feet of the knight is resistant to the charmed and frightened conditions.",
+ "type": null,
+ "parent": "bfrd_knight"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3037,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The kobold has advantage on attack rolls against a creature if at least one of the kobold's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_kobold"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3038,
+ "fields": {
+ "name": "Sunlight Sensitivity",
+ "desc": "While in sunlight, the kobold has disadvantage on attack rolls, and its Perception is 3 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_kobold"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3039,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The kobold has advantage on attack rolls against a creature if at least one of the kobold's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_kobold-swiftblade"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3040,
+ "fields": {
+ "name": "Sunlight Sensitivity",
+ "desc": "While in sunlight, the kobold has disadvantage on attack rolls, and its Perception is 7 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_kobold-swiftblade"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3041,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The kobold has advantage on attack rolls against a creature if at least one of the kobold's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_kobold-witch"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3042,
+ "fields": {
+ "name": "Sunlight Sensitivity",
+ "desc": "While in sunlight, the kobold has disadvantage on attack rolls, and its Perception is 7 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_kobold-witch"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3043,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The kraken can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_kraken"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3044,
+ "fields": {
+ "name": "Freedom of Movement",
+ "desc": "The kraken ignores difficult terrain, and magical effects can't reduce its speed or cause it to be restrained. It can spend 5 feet of movement to escape from nonmagical restraints or being grappled.",
+ "type": null,
+ "parent": "bfrd_kraken"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3045,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the kraken fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_kraken"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3046,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The kraken is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_kraken"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3047,
+ "fields": {
+ "name": "Siege Monster",
+ "desc": "The kraken deals double damage to objects and structures.",
+ "type": null,
+ "parent": "bfrd_kraken"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3048,
+ "fields": {
+ "name": "Badlands Strider",
+ "desc": "Difficult terrain composed of sand, mud, or rock doesn't cost the lamia extra movement. In addition, the lamia leaves no tracks or other traces of its passage when moving through sandy, muddy, or rocky terrain.",
+ "type": null,
+ "parent": "bfrd_lamia"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3049,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The lamia is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_lamia"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3050,
+ "fields": {
+ "name": "Aberrant Resilience",
+ "desc": "The lantern hagfish is resistant to the charmed, frightened, paralyzed, and stunned conditions, and it has advantage on saves against spells or effects that would alter its form.",
+ "type": null,
+ "parent": "bfrd_lantern-hagfish"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3051,
+ "fields": {
+ "name": "Bioluminescent Slime",
+ "desc": "The lantern hagfish sheds bright light in a 5- to 20-foot radius and dim light for an additional number of feet equal to the chosen radius. The hagfish can alter the radius as a bonus action. In addition, the hagfish has advantage on attack rolls against a creature if at least one other hagfish is within 5 feet of the creature and that other hagfish isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_lantern-hagfish"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3052,
+ "fields": {
+ "name": "Void Dweller",
+ "desc": "The lantern hagfish doesn't require air or sleep, and it is immune to the effects of Void terrain. In addition, it can swim through the Void as if through water.",
+ "type": null,
+ "parent": "bfrd_lantern-hagfish"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3053,
+ "fields": {
+ "name": "Devil's Sight",
+ "desc": "Magical darkness doesn't impede the lemure's darkvision.",
+ "type": null,
+ "parent": "bfrd_lemure"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3054,
+ "fields": {
+ "name": "Devilish Resilience",
+ "desc": "The devil is resistant to cold damage. In addition, it is immune to fire damage and poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_lemure"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3055,
+ "fields": {
+ "name": "Hellish Rejuvenation",
+ "desc": "Unlike other outsiders, a lemure that dies in its home plane of the Hells is restored in a new body in 1d10 days, regaining all its HP and becoming active again. The new body appears in the Hells within 1 mile of where it was slain. Only sprinkling holy water on the lemure's remains can prevent this trait from functioning.",
+ "type": null,
+ "parent": "bfrd_lemure"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3056,
+ "fields": {
+ "name": "Arcane Mastery",
+ "desc": "The lich can concentrate on two spells simultaneously. If it casts a third spell that requires concentration, the lich loses concentration on the oldest spell. If the lich is concentrating on two spells and loses concentration because of taking damage, it loses concentration only on the oldest spell.",
+ "type": null,
+ "parent": "bfrd_lich"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3057,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the lich fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_lich"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3058,
+ "fields": {
+ "name": "Rejuvenation",
+ "desc": "If it has a phylactery, a destroyed lich gains a new body in 1d10 days, regaining all its HP and becoming active again. The new body appears within 5 feet of the phylactery.",
+ "type": null,
+ "parent": "bfrd_lich"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3059,
+ "fields": {
+ "name": "Turn Resistance",
+ "desc": "The lich has advantage on saves against any effect that turns undead.",
+ "type": null,
+ "parent": "bfrd_lich"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3060,
+ "fields": {
+ "name": "Undead Nature",
+ "desc": "The lich doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_lich"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3061,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The lich is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_lich"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3062,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The lion's Perception is 18 when perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_lion"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3063,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The lion has advantage on attack rolls against a creature if at least one of the lion's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_lion"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3064,
+ "fields": {
+ "name": "Pounce",
+ "desc": "If the lion moves at least 20 feet straight toward a creature and then hits it with a Claws attack on the same turn, that target must succeed on a DC 13 STR save or be knocked prone. If the target is prone, the lion can make one Bite attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_lion"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3065,
+ "fields": {
+ "name": "Running Leap",
+ "desc": "With a 10-foot running start, the lion can long jump up to 25 feet.",
+ "type": null,
+ "parent": "bfrd_lion"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3066,
+ "fields": {
+ "name": "Construct Nature",
+ "desc": "The living colossus doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_living-colossus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3067,
+ "fields": {
+ "name": "Construct Resilience",
+ "desc": "The living colossus is immune to poison and psychic damage, and it is immune to exhaustion and the charmed, frightened, paralyzed, petrified, and poisoned conditions.",
+ "type": null,
+ "parent": "bfrd_living-colossus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3068,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the living colossus remains motionless, it is indistinguishable from a normal statue or monument of the individual it represents.",
+ "type": null,
+ "parent": "bfrd_living-colossus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3069,
+ "fields": {
+ "name": "Immutable Form",
+ "desc": "The living colossus is immune to any spell or effect that would alter its form.",
+ "type": null,
+ "parent": "bfrd_living-colossus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3070,
+ "fields": {
+ "name": "Siege Monster",
+ "desc": "The living colossus deals double damage to objects and structures.",
+ "type": null,
+ "parent": "bfrd_living-colossus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3071,
+ "fields": {
+ "name": "Heightened Smell and Taste",
+ "desc": "The lizardfolk's Perception is 18 when perceiving by smell or taste.",
+ "type": null,
+ "parent": "bfrd_lizardfolk"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3072,
+ "fields": {
+ "name": "Hold Breath",
+ "desc": "The lizardfolk can hold its breath for 15 minutes.",
+ "type": null,
+ "parent": "bfrd_lizardfolk"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3073,
+ "fields": {
+ "name": "Brutal",
+ "desc": "A melee weapon deals one extra die of its damage when the lizardfolk ruler hits with it (included in the attack).",
+ "type": null,
+ "parent": "bfrd_lizardfolk-ruler"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3074,
+ "fields": {
+ "name": "Heightened Smell and Taste",
+ "desc": "The lizardfolk's Perception is 17 when perceiving by smell or taste.",
+ "type": null,
+ "parent": "bfrd_lizardfolk-ruler"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3075,
+ "fields": {
+ "name": "Hold Breath",
+ "desc": "The lizardfolk ruler can hold its breath for 15 minutes.",
+ "type": null,
+ "parent": "bfrd_lizardfolk-ruler"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3076,
+ "fields": {
+ "name": "Unshakable Command",
+ "desc": "Each friendly creature within 30 feet of the lizardfolk ruler can't be charmed or frightened while the ruler isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_lizardfolk-ruler"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3077,
+ "fields": {
+ "name": "Heightened Smell and Taste",
+ "desc": "The lizardfolk's Perception is 20 when perceiving by smell or taste.",
+ "type": null,
+ "parent": "bfrd_lizardfolk-shaman"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3078,
+ "fields": {
+ "name": "Hold Breath",
+ "desc": "The lizardfolk shaman can hold its breath for 15 minutes.",
+ "type": null,
+ "parent": "bfrd_lizardfolk-shaman"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3079,
+ "fields": {
+ "name": "Arcane Weapons",
+ "desc": "The mage apprentice's weapon attacks are magical. When the mage hits with any weapon, the weapon deals an extra 2d8 force damage (included in the attack).",
+ "type": null,
+ "parent": "bfrd_mage-apprentice"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3080,
+ "fields": {
+ "name": "Reckless Show-Off",
+ "desc": "If it can see a fellow apprentice or its magical teacher at the start of its turn, the mage apprentice has advantage on the first spell attack roll it makes during that turn, but attack rolls against it also have advantage until the start of its next turn.",
+ "type": null,
+ "parent": "bfrd_mage-apprentice"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3081,
+ "fields": {
+ "name": "Arcane Weapons",
+ "desc": "The mage's weapon attacks are magical. When the mage hits with any weapon, the weapon deals an extra 3d8 force damage (included in the attack).",
+ "type": null,
+ "parent": "bfrd_mage"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3082,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The mage has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_mage"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3083,
+ "fields": {
+ "name": "Death Burst",
+ "desc": "When the mephit dies, it explodes in a burst of lava. Each creature within 5 feet of it must succeed on a DC 11 DEX save or be pushed up to 10 feet away from the mephit, knocked prone, and catch on fire. Until a creature takes an action to douse the fire, the creature on fire takes 3 (1d6) fire damage at the start of each of its turns.",
+ "type": null,
+ "parent": "bfrd_magma-mephit"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3084,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the mephit remains motionless, it is indistinguishable from an ordinary mound of molten rock.",
+ "type": null,
+ "parent": "bfrd_magma-mephit"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3085,
+ "fields": {
+ "name": "Death Burst",
+ "desc": "When the magmin dies, it collapses into a Tiny cinder cone. On initiative count 20 after the magmin dies, the cinder cone erupts in a burst of fire and lava. Each creature within 10 feet of the cone must make a DC 11 DEX save, taking 7 (2d6) fire damage on a failed save, or half as much damage on a successful one. Flammable objects that aren't being worn or carried in that area are ignited.",
+ "type": null,
+ "parent": "bfrd_magmin"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3086,
+ "fields": {
+ "name": "Hardened Magma",
+ "desc": "While the magmin isn't ablaze, it is resistant to piercing and slashing damage from nonmagical attacks, and it is vulnerable to thunder damage.",
+ "type": null,
+ "parent": "bfrd_magmin"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3087,
+ "fields": {
+ "name": "Molten Body",
+ "desc": "While the magmin is ablaze, each creature that hits it with a melee attack while within 5 feet of it takes 3 (1d6) fire damage.",
+ "type": null,
+ "parent": "bfrd_magmin"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3088,
+ "fields": {
+ "name": "Trampling Charge",
+ "desc": "If the mammoth moves at least 20 feet straight toward a creature and then hits it with a Gore attack on the same turn, that target must succeed on a DC 17 STR save or be knocked prone. If the target is prone, the mammoth can make one Stomp attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_mammoth"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3089,
+ "fields": {
+ "name": "Mimicry",
+ "desc": "The manticore can mimic Humanoid voices. A creature that hears the sounds can tell they are imitations with a successful DC 13 WIS (Insight) check.",
+ "type": null,
+ "parent": "bfrd_manticore"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3090,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The manticore is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_manticore"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3091,
+ "fields": {
+ "name": "Tail Spike Regrowth",
+ "desc": "The manticore has twenty-four tail spikes. Used spikes regrow when the manticore finishes a long rest.",
+ "type": null,
+ "parent": "bfrd_manticore"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3092,
+ "fields": {
+ "name": "Demonic Resilience",
+ "desc": "The marilith is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_marilith"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3093,
+ "fields": {
+ "name": "Flaming Weapons",
+ "desc": "The marilith's weapon attacks are magical. When it hits with any weapon, the weapon deals an extra 2d6 fire damage (included in the attack).",
+ "type": null,
+ "parent": "bfrd_marilith"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3094,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The marilith has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_marilith"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3095,
+ "fields": {
+ "name": "Reactive",
+ "desc": "The marilith gets up to five extra reactions, but these extra reactions can be used only for Parry.",
+ "type": null,
+ "parent": "bfrd_marilith"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3096,
+ "fields": {
+ "name": "Tools of the Trade",
+ "desc": "The master alchemist is proficient with alchemist's supplies and doubles its proficiency bonus for any ability check it makes with alchemist's supplies.",
+ "type": null,
+ "parent": "bfrd_master-alchemist"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3097,
+ "fields": {
+ "name": "Heightened Hearing and Smell",
+ "desc": "The mastiff's Perception is 16 when perceiving by hearing or smell.",
+ "type": null,
+ "parent": "bfrd_mastiff"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3098,
+ "fields": {
+ "name": "Tools of the Trade",
+ "desc": "The mechanist is proficient with tinker tools and doubles its proficiency bonus for any ability check it makes with tinker tools.",
+ "type": null,
+ "parent": "bfrd_mechanist"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3099,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The medusa is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_medusa"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3100,
+ "fields": {
+ "name": "Petrifying Gaze",
+ "desc": "When a creature that can see the medusa's eyes starts its turn within 30 feet of the medusa, the medusa can force it to make a DC 14 CON save if the medusa isn't incapacitated and can see the creature. If the save fails by 5 or more, the creature is instantly petrified. Otherwise, a creature that fails the save begins to turn to stone and is restrained. The restrained creature must repeat the save at the end of its next turn, becoming petrified on a failure or ending the effect on itself on a success. The petrification lasts until the creature is freed by the greater restoration spell or other magic.
Unless surprised, a creature can avert its eyes to avoid the save at the start of its turn. If the creature does so, it can't see the medusa until the start of its next turn, when it can avert its eyes again. If the creature looks at the medusa in the meantime, it must immediately make the save.
If the medusa sees itself reflected on a polished surface within 30 feet of it and in an area of bright light, the medusa, due to its curse, is affected by its own gaze. A medusa isn't resistant to its own gaze.",
+ "type": null,
+ "parent": "bfrd_medusa"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3101,
+ "fields": {
+ "name": "Snake Friend",
+ "desc": "The medusa can communicate with snakes as if they shared a language, and snakes can't be petrified by the medusa's Petrifying Gaze.",
+ "type": null,
+ "parent": "bfrd_medusa"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3102,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The merfolk can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_merfolk"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3103,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The merrow can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_merrow"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3104,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The merrow is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_merrow"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3105,
+ "fields": {
+ "name": "Adhesive (Object Form Only)",
+ "desc": "The mimic adheres to anything that touches it. A Huge or smaller creature adhered to the mimic is also grappled by it (escape DC 13). Ability checks made to escape this grapple have disadvantage.",
+ "type": null,
+ "parent": "bfrd_mimic"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3106,
+ "fields": {
+ "name": "False Appearance (Object Form Only)",
+ "desc": "While the mimic remains motionless, it is indistinguishable from an ordinary object.",
+ "type": null,
+ "parent": "bfrd_mimic"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3107,
+ "fields": {
+ "name": "Grappler",
+ "desc": "The mimic has advantage on attack rolls against any creature grappled by it.",
+ "type": null,
+ "parent": "bfrd_mimic"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3108,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The mimic is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_mimic"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3109,
+ "fields": {
+ "name": "Charge",
+ "desc": "If the minotaur moves at least 10 feet straight toward a target and then hits it with a Gore attack on the same turn, the target takes an extra 7 (2d6) piercing damage. If the target is a creature, it must succeed on a DC 14 STR save or be pushed up to 10 feet away from the minotaur and knocked prone.",
+ "type": null,
+ "parent": "bfrd_minotaur"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3110,
+ "fields": {
+ "name": "Labyrinthine Recall",
+ "desc": "The minotaur can perfectly recall any path it has traveled.",
+ "type": null,
+ "parent": "bfrd_minotaur"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3111,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The minotaur is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_minotaur"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3112,
+ "fields": {
+ "name": "Reckless",
+ "desc": "At the start of its turn, the minotaur can gain advantage on all melee weapon attack rolls it makes during that turn, but attack rolls against it have advantage until the start of its next turn.",
+ "type": null,
+ "parent": "bfrd_minotaur"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3113,
+ "fields": {
+ "name": "Siege Monster",
+ "desc": "The minotaur deals double damage to objects and structures.",
+ "type": null,
+ "parent": "bfrd_minotaur"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3114,
+ "fields": {
+ "name": "Charge",
+ "desc": "If the minotaur skeleton moves at least 10 feet straight toward a target and then hits it with a Gore attack on the same turn, the target takes an extra 7 (2d6) piercing damage. If the target is a creature, it must succeed on a DC 14 STR save or be pushed up to 10 feet away from the skeleton and knocked prone.",
+ "type": null,
+ "parent": "bfrd_minotaur-skeleton"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3115,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the minotaur skeleton remains motionless and prone, it is indistinguishable from an inanimate minotaur skeleton.",
+ "type": null,
+ "parent": "bfrd_minotaur-skeleton"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3116,
+ "fields": {
+ "name": "Labyrinthine Memories",
+ "desc": "The minotaur skeleton has advantage on checks and saves to avoid becoming lost or to recall a path it has previously traveled.",
+ "type": null,
+ "parent": "bfrd_minotaur-skeleton"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3117,
+ "fields": {
+ "name": "Undead Nature",
+ "desc": "The skeleton doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_minotaur-skeleton"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3118,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The skeleton is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_minotaur-skeleton"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3119,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The mire fiend can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_mire-fiend"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3120,
+ "fields": {
+ "name": "Demonic Resilience",
+ "desc": "The mire fiend is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_mire-fiend"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3121,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The mire fiend has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_mire-fiend"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3122,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The mire fiend has advantage on attack rolls against a creature if at least one of the mire fiend's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_mire-fiend"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3123,
+ "fields": {
+ "name": "Swamp Camouflage",
+ "desc": "The mire fiend's Stealth is 21 while in swampy terrain.",
+ "type": null,
+ "parent": "bfrd_mire-fiend"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3124,
+ "fields": {
+ "name": "Aberrant Resilience",
+ "desc": "The mordovermis is resistant to the charmed, frightened, paralyzed, and stunned conditions, and it has advantage on saves against spells or effects that would alter its form.",
+ "type": null,
+ "parent": "bfrd_mordovermis"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3125,
+ "fields": {
+ "name": "Sinuous Form",
+ "desc": "The mordovermis can easily move through any opening large enough for a Small creature. It can squeeze through any opening large enough for a Tiny creature. The mordovermis's destination must still have suitable room to accommodate its volume.",
+ "type": null,
+ "parent": "bfrd_mordovermis"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3126,
+ "fields": {
+ "name": "Sunlight Sensitivity",
+ "desc": "While in sunlight, the mordovermis has disadvantage on attack rolls, and its Perception is 9 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_mordovermis"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3127,
+ "fields": {
+ "name": "Beast of Burden",
+ "desc": "The mule is considered to be a Large animal for the purpose of determining its carrying capacity.",
+ "type": null,
+ "parent": "bfrd_mule"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3128,
+ "fields": {
+ "name": "Undead Nature",
+ "desc": "The mummy doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_mummy"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3129,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The mummy is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_mummy"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3130,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the mummy lord fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_mummy-lord"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3131,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The mummy lord has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_mummy-lord"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3132,
+ "fields": {
+ "name": "Rejuvenation",
+ "desc": "A destroyed mummy lord gains a new body in 24 hours if its heart is intact, regaining all its HP and becoming active again. The new body appears within 5 feet of the mummy lord's heart.",
+ "type": null,
+ "parent": "bfrd_mummy-lord"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3133,
+ "fields": {
+ "name": "Turning Defiance",
+ "desc": "The mummy lord and any friendly Undead within 30 feet of it have advantage on saves against effects that turn undead.",
+ "type": null,
+ "parent": "bfrd_mummy-lord"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3134,
+ "fields": {
+ "name": "Undead Nature",
+ "desc": "The mummy lord doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_mummy-lord"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3135,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The mummy lord is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_mummy-lord"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3136,
+ "fields": {
+ "name": "Fungal Toxicity",
+ "desc": "A creature that hits the mycolid with a melee attack while within 5 feet of it must succeed on a DC 13 CON save or be poisoned for 1 hour. If the poison isn't neutralized before 1 hour has passed, the creature must succeed on a DC 13 CON save, taking 5 (2d4) poison damage on a failed save, or half as much damage on a successful one.",
+ "type": null,
+ "parent": "bfrd_mycolid-commoner"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3137,
+ "fields": {
+ "name": "Mycolid Connection",
+ "desc": "The mycolid can pinpoint the location of each friendly mycolid within 120 feet of it. In addition, its telepathy range increases to 120 feet when communicating with other mycolids.",
+ "type": null,
+ "parent": "bfrd_mycolid-commoner"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3138,
+ "fields": {
+ "name": "Plant Resilience",
+ "desc": "The mycolid is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_mycolid-commoner"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3139,
+ "fields": {
+ "name": "Fungal Toxicity",
+ "desc": "A creature that hits the mycolid with a melee attack while within 5 feet of it must succeed on a DC 13 CON save or be poisoned for 5 hours. If the poison isn't neutralized before 5 hours have passed, the creature must succeed on a DC 14 CON save, taking 9 (2d8) poison damage on a failed save, or half as much damage on a successful one.",
+ "type": null,
+ "parent": "bfrd_mycolid-spore-lord"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3140,
+ "fields": {
+ "name": "Mycolid Connection",
+ "desc": "The spore lord can pinpoint the location of each friendly mycolid within 1 mile of it. In addition, its telepathy range increases to 1 mile when communicating with other mycolids.",
+ "type": null,
+ "parent": "bfrd_mycolid-spore-lord"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3141,
+ "fields": {
+ "name": "Plant Resilience",
+ "desc": "The mycolid is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_mycolid-spore-lord"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3142,
+ "fields": {
+ "name": "Demonic Resilience",
+ "desc": "The nalfeshnee is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_nalfeshnee"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3143,
+ "fields": {
+ "name": "Horrific Nimbus",
+ "desc": "The nalfeshnee magically emits scintillating, multicolored light that disorients and frightens mortals. Each creature that isn't an Aberration, Celestial, or Fiend and that starts its turn within 15 feet of the nalfeshnee must succeed on a DC 16 WIS save or be frightened until the start of its next turn. A creature that fails the save by 5 or more must take the Dash action on its turn and move away from the nalfeshnee by the safest available route, unless there is nowhere to move.",
+ "type": null,
+ "parent": "bfrd_nalfeshnee"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3144,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The nalfeshnee has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_nalfeshnee"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3145,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The hag has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_night-hag"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3146,
+ "fields": {
+ "name": "Illumination",
+ "desc": "The nightmare sheds bright light in a 10-foot radius and dim light for an additional 10 feet.",
+ "type": null,
+ "parent": "bfrd_nightmare"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3147,
+ "fields": {
+ "name": "Riding Flames",
+ "desc": "Any creature riding a willing nightmare is resistant to fire damage. A creature riding the nightmare without the nightmare's permission takes 3 (1d6) fire damage at the start of each of the nightmare's turns.",
+ "type": null,
+ "parent": "bfrd_nightmare"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3148,
+ "fields": {
+ "name": "Impenetrable Ego",
+ "desc": "While the noble is conscious and wearing no armor and wielding no shield, it adds its CHA modifier to its AC (included above). In addition, it is resistant to the charmed and frightened conditions.",
+ "type": null,
+ "parent": "bfrd_noble"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3149,
+ "fields": {
+ "name": "Amorphous",
+ "desc": "The ochre jelly can move through a space as narrow as 1 inch wide without squeezing.",
+ "type": null,
+ "parent": "bfrd_ochre-jelly"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3150,
+ "fields": {
+ "name": "Ooze Nature",
+ "desc": "The ochre jelly doesn't require sleep.",
+ "type": null,
+ "parent": "bfrd_ochre-jelly"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3151,
+ "fields": {
+ "name": "Ooze Resilience",
+ "desc": "The ochre jelly is resistant to the restrained condition, and it is immune to exhaustion and to the blinded, charmed, deafened, frightened, and prone conditions.",
+ "type": null,
+ "parent": "bfrd_ochre-jelly"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3152,
+ "fields": {
+ "name": "Overwhelming Stench",
+ "desc": "A creature that starts its turn within 10 feet of the ochre jelly must succeed on a DC 13 CON save or be poisoned until the start of its next turn. If a creature fails the save by 5 or more, it must spend its turn retching uncontrollably and be unable to move or act.",
+ "type": null,
+ "parent": "bfrd_ochre-jelly"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3153,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The ochre jelly can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_ochre-jelly"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3154,
+ "fields": {
+ "name": "Hold Breath",
+ "desc": "While out of water, the octopus can hold its breath for 30 minutes.",
+ "type": null,
+ "parent": "bfrd_octopus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3155,
+ "fields": {
+ "name": "Underwater Camouflage",
+ "desc": "The octopus's Stealth is 18 while underwater.",
+ "type": null,
+ "parent": "bfrd_octopus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3156,
+ "fields": {
+ "name": "Water Breathing",
+ "desc": "The octopus can breathe only underwater.",
+ "type": null,
+ "parent": "bfrd_octopus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3157,
+ "fields": {
+ "name": "Hold Breath",
+ "desc": "While out of water, the octopus can hold its breath for 1 hour.",
+ "type": null,
+ "parent": "bfrd_octopus-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3158,
+ "fields": {
+ "name": "Underwater Camouflage",
+ "desc": "The octopus's Stealth is 18 while underwater.",
+ "type": null,
+ "parent": "bfrd_octopus-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3159,
+ "fields": {
+ "name": "Water Breathing",
+ "desc": "The octopus can breathe only underwater.",
+ "type": null,
+ "parent": "bfrd_octopus-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3160,
+ "fields": {
+ "name": "Giant Attributes",
+ "desc": "The ogre is resistant to the stunned condition, and it is vulnerable to the prone condition.",
+ "type": null,
+ "parent": "bfrd_ogre"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3161,
+ "fields": {
+ "name": "Undead Fortitude",
+ "desc": "If damage reduces the zombie to 0 HP, it must make a CON save with a DC equal to 5 + the damage taken, unless the damage is radiant or from a critical hit. On a success, the zombie drops to 1 HP instead.",
+ "type": null,
+ "parent": "bfrd_ogre-zombie"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3162,
+ "fields": {
+ "name": "Undead Nature",
+ "desc": "The zombie doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_ogre-zombie"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3163,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The zombie is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_ogre-zombie"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3164,
+ "fields": {
+ "name": "Empowered Weapons",
+ "desc": "The oni's weapon attacks are magical. When the oni hits with any weapon, the weapon deals an extra 3d6 force damage (included in the attack).",
+ "type": null,
+ "parent": "bfrd_oni"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3165,
+ "fields": {
+ "name": "Giant Attributes",
+ "desc": "The oni is resistant to the stunned condition.",
+ "type": null,
+ "parent": "bfrd_oni"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3166,
+ "fields": {
+ "name": "Regeneration",
+ "desc": "The oni regains 10 HP at the start of its turn if it has at least 1 HP.",
+ "type": null,
+ "parent": "bfrd_oni"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3167,
+ "fields": {
+ "name": "Stalwart",
+ "desc": "If the orc starts its turn afflicted by an ongoing effect that allows for a repeated save to end the effect, such as the hold spell or the poison from an ettercap's Bite, the orc can make the save at the start of the turn instead of the end and has advantage on the save.",
+ "type": null,
+ "parent": "bfrd_orc"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3168,
+ "fields": {
+ "name": "Martial Adept",
+ "desc": "A melee or ranged weapon deals one extra die of its damage when the orc warlord hits with it (included in the attack).",
+ "type": null,
+ "parent": "bfrd_orc-warlord"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3169,
+ "fields": {
+ "name": "Stalwart",
+ "desc": "As the **orc**.",
+ "type": null,
+ "parent": "bfrd_orc-warlord"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3170,
+ "fields": {
+ "name": "Echolocation",
+ "desc": "The orca can't use its keensense while deafened.",
+ "type": null,
+ "parent": "bfrd_orca"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3171,
+ "fields": {
+ "name": "Heightened Hearing",
+ "desc": "The orca's Perception is 18 when perceiving by hearing.",
+ "type": null,
+ "parent": "bfrd_orca"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3172,
+ "fields": {
+ "name": "Hold Breath",
+ "desc": "The orca can hold its breath for 30 minutes.",
+ "type": null,
+ "parent": "bfrd_orca"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3173,
+ "fields": {
+ "name": "Aberrant Resilience",
+ "desc": "The otyugh is resistant to the charmed, frightened, paralyzed, and stunned conditions, and it has advantage on saves against spells or effects that would alter its form.",
+ "type": null,
+ "parent": "bfrd_otyugh"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3174,
+ "fields": {
+ "name": "Limited Telepathy",
+ "desc": "The otyugh can magically transmit simple messages and images to any creature within 120 feet of it that can understand a language. This form of telepathy doesn't allow the receiving creature to telepathically respond.",
+ "type": null,
+ "parent": "bfrd_otyugh"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3175,
+ "fields": {
+ "name": "Stench",
+ "desc": "Each creature that starts its turn within 10 feet of the otyugh must succeed on a DC 15 CON save or be poisoned until the start of its next turn.",
+ "type": null,
+ "parent": "bfrd_otyugh"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3176,
+ "fields": {
+ "name": "Flyby",
+ "desc": "The owl doesn't provoke opportunity attacks when it flies out of an enemy's reach.",
+ "type": null,
+ "parent": "bfrd_owl"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3177,
+ "fields": {
+ "name": "Heightened Hearing and Sight",
+ "desc": "The owl's Perception is 18 when perceiving by hearing or sight.",
+ "type": null,
+ "parent": "bfrd_owl"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3178,
+ "fields": {
+ "name": "Quiet Wings",
+ "desc": "The owl's Stealth is 18 while flying.",
+ "type": null,
+ "parent": "bfrd_owl"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3179,
+ "fields": {
+ "name": "Flyby",
+ "desc": "The owl doesn't provoke opportunity attacks when it flies out of an enemy's reach.",
+ "type": null,
+ "parent": "bfrd_owl-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3180,
+ "fields": {
+ "name": "Heightened Hearing and Sight",
+ "desc": "The owl's Perception is 20 when perceiving by hearing or sight.",
+ "type": null,
+ "parent": "bfrd_owl-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3181,
+ "fields": {
+ "name": "Quiet Wings",
+ "desc": "The owl's Stealth is 19 while flying.",
+ "type": null,
+ "parent": "bfrd_owl-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3182,
+ "fields": {
+ "name": "Glide",
+ "desc": "The owlbear has long, sturdy feathers along its forelimbs and sides that expand while falling to slow its rate of descent to 60 feet per round, landing on its feet and taking no falling damage. It can move up to 5 feet horizontally for every 1 foot it falls. The owlbear can't gain height with its gliding feathers alone. If subjected to a strong wind or lift of any kind, it can use the updraft to glide farther.",
+ "type": null,
+ "parent": "bfrd_owlbear"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3183,
+ "fields": {
+ "name": "Heightened Sight and Smell",
+ "desc": "The owlbear's Perception is 18 when perceiving by sight or smell.",
+ "type": null,
+ "parent": "bfrd_owlbear"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3184,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The owlbear is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_owlbear"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3185,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The panther's Perception is 19 when perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_panther"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3186,
+ "fields": {
+ "name": "Pounce",
+ "desc": "If the panther moves at least 20 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 12 STR save or be knocked prone. If the target is prone, the panther can make one Bite attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_panther"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3187,
+ "fields": {
+ "name": "Celestial Resilience",
+ "desc": "The pegasus is resistant to radiant damage.",
+ "type": null,
+ "parent": "bfrd_pegasus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3188,
+ "fields": {
+ "name": "Diving Pounce",
+ "desc": "If the pegasus is flying and moves at least 20 feet straight toward a creature and then hits it with a Hooves attack on the same turn, that target must succeed on a DC 14 STR save or be knocked prone. If the target is prone, the pegasus can make one Hooves attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_pegasus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3189,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The pegasus has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_pegasus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3190,
+ "fields": {
+ "name": "Magic Weapons",
+ "desc": "The pegasus's weapon attacks are magical.",
+ "type": null,
+ "parent": "bfrd_pegasus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3191,
+ "fields": {
+ "name": "Ethereal Sight",
+ "desc": "The phase spider can see 60 feet into the Ethereal Plane when it is on the Material Plane, and vice versa.",
+ "type": null,
+ "parent": "bfrd_phase-spider"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3192,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The phase spider is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_phase-spider"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3193,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The spider can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_phase-spider"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3194,
+ "fields": {
+ "name": "Web Walker",
+ "desc": "The spider ignores movement restrictions caused by webbing.",
+ "type": null,
+ "parent": "bfrd_phase-spider"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3195,
+ "fields": {
+ "name": "Aura of the Devil Lord",
+ "desc": "Each hostile creature that starts its turn within 20 feet of the pit fiend must succeed on a DC 21 WIS save or be frightened until the start of its next turn. Each friendly devil within 20 feet of the pit fiend is immune to the charmed and frightened conditions and has advantage on the first attack roll it makes on each of its turns.",
+ "type": null,
+ "parent": "bfrd_pit-fiend"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3196,
+ "fields": {
+ "name": "Devilish Resilience",
+ "desc": "The devil is resistant to cold damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to fire damage and poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_pit-fiend"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3197,
+ "fields": {
+ "name": "Flaming Weapons",
+ "desc": "The pit fiend's weapon attacks are magical. When the fiend hits with any weapon, the weapon deals an extra 4d6 fire damage (included in the attack).",
+ "type": null,
+ "parent": "bfrd_pit-fiend"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3198,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The pit fiend has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_pit-fiend"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3199,
+ "fields": {
+ "name": "Angelic Resilience",
+ "desc": "The planetar is resistant to radiant damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to exhaustion and the charmed and frightened conditions.",
+ "type": null,
+ "parent": "bfrd_planetar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3200,
+ "fields": {
+ "name": "Angelic Senses",
+ "desc": "The planetar can pinpoint the location of Aberrations, Celestials, Fiends, and Undead within 30 feet of it and knows if a place or object it can sense is consecrated or desecrated.",
+ "type": null,
+ "parent": "bfrd_planetar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3201,
+ "fields": {
+ "name": "Angelic Weapons",
+ "desc": "The planetar's weapon attacks are magical. When it hits with any weapon, the weapon deals an extra 7d8 radiant damage (included in the attack).",
+ "type": null,
+ "parent": "bfrd_planetar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3202,
+ "fields": {
+ "name": "Divine Awareness",
+ "desc": "The planetar knows if it hears a lie.",
+ "type": null,
+ "parent": "bfrd_planetar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3203,
+ "fields": {
+ "name": "Divine Protection",
+ "desc": "Aberrations, Celestials, Fiends, and Undead have disadvantage on attack rolls against the planetar.",
+ "type": null,
+ "parent": "bfrd_planetar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3204,
+ "fields": {
+ "name": "Immortal Nature",
+ "desc": "The planetar doesn't require food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_planetar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3205,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The planetar has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_planetar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3206,
+ "fields": {
+ "name": "Hardy",
+ "desc": "Any critical hit against the dinosaur becomes a normal hit.",
+ "type": null,
+ "parent": "bfrd_plesiosaurus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3207,
+ "fields": {
+ "name": "Hold Breath",
+ "desc": "The plesiosaurus can hold its breath for 1 hour.",
+ "type": null,
+ "parent": "bfrd_plesiosaurus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3208,
+ "fields": {
+ "name": "Draft Animal",
+ "desc": "The draft horse can push, drag, or lift weight in pounds equal to three times its carrying capacity.",
+ "type": null,
+ "parent": "bfrd_pony"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3209,
+ "fields": {
+ "name": "Divine Blessing",
+ "desc": "The priest is resistant to necrotic damage or radiant damage, as appropriate for the priest's deity.",
+ "type": null,
+ "parent": "bfrd_priest"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3210,
+ "fields": {
+ "name": "Divine Weapons",
+ "desc": "The priest's weapons are shrouded in dark or golden flames, as appropriate for the priest's deity. When the priest hits with any weapon, the weapon deals an extra 2d6 necrotic damage or radiant damage (included in the attack), the priest's choice.",
+ "type": null,
+ "parent": "bfrd_priest"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3211,
+ "fields": {
+ "name": "Heightened Senses",
+ "desc": "The pseudodragon's Perception is 18 when perceiving by sight, hearing, or smell.",
+ "type": null,
+ "parent": "bfrd_pseudodragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3212,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The pseudodragon has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_pseudodragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3213,
+ "fields": {
+ "name": "Limited Telepathy",
+ "desc": "The pseudodragon can magically communicate simple ideas, emotions, and images telepathically with any creature within 100 feet of it that can understand a language.",
+ "type": null,
+ "parent": "bfrd_pseudodragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3214,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The purple worm is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_purple-worm"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3215,
+ "fields": {
+ "name": "Tunneler",
+ "desc": "The purple worm can burrow through solid rock at half its burrowing speed, and it leaves a 10-foot-diameter tunnel in its wake.",
+ "type": null,
+ "parent": "bfrd_purple-worm"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3216,
+ "fields": {
+ "name": "Demonic Resilience",
+ "desc": "The quasit is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_quasit"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3217,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The quasit has advantage on saving throws against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_quasit"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3218,
+ "fields": {
+ "name": "Blood Frenzy",
+ "desc": "The quipper has advantage on melee attack rolls against any creature that doesn't have all its HP.",
+ "type": null,
+ "parent": "bfrd_quipper"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3219,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The quipper's Perception is 13 when perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_quipper"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3220,
+ "fields": {
+ "name": "Water Breathing",
+ "desc": "The quipper can breathe only underwater.",
+ "type": null,
+ "parent": "bfrd_quipper"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3221,
+ "fields": {
+ "name": "Blood Frenzy",
+ "desc": "The swarm has advantage on melee attack rolls against any creature that doesn't have all its HP.",
+ "type": null,
+ "parent": "bfrd_quipper-swarm-of-quippers"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3222,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The swarm's Perception is 15 when perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_quipper-swarm-of-quippers"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3223,
+ "fields": {
+ "name": "Swarm",
+ "desc": "The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny quipper. The swarm can't regain HP or gain temporary HP.",
+ "type": null,
+ "parent": "bfrd_quipper-swarm-of-quippers"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3224,
+ "fields": {
+ "name": "Swarm Resilience",
+ "desc": "The swarm is resistant to bludgeoning, piercing, and slashing damage, and it is immune to the charmed, frightened, grappled, paralyzed, petrified, prone, restrained, and stunned conditions.",
+ "type": null,
+ "parent": "bfrd_quipper-swarm-of-quippers"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3225,
+ "fields": {
+ "name": "Water Breathing",
+ "desc": "The swarm can breathe only underwater.",
+ "type": null,
+ "parent": "bfrd_quipper-swarm-of-quippers"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3226,
+ "fields": {
+ "name": "Limited Magic Immunity",
+ "desc": "The rakshasa can't be affected or detected by spells of 6th level or lower unless it wishes to be. It has advantage on saves against all other spells and magical effects.",
+ "type": null,
+ "parent": "bfrd_rakshasa"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3227,
+ "fields": {
+ "name": "Accustomed to Filth",
+ "desc": "The rat has advantage on saves against contracting diseases.",
+ "type": null,
+ "parent": "bfrd_rat"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3228,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The rat's Perception is 15 while perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_rat"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3229,
+ "fields": {
+ "name": "Accustomed to Filth",
+ "desc": "The rat has advantage on saves against contracting diseases.",
+ "type": null,
+ "parent": "bfrd_rat-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3230,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The rat's Perception is 15 while perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_rat-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3231,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The rat has advantage on attack rolls against a creature if at least one of the rat's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_rat-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3232,
+ "fields": {
+ "name": "Accustomed to Filth",
+ "desc": "The swarm has advantage on saves against contracting diseases.",
+ "type": null,
+ "parent": "bfrd_rat-swarm-of-rats"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3233,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The swarm's Perception is 15 when perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_rat-swarm-of-rats"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3234,
+ "fields": {
+ "name": "Swarm",
+ "desc": "The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny rat. The swarm can't regain HP or gain temporary HP.",
+ "type": null,
+ "parent": "bfrd_rat-swarm-of-rats"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3235,
+ "fields": {
+ "name": "Swarm Resilience",
+ "desc": "The swarm is resistant to bludgeoning, piercing, and slashing damage, and it is immune to the charmed, frightened, grappled, paralyzed, petrified, prone, restrained, and stunned conditions.",
+ "type": null,
+ "parent": "bfrd_rat-swarm-of-rats"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3236,
+ "fields": {
+ "name": "Carrion Sense",
+ "desc": "The raven can pinpoint, by scent, the location of carrion, dead creatures, and Undead without the Incorporeal Movement trait within 60 feet of it.",
+ "type": null,
+ "parent": "bfrd_raven"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3237,
+ "fields": {
+ "name": "Mimicry",
+ "desc": "The raven can mimic simple sounds it has heard, such as a chord of a flute melody, a baby crying, or an animal chittering. A creature that hears the sounds can tell they are imitations with a successful DC 10 WIS (Insight) check.",
+ "type": null,
+ "parent": "bfrd_raven"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3238,
+ "fields": {
+ "name": "Recollection",
+ "desc": "The raven knows up to 20 words in any language it has heard and can repeat those words in the voices it heard them, using its Mimicry trait.",
+ "type": null,
+ "parent": "bfrd_raven"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3239,
+ "fields": {
+ "name": "Carrion Sense",
+ "desc": "The swarm can pinpoint, by scent, the location of carrion, dead creatures, and Undead without the Incorporeal Movement trait within 60 feet of it.",
+ "type": null,
+ "parent": "bfrd_raven-swarm-of-ravens"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3240,
+ "fields": {
+ "name": "Pilfering Swarm",
+ "desc": "A creature in the swarm's space is surrounded by ravens pecking and pulling at its clothing, hair, fur, and belongings. If a creature in the swarm's space casts a spell with a material component, it must succeed on a DC 12 DEX save or the spell fails to cast, expending the action required to cast it but not the spell slot or daily use, as the ravens steal the component.",
+ "type": null,
+ "parent": "bfrd_raven-swarm-of-ravens"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3241,
+ "fields": {
+ "name": "Swarm",
+ "desc": "The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny raven. The swarm can't regain HP or gain temporary HP.",
+ "type": null,
+ "parent": "bfrd_raven-swarm-of-ravens"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3242,
+ "fields": {
+ "name": "Swarm Resilience",
+ "desc": "The swarm is resistant to bludgeoning, piercing, and slashing damage, and it is immune to the charmed, frightened, grappled, paralyzed, petrified, prone, restrained, and stunned conditions.",
+ "type": null,
+ "parent": "bfrd_raven-swarm-of-ravens"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3243,
+ "fields": {
+ "name": "Pounce",
+ "desc": "If the dragon moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 14 STR save or be knocked prone. If the target is prone, the dragon can make one Claw attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_red-dragon-wyrmling"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3244,
+ "fields": {
+ "name": "Heated Body",
+ "desc": "A creature that touches the remorhaz or hits it with a melee attack while within 5 feet of it takes 7 (2d6) fire damage.",
+ "type": null,
+ "parent": "bfrd_remorhaz"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3245,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The remorhaz is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_remorhaz"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3246,
+ "fields": {
+ "name": "Tunneler",
+ "desc": "The remorhaz can burrow through ice, snow, and permafrost, and it leaves a 5-foot-diameter tunnel in its wake.",
+ "type": null,
+ "parent": "bfrd_remorhaz"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3247,
+ "fields": {
+ "name": "Charge",
+ "desc": "If the rhinoceros moves at least 20 feet straight toward a target and then hits it with a Gore attack on the same turn, the target takes an extra 7 (2d6) piercing damage. If the target is a creature, it must succeed on a DC 15 STR save or be pushed up to 10 feet away from the rhinoceros and knocked prone.",
+ "type": null,
+ "parent": "bfrd_rhinoceros"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3248,
+ "fields": {
+ "name": "Construct Nature",
+ "desc": "The drone doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_robot-drone"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3249,
+ "fields": {
+ "name": "Construct Resilience",
+ "desc": "The drone is immune to poison and psychic damage, and it is immune to exhaustion and the charmed, frightened, paralyzed, petrified, and poisoned conditions.",
+ "type": null,
+ "parent": "bfrd_robot-drone"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3250,
+ "fields": {
+ "name": "Electrical Malfunction",
+ "desc": "Whenever the drone takes lightning damage, it must succeed on a DC 11 WIS save or be incapacitated until the end of its next turn.",
+ "type": null,
+ "parent": "bfrd_robot-drone"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3251,
+ "fields": {
+ "name": "Point-Blank Shots",
+ "desc": "When the drone makes a ranged attack, it doesn't have disadvantage on the attack roll from being within 5 feet of a hostile creature, though it may still have disadvantage from other sources.",
+ "type": null,
+ "parent": "bfrd_robot-drone"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3252,
+ "fields": {
+ "name": "Heightened Sight",
+ "desc": "The roc's Perception is 19 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_roc"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3253,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The roc is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_roc"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3254,
+ "fields": {
+ "name": "Seabird",
+ "desc": "The roc can swim up to 60 feet on its turn, but it must start and end its movement either flying or on a solid surface, such as a ship or beach. If it is swimming at the end of its turn, it must succeed on a DC 19 CON save or it immediately begins to sink and suffocate. A suffocating roc must succeed on a DC 19 STR check to fly out of the substance where it is sinking.",
+ "type": null,
+ "parent": "bfrd_roc"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3255,
+ "fields": {
+ "name": "Climbing Tendrils",
+ "desc": "If at least four of the roper's Grasping Tendrils aren't grappling creatures, the roper has a climbing speed of 30 feet.",
+ "type": null,
+ "parent": "bfrd_roper"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3256,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the roper remains motionless, it is indistinguishable from a normal conical or spire-like cave formation, such as a stalagmite or stalactite.",
+ "type": null,
+ "parent": "bfrd_roper"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3257,
+ "fields": {
+ "name": "Grasping Tendrils",
+ "desc": "The roper can have up to six Grasping Tendrils at a time. Each Grasping Tendril can be attacked (AC 20; 10 HP; vulnerable to thunder damage; immune to poison and psychic damage). Destroying a Grasping Tendril deals no damage to the roper, which can extrude a replacement tendril on its next turn. A Grasping Tendril can also be broken if a creature takes an action and succeeds on a DC 15 STR check against it.",
+ "type": null,
+ "parent": "bfrd_roper"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3258,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The roper is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_roper"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3259,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The roper can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_roper"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3260,
+ "fields": {
+ "name": "Antimagic Susceptibility",
+ "desc": "The rug is incapacitated while in the area of an antimagic field. If targeted by _dispel magic_, the rug must succeed on a CON save against the caster's spell save DC or fall unconscious for 1 minute.",
+ "type": null,
+ "parent": "bfrd_rug-of-smothering"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3261,
+ "fields": {
+ "name": "Construct Nature",
+ "desc": "The rug doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_rug-of-smothering"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3262,
+ "fields": {
+ "name": "Construct Resilience",
+ "desc": "The rug is immune to poison and psychic damage, and it is immune to exhaustion and the charmed, frightened, paralyzed, petrified, and poisoned conditions.",
+ "type": null,
+ "parent": "bfrd_rug-of-smothering"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3263,
+ "fields": {
+ "name": "Damage Transfer",
+ "desc": "While it is grappling a creature, the rug takes only half the damage dealt to it (rounded down), and the creature grappled by the rug takes the other half.",
+ "type": null,
+ "parent": "bfrd_rug-of-smothering"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3264,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the rug remains motionless and isn't flying, it is indistinguishable from a normal rug.",
+ "type": null,
+ "parent": "bfrd_rug-of-smothering"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3265,
+ "fields": {
+ "name": "Iron Scent",
+ "desc": "The rust monster can pinpoint, by scent, the location of ferrous metal within 30 feet of it.",
+ "type": null,
+ "parent": "bfrd_rust-monster"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3266,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The rust monster is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_rust-monster"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3267,
+ "fields": {
+ "name": "Rust Metal",
+ "desc": "Any nonmagical weapon made of metal that hits the rust monster corrodes. After dealing damage, the weapon takes a permanent and cumulative -1 penalty to damage rolls. If its penalty drops to -5, the weapon is destroyed. Nonmagical ammunition made of metal that hits the rust monster is destroyed after dealing damage.",
+ "type": null,
+ "parent": "bfrd_rust-monster"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3268,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The rust monster can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_rust-monster"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3269,
+ "fields": {
+ "name": "Blood Frenzy",
+ "desc": "The sahuagin has advantage on melee attack rolls against any creature that doesn't have all its HP.",
+ "type": null,
+ "parent": "bfrd_sahuagin"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3270,
+ "fields": {
+ "name": "Limited Amphibiousness",
+ "desc": "The sahuagin can breathe air and water, but it needs to be submerged at least once every 4 hours to avoid suffocating.",
+ "type": null,
+ "parent": "bfrd_sahuagin"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3271,
+ "fields": {
+ "name": "Shark Telepathy",
+ "desc": "The sahuagin can magically command any shark within 120 feet of it, using a limited telepathy.",
+ "type": null,
+ "parent": "bfrd_sahuagin"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3272,
+ "fields": {
+ "name": "Heated Body",
+ "desc": "A creature that touches the salamander or hits it with a melee attack while within 5 feet of it takes 3 (1d6) fire damage.",
+ "type": null,
+ "parent": "bfrd_salamander"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3273,
+ "fields": {
+ "name": "Heated Weapons",
+ "desc": "When the salamander hits with a metal melee weapon, the weapon deals an extra 7 (2d6) fire damage (included in the attack).",
+ "type": null,
+ "parent": "bfrd_salamander"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3274,
+ "fields": {
+ "name": "Void Strength",
+ "desc": "The satarre is resistant to the blinded, charmed, deafened, frightened, stunned, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_satarre"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3275,
+ "fields": {
+ "name": "Void Weapons",
+ "desc": "The satarre's weapon attacks are magical. When the satarre hits with any weapon, the weapon deals an extra 1d6 necrotic damage (included in the attack).",
+ "type": null,
+ "parent": "bfrd_satarre"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3276,
+ "fields": {
+ "name": "Fey Resilience",
+ "desc": "The satyr is resistant to the charmed and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_satyr"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3277,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The satyr has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_satyr"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3278,
+ "fields": {
+ "name": "Heat Shimmer",
+ "desc": "Creatures more than 30 feet from the scorch drake have disadvantage on WIS (Perception) checks to see the drake.",
+ "type": null,
+ "parent": "bfrd_scorch-drake"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3279,
+ "fields": {
+ "name": "Scalding Blood",
+ "desc": "A creature that hits the scorch drake with a melee attack while within 5 feet of the drake takes 3 (1d6) fire damage and must succeed on a DC 15 DEX save or ignite. Until a creature takes an action to douse the fire, an ignited creature takes 3 (1d6) fire damage at the start of each of its turns.",
+ "type": null,
+ "parent": "bfrd_scorch-drake"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3280,
+ "fields": {
+ "name": "Heightened Hearing and Sight",
+ "desc": "The scout's Perception is 18 when perceiving by hearing or sight.",
+ "type": null,
+ "parent": "bfrd_scout"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3281,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The sea hag can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_sea-hag"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3282,
+ "fields": {
+ "name": "Fey Resilience",
+ "desc": "The sea hag is resistant to the charmed and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_sea-hag"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3283,
+ "fields": {
+ "name": "Horrific Appearance",
+ "desc": "When a Humanoid that can see the hag's true form starts its turn within 30 feet of the hag, the hag can force it to make a DC 12 WIS save. On a failure, the creature is frightened until the start of its next turn. Unless surprised or the revelation of the hag's true form is sudden, such as the ending of Illusory Appearance, a creature can avert its eyes to avoid the save at the start of its turn. If the creature does so, it can't see the hag until the start of its next turn, when it can avert its eyes again. If the creature looks at the hag in the meantime, it must immediately make the save.",
+ "type": null,
+ "parent": "bfrd_sea-hag"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3284,
+ "fields": {
+ "name": "Underwater Camouflage",
+ "desc": "The hag's Stealth is 18 while underwater and not using Illusory Appearance.",
+ "type": null,
+ "parent": "bfrd_sea-hag"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3285,
+ "fields": {
+ "name": "Underwater Camouflage",
+ "desc": "The seahorse's Stealth is 17 while underwater.",
+ "type": null,
+ "parent": "bfrd_seahorse"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3286,
+ "fields": {
+ "name": "Water Breathing",
+ "desc": "The seahorse can breathe only underwater.",
+ "type": null,
+ "parent": "bfrd_seahorse"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3287,
+ "fields": {
+ "name": "Charge",
+ "desc": "If the seahorse moves at least 20 feet straight toward a target and then hits it with a Ram attack on the same turn, the target takes an extra 5 (2d4) bludgeoning damage. If the target is a creature, it must succeed on a DC 12 STR save or be knocked prone.",
+ "type": null,
+ "parent": "bfrd_seahorse-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3288,
+ "fields": {
+ "name": "Underwater Camouflage",
+ "desc": "The seahorse's Stealth is 19 while underwater.",
+ "type": null,
+ "parent": "bfrd_seahorse-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3289,
+ "fields": {
+ "name": "Water Breathing",
+ "desc": "The seahorse can breathe only underwater.",
+ "type": null,
+ "parent": "bfrd_seahorse-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3290,
+ "fields": {
+ "name": "Amorphous",
+ "desc": "The shadow can move through a space as narrow as 1 inch wide without squeezing.",
+ "type": null,
+ "parent": "bfrd_shadow"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3291,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The shadow can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_shadow"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3292,
+ "fields": {
+ "name": "Sunlight Weakness",
+ "desc": "While in sunlight, the shadow has disadvantage on attack rolls, ability checks, and saves.",
+ "type": null,
+ "parent": "bfrd_shadow"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3293,
+ "fields": {
+ "name": "Undead Nature",
+ "desc": "The shadow doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_shadow"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3294,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The shadow is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_shadow"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3295,
+ "fields": {
+ "name": "Lightning Absorption",
+ "desc": "Whenever the shambling mound is subjected to lightning damage, it takes no damage and regains HP equal to the lightning damage dealt.",
+ "type": null,
+ "parent": "bfrd_shambling-mound"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3296,
+ "fields": {
+ "name": "Plant Resilience",
+ "desc": "The shambling mound is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_shambling-mound"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3297,
+ "fields": {
+ "name": "Rotting Vegetation",
+ "desc": "The shambling mound emits the smell of rotting vegetation. A creature that starts its turn within 10 feet of the shambling mound must succeed on a DC 14 CON save or be poisoned until the start of its next turn.",
+ "type": null,
+ "parent": "bfrd_shambling-mound"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3298,
+ "fields": {
+ "name": "Blood Frenzy",
+ "desc": "The shark has advantage on melee attack rolls against any creature that doesn't have all its HP.",
+ "type": null,
+ "parent": "bfrd_shark-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3299,
+ "fields": {
+ "name": "Blood Sense",
+ "desc": "The shark can pinpoint, by scent, the location of creatures that don't have all of their HP within 120 feet of it and can sense the general direction of such creatures within 1 mile of it.",
+ "type": null,
+ "parent": "bfrd_shark-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3300,
+ "fields": {
+ "name": "Electrical Sensitivity",
+ "desc": "Whenever the shark takes lightning damage, it must succeed on a DC 15 CON save or be incapacitated until the end of its next turn.",
+ "type": null,
+ "parent": "bfrd_shark-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3301,
+ "fields": {
+ "name": "Water Breathing",
+ "desc": "The shark can breathe only underwater.",
+ "type": null,
+ "parent": "bfrd_shark-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3302,
+ "fields": {
+ "name": "Blood Frenzy",
+ "desc": "The shark has advantage on melee attack rolls against any creature that doesn't have all its HP.",
+ "type": null,
+ "parent": "bfrd_shark-hunter"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3303,
+ "fields": {
+ "name": "Blood Sense",
+ "desc": "The shark can pinpoint, by scent, the location of creatures that don't have all of their HP within 60 feet of it and can sense the general direction of such creatures within 1 mile of it.",
+ "type": null,
+ "parent": "bfrd_shark-hunter"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3304,
+ "fields": {
+ "name": "Electrical Sensitivity",
+ "desc": "Whenever the shark takes lightning damage, it must succeed on a DC 12 CON save or be incapacitated until the end of its next turn.",
+ "type": null,
+ "parent": "bfrd_shark-hunter"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3305,
+ "fields": {
+ "name": "Water Breathing",
+ "desc": "The shark can breathe only underwater.",
+ "type": null,
+ "parent": "bfrd_shark-hunter"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3306,
+ "fields": {
+ "name": "Blood Sense",
+ "desc": "The shark can pinpoint, by scent, the location of creatures that don't have all of their HP within 60 feet of it and can sense the general direction of such creatures within 1 mile of it.",
+ "type": null,
+ "parent": "bfrd_shark-reef"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3307,
+ "fields": {
+ "name": "Electrical Sensitivity",
+ "desc": "Whenever the shark takes lightning damage, it must succeed on a DC 11 CON save or be incapacitated until the end of its next turn.",
+ "type": null,
+ "parent": "bfrd_shark-reef"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3308,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The shark has advantage on attack rolls against a creature if at least one of the shark's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_shark-reef"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3309,
+ "fields": {
+ "name": "Water Breathing",
+ "desc": "The shark can breathe only underwater.",
+ "type": null,
+ "parent": "bfrd_shark-reef"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3310,
+ "fields": {
+ "name": "Bound",
+ "desc": "The shield guardian is magically bound to an amulet. As long as the guardian and its amulet are on the same plane of existence, the guardian knows the distance and direction to the amulet's wearer, and the amulet's wearer can telepathically call the guardian, teleporting the guardian to an unoccupied space within 5 feet of the wearer after 1 minute. In addition, if the guardian is within 60 feet of the amulet's wearer, half of any damage the wearer takes (rounded up) is taken by the guardian instead.",
+ "type": null,
+ "parent": "bfrd_shield-guardian"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3311,
+ "fields": {
+ "name": "Construct Nature",
+ "desc": "The shield guardian doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_shield-guardian"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3312,
+ "fields": {
+ "name": "Construct Resilience",
+ "desc": "The shield guardian is immune to poison and psychic damage, and it is immune to exhaustion and the charmed, frightened, paralyzed, petrified, and poisoned conditions.",
+ "type": null,
+ "parent": "bfrd_shield-guardian"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3313,
+ "fields": {
+ "name": "Regeneration",
+ "desc": "The shield guardian regains 10 HP at the start of its turn if it has at least 1 HP.",
+ "type": null,
+ "parent": "bfrd_shield-guardian"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3314,
+ "fields": {
+ "name": "Spell Storing",
+ "desc": "A spellcaster who wears the shield guardian's amulet can cause the guardian to store one spell of 4th level or lower. To do so, the wearer must cast the spell on the guardian. The spell has no effect but is stored within the guardian. When commanded to do so by the wearer or when a situation arises that was predefined by the spellcaster, the guardian casts the stored spell, using the appropriate action required by the spell, with any parameters set by the original caster, requiring no components. When the spell is cast or a new spell is stored, any previously stored spell is lost.",
+ "type": null,
+ "parent": "bfrd_shield-guardian"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3315,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the shrieker remains motionless, it is indistinguishable from an ordinary fungus.",
+ "type": null,
+ "parent": "bfrd_shrieker"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3316,
+ "fields": {
+ "name": "Plant Resilience",
+ "desc": "The shrieker is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_shrieker"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3317,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The sila can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_sila"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3318,
+ "fields": {
+ "name": "Fluid Body (Bipedal Form Only)",
+ "desc": "The sila can move through the space of any creature, regardless of size, and a creature of any size can move through a sila's space. In addition, the sila can move through a space as narrow as 1 inch wide without squeezing.",
+ "type": null,
+ "parent": "bfrd_sila"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3319,
+ "fields": {
+ "name": "Nebulous (Cloud Form Only)",
+ "desc": "The sila's Stealth is 21, it can hover while flying, can't manipulate objects or attack, and it can pass through any space air or water can pass through without squeezing. In addition, it can enter and hide in any Tiny or larger container, such as a pouch, lamp, backpack, or barrel.",
+ "type": null,
+ "parent": "bfrd_sila"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3320,
+ "fields": {
+ "name": "Pounce",
+ "desc": "If the dragon moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 14 STR save or be knocked prone. If the target is prone, the dragon can make one Claw attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_silver-dragon-wyrmling"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3321,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the skeleton remains motionless and prone, it is indistinguishable from an inanimate Humanoid skeleton.",
+ "type": null,
+ "parent": "bfrd_skeleton"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3322,
+ "fields": {
+ "name": "Undead Nature",
+ "desc": "The skeleton doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_skeleton"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3323,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The skeleton is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_skeleton"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3324,
+ "fields": {
+ "name": "Heightened Hearing",
+ "desc": "The skullbloom's Perception is 16 while perceiving by hearing.",
+ "type": null,
+ "parent": "bfrd_skullbloom"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3325,
+ "fields": {
+ "name": "Plant Resilience",
+ "desc": "The skullbloom is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_skullbloom"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3326,
+ "fields": {
+ "name": "Flyby",
+ "desc": "The snake doesn't provoke opportunity attacks when it flies out of an enemy's reach.",
+ "type": null,
+ "parent": "bfrd_snake-flying"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3327,
+ "fields": {
+ "name": "Poisonous Swarm",
+ "desc": "The hissing, spitting, and constant nipping of snakes in the swarm leaves the swarm's space dripping with poison. A creature that starts its turn in the swarm's space must succeed on a DC 14 CON save or be poisoned until the start of its next turn.",
+ "type": null,
+ "parent": "bfrd_snake-swarm-of-poisonous-snakes"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3328,
+ "fields": {
+ "name": "Swarm",
+ "desc": "The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny snake. The swarm can't regain HP or gain temporary HP.",
+ "type": null,
+ "parent": "bfrd_snake-swarm-of-poisonous-snakes"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3329,
+ "fields": {
+ "name": "Swarm Resilience",
+ "desc": "The swarm is resistant to bludgeoning, piercing, and slashing damage, and it is immune to the charmed, frightened, grappled, paralyzed, petrified, prone, restrained, and stunned conditions.",
+ "type": null,
+ "parent": "bfrd_snake-swarm-of-poisonous-snakes"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3330,
+ "fields": {
+ "name": "Angelic Resilience",
+ "desc": "The solar is resistant to radiant damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to exhaustion and the charmed and frightened conditions.",
+ "type": null,
+ "parent": "bfrd_solar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3331,
+ "fields": {
+ "name": "Angelic Senses",
+ "desc": "The solar can pinpoint the location of Aberrations, Celestials, Fiends, and Undead within 30 feet of it and knows if a place or object it can sense is consecrated or desecrated.",
+ "type": null,
+ "parent": "bfrd_solar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3332,
+ "fields": {
+ "name": "Angelic Weapons",
+ "desc": "The solar's weapon attacks are magical. When the solar hits with any weapon, the weapon deals an extra 6d8 radiant damage (included in the attack).",
+ "type": null,
+ "parent": "bfrd_solar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3333,
+ "fields": {
+ "name": "Divine Awareness",
+ "desc": "The solar knows if it hears a lie.",
+ "type": null,
+ "parent": "bfrd_solar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3334,
+ "fields": {
+ "name": "Divine Protection",
+ "desc": "Aberrations, Celestials, Fiends, and Undead have disadvantage on attack rolls against the solar.",
+ "type": null,
+ "parent": "bfrd_solar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3335,
+ "fields": {
+ "name": "Immortal Nature",
+ "desc": "The solar doesn't require food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_solar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3336,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the solar fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_solar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3337,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The solar has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_solar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3338,
+ "fields": {
+ "name": "Incorporeal Movement",
+ "desc": "The specter can move through other creatures and objects as if they were difficult terrain. It takes 5 (1d10) force damage if it ends its turn inside an object.",
+ "type": null,
+ "parent": "bfrd_specter"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3339,
+ "fields": {
+ "name": "Sunlight Sensitivity",
+ "desc": "While in sunlight, the specter has disadvantage on attack rolls, and its Perception is 5 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_specter"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3340,
+ "fields": {
+ "name": "Undead Nature",
+ "desc": "The specter doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_specter"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3341,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The specter is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_specter"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3342,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The spider can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_spider"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3343,
+ "fields": {
+ "name": "Web Sense",
+ "desc": "While in contact with a web, the spider knows the exact location of any other creature in contact with the same web.",
+ "type": null,
+ "parent": "bfrd_spider"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3344,
+ "fields": {
+ "name": "Web Walker",
+ "desc": "The spider ignores movement restrictions caused by webbing.",
+ "type": null,
+ "parent": "bfrd_spider"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3345,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The spider can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_spider-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3346,
+ "fields": {
+ "name": "Web Sense",
+ "desc": "While in contact with a web, the spider knows the exact location of any other creature in contact with the same web.",
+ "type": null,
+ "parent": "bfrd_spider-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3347,
+ "fields": {
+ "name": "Web Walker",
+ "desc": "The spider ignores movement restrictions caused by webbing.",
+ "type": null,
+ "parent": "bfrd_spider-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3348,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The spider can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_spider-giant-wolf"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3349,
+ "fields": {
+ "name": "Standing Leap",
+ "desc": "The spider's long jump is up to 20 feet and its high jump is up to 10 feet, with or without a running start.",
+ "type": null,
+ "parent": "bfrd_spider-giant-wolf"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3350,
+ "fields": {
+ "name": "Guardian Projection",
+ "desc": "The spirit naga's skeletal form is covered with a magical illusion that makes it look like the guardian naga it was in life. The naga can use a bonus action to dismiss this illusion until the end of its next turn. The changes wrought by this illusion fail to hold up to physical inspection. For example, a creature touching the spirit naga would feel its rough, dry scales and exposed bones instead of the smooth, cool scales of a guardian naga. Otherwise, a creature must take an action to visually inspect the illusion and succeed on a DC 20 INT (Investigation) check to discern the spirit naga's true appearance.",
+ "type": null,
+ "parent": "bfrd_spirit-naga"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3351,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The naga is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_spirit-naga"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3352,
+ "fields": {
+ "name": "Necrotic Strikes",
+ "desc": "The naga's weapon attacks are magical. When the naga hits with any weapon attack, the weapon deals an extra 4d8 necrotic damage (included in the attack).",
+ "type": null,
+ "parent": "bfrd_spirit-naga"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3353,
+ "fields": {
+ "name": "Rejuvenation",
+ "desc": "If it dies, the naga returns to life in 1d6 days, regaining all its HP and becoming active again. Only a wish spell can prevent this trait from functioning.",
+ "type": null,
+ "parent": "bfrd_spirit-naga"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3354,
+ "fields": {
+ "name": "Fey Resilience",
+ "desc": "The sprite is resistant to the charmed and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_sprite"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3355,
+ "fields": {
+ "name": "Speak with Beasts and Plants",
+ "desc": "The sprite can communicate with Beasts and Plants as if they shared a language.",
+ "type": null,
+ "parent": "bfrd_sprite"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3356,
+ "fields": {
+ "name": "Aberrant Resilience",
+ "desc": "The star crow is resistant to the charmed, frightened, paralyzed, and stunned conditions, and it has advantage on saves against spells or effects that would alter its form.",
+ "type": null,
+ "parent": "bfrd_star-crow"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3357,
+ "fields": {
+ "name": "Illumination",
+ "desc": "The star crow sheds bright light in a 20-foot radius and dim light for an additional 20 feet.",
+ "type": null,
+ "parent": "bfrd_star-crow"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3358,
+ "fields": {
+ "name": "Death Burst",
+ "desc": "When the mephit dies, it explodes in a cloud of steam. Each creature within 5 feet of the mephit must succeed on a DC 11 DEX save or be scalded for 1 minute. A scalded creature has disadvantage on weapon attack rolls and on ability checks that require manual dexterity. A scalded creature can repeat the save at the end of each of its turns, ending the effect on itself on a success.",
+ "type": null,
+ "parent": "bfrd_steam-mephit"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3359,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the mephit remains motionless and hovering, it is indistinguishable from an ordinary cloud of steam.",
+ "type": null,
+ "parent": "bfrd_steam-mephit"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3360,
+ "fields": {
+ "name": "Giant Attributes",
+ "desc": "The stone giant is resistant to the stunned condition, and it is vulnerable to the prone condition.",
+ "type": null,
+ "parent": "bfrd_stone-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3361,
+ "fields": {
+ "name": "Stone Camouflage",
+ "desc": "The giant's Stealth is 20 while in rocky terrain.",
+ "type": null,
+ "parent": "bfrd_stone-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3362,
+ "fields": {
+ "name": "Construct Nature",
+ "desc": "The golem doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_stone-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3363,
+ "fields": {
+ "name": "Golem Resilience",
+ "desc": "The golem is immune to poison and psychic damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to exhaustion and to the charmed, frightened, paralyzed, petrified, and poisoned conditions.",
+ "type": null,
+ "parent": "bfrd_stone-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3364,
+ "fields": {
+ "name": "Immutable Form",
+ "desc": "The golem is immune to any spell or effect that would alter its form.",
+ "type": null,
+ "parent": "bfrd_stone-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3365,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The golem has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_stone-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3366,
+ "fields": {
+ "name": "Magic Weapons",
+ "desc": "The golem's weapon attacks are magical.",
+ "type": null,
+ "parent": "bfrd_stone-golem"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3367,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The giant can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_storm-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3368,
+ "fields": {
+ "name": "Giant Attributes",
+ "desc": "The giant is resistant to the stunned condition, and it is vulnerable to the prone condition.",
+ "type": null,
+ "parent": "bfrd_storm-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3369,
+ "fields": {
+ "name": "Influence Weather",
+ "desc": "Nearby weather responds to the storm giant's desires. At the start of each minute, the storm giant can choose to change the precipitation, temperature, and wind within 3 miles of it by one stage, up or down (no action required). This effect works like the changing weather conditions aspect of the control weather spell, except the conditions change immediately and the storm giant can't change the temperature by more than one stage up or down from the area's standard temperature.",
+ "type": null,
+ "parent": "bfrd_storm-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3370,
+ "fields": {
+ "name": "Stormsight",
+ "desc": "The storm giant can see through areas obscured by clouds, fog, rain, snow, and storms without penalty.",
+ "type": null,
+ "parent": "bfrd_storm-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3371,
+ "fields": {
+ "name": "Updraft",
+ "desc": "While in an area open to the sky, the storm giant has a flying speed of 30 feet.",
+ "type": null,
+ "parent": "bfrd_storm-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3372,
+ "fields": {
+ "name": "Telepathic Bond",
+ "desc": "The succubus ignores the range restriction on its telepathy when communicating with a creature it has charmed. The two don't even need to be on the same plane of existence.",
+ "type": null,
+ "parent": "bfrd_succubus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3373,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the tarrasque fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_tarrasque"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3374,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The tarrasque has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_tarrasque"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3375,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The tarrasque is resistant to exhaustion.",
+ "type": null,
+ "parent": "bfrd_tarrasque"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3376,
+ "fields": {
+ "name": "Reflective Hide",
+ "desc": "Any time the tarrasque is targeted by a magic missile spell, a line spell, or a spell that requires a ranged attack roll, roll a d6. On a 1 to 5, the tarrasque is unaffected. On a 6, the tarrasque is unaffected, and the effect is reflected back at the caster as though it originated from the tarrasque, turning the caster into the target.",
+ "type": null,
+ "parent": "bfrd_tarrasque"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3377,
+ "fields": {
+ "name": "Siege Behemoth",
+ "desc": "The tarrasque deals triple damage to objects and structures.",
+ "type": null,
+ "parent": "bfrd_tarrasque"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3378,
+ "fields": {
+ "name": "Brutal",
+ "desc": "A melee weapon deals one extra die of its damage when the thug hits with it (included in the attack).",
+ "type": null,
+ "parent": "bfrd_thug"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3379,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The thug has advantage on attack rolls against a creature if at least one of the thug's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_thug"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3380,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The tiger's Perception is 18 when perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_tiger"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3381,
+ "fields": {
+ "name": "Pounce",
+ "desc": "If the tiger moves at least 20 feet straight toward a creature and then hits it with a Claws attack on the same turn, that target must succeed on a DC 13 STR save or be knocked prone. If the target is prone, the tiger can make one Bite attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_tiger"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3382,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The tiger's Perception is 18 when perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_tiger-saber-toothed"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3383,
+ "fields": {
+ "name": "Pounce",
+ "desc": "If the tiger moves at least 20 feet straight toward a creature and then hits it with a Claws attack on the same turn, that target must succeed on a DC 14 STR save or be knocked prone. If the target is prone, the tiger can make one Claws attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_tiger-saber-toothed"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3384,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the treant remains motionless, it is indistinguishable from a normal tree.",
+ "type": null,
+ "parent": "bfrd_treant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3385,
+ "fields": {
+ "name": "Plant Resilience",
+ "desc": "The treant is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_treant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3386,
+ "fields": {
+ "name": "Siege Monster",
+ "desc": "The treant deals double damage to objects and structures.",
+ "type": null,
+ "parent": "bfrd_treant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3387,
+ "fields": {
+ "name": "Speak with Plants",
+ "desc": "The treant can communicate with Plants and nonmagical plants as if they shared a language.",
+ "type": null,
+ "parent": "bfrd_treant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3388,
+ "fields": {
+ "name": "Hardy",
+ "desc": "Any critical hit against the dinosaur becomes a normal hit.",
+ "type": null,
+ "parent": "bfrd_triceratops"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3389,
+ "fields": {
+ "name": "Trampling Charge",
+ "desc": "If the triceratops moves at least 20 feet straight toward a creature and then hits it with a Gore attack on the same turn, that target must succeed on a DC 14 STR save or be knocked prone. If the target is prone, the triceratops can make one Stomp attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_triceratops"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3390,
+ "fields": {
+ "name": "Giant Attributes",
+ "desc": "The troll is resistant to the stunned condition, and it is vulnerable to the prone condition.",
+ "type": null,
+ "parent": "bfrd_troll"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3391,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The troll's Perception is 17 while perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_troll"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3392,
+ "fields": {
+ "name": "Regeneration",
+ "desc": "The troll regains 10 HP at the start of its turn. If the troll takes acid or fire damage, this trait doesn't function at the start of the troll's next turn. The troll dies only if it starts its turn with 0 HP and doesn't regenerate.",
+ "type": null,
+ "parent": "bfrd_troll"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3393,
+ "fields": {
+ "name": "Hardy",
+ "desc": "Any critical hit against the dinosaur becomes a normal hit.",
+ "type": null,
+ "parent": "bfrd_tyrannosaurus-rex"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3394,
+ "fields": {
+ "name": "Celestial Resilience",
+ "desc": "The unicorn is resistant to radiant damage.",
+ "type": null,
+ "parent": "bfrd_unicorn"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3395,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The unicorn has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_unicorn"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3396,
+ "fields": {
+ "name": "Magic Weapons",
+ "desc": "The unicorn's weapon attacks are magical.",
+ "type": null,
+ "parent": "bfrd_unicorn"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3397,
+ "fields": {
+ "name": "Sense the Unnatural",
+ "desc": "The unicorn can pinpoint the location of Aberrations and Undead within 60 feet of it.",
+ "type": null,
+ "parent": "bfrd_unicorn"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3398,
+ "fields": {
+ "name": "Speak with Beasts and Plants",
+ "desc": "The unicorn can communicate with Beasts and Plants as if they shared a language.",
+ "type": null,
+ "parent": "bfrd_unicorn"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3399,
+ "fields": {
+ "name": "Woodland Walk",
+ "desc": "Difficult terrain composed of nonmagical plants doesn't cost the unicorn extra movement. In addition, the unicorn can pass through nonmagical plants without being slowed by them and without taking damage from them if they have thorns, spines, or a similar hazard.",
+ "type": null,
+ "parent": "bfrd_unicorn"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3400,
+ "fields": {
+ "name": "Demonic Resilience",
+ "desc": "The unska is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_unska"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3401,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The unska has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_unska"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3402,
+ "fields": {
+ "name": "Hungry Dead Nature",
+ "desc": "The vampire doesn't require air or sleep. In addition, it must consume at least 80 ounces of blood (approximately half the blood in a Medium Humanoid's body) every 24 hours, or it loses its immunity to exhaustion and risks starvation until it does so. While it has any levels of exhaustion from starvation, the vampire can't remove levels of exhaustion until it consumes at least 160 ounces of blood.",
+ "type": null,
+ "parent": "bfrd_vampire"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3403,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the vampire fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_vampire"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3404,
+ "fields": {
+ "name": "Misty Escape",
+ "desc": "When it drops to 0 HP outside its resting place, the vampire transforms into a cloud of mist (as in the Mist Form bonus action) instead of falling unconscious, provided it isn't in sunlight or running water. If it can't transform, it is destroyed. While it has 0 HP in mist form, it can't revert to its vampire form, and it must reach its resting place within 2 hours or be destroyed. Once in its resting place, it reverts to its vampire form. It is then paralyzed until it regains at least 1 HP. After spending 1 hour in its resting place with 0 HP, it regains 1 HP.",
+ "type": null,
+ "parent": "bfrd_vampire"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3405,
+ "fields": {
+ "name": "Regeneration",
+ "desc": "The vampire regains 20 HP at the start of its turn if it has at least 1 HP and isn't in sunlight or running water. If the vampire takes radiant damage or damage from holy water, this trait doesn't function at the start of the vampire's next turn.",
+ "type": null,
+ "parent": "bfrd_vampire"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3406,
+ "fields": {
+ "name": "Resting Place",
+ "desc": "The vampire has a coffin, grave, sarcophagus, or similar location just large enough for it to lie down designated as its resting place. While in its resting place, the vampire doesn't suffer exhaustion levels from starvation and has keensense out to a range of 120 feet.",
+ "type": null,
+ "parent": "bfrd_vampire"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3407,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The vampire can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_vampire"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3408,
+ "fields": {
+ "name": "Vampire Weaknesses",
+ "desc": "The vampire has the following flaws:\n- **Forbiddance.** The vampire can't enter a residence without an invitation from one of the occupants.\n- **Harmed by Running Water.** The vampire takes 20 acid damage if it ends its turn in running water.",
+ "type": null,
+ "parent": "bfrd_vampire"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3409,
+ "fields": {
+ "name": "Stake to the Heart",
+ "desc": "If a piercing weapon made of wood is driven into the vampire's heart while the vampire is incapacitated in its resting place, the vampire is paralyzed until the stake is removed.",
+ "type": null,
+ "parent": "bfrd_vampire"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3410,
+ "fields": {
+ "name": "Sunlight Hypersensitivity",
+ "desc": "The vampire takes 20 radiant damage when it starts its turn in sunlight. While in sunlight, it has disadvantage on attack rolls and ability checks.",
+ "type": null,
+ "parent": "bfrd_vampire"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3411,
+ "fields": {
+ "name": "Vampiric Resilience",
+ "desc": "The vampire is immune to exhaustion.",
+ "type": null,
+ "parent": "bfrd_vampire"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3412,
+ "fields": {
+ "name": "Hungry Dead Nature",
+ "desc": "As the **vampire**.",
+ "type": null,
+ "parent": "bfrd_vampire-spawn"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3413,
+ "fields": {
+ "name": "Regeneration",
+ "desc": "The vampire spawn regains 10 HP at the start of its turn if it has at least 1 HP and isn't in sunlight or running water. If the vampire takes radiant damage or damage from holy water, this trait doesn't function at the start of the vampire's next turn.",
+ "type": null,
+ "parent": "bfrd_vampire-spawn"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3414,
+ "fields": {
+ "name": "Resting Place",
+ "desc": "As the **vampire**.",
+ "type": null,
+ "parent": "bfrd_vampire-spawn"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3415,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "As the **vampire**.",
+ "type": null,
+ "parent": "bfrd_vampire-spawn"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3416,
+ "fields": {
+ "name": "Vampire Weaknesses",
+ "desc": "As the **vampire**.",
+ "type": null,
+ "parent": "bfrd_vampire-spawn"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3417,
+ "fields": {
+ "name": "Vampiric Resilience",
+ "desc": "The vampire is immune to exhaustion.",
+ "type": null,
+ "parent": "bfrd_vampire-spawn"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3418,
+ "fields": {
+ "name": "Blood-Bound",
+ "desc": "If the thrall has not consumed 1 ounce of blood from a vampire within the past week, it is poisoned for 1 week, and it loses darkvision and its Limited Regeneration, Spider Climb, and Sunlight Sensitivity traits until it consumes 1 ounce of vampire blood.",
+ "type": null,
+ "parent": "bfrd_vampire-thrall"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3419,
+ "fields": {
+ "name": "Limited Regeneration",
+ "desc": "The thrall regains 2 HP at the start of its turn if it has at least 1 HP and isn't in sunlight. If the thrall takes radiant damage, this trait doesn't function at the start of the thrall's next turn.",
+ "type": null,
+ "parent": "bfrd_vampire-thrall"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3420,
+ "fields": {
+ "name": "Spider Climb",
+ "desc": "The thrall can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": null,
+ "parent": "bfrd_vampire-thrall"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3421,
+ "fields": {
+ "name": "Sunlight Sensitivity",
+ "desc": "While in sunlight, the thrall has disadvantage on attack rolls, and its Perception is 8 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_vampire-thrall"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3422,
+ "fields": {
+ "name": "Hardy",
+ "desc": "Any critical hit against the dinosaur becomes a normal hit.",
+ "type": null,
+ "parent": "bfrd_velociraptor"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3423,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The velociraptor has advantage on attack rolls against a creature if at least one of its allies is within 5 feet of the target and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_velociraptor"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3424,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the violet fungus remains motionless, it is indistinguishable from an ordinary fungus.",
+ "type": null,
+ "parent": "bfrd_violet-fungus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3425,
+ "fields": {
+ "name": "Plant Resilience",
+ "desc": "The violet fungus is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_violet-fungus"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3426,
+ "fields": {
+ "name": "Legendary Resistance (3/Day)",
+ "desc": "If the lich fails a save, it can choose to succeed instead.",
+ "type": null,
+ "parent": "bfrd_virtuoso-lich"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3427,
+ "fields": {
+ "name": "Rejuvenation",
+ "desc": "If it has a phylactery, a destroyed lich gains a new body in 1d10 days, regaining all its HP and becoming active again. The new body appears within 5 feet of the phylactery.",
+ "type": null,
+ "parent": "bfrd_virtuoso-lich"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3428,
+ "fields": {
+ "name": "Turn Resistance",
+ "desc": "The lich has advantage on saves against any effect that turns undead.",
+ "type": null,
+ "parent": "bfrd_virtuoso-lich"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3429,
+ "fields": {
+ "name": "Undead Nature",
+ "desc": "The lich doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_virtuoso-lich"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3430,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The lich is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_virtuoso-lich"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3431,
+ "fields": {
+ "name": "Versatile Artist",
+ "desc": "At the end of each long rest, the lich chooses one form of artistic expression, such as song, poetry, dance, fashion, paint, or similar. Until it finishes a long rest, the lich has immunity to one type of damage, which is associated with its artistic expression. For example, a lich expressing art through song or poetry has immunity to thunder damage, a lich expressing art through fashion has immunity to slashing damage, and a lich expressing art through paint has immunity to acid damage. This trait can't give the lich immunity to force, psychic, or radiant damage.",
+ "type": null,
+ "parent": "bfrd_virtuoso-lich"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3432,
+ "fields": {
+ "name": "Demonic Resilience",
+ "desc": "The vrock is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_vrock"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3433,
+ "fields": {
+ "name": "Magic Resistance",
+ "desc": "The vrock has advantage on saves against spells and other magical effects.",
+ "type": null,
+ "parent": "bfrd_vrock"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3434,
+ "fields": {
+ "name": "Carrion Sense",
+ "desc": "The vulture can pinpoint, by scent, the location of carrion, dead creatures, and Undead without the Incorporeal Movement trait within 60 feet of it.",
+ "type": null,
+ "parent": "bfrd_vulture"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3435,
+ "fields": {
+ "name": "Heightened Sight and Smell",
+ "desc": "The vulture's Perception is 18 when perceiving by sight or smell.",
+ "type": null,
+ "parent": "bfrd_vulture"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3436,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The vulture has advantage on attack rolls against a creature if at least one of the vulture's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_vulture"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3437,
+ "fields": {
+ "name": "Carrion Sense",
+ "desc": "The vulture can pinpoint, by scent, the location of carrion, dead creatures, and Undead without the Incorporeal Movement trait within 60 feet of it.",
+ "type": null,
+ "parent": "bfrd_vulture-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3438,
+ "fields": {
+ "name": "Heightened Sight and Smell",
+ "desc": "The vulture's Perception is 18 when perceiving by sight or smell.",
+ "type": null,
+ "parent": "bfrd_vulture-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3439,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The vulture has advantage on attack rolls against a creature if at least one of the vulture's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_vulture-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3440,
+ "fields": {
+ "name": "False Appearance",
+ "desc": "While the war horse skeleton remains motionless and prone, it is indistinguishable from an inanimate war horse skeleton.",
+ "type": null,
+ "parent": "bfrd_war-horse-skeleton"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3441,
+ "fields": {
+ "name": "Undead Nature",
+ "desc": "The skeleton doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_war-horse-skeleton"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3442,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The skeleton is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_war-horse-skeleton"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3443,
+ "fields": {
+ "name": "Elemental Nature",
+ "desc": "The elemental doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_water-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3444,
+ "fields": {
+ "name": "Elemental Resilience",
+ "desc": "The elemental is resistant to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to poison damage, to exhaustion, and to the grappled, paralyzed, petrified, poisoned, prone, restrained, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_water-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3445,
+ "fields": {
+ "name": "Freeze",
+ "desc": "If the elemental takes cold damage, it partially freezes, and its speed is reduced by 20 feet until the end of its next turn.",
+ "type": null,
+ "parent": "bfrd_water-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3446,
+ "fields": {
+ "name": "Purify Water",
+ "desc": "If the water elemental sits in a body of slow-flowing or standing water, such as a spring, small creek, or lake, for at least 1 hour, the water becomes purified and rendered free of poison and disease. In slow-flowing water, this purification fades 1 hour after the elemental leaves the water. In standing water, this purification lasts until a contaminant enters the water while the elemental isn't in it.",
+ "type": null,
+ "parent": "bfrd_water-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3447,
+ "fields": {
+ "name": "Water Form",
+ "desc": "The elemental can enter a hostile creature's space and stop there. It can move through a space as narrow as 1 inch wide without squeezing.",
+ "type": null,
+ "parent": "bfrd_water-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3448,
+ "fields": {
+ "name": "Water Camouflage",
+ "desc": "The water elemental's Stealth is 17 while in a Medium or larger body of water.",
+ "type": null,
+ "parent": "bfrd_water-elemental"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3449,
+ "fields": {
+ "name": "Heightened Hearing and Smell",
+ "desc": "The weasel's Perception is 18 when perceiving by hearing or smell.",
+ "type": null,
+ "parent": "bfrd_weasel"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3450,
+ "fields": {
+ "name": "Heightened Hearing and Smell",
+ "desc": "The weasel's Perception is 18 when perceiving by hearing or smell.",
+ "type": null,
+ "parent": "bfrd_weasel-giant"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3451,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The werebear's Perception is 19 when perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_werebear"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3452,
+ "fields": {
+ "name": "Charge (Boar or Hybrid Form Only)",
+ "desc": "If the wereboar moves at least 15 feet straight toward a target and then hits it with a Slam or Tusks attack on the same turn, the target takes an extra 7 (2d6) damage of the weapon's type. If the target is a creature, it must succeed on a DC 13 STR save or be knocked prone.",
+ "type": null,
+ "parent": "bfrd_wereboar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3453,
+ "fields": {
+ "name": "Relentless (Recharges after a Short or Long Rest)",
+ "desc": "If the wereboar takes 14 damage or less that would reduce it to 0 HP, it is reduced to 1 HP instead.",
+ "type": null,
+ "parent": "bfrd_wereboar"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3454,
+ "fields": {
+ "name": "Heightened Smell",
+ "desc": "The wererat's Perception is 17 when perceiving by smell.",
+ "type": null,
+ "parent": "bfrd_wererat"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3455,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The wererat has advantage on attack rolls against a creature if at least one of the wererat's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_wererat"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3456,
+ "fields": {
+ "name": "Heightened Hearing and Smell",
+ "desc": "The weretiger's Perception is 18 when perceiving by hearing or smell.",
+ "type": null,
+ "parent": "bfrd_weretiger"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3457,
+ "fields": {
+ "name": "Pounce (Tiger or Hybrid Form Only)",
+ "desc": "If the weretiger moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 14 STR save or be knocked prone. If the target is prone, the weretiger can make one Bite or Claw attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_weretiger"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3458,
+ "fields": {
+ "name": "Heightened Hearing and Smell",
+ "desc": "The werewolf's Perception is 17 while perceiving by hearing or smell.",
+ "type": null,
+ "parent": "bfrd_werewolf"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3459,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The werewolf has advantage on attack rolls against a creature if at least one of the werewolf's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_werewolf"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3460,
+ "fields": {
+ "name": "Ice Walk",
+ "desc": "The dragon can move across and climb icy surfaces without needing to make an ability check. In addition, difficult terrain composed of ice or snow doesn't cost it extra movement.",
+ "type": null,
+ "parent": "bfrd_white-dragon-wyrmling"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3461,
+ "fields": {
+ "name": "Pounce",
+ "desc": "If the dragon moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 12 STR save or be knocked prone. If the target is prone, the dragon can make one Claw attack against it as a bonus action.",
+ "type": null,
+ "parent": "bfrd_white-dragon-wyrmling"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3462,
+ "fields": {
+ "name": "Martial Adept",
+ "desc": "A manufactured weapon, such as a sword or bow, deals one extra die of its damage when the wight hits with it (included in the attack).",
+ "type": null,
+ "parent": "bfrd_wight"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3463,
+ "fields": {
+ "name": "Sunlight Sensitivity",
+ "desc": "While in sunlight, the wight has disadvantage on attack rolls, and its Perception is 8 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_wight"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3464,
+ "fields": {
+ "name": "Undead Nature",
+ "desc": "The wight doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_wight"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3465,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The wight is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_wight"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3466,
+ "fields": {
+ "name": "Home in the Wilds",
+ "desc": "The wild warrior automatically discerns true north when outside, and checks to follow its tracks in forest, grassland, hills, or mountain terrain have disadvantage, unless the wild warrior chooses to leave obvious signs of its passage.",
+ "type": null,
+ "parent": "bfrd_wild-warrior"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3467,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The wild warrior has advantage on attack rolls against a creature if at least one of the warrior's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_wild-warrior"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3468,
+ "fields": {
+ "name": "Ephemeral",
+ "desc": "The will-o'-wisp can't wear or carry anything. In addition, it adds its WIS modifier to its AC (included above).",
+ "type": null,
+ "parent": "bfrd_will-o-wisp"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3469,
+ "fields": {
+ "name": "Incorporeal Movement",
+ "desc": "The will-o'-wisp can move through other creatures and objects as if they were difficult terrain. It takes 5 (1d10) force damage if it ends its turn inside an object.",
+ "type": null,
+ "parent": "bfrd_will-o-wisp"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3470,
+ "fields": {
+ "name": "Variable Illumination",
+ "desc": "The will-o'-wisp sheds bright light in a 5- to 20-foot radius and dim light for an additional number of feet equal to the chosen radius. The will-o'-wisp can alter the radius as a bonus action.",
+ "type": null,
+ "parent": "bfrd_will-o-wisp"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3471,
+ "fields": {
+ "name": "Undead Nature",
+ "desc": "The will-o'-wisp doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_will-o-wisp"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3472,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The will-o'-wisp is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_will-o-wisp"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3473,
+ "fields": {
+ "name": "Heightened Hearing and Smell",
+ "desc": "The winter wolf's Perception is 20 when perceiving by hearing or smell.",
+ "type": null,
+ "parent": "bfrd_winter-wolf"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3474,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The winter wolf is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_winter-wolf"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3475,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The winter wolf has advantage on attack rolls against a creature if at least one of the winter wolf's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_winter-wolf"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3476,
+ "fields": {
+ "name": "Snow Camouflage",
+ "desc": "The winter wolf's Stealth is 18 while in snowy terrain.",
+ "type": null,
+ "parent": "bfrd_winter-wolf"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3477,
+ "fields": {
+ "name": "Heightened Hearing and Smell",
+ "desc": "The wolf's Perception is 16 while perceiving by hearing or smell.",
+ "type": null,
+ "parent": "bfrd_wolf"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3478,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The wolf has advantage on attack rolls against a creature if at least one of the wolf's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_wolf"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3479,
+ "fields": {
+ "name": "Heightened Hearing and Smell",
+ "desc": "The wolf's Perception is 18 when perceiving by hearing or smell.",
+ "type": null,
+ "parent": "bfrd_wolf-dire"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3480,
+ "fields": {
+ "name": "Pack Tactics",
+ "desc": "The wolf has advantage on an attack roll against a creature if at least one of the wolf's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": null,
+ "parent": "bfrd_wolf-dire"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3481,
+ "fields": {
+ "name": "Plant Camouflage",
+ "desc": "The wood herald's Stealth is 18 while in any terrain with ample, obscuring plant life.",
+ "type": null,
+ "parent": "bfrd_wood-herald"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3482,
+ "fields": {
+ "name": "Plant Resilience",
+ "desc": "The wood herald is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions.",
+ "type": null,
+ "parent": "bfrd_wood-herald"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3483,
+ "fields": {
+ "name": "Woodland Walk",
+ "desc": "Difficult terrain composed of nonmagical plants doesn't cost the wood herald extra movement. In addition, the herald can pass through nonmagical plants without being slowed by them and without taking damage from them if they have thorns, spines, or a similar hazard.",
+ "type": null,
+ "parent": "bfrd_wood-herald"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3484,
+ "fields": {
+ "name": "Heightened Hearing and Smell",
+ "desc": "The worg's Perception is 19 while perceiving by hearing or smell.",
+ "type": null,
+ "parent": "bfrd_worg"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3485,
+ "fields": {
+ "name": "Monstrosity Resilience",
+ "desc": "The worg is resistant to exhaustion and to the frightened condition.",
+ "type": null,
+ "parent": "bfrd_worg"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3486,
+ "fields": {
+ "name": "Incorporeal Movement",
+ "desc": "The wraith can move through other creatures and objects as if they were difficult terrain. It takes 5 (1d10) force damage if it ends its turn inside an object.",
+ "type": null,
+ "parent": "bfrd_wraith"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3487,
+ "fields": {
+ "name": "Sunlight Sensitivity",
+ "desc": "While in sunlight, the wraith has disadvantage on attack rolls, and its Perception is 7 when perceiving by sight.",
+ "type": null,
+ "parent": "bfrd_wraith"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3488,
+ "fields": {
+ "name": "Undead Nature",
+ "desc": "The wraith doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_wraith"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3489,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The wraith is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_wraith"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3490,
+ "fields": {
+ "name": "Intuition",
+ "desc": "The wyrdling rolls two dice for initiative, taking the higher number. In addition, the wyrdling has advantage on WIS (Insight) checks.",
+ "type": null,
+ "parent": "bfrd_wyrdling"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3491,
+ "fields": {
+ "name": "Read Fate",
+ "desc": "The wyrdling can spend 1 minute communing with fate on behalf of one creature that remains within 10 feet of it for the duration. The creature must ask a single question concerning a specific goal, event, or activity to occur within 7 days. At the end of the minute, the wyrdling pronounces the result of the target's inquiry. This trait works like the divination spell, except it can't be used to answer a specific creature's question more than once every 3 days, regardless if the creature asks a different question.",
+ "type": null,
+ "parent": "bfrd_wyrdling"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3492,
+ "fields": {
+ "name": "Clumsy",
+ "desc": "While not flying, the wyvern is vulnerable to the grappled, prone, and restrained conditions.",
+ "type": null,
+ "parent": "bfrd_wyvern"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3493,
+ "fields": {
+ "name": "Earth Glide",
+ "desc": "The xorn can burrow through nonmagical, unworked earth and stone. While doing so, the xorn doesn't disturb the material through which it moves.",
+ "type": null,
+ "parent": "bfrd_xorn"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3494,
+ "fields": {
+ "name": "Stone Camouflage",
+ "desc": "The xorn's Stealth is 18 while in rocky terrain.",
+ "type": null,
+ "parent": "bfrd_xorn"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3495,
+ "fields": {
+ "name": "Treasure Sense",
+ "desc": "The xorn can pinpoint, by scent, the location of precious metals and stones, such as coins and gems, within 60 feet of it.",
+ "type": null,
+ "parent": "bfrd_xorn"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3496,
+ "fields": {
+ "name": "Acidic Vapors",
+ "desc": "After the black dragon uses its Acid Breath, acid clings to its mouth, throat, and nostrils for a time, evaporating as the dragon breathes. While the dragon's Acid Breath is unavailable, acidic vapors surround it, and each creature that starts its turn within 10 feet of the dragon must succeed on a DC 15 CON save or be poisoned until the start of its next turn.",
+ "type": null,
+ "parent": "bfrd_young-black-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3497,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The dragon can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_young-black-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3498,
+ "fields": {
+ "name": "Charged Hide",
+ "desc": "When the blue dragon hasn't exhaled its Lightning Breath, the electric charge builds up across its body. While the dragon's Lightning Breath is available, it emits wild sparks of electricity, and each creature that starts its turn within 10 feet of the dragon must succeed on a DC 16 CON save or be incapacitated until the start of its next turn.",
+ "type": null,
+ "parent": "bfrd_young-blue-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3499,
+ "fields": {
+ "name": "Suffocating Heat",
+ "desc": "After the brass dragon uses its Fire Breath, the air around it is devoid of moisture and lacking in breathable air. While the dragon's Fire Breath is unavailable, each creature that requires air to breathe, other than the dragon, and that starts its turn within 10 feet of the dragon must succeed on a DC 14 CON save or begin suffocating. A creature that fails this save for two consecutive rounds falls unconscious until it takes damage or another creature uses an action to wake it.",
+ "type": null,
+ "parent": "bfrd_young-brass-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3500,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The dragon can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_young-bronze-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3501,
+ "fields": {
+ "name": "Lightning Extraction",
+ "desc": "After the bronze dragon uses its Lightning Breath, its body begins recharging with lightning, pulling electricity from nearby creatures. While the dragon's Lightning Breath is unavailable, each creature that starts its turn within 10 feet of the dragon must make a DC 15 CON save. On a failure, a creature can use either an action or a bonus action on its turn, not both.",
+ "type": null,
+ "parent": "bfrd_young-bronze-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3502,
+ "fields": {
+ "name": "Corrosive Scales",
+ "desc": "When the copper dragon hasn't spit its Acid Breath, the acid built up within the dragon causes the patina on its scales to spread to weapons that strike it. While the dragon's Acid Breath is available, any weapon made of metal that hits the dragon corrodes. After dealing damage, the weapon takes a permanent and cumulative -1 penalty to damage rolls. If a nonmagical weapon's penalty drops to -5, the weapon is destroyed. Nonmagical ammunition made of metal that hits the dragon is destroyed after dealing damage. A magical weapon can't have a penalty greater than -5, and a magical weapon removes this penalty after 24 hours or after its attuned wielder finishes a long rest.",
+ "type": null,
+ "parent": "bfrd_young-copper-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3503,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The dragon can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_young-gold-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3504,
+ "fields": {
+ "name": "Golden Splendor",
+ "desc": "When the gold dragon hasn't unleashed its Fire Breath, its scales gleam and sparkle like molten gold or a pile of gold coins. While the dragon's Fire Breath is available, each creature that starts its turn within 10 feet of the dragon must succeed on a DC 17 CHA save or be charmed until the start of its next turn.",
+ "type": null,
+ "parent": "bfrd_young-gold-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3505,
+ "fields": {
+ "name": "Amphibious",
+ "desc": "The dragon can breathe air and water.",
+ "type": null,
+ "parent": "bfrd_young-green-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3506,
+ "fields": {
+ "name": "Hallucinogenic Gas",
+ "desc": "After the green dragon exhales its Poison Breath, wisps of poisonous gas laced with the alchemical taint that permeates the dragon's body linger around it. While the dragon's Poison Breath is unavailable, each creature that starts its turn within 10 feet of the dragon must succeed on a DC 14 WIS save or be terrified, as the gas causes the creature to experience frightful hallucinations. A terrified creature is frightened, and its speed is reduced to 0.",
+ "type": null,
+ "parent": "bfrd_young-green-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3507,
+ "fields": {
+ "name": "Boil Over",
+ "desc": "When the red dragon hasn't unleashed its Fire Breath, the heat builds and rolls outward from it. While the dragon's Fire Breath is available, it emits immense heat, and each creature that starts its turn within 10 feet of the dragon must succeed on a DC 17 CON save or take 7 (2d6) fire damage.",
+ "type": null,
+ "parent": "bfrd_young-red-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3508,
+ "fields": {
+ "name": "Freezing Fog",
+ "desc": "After the silver dragon uses its Cold Breath, freezing fog surrounds it. While the dragon's Cold Breath is unavailable, each creature that starts its turn within 10 feet of the dragon must succeed on a DC 17 CON save or be restrained until the start of its next turn.",
+ "type": null,
+ "parent": "bfrd_young-silver-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3509,
+ "fields": {
+ "name": "Ice Walk",
+ "desc": "The dragon can move across and climb icy surfaces without needing to make an ability check. In addition, difficult terrain composed of ice or snow doesn’t cost it extra movement.",
+ "type": null,
+ "parent": "bfrd_young-white-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3510,
+ "fields": {
+ "name": "Numbing Chill",
+ "desc": "When the white dragon hasn’t unleashed its Cold Breath, the cold builds up within it and ripples outward from it. While the dragon’s Cold Breath is available, it emits a numbing chill, and each creature that starts its turn within 10 feet of the dragon must succeed on a DC 15 CON save or its speed is reduced by 10 feet.",
+ "type": null,
+ "parent": "bfrd_young-white-dragon"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3511,
+ "fields": {
+ "name": "Undead Fortitude",
+ "desc": "If damage reduces the zombie to 0 HP, it must make a CON save with a DC equal to 5 + the damage taken, unless the damage is radiant or from a critical hit. On a success, the zombie drops to 1 HP instead.",
+ "type": null,
+ "parent": "bfrd_zombie"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3512,
+ "fields": {
+ "name": "Undead Nature",
+ "desc": "The zombie doesn't require air, food, drink, or sleep.",
+ "type": null,
+ "parent": "bfrd_zombie"
+ }
+},
+{
+ "model": "api_v2.creaturetrait",
+ "pk": 3513,
+ "fields": {
+ "name": "Undead Resilience",
+ "desc": "The zombie is immune to poison damage, to exhaustion, and to the poisoned condition.",
+ "type": null,
+ "parent": "bfrd_zombie"
+ }
+}
+]
diff --git a/data/v2/kobold-press/bfrd/Document.json b/data/v2/kobold-press/bfrd/Document.json
new file mode 100644
index 00000000..9aba61f8
--- /dev/null
+++ b/data/v2/kobold-press/bfrd/Document.json
@@ -0,0 +1,20 @@
+[
+{
+ "model": "api_v2.document",
+ "pk": "bfrd",
+ "fields": {
+ "name": "Black Flag SRD",
+ "desc": "Black Flag Roleplaying Reference Document v0.2",
+ "publisher": "kobold-press",
+ "ruleset": "o5e",
+ "author": "Open Design LLC d/b/a Kobold Press",
+ "published_at": "2023-10-16T00:00:00",
+ "permalink": "https://koboldpress.com/black-flag-reference-document/",
+ "stats_expected": null,
+ "distance_unit": "feet",
+ "licenses": [
+ "cc-by-40"
+ ]
+ }
+}
+]
diff --git a/scripts/data_manipulation/recalc_saves.py b/scripts/data_manipulation/recalc_saves.py
new file mode 100644
index 00000000..f5f9e5d7
--- /dev/null
+++ b/scripts/data_manipulation/recalc_saves.py
@@ -0,0 +1,29 @@
+
+import json
+
+from api_v2 import models as v2_models
+
+from api.models import Monster as v1_model
+
+
+
+def main():
+ for monster in v1_model.objects.filter(document__slug='blackflag'):
+ print(monster.slug)
+ monster.strength_save = score_2_save(monster.strength_save)
+ monster.dexterity_save = score_2_save(monster.dexterity_save)
+ monster.constitution_save = score_2_save(monster.constitution_save)
+ monster.wisdom_save = score_2_save(monster.wisdom_save)
+ monster.charisma_save = score_2_save(monster.charisma_save)
+ monster.intelligence_save = score_2_save(monster.intelligence_save)
+
+ monster.save()
+
+def score_2_save(score):
+ savex2 = score - 10
+ save = savex2 // 2
+ return save
+
+
+if __name__ == '__main__':
+ main()
\ No newline at end of file
diff --git a/scripts/data_manipulation/v1_to_v2_data.py b/scripts/data_manipulation/v1_to_v2_data.py
index 1177108f..18f1df38 100644
--- a/scripts/data_manipulation/v1_to_v2_data.py
+++ b/scripts/data_manipulation/v1_to_v2_data.py
@@ -23,7 +23,7 @@ def main():
v1_unmatch_count = 0
v2_added_count = 0
# CHANGE MODEL ON THIS LINE
- for obj_v1 in v1_model.objects.all():
+ for obj_v1 in v1_model.objects.filter(document__slug='blackflag'):
v1_iteration +=1
computed_v2_key = get_v2_key_from_v1_obj(obj_v1)
@@ -31,19 +31,22 @@ def main():
if obj_v2 is not None:
v1v2_match_count +=1
print(obj_v2.key)
- #copy_v2_damage_from_v1_monsters(obj_v1=obj_v1, obj_v2=obj_v2)
- #copy_v2_condition_from_v1_monsters(obj_v1,obj_v2)
- #copy_v2_languages_from_v1_monsters(obj_v1,obj_v2)
+ copy_v2_damage_from_v1_monsters(obj_v1=obj_v1, obj_v2=obj_v2)
+ copy_v2_condition_from_v1_monsters(obj_v1,obj_v2)
+ copy_v2_languages_from_v1_monsters(obj_v1,obj_v2)
copy_v2_cr_from_v1_monsters(obj_v1, obj_v2)
- #copy_traits(obj_v1, obj_v2)
+ copy_traits(obj_v1, obj_v2)
#obj_v2.full_clean()
obj_v2.save()
### START LOGIC FOR PARSING V1 DATA ###
if obj_v2 is None:
- #print(obj_v1. name)
+ #print(obj_v1.slug)
#obj_v2 = obj_v1.as_v2_creature()
+ #copy_v2_cr_from_v1_monsters(obj_v1, obj_v2)
+ # 2024-08-04 TODO black flack monsters have the incorrect _save fields in v1. FIX
+ #copy_v2_throws_from_v1_creature(obj_v1, obj_v2)
#obj_v2.full_clean()
#obj_v2.save()
#copy_v2_condition_from_v1_monsters(obj_v1,obj_v2)
@@ -51,7 +54,7 @@ def main():
# This requires objects to exist.
#copy_v2_languages_from_v1_monsters(obj_v1,obj_v2) # This requires objects to exist.
#bj_v2.full_clean()
-
+ #obj_v2.full_clean()
v2_added_count +=1
@@ -111,6 +114,7 @@ def get_v2_doc_from_v1_obj(v1_obj):
'vom':'vom',
'warlock':'wz',
'wotc-srd':'srd',
+ 'blackflag':'bfrd'
}
return doc_lookup[v1_obj.document.slug]
@@ -118,9 +122,9 @@ def get_v2_type_from_v1_obj(v1_obj):
undead = ['bonecollective-tob1-2023','boneswarm-tob1-2023','swarmofwolfspirits-tob1-2023']
constructs = ['clockworkbeetleswarm-tob1-2023']
monstrosity = ['cobbleswarm-tob1-2023']
- beast = ['deathbutterflyswarm-tob1-2023','greaterdeathbutterflyswarm-tob1-2023','swarmofmanabanescarabs-tob1-2023','swarmofprismaticbeetles-tob1-2023','swarmofwharflings-tob1-2023']
+ beast = ['deathbutterflyswarm-tob1-2023','greaterdeathbutterflyswarm-tob1-2023','swarmofmanabanescarabs-tob1-2023','swarmofprismaticbeetles-tob1-2023','swarmofwharflings-tob1-2023','bat_swarm_of_bats_bf','insect_swarm_of_insects_bf','quipper_swarm_of_quippers_bf','rat_swarm_of_rats_bf','raven_swarm_of_ravens_bf','snake_swarm_of_poisonous_snakes_bf']
fiends = ['iaaffrat-tob1-2023']
- aberrations = ['oculoswarm-tob1-2023']
+ aberrations = ['oculoswarm-tob1-2023','insatiable_brood_bf']
elementals = ['swarmoffiredancers-tob1-2023']
fey = ['swarmofsluaghs-tob1-2023']
if v1_obj.slug in undead:
@@ -313,6 +317,7 @@ def copy_v2_languages_from_v1_monsters(obj_v1,obj_v2):
# description
def copy_v2_throws_from_v1_creature(obj_v1, obj_v2):
+
obj_v2.saving_throw_strength = obj_v1.strength_save
obj_v2.saving_throw_dexterity = obj_v1.dexterity_save
obj_v2.saving_throw_constitution = obj_v1.constitution_save
@@ -321,6 +326,8 @@ def copy_v2_throws_from_v1_creature(obj_v1, obj_v2):
obj_v2.saving_throw_charisma = obj_v1.charisma_save
def copy_v2_skills_from_v1_creature(obj_v1, obj_v2):
+ if obj_v1.skills_json in [None,""]:
+ return
obj_v1.skills_json = obj_v1.skills_json.lower()
obj_v2.skill_bonus_acrobatics = json.loads(obj_v1.skills_json).get('acrobatics')
obj_v2.skill_bonus_animal_handling = json.loads(obj_v1.skills_json).get('animal_handling')
@@ -393,6 +400,8 @@ def get_distance_and_unit_from_range_text(spell):
print ("Could not parse {}".format(spell.range_text))
def get_alignment(v1_obj):
+ if v1_obj.alignment == "":
+ return "chaotic evil"
ce = ['aboleth-thrall-a5e','abominable-snowman-a5e','accursed-guardian-naga-a5e']
if v1_obj.slug in ce:
return "chaotic evil"