2
0
ModularShipSystem/README.md

42 lines
1.2 KiB
Markdown
Raw Normal View History

2024-09-18 23:10:23 -06:00
# ModularShipSystem
2024-09-18 23:17:27 -06:00
All of the components below need stats defined such as power draw and hull reinforcement or shield degredation.
2024-09-20 01:16:31 -06:00
## Systems to implement
2024-09-18 23:17:27 -06:00
2024-09-20 01:16:31 -06:00
- [X] Basic spaceship pawn
- [X] Docking using sockets
- [X] Toggles for docking UI and player control over the pawn
- [ ] Data driven shop UI
2024-09-18 23:17:27 -06:00
### Base Ship Info
2024-09-18 23:18:03 -06:00
- [ ] Number of hardpoints
- [ ] Hull information
- [ ] Number of modules
- [ ] Supported Classes of modules
- [ ] Available upgrade slots
2024-09-18 23:17:27 -06:00
### Hardpoints
2024-09-18 23:18:03 -06:00
- [ ] Various types of weaponry i.e. kinetic, energy, combo, and emp weapons
- [ ] Damage output of hardpoints
2024-09-18 23:17:27 -06:00
### Scanner
2024-09-18 23:18:03 -06:00
- [ ] Range and info available from a scan
2024-09-18 23:17:27 -06:00
### Modules
2024-09-18 23:18:03 -06:00
- [ ] Various Module types i.e. Shields, Engines, Jump Drive, Cargo Bays, Stealth tech, and power delivery
2024-09-18 23:17:27 -06:00
### Module upgrades
2024-09-18 23:18:03 -06:00
- [ ] Various types of upgrades i.e. hull reinforcements, shield reinforcements.
2024-09-20 01:16:31 -06:00
- [ ] Move UI handling for space station to a HUD class using the interfaces to toggle everything
- [ ] docking should change pawn rotation as well
2024-09-20 15:13:42 -06:00
### Attributions
<a href="https://www.flaticon.com/free-icons/miscellaneous" title="miscellaneous icons">Miscellaneous icons created by Ali Syaifullah - Flaticon</a>