-
Notifications
You must be signed in to change notification settings - Fork 342
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
de6bed1
commit b78b2b2
Showing
57 changed files
with
337 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
45 changes: 45 additions & 0 deletions
45
Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
- type: entity | ||
name: x-01 multiphase energy gun | ||
parent: BaseWeaponBatterySmall | ||
id: WeaponMultiphaseEnergyGun | ||
description: This is an expensive, modern recreation of an antique laser gun. This gun has several unique firemodes, but lacks the ability to recharge over time. | ||
components: | ||
- type: Sprite | ||
sprite: DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi | ||
layers: | ||
- state: base | ||
map: ["enum.GunVisualLayers.Base"] | ||
- state: mode-kill # Todo: have the mode and magazine change according to firemode | ||
- state: mag-kill-unshaded-4 | ||
map: ["enum.GunVisualLayers.MagUnshaded"] | ||
shader: unshaded | ||
- type: Clothing | ||
sprite: DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi | ||
- type: Gun | ||
soundGunshot: | ||
path: /Audio/DeltaV/Weapons/Guns/Gunshots/laser.ogg | ||
soundEmpty: | ||
path: /Audio/DeltaV/Weapons/Guns/Empty/dry_fire.ogg | ||
- type: Battery | ||
maxCharge: 2000 | ||
startingCharge: 2000 | ||
- type: ProjectileBatteryAmmoProvider | ||
proto: BulletMultiphaseDisabler | ||
fireCost: 100 | ||
- type: BatteryWeaponFireModes | ||
fireModes: | ||
- proto: BulletMultiphaseDisabler # 20 shots of disabler | ||
fireCost: 100 | ||
- proto: BulletMultiphaseLaser # 10 shots of lethal | ||
fireCost: 200 | ||
- type: MagazineVisuals | ||
magState: mag | ||
steps: 5 | ||
zeroVisible: true | ||
- type: Appearance | ||
- type: Tag | ||
tags: | ||
- HighRiskItem | ||
- Sidearm | ||
- type: StaticPrice | ||
price: 750 |
18 changes: 18 additions & 0 deletions
18
Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Projectiles/impacts.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
- type: entity | ||
id: BulletImpactEffectRedDisabler | ||
noSpawn: true | ||
components: | ||
- type: TimedDespawn | ||
lifetime: 0.2 | ||
- type: Sprite | ||
drawdepth: Effects | ||
layers: | ||
- shader: unshaded | ||
map: ["enum.EffectLayers.Unshaded"] | ||
sprite: Objects/Weapons/Guns/Projectiles/projectiles_tg.rsi | ||
state: impact_laser_greyscale | ||
color: red | ||
- type: EffectVisuals | ||
- type: Tag | ||
tags: | ||
- HideContextMenu |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+1.14 KB
...ltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/base-transparent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.09 KB
.../Textures/DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/base.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+217 Bytes
.../DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/equipped-BELT.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.09 KB
.../Textures/DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+606 Bytes
...Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/inhand-left-disable-0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+623 Bytes
...Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/inhand-left-disable-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+626 Bytes
...Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/inhand-left-disable-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+624 Bytes
...Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/inhand-left-disable-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+618 Bytes
...Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/inhand-left-disable-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+618 Bytes
...V/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/inhand-left-disable.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+606 Bytes
...aV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/inhand-left-kill-0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+616 Bytes
...aV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/inhand-left-kill-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+619 Bytes
...aV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/inhand-left-kill-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+625 Bytes
...aV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/inhand-left-kill-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+618 Bytes
...aV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/inhand-left-kill-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+618 Bytes
...ltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/inhand-left-kill.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+618 Bytes
...es/DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/inhand-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+627 Bytes
...bjects/Weapons/Guns/Battery/multiphase_energygun.rsi/inhand-right-disable-0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+630 Bytes
...bjects/Weapons/Guns/Battery/multiphase_energygun.rsi/inhand-right-disable-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+631 Bytes
...bjects/Weapons/Guns/Battery/multiphase_energygun.rsi/inhand-right-disable-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+632 Bytes
...bjects/Weapons/Guns/Battery/multiphase_energygun.rsi/inhand-right-disable-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+625 Bytes
...bjects/Weapons/Guns/Battery/multiphase_energygun.rsi/inhand-right-disable-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+625 Bytes
.../Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/inhand-right-disable.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+627 Bytes
...V/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/inhand-right-kill-0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+621 Bytes
...V/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/inhand-right-kill-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+624 Bytes
...V/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/inhand-right-kill-2.png
Oops, something went wrong.
Binary file added
BIN
+629 Bytes
...V/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/inhand-right-kill-3.png
Oops, something went wrong.
Binary file added
BIN
+627 Bytes
...V/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/inhand-right-kill-4.png
Oops, something went wrong.
Binary file added
BIN
+627 Bytes
...taV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/inhand-right-kill.png
Oops, something went wrong.
Binary file added
BIN
+627 Bytes
...s/DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/inhand-right.png
Oops, something went wrong.
Binary file added
BIN
+338 Bytes
...bjects/Weapons/Guns/Battery/multiphase_energygun.rsi/mag-disable-unshaded-0.png
Oops, something went wrong.
Binary file added
BIN
+179 Bytes
...bjects/Weapons/Guns/Battery/multiphase_energygun.rsi/mag-disable-unshaded-1.png
Oops, something went wrong.
Binary file added
BIN
+179 Bytes
...bjects/Weapons/Guns/Battery/multiphase_energygun.rsi/mag-disable-unshaded-2.png
Oops, something went wrong.
Binary file added
BIN
+179 Bytes
...bjects/Weapons/Guns/Battery/multiphase_energygun.rsi/mag-disable-unshaded-3.png
Oops, something went wrong.
Binary file added
BIN
+178 Bytes
...bjects/Weapons/Guns/Battery/multiphase_energygun.rsi/mag-disable-unshaded-4.png
Oops, something went wrong.
Binary file added
BIN
+338 Bytes
...V/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/mag-kill-unshaded-0.png
Oops, something went wrong.
Binary file added
BIN
+177 Bytes
...V/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/mag-kill-unshaded-1.png
Oops, something went wrong.
Binary file added
BIN
+181 Bytes
...V/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/mag-kill-unshaded-2.png
Oops, something went wrong.
Binary file added
BIN
+181 Bytes
...V/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/mag-kill-unshaded-3.png
Oops, something went wrong.
Binary file added
BIN
+176 Bytes
...V/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/mag-kill-unshaded-4.png
Oops, something went wrong.
Binary file added
BIN
+338 Bytes
...DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/mag-unshaded-0.png
Oops, something went wrong.
Binary file added
BIN
+177 Bytes
...DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/mag-unshaded-1.png
Oops, something went wrong.
Binary file added
BIN
+181 Bytes
...DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/mag-unshaded-2.png
Oops, something went wrong.
Binary file added
BIN
+181 Bytes
...DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/mag-unshaded-3.png
Oops, something went wrong.
Binary file added
BIN
+176 Bytes
...DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/mag-unshaded-4.png
Oops, something went wrong.
197 changes: 197 additions & 0 deletions
197
Resources/Textures/DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,197 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "taken from tg station at commit https://github.com/tgstation/tgstation/commit/8b7f8ba6a3327c7381967c550f185dffafd11a57", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "base" | ||
}, | ||
{ | ||
"name": "base-transparent" | ||
}, | ||
{ | ||
"name": "mode-disable" | ||
}, | ||
{ | ||
"name": "mode-kill" | ||
}, | ||
{ | ||
"name": "mag-unshaded-0", | ||
"delays": [ | ||
[ | ||
0.3, | ||
0.3 | ||
] | ||
] | ||
}, | ||
{ | ||
"name": "mag-unshaded-1" | ||
}, | ||
{ | ||
"name": "mag-unshaded-2" | ||
}, | ||
{ | ||
"name": "mag-unshaded-3" | ||
}, | ||
{ | ||
"name": "mag-unshaded-4" | ||
}, | ||
{ | ||
"name": "mag-disable-unshaded-0", | ||
"delays": [ | ||
[ | ||
0.3, | ||
0.3 | ||
] | ||
] | ||
}, | ||
{ | ||
"name": "mag-disable-unshaded-1" | ||
}, | ||
{ | ||
"name": "mag-disable-unshaded-2" | ||
}, | ||
{ | ||
"name": "mag-disable-unshaded-3" | ||
}, | ||
{ | ||
"name": "mag-disable-unshaded-4" | ||
}, | ||
{ | ||
"name": "mag-kill-unshaded-0", | ||
"delays": [ | ||
[ | ||
0.3, | ||
0.3 | ||
] | ||
] | ||
}, | ||
{ | ||
"name": "mag-kill-unshaded-1" | ||
}, | ||
{ | ||
"name": "mag-kill-unshaded-2" | ||
}, | ||
{ | ||
"name": "mag-kill-unshaded-3" | ||
}, | ||
{ | ||
"name": "mag-kill-unshaded-4" | ||
}, | ||
{ | ||
"name": "inhand-left-disable-0", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right-disable-0", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-left-disable-1", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right-disable-1", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-left-disable-2", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right-disable-2", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-left-disable-3", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right-disable-3", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-left-disable-4", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right-disable-4", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-left-kill-0", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right-kill-0", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-left-kill-1", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right-kill-1", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-left-kill-2", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right-kill-2", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-left-kill-3", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right-kill-3", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-left-kill-4", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right-kill-4", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-left-disable", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right-disable", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-left-kill", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right-kill", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "equipped-BELT", | ||
"directions": 4 | ||
} | ||
] | ||
} |
Binary file added
BIN
+236 Bytes
...s/DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/mode-disable.png
Oops, something went wrong.
Binary file added
BIN
+220 Bytes
...ures/DeltaV/Objects/Weapons/Guns/Battery/multiphase_energygun.rsi/mode-kill.png
Oops, something went wrong.