[DHPVP Heroes Tutorial] Blade

Discussion in 'Heroes Classes and Races' started by ladiciuss, Aug 28, 2016.

  1. ladiciuss

    ladiciuss Administrator

    Staff Member Owner/Dev
    Joined:
    Aug 23, 2016
    Messages:
    25
    Likes Received:
    4
    Trophy Points:
    3
    Gender:
    Male
    BLADE

    OVERALL MAIN ROLE: TANK
    OVERALL SECONDARY ROLE: DPS

    Blade is a Warrior class that can grow to do two things: Tank, or DPS. Very melee-range based, Blade suffers in its mobility and speed. It makes up for this in its innate tankiness and damage.
    Code:
    name: Blade
    default: false
    parents:
        strong: []
        weak: []
    primary: true
    secondary: false
    description: Whether for protection or destruction, this Hero knows how to wield a blade.
    permitted-armor: 
    - LEATHER
    - CHAIN
    - IRON
    permitted-weapon:
    - WOOD
    - STONE
    - IRON
    - GOLD
    - SHEARS
    - FISHING_ROD
    permitted-offhand:
    - SHIELD
    item-damage:
        WOOD_SWORD: 5
        STONE_SWORD: 6
        GOLD_SWORD: 8
        IRON_SWORD: 9
    item-damage-level:
        IRON_SWORD: .35
        STONE_SWORD: .35
        GOLD_SWORD: .35
        WOOD_SWORD: .35 
    projectile-damage:
    projectile-damage-level:
    base-attributes: #Attribute points that class will start with. General basic description given, see /attributes command for more information.
      Strength: 0 #Increases damage done per point.
      Constitution: 0 #Increases health per point
      Endurance: 0 #Increases stamina per point.
      Dexterity: 0 #Increases speed per point
      Intellect: 0 #Increases mana per point
      Wisdom: 0 #Increases mana regen per point.
      Charisma: 0 
    allocation-points-per-level: 0
    permitted-skills:
        Charge:
            level: 1
            mana: 15
            cooldown: 10000
        Might:
            level: 15
            mana: 35
            cooldown: 25000
            damage-bonus: 1.5
            radius: 25
        Spines:
            level: 5
            cooldown: 00
            chance: 0.2
        Invuln:
            level: 20
            mana: 70
            cooldown: 75000
            duration: 4000
    experience-sources:
    - KILLING
    - PVP
    - QUESTING
    - EXTERNAL
    expmodifier: 1.0
    base-max-health: 115.0
    max-health-per-level: 0.7
    base-max-mana: 80
    max-level: 25
    max-mana-per-level: 1
    mana-regen: 4
    mana-regen-per-level: 0.05
    expLoss: 0
    wildcard-permission: true
    tier: 1
    recipes: [ default ] 

    SPECIALIZATIONS:
    TITAN
    BERSERKER
    VIKING
     

Share This Page