Fools and Heroes Item Card Generator
Use the following endpoint to generate lammys programmatically:
{
"itemName": "Sword of Light",
"physrep": "Silver-painted wooden sword",
"destructions": ["Fire", "Holy water"],
"sigils": ["Magic", "Enchanted"],
"expiry": "End of event",
"positives": ["Deals double damage to undead"],
"negatives": ["Burns evil wielders"],
"bind": "Item must be bound",
"craftedBy": "Wizard Bob",
"id": "001"
}
{
"success": true,
"sessionId": "uuid",
"previewUrl": "/preview/:sessionId",
"downloadUrls": {
"pdf": "/download/:sessionId/pdf",
"html": "/download/:sessionId/html"
}
}