|
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 '>'Powered by Forestry.mdat 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)