Commit graph

1872 commits

Author SHA1 Message Date
MistPhizzle
65f1b12fc0 Add /bending invincible
Makes you invincible to Bending damage.
2014-09-01 16:04:42 -04:00
MistPhizzle
f5b01d624c Add /bending give
Allows giving of bending specific items. (Like the grappling hook)
2014-09-01 15:47:46 -04:00
MistPhizzle
d7891fe39e /bending who can work on offline players 2014-09-01 15:33:30 -04:00
MistPhizzle
46b3fe8dd7 Cleaned up Imports 2014-08-31 21:51:13 -04:00
MistPhizzle
654aa9477e 1.4.0 BETA 7 2014-08-31 11:09:46 -04:00
MistPhizzle
6e5e6415ed Complete revamp of how cooldowns are handled
Now stores on a per player basis instead of a per ability basis. The
bendingPlayer class will store cooldowns for ALL abilities except for
the AvatarState.
2014-08-30 18:34:27 -04:00
MistPhizzle
8d04bb1a4b Merge pull request #26 from jacklin213/main
Cleaned up Managers, Updated references
2014-08-30 10:55:21 -04:00
MistPhizzle
2583c29adf Merge pull request #27 from jacklin213/bugfix
[BUGFIX] Fixed NPE in TempPotionEffect, Task #40 Error - Bloodbending, Task #23 NPE - IceSpike Error - Combustion, NumberFormatException - Commands
2014-08-30 10:54:46 -04:00
jack lin
93f2eec909 [BUGFIX] Fixed NumberFormatExeception in Commands
* Caused by people misusing /b c thinking it is /b ch therefore
generation a NumberFormatExeception when they try pass an element as a
slot
2014-08-31 00:38:57 +12:00
jack lin
fc8372783e [BUGFIX] Fixed Task #23 - Combustion
* Error:
http://www.projectkorra.com/threads/errorstacks-cause-pastebin-deletes.361/#post-3090
2014-08-30 21:52:54 +12:00
jack lin
6b03c92cfb [BUGFIX] Fixed NPE in IceSpike
* Error:
http://www.projectkorra.com/threads/errorstacks-cause-pastebin-deletes.361/#post-3089
2014-08-30 21:48:27 +12:00
jack lin
8532bb1ece Cleaned up Managers, Updated references
* Cleaned up AirbendingManager, updated references for abilities air
* Cleaned up FirebendingManager, updated references for abilities fire
* Cleaned up WaterbendingManager, updated references for abilities water
* Cleaned up EarthbendingManager, updated references for abilities earth
* Cleaned up ChibendingManager, updated references for abilities chi
* Cleaned up BendingManager, updated references for classes
2014-08-30 21:43:44 +12:00
jack lin
c833a1ad52 [BUGFIX] Fixed error in Task #40 - Bloodbending
* Fixed error in bloodbending where targetentity somehow is in a
different world (probably by command) and that ends up causing errors
2014-08-30 19:53:07 +12:00
jack lin
0003223c8f [BUGFIX] Fixed NPE in TempPotionEffect
* Error: http://pastebin.com/nCYEudHr
2014-08-30 19:37:31 +12:00
MistPhizzle
412d5bd32a 1.4.0 BETA 6 2014-08-29 20:49:43 -04:00
MistPhizzle
61f5b19fac Merge pull request #24 from jacklin213/bugfix
[BUGFIX] Fixed Extraction Bug, ClassCastException in RapidPunch, Surge/OctoForm making Lava
2014-08-29 20:45:26 -04:00
jack lin
704e663a18 [BUGFIX] Fix Surge and Octoform making lava 2014-08-29 21:27:42 +12:00
jack lin
6bb9b848dd [BUGFIX] ClassCastException fix in RapidPunch 2014-08-29 18:56:08 +12:00
jack lin
391d6f8948 Fixed Extraction Bug
* Fixed bug where extraction wouldn't give you your default ore that you used extraction on
2014-08-28 17:57:35 +12:00
MistPhizzle
11f3f86176 1.4.0 BETA 5 hotfix 2014-08-27 21:29:49 -04:00
MistPhizzle
3b4250690f 1.4.0 BETA 5 2014-08-27 20:55:22 -04:00
MistPhizzle
2a9d3640c7 Fix Suffocate Conflicts
Conflicts:
	src/com/projectkorra/ProjectKorra/airbending/Suffocate.java
2014-08-27 20:54:26 -04:00
MistPhizzle
691fe098ea Merge remote-tracking branch 'origin/master'
Conflicts:
	src/com/projectkorra/ProjectKorra/airbending/Suffocate.java
2014-08-27 20:50:19 -04:00
MistPhizzle
0152df8cd0 Merge pull request #23 from Anonymous1432/master
Small Changes
2014-08-27 20:45:16 -04:00
MistPhizzle
1e6f96a4c6 Players can now turn while in Suffocate 2014-08-27 20:43:22 -04:00
AlexTheCoder
65daa0c840 Added some chi changes
Created a ChiblockingManager and also made it so HealingWaters cannot
heal the blindness from Smokescreen
2014-08-27 20:20:04 -04:00
AlexTheCoder
e0d12c3ca6 Deprecated an unused method
Deprecated an unused variation of getting the firebending day augment.
2014-08-27 00:27:42 -04:00
AlexTheCoder
48ec6d476c Added playFirebendingParticles method
Added a method to play the firebending particles for use by external
developers and also to make our jobs easier
2014-08-26 20:46:28 -04:00
AlexTheCoder
b9d085915c Second possible fix to broken config option
Added check for config option in revertBlock
2014-08-26 14:34:16 -04:00
AlexTheCoder
659bcb1938 Small Changes
Removed all references to Bloodbending in Suffocate and *maybe* fixed
Earthbending reverting regardless of config.
2014-08-26 14:28:59 -04:00
MistPhizzle
a11eb336e6 Fix Exceptions 2014-08-25 16:47:56 -04:00
MistPhizzle
6453cc9897 Suffocate no longer works if target is in water 2014-08-25 16:35:42 -04:00
MistPhizzle
dabd53afb0 Rework Suffocate's code 2014-08-25 16:33:39 -04:00
MistPhizzle
feb44e39d6 Clear Breathbending if target is too far away 2014-08-25 16:00:53 -04:00
MistPhizzle
cc5b93a6ee 1.4.0 BETA 4 Hotfix 2014-08-24 21:05:24 -04:00
MistPhizzle
ade5f95269 1.4.0 BETA 4 2014-08-24 21:00:47 -04:00
MistPhizzle
38708bc550 Fix Warmup 2014-08-24 20:59:02 -04:00
MistPhizzle
579d4a4a1e Rename BreathSphere to Suffocate + Other Changes
Now has a warmup of 2 seconds. During this two seconds the Bender may
still move / break free.
2014-08-24 20:54:13 -04:00
MistPhizzle
5474536301 BreathSphere damage is now from player 2014-08-24 14:40:48 -04:00
MistPhizzle
a55bfd0d97 BreathSphere no longer goes through walls 2014-08-24 14:36:35 -04:00
MistPhizzle
03f176e59a 1.4.0 BETA 3 2014-08-24 11:19:01 -04:00
MistPhizzle
ea5d7f3d3a Remove FireworkEffectPlayer
We didn't need that.
2014-08-24 11:12:02 -04:00
MistPhizzle
8da02383c1 Couple of BreathSphere changes
A player entering the AvatarState will break out of the ability.

A player can't hurt themselves with Breathbending in AvatarState
2014-08-24 11:05:07 -04:00
MistPhizzle
35de391fce Clean up Conflicts
Conflicts:
	src/com/projectkorra/ProjectKorra/Ability/StockAbilities.java
	src/com/projectkorra/ProjectKorra/firebending/Lightning.java
2014-08-24 10:49:13 -04:00
MistPhizzle
1f041b8711 Merge remote-tracking branch 'origin/master'
Conflicts:
	src/com/projectkorra/ProjectKorra/Ability/StockAbilities.java
	src/com/projectkorra/ProjectKorra/firebending/Lightning.java
2014-08-24 10:46:17 -04:00
MistPhizzle
ece3d9c29c Merge pull request #22 from Anonymous1432/master
Added Breathbending
2014-08-24 10:40:08 -04:00
AlexTheCoder
b61657e35c Added a FireworkEffectPlayer
Added some methods to play Firework effects
2014-08-24 08:19:31 -04:00
AlexTheCoder
2c7fd4c74f BreathSphere Description
Added a description to BreathSphere.
2014-08-24 07:26:21 -04:00
AlexTheCoder
e803445011 Converted to BreathSphere
BreathBending move was converted to BreathSphere, move ready for basic
use and complete enough for a release.
2014-08-24 07:13:09 -04:00
AlexTheCoder
13ee8969f3 Breathbending Updates
Added a method to free an entity from breathbending, and allowed players
to use simple bendings (AirSwipe, WaterManipulation, FireBlast,
EarthBlast) even if they are being BreathBent.
2014-08-24 03:37:38 -04:00