Here goes the first set of WaterCombos to be released. There will likely be more for 1.5.0, not promising anything though. This dev build was done completely by @Coolade!
- Airbending Changes
- AirCombo Changes
- Modified /b help AirCombo. (Better description for AirSweep)
- AirCombo Changes
- Waterbending Changes
- Developers: Created a WaterSourceGrabber class
- WaterSourceGrabbers are iteration-like objects that animate bringing a water source block to a specific location. Torrent and WaterSpout wave uses this animation, so, instead of just duplicating code, it was just made into a class. This is also used in the new WaterCombo, IceBullet.
- Developers: WaterWave can now be modified to allow for Ice capabilities
- WaterWave can be modified into an IceWave by modifying the WaterWave.IceWave boolean to true. This is specifically used in the ability WaterCombo:IceWave. The configuration options for IceWave are configured through WaterCombo.
- Added TWO WaterCombos
- Information for WaterCombos can be found with /b help WaterCombo.
- IceWave: Create a WaterWave > Phase Change (Left Click)
- IceWave is the ice version of WaterWave (WaterSpout). IceWave freezes and causes moderate damage to nearby enemies. (Configurable)
- IceBullet: WaterBubble (Tap Shift) > IceBlast (Hold Shift) > IceBlast (Left Click Water Source) > Alternatve Between Left / Right Clicking to Rapid Fire
- IceBullet lets you shoot shards of ice while being protected by a barrier. It is similar to the ability used by Tarrlok against Korra, except he used a dome of Water instead (Which just didn't look nice in MC). Instead, this ability uses a dome of Ice that way the player can shoot with left and right clicking, which wouldn't have worked with water. Once the dome has been created, the player should alternate between left and right clicking to rapid fire. The faster you click, the faster you shoot.
- PhaseChange Changes
- PhaseChange now works with WaterCombo blocks.
- Developers: Created a WaterSourceGrabber class
- Firebending Changes
- HeatControl Changes
- HeatControl now works with WaterCombo Ice Blocks.
- HeatControl Changes