Adds in Rottenbone, alt use, affixes and skill & all peripheral projectiles.
Reworks skills to always call CanUseSkill in SkillPlayer, removed if (Timer == 0) gating, and stopped all skills from manually calling CanUseSkill.
Added Player parameter to PathOfTerrariaPlayerEvents.ModifyHitNPCEvent. (We should do this for all delegates and events in that class)
Made Alt Bar draw under the player's position instead of the center of the screen.
Comments
A few affixes here have no proper tooltip text. Will be fixed in the future.
### Link Issues Resolves: #253
Description of Work
Adds in Rottenbone, alt use, affixes and skill & all peripheral projectiles. Reworks skills to always call CanUseSkill in SkillPlayer, removed
if (Timer == 0)
gating, and stopped all skills from manually calling CanUseSkill. AddedPlayer
parameter to PathOfTerrariaPlayerEvents.ModifyHitNPCEvent. (We should do this for all delegates and events in that class) Made Alt Bar draw under the player's position instead of the center of the screen.Comments
A few affixes here have no proper tooltip text. Will be fixed in the future.