diff --git a/Resources/Prototypes/ADT/Entities/Objects/Specific/Medical/defib.yml b/Resources/Prototypes/ADT/Entities/Objects/Specific/Medical/defib.yml new file mode 100644 index 00000000000..d5f8c71207c --- /dev/null +++ b/Resources/Prototypes/ADT/Entities/Objects/Specific/Medical/defib.yml @@ -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 diff --git a/Resources/Prototypes/Catalog/uplink_catalog.yml b/Resources/Prototypes/Catalog/uplink_catalog.yml index c912cb4e317..bb550b8d397 100644 --- a/Resources/Prototypes/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Catalog/uplink_catalog.yml @@ -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 diff --git a/Resources/Textures/ADT/Objects/Specific/Medical/defibsyndi.rsi/icon.png b/Resources/Textures/ADT/Objects/Specific/Medical/defibsyndi.rsi/icon.png new file mode 100644 index 00000000000..41f9f2e7856 Binary files /dev/null and b/Resources/Textures/ADT/Objects/Specific/Medical/defibsyndi.rsi/icon.png differ diff --git a/Resources/Textures/ADT/Objects/Specific/Medical/defibsyndi.rsi/inhand-left.png b/Resources/Textures/ADT/Objects/Specific/Medical/defibsyndi.rsi/inhand-left.png new file mode 100644 index 00000000000..3bcc3e4c545 Binary files /dev/null and b/Resources/Textures/ADT/Objects/Specific/Medical/defibsyndi.rsi/inhand-left.png differ diff --git a/Resources/Textures/ADT/Objects/Specific/Medical/defibsyndi.rsi/inhand-right.png b/Resources/Textures/ADT/Objects/Specific/Medical/defibsyndi.rsi/inhand-right.png new file mode 100644 index 00000000000..3bcc3e4c545 Binary files /dev/null and b/Resources/Textures/ADT/Objects/Specific/Medical/defibsyndi.rsi/inhand-right.png differ diff --git a/Resources/Textures/ADT/Objects/Specific/Medical/defibsyndi.rsi/meta.json b/Resources/Textures/ADT/Objects/Specific/Medical/defibsyndi.rsi/meta.json new file mode 100644 index 00000000000..0eeee3460fc --- /dev/null +++ b/Resources/Textures/ADT/Objects/Specific/Medical/defibsyndi.rsi/meta.json @@ -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" + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/ADT/Objects/Specific/Medical/defibsyndi.rsi/ready.png b/Resources/Textures/ADT/Objects/Specific/Medical/defibsyndi.rsi/ready.png new file mode 100644 index 00000000000..f4fd84ca358 Binary files /dev/null and b/Resources/Textures/ADT/Objects/Specific/Medical/defibsyndi.rsi/ready.png differ diff --git a/Resources/Textures/ADT/Objects/Specific/Medical/defibsyndi.rsi/screen.png b/Resources/Textures/ADT/Objects/Specific/Medical/defibsyndi.rsi/screen.png new file mode 100644 index 00000000000..e56beaa90c5 Binary files /dev/null and b/Resources/Textures/ADT/Objects/Specific/Medical/defibsyndi.rsi/screen.png differ