From f3ee31ae0a5e0eee08cd4605c713780c4cca649c Mon Sep 17 00:00:00 2001 From: Kyle Austad Date: Thu, 19 Sep 2024 00:18:03 -0500 Subject: [PATCH] Update README.md --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 8912c79..15c99c0 100644 --- a/README.md +++ b/README.md @@ -4,29 +4,29 @@ All of the components below need stats defined such as power draw and hull reinf ## Systems to implement: -- [] Basic spaceship pawn +- [ ] Basic spaceship pawn ### Base Ship Info -- [] Number of hardpoints -- [] Hull information -- [] Number of modules -- [] Supported Classes of modules -- [] Available upgrade slots +- [ ] Number of hardpoints +- [ ] Hull information +- [ ] Number of modules +- [ ] Supported Classes of modules +- [ ] Available upgrade slots ### Hardpoints -- [] Various types of weaponry i.e. kinetic, energy, combo, and emp weapons -- [] Damage output of hardpoints +- [ ] Various types of weaponry i.e. kinetic, energy, combo, and emp weapons +- [ ] Damage output of hardpoints ### Scanner -- [] Range and info available from a scan +- [ ] Range and info available from a scan ### 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 -- [] Various types of upgrades i.e. hull reinforcements, shield reinforcements. +- [ ] Various types of upgrades i.e. hull reinforcements, shield reinforcements.