Lion - UQcsse3200/2024-studio-2 GitHub Wiki
- baseHint: | Dialogue Sequence | Response / Next Option |
|---|---|
| Welcome to Animal Kingdom! | |
| I am Lenny the Lion. | |
| Which tip do you wanna hear about? | |
| 1. What do potions do??? | |
| 2. How to beat the final boss | |
| 3. Nothing. Bye | |
| Option 1: What do potions do??? | "Potions heal you by (n) HP!" |
| "I hope this helped." | |
| Option 2: How to beat the final boss | "Final boss?? That Kangaroo??" |
| "idk" | |
| Option 3: Nothing. Bye | "Good luck!" |
- animalName: "Lion"
- soundPath: "sounds/tiger-roar.wav"
- spritePath: "images/friendly_npcs/lion.atlas"
- AnimationSpeed: 0.2f
- itemProbability: 0.0Details on Lion animation
Specific testing for the lion can be found here: Lion Testing Plan