Template:IdeaCreature: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>AntumDeluge fill out example |
imported>AntumDeluge add "class" parameter |
||
| Line 2: | Line 2: | ||
| ; {{{name}}} |
| ; {{{name}}} |
||
: Description: ''{{#if: {{{description|}}} | {{{description}}} | (TBD) }}'' |
: Description: ''{{#if: {{{description|}}} | {{{description}}} | (TBD) }}'' |
||
: Class: ''{{#if: {{{class|}}} | {{{class}}} | (TBD) }}'' |
|||
: Suggested stats: |
: Suggested stats: |
||
:: Level: ''{{#if: {{{level|}}} | {{{level|}}} | (TBD) }}'' |
:: Level: ''{{#if: {{{level|}}} | {{{level|}}} | (TBD) }}'' |
||
| Line 23: | Line 24: | ||
<nowiki>| name = archangel</nowiki><br> |
<nowiki>| name = archangel</nowiki><br> |
||
<nowiki>| description = It is Heaven's most terrifying weapon, a fierce and absolute force of primordial creation.</nowiki><br> |
<nowiki>| description = It is Heaven's most terrifying weapon, a fierce and absolute force of primordial creation.</nowiki><br> |
||
<nowiki>| class = angel</nowiki><br> |
|||
<nowiki>| level = 330</nowiki><br> |
<nowiki>| level = 330</nowiki><br> |
||
<nowiki>| hp = 7,000</nowiki><br> |
<nowiki>| hp = 7,000</nowiki><br> |
||
| Line 46: | Line 48: | ||
| name = archangel |
| name = archangel |
||
| description = It is Heaven's most terrifying weapon, a fierce and absolute force of primordial creation. |
| description = It is Heaven's most terrifying weapon, a fierce and absolute force of primordial creation. |
||
| class = angel |
|||
| level = 330 |
| level = 330 |
||
| hp = 7,000 |
| hp = 7,000 |
||