L2JPREMIUM  5M
com.premium.game.manager.ClassDamageManager Class Reference
Collaboration diagram for com.premium.game.manager.ClassDamageManager:

Static Public Member Functions

static void loadConfig ()
 
static double getClassDamageToMage (final int id)
 
static double getClassDamageToFighter (final int id)
 
static double getClassDamageByMage (final int id)
 
static double getClassDamageByFighter (final int id)
 
static int getIdByName (final String name)
 
static String getNameById (final int id)
 
static double getDamageMultiplier (final L2PcInstance attacker, final L2PcInstance attacked)
 

Static Protected Attributes

static final Logger _log = Logger.getLogger(ClassDamageManager.class.getName())
 

Detailed Description

Author
Shyla Adapted By Zeit

Member Function Documentation

◆ getDamageMultiplier()

static double com.premium.game.manager.ClassDamageManager.getDamageMultiplier ( final L2PcInstance  attacker,
final L2PcInstance  attacked 
)
inlinestatic

return the product between the attackerMultiplier and attackedMultiplier configured into the classDamages.properties

Parameters
attacker
attacked
Returns
output = attackerMulti*attackedMulti

The documentation for this class was generated from the following file: