|
VIEW[{level}]

"Raine Raine go away, come again another day."
| Inspiration | PB |
|---|---|
INPUT[number:inspiration] |
+VIEW[{prof_bonus}] |
| AC | Initiative |
|---|---|
| 13 | VIEW[concat({dex_mod} > 0 ? "+" : "", string({dex_mod}))][math] |
| Walk | Fly | Climb | Swim | Burrowing |
|---|---|---|---|---|
| 30 ft. | - ft. | - ft. | - ft. | - ft. |
| Hit Points |
|---|
(VIEW[{current_hp}] / VIEW[{max_hp}]) INPUT[progressBar(maxValue(9),addLabels(false)):current_hp] |
| Temp HP | Hit Dice | Death Saves |
|---|---|---|
+VIEW[{temp_hp}] |
VIEW[{level}]d8 |
INPUT[toggle:death_save.success[0]] INPUT[toggle:death_save.success[1]] INPUT[toggle:death_save.success[2]] |
INPUT[progressBar(addLabels(false)):temp_hp] |
INPUT[number:hit_dice] |
INPUT[toggle:death_save.fail[0]] INPUT[toggle:death_save.fail[1]] INPUT[toggle:death_save.fail[2]] |
| Conditions |
|---|
INPUT[inlineListSuggester(optionQuery("D&D/References/Conditions")):conditions] |
| Exhaustion |
|---|
INPUT[number:exhaustion] |
| base | mod | save |
|---|---|---|
VIEW[{str}] |
VIEW[concat({str_mod} > 0 ? "+" : "", string({str_mod}))][math] |
VIEW[concat({str_mod} + ({prof.str} ? {prof_bonus} : 0) > 0 ? "+" : "", string({str_mod} + ({prof.str} ? {prof_bonus} : 0)))][math] |
| base | mod | save |
|---|---|---|
VIEW[{dex}] |
VIEW[concat({dex_mod} > 0 ? "+" : "", string({dex_mod}))][math] |
VIEW[concat({dex_mod} + ({prof.dex} ? {prof_bonus} : 0) > 0 ? "+" : "", string({dex_mod} + ({prof.dex} ? {prof_bonus} : 0)))][math] |
| base | mod | save |
|---|---|---|
VIEW[{con}] |
VIEW[concat({con_mod} > 0 ? "+" : "", string({con_mod}))][math] |
VIEW[concat({con_mod} + ({prof.con} ? {prof_bonus} : 0) > 0 ? "+" : "", string({con_mod} + ({prof.con} ? {prof_bonus} : 0)))][math] |
| base | mod | save |
|---|---|---|
VIEW[{int}] |
VIEW[concat({int_mod} > 0 ? "+" : "", string({int_mod}))][math] |
VIEW[concat({int_mod} + ({prof.int} ? {prof_bonus} : 0) > 0 ? "+" : "", string({int_mod} + ({prof.int} ? {prof_bonus} : 0)))][math] |
| base | mod | save |
|---|---|---|
VIEW[{wis}] |
VIEW[concat({wis_mod} > 0 ? "+" : "", string({wis_mod}))][math] |
VIEW[concat({wis_mod} + ({prof.wis} ? {prof_bonus} : 0) > 0 ? "+" : "", string({wis_mod} + ({prof.wis} ? {prof_bonus} : 0)))][math] |
| base | mod | save |
|---|---|---|
VIEW[{cha}] |
VIEW[concat({cha_mod} > 0 ? "+" : "", string({cha_mod}))][math] |
VIEW[concat({cha_mod} + ({prof.cha} ? {prof_bonus} : 0) > 0 ? "+" : "", string({cha_mod} + ({prof.cha} ? {prof_bonus} : 0)))][math] |
| Prof | Skill | Mod |
|---|---|---|
INPUT[toggle:prof.acro] |
Acrobatics (DEX) | VIEW[concat({dex_mod} + ({prof.acro} ? {prof_bonus} : 0) > 0 ? "+" : "", string({dex_mod} + ({prof.acro} ? {prof_bonus} : 0)))][math] |
INPUT[toggle:prof.anim] |
Animal Handling (WIS) | VIEW[concat({wis_mod} + ({prof.anim} ? {prof_bonus} : 0) > 0 ? "+" : "", string({wis_mod} + ({prof.anim} ? {prof_bonus} : 0)))][math] |
INPUT[toggle:prof.arca] |
Arcana (INT) | VIEW[concat({int_mod} + ({prof.arca} ? {prof_bonus} : 0) > 0 ? "+" : "", string({int_mod} + ({prof.arca} ? {prof_bonus} : 0)))][math] |
INPUT[toggle:prof.athl] |
Athletics (STR) | VIEW[concat({str_mod} + ({prof.athl} ? {prof_bonus} : 0) > 0 ? "+" : "", string({str_mod} + ({prof.athl} ? {prof_bonus} : 0)))][math] |
INPUT[toggle:prof.dece] |
Deception (CHA) | VIEW[concat({cha_mod} + ({prof.dece} ? {prof_bonus} : 0) > 0 ? "+" : "", string({cha_mod} + ({prof.dece} ? {prof_bonus} : 0)))][math] |
INPUT[toggle:prof.hist] |
History (INT) | VIEW[concat({int_mod} + ({prof.hist} ? {prof_bonus} : 0) > 0 ? "+" : "", string({int_mod} + ({prof.hist} ? {prof_bonus} : 0)))][math] |
INPUT[toggle:prof.insi] |
Insight (WIS) | VIEW[concat({wis_mod} + ({prof.insi} ? {prof_bonus} : 0) > 0 ? "+" : "", string({wis_mod} + ({prof.insi} ? {prof_bonus} : 0)))][math] |
INPUT[toggle:prof.inti] |
Intimidation (CHA) | VIEW[concat({cha_mod} + ({prof.inti} ? {prof_bonus} : 0) > 0 ? "+" : "", string({cha_mod} + ({prof.inti} ? {prof_bonus} : 0)))][math] |
INPUT[toggle:prof.inve] |
Investigation (INT) | VIEW[concat({int_mod} + ({prof.inve} ? {prof_bonus} : 0) > 0 ? "+" : "", string({int_mod} + ({prof.inve} ? {prof_bonus} : 0)))][math] |
INPUT[toggle:prof.medi] |
Medicine (WIS) | VIEW[concat({wis_mod} + ({prof.medi} ? {prof_bonus} : 0) > 0 ? "+" : "", string({wis_mod} + ({prof.medi} ? {prof_bonus} : 0)))][math] |
INPUT[toggle:prof.natu] |
Nature (INT) | VIEW[concat({int_mod} + ({prof.natu} ? {prof_bonus} : 0) > 0 ? "+" : "", string({int_mod} + ({prof.natu} ? {prof_bonus} : 0)))][math] |
INPUT[toggle:prof.perc] |
Perception (WIS) | VIEW[concat({wis_mod} + ({prof.perc} ? {prof_bonus} : 0) > 0 ? "+" : "", string({wis_mod} + ({prof.perc} ? {prof_bonus} : 0)))][math] |
INPUT[toggle:prof.perf] |
Performance (CHA) | VIEW[concat({cha_mod} + ({prof.perf} ? {prof_bonus} : 0) > 0 ? "+" : "", string({cha_mod} + ({prof.perf} ? {prof_bonus} : 0)))][math] |
INPUT[toggle:prof.pers] |
Persuasion (CHA) | VIEW[concat({cha_mod} + ({prof.pers} ? {prof_bonus} : 0) > 0 ? "+" : "", string({cha_mod} + ({prof.pers} ? {prof_bonus} : 0)))][math] |
INPUT[toggle:prof.reli] |
Religion (INT) | VIEW[concat({int_mod} + ({prof.reli} ? {prof_bonus} : 0) > 0 ? "+" : "", string({int_mod} + ({prof.reli} ? {prof_bonus} : 0)))][math] |
INPUT[toggle:prof.slei] |
Sleight of Hand (DEX) | VIEW[concat({dex_mod} + ({prof.slei} ? {prof_bonus} : 0) > 0 ? "+" : "", string({dex_mod} + ({prof.slei} ? {prof_bonus} : 0)))][math] |
INPUT[toggle:prof.stea] |
Stealth (DEX) | VIEW[concat({dex_mod} + ({prof.stea} ? {prof_bonus} : 0) > 0 ? "+" : "", string({dex_mod} + ({prof.stea} ? {prof_bonus} : 0)))][math] |
INPUT[toggle:prof.surv] |
Survival (WIS) | VIEW[concat({wis_mod} + ({prof.surv} ? {prof_bonus} : 0) > 0 ? "+" : "", string({wis_mod} + ({prof.surv} ? {prof_bonus} : 0)))][math] |
| Armor |
Light Armor |
| Weapons |
Simple Weapons |
| Tools |
Disguise Kit |
| Languages |
Common, Infernal |
||
|:-:|:-|
|
Size | Medium, 4'11" (5'2" in heels), 95 lb. |
|
Senses | darkvision 60 ft., passive Perception VIEW[10 + {wis_mod} + ({prof.perc} ? {prof_bonus} : 0)][math] |
|
Resistances | Necrotic |
|
Vulnerabilities | |
|
Immunities | |
||
|:-:|:-|
|
Alignment | Chaotic Neutral |
|
Age | Young Adult |
|
Gender | Female (Raine/Any) |
|
Faith | The Raven Queen, Matron of Death |
Attack, Disarm, Grapple, Mark, Opportunity Attack, Shove, Two-Weapon Fighting
dice:1d20+3 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: dice:1d4+3 Piercing damage.
Cast a Spell, End Concentration
INPUT[inlineListSuggester(optionQuery("D&D/Reference/Spells")):spells]
| PP | GP | EP | SP | CP | Weight Limits | |
|---|---|---|---|---|---|---|
| Currency |
INPUT[number:currency.pp] |
INPUT[number:currency.gp] |
INPUT[number:currency.ep] |
INPUT[number:currency.sp] |
INPUT[number:currency.cp] |
Carry Weight: VIEW[15 * {str}] lb. Push/Drag/Lift: VIEW[30 * {str}] lb. |
Evaluation Error: SyntaxError: Unexpected token '>'at DataviewInlineApi.eval (plugin:dataview:19027:21)
at evalInContext (plugin:dataview:19028:7)
at asyncEvalInContext (plugin:dataview:19038:32)
at DataviewJSRenderer.render (plugin:dataview:19064:19)
at DataviewJSRenderer.onload (plugin:dataview:18606:14)
at e.load (app://obsidian.md/app.js:1:698509)
at DataviewApi.executeJs (plugin:dataview:19607:18)
at DataviewCompiler.eval (plugin:digitalgarden:12554:23)
at Generator.next (<anonymous>)
at eval (plugin:digitalgarden:91:61)
[!blank]
| Spell Slots | Spellcasting Ability | Spell Save DC | Spell Attack Bonus |
|---|---|---|---|
VIEW[{spell_slots}] |
CHA | VIEW[10 + {cha_mod}] |
VIEW[concat({cha_mod} + ({prof.cha} ? {prof_bonus} : 0) > 0 ? "+" : "", string({cha_mod} + ({prof.cha} ? {prof_bonus} : 0)))][math] |
Evaluation Error: SyntaxError: Unexpected token '>'at DataviewInlineApi.eval (plugin:dataview:19027:21)
at evalInContext (plugin:dataview:19028:7)
at asyncEvalInContext (plugin:dataview:19038:32)
at DataviewJSRenderer.render (plugin:dataview:19064:19)
at DataviewJSRenderer.onload (plugin:dataview:18606:14)
at e.load (app://obsidian.md/app.js:1:698509)
at DataviewApi.executeJs (plugin:dataview:19607:18)
at DataviewCompiler.eval (plugin:digitalgarden:12554:23)
at Generator.next (<anonymous>)
at fulfilled (plugin:digitalgarden:78:24)
A young girl who ended up in the Shadowfell, traded her trauma for magic and in return serves The Raven Queen, Matron of Death, by culling the world of undeath and collecting powerful memories.
Raine stands at a mere 4 ft 11 in (152 cm) often rounding up to 5 ft and has a somewhat petite build due to a lack of nutrients young age. Her skin displays a medium amount of melanin covered in white freckles and black runic markings before darkening into a pitch black and then glowing a ghostly white further at the tips of her fingers, toes, horns, and tails.
Raine's bright eye's shine a teal color before approaching her white shattered irises. The outer edges of her cupid shaped lips are blackened before returning to a more flesh tone color near the inside. Raine's hair often styled in high waist long braided ponytails held by teal and scarlet scrunchies and accompanied by bangs, adorns a noticeably raven black color with whitened streaks braided into the ponytails and that have taken over her bangs.
Raine's usual attire consists of a tan and cream tight-waisted diamond-quilted top with asymmetrically patterned sleeves—left sleeve: scarlet and cream diamond quilted white silver buttons in the intersections, right sleeve: teal vertical stripes doted with silver buttons laid over a cream base patterned by tan diamond stars, burning suns, and crescent moons. Overtop this shirt is a large white neck ruff and black suspenders hoist up a small bag on her back. Underneath the shirt is a intricately cut black leotard with the sides adorned with two angular loops tethering excess of teal and scarlet fabric. Protecting her feet are a pair of stylish tan and black boots decorated with cream frills and teal and scarlet laces; and underneath a pair of black thigh highs uniquely patterned in teal and scarlet and topped with cream frills.
||
| :-: | :-: |
|
Size | Medium
4'11" (5'2" in heels) |
|
Shape | Petite
95 lb |
|
Sex | |
|
Skin | Medium melanin, blackening and slight ghostly whitening and freckles
|
|
Eyes | Teal with white shattered irises
|
|
Hair | Twin high waist-length braided ponytails with bangs
|
|
Attire | Jester themed clothes and makeup
|
|
Extra | Short Horns, pointed ears, fiendish teeth, two tails, claws
|
