Path-of-Terraria / PathOfTerraria

GNU General Public License v3.0
1 stars 3 forks source link

finished rottenbone #309

Closed GabeHasWon closed 4 months ago

GabeHasWon commented 4 months ago

### 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. 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.