MistPhizzle
65f1b12fc0
Add /bending invincible
...
Makes you invincible to Bending damage.
2014-09-01 16:04:42 -04:00
MistPhizzle
46b3fe8dd7
Cleaned up Imports
2014-08-31 21:51:13 -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
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
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
ea5d7f3d3a
Remove FireworkEffectPlayer
...
We didn't need that.
2014-08-24 11:12:02 -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
AlexTheCoder
b61657e35c
Added a FireworkEffectPlayer
...
Added some methods to play Firework effects
2014-08-24 08:19:31 -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
MistPhizzle
a0a3b63a1c
Break up saveBendingPlayer
...
Now saves as you edit the stuff that needs to be saved instead of saving
all at once as you logout.
2014-08-23 21:49:52 -04:00
MistPhizzle
3adf108ba1
Lava Surge
2014-08-23 14:51:24 -04:00
jack lin
15440a84e4
RapidPunch fix where player is null
...
* Renamed instance to instances to follow common convention
* Modified all classes referencing instance to reference instances
2014-08-20 19:32:50 +12:00
MistPhizzle
1b2503c266
1.4.0 BETA 1 Hotfix
2014-08-17 21:55:00 -04:00
MistPhizzle
6c4a036e48
LWC Support
...
Players can't bend blocks that are protected with LWC
2014-08-16 19:50:54 -04:00
jack lin
c37171cda4
Fixed saveBendingPlayer() - See description
...
* Removed extra whitespace when saving permaremoved as false. This seems to cause errors
2014-08-14 09:46:30 +12:00
MistPhizzle
06cd57cd16
Chiblocking Fix
...
Chiblocking actually blocks chi. RapidPunch can block chi. Paralyze
works how it should.
2014-08-11 10:59:42 -04:00
AlexTheCoder
711f4eeedd
The Great HealingWaters Overhaul
...
Changes to HealingWaters:
- HealingWaters will now remove negative potion effects on the user or
the target
Changes to Methods:
- Added checks for negative potion effects, positive potion effects, and
neutral potion effects which can be used in the future by us in the
creation of abilities, or by developers utilizing the Ability API
2014-08-11 10:11:49 -04:00
MistPhizzle
e5fe2415b7
Revert "Stupid Commit, will revert"
...
This reverts commit b4b3186c46
.
2014-08-08 10:21:47 -04:00
MistPhizzle
b4b3186c46
Stupid Commit, will revert
2014-08-08 10:21:41 -04:00
MistPhizzle
55f2cad44d
It is always day in the nether / end
2014-08-07 12:30:09 -04:00
MistPhizzle
c9bd71e934
Packed ice cannot melt ever
2014-08-04 08:33:33 -04:00
MistPhizzle
673bb841e7
Right Click Block no longer activates Bending
2014-08-03 01:04:02 -04:00
MistPhizzle
ee13d2e43b
Reduce the amount of Air Particles
2014-07-30 09:52:54 -04:00
MistPhizzle
9cf8544ae0
Add Bloodbending / Paralyze check to canBend
2014-07-30 09:52:53 -04:00
AlexTheCoder
9f02959cf0
Bending now supports the latest factions & mcore
...
Added support for the latest version of factions and the latest version
of MassiveCore
2014-07-29 17:13:51 -04:00
MistPhizzle
848b61f65d
Make Air Particles Configurable
...
Defaults to smoke (White Clouds)
Other options are:
blacksmoke (The original Airbending Particles)
spell (the swirly potion particles)
2014-07-29 10:15:35 -04:00
jack lin
6517230473
Forgot to delete comments like commit bad3c18
2014-07-30 00:10:00 +12:00
jack lin
6fd33e9d4d
Forgot to delete comments like commit bad3c18
2014-07-29 23:47:11 +12:00
jack lin
468ffa3325
Changed method name and classes effected
2014-07-29 23:34:46 +12:00
MistPhizzle
fc1032af51
/bending who changes
...
Will tell you if a member is a part of the ProjectKorra team.
Added sub element display for Waterbending
2014-07-28 11:44:32 -04:00
MistPhizzle
bad3c187a2
Clean up Imports / Methods Class
...
Removed the comments from the Methods class that weren't necessary and
cleaned up the imports throughout all of the classes.
2014-07-28 11:44:30 -04:00
MistPhizzle
3b5040d0cc
Make bendability of packed ice configurable
2014-07-28 11:44:27 -04:00
AlexTheCoder
567010673e
Patched bending in any faction land
...
Fixed the bug where a player could bend in any faction's land,
regardless on whether they could build there.
2014-07-27 19:47:14 -04:00
MistPhizzle
64b89d4b90
Added Smokescreen, new Chiblocking Ability
2014-07-26 16:37:54 -04:00
MistPhizzle
6ee2af3b02
Change air particles to clouds
...
This is a bit better with performance than the spell particles
2014-07-25 00:16:52 -04:00
MistPhizzle
94fe066aa9
Add /bending toggle all
...
This turns Bending off for everyone. If Bending is off for everyone, no
single player can turn it back on.
2014-07-24 18:46:57 -04:00
MistPhizzle
ab9fa1b63c
Merge pull request #6 from jacklin213/master
...
Merge pull requests from jacklin213
2014-07-23 10:56:39 -04:00
MistPhizzle
e9c334453e
Air Particles are now White + TagAPI Fix
2014-07-22 21:18:37 -04:00
jack lin
25e01aa855
Updated Reload, Import Cmd - See Description
...
* Added a reload method in the Methods class
* Allows database changes to take effect on /bending reload
* Prevented duplicates from the import command
2014-07-21 21:27:39 +12:00
jack lin
4144ff094d
Simplified Save method using Ternary Operator
2014-07-21 21:05:50 +12:00
jack lin
4e7ae2b5e2
Added Import safeguard - See extended Description
...
* Added Import safeguard to prevent multiple imports
* Added ImportEnabled boolean for import safeguard
* Changed the use of Plugin.getConfig() to config in ConfigManger
2014-07-21 19:29:30 +12:00
MistPhizzle
dfcbfb7132
Waterbenders are more powerful during full moon
2014-07-20 16:27:40 -04:00
MistPhizzle
4ef2e12287
NPE Fix
2014-07-19 20:18:14 -04:00
jack lin
fbf533f49d
Fix attempt NPE in Methods
...
http://pastie.org/9383324
2014-07-18 18:02:52 +12:00
jack lin
7d9419d319
Fix another NPE in Methods
...
http://pastebin.com/sqiqfjin
2014-07-18 18:02:06 +12:00
jack lin
d091ab9765
Fix NPE in Methods
...
http://pastebin.com/9J0qAWTh
2014-07-18 18:01:00 +12:00