
Lots and lots of changes in this release! The Combateer subsystem has been totally fixed, with the proper parameters actually being passed to the fireTurret() function. Various bug fixes all around as well, especially pertaining to gathering Aethercraft skills and the like. The big breaking change is the removal of the GM alias from the Empathing subsystem. Empaths now should use GR, for "Grid Repair". GR will, by default, only repair modules that are occupied. GR ALL to repair all modules on the ship.
16 lines
No EOL
789 B
Markdown
16 lines
No EOL
789 B
Markdown
Empath
|
|
======
|
|
|
|
Much of the magic behind the empathing system takes place automatically, without any intervention needed from the user. However, the core functionality is still accessible through user commands.
|
|
|
|
Commands
|
|
--------
|
|
|
|
- `gr [all|reset]` - By default, will check and repair any damaged modules as long as they're occupied by someone. Passing in the `all` parameter will repair all modules on the ship, regardless if they're occupied.
|
|
- `gsliv` - Will check for any slivven infecting the ship and announce their presence upon the ship's aether.
|
|
- `gc` - Will clarity the command chair at the next available opportunity.
|
|
|
|
Crew Commands
|
|
-------------
|
|
|
|
If you're a crew-member, you can trigger the Empath to repair the entire ship by calling out `Repair` on the Ship Aether. |