2
0

Update README.md

This commit is contained in:
Kyle Austad 2024-09-19 00:18:03 -05:00
parent e36802257e
commit f3ee31ae0a

View File

@ -4,29 +4,29 @@ All of the components below need stats defined such as power draw and hull reinf
## Systems to implement: ## Systems to implement:
- [] Basic spaceship pawn - [ ] Basic spaceship pawn
### Base Ship Info ### Base Ship Info
- [] Number of hardpoints - [ ] Number of hardpoints
- [] Hull information - [ ] Hull information
- [] Number of modules - [ ] Number of modules
- [] Supported Classes of modules - [ ] Supported Classes of modules
- [] Available upgrade slots - [ ] Available upgrade slots
### Hardpoints ### Hardpoints
- [] Various types of weaponry i.e. kinetic, energy, combo, and emp weapons - [ ] Various types of weaponry i.e. kinetic, energy, combo, and emp weapons
- [] Damage output of hardpoints - [ ] Damage output of hardpoints
### Scanner ### Scanner
- [] Range and info available from a scan - [ ] Range and info available from a scan
### Modules ### Modules
- [] Various Module types i.e. Shields, Engines, Jump Drive, Cargo Bays, Stealth tech, and power delivery - [ ] Various Module types i.e. Shields, Engines, Jump Drive, Cargo Bays, Stealth tech, and power delivery
### Module upgrades ### Module upgrades
- [] Various types of upgrades i.e. hull reinforcements, shield reinforcements. - [ ] Various types of upgrades i.e. hull reinforcements, shield reinforcements.