aboutsummaryrefslogtreecommitdiff
path: root/parsed/creatures/lizardfolk.json
diff options
context:
space:
mode:
Diffstat (limited to 'parsed/creatures/lizardfolk.json')
-rw-r--r--parsed/creatures/lizardfolk.json165
1 files changed, 165 insertions, 0 deletions
diff --git a/parsed/creatures/lizardfolk.json b/parsed/creatures/lizardfolk.json
new file mode 100644
index 0000000..83f35c1
--- /dev/null
+++ b/parsed/creatures/lizardfolk.json
@@ -0,0 +1,165 @@
+{
+ "entry": "creatures",
+ "speed": "30 ft., swim 30 ft.",
+ "saves": [],
+ "d_resistances": [],
+ "d_vulnerabilities": [],
+ "d_immunities": [],
+ "c_immunities": [],
+ "senses": [],
+ "langs": "Draconic",
+ "skills": {
+ "Perception": 1,
+ "Stealth": 2,
+ "Survival": 2
+ },
+ "hit_die_count": 4,
+ "hit_die_sides": 8,
+ "name": "Lizardfolk",
+ "type": "humanoid (lizardfolk)",
+ "cr": 0.5,
+ "size": "Medium",
+ "alignment": "neutral",
+ "stats": {
+ "str": 15,
+ "dex": 10,
+ "con": 13,
+ "int": 7,
+ "wis": 12,
+ "cha": 7
+ },
+ "inventory": [
+ {
+ "entry": "item",
+ "name": "shield",
+ "type": "armor",
+ "text": "shield armor"
+ },
+ {
+ "entry": "item",
+ "name": "javelin",
+ "type": "weapons",
+ "text": "."
+ }
+ ],
+ "observant": false,
+ "givenName": "NAME",
+ "hpMax": -1,
+ "hp": -1,
+ "natural_armor": {
+ "name": "natural",
+ "bonus": 13
+ },
+ "text": "",
+ "features": [
+ {
+ "entry": "feature",
+ "name": "hold breath",
+ "text": "The lizardfolk can hold its breath for 15 minutes.",
+ "type": "feature"
+ },
+ {
+ "entry": "feature",
+ "name": "multiattack",
+ "text": "The lizardfolk makes two melee attacks, each one with a different weapon.",
+ "type": "action"
+ },
+ {
+ "entry": "feature",
+ "name": "bite",
+ "text": "",
+ "type": "attack",
+ "attack": {
+ "entry": "item",
+ "type": "weapons",
+ "name": "bite",
+ "cost": -1,
+ "damage": [
+ {
+ "dmg_die_count": 1,
+ "dmg_die_sides": 6,
+ "dmg_type": "piercing",
+ "is_or": false
+ }
+ ],
+ "weight": -1.0,
+ "range": [
+ 0,
+ 0
+ ],
+ "reach": 5,
+ "properties": [],
+ "weapon_type": "unknown",
+ "text": ".",
+ "toHitOverride": null,
+ "dmgBonusOverride": null,
+ "abilityOverride": null
+ }
+ },
+ {
+ "entry": "feature",
+ "name": "heavy club",
+ "text": "",
+ "type": "attack",
+ "attack": {
+ "entry": "item",
+ "type": "weapons",
+ "name": "heavy club",
+ "cost": -1,
+ "damage": [
+ {
+ "dmg_die_count": 1,
+ "dmg_die_sides": 6,
+ "dmg_type": "bludgeoning",
+ "is_or": false
+ }
+ ],
+ "weight": -1.0,
+ "range": [
+ 0,
+ 0
+ ],
+ "reach": 5,
+ "properties": [],
+ "weapon_type": "unknown",
+ "text": ".",
+ "toHitOverride": null,
+ "dmgBonusOverride": null,
+ "abilityOverride": null
+ }
+ },
+ {
+ "entry": "feature",
+ "name": "spiked shield",
+ "text": "",
+ "type": "attack",
+ "attack": {
+ "entry": "item",
+ "type": "weapons",
+ "name": "spiked shield",
+ "cost": -1,
+ "damage": [
+ {
+ "dmg_die_count": 1,
+ "dmg_die_sides": 6,
+ "dmg_type": "piercing",
+ "is_or": false
+ }
+ ],
+ "weight": -1.0,
+ "range": [
+ 0,
+ 0
+ ],
+ "reach": 5,
+ "properties": [],
+ "weapon_type": "unknown",
+ "text": ".",
+ "toHitOverride": null,
+ "dmgBonusOverride": null,
+ "abilityOverride": null
+ }
+ }
+ ],
+ "prof": 2
+} \ No newline at end of file