Right-Click Spell Ideas #82


  • Enhancment
  • Started
Open
Assigned to supavitax
  • _ForgeUser1823883 created this issue Apr 21, 2014

    The following are a few ideas for Right-Clickable spells to be added to the existing 4. These could also potentially be added as proced skills ala Wither, Blind, etc.

    Teleport: Right-clicking would teleport the player a random distance away. Max distance and cooldown configurable in config file. Frost Blast: Area of effect frost spell that slows all mobs around the player. Radius and cooldown configurable in the config file. Fire Blast: Area of effect fire spell that ignites all mobs around the player. Radius and cooldown configurable in the config file. Knockback: Area of effect skill that knocks all mobs back around the player. Radius, knockback strength and cooldown configurable in the config file. Battle Cry: Short-term PvE Damage buff on player. Duration, buff strength, and cooldown configurable in config file. Stoneskin: Short-term Armour buff on player. Duration, buff strength, and cooldown configurable in config file. Evasion: Short-term Dodge buff on player. Duration, buff strength, and cooldown configurable in config file. ShieldWall: Short-term Block buff on player. Duration, buff strength, and cooldown configurable in config file. Riposte: Short-term Reflect buff on player. Duration, buff strength, and cooldown configurable in config file.

    An alternative to these, which may or may not be possible is to create a new system where clickys could be customized to some extent. The player would give the clicky a name then decide whether is does damage, heals, or buffs. Damage could be single target or AOE, and of multiple different elements (frost, fire, lightning, etc). Healed damage could be single target or aoe, instant heal or heal over time. Buffs could be any of the existing ILS stats.

    Ex:

    
     spells:
        frostblast: 
          name: "Frost Blast"
          cooldown: 60
          spelltype: damage
          options:
            - element: frost
            - target: aoe
            - amount: 3
            - radius: 3
            - duration: 3
        regen: 
          name: "Regeneration"
          cooldown: 60
          spelltype: heal
          options:
            - healtype: hot
            - target: single
            - amount: 3
            - duration: 3
    

    The first spell would do an AOE frost blast in a 3 block radius, doing 3 damage and slowing for 3 seconds. The second spell would cast regen on the player, that heals for 3 damage every second for 3 seconds.

    Thanks!

  • _ForgeUser1823883 added the tags New Enhancment Apr 21, 2014
  • _ForgeUser1823883 edited description Apr 21, 2014
  • Supavitax removed a tag New Jul 22, 2014
  • Supavitax added a tag Started Jul 22, 2014

To post a comment, please login or register a new account.