-
-
Notifications
You must be signed in to change notification settings - Fork 539
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
Bullet stacks #3456
Bullet stacks #3456
Conversation
it's peam |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
This reverts commit 8922a42.
You can get invisible 0 bullet stacks. Just activate 1 bullet bullet stacks in your hand. |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
This is now ready |
desc = "A 7-round speed loader for quickly reloading .357 revolvers. These rounds do good damage with average performance against armor." | ||
icon_state = "speedloader_357-6" | ||
base_icon_state = "speedloader_357" | ||
ammo_type = /obj/item/ammo_casing/a357 | ||
caliber = ".357" | ||
max_ammo = 7 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
desc = "A 7-round speed loader for quickly reloading .357 revolvers. These rounds do good damage with average performance against armor." | |
icon_state = "speedloader_357-6" | |
base_icon_state = "speedloader_357" | |
ammo_type = /obj/item/ammo_casing/a357 | |
caliber = ".357" | |
max_ammo = 7 | |
desc = "A 6-round speed loader for quickly reloading .357 revolvers. These rounds do good damage with average performance against armor." | |
icon_state = "speedloader_357-6" | |
base_icon_state = "speedloader_357" | |
ammo_type = /obj/item/ammo_casing/a357 | |
caliber = ".357" | |
max_ammo = 6 |
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may not be viewable. --> <!-- You can view Contributing.MD for a detailed description of the pull request process. --> ## About The Pull Request Partial port of Mojave-Sun/mojave-sun-13#2076 and surrounding PRs Adds bullet handfuls. You can only have the same type of ammunition in a handful. No mismatched stacks Spent casings are not stackable. Generally, the rule is: * By default, stacks can contain 12 rounds. * Pistol-equivalent stacks contain 15 rounds. * Shotshell stacks contain 8 rounds. * Rifle stacks contain 15 rounds. * Large calibre stacks contain 5 rounds. Also replaces old ammo boxes with storage boxes that come pre-filled with stacks of bullets like this: ![image](https://github.com/user-attachments/assets/cb71a690-cbd2-4973-bfca-4e8b9f472349) Here's how the stacks look: ![image](https://github.com/user-attachments/assets/8cb64f4e-8b4c-4b87-9c60-96a8354a69de) ![image](https://github.com/user-attachments/assets/2b42e546-1d04-4542-b6dd-19c9099991e2) ## Changelog :cl: add: Added bullet stacks, they allow you to stack ammo of the same type into a group. balance: Changed old ammo boxes into storage items containing stacks of bullets /:cl: <!-- Both :cl:'s are required for the changelog to work! You can put your name to the right of the first :cl: if you want to overwrite your GitHub username as author ingame. --> <!-- You can use multiple of the same prefix (they're only used for the icon ingame) and delete the unneeded ones. Despite some of the tags, changelogs should generally represent how a player might be affected by the changes rather than a summary of the PR's contents. --> --------- Signed-off-by: thgvr <[email protected]>
About The Pull Request
Partial port of Mojave-Sun/mojave-sun-13#2076 and surrounding PRs
Adds bullet handfuls. You can only have the same type of ammunition in a handful. No mismatched stacks
Spent casings are not stackable.
Generally, the rule is:
Also replaces old ammo boxes with storage boxes that come pre-filled with stacks of bullets like this:
Here's how the stacks look:
Changelog
🆑
add: Added bullet stacks, they allow you to stack ammo of the same type into a group.
balance: Changed old ammo boxes into storage items containing stacks of bullets
/:cl: