Skip to content

Commit

Permalink
Merge pull request #725 from Darki255/podnos
Browse files Browse the repository at this point in the history
Новая антаг вещь
  • Loading branch information
Schrodinger71 authored May 24, 2024
2 parents 4f561d6 + eb3b97e commit 2e3746e
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Resources/Changelog/ChangelogADT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1775,7 +1775,7 @@ Entries:
- author: JustKekc
changes:
- {message: "Добавлена замена '??' в тексте сообщения на 'вопросительно смотрит' эмоцией.", type: Add}
id: 55749
id: 55749 #костыль отображения в Обновлениях
time: '2024-05-10T20:25:00.0000000+00:00'

- author: Петр Игнатьевич
Expand Down Expand Up @@ -1806,6 +1806,8 @@ Entries:

- author: мудрый дуб
changes:
- { message: "В связи с возобновлением финансирования юридического отдела, NanoTrasen вновь начнет отправлять юристов на космические станции. Теперь ваши правовые вопросы будут решаться непосредственно на месте.", type: Fix} # К коммиту d32f377e72a59c9ccd4dc3128561b7ec7fcefae1
- { message: "Теперь у агентов которые подрабатывают - Шефом, Ботаником, Клоуном и Мимом в аплинке появился новый предмет в разделе 'работа'", type: Tweak}
- {message: "В импланте 'аплинк' добавилось новое оружие - бензопила. Так же были подкручен урон взамен на скорость атаки", type: Add}
id: 55754 #костыль отображения в Обновлениях
time: '2024-05-23T00:06:00.0000000+00:00'
Expand Down
3 changes: 3 additions & 0 deletions Resources/Locale/ru-RU/ADT/Catalog/store/uplink.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,6 @@ uplink-unilang-implanter-desc = Имплант, позволяющий вам п
uplink-jumpboots-name = Продвинутые прыжковые ботинки
uplink-jumpboots-desc = Прыжковые ботинки в раскраске Синдиката. Обладают гораздо более повышенной перезарядкой, чем прообраз, а так же могут работать в качестве магнитных ботинок.
uplink-tray-knife-name = Особо острый поднос
uplink-tray-knife-desc = Они настолько острые, что могут убить!
2 changes: 2 additions & 0 deletions Resources/Locale/ru-RU/ADT/Objects/Misc/consumable.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ ent-ADTIronTray = железный поднос
ent-RollingPin = скалка
.desc = Используется для раскатывания теста.
.suffix = { "" }
ent-ADTIronTrayKnife = железный поднос
.desc = Поднос для разноса еды и напитков.
17 changes: 16 additions & 1 deletion Resources/Prototypes/ADT/Catalog/uplink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -482,4 +482,19 @@
tags:
- NukeOpsUplink


- type: listing
id: ADTuplinkHtrayknife
name: uplink-tray-knife-name
description: uplink-tray-knife-desc
productEntity: ADTIronTrayKnife
cost:
Telecrystal: 3
categories:
- UplinkJob
conditions:
- !type:BuyerJobCondition
whitelist:
- Chef
- Botanist
- Clown
- Mime
28 changes: 28 additions & 0 deletions Resources/Prototypes/ADT/Entities/Objects/Weapons/Melee/knife.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,31 @@
enum.ToggleVisuals.Layer:
True: {state: icon}
False: {state: base}

- type: entity
id: ADTIronTrayKnife
name: Iron tray
suffix: Antag
parent: BaseStorageItem
description: An iron tray to store and service food
components:
- type: Sprite
sprite: ADT/Objects/Misc/iron_tray.rsi
state: icon
- type: Storage
grid:
- 0,0,10,7
maxItemSize: Small
- type: Item
size: Ginormous
#- type: ItemCooldown
- type: MeleeWeapon
damage:
types:
Blunt: 8
soundHit:
path: "/Audio/Weapons/smash.ogg"
- type: DamageOtherOnHit
damage:
types:
Blunt: 12

0 comments on commit 2e3746e

Please sign in to comment.