aboutsummaryrefslogtreecommitdiff
path: root/parsed/creatures/berserker.json
diff options
context:
space:
mode:
Diffstat (limited to 'parsed/creatures/berserker.json')
-rw-r--r--parsed/creatures/berserker.json59
1 files changed, 59 insertions, 0 deletions
diff --git a/parsed/creatures/berserker.json b/parsed/creatures/berserker.json
new file mode 100644
index 0000000..c08b2c7
--- /dev/null
+++ b/parsed/creatures/berserker.json
@@ -0,0 +1,59 @@
+{
+ "entry": "creatures",
+ "speed": "30 ft.",
+ "saves": [],
+ "d_resistances": [],
+ "d_vulnerabilities": [],
+ "d_immunities": [],
+ "c_immunities": [],
+ "senses": [],
+ "langs": "any one language (usually Common)",
+ "skills": {},
+ "hit_die_count": 9,
+ "hit_die_sides": 8,
+ "name": "Berserker",
+ "type": "humanoid (any race)",
+ "cr": 2.0,
+ "size": "Medium",
+ "alignment": "any chaotic alignment",
+ "stats": {
+ "str": 16,
+ "dex": 12,
+ "con": 17,
+ "int": 9,
+ "wis": 11,
+ "cha": 9
+ },
+ "inventory": [
+ {
+ "entry": "item",
+ "name": "hide",
+ "type": "armor",
+ "text": "hide armor"
+ },
+ {
+ "entry": "item",
+ "name": "greataxe",
+ "type": "weapons",
+ "text": "."
+ }
+ ],
+ "observant": false,
+ "givenName": "NAME",
+ "hpMax": -1,
+ "hp": -1,
+ "natural_armor": {
+ "name": "",
+ "bonus": 0
+ },
+ "text": "Hailing from uncivilized lands, unpredictable berserkers come together in war parties and seek conflict wherever they can find it.",
+ "features": [
+ {
+ "entry": "feature",
+ "name": "reckless",
+ "text": "At the start of its turn, the berserker can gain advantage on all melee weapon attack rolls during that turn, but attack rolls against it have advantage until the start of its next turn.",
+ "type": "feature"
+ }
+ ],
+ "prof": 2
+} \ No newline at end of file