Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to RSC rifle and RSC rifle crate #209

Merged
merged 1 commit into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
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.
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.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
name: bolt-action rifle crate
description: Contains several high-powered, bolt-action rifles with sufficient ammunition. Packaging is questionable, your mileage will vary. Requires Armory, Security or Supply access to open.
components:
- type: Icon
sprite: _Harmony/Structures/Storage/Crates/old_wooden_crate.rsi
- type: Sprite
sprite: _Harmony/Structures/Storage/Crates/old_wooden_crate.rsi
- type: EntityStorage
capacity: 50
- type: AccessReader
Expand Down
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading