diff --git a/Resources/Locale/ru-RU/ADT/Objects/Misc/EvidanceBag.ftl b/Resources/Locale/ru-RU/ADT/Objects/Misc/EvidanceBag.ftl new file mode 100644 index 00000000000..f07c91f4c13 --- /dev/null +++ b/Resources/Locale/ru-RU/ADT/Objects/Misc/EvidanceBag.ftl @@ -0,0 +1,2 @@ +ent-ADTEvidanceBag = пакетик для улик + .desc = создан для хранения улик, а не наркотиков. diff --git a/Resources/Prototypes/ADT/Entities/Objects/Misc/EvidenceBag.yml b/Resources/Prototypes/ADT/Entities/Objects/Misc/EvidenceBag.yml new file mode 100644 index 00000000000..da7d2a2b0fb --- /dev/null +++ b/Resources/Prototypes/ADT/Entities/Objects/Misc/EvidenceBag.yml @@ -0,0 +1,13 @@ +- type: entity + id: ADTEvidanceBag + name: Evidance Bag + parent: BaseStorageItem + description: Designed to store evidence, not drugs + components: + - type: Sprite + sprite: ADT/Objects/Misc/Evidance.rsi + state: icon + scale: 0.7, 0.7 + - type: Storage + maxSlots: 1 + maxItemSize: Small diff --git a/Resources/Textures/ADT/Objects/Misc/Evidance.rsi/icon.png b/Resources/Textures/ADT/Objects/Misc/Evidance.rsi/icon.png new file mode 100644 index 00000000000..64eeac9ca22 Binary files /dev/null and b/Resources/Textures/ADT/Objects/Misc/Evidance.rsi/icon.png differ diff --git a/Resources/Textures/ADT/Objects/Misc/Evidance.rsi/meta.json b/Resources/Textures/ADT/Objects/Misc/Evidance.rsi/meta.json new file mode 100644 index 00000000000..3233310b75c --- /dev/null +++ b/Resources/Textures/ADT/Objects/Misc/Evidance.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-NC-SA-4.0", + "copyright": "Created by Close_your_eyes", + "states": [ + { + "name": "icon" + } + ] +}