-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add more stats to the ship actor #428
Comments
(This is from MgT2e perspective, some details might differ for Cepheus) There is the component tab and there are various types of components. I created components for Hull, M-Drive, J-Drive, Power Plant etc. There are rating, total quantity and available quantity fields. I used rating for fixed stats (e.g. J-Drive) and available/total quantity for e.g. cargo space, thrust points, staterooms etc. I like the component-based approach a bit more than having separate fields for various stats (especially for rarely changing stats like total tonnage etc.). It allows you to go into more granularity, if you want. It's more generic so easier to fit into different rulesets, house rules etc. In general, it more closely resembles how the ships are actually constructed. There are multiple problems with the components though. (And proposed solutions for them):
I think all of the above would essentially solve the original issue. What do you think? All of this could be implemented incrementally, roughly in the listed order. |
I think you raise some good points, and these would be welcome changes! Components was recently introduced and we are currently giving the ships a quite large overhaul, so it would be great if you would like to help us on this journey! If you are not already on discord please join the discord channel to take part of the latest discussions. |
Great, sounds good. I tried joining the Discord channel but it seems that the invite link is expired/invalid. Could you update it or ask someone who can? (in the README so others can also join) |
It's updated now. Posting it here just in case as well: https://discord.gg/7GFVvVRQDZ |
Is your feature request related to a problem? Please describe.
There are several ship stats that are useful to track that currently are not part of the ship actor.
Describe the solution you'd like
Add fields to track:
Probably in a new tab for most of these, however some of them like thrust/spent thrust and armor would be good too have on the main page (since they are being changed or referred to during combat often)
Describe alternatives you've considered
Keep it in the notes section
Additional context
The text was updated successfully, but these errors were encountered: