BangleApps/apps/slimehunt/README.md

78 lines
1.6 KiB
Markdown
Raw Permalink Normal View History

2021-12-21 20:23:40 +00:00
<><><><>-SLIME HUNT-<><><><>
2021-12-21 17:15:02 +00:00
2021-12-21 20:23:40 +00:00
Slime Hunt is a RPG turn-based style combat game
where you fight slimes until your HP runs out.
2021-12-21 17:15:02 +00:00
2021-12-21 17:15:46 +00:00
The main goal is to beat your personal highscore!
2021-12-21 20:23:40 +00:00
============================
2021-12-21 17:16:00 +00:00
2021-12-21 17:15:02 +00:00
During each fight the player has 3 options,
2021-12-21 20:23:40 +00:00
BTN1) FIGHT
- Attacks the slime, dealing 1 hp worth of damage.
2021-12-21 17:15:02 +00:00
2021-12-21 20:23:40 +00:00
BTN2) DEFEND
- Defends against the slime, blocking 3 damage from the next slime attack.
2021-12-21 17:15:02 +00:00
2021-12-21 20:23:40 +00:00
BTN3) RUN
- Find a new slime to fight against. (This could change in the future!)
2021-12-21 17:15:02 +00:00
2021-12-21 20:23:40 +00:00
============================
2021-12-21 17:15:02 +00:00
There are currently 5 types of slime each with unique behavior.
2021-12-21 20:23:40 +00:00
<><>-BEHAVIORS-<><>
2021-12-21 17:15:02 +00:00
2021-12-21 20:23:40 +00:00
1. NEUTRAL
- Slime deals 0-1 damage on it's next attack.
2021-12-21 17:15:02 +00:00
2021-12-21 20:23:40 +00:00
2. ANGRY
- Slime deals 3-5 damage on it's next attack.
2021-12-21 17:15:02 +00:00
2021-12-21 20:23:40 +00:00
3. ERACTIC
- Slime deals 0-5 damage on it's next attack.
2021-12-21 17:15:02 +00:00
2021-12-21 20:23:40 +00:00
<><>-ITEMS-<><>
2021-12-21 20:14:31 +00:00
2021-12-21 20:23:40 +00:00
1. Attack Up
- +1 damage next battle.
2021-12-21 20:14:31 +00:00
2021-12-21 20:23:40 +00:00
2. Defence Up
- +1 defence next battle, stacks with block.
Setting defence to 4 when using DEFEND, and 1 otherwise.
2021-12-21 20:14:31 +00:00
2021-12-21 20:23:40 +00:00
3. HP Up
- +3 HP.
2021-12-21 20:14:31 +00:00
2021-12-21 20:23:40 +00:00
4. Block Up
- +2 block on DEFEND next battle,
setting Defence to 5 when using DEFEND command.
2021-12-21 20:14:31 +00:00
2021-12-21 20:23:40 +00:00
5. Critical Up
- 20% chance to crit next battle on each attack,
instantly defeating the Slime.
2021-12-21 20:14:31 +00:00
*****Using the RUN command causes you to lose your item!*****
2021-12-21 17:15:02 +00:00
2021-12-21 20:23:40 +00:00
<><>-SLIMES-<><>
2021-12-21 17:15:02 +00:00
2021-12-21 20:23:40 +00:00
1. GREEN SLIME
- Is always neutral. | 0% chance of item.
2021-12-21 17:15:02 +00:00
2021-12-21 20:23:40 +00:00
2. RED SLIME
- Can be either neutral or angry. | 10% chance of item.
2021-12-21 17:15:02 +00:00
2021-12-21 20:23:40 +00:00
3. GRAY SLIME
- Can be neutral, angry or eratic. | 20% chance of item.
2021-12-21 17:15:02 +00:00
2021-12-21 20:23:40 +00:00
4. YELLOW SLIME
- Is always eratic. | 50% chance of item.
2021-12-21 17:15:02 +00:00
2021-12-21 20:23:40 +00:00
5. PURPLE SLIME
- Is always angry. | 100% chance of item.
2021-12-21 17:15:02 +00:00
2021-12-21 20:23:40 +00:00
============================
2021-12-21 17:15:02 +00:00
Created by Colton LaChance!