Template:IdeaCreature: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>AntumDeluge add "class" parameter |
imported>AntumDeluge add optional "ratk" parameter |
||
| Line 6: | Line 6: | ||
:: 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) }}'' |
||
| Line 27: | Line 28: | ||
<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> |
||
| Line 51: | Line 53: | ||
| 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 |
||
Revision as of 01:27, 22 June 2024
ERROR: "name" parameter required
Usage
Example
Input
{{IdeaCreature
| name = archangel
| description = It is Heaven's most terrifying weapon, a fierce and absolute force of primordial creation.
| class = angel
| level = 330
| hp = 7,000
| atk = 1,455 (light)
| ratk = 1,455 (light)
| def = 162
| xp = 363,000
| zones = 7_kikareukin_clouds
| 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%)
| behavior = boss, brave, archer, offensive, patrolling, heal=10,50, lifesteal=0.01
| quests =
}}
Output
- archangel
- Description: It is Heaven's most terrifying weapon, a fierce and absolute force of primordial creation.
- Class: angel
- Suggested stats:
- Level: 330
- HP: 7,000
- ATK: 1,455 (light)
- RATK: 1,455 (light) (Note: ranged attack stat currently not implemented)
- DEF: 162
- Suggested XP: 363,000
- Suggested zones: 7_kikareukin_clouds
- Suggested item drops:
- mega potion (1-4 @ 40%)
- soup (1-3 @ 30%)
- giant heart (1 @ 90%)
- mithril legs (1 @ 0.3%)
- power arrow (10-30 @ 7%)
- mithril bow (1 @ 0.2%)
- money (4,000-9,000 @ 100%)
- Suggested behavior: boss, brave, archer, offensive, patrolling, heal=10,50, lifesteal=0.01