aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/oni.json
diff options
context:
space:
mode:
Diffstat (limited to 'parser/monsters/oni.json')
-rw-r--r--parser/monsters/oni.json51
1 files changed, 25 insertions, 26 deletions
diff --git a/parser/monsters/oni.json b/parser/monsters/oni.json
index d13fcd2..5f770a1 100644
--- a/parser/monsters/oni.json
+++ b/parser/monsters/oni.json
@@ -37,33 +37,12 @@
"inventory": [
{
"name": "chain mail",
- "cost": 7500,
- "ac": 16,
- "strength": 13,
- "disadvantage": false,
- "weight": 55.0,
- "type": "heavy"
+ "type": "armor",
+ "text": "chain mail armor"
},
{
"name": "glaive",
- "cost": 2000,
- "damage": {
- "dmg_type": "slashing",
- "dmg_die_count": 2,
- "dmg_die_sides": 10
- },
- "weight": 6.0,
- "range": [
- 0,
- 0
- ],
- "reach": 10,
- "properties": [
- "heavy",
- "reach",
- "two-handed"
- ],
- "type": "martial melee weapons",
+ "type": "weapon",
"text": "_Melee Weapon Attack:_ +7 to hit, reach 10 ft., one target. _Hit:_ 15 (2d10 + 4) slashing damage, or 9 (1d10 + 4) slashing damage in Small or Medium form."
}
],
@@ -71,9 +50,29 @@
"description": "",
"features": [
{
- "name": "innate spellcasting",
+ "name": "spellcasting",
"text": "The oni's innate spellcasting ability is Charisma (spell save DC 13). The oni can innately cast the following spells, requiring no material components: \nAt will: **_darkness, invisibility_** \n1/day each: **_charm person, cone of cold, gaseous form, sleep_**",
- "type": "feature"
+ "type": "spellcasting",
+ "spellcasting_ability": "cha",
+ "innate": true,
+ "levels": [
+ {
+ "slots": 0,
+ "spells": [
+ "darkness",
+ "invisibility"
+ ]
+ },
+ {
+ "slots": 1,
+ "spells": [
+ "charm person",
+ "cone of cold",
+ "gaseous form",
+ "sleep"
+ ]
+ }
+ ]
},
{
"name": "magic weapons",