Skip to content
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
4 changes: 2 additions & 2 deletions Resources/Locale/en-US/_emberfall/weapons/guns/weapons.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ ent-WeaponSubMachineGunAtreides =
ent-WeaponSubMachineGunC20r =
.desc = Syndicate's pride and joy. Similar to SC's Vector but with better build quality and a more aggressive attitude.

ent-WeaponSubMachineGunDrozd =
.desc = SC's answer to the age-old question: 'What if we made an SMG that thinks it's an assault rifle?' Chambered in 5.56mm for compatibility with standard rifle ammunition.
ent-WeaponSubMachineGunDrozd = SC-82 Defender
.desc = A heavy SMG built for sustained fire support. Quick-change barrel and reinforced feed mechanism make it perfect for clearing long corridors.

ent-WeaponSubMachineGunWt550 =
.desc = Modern light SMG that proves sometimes simple is better. Lightweight, reliable, and user-friendly.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,11 @@
- type: entity
name: Drozd
parent: [BaseWeaponSubMachineGun, BaseRestrictedContraband]
id: WeaponSubMachineGunDrozd
id: WeaponSubMachineGunDrozd # Emberfall - This is actually the SC-82 Defender, not confusing at all
description: An excellent fully automatic Heavy SMG.
components:
- type: Sprite
sprite: Objects/Weapons/Guns/SMGs/drozd.rsi
sprite: _Emberfall/Objects/Weapons/Guns/SMGs/drozd.rsi
layers:
- state: base
map: ["enum.GunVisualLayers.Base"]
Expand All @@ -189,11 +189,12 @@
maxAngle: 32
fireRate: 12
burstFireRate: 12
selectedMode: Burst
selectedMode: FullAuto # Emberfall
soundGunshot:
path: /Audio/Weapons/Guns/Gunshots/atreides.ogg
availableModes:
- Burst
- FullAuto # Emberfall
shotsPerBurst: 3
burstCooldown: 0.25
- type: ItemSlots
Expand Down
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.
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,50 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken/modified from cev-eris at https://github.com/discordia-space/CEV-Eris/raw/56cbafd6ad8c013ccd5472d6c4a0db790f7f872a/icons/obj/guns/projectile/drozd.dmi, sprite modification by Jaсkal 298/TaralGit, backpack sling sprite edited by Boaz1111, wield sprites by RiceMar1244, all sprites modified by aeoli-fly",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "base"
},
{
"name": "bolt-open"
},
{
"name": "mag-0"
},
{
"name": "suppressor"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "wielded-inhand-left",
"directions": 4
},
{
"name": "wielded-inhand-right",
"directions": 4
},
{
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
}
]
}
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