diff --git a/Resources/Locale/ru-RU/backmen/prototypes/entities/objects/weapons/grenades.ftl b/Resources/Locale/ru-RU/backmen/prototypes/entities/objects/weapons/grenades.ftl new file mode 100644 index 00000000000..755b5a3939c --- /dev/null +++ b/Resources/Locale/ru-RU/backmen/prototypes/entities/objects/weapons/grenades.ftl @@ -0,0 +1,11 @@ +ent-ClothingBackpackDuffelSyndicatePsiGrenadeBundle = набор пси гранат синдиката + .desc = Полный вещьмешок пси-гранат. + +ent-ClothingBackpackDuffelSyndicateAntiPsiGrenadeBundle = набор анти-психических гранат + .desc = Полный вещьмешок ани-психических гранат. + +ent-PsiGrenade = пси граната + .desc = Пси? Нарко? Поло? + +ent-AntiPsiGrenade = анти психическая граната + .desc = Тебе нравиться головная боль? \ No newline at end of file diff --git a/Resources/Locale/ru-RU/backmen/store/uplink-catalog.ftl b/Resources/Locale/ru-RU/backmen/store/uplink-catalog.ftl index 3a46e4cdc0a..f05dac9ca78 100644 --- a/Resources/Locale/ru-RU/backmen/store/uplink-catalog.ftl +++ b/Resources/Locale/ru-RU/backmen/store/uplink-catalog.ftl @@ -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 = Полный вещьмешок ани-психических гранат. \ No newline at end of file diff --git a/Resources/Prototypes/Backmen/Catalog/Fills/Backpacks/duffelbag.yml b/Resources/Prototypes/Backmen/Catalog/Fills/Backpacks/duffelbag.yml index 4d91271daea..80689a89162 100644 --- a/Resources/Prototypes/Backmen/Catalog/Fills/Backpacks/duffelbag.yml +++ b/Resources/Prototypes/Backmen/Catalog/Fills/Backpacks/duffelbag.yml @@ -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 \ No newline at end of file diff --git a/Resources/Prototypes/Backmen/Catalog/uplink_catalog.yml b/Resources/Prototypes/Backmen/Catalog/uplink_catalog.yml index 5408157b6b9..0ccb03d6dfc 100644 --- a/Resources/Prototypes/Backmen/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Backmen/Catalog/uplink_catalog.yml @@ -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 \ No newline at end of file diff --git a/Resources/Prototypes/Backmen/Adminbuse/vampire.yml b/Resources/Prototypes/Backmen/Entities/Objects/Weapons/Grenades/smoke.yml similarity index 64% rename from Resources/Prototypes/Backmen/Adminbuse/vampire.yml rename to Resources/Prototypes/Backmen/Entities/Objects/Weapons/Grenades/smoke.yml index b37756c4e1c..f34d868773f 100644 --- a/Resources/Prototypes/Backmen/Adminbuse/vampire.yml +++ b/Resources/Prototypes/Backmen/Entities/Objects/Weapons/Grenades/smoke.yml @@ -1,4 +1,4 @@ -- type: entity +- type: entity parent: SmokeGrenade id: BloodsuckerGrenade name: vampire gas grenade @@ -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 \ No newline at end of file