Deleting the old laser gun and replacing it with the COG (#5664)

Co-authored-by: and_a <and_a@DESKTOP-RJENGIR>
This commit is contained in:
TaralGit
2021-12-24 14:32:03 +02:00
committed by GitHub
parent ea0dc1362f
commit 887f667376
11 changed files with 4 additions and 73 deletions

View File

@@ -87665,7 +87665,7 @@ entities:
- color: '#0000FFFF'
type: AtmosPipeColor
- uid: 9229
type: LaserSecGun
type: LaserRifleCog
components:
- pos: 41.526512,27.667274
parent: 0
@@ -109560,7 +109560,7 @@ entities:
- canCollide: False
type: Physics
- uid: 11192
type: LaserSecGun
type: LaserRifleCog
components:
- pos: 41.526512,27.4329
parent: 0

View File

@@ -102,7 +102,7 @@
size: 24
sprite: Objects/Weapons/Guns/Battery/svalinn.rsi
- type: BatteryBarrel
fireCost: 20
fireCost: 25
- type: entity
name: cog laser carbine
@@ -123,7 +123,7 @@
size: 24
sprite: Objects/Weapons/Guns/Battery/cog.rsi
- type: BatteryBarrel
fireCost: 10
fireCost: 12
- type: entity
name: laser cannon
@@ -247,35 +247,3 @@
magState: mag
steps: 5
zeroVisible: true
- type: entity
name: laser gun
parent: BatteryGunBase
id: LaserSecGun
description: A laser gun.
components:
- type: Sprite
netsync: false
sprite: Objects/Weapons/Guns/Battery/laser_gun.rsi
layers:
- state: base
map: ["enum.RangedBarrelVisualLayers.Base"]
- state: mag-unshaded-4
map: ["enum.RangedBarrelVisualLayers.MagUnshaded"]
shader: unshaded
- type: Item
size: 24
sprite: Objects/Weapons/Guns/Battery/laser_gun.rsi
- type: BatteryBarrel
minAngle: 1
fireRate: 6
cellSlot:
ejectOnUse: true
insertSound: /Audio/Weapons/Guns/MagIn/revolver_magin.ogg
ejectSound: /Audio/Weapons/Guns/MagOut/revolver_magout.ogg
soundOptions:
volume: -2
startingItem: PowerCellMediumStandard
whitelist:
components:
- Battery

Binary file not shown.

Before

Width:  |  Height:  |  Size: 353 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 375 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 399 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 417 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 125 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 144 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 150 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 146 B

View File

@@ -1,37 +0,0 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from vgstation at https://github.com/vgstation-coders/vgstation13/commit/3b42532472e7cc1e65bba9d166c27ab6f7ea89b5",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "base"
},
{
"name": "mag-unshaded-1"
},
{
"name": "mag-unshaded-2"
},
{
"name": "mag-unshaded-3"
},
{
"name": "mag-unshaded-4"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}