Simple-Station / Einstein-Engines

A Space Station 14 upstream repository, inspired by Baystation12.
https://einstein.simplestation.org
GNU Affero General Public License v3.0
28 stars 55 forks source link

Failed to cherry-pick PR #25705: pipebombs and IED rework #326

Open SimpleStation14 opened 2 months ago

SimpleStation14 commented 2 months ago

Failed to cherry-pick PR: cannot create a tree from a not fully merged index.; class=Index (10); code=Unmerged (-10)

PR body below

Mirror of PR #25705: pipebombs and IED rework from space-wizards space-wizards/space-station-14

3cb1c585c53f694f5ceb9720057bb765673970ec

PR opened by Dutch-VanDerLinde at 2024-02-29 07:16:36 UTC


PR changed 20 files with 291 additions and 44 deletions.

The PR had the following labels:


Original Body

> > > > ## About the PR > added pipebombs, gunpowder material and reworked IEDs > > IEDs have been renamed to fire bombs, they now do very weak damage but ignite nearby objects > IEDs random timer was changed from (0-60 seconds) to (0-15 seconds) > > pipebombs are craftable with gunpowder, lv cable and pipe and do 90 damage in total with a random timer inbetween 1-10 seconds, cannot be linked > > ## Why / Balance > IEDs are almost never made, due to them being very bad at exploding because of their random timer > > pipebombs are offered as an alternative improvised explosive, being harder to make (you need chems to get gunpowder) but are stronger at doing direct damage > > ## Technical details > added ``DoesIgnite`` and ``FireStacksOnIgnite`` to ExplosionPrototype, lets you choose if the explosion ignites entities or not > > ## Media > https://github.com/space-wizards/space-station-14/assets/45323883/70f112a6-32e8-4bae-870b-468ecb2bbb0c > > https://github.com/space-wizards/space-station-14/assets/45323883/3415baee-682a-41cf-8114-d594872d753a > > > - [X] I have added screenshots/videos to this PR showcasing its changes ingame, **or** this PR does not require an ingame showcase > > ## Breaking changes > IEDs are renamed to fire bombs > > > > **Changelog** > :cl: > - add: Gunpowder can now be made by chemists with 6 parts potassium, 2 parts sulfur and charcoal. > - add: Pipebombs may now be crafted with a pipe, gunpowder and LV cable. > - tweak: IEDs have been reworked, they are now called "fire bombs" and generate a weak explosion that ignites nearby objects.