User:An Adventurer/Sandbox 3: Difference between revisions
From Drunkapedia
imported>An Adventurer No edit summary |
imported>An Adventurer |
||
Line 9: | Line 9: | ||
For the discussion on [[Forum#Creature_Template]] | For the discussion on [[Forum#Creature_Template]] | ||
Basic idea for the new Creature Template look: | |||
{{Intro | |||
| Patch Introduced = [[Release]] | |||
| Related Quests = | |||
| Updated = | |||
}} | |||
{|border=0 cellspacing=0 cellpadding=0 | {|border=0 cellspacing=0 cellpadding=0 | ||
|-valign=top | |-valign=top | ||
Line 97: | Line 104: | ||
|- | |- | ||
|} | |} | ||
=== Detailed Examples === | |||
The fully filled out template code: | |||
<pre> | |||
{{Creature | |||
| Name = Drudge Skulker | |||
| Image = Drudge Skulker Live.jpg | |||
| Class = Drudge | |||
| Subclass = | |||
| Boss = | |||
| Level = 4 | |||
| Strength = 20 | |||
| Endurance = 30 | |||
| Coordination = 25 | |||
| Quickness = 30 | |||
| Focus = 25 | |||
| Self = 15 | |||
| Health = 20 | |||
| Stamina = 80 | |||
| Mana = 15 | |||
| Melee Defense = 20 | |||
| Melee Attack = 20 | |||
| Missile Defense = 20 | |||
| Missile Attack = 20 | |||
| Magic Defense = 20 | |||
| Magic Attack = 20 | |||
| XP = 45 | |||
| Weaknesses = Fire | |||
| Attacks = Physical | |||
| Trophies = [[Drudge Charm]], [[Scarlet Red Letter]] | |||
| Vertical = | |||
}} | |||
</pre> | |||
Would result in: | |||
{|border=0 cellspacing=0 cellpadding=0 | |||
|-valign=top | |||
| | |||
{|width=600 border=5 cellspacing=0 style="background-color:#f9f9f9" | |||
|-valign=top | |||
| | |||
{|border=0 height=400 width=300 style="background-color:#f9f9f9" | |||
|- | |||
|align=center colspan=4 height=26|'''<big>Drudge Skulker</big>''' | |||
|- | |||
|colspan=4| | |||
---- | |||
|- | |||
|align=center colspan=2 height=36| [[File:Drudge Icon.png]] [[Drudge]] | |||
|align=center colspan=2|'''<small>Level</small>'''<br><span style="font-size: x-large">4</span> | |||
|- | |||
|colspan=4| | |||
---- | |||
|- | |||
|width=5| | |||
!align=left| Strength | |||
|align=right| 20 | |||
|width=5| | |||
|- | |||
|width=5| | |||
!align=left| Endurance | |||
|align=right| 30 | |||
|width=5| | |||
|- | |||
|width=5| | |||
!align=left| Coordination | |||
|align=right| 25 | |||
|width=5| | |||
|- | |||
|width=5| | |||
!align=left| Quickness | |||
|align=right| 30 | |||
|width=5| | |||
|- | |||
|width=5| | |||
!align=left| Focus | |||
|align=right| 25 | |||
|width=5| | |||
|- | |||
|width=5| | |||
!align=left| Self | |||
|align=right| 15 | |||
|width=5| | |||
|- | |||
|width=5| | |||
!align=left| <font color=red>Health | |||
|align=right| <font color=red>20 | |||
|width=5| | |||
|- | |||
|width=5| | |||
!align=left| <font color=darkgoldenrod>Stamina | |||
|align=right| <font color=darkgoldenrod>80 | |||
|width=5| | |||
|- | |||
|width=5| | |||
!align=left| <font color=blue>Mana | |||
|align=right| <font color=blue>15 | |||
|width=5| | |||
|- | |||
|colspan=4| | |||
---- | |||
|- | |||
|width=5| | |||
!align=left| <font color=green>XP | |||
|align=right| <font color=green>45 | |||
|width=5| | |||
|} | |||
!width=300 bgcolor=#f9f9f9 rowspan=14| [[File:Drudge Skulker Live.jpg|300x400px]] | |||
|} | |||
|width=10| | |||
| | |||
__NOTOC__ | |||
* Trophies: [[Drudge Charm]], [[Scarlet Red Letter]] | |||
* Weaknesses: Fire | |||
* Common Attacks: Physical | |||
* Melee Defense: 20 | |||
* Melee Attack: 20 | |||
* Missile Defense: 20 | |||
* Missile Attack: 20 | |||
* Magic Defense: 20 | |||
* Magic Attack: 20 | |||
|- | |||
|} | |||
The nearly empty template code: | |||
<pre> | |||
{{Creature | |||
| Name = Drudge Skulker | |||
| Image = Drudge Skulker Live.jpg | |||
| Class = Drudge | |||
| Subclass = | |||
| Boss = | |||
| Level = 4 | |||
| Strength = | |||
| Endurance = | |||
| Coordination = | |||
| Quickness = | |||
| Focus = | |||
| Self = | |||
| Health = | |||
| Stamina = | |||
| Mana = | |||
| Melee Defense = | |||
| Melee Attack = | |||
| Missile Defense = | |||
| Missile Attack = | |||
| Magic Defense = | |||
| Magic Attack = | |||
| XP = | |||
| Weaknesses = | |||
| Attacks = | |||
| Trophies = | |||
| Vertical = | |||
}} | |||
</pre> | |||
Would result in: | |||
{|border=0 cellspacing=0 cellpadding=0 | |||
|-valign=top | |||
| | |||
{|width=600 border=5 cellspacing=0 style="background-color:#f9f9f9" | |||
|-valign=top | |||
| | |||
{|border=0 height=400 width=300 style="background-color:#f9f9f9" | |||
|- | |||
|align=center colspan=4 height=26|'''<big>Drudge Skulker</big>''' | |||
|- | |||
|colspan=4| | |||
---- | |||
|- | |||
|align=center colspan=2 height=36| [[File:Drudge Icon.png]] [[Drudge]] | |||
|align=center colspan=2|'''<small>Level</small>'''<br><span style="font-size: x-large">4</span> | |||
|- | |||
|colspan=4| | |||
---- | |||
|- | |||
|width=5| | |||
!align=left| Strength | |||
|align=right| ?? | |||
|width=5| | |||
|- | |||
|width=5| | |||
!align=left| Endurance | |||
|align=right| ?? | |||
|width=5| | |||
|- | |||
|width=5| | |||
!align=left| Coordination | |||
|align=right| ?? | |||
|width=5| | |||
|- | |||
|width=5| | |||
!align=left| Quickness | |||
|align=right| ?? | |||
|width=5| | |||
|- | |||
|width=5| | |||
!align=left| Focus | |||
|align=right| ?? | |||
|width=5| | |||
|- | |||
|width=5| | |||
!align=left| Self | |||
|align=right| ?? | |||
|width=5| | |||
|- | |||
|width=5| | |||
!align=left| <font color=red>Health | |||
|align=right| <font color=red>?? | |||
|width=5| | |||
|- | |||
|width=5| | |||
!align=left| <font color=darkgoldenrod>Stamina | |||
|align=right| <font color=darkgoldenrod>?? | |||
|width=5| | |||
|- | |||
|width=5| | |||
!align=left| <font color=blue>Mana | |||
|align=right| <font color=blue>?? | |||
|width=5| | |||
|- | |||
|colspan=4| | |||
---- | |||
|- | |||
|width=5| | |||
!align=left| <font color=green>XP | |||
|align=right| <font color=green>?? | |||
|width=5| | |||
|} | |||
!width=300 bgcolor=#f9f9f9 rowspan=14| [[File:Drudge Skulker Live.jpg|300x400px]] | |||
|} | |||
|width=10| | |||
| | |||
__NOTOC__ | |||
* Trophies: Unknown | |||
* Weaknesses: Unknown | |||
* Common Attacks: Unknown | |||
|- | |||
|} | |||
== Notes == | == Notes == | ||
* [[:Special:Whatlinkshere/Drudge Sckulker|Locations]] where Drudge Skulkers can be found. | * [[:Special:Whatlinkshere/Drudge Sckulker|Locations]] where Drudge Skulkers can be found. | ||
{{Spawn Map|Drudge Skulker}} | {{Spawn Map|Drudge Skulker}} |
Revision as of 14:01, 24 August 2009
Portal Space Research
For the discussion on Talk:Portal Space Research
Creature Template
For the discussion on Forum#Creature_Template
Basic idea for the new Creature Template look:
Introduced: | Release |
|
|
Detailed Examples
The fully filled out template code:
{{Creature | Name = Drudge Skulker | Image = Drudge Skulker Live.jpg | Class = Drudge | Subclass = | Boss = | Level = 4 | Strength = 20 | Endurance = 30 | Coordination = 25 | Quickness = 30 | Focus = 25 | Self = 15 | Health = 20 | Stamina = 80 | Mana = 15 | Melee Defense = 20 | Melee Attack = 20 | Missile Defense = 20 | Missile Attack = 20 | Magic Defense = 20 | Magic Attack = 20 | XP = 45 | Weaknesses = Fire | Attacks = Physical | Trophies = [[Drudge Charm]], [[Scarlet Red Letter]] | Vertical = }}
Would result in:
|
|
The nearly empty template code:
{{Creature | Name = Drudge Skulker | Image = Drudge Skulker Live.jpg | Class = Drudge | Subclass = | Boss = | Level = 4 | Strength = | Endurance = | Coordination = | Quickness = | Focus = | Self = | Health = | Stamina = | Mana = | Melee Defense = | Melee Attack = | Missile Defense = | Missile Attack = | Magic Defense = | Magic Attack = | XP = | Weaknesses = | Attacks = | Trophies = | Vertical = }}
Would result in:
|
|
Notes
- Locations where Drudge Skulkers can be found.