aboutsummaryrefslogtreecommitdiff
path: root/parsed/creatures/orc.json
diff options
context:
space:
mode:
Diffstat (limited to 'parsed/creatures/orc.json')
-rw-r--r--parsed/creatures/orc.json69
1 files changed, 69 insertions, 0 deletions
diff --git a/parsed/creatures/orc.json b/parsed/creatures/orc.json
new file mode 100644
index 0000000..6d85c68
--- /dev/null
+++ b/parsed/creatures/orc.json
@@ -0,0 +1,69 @@
+{
+ "entry": "creatures",
+ "speed": "30 ft.",
+ "saves": [],
+ "d_resistances": [],
+ "d_vulnerabilities": [],
+ "d_immunities": [],
+ "c_immunities": [],
+ "senses": [
+ "darkvision 60 ft."
+ ],
+ "langs": "Common, Orc",
+ "skills": {
+ "Intimidation": 1
+ },
+ "hit_die_count": 2,
+ "hit_die_sides": 8,
+ "name": "Orc",
+ "type": "humanoid (orc)",
+ "cr": 0.5,
+ "size": "Medium",
+ "alignment": "chaotic evil",
+ "stats": {
+ "str": 16,
+ "dex": 12,
+ "con": 16,
+ "int": 7,
+ "wis": 11,
+ "cha": 10
+ },
+ "inventory": [
+ {
+ "entry": "item",
+ "name": "hide",
+ "type": "armor",
+ "text": "hide armor"
+ },
+ {
+ "entry": "item",
+ "name": "greataxe",
+ "type": "weapons",
+ "text": "."
+ },
+ {
+ "entry": "item",
+ "name": "javelin",
+ "type": "weapons",
+ "text": "."
+ }
+ ],
+ "observant": false,
+ "givenName": "NAME",
+ "hpMax": -1,
+ "hp": -1,
+ "natural_armor": {
+ "name": "",
+ "bonus": 0
+ },
+ "text": "",
+ "features": [
+ {
+ "entry": "feature",
+ "name": "aggressive",
+ "text": ". As a bonus action, the orc can move up to its speed toward a hostile creature that it can see.",
+ "type": "feature"
+ }
+ ],
+ "prof": 2
+} \ No newline at end of file