铁锤守卫英雄传2

铁锤守卫英雄传2

评价数不足
Pwnmaster's Spellblade class
   
奖励
收藏
已收藏
取消收藏
标签: Addon
文件大小
发表于
更新日期
35.527 KB
6 月 3 日 下午 1:34
8 月 11 日 下午 2:12
2 项改动说明 ( 查看 )

订阅以下载
Pwnmaster's Spellblade class

描述
A spellblade class for those who like to get up close and personal with their enemies, and blast them.

main stat: focus
has achievements and gives 0.25% cast speed per level as a title bonus

Basic abilities:

Blink strike: a teleport ability that adds a lot of mobility and damages enemies on direct contact

manaward: a toggleable mana shield that absorbs 75% of damage as mana up to 25% max mana and creates an AoE explosion when toggled off. has a cooldown between uses.

Passives: astral agility: colliding with enemies deals damage, and gives 1 int,dex,and str per 2 focus, so this class can use weapons and armor.

Mana expertise: gives attack speed buff for 4 seconds every 60 mana consumed (does not count manaward damage absorbed). also causes melee hits to also strike foes with a thunderbolt because why not?

SUBCLASSES:

Spell and blade:
active:

targeted meteorstorm: similar to the wizards meteor storm but can be targeted at an area(seriously this is how the wizards meteor storm should have been)

passive:

comet dash: summons a comet when you dash

Eidolon: basically a spell ninja with no stealth... and doesn't need it

active:

illusory cloak: gives 50% evade for 4 seconds

passive:

mystical reprisal:blasts foes with magic when you evade them, pairs well with the active ability


Abjuration: defensive spec but still can do good damage

active:

warded shatter: creates a quick barrier on an enemy and shatters it, dealing wide ice area damage

passive:

mage armor: adds armor per focus


Inquisitor:
ability combination suggested by DrewbieTheDestroyer

has paladin Radiant Flames passive and warlock's Chaos blade

6 条留言
DrewbieTheDestroyer 8 月 12 日 上午 4:16 
The new subclass is so fun to play- really fun to build up the burning stacks as you teleport and chaos blade through enemies.
Pwnmaster  [作者] 6 月 17 日 下午 12:37 
magic missiles are projectiles that use a seeking modifier that adjusts their momentum vector :
<string name="class">Projectile::Retargeter</string>. basically it only works on projectiles unfortunately, and <string name="class">HitscanRandomEnemy</string> does allow effects and projectiles to target enemies, but doesnt work with <string name="class">Teleport</string>
Marius 6 月 17 日 上午 1:16 
Many thanks for the response, that is a shame. I though because there is some targeted homing spell (I.E Magic Missiles), there would be an ability to target nearest enemy, get location and teleport the caster to them, instead of the magic missile homing in, if that makes sense. I have no modding or programming ability, so I am likely only showing my own ineptitude here.

Thanks for such a fun and great mod.
Pwnmaster  [作者] 6 月 16 日 下午 12:06 
also effects and unit summons can only target one entity at a time, so i can make the teleport cause an explosion on impact, but making the character themselves bounce around enemies like master Yi's alpha strike can't be done
Pwnmaster  [作者] 6 月 16 日 下午 12:02 
I checked the teleport.as script used for teleportation and what your asking cant be done since the teleport player action requires Raycasting (which is the circle area target that you see when you press the ability and tells where you are going to end up) and requires a direct set of coordinates which is based off where your raycast circle is
Marius 6 月 16 日 上午 7:42 
Really cool class mod - Been enjoying this one a lot. I would love if you could make a teleport attack that chains to enemies (Nightcrawler / POE Flicker Strike)