@@ -150,6 +150,33 @@
|
|||||||
- type: BatteryBarrel
|
- type: BatteryBarrel
|
||||||
fireCost: 12
|
fireCost: 12
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
name: nightfall laser rifle
|
||||||
|
parent: BatteryGunBase
|
||||||
|
id: LaserRifleSniper
|
||||||
|
description: A scoped high capacity laser rifle.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
netsync: false
|
||||||
|
sprite: Objects/Weapons/Guns/Battery/nightfall.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/nightfall.rsi
|
||||||
|
- type: BatteryBarrel
|
||||||
|
fireCost: 6
|
||||||
|
- type: Appearance
|
||||||
|
visuals:
|
||||||
|
- type: MagVisualizer
|
||||||
|
magState: mag
|
||||||
|
steps: 5
|
||||||
|
zeroVisible: true
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: DEAC-12 pulse carbine
|
name: DEAC-12 pulse carbine
|
||||||
parent: BatteryGunBase
|
parent: BatteryGunBase
|
||||||
@@ -180,6 +207,36 @@
|
|||||||
volume: -2
|
volume: -2
|
||||||
startingItem: PowerCellSmallHigh
|
startingItem: PowerCellSmallHigh
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
name: destroyer pulse rifle
|
||||||
|
parent: BatteryGunBase
|
||||||
|
id: PulseRifleDeathSquad
|
||||||
|
description: A weapon that fully lives up to its name.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
netsync: false
|
||||||
|
sprite: Objects/Weapons/Guns/Battery/pulse_rifle.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/pulse_rifle.rsi
|
||||||
|
- type: BatteryBarrel
|
||||||
|
fireCost: 6
|
||||||
|
ammoPrototype: Pulse
|
||||||
|
soundGunshot:
|
||||||
|
path: /Audio/Weapons/Guns/Gunshots/laser_cannon.ogg
|
||||||
|
- type: PowerCellSlot
|
||||||
|
cellSlot:
|
||||||
|
ejectOnUse: true
|
||||||
|
soundOptions:
|
||||||
|
volume: -2
|
||||||
|
startingItem: PowerCellSmallHigh
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: laser cannon
|
name: laser cannon
|
||||||
parent: BatteryGunBase
|
parent: BatteryGunBase
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 562 B After Width: | Height: | Size: 352 B |
|
Before Width: | Height: | Size: 542 B After Width: | Height: | Size: 352 B |
|
After Width: | Height: | Size: 304 B |
|
After Width: | Height: | Size: 304 B |
|
After Width: | Height: | Size: 357 B |
|
After Width: | Height: | Size: 343 B |
|
After Width: | Height: | Size: 151 B |
|
After Width: | Height: | Size: 151 B |
|
After Width: | Height: | Size: 158 B |
|
After Width: | Height: | Size: 153 B |
|
After Width: | Height: | Size: 153 B |
@@ -0,0 +1,46 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Taken from cev eris at https://github.com/discordia-space/CEV-Eris/blob/master/icons/obj/guns/energy/sniper.dmi",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "base"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "mag-unshaded-0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "mag-unshaded-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "mag-unshaded-2",
|
||||||
|
"delays": [
|
||||||
|
[
|
||||||
|
0.3,
|
||||||
|
0.3
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "mag-unshaded-3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "mag-unshaded-4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-left",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-right",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 351 B |
|
After Width: | Height: | Size: 351 B |
|
After Width: | Height: | Size: 359 B |
|
After Width: | Height: | Size: 357 B |
|
After Width: | Height: | Size: 160 B |
|
After Width: | Height: | Size: 166 B |
|
After Width: | Height: | Size: 166 B |
|
After Width: | Height: | Size: 166 B |
|
After Width: | Height: | Size: 160 B |
@@ -0,0 +1,40 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Taken/modified from cev eris at https://github.com/discordia-space/CEV-Eris/blob/master/icons/obj/guns/energy/pulse.dmi",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "base"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "mag-unshaded-0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
Before Width: | Height: | Size: 329 B After Width: | Height: | Size: 329 B |
|
Before Width: | Height: | Size: 348 B After Width: | Height: | Size: 348 B |
|
Before Width: | Height: | Size: 553 B After Width: | Height: | Size: 329 B |