Skip to content

Commit

Permalink
some psi grenades
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirillcas committed Mar 14, 2024
1 parent f4f8a54 commit ad2dc38
Show file tree
Hide file tree
Showing 5 changed files with 76 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
ent-ClothingBackpackDuffelSyndicatePsiGrenadeBundle = набор пси гранат синдиката
.desc = Полный вещьмешок пси-гранат.
ent-ClothingBackpackDuffelSyndicateAntiPsiGrenadeBundle = набор анти-психических гранат
.desc = Полный вещьмешок ани-психических гранат.
ent-PsiGrenade = пси граната
.desc = Пси? Нарко? Поло?
ent-AntiPsiGrenade = анти психическая граната
.desc = Тебе нравиться головная боль?
6 changes: 6 additions & 0 deletions Resources/Locale/ru-RU/backmen/store/uplink-catalog.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ uplink-box-heavy-rifle-name = коробка патронов (.62 винтов
uplink-box-heavy-rifle-desc = 30 патронов калибра .62 винтовочный, совместимо с BR-64.
uplink-box-light-rifle-name = пакет патронов (7,62 винтовка)
uplink-box-light-rifle-desc = 30 патронов калибра 7,62 винтовка, совместимо с SVD.
uplink-psi-grenade-bundle-name = набор пси гранат
uplink-psi-grenade-bundle-desc = Набор содержит вещь мешок с 20-тью пси гранатами которые мешают жертвам говорить.
uplink-anti-psi-grenade-bundle-name = набор анти-психических гранат
uplink-anti-psi-grenade-bundle-desc = Полный вещьмешок ани-психических гранат.
22 changes: 22 additions & 0 deletions Resources/Prototypes/Backmen/Catalog/Fills/Backpacks/duffelbag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,25 @@
- id: MimePDA
- id: ClothingHeadsetService
- id: CrayonMime

- type: entity
parent: ClothingBackpackDuffelSyndicateBundle
id: ClothingBackpackDuffelSyndicatePsiGrenadeBundle
name: syndicate psi-grenade bundle
description: "full of psi gas grenades!."
components:
- type: StorageFill
contents:
- id: PsiGrenade
amount: 20

- type: entity
parent: ClothingBackpackDuffelSyndicateBundle
id: ClothingBackpackDuffelSyndicateAntiPsiGrenadeBundle
name: syndicate anti psi-grenade bundle
description: "contains a lot of anti-psi gas grenades!."
components:
- type: StorageFill
contents:
- id: AntiPsiGrenade
amount: 20
20 changes: 20 additions & 0 deletions Resources/Prototypes/Backmen/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,23 @@
Telecrystal: 5
categories:
- UplinkImplants

- type: listing
id: UplinkPsiGrenadeBundle
name: uplink-psi-grenade-bundle-name
description: uplink-psi-grenade-bundle-desc
productEntity: ClothingBackpackDuffelSyndicatePsiGrenadeBundle
cost:
Telecrystal: 1
categories:
- UplinkAllies

- type: listing
id: UplinkAntiPsiGrenadeBundle
name: uplink-anti-psi-grenade-bundle-name
description: uplink-anti-psi-grenade-bundle-desc
productEntity: ClothingBackpackDuffelSyndicateAntiPsiGrenadeBundle
cost:
Telecrystal: 2
categories:
- UplinkAllies
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- type: entity
- type: entity
parent: SmokeGrenade
id: BloodsuckerGrenade
name: vampire gas grenade
Expand Down Expand Up @@ -29,3 +29,19 @@
reagents:
- ReagentId: LotophagoiOil
Quantity: 100

- type: entity
parent: SmokeGrenade
id: AntiPsiGrenade
name: anti-psi gas grenade
description: did you hate magic brain?
components:
- type: Sprite
sprite: Objects/Weapons/Grenades/tear_gas.rsi
- type: SmokeOnTrigger
duration: 20
spreadAmount: 60
solution:
reagents:
- ReagentId: MindbreakerToxin
Quantity: 75

0 comments on commit ad2dc38

Please sign in to comment.