Template:5e24 Is Familiar

From Rlyehwiki
Revision as of 06:58, 16 September 2024 by Rlyehable (talk | contribs) (Created page with "<includeonly>{{#if: {{{3|}}}|<!--3 exists-->{{#ifeq: {{lc: {{{3}}}}}|true|True|<!--familiar is false-->{{#ifeq: {{{1|}}}|Beast|{{#ifeq: {{{2|}}}|0|True|<!--False-->|}}<!--end if CR not 0-->|}}<!--endif type not beast-->|}}<!--endif familiar is true-->|<!--no entry for 3-->{{#ifeq: {{{1|}}}|Beast|{{#ifeq: {{{2|}}}|0|True|<!--False-->|}}<!--end if CR not 0-->|}}<!--endif beast-->}}<!--endif 3--></includeonly><noinclude>{{tocright}} ==Use== Determines if {{5e24lc|Creature}}...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Use

Determines if Creature qualifies for a Familiar. To qualify, the creature must be a Beast of CR 0 or be marked as a familiar (warlock specific familiars).

Syntax

{{5e24 Is Familiar|type|CR|familiar}}

Examples

{{5e24 Is Familiar|Beast|0|}}

{{5e24 Is Familiar|Construct|1/8|true}}

{{5e24 Is Familiar|Construct|0|}}

produces

True

True