SecondFlight / pvpmain

Main plugin for a custom gamemode I'm working on. It's not meant for the public, but you can always borrow my messy and probably very buggy code if you want.
MIT License
0 stars 0 forks source link

Fire Breath #1

Closed SecondFlight closed 10 years ago

SecondFlight commented 10 years ago

On right click, a set of fireballs shoots out, the stats of which are determined by the ability's level. This will be done using a fireball animation method for the individual fireballs and a method that calls that method multiple times. The fireballs will damage any player in range and set them on fire. This will probably be done getting blocks from the blockiterator used for the fireball animation.

SecondFlight commented 10 years ago

Working on this.

SecondFlight commented 10 years ago

Note to self: add block iterator to check for block collisions, and make sure to check blocks around the main block each time.