forked from space-wizards/space-station-14
-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added new bolt-action crate texture and changed RSC gun mechanic (#209)
- Loading branch information
Showing
16 changed files
with
86 additions
and
1 deletion.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
- files: ["Clip Insertion.wav"] | ||
license: "CC-BY-SA-3.0" | ||
copyright: "Created by Nonagon44 for Space Station 14" | ||
source: "https://github.com/Nonagon44" |
Binary file not shown.
4 changes: 4 additions & 0 deletions
4
Resources/Audio/_Harmony/Weapons/Guns/MagOut/attributions.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,4 @@ | ||
- files: ["M1_Garand_Ping.wav", "garand-ping-rattle.wav", "garand-ping-short.wav"] | ||
license: "CC-BY-SA-3.0" | ||
copyright: "Created by Nonagon44 for Space Station 14" | ||
source: "https://github.com/Nonagon44" |
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
43 changes: 42 additions & 1 deletion
43
Resources/Prototypes/_Harmony/Entities/Objects/Weapons/Guns/Snipers/snipers.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 |
---|---|---|
@@ -1,16 +1,57 @@ | ||
- type: entity | ||
name: RSC Modèle 1917 | ||
parent: [BaseWeaponSniper, BaseGunWieldable, BaseMajorContraband] | ||
parent: [BaseItem, BaseGunWieldable, BaseMajorContraband] | ||
id: WeaponSniperRSC | ||
description: Refurbished great war trophy. It used to bear a french name, now it bears Nanotrasen stamp of approval. Uses .30 rifle ammo. | ||
abstract: false | ||
components: | ||
- type: Item | ||
size: Huge | ||
- type: Sprite | ||
sprite: _Harmony/Objects/Weapons/Guns/Snipers/rsc-m1917.rsi | ||
layers: | ||
- state: base | ||
map: ["enum.GunVisualLayers.Base"] | ||
- type: Clothing | ||
sprite: _Harmony/Objects/Weapons/Guns/Snipers/rsc-m1917.rsi | ||
quickEquip: false | ||
slots: | ||
- Back | ||
- suitStorage | ||
- type: AmmoCounter | ||
- type: Gun | ||
fireRate: 0.75 | ||
selectedMode: SemiAuto | ||
availableModes: | ||
- SemiAuto | ||
soundGunshot: | ||
path: /Audio/Weapons/Guns/Gunshots/sniper.ogg | ||
- type: ChamberMagazineAmmoProvider | ||
autoEject: true | ||
soundAutoEject: /Audio/_Harmony/Weapons/Guns/MagOut/garand-ping-rattle.wav | ||
soundRack: | ||
path: /Audio/Weapons/Guns/Cock/ltrifle_cock.ogg | ||
- type: ItemSlots | ||
slots: | ||
gun_magazine: | ||
name: Magazine | ||
insertSound: /Audio/_Harmony/Weapons/Guns/MagIn/Clip Insertion.wav | ||
ejectSound: /Audio/_Harmony/Weapons/Guns/MagOut/garand-ping-short.wav | ||
priority: 2 | ||
whitelist: | ||
tags: | ||
- SpeedLoaderRifle | ||
whitelistFailPopup: gun-magazine-whitelist-fail | ||
gun_chamber: | ||
name: Chamber | ||
priority: 1 | ||
whitelist: | ||
tags: | ||
- CartridgeLightRifle | ||
- type: ContainerContainer | ||
containers: | ||
gun_magazine: !type:ContainerSlot | ||
gun_chamber: !type:ContainerSlot | ||
- type: Appearance | ||
- type: StaticPrice | ||
price: 400 |
Binary file added
BIN
+553 Bytes
...urces/Textures/_Harmony/Structures/Storage/Crates/old_wooden_crate.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
+360 Bytes
...ces/Textures/_Harmony/Structures/Storage/Crates/old_wooden_crate.rsi/closed.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
+658 Bytes
...urces/Textures/_Harmony/Structures/Storage/Crates/old_wooden_crate.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
+126 Bytes
...ces/Textures/_Harmony/Structures/Storage/Crates/old_wooden_crate.rsi/locked.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions
32
Resources/Textures/_Harmony/Structures/Storage/Crates/old_wooden_crate.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,32 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "made by thesaladmancer on Discord / Twitter", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "base" | ||
}, | ||
{ | ||
"name": "closed" | ||
}, | ||
{ | ||
"name": "open" | ||
}, | ||
{ | ||
"name": "welded" | ||
}, | ||
{ | ||
"name": "locked" | ||
}, | ||
{ | ||
"name": "unlocked" | ||
} | ||
] | ||
} |
Binary file added
BIN
+359 Bytes
...urces/Textures/_Harmony/Structures/Storage/Crates/old_wooden_crate.rsi/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
+125 Bytes
...s/Textures/_Harmony/Structures/Storage/Crates/old_wooden_crate.rsi/unlocked.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
+294 Bytes
...ces/Textures/_Harmony/Structures/Storage/Crates/old_wooden_crate.rsi/welded.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.