This commit is contained in:
TheGiddyLimit
2024-03-26 22:43:48 +00:00
parent 12f34a38f8
commit d075252329
122 changed files with 4907 additions and 1489 deletions

View File

@@ -0,0 +1,139 @@
{
"monster": [
{
"name": "Pech",
"source": "DitLCoT",
"page": 16,
"size": [
"S"
],
"type": "elemental",
"alignment": [
"N",
"G"
],
"alignmentPrefix": "typically ",
"ac": [
{
"ac": 17,
"from": [
"natural armor"
]
}
],
"hp": {
"average": 82,
"formula": "11d6 + 44"
},
"speed": {
"walk": 30,
"burrow": 20
},
"str": 19,
"dex": 11,
"con": 18,
"int": 11,
"wis": 14,
"cha": 10,
"save": {
"con": "+6",
"wis": "+4"
},
"skill": {
"athletics": "+6",
"perception": "+4",
"survival": "+4"
},
"senses": [
"darkvision 120 ft.",
"tremorsense 120 ft."
],
"passive": 14,
"conditionImmune": [
"petrified"
],
"languages": [
"Common",
"Terran"
],
"cr": "4",
"spellcasting": [
{
"name": "Communal Spellcasting (2/Day)",
"type": "spellcasting",
"headerEntries": [
"The pech works with three or more pechs to cast spells, requiring no spell components and using Wisdom as the spellcasting ability (save {@dc 12}). If at least three other pechs are within 30 feet of it, the pech can cast Wall of Stone. If at least seven other pechs are within 30 feet of it, it can cast Greater Restoration. Each other pech involved in casting the spell can't have the incapacitated condition and must have at least one use of Communal Spellcasting remaining, which it must immediately expend to participate (no action required)."
],
"ability": "wis",
"displayAs": "action"
}
],
"trait": [
{
"name": "Magic Resistance",
"entries": [
"The pech has advantage on saving throws against spells and other magical effects."
]
},
{
"name": "Sunlight Sensitivity",
"entries": [
"While in sunlight, the pech has disadvantage on attack rolls."
]
}
],
"action": [
{
"name": "Multiattack",
"entries": [
"The pech makes two Fortified Pickaxe attacks. If it hits a Large or smaller creature with both attacks, the target must succeed on a {@dc 14} Strength saving throw or have the {@condition prone} condition."
]
},
{
"name": "Fortified Pickaxe",
"entries": [
"{@atk mw} {@hit 6} to hit, reach 5 ft., one target. {@h}11 ({@damage 2d6 + 4}) force damage. If the target is a Construct or an object, the attack is automatically a critical hit."
]
},
{
"name": "Stone Shape (3/Day)",
"entries": [
"The pech casts {@spell Stone Shape}, requiring no spell components and using Wisdom as the spellcasting ability."
]
}
],
"traitTags": [
"Magic Resistance",
"Sunlight Sensitivity"
],
"senseTags": [
"SD",
"T"
],
"actionTags": [
"Multiattack"
],
"languageTags": [
"C",
"T"
],
"damageTags": [
"O"
],
"spellcastingTags": [
"O"
],
"miscTags": [
"MW"
],
"conditionInflict": [
"prone"
],
"savingThrowForced": [
"strength"
],
"hasFluff": true,
"hasFluffImages": true
}
]
}