Skip to content

Commit

Permalink
Mime Duffelbag in Uplink
Browse files Browse the repository at this point in the history
  • Loading branch information
Roudenn committed Nov 13, 2023
1 parent ec74965 commit 8a94274
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ent-ClothingBackpackDuffelSyndicateCostumeMime = { ent-ClothingBackpackDuffelMime }
.desc = { ent-ClothingBackpackDuffelMime.desc }
.suffix = Синдикат
2 changes: 2 additions & 0 deletions Resources/Locale/ru-RU/backmen/store/uplink-catalog.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ uplink-corpium-name = Шприц корпиума
uplink-corpium-desc = Коктейль из различных ядов. Цель не сможет вылечить себя без посторонней помощи. Превращает в зомби через несколько минут после введения.
uplink-cannedclown-name = Банка консервированного клоуна
uplink-cannedclown-desc = Просто откройте и получите в напарники весёлую персону для ваших весёлых дел. ХОНК!
uplink-costume-mime-name = Вещмешок с костюмом мима
uplink-costume-mime-desc = Содержит полный комплект мимского снаряжения. Включает КПК и гарнитуру сервисного отдела.
20 changes: 20 additions & 0 deletions Resources/Prototypes/Backmen/Catalog/Fills/Backpacks/duffelbag.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Mime syndicate duffelbag
- type: entity
parent: ClothingBackpackDuffelMime
id: ClothingBackpackDuffelSyndicateCostumeMime
suffix: syndicate
components:
- type: Tag
tags: [] # ignore "WhitelistChameleon" tag
- type: StorageFill
contents:
- id: ClothingUniformJumpsuitMime
- id: ClothingMaskMime
- id: ClothingShoesColorWhite
- id: ClothingHeadHatBeret
- id: ClothingBeltSuspenders
- id: ClothingHandsGlovesLatex
- id: MimePDA
- id: ClothingHeadsetService
- id: CrayonMime

10 changes: 10 additions & 0 deletions Resources/Prototypes/Backmen/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,13 @@
blacklist:
components:
- SurplusBundle

- type: listing
id: UplinkCostumeMime
name: uplink-costume-mime-name
description: uplink-costume-mime-desc
productEntity: ClothingBackpackDuffelSyndicateCostumeMime
cost:
Telecrystal: 3
categories:
- UplinkPointless

0 comments on commit 8a94274

Please sign in to comment.