rpg-cards
rpg-cards copied to clipboard
Support for Attack/Save and Damage/Effect
You know how there's a feature that lets you put in all of a monsters stats in a neat, officially supported line? There should also be support that allows people to enter Attack/Save and Damage/Effect. Ideally, something simple to write on the markup for the card, but with a fancy, standardized formatting applied to the result.
If you don't know what I mean by Attack/Save and Damage/Effect data, check out the official dndBeyond spell listing: https://www.dndbeyond.com/spells
Not sure what you're asking for. There's already the property
element, which is used to display Range or Casting time information. You can use the same to add Attack/Save and Damage/Effect info to your cards.
If you want, you can also add inline icons using unicode characters (e.g., 🐱, see here), or using image elements (e.g., <img src="url/to/image.jpg">
, see here). Below is an example of a Burning Hands card with Attack/Save and Damage/Effect data (image hosted by dndbeyond.com).
subtitle | 1st level evocation
rule
property | Casting time | 1 action
property | Range | Self (15ft cone)
property | Components | V,S
property | Attack/Save | <img src="https://static-waterdeep.cursecdn.com/1-0-6488-30109/Skins/Waterdeep/images/icons/abilities/dexterity.svg" style="width:10px"> DEX Save
property | Damage/Effect | 🔥 Fire
rule
fill | 2
text | Each creature in a 15-foot cone must make a Dexterity saving throw. A creature takes <b>3d6 fire damage</b> on a failed save, or half as much damage on a successful one.
text | The fire ignites any flammable objects in the area that aren't being worn or carried.
fill | 3
section | At higher levels
text | +1d6 damage for each slot above 1st