Class BasePlantConfig
java.lang.Object
com.csse3200.game.entities.configs.plants.BasePlantConfig
Defines a basic set of properties stored in plant entity config files to be
loaded by the PlantFactory.
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
int
int
float
int
int
int
int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
health
public int health -
name
-
type
-
description
-
idealWaterLevel
public float idealWaterLevel -
adultLifeSpan
public int adultLifeSpan -
maxHealth
public int maxHealth -
soundFolderPath
-
sproutThreshold
public int sproutThreshold -
juvenileThreshold
public int juvenileThreshold -
adultThreshold
public int adultThreshold -
atlasPath
-
oxygen
public int oxygen
-
-
Constructor Details
-
BasePlantConfig
public BasePlantConfig()
-