aboutsummaryrefslogtreecommitdiff
path: root/parsed/creatures/scorpion.json
diff options
context:
space:
mode:
Diffstat (limited to 'parsed/creatures/scorpion.json')
-rw-r--r--parsed/creatures/scorpion.json76
1 files changed, 76 insertions, 0 deletions
diff --git a/parsed/creatures/scorpion.json b/parsed/creatures/scorpion.json
new file mode 100644
index 0000000..98845a6
--- /dev/null
+++ b/parsed/creatures/scorpion.json
@@ -0,0 +1,76 @@
+{
+ "entry": "creatures",
+ "speed": "10 ft.",
+ "saves": [],
+ "d_resistances": [],
+ "d_vulnerabilities": [],
+ "d_immunities": [],
+ "c_immunities": [],
+ "senses": [
+ "blindsight 10 ft."
+ ],
+ "langs": "--",
+ "skills": {},
+ "hit_die_count": 1,
+ "hit_die_sides": 4,
+ "name": "Scorpion",
+ "type": "beast",
+ "cr": 0.0,
+ "size": "Tiny",
+ "alignment": "unaligned",
+ "stats": {
+ "str": 2,
+ "dex": 11,
+ "con": 8,
+ "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": "sting",
+ "text": "",
+ "type": "attack",
+ "attack": {
+ "entry": "item",
+ "type": "weapons",
+ "name": "sting",
+ "cost": -1,
+ "damage": [
+ {
+ "dmg_die_count": 1,
+ "dmg_die_sides": 1,
+ "dmg_type": "piercing",
+ "is_or": false
+ }
+ ],
+ "weight": -1.0,
+ "range": [
+ 0,
+ 0
+ ],
+ "reach": 5,
+ "properties": [
+ "finesse"
+ ],
+ "weapon_type": "unknown",
+ "text": ", and the target must make a DC 9 Constitution saving throw, taking 4 (1d8) poison damage on a failed save, or half as much damage on a successful one.",
+ "toHitOverride": null,
+ "dmgBonusOverride": null,
+ "abilityOverride": null
+ }
+ }
+ ],
+ "prof": 2
+} \ No newline at end of file