Interface WaveTemplates.EnemyGroupConfig

All Known Implementing Classes:
LJ_TDI.EnemyGroupConfig_EK.LIP
Enclosing class:
WaveTemplates

public static interface WaveTemplates.EnemyGroupConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    getBounty(int wave, float difficulty, float value)
     
    int
    getCount(int wave, float difficulty, float value)
     
    float
    getDelay(int wave, float difficulty, float value)
     
     
    float
    getHealth(int wave, float difficulty, float value)
     
    float
    getInterval(int wave, float difficulty, float value)
     
    float
    getKillExp(int wave, float difficulty, float value)
     
    int
    getKillScore(int wave, float difficulty, float value)
     
    float
    getSpeed(int wave, float difficulty, float value)
     
  • Method Details

    • getEnemyType

      EnemyType getEnemyType()
    • getInterval

      float getInterval(int wave, float difficulty, float value)
    • getCount

      int getCount(int wave, float difficulty, float value)
    • getHealth

      float getHealth(int wave, float difficulty, float value)
    • getBounty

      float getBounty(int wave, float difficulty, float value)
    • getDelay

      float getDelay(int wave, float difficulty, float value)
    • getSpeed

      float getSpeed(int wave, float difficulty, float value)
    • getKillExp

      float getKillExp(int wave, float difficulty, float value)
    • getKillScore

      int getKillScore(int wave, float difficulty, float value)