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": "" }