
PULL REQUEST DETAILS
[FEATURE] [GAME OBJECTS] [INPUT] [WIKI]
About the PR
Adds a new makeshift weapon!
![[Image: 463bc7b4-9419-41dc-9a52-d01fe84141ed]](https://github.com/goonstation/goonstation/assets/77701409/463bc7b4-9419-41dc-9a52-d01fe84141ed)
The weapon is a 2 handed laser weapon that has a bulky weight class.
It fits on backs as well.
It uses large energy cells and uses 1500 energy per shot to create a 14-18 damage laser.
different cells used
![[Image: d2d7a98a-ac7f-4c76-966e-7d5b466d5527]](https://github.com/goonstation/goonstation/assets/77701409/d2d7a98a-ac7f-4c76-966e-7d5b466d5527)
![[Image: 00c1b1ad-cd90-43af-85e4-03b0cd775ffd]](https://github.com/goonstation/goonstation/assets/77701409/00c1b1ad-cd90-43af-85e4-03b0cd775ffd)
The weapon can be used in-hand to adjust the firerate. This is between 0.2 and 1 seconds
![[Image: 473c0506-6ad7-4996-8aa4-1aa96160c2dc]](https://github.com/goonstation/goonstation/assets/77701409/473c0506-6ad7-4996-8aa4-1aa96160c2dc)
If the gun is fired too much within a short period of time the gun will burst into flame and the gun's cell will be drained!
![[Image: 31d7d6e2-6049-42e7-99cd-d69b4fbaa551]](https://github.com/goonstation/goonstation/assets/77701409/31d7d6e2-6049-42e7-99cd-d69b4fbaa551)
After cooling down the gun needs to be repaired
![[Image: 402db7c2-0b65-4131-9028-c0085cec1869]](https://github.com/goonstation/goonstation/assets/77701409/402db7c2-0b65-4131-9028-c0085cec1869)
Steps:
1. Wirecutters to remove burnt wires
2. Add 10 wires to replace burnt wires
3. remove and replace power cell/light tube
The meltdown combined with the adjustable firerate allows a player to choose a slower firerate for a more reliable gun or a faster firerate for higher dps.
Using a rigged light tube will cause the gun to explode on use. The gun also explodes if it is hit by an emp.
Using a wrench on the rifile will remove the battery
Using wirecutters will remove the light tube
A new battery/light tube can be added to the gun by clicking on it with the respective item
Construction
![[Image: 303cead9-f1cd-4881-923a-d5e5c6f1a3ea]](https://github.com/goonstation/goonstation/assets/77701409/303cead9-f1cd-4881-923a-d5e5c6f1a3ea)
Materials:
7 Steel sheets
A salvaged lens or a matfab lens
11 wire
A light tube
A timer
And a large power cell
Salvaged lenses determine the damage of the rifle and can be obtained by using wire cutters on:
A flashlight (14 damage)
A camera (16 damage)
A flash (18 damage)
Matfab lenses also work and scale based on reflectivity
0-2 14 damage
3-5 16 damage
6-7 18 damage
8+ 22 damage but 1000 extra energy per shot
Steps
1. Create a pipe frame
2. Hollow out the frame
3. Use a wrench on the frame
4. Use the rest of the sheets on the frame
5. Add the salvaged lens
6. Add 10 wires
6. Add the light tube
7. Add the timer
8. Weld
9. Use the rest of the wire
10. Add the power cell
Why's this needed?
I feel like there is a lack of makeshift ranged weapons. The only 2 options are the slam gun/zip gun which is too few imo. Adding a 3rd weapon should make it more interesting when tratioring, azoning, or revving.
Changelog
PULL REQUEST DETAILS
[FEATURE] [GAME OBJECTS] [INPUT] [WIKI]
About the PR
Adds a new makeshift weapon!
The weapon is a 2 handed laser weapon that has a bulky weight class.
It fits on backs as well.
It uses large energy cells and uses 1500 energy per shot to create a 14-18 damage laser.
different cells used
The weapon can be used in-hand to adjust the firerate. This is between 0.2 and 1 seconds
If the gun is fired too much within a short period of time the gun will burst into flame and the gun's cell will be drained!
After cooling down the gun needs to be repaired
Steps:
1. Wirecutters to remove burnt wires
2. Add 10 wires to replace burnt wires
3. remove and replace power cell/light tube
The meltdown combined with the adjustable firerate allows a player to choose a slower firerate for a more reliable gun or a faster firerate for higher dps.
Using a rigged light tube will cause the gun to explode on use. The gun also explodes if it is hit by an emp.
Using a wrench on the rifile will remove the battery
Using wirecutters will remove the light tube
A new battery/light tube can be added to the gun by clicking on it with the respective item
Construction
Materials:
7 Steel sheets
A salvaged lens or a matfab lens
11 wire
A light tube
A timer
And a large power cell
Salvaged lenses determine the damage of the rifle and can be obtained by using wire cutters on:
A flashlight (14 damage)
A camera (16 damage)
A flash (18 damage)
Matfab lenses also work and scale based on reflectivity
0-2 14 damage
3-5 16 damage
6-7 18 damage
8+ 22 damage but 1000 extra energy per shot
Steps
1. Create a pipe frame
2. Hollow out the frame
3. Use a wrench on the frame
4. Use the rest of the sheets on the frame
5. Add the salvaged lens
6. Add 10 wires
6. Add the light tube
7. Add the timer
8. Weld
9. Use the rest of the wire
10. Add the power cell
Why's this needed?
I feel like there is a lack of makeshift ranged weapons. The only 2 options are the slam gun/zip gun which is too few imo. Adding a 3rd weapon should make it more interesting when tratioring, azoning, or revving.
Changelog
Code:
changelog
(u)UnfunnyPerson
(*)Added a new improvised weapon: The Makeshift Laser Rifle! Use a wrench on a hollowed out pipe frame to create the basic assembly.
PULL REQUEST DETAILS