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

Ports the Power Transmission Laser #26928

Open
wants to merge 36 commits into
base: master
Choose a base branch
from

Conversation

Migratingcocofruit
Copy link
Contributor

@Migratingcocofruit Migratingcocofruit commented Sep 28, 2024

What Does This PR Do

Ports monke station's version of the PTL, a laser that sends power to CC in exchange for credits.
This

Why It's Good For The Game

Aside from the BSH, which only comes every once in a while, engineering don't really have a use for most of the power they produce. This should give a use to all the excess that benefits the station as a whole, and encourages experimental and extreme engine setups.

Images of changes

image

Testing

  • Made sure the laser, engine and SMES were all wired together and not shorted to the station's supply
  • Fired my lazor and got as many credits as I expected.

Declaration

image

  • I confirm that I either do not require pre-approval for this PR, or I have obtained such approval and have included a screenshot to demonstrate this below.

Changelog

🆑
add: Adds the PTL
/:cl:

@ParadiseSS13-Bot ParadiseSS13-Bot added -Status: Awaiting type assignment This PR is waiting for its type to be assigned internally Map Edit This PR will modify a map Sprites This PR modifies the game sprites TGUI This PR modifies TGUI, will conflict labels Sep 28, 2024
@github-actions github-actions bot added the Merge Conflict This PR is merge conflicted label Sep 28, 2024
@1080pCat
Copy link
Contributor

1080pCat commented Sep 29, 2024

whats the credit to energy ratio?

@Migratingcocofruit
Copy link
Contributor Author

Migratingcocofruit commented Sep 29, 2024

whats the credit to energy ratio?

power is in megawatts

((4 * power * 19) / (4 * power) + (19 * 20)) + ((8 * power * 1) / 8 * power + 1)

To put it simply it starts at 1 and approaches 20 at infinity

This is all per cycle.

@BiancaWilkson BiancaWilkson added the Feature This PR is a new addition to the game label Sep 29, 2024
@github-actions github-actions bot removed the Merge Conflict This PR is merge conflicted label Sep 29, 2024
@ParadiseSS13-Bot ParadiseSS13-Bot added -Status: Awaiting approval This PR is waiting for approval internally and removed -Status: Awaiting type assignment This PR is waiting for its type to be assigned internally labels Sep 30, 2024
@SynthTwo
Copy link
Contributor

!wiki_label

@github-actions github-actions bot added the Requires Wiki Update Useful for Wiki Contributers to search for things that need updating label Sep 30, 2024
@ParadiseSS13-Bot ParadiseSS13-Bot added -Status: Awaiting review This PR is awaiting review from the review team and removed -Status: Awaiting approval This PR is waiting for approval internally labels Oct 1, 2024
@github-actions github-actions bot added the Merge Conflict This PR is merge conflicted label Oct 1, 2024
@github-actions github-actions bot added Merge Conflict This PR is merge conflicted and removed Merge Conflict This PR is merge conflicted labels Oct 3, 2024
@github-actions github-actions bot added Merge Conflict This PR is merge conflicted and removed Merge Conflict This PR is merge conflicted labels Oct 9, 2024
@github-actions github-actions bot removed the Merge Conflict This PR is merge conflicted label Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
-Status: Awaiting review This PR is awaiting review from the review team Feature This PR is a new addition to the game Map Edit This PR will modify a map Requires Wiki Update Useful for Wiki Contributers to search for things that need updating Sprites This PR modifies the game sprites TGUI This PR modifies TGUI, will conflict
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants