Class BasePlantConfig

java.lang.Object
com.csse3200.game.entities.configs.plants.BasePlantConfig

public class BasePlantConfig extends Object
Defines a basic set of properties stored in plant entity config files to be loaded by the PlantFactory.
  • Field Details

    • health

      public int health
    • name

      public String name
    • type

      public String type
    • description

      public String description
    • idealWaterLevel

      public float idealWaterLevel
    • adultLifeSpan

      public int adultLifeSpan
    • maxHealth

      public int maxHealth
    • soundFolderPath

      public String soundFolderPath
    • sproutThreshold

      public int sproutThreshold
    • juvenileThreshold

      public int juvenileThreshold
    • adultThreshold

      public int adultThreshold
    • atlasPath

      public String atlasPath
    • oxygen

      public int oxygen
  • Constructor Details

    • BasePlantConfig

      public BasePlantConfig()