From e36802257ee3f2ecc7c2784e1c93415dc725eeb5 Mon Sep 17 00:00:00 2001 From: Kyle Austad Date: Thu, 19 Sep 2024 00:17:27 -0500 Subject: [PATCH] Update README.md --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/README.md b/README.md index 1f93cd4..8912c79 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,32 @@ # ModularShipSystem +All of the components below need stats defined such as power draw and hull reinforcement or shield degredation. + +## Systems to implement: + +- [] Basic spaceship pawn + +### Base Ship Info + +- [] 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 + +### Scanner + +- [] Range and info available from a scan + +### Modules + +- [] 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.