Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Monster type normalization #264

Merged
merged 10 commits into from
Jun 20, 2023
40 changes: 20 additions & 20 deletions data/WOTC_5e_SRD_v5.1/monsters.json
Original file line number Diff line number Diff line change
Expand Up @@ -18850,8 +18850,8 @@
{
"name": "Swarm of Bats",
"size": "Medium",
"type": "Swarm Of Tiny Beasts",
"subtype": "",
"type": "Beast",
"subtype": "Swarm",
"alignment": "unaligned",
"armor_class": 12,
"hit_points": 22,
Expand Down Expand Up @@ -18915,8 +18915,8 @@
{
"name": "Swarm of Beetles",
"size": "Medium",
"type": "Swarm Of Tiny Beasts",
"subtype": "",
"type": "Beast",
"subtype": "Swarm",
"alignment": "unaligned",
"armor_class": 12,
"hit_points": 22,
Expand Down Expand Up @@ -18966,8 +18966,8 @@
{
"name": "Swarm of Centipedes",
"size": "Medium",
"type": "Swarm Of Tiny Beasts",
"subtype": "",
"type": "Beast",
"subtype": "Swarm",
"alignment": "unaligned",
"armor_class": 12,
"hit_points": 22,
Expand Down Expand Up @@ -19018,8 +19018,8 @@
{
"name": "Swarm of Insects",
"size": "Medium",
"type": "Swarm Of Tiny Beasts",
"subtype": "",
"type": "Beast",
"subtype": "Swarm",
"alignment": "unaligned",
"armor_class": 12,
"hit_points": 22,
Expand Down Expand Up @@ -19072,8 +19072,8 @@
{
"name": "Swarm of Poisonous Snakes",
"size": "Medium",
"type": "Swarm Of Tiny Beasts",
"subtype": "",
"type": "Beast",
"subtype": "Swarm",
"alignment": "unaligned",
"armor_class": 14,
"hit_points": 36,
Expand Down Expand Up @@ -19130,8 +19130,8 @@
{
"name": "Swarm of Quippers",
"size": "Medium",
"type": "Swarm Of Tiny Beasts",
"subtype": "",
"type": "Beast",
"subtype": "Swarm",
"alignment": "unaligned",
"armor_class": 13,
"hit_points": 28,
Expand Down Expand Up @@ -19189,8 +19189,8 @@
{
"name": "Swarm of Rats",
"size": "Medium",
"type": "Swarm Of Tiny Beasts",
"subtype": "",
"type": "Beast",
"subtype": "Swarm",
"alignment": "unaligned",
"armor_class": 10,
"hit_points": 24,
Expand Down Expand Up @@ -19246,8 +19246,8 @@
{
"name": "Swarm of Ravens",
"size": "Medium",
"type": "Swarm Of Tiny Beasts",
"subtype": "",
"type": "Beast",
"subtype": "Swarm",
"alignment": "unaligned",
"armor_class": 12,
"hit_points": 24,
Expand Down Expand Up @@ -19296,8 +19296,8 @@
{
"name": "Swarm of Spiders",
"size": "Medium",
"type": "Swarm Of Tiny Beasts",
"subtype": "",
"type": "Beast",
"subtype": "Swarm",
"alignment": "unaligned",
"armor_class": 12,
"hit_points": 22,
Expand Down Expand Up @@ -19363,8 +19363,8 @@
{
"name": "Swarm of Wasps",
"size": "Medium",
"type": "Swarm Of Tiny Beasts",
"subtype": "",
"type": "Beast",
"subtype": "Swarm",
"alignment": "unaligned",
"armor_class": 12,
"hit_points": 22,
Expand Down
Loading