@@ -834,6 +834,42 @@ All these changes only affect Renewal. Pre-renewal is unchanged.
834834- Rebalance of ` WS_OVERTHRUSTMAX ` (Maximum Power Thrust)
835835 - Removed chance of weapon destruction
836836
837+ ##### High Priest
838+
839+ - Rebalance of ` HP_BASILICA ` Basilica
840+ - Skill reworked. It is now a simple buff on the caster.
841+ - SC_BASILICA_BUFF added (given by Basilica)
842+ - Boosts MATK of Holy magic skills by ` (3 x SkillLvel)% `
843+ - Boosts Physical ATK by ` (5 x SkillLevel)% ` against elements Shadow and Undead
844+ - Reduced fixed casting from ` (4 + SkillLevel)s ` to ` 1 ` s
845+ - Added ` 3 ` s of Variable cast time
846+ - Global delay reduced to ` 1 ` s
847+ - Added Cooldown of ` 30s `
848+ - SP cost reduced
849+ - Old: ` 80 / 90 / 100 / 110 / 120 ` s
850+ - New: ` 40 / 50 / 60 / 70 / 80 ` s
851+ - SC Duration increased
852+ - Item requirements removed
853+ - Rebalance of ` HP_ASSUMPTIO ` Assumptio
854+ - Effect changed
855+ - Old: Doubles Hard DEF and Hard MDEF
856+ - New: Increases Hard DEF by ` (SkillLv x 50) ` ;
857+ - Increases incoming heal effectivenes by ` (SkillLv x 2) ` %
858+ - Can now be used together with Kyrie Eleison/Kaite/Praefaetio
859+ - Global delay reduced to ` 0.5s ` on all skill levels
860+
861+ ##### Sniper
862+
863+ - Rebalance of ` SN_SHARPSHOOTING ` Focused Arrow Strike
864+ - Reduced Fixed Cast Time: ` 1 ` s -> ` 0.5 ` s
865+ - Reduced Variable Cast Time: ` 1 ` s -> ` 0.5 ` s
866+ - Reduced Global skill delay: ` 1.5 ` s -> ` 0.5 ` s
867+ - Changed damage formula:
868+ - Old: ` (100 + SkillLv x 50) ` %
869+ - New: ` (150 + SkillLv x 200) ` %
870+ - Damage now scales with user's base level
871+ - Changed critical rate bonus: ` 20 ` % -> ` 50 ` % (source: iRO Wiki)
872+
837873### Other changes
838874
839875- The ` is_quest ` argument to ` pc->gainexp() ` has been changed to a ` flags ` bitmask enum, in order to allow expansion to different flags. (#3279 )
0 commit comments