Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
PvrG committed Dec 1, 2024
1 parent 219d1df commit d4f7082
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 54 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ uplink-stimulants-implant-name = { ent-StimulantsImplant }
uplink-stimulants-implant-desc = Продвинутый имплант Cybersun, содержащий три капсулы первокласного стимулирующего вещества, моментально вводимые в кровь по желанию носителя.
uplink-contortionist-jumpsuit-name = Костюм конторциониста
uplink-contortionist-jumpsuit-desc = Он выглядит как скафандр для атмосферы, но на самом деле это не так. Этот скафандр позволяет агенту пролезать через вентиляционные шахты.
uplink-contortionist-jumpsuit-desc = Он выглядит как костюм для атмосферы, но на самом деле это не так. Этот костюм позволяет агенту пролезать через вентиляционные шахты и менять внешний вид костюма.
8 changes: 8 additions & 0 deletions Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1387,3 +1387,11 @@
sprite: Clothing/Uniforms/Jumpsuit/familiar_garbs.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/familiar_garbs.rsi

- type: entity
parent: ClothingUniformJumpsuitAtmos
id: ClothingUniformJumpsuitAtmosSyndie
name: Костюм конторциониста
suffix: Chameleon
components:
- type: VentCrawClothing
33 changes: 33 additions & 0 deletions Resources/Prototypes/_Backmen/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,36 @@
categories:
- UplinkPointless

- type: listing
id: UplinkChemicalImplant
name: uplink-stimulants-implant-name
description: uplink-stimulants-implant-desc
productEntity: StimulantsImplanter
icon: { sprite: /Textures/Objects/Specific/Chemistry/syringe.rsi, state: syringe_base0 }
cost:
Telecrystal: 8
categories:
- UplinkImplants
conditions:
- !type:StoreWhitelistCondition
whitelist:
tags:
- NukeOpsUplink
- !type:BuyerWhitelistCondition
blacklist:
components:
- SurplusBundle

- type: listing
id: UplinkChameleon
name: uplink-contortionist-jumpsuit-name
description: uplink-contortionist-jumpsuit-desc
productEntity: ClothingUniformJumpsuitAtmosSyndie
icon: { sprite: Clothing/Uniforms/Jumpsuit/atmos.rsi, state: icon }
discountCategory: usualDiscounts
discountDownTo:
Telecrystal: 3
cost:
Telecrystal: 6
categories:
- UplinkWearables

This file was deleted.

0 comments on commit d4f7082

Please sign in to comment.