Skip to content
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

restockMissile on playerships #1993

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Piglit
Copy link
Contributor

@Piglit Piglit commented Jul 5, 2023

  • Option to grant stations or ships the ability to automatically restock missiles on player ships.
  • Previously it was only possible to restock missiles of cpuships.
  • Change setRestockMissilesDockes from bool to enum that specifies who can restock missiles: None, cpuships, playerships, fighters, all.
  • The 'fighters'-option automatically restocks missiles on internally docked ships. This is an easy way to provide missiles for player fighters from a carrier without the need for the fighters to dock on a station.
  • New loading bar on the weapons screen indicates that restocking of missiles is in progress.
  • If a playership provides missiles, the power of the missile-system in engineering determines the speed of the restocking.
  • If a playership does not have missiles and does not provide missiles to docked ships, the missile-system in engineering is hidden.
  • GM can select what type of docked ships will be provided with missiles (cpuships, playerships, fighters).
  • Scenarios can set the option via a lua-function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant