```metadata title: Folding Monster Frame Template description: '' tags: - meta:theme systems: [] renderer: V3 theme: 5ePHB snippets: - name: brew_snippets subsnippets: - name: Player Side gen: |+ {{playerSide }} - name: DM Side gen: |- {{dmSide,--dmScreenHeight:12mm }} ``` ```css /* Brew content should be in the following format: {{playerSide -- Player Facing Content -- }} {{dmSide -- DM Facing Content -- }} */ .page { --pageWidth: 210mm; --pageHeight: 296.8mm; --HB_Color_Accent: #fd77; width : var(--pageWidth); height : var(--pageHeight); columns: 1; &:after { display: none; } .playerSide, .dmSide { position: absolute; width: var(--pageWidth); height: calc(var(--pageHeight) / 2); left: 0; padding: 30px 40px; overflow: clip; } .playerSide { top: 0; mix-blend-mode: darken; img { position: absolute; height: 100%; top:0; left: 0; right: 0; margin: 0 auto; } } .dmSide { border-top: 1px dashed black; top: 50%; columns: 2; column-gap: 5%; padding-top: calc(var(--dmScreenHeight, 0px) + 30px); &:before { content: ''; position: absolute; width: 100%; height: var(--dmScreenHeight, 0px); top: -2px; left: -1px; border: 1px dashed black; } } } @media print { .page .playerSide { transform-origin: center; transform: rotate(180deg); } } ``` {{playerSide # PLAYER INFORMATION {text-align:center} {{imageMaskCenter6,--offsetX:0%,--offsetY:-5%,--rotation:45,--scaleX:0.5,--scaleY:1.25 ![](https://cdn.pixabay.com/photo/2024/03/08/20/04/ai-generated-8621528_960_720.jpg) }} {{artist,position:absolute,right:5%,bottom:5% ##### From Pixabay https://pixabay.com/illustrations/ai-generated-male-assassin-8621528/ }} }} {{dmSide # DM INFORMATION {text-align:center;} {{monster,frame ## Assassin *Medium humanoid (any race), any non-good alignment* ___ **Armor Class** :: 15 (studded leather) **Hit Points** :: 78 (12d8 + 24) **Speed** :: 30ft. ___ | STR | DEX | CON | INT | WIS | CHA | |:-----:|:-----:|:-----:|:-----:|:-----:|:-----:| |11 (+0)|16 (+3)|14 (+2)|13 (+1)|11 (+0)|10 (+0)| ___ **Saving Throws** :: Dex +6, Int +4 **Skills** :: Acrobatics +6, Deception +3, Perception +3, Stealth +9 **Damage Resistance** :: poison **Senses** :: passive Perception 13 **Languages** :: Thieves' Cant plus any two languages **Challenge** :: 8 (3,900 XP) ___ ***Assassinate.*** :: During its first turn, the assassin has advantage on attack rolls against any creature that hasn’t taken a turn. Any hit the assassin scores against a surprised creature is a critical hit. ***Evasion.*** :: If the assassin is subjected to an effect that allows it to make a Dexterity saving throw to take only half damage, the assassin instead takes no damage if it succeeds on the saving throw, and only half damage if it fails. ***Sneak Attack.*** :: Once per turn, the assassin deals an extra 14 (4d6) damage when it hits a target with a weapon attack and has advantage on the attack roll, or when the target is within 5 feet of an ally of the assassin that isn’t incapacitated and the assassin doesn’t have disadvantage on the attack roll. }} {{monster,frame ### Actions ***Multiattack.*** :: The assassin makes two shortsword attacks. ***Shortsword.*** :: *Melee Weapon Attack:* +6 to hit, reach 5 ft., one target. *Hit:* 6 (1d6 + 3) piercing damage, and the target must make a DC 15 Constitution saving throw, taking 24 (7d6) poison damage on a failed save, or half as much damage on a successful one. ***Light Crossbow.*** :: *Ranged Weapon Attack:* +6 to hit, range 80/320 ft., one target. *Hit:* 7 (1d8 + 3) piercing damage, and the target must make a DC 15 Constitution saving throw, taking 24 (7d6) poison damage on a failed save, or half as much damage on a successful one. : Trained in the use of poison, assassins are remorseless killers who work for nobles, guildmasters, sovereigns, and anyone else who can afford them. }} }}