{
  "_note": "Example homebrew import for the DM Screen. The importer accepts this 5etools-style envelope (so you can import homebrew content from there) with any of `monster`, `spell`, and `item` arrays (or a plain array of one kind). JSON has no comments, so this `_note` is ignored on import. Delete the entries you don't need and replace the rest with your own. A monster can be fully self-contained (see 'Cinderwisp Mote') OR inherit a statblock from a creature already in your library via `_copy`, tweaking it with `_mod` (see 'Bog Goblin Skulk') and optionally layering a template via `_templates` (see 'Bone-Picked Wolf'). If a `_copy`/`_templates` base isn't in your library, the creature still imports but is flagged 'Incomplete' until you add the base.",

  "monster": [
    {
      "name": "Cinderwisp Mote",
      "source": "Homebrew",
      "size": ["S"],
      "type": "elemental",
      "alignment": ["N"],
      "ac": [{ "ac": 13, "from": ["natural armor"] }],
      "hp": { "average": 22, "formula": "5d6 + 5" },
      "speed": {
        "walk": 0,
        "fly": { "number": 40, "condition": "(hover)" },
        "canHover": true
      },
      "str": 6,
      "dex": 16,
      "con": 12,
      "int": 5,
      "wis": 10,
      "cha": 7,
      "skill": { "stealth": "+5" },
      "senses": ["darkvision 60 ft."],
      "passive": 10,
      "immune": ["fire", "poison"],
      "conditionImmune": ["exhaustion", "grappled", "prone"],
      "languages": ["Ignan"],
      "cr": "1/2",
      "trait": [
        {
          "name": "Ignition",
          "entries": [
            "A creature that touches the mote or hits it with a melee attack while within 5 feet of it takes 2 ({@damage 1d4}) fire damage."
          ]
        }
      ],
      "action": [
        {
          "name": "Ember Touch",
          "entries": [
            "{@atk mw} {@hit 5} to hit, reach 5 ft., one target. {@h}5 ({@damage 1d6 + 2}) fire damage."
          ]
        }
      ]
    },
    {
      "name": "Bog Goblin Skulk",
      "source": "Homebrew",
      "_copy": {
        "name": "Goblin",
        "source": "SRD",
        "_mod": {
          "*": {
            "mode": "replaceTxt",
            "replace": "the goblin",
            "with": "the bog goblin",
            "flags": "i"
          },
          "trait": {
            "mode": "appendArr",
            "items": {
              "name": "Marsh Camouflage",
              "entries": [
                "The bog goblin has advantage on Dexterity ({@skill Stealth}) checks made to hide in swampy or muddy terrain."
              ]
            }
          }
        }
      },
      "hp": { "average": 12, "formula": "4d6 - 2" }
    },
    {
      "name": "Bone-Picked Wolf",
      "source": "Homebrew",
      "_copy": {
        "name": "Wolf",
        "source": "SRD",
        "_templates": [{ "name": "Skeleton", "source": "DMG" }]
      }
    }
  ],

  "spell": [
    {
      "name": "Ember Bolt",
      "source": "Homebrew",
      "level": 1,
      "school": "V",
      "time": [{ "number": 1, "unit": "action" }],
      "range": {
        "type": "point",
        "distance": { "type": "feet", "amount": 60 }
      },
      "components": { "v": true, "s": true },
      "duration": [{ "type": "instant" }],
      "entries": [
        "You hurl a mote of fire at a creature or object within range. Make a ranged spell attack against the target. On a hit, the target takes {@damage 2d6} fire damage, and flammable objects that aren't being worn or carried ignite."
      ],
      "entriesHigherLevel": [
        {
          "type": "entries",
          "name": "At Higher Levels",
          "entries": [
            "When you cast this spell using a spell slot of 2nd level or higher, the damage increases by {@damage 1d6} for each slot level above 1st."
          ]
        }
      ]
    }
  ],

  "item": [
    {
      "name": "Cloak of the Drifting Ash",
      "source": "Homebrew",
      "rarity": "uncommon",
      "type": "Wondrous Item",
      "reqAttune": true,
      "entries": [
        "This soot-grey cloak smells faintly of a cold hearth.",
        "While wearing this cloak, you have resistance to fire damage. As a reaction when you take fire damage, you can dissolve into drifting ash until the start of your next turn, becoming {@condition invisible} and reducing the triggering damage to 0. Once used, this property can't be used again until the next dawn."
      ]
    }
  ]
}
