aboutsummaryrefslogtreecommitdiff
path: root/parsed/creatures/crab.json
diff options
context:
space:
mode:
Diffstat (limited to 'parsed/creatures/crab.json')
-rw-r--r--parsed/creatures/crab.json82
1 files changed, 82 insertions, 0 deletions
diff --git a/parsed/creatures/crab.json b/parsed/creatures/crab.json
new file mode 100644
index 0000000..1fb23d8
--- /dev/null
+++ b/parsed/creatures/crab.json
@@ -0,0 +1,82 @@
+{
+ "entry": "creatures",
+ "speed": "20 ft., swim 20 ft.",
+ "saves": [],
+ "d_resistances": [],
+ "d_vulnerabilities": [],
+ "d_immunities": [],
+ "c_immunities": [],
+ "senses": [
+ "blindsight 30 ft."
+ ],
+ "langs": "--",
+ "skills": {
+ "Stealth": 1
+ },
+ "hit_die_count": 1,
+ "hit_die_sides": 4,
+ "name": "Crab",
+ "type": "beast",
+ "cr": 0.0,
+ "size": "Tiny",
+ "alignment": "unaligned",
+ "stats": {
+ "str": 2,
+ "dex": 11,
+ "con": 10,
+ "int": 1,
+ "wis": 8,
+ "cha": 2
+ },
+ "inventory": [],
+ "observant": false,
+ "givenName": "NAME",
+ "hpMax": -1,
+ "hp": -1,
+ "natural_armor": {
+ "name": "natural",
+ "bonus": 11
+ },
+ "text": "",
+ "features": [
+ {
+ "entry": "feature",
+ "name": "amphibious",
+ "text": "The crab can breathe air and water.",
+ "type": "feature"
+ },
+ {
+ "entry": "feature",
+ "name": "claw",
+ "text": "",
+ "type": "attack",
+ "attack": {
+ "entry": "item",
+ "type": "weapons",
+ "name": "claw",
+ "cost": -1,
+ "damage": [
+ {
+ "dmg_die_count": 1,
+ "dmg_die_sides": 1,
+ "dmg_type": "bludgeoning",
+ "is_or": false
+ }
+ ],
+ "weight": -1.0,
+ "range": [
+ 0,
+ 0
+ ],
+ "reach": 5,
+ "properties": [],
+ "weapon_type": "unknown",
+ "text": ".",
+ "toHitOverride": 0,
+ "dmgBonusOverride": null,
+ "abilityOverride": null
+ }
+ }
+ ],
+ "prof": 2
+} \ No newline at end of file