Adds the Model 'Atelier' Railgun#6320
Open
Gristlebee wants to merge 37 commits into
Open
Conversation
Member
|
very cool. a different sound may be in order though |
Contributor
|
some small bugs, right clicking will completely ignore the chargeup time and fire instantly, doing the same damage as you would if charged. also, the laser is a little janky. it will interact with things like it's actually shooting them, and spam the chat with messages of the laser hitting an object if you have at least 2 tiles inbetween what you're aiming at. Screen.Recording.2026-05-29.175003.mp4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
About The Pull Request
Generalizes the beam rifle's charge up and aiming behavior into a component.
Adds the Solarian Model 'Atelier' Railgun.
Sprites by TheArbiter
The Atelier Railgun deals 60 damage with 50 AP, however, it requires time to charge up each shot by holding down the mouse. Moving while charging or rapidly changing your aim angle will increase charge time.
You can cancel a shot pressing the unique action key while charging.
2026-05-27.00-29-49.mp4
The Atelier can be bought from Solarian Cargo for 6500, or rarely found in the black market.
Why It's Good For The Game
I think it'll be a neat new gun, and fills in a niche of heavy gauss weaponry. Generalizing the charging behavior of the beam rifle should also open up design space for new kinds of weapons as well in future.
Changelog
🆑 TheArbiter
add: Solarian Atelier Railgun
add: aimed_fire component
/:cl: