-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Claymore style explosives #28766
Comments
Could this code be later turned around for shaped charges for blowing holes into walls etc.? |
Could this be added to ammo too? I want to mod in claymore arrows. |
If you want a different feature, open an issue about it. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Please do not 'bump' or comment on this issue unless you are actively working on it. Stale issues, and stale issues that are closed are still considered. |
I stumbled upon this issue recently - #50504 - couldn't it be used to implement directed explosions? |
No, explosions use raytracing code to decide what tiles are potentially hit by fragments, the spell system uses a cheaper and easier to work with line drawing or flood fill thing that's a lot more approximate. I'd actually turn it around and say that the directional area spells should switch to using the raytracing system. |
Expected behavior
Claymore style explosives would project fragments in a designated area and cause minimal damage elsewhere.
Actual behavior
These explosives dont exist.
Details
These kinds of explosives are particularly useful tactically as they can cause a huge number of casualties in a designated area with minimal risk to the user.
This will require minimal code changes as long as the arc of projectiles fall on 45deg increments.
The text was updated successfully, but these errors were encountered: