The open source repository for the action RPG game in development by Sig Productions titled 'Adventures in Lestoria'! https://forums.lestoria.net
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AdventuresInLestoria/Crawler/TODO.txt

45 lines
1.1 KiB

12 months ago
January 1st
===========
Buff Item Script
Sell Item Merchant Screen
Blacksmith Item Crafting Screen
Randomized Item Stats
- Get Item may return multiples of the same item.
- Removing an item with multiples require a specific item to be selected.
- Gear should never stack.
The Hub / NPC Interactions
Save/Load Game
- Save Inventory Items/Equips
- Player Base Level/Stats
- Unlock Progress
- World Map Location
Audio Engine
- Audio Ambience Zones
- Menu Sound Effects
- Attack / Enemy Sound Effects
- Music Loading/Looping
Settings Menu
- Volume Controls
- Key Configuration
-Upon pressing a key, check if the key is bound to another option, if so,
remove that bind from the list. Up to two keys may be binded per action.
Tile Groups per object instead of all adjacent tiles
12 months ago
January 31st
============
Implement the rest of the enemy types:
- Baby Wolf
- Wolf
- Wolf Leader
- Baby Bear
- Brown Bear
- Green Frog
- Red Frog
- Orange Frog
- Blue Frog
Implement Ursule, Mother of Bears Boss
Story proofreading/correcting/storyboarding
- Add a command to play sound effects/music.
- Game Controller Support
- Should use the Keybind structure that already exists.