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

Добавлен дефибрилятор синдиката. Так же заполнение дымовых гранат #39

Merged
merged 1 commit into from
Oct 15, 2023
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
9 changes: 9 additions & 0 deletions Resources/Locale/ru-RU/ADT/Catalog/store/uplink.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,12 @@ uplink-syndiecloak-desc = антагонизируй со стилем!

uplink-nukeopscloak-name = плащ Ядерных Оперативников
uplink-nukeopscloak-desc = защитит тебя от холода на базе

uplink-ADTHandDefibrillator-name = Переносной дефибрилятор синдиката
uplink-ADTHandDefibrillator-desc = Облегченная версия обычного дефибрилятора, более эффективен в лечении но имеет больше сильный разряд. Можно надеть на шею.

uplink-ssmokegrenade-name = Дымовая граната синдиката
uplink-ssmokegrenade-desc = Расплыет на определенную область непроглядный дым. Является улучшенной версией обычной гранаты.

uplink-ssmokegrenade-bundle-name = Набор дымовых граната
uplink-ssmokegrenade-bundle-desc = Набор из 6 дымовых граната синдиката. Идеально подходят для вечеринки
4 changes: 4 additions & 0 deletions Resources/Locale/ru-RU/ADT/Objects/specific/medstuff.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ ent-ADTZookeperHandheldHealthAnalyzer = Анализатор здоровья З
ent-ADTCombatHypo = боевой гипоспрей
.desc = Модель гипоспрея, разработанная NT для использования в боевых ситуациях - с повышенным объемом в ущерб скорости применения.
.suffix = { "" }

ent-ADTHandDefibrillator = боевой переносной Дефибрилятор
.desc = Облегченная версия дефибрилятора, возращает в жизни лучше и быстрее, хоть разряд опаснее. Можно надеть на шею
.suffix = { "" }
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,14 @@
contents:
- id: ADTExtMagazineRifle
amount: 3

- type: entity
parent: ClothingBackpackDuffelSyndicateAmmoBundle
id: ADTClothingBackpackDuffelSsmokeGrenade
name: Набор дымовых гранат синдиката
description: Набор из 6 штук дымовых гранат синдиката
components:
- type: StorageFill
contents:
- id: ADTSSmokeGrenade
amount: 6
44 changes: 44 additions & 0 deletions Resources/Prototypes/ADT/Catalog/uplink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,3 +203,47 @@
whitelist:
tags:
- NukeOpsUplink

- type: listing
id: UplinkADTHandDefibrillator
name: uplink-ADTHandDefibrillator-name
description: uplink-ADTHandDefibrillator-desc
productEntity: ADTHandDefibrillator
cost:
Telecrystal: 25
categories:
- UplinkMisc
conditions:
- !type:StoreWhitelistCondition
whitelist:
tags:
- NukeOpsUplink

- type: listing
id: ADTUplinkSyndieSSmokegrenade
name: uplink-ssmokegrenade-name
description: uplink-ssmokegrenade-desc
productEntity: ADTSSmokeGrenade
cost:
Telecrystal: 4
categories:
- UplinkExplosives

- type: listing
id: ADTUplinkSmokeBundle
name: uplink-SmokeGrenadeBundle-name
description: uplink-SmokeGrenadeBundle-desc
productEntity: ADTClothingBackpackDuffelSsmokeGrenade
cost:
Telecrystal: 18
categories:
- UplinkBundles
conditions:
- !type:StoreWhitelistCondition
whitelist:
tags:
- NukeOpsUplink
- !type:BuyerWhitelistCondition
blacklist:
components:
- SurplusBundle
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
- type: entity
id: ADTHandDefibrillator
name:
description:
parent: [ BaseDefibrillator, PowerCellSlotMediumItem ]
components:
- type: Item
size: 20
- type: Clothing
quickEquip: false
slots:
- neck
- type: Sprite
sprite: ADT/Objects/Specific/Medical/defibsyndi.rsi
- type: Defibrillator
zapHeal:
types:
Asphyxiation: -50
writheDuration: 5
zapDamage: 15
zapDelay: 2
doAfterDuration: 1
- type: MultiHandedItem
- type: PowerCellDraw
useRate: 200
Original file line number Diff line number Diff line change
Expand Up @@ -498,3 +498,5 @@
- id: SpeedLoaderMagnumRubber
- id: SpeedLoaderMagnumRubber
- id: SpeedLoaderMagnum
- id: ADTSmokeGrenade
- id: ADTSmokeGrenade
Original file line number Diff line number Diff line change
Expand Up @@ -268,3 +268,5 @@
- id: SpeedLoaderMagnumRubber
- id: SpeedLoaderMagnumRubber
- id: SpeedLoaderMagnum
- id: ADTSmokeGrenade
- id: ADTSmokeGrenade
Original file line number Diff line number Diff line change
Expand Up @@ -285,3 +285,5 @@
- id: SpeedLoaderMagnumRubber
- id: SpeedLoaderMagnumRubber
- id: SpeedLoaderMagnum
- id: ADTSmokeGrenade
- id: ADTSmokeGrenade
1 change: 1 addition & 0 deletions Resources/Prototypes/Catalog/Fills/Backpacks/duffelbag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@
- id: WeaponPistolViper
- id: PinpointerNuclear
- id: MicroBombImplanter
- id: ADTSmokeGrenade


- type: entity
Expand Down
3 changes: 2 additions & 1 deletion Resources/Prototypes/Catalog/Fills/Items/belt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,12 @@
- type: StorageFill
contents:
- id: ExGrenade
amount: 4
amount: 3
- id: SyndieMiniBomb
amount: 2
- id: EmpGrenade
amount: 2
- id: ADTSmokeGrenade

- type: entity
id: ClothingBeltMilitaryWebbingMedFilled
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,7 @@
idleState: icon
runningState: icon
staticRecipes:
- ADTSmokeGrenades
- ClothingEyesHudSecurity
- Flash
- Handcuffs
Expand Down
10 changes: 10 additions & 0 deletions Resources/Prototypes/Recipes/Lathes/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -472,3 +472,13 @@
Steel: 500
Glass: 100
Plastic: 200

#ADT
- type: latheRecipe
id: ADTSmokeGrenades
result: ADTSmokeGrenade
completetime: 2
materials:
Steel: 200
Plastic: 100
Gold: 10
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,28 @@
{
"version": 1,
"license": "CC0-1.0",
"copyright": "Created by EmoGarbage404 (github) for Space Staiton 14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "ready"
},
{
"name": "screen"
}
]
}
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