|
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 final Logger | _log = Logger.getLogger(ClassDamageManager.class.getName()) |
|
- Author
- Shyla Adapted By Zeit
◆ 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
-
- Returns
- output = attackerMulti*attackedMulti
The documentation for this class was generated from the following file:
- /home/master/Documents/l2/servers/source/l2premium/L2JPremium_GameServer/src/com/premium/game/manager/ClassDamageManager.java