Skip to content

Commit

Permalink
Add all prototypes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jidort committed Sep 2, 2024
1 parent c3395a8 commit e1933c3
Show file tree
Hide file tree
Showing 17 changed files with 489 additions and 20 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- type: entity
parent: TrackingImplant
id: DSTrackingImplant
name: имплант Трекер Эскадрона
description: Этот имплант оснащен устройством слежения, подключенным к сенсорной сети костюма, а также монитором состояния радиоканала эскадрона.
components:
- type: Rattle
radioChannel: "DS"
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
- type: entity
name: Коробка метательных шприцов
parent: BoxSyringeAmmo
suffix: (Политриновая кислота)
id: BoxSyringeAmmoPolytrinic
description: Полная коробка веселья
components:
- type: StorageFill
contents:
- id: SyringeAmmoPolytrinic
amount: 9

- type: entity
name: Коробка метательных шприцов
parent: BoxSyringeAmmo
suffix: (Лексорин)
id: BoxSyringeAmmoLexorin
description: Полная коробка веселья
components:
- type: StorageFill
contents:
- id: SyringeAmmoLexorin
amount: 9

- type: entity
name: Коробка метательных шприцов
parent: BoxSyringeAmmo
suffix: (Хлоральгидрат)
id: BoxSyringeAmmoChloral
description: Полная коробка веселья
components:
- type: StorageFill
contents:
- id: SyringeAmmoChloral
amount: 9

- type: entity
name: Коробка метательных шприцов
parent: BoxSyringeAmmo
suffix: (Ромерол)
id: BoxSyringeAmmoRomerol
description: Полная коробка веселья
components:
- type: StorageFill
contents:
- id: SyringeAmmoRomerol
amount: 9

- type: entity
name: Коробка метательных шприцов
parent: BoxSyringeAmmo
suffix: (Свинец)
id: BoxSyringeAmmoLead
description: Полная коробка веселья
components:
- type: StorageFill
contents:
- id: SyringeAmmoLead
amount: 9

- type: entity
name: Коробка метательных шприцов
parent: BoxSyringeAmmo
suffix: (Пакс)
id: BoxSyringeAmmoPax
description: Полная коробка веселья
components:
- type: StorageFill
contents:
- id: SyringeAmmoPax
amount: 9

- type: entity
name: Коробка метательных шприцов
parent: BoxCardboard
id: BoxSyringeAmmo
description: Полная коробка веселья
components:
- type: StorageFill
contents:
- id: SyringeAmmo
amount: 9
- type: Sprite
sprite: Exodus/Objects/Weapons/Guns/Ammunition/Boxes/box_syringe.rsi
layers:
- state: box

- type: entity
name: Коробка метательных шприцов
parent: BoxSyringeAmmo
suffix: (Норэпинефриновая кислота)
id: BoxSyringeAmmoNorepinephric
description: Полная коробка веселья
components:
- type: StorageFill
contents:
- id: SyringeAmmoNorepinephric
amount: 9
Original file line number Diff line number Diff line change
@@ -0,0 +1,136 @@
- type: entity
parent: Dart
id: SyringeAmmo
name: Метательный шприц
description: Метательный шприц, вводящий реагент при попадании.
components:
- type: Tag
tags:
- SyringeBullet
- type: Sprite
sprite: Exodus/Objects/Weapons/Guns/Ammunition/Casings/syringe.rsi
- type: Item
sprite: Exodus/Objects/Weapons/Guns/Ammunition/Casings/syringe.rsi
- type: SolutionContainerManager
solutions:
melee:
maxVol: 10
- type: SolutionInjectOnEmbed
transferAmount: 10
blockSlots: NONE
solution: melee
- type: SolutionTransfer
maxTransferAmount: 10

- type: entity
name: Метательный шприц
parent: SyringeAmmo
suffix: (Пакс)
id: SyringeAmmoPax
components:
- type: SolutionContainerManager
solutions:
melee:
maxVol: 10
reagents:
- ReagentId: Pax
Quantity: 10


- type: entity
name: Метательный шприц
parent: SyringeAmmo
suffix: (Свинец)
id: SyringeAmmoLead
components:
- type: SolutionContainerManager
solutions:
melee:
maxVol: 10
reagents:
- ReagentId: Lead
Quantity: 10

- type: entity
name: Метательный шприц
parent: SyringeAmmo
suffix: (Ромерол)
id: SyringeAmmoRomerol
components:
- type: SolutionContainerManager
solutions:
melee:
maxVol: 10
reagents:
- ReagentId: Romerol
Quantity: 10

- type: entity
name: Метательный шприц
parent: SyringeAmmo
suffix: (Хлоральгидрат)
id: SyringeAmmoChloral
components:
- type: SolutionContainerManager
solutions:
melee:
maxVol: 10
reagents:
- ReagentId: ChloralHydrate
Quantity: 10

- type: entity
name: Метательный шприц
parent: SyringeAmmo
suffix: (Политриновая кислота)
id: SyringeAmmoPolytrinic
components:
- type: SolutionContainerManager
solutions:
melee:
maxVol: 10
reagents:
- ReagentId: PolytrinicAcid
Quantity: 10

- type: entity
name: Метательный шприц
parent: SyringeAmmo
suffix: (Тазинид)
id: SyringeAmmoTazinide
components:
- type: SolutionContainerManager
solutions:
melee:
maxVol: 10
reagents:
- ReagentId: Tazinide
Quantity: 10

- type: entity
name: Метательный шприц
parent: SyringeAmmo
suffix: (Лексорин)
id: SyringeAmmoLexorin
components:
- type: SolutionContainerManager
solutions:
melee:
maxVol: 10
reagents:
- ReagentId: Lexorin
Quantity: 10

- type: entity
name: Метательный шприц
parent: SyringeAmmo
suffix: (Норэпинефриновая кислота)
id: SyringeAmmoNorepinephric
components:
- type: SolutionContainerManager
solutions:
melee:
maxVol: 10
reagents:
- ReagentId: NorepinephricAcid
Quantity: 10
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,14 @@
fireCost: 100
- proto: BulletTaser
fireCost: 100

- type: entity
name: Пульсовый карабин
parent: WeaponPulseRifle
id: WeaponPulseRifleNew
description: Энергетическая винтовка тяжелого типа, которой вооружены солдаты Эскадрона смерти.
components:
- type: Gun
fireRate: 3.0
soundGunshot:
path: /Uploaded/DS/Sound/rifle.ogg
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
- type: entity
parent: WeaponImprovisedPneumaticCannon
name: Мультизарядный шприцемет
id: DSSyringeGun
description: Мультизарядный шприцемет, позволяющий вводить вещество на расстоянии
components:
- type: Sprite
sprite: Exodus/Objects/Weapons/Guns/syringegun.rsi
layers:
- state: icon
- type: Item
size: Huge
- type: PneumaticCannon
throwItems: false
gasUsage: 0
- type: Gun
fireRate: 2
selectedMode: SemiAuto
availableModes:
- SemiAuto
- FullAuto
soundGunshot:
path: /Uploaded/DS/Sound/pew.ogg
soundEmpty:
path: /Uploaded/DS/Sound/empty.ogg
- type: Storage
storageOpenSound: /Uploaded/DS/Sound/loading2.ogg
storageCloseSound: /Uploaded/DS/Sound/loading3.ogg
storageInsertSound: /Uploaded/DS/Sound/loading.ogg
maxItemSize: Normal
grid:
- 0,0,2,2
whitelist:
tags:
- SyringeBullet
- type: Clothing
sprite: Exodus/Objects/Weapons/Guns/syringegun.rsi
quickEquip: false
slots:
- Back
- suitStorage
Loading

0 comments on commit e1933c3

Please sign in to comment.