Template:Skill

From Regnum Online Wiki
Revision as of 22:07, 14 October 2008 by ROWiki>Onteron (Template for skills; first draft)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This template is a work in progress!

Syntax

{{skill
    | class =       <!-- Warrior|Barbarian|Knight|Archer|Marksman|Hunter|Mage|Warlock|Conjurer -->
    | tree =        <!-- The name of the skill tree -->
    | level =       <!-- The 'level' of the skill (1-10). 'Level' probably isn't the right word to use -->
    | type =        <!-- Instant|Constant|Activable|Aura|Passive -->
    | description   <!-- Skill decription -->
    | casting =     <!-- Casting time (number only) -->
    | range =       <!-- Range (number only) -->
    | cooldown =    <!-- Cooldown (number only) -->
    | duration =    <!-- Duration of skill (only for Constant/Activable) (number only) -->
    | area =        <!-- Area affected (number only) -->
    | cost =        <!-- The mana cost of the spell -->
    | damage =      <!-- Damage to enemy health/mana -->
    | debuffs =     <!-- Any negative changes or status effects -->  
    | increases =   <!-- Increases to ally health/mana. Needs a better name -->
    | buffs =       <!-- Any positive status changes/effects to allies -->
}}

For parameters duration, cost, damage, debuffs, increases and buffs, the syntax is

name: L1value, L2value, L3value, L4value, L5value

with multiple entries separated by semicolons. Whitespace is ignored. See examples.

Examples

Foresight

{{skill
    | class = Marksman
    | tree = Aiming mastery
    | level = 4
    | type = Passive
    | buffs = Attack range: 5%, 7%, 9%, 12%, 15%
}}

Gives:

Level 1Level 2Level 3Level 4Level 5


Sultar's Terror

</nowiki>
{{skill
    | class =       Warlock
    | tree =        Arcania
    | level =       10
    | type =        Constant
    | casting =     3
    | range =       30
    | cooldown =    180
    | duration =    3,4,5,6,7
    | area =        10
    | cost =        400,425,450,475,500
    | damage =      Slashing: 70-100, 115-160, 160-225, 205-285, 250-350;
                    Piercing: 70-100, 115-160, 160-225, 205-285, 250-350;
                    Blunt: 70-100, 115-160, 160-225, 205-285, 250-350
    | debuffs =     Knock down  
}}
</nowiki>

Gives:




Level 1Level 2Level 3Level 4Level 5


Ambitious sacrifice

{{skill
    | class =       Mage
    | tree =        Mana control
    | level =       6
    | type =        Instant
    | description   The wizard sacrifices his health to recover magical power.
    | casting =     1
    | cooldown =    25
    | cost =        Health: 150, 225, 300, 375, 450
    | increases =   Mana: +300, +450, +600, +750, +900
}}

Gives:





Level 1Level 2Level 3Level 4Level 5