Skip to content

Commit

Permalink
Переносной дефибрилятор
Browse files Browse the repository at this point in the history
  • Loading branch information
1Stepka1 committed Oct 13, 2023
1 parent e257065 commit f4233fe
Show file tree
Hide file tree
Showing 8 changed files with 63 additions and 0 deletions.
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
10 changes: 10 additions & 0 deletions Resources/Prototypes/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1250,6 +1250,16 @@
categories:
- UplinkMisc

- type: listing
id: UplinkADTHandDefibrillator
name: Переносной дефибрилятор синдиката
description: Облегченная версия обычного дефибрилятора. Можно надеть на шею.
productEntity: ADTHandDefibrillator
cost:
Telecrystal: 25
categories:
- UplinkMisc

- type: listing
id: UplinkStimpack
name: uplink-stimpack-name
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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"version": 1,
"license": "CC0-1.0",
"copyright": "Created by (UwUna)lunalita с проекта Adventure Time",
"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.

0 comments on commit f4233fe

Please sign in to comment.