Baselight

Dungeons And Dragons 5e Monsters

Basics stats scrapped in roll20

@kaggle.patrickgomes_dungeons_and_dragons_5e_monsters

Loading...
Loading...

About this Dataset

Dungeons And Dragons 5e Monsters

The dataset is about the monsters that the game has. Anyone who has played D&D knows how diverse the range of monsters is, and each with its own peculiarities. I did a web scraping (no-code, it is worth mentioning) on the data of an online platform that uses the Dungeons and Dragons 5e system.

Tables

Dd5e Monsters

@kaggle.patrickgomes_dungeons_and_dragons_5e_monsters.dd5e_monsters
  • 13.98 KB
  • 324 rows
  • 7 columns
Loading...

CREATE TABLE dd5e_monsters (
  "name" VARCHAR,
  "size" VARCHAR,
  "race_alignment" VARCHAR,
  "hp" VARCHAR,
  "armor" VARCHAR,
  "speed" VARCHAR,
  "challenge_rating_xp" VARCHAR
);

Share link

Anyone who has the link will be able to view this.