• Hello Guest! Did you know that ProjectKorra has an official Discord server? A lot of discussion about the official server, development process, and community discussion happens over there. Feel free to join now by clicking the link below.

    Join the Discord Server
Spirits: The Complete Set

Spirit Spirits: The Complete Set Build 10, PK 1.10.0, Spirits Remastered






★ By wishing and having a positive mind, light spirits are able to harness and channel their positive energies to be ★
able to heal from wounds.






★ By channeling all the stored energy within the bodies of Light spirits, they are able to release it in the form of a ★
bright beam!





★ Enlightenment allows the user to gain buffs and positive effects through the use of spiritual knowledge! With the ★
help of other spirits and light spirits, buffs are more stronger and effective!





By creating a shield of positive light energy around themselves, Light spirits are able to protect themselves
from negative status effects with positive status effects.



★ Light spirits are able to generate a protective barrier that expands from their location and repel enemies away while ★
boosting their light spirit allies with damage protection!





Light spirits like dark spirits are able to awaken and summon spirits to come to their aid and protection.
Light spirits are able to attack Dark spirits and other dark creatures with a powerful beam of light! By intercepting these beams as a light spirit, you are able to gain health!



★ Light spirits are the embodiment of positive energy! With the mentality of hopeful and positive thinking, they gain ★
positive effects! Every time you get hit, there is a small chance of getting regeneration.





When Light spirits perish, they leave behind a piece of residual energy containing light. Any fellow Light spirits
touching and absorbing this afterglow will gain back health and energy while any Dark spirit or creature will be hurt.






★ Dark spirits are entities filled with rage and malevolence. They are able to infect and influence the area around them ★
and imbue their negative energies to it. They could also summon more dark spirits within this area in order to spread their corruption. Mobs and land are also affected in this area of influence.




★ By channeling all the stored energy within the bodies of Dark spirits, they are able to release it in the form of a★
deadly beam!




★ Dark spirits are able to charge and assault their victims, oftentimes badly deforming and corrupting them! ★




Dark spirits are able to travel quickly in the darkness and render themselves permeable for a split second to
any attack by transforming into the night! When in shadow mode however, spirits are unable to see due to transforming into pure darkness.



★ Dark spirits are able to use their dark influence on other creatures nearby, slowly corrupting them by penetrating ★
their free will and their ability to move and pulling them towards the darkness.





Dark spirits are able to infect their targets with dark energy and spread their negative energies towards
their
mind. By doing so, they can inflict absolute dissonance towards the strengths of all creatures with every worst status effect.



Dark spirits are full of negative energy that can influence their targets. Dark spirits are able to release this energy ★
and conjure an aura that gives negative effects to any nearby entity. Every time you get hit, there is a small chance of releasing an aura wave.





★ Dark spirits and mobs alike are mutual with one another! Their alliance compels monsters to not target the dark ★
spirits.




★ Some spirits are able to levitate and even fly through the air! The physiology of these spirits allow them to float for a ★
while.



Spirits are able to launch themselves in the air with such high speeds and acceleration that they are able to
aggressively slam themselves on the ground to cause ruptures.



Code:
Spirits:
      Combos:
        Neutral:
          Skyrocket:
            Disabled: false
            Cooldown: 12000
            RegenTime: 18000
            Speed: 3
            Damage: 3
            Radius: 2.5
        Light:
          Awakening:
            AttackChance: 0.007
            Damage: 1
            Disabled: false
            Cooldown: 26000
            Duration: 14000
            Radius: 6
            HealAmount: 0.5
          Sanctuary:
            Enabled: true
            Cooldown: 18000
            Duration: 9500
            Radius: 8
            Repel: 0.3
            Damage: 3
            EffectDuration: 2.5
            EffectAmplifier: 1
        Dark:
          Pandemonium:
            Enabled: true
            Cooldown: 18000
            Duration: 10500
            Radius: 10
            Pull: 0.02
            EffectAmplifier: 0
            EffectDuration: 3
          Nightmare:
            Disabled: false
            Cooldown: 16000
            Radius: 5
            Damage: 3
            EffectAmplifier: 4
            EffectDuration: 8000
      Abilities:
        Dark:
          Onslaught:
            Disabled: false
            Cooldown: 7500
            Duration: 1
            Damage: 3
            Speed: 0.4
            EffectAmplifier: 1
            EffectDuration: 1.5
          DarkBeam:
            Disabled: false
            Cooldown: 7000
            ChargeTime: 4000
            Duration: 2000
            Damage: 2
            Range: 20
          Corruption:
            Disabled: false
            Cooldown: 12000
            Radius: 6
            Duration: 15
            EffectDuration: 2
            EffectAmplifier: 1
          Shadow:
            Disabled: false
            Cooldown: 10000
            Duration: 500
            CollisionRadius: 1
            TeleportRange: 8
        Light:
          Wish:
            Disabled: false
            Cooldown: 7000
            ChargeTime: 4500
            WaitDuration: 15000
            HealAmount: 4
          Enlightenment:
            Disabled: false
            Cooldown: 10000
            ChargeTime: 4.5
            EnlightenRadius: 1.5
            EffectAmplifier: 3
            EffectDuration: 12
            AbsorptionHealth: 3
          LightBeam:
            Disabled: false
            Cooldown: 7000
            ChargeTime: 4000
            Duration: 2000
            Damage: 2
            Range: 20
          Safeguard:
            Disabled: false
            Cooldown: 14000
            Duration: 10000
        Neutral:
          Float:
            Disabled: false
            Cooldown: 7000
            FloatDuration: 4500
            FloatPower: 1
      Passives:
        Light:
          WishfulThinking:
            Enabled: true
            EffectDuration: 6
            EffectAmplifier: 0
            Chance: 0.01
          Afterglow:
            Enabled: true
            Cooldown: 8000
            HealAmount: 3
            Damage: 4
            Duration: 20000
        Dark:
          DarkAlliance:
            Enabled: true
          SinisterAura:
            Enabled: true
            Cooldown: 500
            Range: 3
            EffectAmplifier: 1
            EffectDuration: 3
            Chance: 0.01




Corruption:
Code:
bending.ability.Corruption
DarkBeam:
Code:
bending.ability.DarkBeam
Onslaught:
Code:
bending.ability.Onslaught
Shadow:
Code:
bending.ability.Shadow
SinisterAura:
Code:
bending.ability.SinisterAura
DarkAlliance:
Code:
bending.ability.DarkAlliance
Pandemonium:
Code:
bending.ability.Pandemonium
Nightmare:
Code:
bending.ability.Nightmare
Enlightenment:
Code:
bending.ability.Enlightenment
LightBeam:
Code:
bending.ability.LightBeam
Wish:
Code:
bending.ability.Wish
Safeguard:
Code:
bending.ability.Safeguard
WishfulThinking:
Code:
bending.ability.WishfulThinking
Afterglow:
Code:
bending.ability.Afterglow
Sanctuary:
Code:
bending.ability.Sanctuary
Awakening:
Code:
bending.ability.Awakening
Float:
Code:
bending.ability.Float
Skyrocket:
Code:
bending.ability.Skyrocket




Previous Updates Available For:

(Before Build 9)
ProjectKorra 1.8.8
Spigot 1.13.2
Spirits 1.10.13


(Build 9)
ProjectKorra 1.8.9-1.9.0
Spigot 1.15.2
Spirits 1.10.13

(Latest Update Available For: ProjectKorra 1.10.0
/ Spigot 1.19.2 / Spirits Remastered)

Source code:



If the abilities do not load, copy and paste the configuration above into your config.yml and stop and run your server again.

Make sure you have Numin's Spirits loaded in before adding this!! If you do not, download it
here, remastered by StrangeOne101 (download before Build 10, here).
(Numin's Spirits must be loaded in the plugins folder while The Complete Set must be loaded in the Abilities folder)

This is not an official ProjectKorra ability, therefore, no official support will be provided in any threads other than this one. Use at your own risk.
Author
Pride
Downloads
8,865
First release
Last update
Rating
4.33 star(s) 9 ratings

More resources from Pride

Latest updates

  1. updated to support ProjectKorra 1.10.0 (by StrangeOne101)

    - 1.10.0 compatibility - listener loads only once
  2. fixed combos

    - fixed combos so they dont activate while toggled
  3. bug fixes -- again

    - permission fixes - Skyrocket no longer affects bedrock - Skyrocket particle effect changes -...

Latest reviews

does this work for 1.9.2 ?
Pride
Pride
it most likely does not. any questions you have, leave in the Discussion tab
Great work as always from Pride
Pride
Pride
thank you :)
Really cool mod, but seems broken for 1.12.2. Is that something I've done wrong, or is it not compatible?

Either way, totally worth it if you can make it work!

To add, I want it to work for PK version 1.8.7 if possible!
Pride
Pride
sorry, its only available for spigot 1.13.2 - 1.15.2 (pk 1.8.8-1.8.9). seeing as there have been major updates from 1.12.2 - 1.13.2, i dont think ill be making an older version, apologies :(
  • ziv
  • 3.00 star(s)
  • Version: Build 9, PK 1.8.9, Spirits 1.10.13
plssssssss do it for projectkorra 1.90
Can you add a spirit form or something like a move that you can toogle basically when its toggled you take less damage and you turn blue and kind of transparent if thats possible to look like a spirit
Pride
Pride
thank you for the review. this however, is not the place to be suggesting new abilities. leave it in the discussion thread.
D
  • Deleted member
  • 5.00 star(s)
  • Version: Build 9, PK 1.8.9, Spirits 1.10.13
I would love to see what it has to offer, but I put this in my plugins folder and it doesn't even recognize it, I use paperspigot 1.15.2, (I also tried Abilities folder just to make sure still nothing).
Pride
Pride
thanks for the review! hope it works out now :)
Does this work for 1.15.2, or can you update it to if it doesnt? xx
Pride
Pride
yes everything should work for 1.15.2
however, please let me know if you find any bugs or issues with it :)
Pride!!!! ITS AWSOME!!!!

but can you do support for PK version 1.8.7 and MC version 1.12.2 ?

would be damn nice if this is possible :=)
Pride
Pride
thank you so much!! :)

and for sure, message me here or on discord prideyyh#2655
Omg I've been waiting so long for an update for this! This is fricken amazing thank you so much for yet another amazing addition too bending!
Pride
Pride
thanksss luv :))
Top