This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
forked from new-frontiers-14/frontier-station-14
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #281 from Corvax-Frontier/NewNew
Обновление ДСБФ
- Loading branch information
Showing
202 changed files
with
398 additions
and
43 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
6 changes: 6 additions & 0 deletions
6
Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/catalog/fills/lockers/security.ftl
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,6 @@ | ||
ent-GunSafePistolEnforser = оружейный сейф Енфорсеров | ||
.suffix = Енфорсер | ||
.desc = { ent-GunSafe.desc } | ||
ent-GunSafeDominator = оружейный сейф Доминаторов | ||
.suffix = Доминатор | ||
.desc = { ent-GunSafe.desc } |
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
3 changes: 3 additions & 0 deletions
3
...le/ru-RU/ss14-ru/prototypes/corvax/entities/objects/weapons/guns/battery/battery_guns.ftl
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,3 @@ | ||
ent-WeaponDominator = доминатор | ||
.desc = Продвинутая версия обычного станнера, хранящая больший заряд и наносящая больше оглушения при попаданиях. | ||
.suffix = Пистолет |
3 changes: 3 additions & 0 deletions
3
.../Locale/ru-RU/ss14-ru/prototypes/corvax/entities/objects/weapons/guns/pistols/pistols.ftl
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,3 @@ | ||
ent-WeaponPistolEnforser = Енфорсер | ||
.desc = Табельное оружие закрепленное за сотрудниками департамента ДСБФ. | ||
.suffix = Пистолет |
23 changes: 23 additions & 0 deletions
23
Resources/Prototypes/Corvax/Catalog/Fills/Lockers/security.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,23 @@ | ||
- type: entity | ||
parent: GunSafe | ||
id: GunSafePistolEnforser | ||
name: enforser safe | ||
suffix: Enforser | ||
components: | ||
- type: StorageFill | ||
contents: | ||
- id: WeaponPistolEnforser | ||
amount: 4 | ||
- id: MagazinePistol | ||
amount: 8 | ||
|
||
- type: entity | ||
parent: GunSafe | ||
id: GunSafeDominator | ||
name: dominator safe | ||
suffix: Dominator | ||
components: | ||
- type: StorageFill | ||
contents: | ||
- id: WeaponDominator | ||
amount: 4 |
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
40 changes: 40 additions & 0 deletions
40
Resources/Prototypes/Corvax/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,40 @@ | ||
- type: entity | ||
name: dominator | ||
parent: BaseWeaponBatterySmall | ||
id: WeaponDominator | ||
description: "An advanced version of a conventional disabler that stores a larger charge and causes more stun when hit." | ||
suffix: Pistol | ||
components: | ||
- type: Tag | ||
tags: | ||
- Taser | ||
- Sidearm | ||
- type: Sprite | ||
sprite: Corvax/Objects/Weapons/Guns/Battery/dominator.rsi | ||
layers: | ||
- state: base | ||
map: ["enum.GunVisualLayers.Base"] | ||
- state: mag-unshaded-0 | ||
map: ["enum.GunVisualLayers.MagUnshaded"] | ||
shader: unshaded | ||
- type: Clothing | ||
sprite: Corvax/Objects/Weapons/Guns/Battery/dominator.rsi | ||
quickEquip: false | ||
slots: | ||
- suitStorage | ||
- Belt | ||
- type: Gun | ||
fireRate: 2 | ||
soundGunshot: | ||
path: /Audio/Corvax/Weapons/Guns/Gunshots/taser.ogg | ||
- type: ProjectileBatteryAmmoProvider | ||
proto: BulletDominator | ||
fireCost: 50 | ||
- type: MagazineVisuals | ||
magState: mag | ||
steps: 4 | ||
zeroVisible: true | ||
- type: Appearance | ||
- type: GuideHelp | ||
guides: | ||
- Security |
23 changes: 23 additions & 0 deletions
23
Resources/Prototypes/Corvax/Entities/Objects/Weapons/Guns/Pistols/pistols.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,23 @@ | ||
- type: entity | ||
parent: BaseWeaponPistol | ||
id: WeaponPistolEnforser | ||
name: enforser | ||
description: "Service weapons assigned to employees of the NFSD department." | ||
suffix: Pistol | ||
components: | ||
- type: Sprite | ||
sprite: Corvax/Objects/Weapons/Guns/Pistols/enforser.rsi | ||
layers: | ||
- state: base | ||
map: ["enum.GunVisualLayers.Base"] | ||
- state: mag-0 | ||
map: ["enum.GunVisualLayers.Mag"] | ||
- type: Clothing | ||
sprite: Corvax/Objects/Weapons/Guns/Pistols/enforser.rsi | ||
- type: Gun | ||
fireRate: 5 | ||
availableModes: | ||
- SemiAuto | ||
- FullAuto | ||
soundGunshot: | ||
path: /Audio/Corvax/Weapons/Guns/Gunshots/enforser.ogg |
8 changes: 8 additions & 0 deletions
8
Resources/Prototypes/Corvax/Entities/Objects/Weapons/Guns/Projectiles/projectiles.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,8 @@ | ||
- type: entity | ||
name : disabler bolt | ||
id: BulletDominator | ||
parent: BulletDisabler | ||
noSpawn: true | ||
components: | ||
- type: StaminaDamageOnCollide | ||
damage: 40 |
32 changes: 32 additions & 0 deletions
32
Resources/Prototypes/Corvax/_NF/Catalog/security_uplink_catalog.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
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
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
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
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
+333 Bytes
Resources/Textures/Corvax/Clothing/Neck/Misc/pins.rsi/bronze-equipped.png
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.
Binary file added
BIN
+336 Bytes
Resources/Textures/Corvax/Clothing/Neck/Misc/pins.rsi/gold-equipped.png
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.
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
+332 Bytes
Resources/Textures/Corvax/Clothing/Neck/Misc/pins.rsi/silver-equipped.png
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.
Binary file added
BIN
+777 Bytes
Resources/Textures/Corvax/Objects/Weapons/Guns/Battery/dominator.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
+244 Bytes
...es/Textures/Corvax/Objects/Weapons/Guns/Battery/dominator.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
+244 Bytes
...ures/Corvax/Objects/Weapons/Guns/Battery/dominator.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
+574 Bytes
Resources/Textures/Corvax/Objects/Weapons/Guns/Battery/dominator.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
+699 Bytes
...rces/Textures/Corvax/Objects/Weapons/Guns/Battery/dominator.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
+708 Bytes
...ces/Textures/Corvax/Objects/Weapons/Guns/Battery/dominator.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
+207 Bytes
...s/Textures/Corvax/Objects/Weapons/Guns/Battery/dominator.rsi/mag-unshaded-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
+364 Bytes
...s/Textures/Corvax/Objects/Weapons/Guns/Battery/dominator.rsi/mag-unshaded-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
+353 Bytes
...s/Textures/Corvax/Objects/Weapons/Guns/Battery/dominator.rsi/mag-unshaded-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
+347 Bytes
...s/Textures/Corvax/Objects/Weapons/Guns/Battery/dominator.rsi/mag-unshaded-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.