Class BossCombatDialogueData
java.lang.Object
com.csse3200.game.components.combat.BossCombatDialogueData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[][]
getDialogue
(String entityName, boolean winStatus) Get the dialogue option for a specific boss.
-
Constructor Details
-
BossCombatDialogueData
public BossCombatDialogueData()Initialise dialogues for each boss entity
-
-
Method Details
-
getDialogue
Get the dialogue option for a specific boss. Returns dialogue depending on win status- Parameters:
entityName
- The boss entity name in string formatwinStatus
- True if player won the battle, false otherwise- Returns:
- The dialogue string for post boss combat
-