パッケージ model.standards

クラス KQMSConstants

java.lang.Object
model.standards.KQMSConstants

public class KQMSConstants extends Object
KQM Standards (KQMS) constants used as the baseline assumptions for all benchmark simulations and artifact optimizations.

These values reproduce the Keqing Mains Compendium standard assumptions, ensuring that DPS comparisons between builds and characters are made on an equal footing.

All constants are public static final and should be referenced directly (no instantiation required).

  • フィールドの概要

    フィールド
    修飾子とタイプ
    フィールド
    説明
    static final double
    Average flat ATK substat value per roll.
    static final double
    Average ATK% substat value per roll (4.96 %).
    static final int
    Standard character level used in DEF multiplier calculations.
    static final double
    Average Crit DMG substat value per roll (6.62 %).
    static final double
    Average Crit Rate substat value per roll (3.31 %).
    static final double
    Average flat DEF substat value per roll.
    static final double
    Average DEF% substat value per roll (6.20 %).
    static final double
    Average Elemental Mastery substat value per roll.
    static final int
    Standard enemy level used in DEF multiplier calculations.
    static final double
    Standard enemy base resistance for all elements (10 %).
    static final double
    Average Energy Recharge substat value per roll (5.51 %).
    static final int
    Number of fixed rolls pre-allocated to each useful substat before the liquid budget is distributed.
    static final double
    Average flat HP substat value per roll.
    static final double
    Average HP% substat value per roll (4.96 %).
    static final int
    Number of "liquid" (freely allocated) substat rolls available for optimization across all five artifact pieces.
  • コンストラクタの概要

    コンストラクタ
    コンストラクタ
    説明
     
  • メソッドの概要

    クラスから継承されたメソッド java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • フィールド詳細

    • HP_FLAT

      public static final double HP_FLAT
      Average flat HP substat value per roll.
      関連項目:
    • ATK_FLAT

      public static final double ATK_FLAT
      Average flat ATK substat value per roll.
      関連項目:
    • DEF_FLAT

      public static final double DEF_FLAT
      Average flat DEF substat value per roll.
      関連項目:
    • HP_PERCENT

      public static final double HP_PERCENT
      Average HP% substat value per roll (4.96 %).
      関連項目:
    • ATK_PERCENT

      public static final double ATK_PERCENT
      Average ATK% substat value per roll (4.96 %).
      関連項目:
    • DEF_PERCENT

      public static final double DEF_PERCENT
      Average DEF% substat value per roll (6.20 %).
      関連項目:
    • CRIT_RATE

      public static final double CRIT_RATE
      Average Crit Rate substat value per roll (3.31 %).
      関連項目:
    • CRIT_DMG

      public static final double CRIT_DMG
      Average Crit DMG substat value per roll (6.62 %).
      関連項目:
    • ELEMENTAL_MASTERY

      public static final double ELEMENTAL_MASTERY
      Average Elemental Mastery substat value per roll.
      関連項目:
    • ENERGY_RECHARGE

      public static final double ENERGY_RECHARGE
      Average Energy Recharge substat value per roll (5.51 %).
      関連項目:
    • CHAR_LEVEL

      public static final int CHAR_LEVEL
      Standard character level used in DEF multiplier calculations.
      関連項目:
    • ENEMY_LEVEL

      public static final int ENEMY_LEVEL
      Standard enemy level used in DEF multiplier calculations.
      関連項目:
    • ENEMY_RESISTANCE_BASE

      public static final double ENEMY_RESISTANCE_BASE
      Standard enemy base resistance for all elements (10 %).
      関連項目:
    • LIQUID_ROLLS

      public static final int LIQUID_ROLLS
      Number of "liquid" (freely allocated) substat rolls available for optimization across all five artifact pieces.
      関連項目:
    • FIXED_ROLLS

      public static final int FIXED_ROLLS
      Number of fixed rolls pre-allocated to each useful substat before the liquid budget is distributed.
      関連項目:
  • コンストラクタの詳細

    • KQMSConstants

      public KQMSConstants()