Note:
This is just a trial version of the CE3 Plugin, since a lot of you requested for 1.21.4 update and I included a backward compatibility, I don't entertain any discussions about this resource
Backward Compatibility: 1.16.4 to 1.21.4
Bug Fix:
- Sell item in raco on invalid price
- Custom Item (BOW) - Removed bow damage on melee [which doesn't make sense], set to 0.8 from custom damage
- Custom Item (BOW) - Fixed arrow damage to custom damage (custom damage)
- Fixed Bow invalid damage on arrow hit to player/entities
- Fixed MagicWand damage: MagicDamage = (WAND_DMG * 3)
- Fixed Invalid Magic Damage causing 1 hit on magic wand enchantments
- Fixed value pass error on brilliance enchantment
- Fixed Regain bug [ not working on sudden hit ]
Modifications
- Major overhaul to Custom Enchantments (removed dependency to Enchantment.class)
- Optimized plugin command handler
- Chance of getting a lootItem per chest slot is increased to (10% * rarityChance %) from (5% * rarityChance %)
- Custom Item (BOW) critical damage set to [dmg = weaponDmg + (weaponDmg * 1.5)]
- Bow/CrossBow velocity changed to [0.8 + ((UNSWERVING_SHOT/5) * 0.3)] which increase the projectile distance on MAX UNSWERVING_SHOT
- AUTO_FARM: Set auto farm chance to 10% per level (from 8%)
- SUDDEN_BLOW: Added blindness particle effect + lightning (no damage)
- Changed sound effect to orb pickup on buying Custom Enchantments in shop
- Debuff: Mana regen rate set to (0.05 + (INTELLIGENCE * 0.0495)) from (0.2 + (INTELLIGENCE * 0.1))
- ManaCost Adjusted: Making abilities less expensive on higher level
totalCost = (manaCostMultiplier * (ENCHANT_LEVEL - 1) * mana_cost)
totalCost = totalCost - (totalCost * (10% * INTELLIGENCE))
- Fireball damage buffed: bonusDamage = MagicDamage * MagicBonusDamage | Fireball I + INTELLIGENCE 200 = 21dmg
- Blackhole damage buffed: TotalDmg = LEVEL * (MagicWand + 0.2) * 3 * MagicBonusDamage * pointBlankRange (0 - 1)
- SuperNova damage buffed: TotalDmg = LEVEL * (MagicWand + 0.3) * 3 * MagicBonusDamage * pointBlankRange (0 - 1)
- Nebula damage buffed: TotalDmg = LEVEL * (MagicWand + 0.1) * 3 * MagicBonusDamage * pointBlankRange (0 - 1)
- Lightning damage buffed: TotalDmg = LEVEL * MagicDamage * MagicBonusDamage
- Storm damage buffed: TotalDmg = LEVEL * (MagicWand + 0.5) * 3 * (MagicBonusDamage / 2)
- Mana Burn buffed: ManaDrain = LEVEL * (WAND_DMG + 5) * 3 // Increased drain effect to counter high level mages
- Falling star damage buffed: TotalDmg = LEVEL * (MagicWand + 2) * 3 * MagicBonusDamage
- Magic Resist Enchantment set to max level [5]
- Magic Resist Enchantment set to absorb 3% of MagicDamage per level, Maximum that the player can absorb is 60% (complete armor set at max level MR)
- Added Basic Magic resist to PLAYERS with INTELLIGENCE attribute, AbsorbDmg = TotalMagicDamage - 25% MAX INTELLIGENCE | Absorb 25% damage on max INTELLIGENCE
- Light Spirit buffed: TotalMagicDamage = 1.8 * level * 10% of MagicBonusDamage
- LifeSteal buffed: HealthStolen = totalDamage * (8% * level), chance of 10% per level (Max 30%)
- Bleed modified: TotalDamage = 2 * level * (level * 3 seconds)
- Critical modified: TotalDamage + 50% * level, chance of 5% per level (Max 25%)
- Poison modified: TotalDamage = 1.6 * level * (level * 4 seconds)
- Mana Steal modified: StolenMana = 3 * level to players, 1 mana to mobs
- Execute modified: Damage = (LEVEL * 1.5) * MissingHealth%
- Juggernaut buffed: Deals 1.5 critical damage per level
- Confusion adjusted: Effect triggers every 4 ticks for 5 seconds
- DragonBreath adjusted: gain bonus damage (1.5 * level) and inflict flame within 2 block radius
- Tank enchantment set to max level [5]
- Tank enchantment to absorb 3% of physical damage per level and 1% of critical damage per level. Max of 60% absorb to physical damage and 20% on critical
- Poisonous Thorns: Deals bonus damage of (0.5 per level) + poison for (2 seconds x level) (Max level: 10) chance of 5% per level
- Freeze: Deals bonus damage of (0.2 per level) + freeze (2 seconds) (Max level: 10) chance of 5% per level\
- Omnivamp: get 5% of enemy health, chance of 5% per level
- Blindess: apply (1.5s x level) blindness to attacker, 10% chance
- Regain modified: Up to 5 levels, cooldown will be deducted by 10s per level
- ManaShield: Absorb 100% of damage and convert it to a mana cost, cost is deducted by 5% per level of the 50% damage taken
- Sturdy: Absorb physical damage (2% per level)
Skill Modifications
- Berserk: get bonus damage of (0.2) x hpLost x BERSERK_LEVEL
- SwordMastery: 1 bonus damage per level (only works on swords)
- Penetration: Reduce enemy Damage Resistance by 0.5% (5% on MAX level)
New Features:
- Dummy shop type can now absorb damages [shows in subtitle]
- Create shop with entity types: [horse, piglin, pillager, sheep, villager, witch, wolf] for fun experience
- Open Shop using command '/ce shop' [Must be enabled in config.yml]
- Added MagicBonusDamage: (1 + INTELLIGENCE * 0.01)
- New Command: "/ce help"
- NEW SHOP
- Animal Armor Enchantments shop [Horse Armor]
- NEW ENCHANTMENT:
- Companion Healing (5 levels)
applies healing to Animal Armor [0.2hp * LEVEL] per 5 seconds