[DHPVP Heroes Tutorial] Rogue

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
    ROGUE

    OVERALL MAIN ROLE: MELEE DPS
    OVERALL SECONDARY ROLE:

    Rogues are mobile, stealthy, and skilled with blades. They compensate for their lack of tankiness with some of the highest DPS and mobility.

    Code:
    name: Rogue
    default: false
    parents:
        strong: []
        weak: []
    primary: true
    secondary: false
    description: Uses stealth to ambush opponents for high damage.
    permitted-armor:
    - LEATHER
    permitted-weapon:
    - WOOD
    - STONE
    - IRON
    - GOLD
    - SHEARS
    - BOW
    - FISHING_ROD
    item-damage:
        IRON_SWORD: 12
        STONE_SWORD: 10
        GOLD_SWORD: 10
        WOOD_SWORD: 8
    item-damage-level:
        IRON_SWORD: .35
        STONE_SWORD: .35
        GOLD_SWORD: .35
        WOOD_SWORD: .34
    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:
        AssassinsBlade:
            level: 1
            cooldown: 20000
            mana: 25
        Backstab:
            level: 5
        Sneak:
            level: 10
        One:
            level: 20
            cooldown: 30000
            mana: 35
        Dodge:
            level: 15
    experience-sources:
    - KILLING
    - PVP
    - QUESTING
    - EXTERNAL
    expmodifier: 1.0
    base-max-health: 95.0
    max-health-per-level: 0.7
    base-max-mana: 85
    max-level: 25
    max-mana-per-level: 1
    mana-regen: 5
    mana-regen-per-level: 0.1
    expLoss: 0
    wildcard-permission: true
    tier: 1
    recipes: [ default ] 
    SPECIALIZATIONS:
    ASSASSIN
    NINJA
    RONIN
     

Share This Page