mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Particle Gun Fix
This commit is contained in:
@@ -1,10 +1,7 @@
|
|||||||
/obj/item/weapon/gun/energy/particle //base gun, similar stats to an egun
|
/obj/item/weapon/gun/energy/particle //base gun, similar stats to an egun
|
||||||
name = "Anti-particle projector pistol"
|
name = "Anti-particle projector pistol"
|
||||||
icon = 'icons/obj/gun_vr.dmi'
|
|
||||||
icon_state = "ppistol"
|
icon_state = "ppistol"
|
||||||
item_state = "ppistol_item"
|
item_state = "ppistol"
|
||||||
icon_override = 'icons/obj/gun_vr.dmi'
|
|
||||||
item_icons = null
|
|
||||||
desc = "A Kawashima Material Technology Model 7 anti-particle projector, housed in a rugged casing."
|
desc = "A Kawashima Material Technology Model 7 anti-particle projector, housed in a rugged casing."
|
||||||
description_info = "An unconventional weapon, APP guns generate attogram-scale quantities of antimatter which \
|
description_info = "An unconventional weapon, APP guns generate attogram-scale quantities of antimatter which \
|
||||||
are then launched using an electromagnetic field. They are only suitable for use in depressurised environments, \
|
are then launched using an electromagnetic field. They are only suitable for use in depressurised environments, \
|
||||||
@@ -29,7 +26,7 @@
|
|||||||
/obj/item/weapon/gun/energy/particle/advanced //particle equivalent of AEG
|
/obj/item/weapon/gun/energy/particle/advanced //particle equivalent of AEG
|
||||||
name = "Advanced anti-particle rifle"
|
name = "Advanced anti-particle rifle"
|
||||||
icon_state = "particle"
|
icon_state = "particle"
|
||||||
item_state = "particle_item"
|
item_state = "particle"
|
||||||
desc = "An antiparticle projector gun with an enhanced power-generation unit."
|
desc = "An antiparticle projector gun with an enhanced power-generation unit."
|
||||||
slot_flags = SLOT_BELT
|
slot_flags = SLOT_BELT
|
||||||
force = 8 //looks heavier than a pistol
|
force = 8 //looks heavier than a pistol
|
||||||
@@ -46,7 +43,7 @@
|
|||||||
name = "Anti-particle cannon"
|
name = "Anti-particle cannon"
|
||||||
desc = "A giant beast of an antimatter gun, packed with an internal reactor to allow for extreme longevity on remote mining expeditions."
|
desc = "A giant beast of an antimatter gun, packed with an internal reactor to allow for extreme longevity on remote mining expeditions."
|
||||||
icon_state = "heavyparticle"
|
icon_state = "heavyparticle"
|
||||||
item_state = "heavyparticle_item"
|
item_state = "heavyparticle"
|
||||||
fire_sound = 'sound/weapons/lasercannonfire.ogg'
|
fire_sound = 'sound/weapons/lasercannonfire.ogg'
|
||||||
slot_flags = SLOT_BACK
|
slot_flags = SLOT_BACK
|
||||||
origin_tech = list(TECH_COMBAT = 5, TECH_MATERIAL = 5, TECH_POWER = 4, TECH_MAGNET = 4)
|
origin_tech = list(TECH_COMBAT = 5, TECH_MATERIAL = 5, TECH_POWER = 4, TECH_MAGNET = 4)
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 126 KiB After Width: | Height: | Size: 127 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
Reference in New Issue
Block a user