L2-scripts Форум

L2-scripts Форум (http://l2-scripts.ru/forum/index.php)
-   Archive Lindvior, Ertheia, Odyssey, Undergeround, Helios, Grand Crusade (http://l2-scripts.ru/forum/forumdisplay.php?f=103)
-   -   Ertheia - STR and p crit damage bonus (NOT BUG) (http://l2-scripts.ru/forum/showthread.php?t=4863)

boulanger 17.11.2014 00:27

Ertheia - STR and p crit damage bonus (NOT BUG)
 
Ertheia october 15 core


in ertheia str no longer affects p critical damage bonus (pcritdamage)

at least ad a config to disable this, so str does no longer affect pcritdamage
ty
Код:

  private static class FuncPCritDamMul extends Func
  {
    static final FuncPCritDamMul func = new FuncPCritDamMul();

    private FuncPCritDamMul()
    {
      super(32, null);
    }

    public void calc(Env env)
    {
      env.value *= BaseStats.STR.calcBonus(env.character);
    }


Core 25.08.2015 05:03

Любая база данных говорит, что STR дает силу удара.
Цитата:

СИЛ (STR): Физ. Атк., Сила Физ. Крит. Удара
http://l2central.info/wiki/Татуировки

Закрыто.


Часовой пояс GMT +4, время: 04:35.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd. Перевод: zCarot