The Radioisotope Thermoelectric Generator (RTG) isa power source that
players may encounter in the game that doesn't have an entry in the
guidebook yet. This commit fixes that.
* Minor cloning change in guidebook
Cloning this should be removed at some point anyway, but im unsure if it can still be found in salv? can anyone confirm?
* Changes and updates to survival, removed fluff
* Create TradeStation.xml
* Forgor
* Change hex
* Rework this cause it was out of date
* Pointless spacing fixed (copy and pasted made it funny,)
* revert (somewhat)
Science cant set up cloning, so i just removed that part
* Remove more space
* Remove wheelchairs
Vehicle code is dogwater and wheelchairs just keeps exposing edgecases. If someone wants it brought it back they can do vehicle refactor.
* Also this one
* Remove vehicles
* goodbye vehicles
* Remove this check
* sasd
* Cronch
* Add sprites back
* jani
* Added a glossary to the guidebook to help new players understand slang.
🆑 2013HORSEMEATSCANDAL
- add: What's a Greytide ? The new edition of your employee guidebook now has a glossary !
* added one more definition
* update botany guidebook entry; now includes basics of job, hydroponics tray, and seed extractor.
* fixed spacing issue
* update text colors to match referenced light colors
* Work for today, base work done for guidebook entries, try to fix parsing error for document.
* Finished Cyborg entry, fixed locale.
* Minor corrections.
* Final revision.
* Minor grammatical correction.
* Another minor grammatical correction.
* Grammatical corrections, along with further clarification.
* Apply suggestions from code review
Proofread and revision from EmoGarbage404, which I am thankful.
Co-authored-by: Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
* Added GuideHelpComponent linking to cyborg guidebook entry to related prototypes. Corrected endoskeleton prototype's GuideHelpComponent. Added text link in robotics guidebook entry to the cyborg guidebook entry.
---------
Co-authored-by: Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
* Adds guidebook entries for the access configurator and installing airlock security upgrades
* Moved the guidebook entry on airlock security to be under engineering
* Basic TEG start.
Connects via node group.
* Basic TEG test map
* Sensor monitoring basics, TEG circulator flow
* Basic power generation (it doesn't work)
* More sensor monitoring work
* Battery (SMES) monitoring system.
* Sensor monitoring fixes
Make it work properly when mapped.
* Test map improvements
* Revise TEG power output mechanism.
Now uses a fixed supplier with a custom ramping system.
* TEG test map fixes
* Make air alarms and pumps open UI on activate.
* Clean up thermo machines power switch.
Removed separate Enabled bool from the component that always matched the power receiver's state.
This enables adding a PowerSwitch component to give us alt click/verb menu.
* TEG but now fancy
* Make sensor monitoring console obviously WiP to mappers.
* Vending machine sound, because of course.
* Terrible, terrible graph background color
* Examine improvements for the TEG.
* Account for electrical power when equalizing gas mixtures.
* Get rid of the TegCirculatorArrow logic.
Use TimedDespawn instead. The "no show in right-click menuu" goes into a new general-purpose component.
Thanks Julian.
* Put big notice of "not ready, here's why" on the sensor monitoring console.
* TryGetComponent -> TryComp
* Lol there's a HideContextMenu tag
* Test fixes
* Guidebook for TEG
Fixed rotation on GuideEntityEmbed not working correctly.
Added Margin property to GuideEntityEmbed
* Make TEG power bar default to invisible.
So it doesn't appear in the guidebook and spawn menu.