Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
🍵 What is a cleric’s favorite hot drink? Divini-tea. 🍵
Create a free account

Importing monsters from Giffyglphy's Monster Maker

Hi all! I just took my game online for one session today, and am wondering if there is anyway to automate importing of monster stats off Giffyglyph's Monster Maker It has the ability to export out to JSON, but I am not sure if there's any for this to be imported into the journal entry for a NPC. If there are any APIs to achieve this I will be great to try out those as well. Here's a typical JSON file of a NPC made with the Monster Maker: {     "Source": "Giffyglyph's Monster Maker",     "Type": "humanoid",     "HP": {         "Value": 33,         "Notes": ""     },     "AC": {         "Value": 10,         "Notes": ""     },     "InitiativeModifier": 0,     "InitiativeAdvantage": false,     "Speed": [         "normal 30 ft."     ],     "Abilities": {         "Str": 16,         "Dex": 14,         "Con": 12,         "Int": 12,         "Wis": 10,         "Cha": 8     },     "DamageVulnerabilities": [],     "DamageResistances": [],     "DamageImmunities": [],     "ConditionImmunities": [],     "Saves": [         {             "Name": "str",             "Modifier": 3         },         {             "Name": "dex",             "Modifier": 1         },         {             "Name": "con",             "Modifier": 1         },         {             "Name": "int",             "Modifier": -2         },         {             "Name": "wis",             "Modifier": -2         },         {             "Name": "cha",             "Modifier": -2         }     ],     "Skills": [],     "Senses": [],     "Languages": [         "common"     ],     "Challenge": "1/4",     "Traits": [         {             "Name": "(Striker) Savage Assault",             "Content": "Once per turn, add your level in extra damage to an attack.",             "Usage": ""         },         {             "Name": "Shifty",             "Content": "You can <i>Disengage</i> as a bonus action.",             "Usage": ""         }     ],     "Actions": [         {             "Name": "Slash",             "Content": "<i>Melee Weapon Attack:</i> +5 vs AC. <i>Hit:</i> 3 (1d4 + 1) slashing damage.",             "Usage": ""         },         {             "Name": "Knockback",             "Content": "<i>Melee Weapon Attack:</i> DC 13 vs Strength. <i>Hit:</i> the target is pushed up to 10 ft away.",             "Usage": ""         }     ],     "Reactions": [],     "LegendaryActions": [],     "Description": "",     "Player": "",     "Version": "2.5.1",     "ImageURL": "" }
You may want to repost in the API section. Sadly I’m not a scripted so I can’t help you there but I know that more of the scriptures troll that section more so than the macros.