Template:IdeaCreature: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>AntumDeluge template for making new creature suggestions |
imported>AntumDeluge add "respawn" parameter |
||
| (12 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{#if: {{{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) }}'' |
||
:: HP: ''{{#if: {{{hp|}}} | {{{hp}}} | (TBD) }}'' |
:: HP: ''{{#if: {{{hp|}}} | {{{hp}}} | (TBD) }}'' |
||
:: ATK: ''{{#if: {{{atk|}}} | {{{atk}}} | (TBD) }}'' |
:: ATK: ''{{#if: {{{atk|}}} | {{{atk}}} | (TBD) }}'' {{#if: {{{ratk|}}} | |
||
:: RATK: ''{{{ratk}}} ('''Note:''' ranged attack stat currently not implemented)'' }} |
|||
:: DEF: ''{{#if: {{{def|}}} | {{{def}}} | (TBD) }}'' |
:: DEF: ''{{#if: {{{def|}}} | {{{def}}} | (TBD) }}'' |
||
: Suggested XP: ''{{#if: {{{xp|}}} | {{{xp}}} | (TBD) }}'' |
: Suggested XP: ''{{#if: {{{xp|}}} | {{{xp}}} | (TBD) }}'' |
||
: Suggested zones: ''{{#if: {{{zones|}}} | {{{zones}}} | (TBD) }}'' |
: Suggested zones: ''{{#if: {{{zones|}}} | {{{zones}}} | (TBD) }}'' |
||
: Suggested |
: Suggested respawn: ''{{#if: {{{respawn|}}} | {{{respawn}}} | (TBD) }}'' |
||
: Suggested |
: Suggested item drops: ''{{#if: {{{drops|}}} | {{{drops}}} }}'' |
||
: {{#if: {{{ |
: Suggested AI profiles: ''{{#if: {{{profiles|}}} | {{{profiles}}} }}'' |
||
: {{#if: {{{quests|}}} | Related quests: ''{{{quests}}}'' }} |
|||
: {{#if: {{{discussion|}}} | Discussion: |
|||
{{{discussion}}} }} |
|||
| <span style="color:red;">'''''Template:IdeaCreature ERROR:''' "name" parameter required''</span> }}<noinclude>__NOTOC__ |
|||
= Usage = |
= Usage = |
||
| Line 21: | Line 28: | ||
<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> |
||
<nowiki>| atk = |
<nowiki>| atk = 1,455 (light)</nowiki><br> |
||
<nowiki>| ratk = 1,455 (light)</nowiki><br> |
|||
<nowiki>| def = 162</nowiki><br> |
<nowiki>| def = 162</nowiki><br> |
||
<nowiki>| xp = 363,000</nowiki><br> |
<nowiki>| xp = 363,000</nowiki><br> |
||
<nowiki>| zones = </nowiki><br> |
<nowiki>| zones = 7_kikareukin_clouds</nowiki><br> |
||
<nowiki>| respawn = 40,000 (200 minutes)</nowiki><br> |
|||
<nowiki>| drops = <item>mega potion</item> (1-4 @ 40%), <item>soup</item> (1-3 @ 30%), <item>giant heart</item> (1 @ 90%), <item>mithril legs</item> (1 @ 0.3%), <item>power arrow</item> (10-30 @ 7%), <item>mithril bow</item> (1 @ 0.2%), <item>money</item> (4,000-9,000 @ 100%)</nowiki><br> |
|||
<nowiki>| |
<nowiki>| drops =</nowiki><br> |
||
<nowiki>:* <item>mega potion</item> (1-4 @ 40%)</nowiki><br> |
|||
<nowiki>:* <item>soup</item> (1-3 @ 30%)</nowiki><br> |
|||
| ⚫ | |||
<nowiki>:* <item>giant heart</item> (1 @ 90%)</nowiki><br> |
|||
<nowiki>:* <item>mithril legs</item> (1 @ 0.3%)</nowiki><br> |
|||
<nowiki>:* <item>power arrow</item> (10-30 @ 7%)</nowiki><br> |
|||
<nowiki>:* <item>mithril bow</item> (1 @ 0.2%)</nowiki><br> |
|||
<nowiki>:* <item>money</item> (4,000-9,000 @ 100%)</nowiki><br> |
|||
<nowiki>| profiles = boss, brave, archer, offensive, patrolling, heal=10,50, lifesteal=0.01</nowiki><br> |
|||
<nowiki>| quests =</nowiki><br> |
|||
<nowiki>| discussion =</nowiki><br> |
|||
<nowiki>:: Example discussion. ~~~</nowiki><br> |
|||
| ⚫ | |||
=== Output === |
=== Output === |
||
| Line 37: | Line 56: | ||
| 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 |
||
| atk = |
| atk = 1,455 (light) |
||
| ratk = 1,455 (light) |
|||
| def = 162 |
| def = 162 |
||
| xp = 363,000 |
| xp = 363,000 |
||
| zones = 7_kikareukin_clouds |
| zones = 7_kikareukin_clouds |
||
| respawn = 40,000 (200 minutes) |
|||
| drops = |
| drops = |
||
:* <item>mega potion</item> (1-4 @ 40%) |
|||
| behavior = |
|||
:* <item>soup</item> (1-3 @ 30%) |
|||
:* <item>giant heart</item> (1 @ 90%) |
|||
:* <item>mithril legs</item> (1 @ 0.3%) |
|||
:* <item>power arrow</item> (10-30 @ 7%) |
|||
:* <item>mithril bow</item> (1 @ 0.2%) |
|||
:* <item>money</item> (4,000-9,000 @ 100%) |
|||
| profiles = boss, brave, archer, offensive, patrolling, heal=10,50, lifesteal=0.01 |
|||
| quests = |
| quests = |
||
| discussion = |
|||
:: Example discussion. [[User:AntumDeluge|AntumDeluge]] ([[User talk:AntumDeluge|talk]]) |
|||
}} |
}} |
||