-
Notifications
You must be signed in to change notification settings - Fork 598
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add typewriter gun, copy universal sound
- Loading branch information
Showing
18 changed files
with
125 additions
and
3 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
50 changes: 50 additions & 0 deletions
50
Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/SMGs/smgs.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,50 @@ | ||
- type: entity | ||
name: Typewriter | ||
parent: [BaseWeaponSubMachineGun, BaseGunWieldable, BaseC2Contraband] # Frontier: added BaseC2Contraband | ||
id: WeaponSubMachineGunTypewriter | ||
description: A modern take on the classic design used by mobsters throughout space and time. Types .35 auto ammo. | ||
components: | ||
- type: Sprite | ||
sprite: _DV/Objects/Weapons/Guns/SMGs/typewriter.rsi | ||
layers: | ||
- state: base | ||
map: ["enum.GunVisualLayers.Base"] | ||
- state: mag-0 | ||
map: ["enum.GunVisualLayers.Mag"] | ||
- type: Clothing | ||
sprite: _DV/Objects/Weapons/Guns/SMGs/typewriter.rsi | ||
- type: GunWieldBonus | ||
minAngle: -20 | ||
maxAngle: -30 | ||
- type: Gun | ||
minAngle: 21 | ||
maxAngle: 45 | ||
angleIncrease: 5 | ||
angleDecay: 20 | ||
fireRate: 8 | ||
soundGunshot: | ||
path: /Audio/_DV/Weapons/Guns/Gunshots/typewriter.ogg | ||
- type: ChamberMagazineAmmoProvider | ||
- type: ItemSlots | ||
slots: | ||
gun_magazine: | ||
name: Magazine | ||
startingItem: MagazinePistolSubMachineGun | ||
insertSound: /Audio/Weapons/Guns/MagIn/hpistol_magin.ogg | ||
ejectSound: /Audio/Weapons/Guns/MagOut/sfrifle_magout.ogg | ||
priority: 2 | ||
whitelist: | ||
tags: | ||
- MagazinePistolSubMachineGun | ||
gun_chamber: | ||
name: Chamber | ||
startingItem: CartridgePistol | ||
priority: 1 | ||
whitelist: | ||
tags: | ||
- CartridgePistol | ||
- type: MagazineVisuals | ||
magState: mag | ||
steps: 1 | ||
zeroVisible: true | ||
- type: Appearance |
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
+895 Bytes
Resources/Textures/_DV/Objects/Weapons/Guns/SMGs/typewriter.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
+873 Bytes
Resources/Textures/_DV/Objects/Weapons/Guns/SMGs/typewriter.rsi/bolt-open.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.28 KB
...ces/Textures/_DV/Objects/Weapons/Guns/SMGs/typewriter.rsi/equipped-BACKPACK.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.37 KB
.../Textures/_DV/Objects/Weapons/Guns/SMGs/typewriter.rsi/equipped-SUITSTORAGE.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
+1012 Bytes
Resources/Textures/_DV/Objects/Weapons/Guns/SMGs/typewriter.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
+1.21 KB
Resources/Textures/_DV/Objects/Weapons/Guns/SMGs/typewriter.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
+1.13 KB
Resources/Textures/_DV/Objects/Weapons/Guns/SMGs/typewriter.rsi/inhand-right.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
+602 Bytes
Resources/Textures/_DV/Objects/Weapons/Guns/SMGs/typewriter.rsi/mag-0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
47 changes: 47 additions & 0 deletions
47
Resources/Textures/_DV/Objects/Weapons/Guns/SMGs/typewriter.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,47 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC0-1.0", | ||
"copyright": "Original work by TJohnson.", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "base" | ||
}, | ||
{ | ||
"name": "mag-0" | ||
}, | ||
{ | ||
"name": "bolt-open" | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "equipped-BACKPACK", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "equipped-SUITSTORAGE", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "wielded-inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "wielded-inhand-right", | ||
"directions": 4 | ||
} | ||
] | ||
} |
Binary file added
BIN
+1.29 KB
...s/Textures/_DV/Objects/Weapons/Guns/SMGs/typewriter.rsi/wielded-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
+1.12 KB
.../Textures/_DV/Objects/Weapons/Guns/SMGs/typewriter.rsi/wielded-inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.