Add initial spell data and HTML structure for Oswin Eisenbach's spell cards

This commit is contained in:
2026-06-30 11:23:32 +02:00
parent 98bcae0908
commit 424cb2a69a
10 changed files with 696 additions and 0 deletions
@@ -0,0 +1,18 @@
{
"name": "Disguise Self",
"level": "1",
"levelDisplay": "1st Level",
"school": "Illusion",
"castingTime": "1 action",
"range": "Self",
"components": "V, S",
"duration": "1 hour",
"source": "PHB p.262",
"uses": "Spell Slot",
"tags": ["Shapechanging", "Social"],
"desc": [
"You and your gear look different for the duration. You may appear up to 1 ft. shorter or taller, heavier or lighter, but must retain the same basic limb arrangement.",
"Changes fail physical inspection — objects pass through illusory additions.",
"A creature must Study you (INT Investigation vs. DC 13) to see through the disguise."
]
}