This commit is contained in:
TheGiddyLimit
2024-07-19 17:04:07 +01:00
parent 1e72254fcb
commit c330614db9
27 changed files with 1495 additions and 137 deletions

View File

@@ -275,6 +275,35 @@
}
}
},
{
"name": "Dragonborn (Silver)",
"source": "PHB",
"page": 32,
"ref": "{@race Dragonborn||Dragonborn (Silver)}",
"apply": {
"_root": {
"size": [
"M"
],
"type": {
"type": "humanoid",
"tags": [
"dragonborn"
]
}
},
"_mod": {
"resist": {
"mode": "appendIfNotExistsArr",
"items": "cold"
},
"languages": {
"mode": "appendIfNotExistsArr",
"items": "Draconic"
}
}
}
},
{
"name": "Drow",
"source": "PHB",
@@ -1677,6 +1706,25 @@
}
}
},
{
"name": "Human",
"source": "PHB",
"page": 29,
"ref": "{@race Human}",
"apply": {
"_root": {
"size": [
"M"
],
"type": {
"type": "humanoid",
"tags": [
"human"
]
}
}
}
},
{
"name": "Kenku",
"source": "VGM",