diff options
Diffstat (limited to 'parsed/creatures/merfolk.json')
-rw-r--r-- | parsed/creatures/merfolk.json | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/parsed/creatures/merfolk.json b/parsed/creatures/merfolk.json new file mode 100644 index 0000000..a7c5a70 --- /dev/null +++ b/parsed/creatures/merfolk.json @@ -0,0 +1,55 @@ +{ + "entry": "creatures", + "speed": "10 ft., swim 40 ft.", + "saves": [], + "d_resistances": [], + "d_vulnerabilities": [], + "d_immunities": [], + "c_immunities": [], + "senses": [], + "langs": "Aquan, Common", + "skills": { + "Perception": 1 + }, + "hit_die_count": 2, + "hit_die_sides": 8, + "name": "Merfolk", + "type": "humanoid (merfolk)", + "cr": 0.125, + "size": "Medium", + "alignment": "neutral", + "stats": { + "str": 10, + "dex": 13, + "con": 12, + "int": 11, + "wis": 11, + "cha": 12 + }, + "inventory": [ + { + "entry": "item", + "name": "spear", + "type": "weapons", + "text": "if used with two hands to make a melee attack." + } + ], + "observant": false, + "givenName": "NAME", + "hpMax": -1, + "hp": -1, + "natural_armor": { + "name": "", + "bonus": 0 + }, + "text": "", + "features": [ + { + "entry": "feature", + "name": "amphibious", + "text": "The merfolk can breathe air and water.", + "type": "feature" + } + ], + "prof": 2 +}
\ No newline at end of file |