Skip to content

Commit

Permalink
Update uplink bundles (Rxup#604)
Browse files Browse the repository at this point in the history
* Update uplink

* revert storage reduce

* Update uplink_nomad.yml

* Update uplink_nomad.yml
  • Loading branch information
Roudenn authored May 10, 2024
1 parent 105bfa5 commit 01a5466
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 23 deletions.
56 changes: 51 additions & 5 deletions Resources/Prototypes/Backmen/Catalog/uplink_nomad.yml
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,8 @@

- type: entity
id: BriefcaseSyndicateSniperBundleFilled
name: brown briefcase
name: коричневый чемодан
description: Пригодится для переноски предметов в руках.
parent: BriefcaseSyndie
suffix: SniperBundle
components:
Expand All @@ -461,7 +462,52 @@
contents:
- id: WeaponRifleSR127
- id: MagazineAntiMaterielRifleSR
- id: ClothingNeckTieRed
- id: ClothingHandsGlovesLatex
- id: ClothingUniformJumpsuitLawyerBlack
- id: BarberScissors
- id: ClothingEyesGlassesMercenary
- id: ClothingHandsGlovesCombat
- id: ClothingHeadHatStetson
- id: KukriKnife

- type: entity
parent: ClothingBackpackDuffelSyndicateAmmo
id: ClothingBackpackDuffelSyndicateAmmoBackmenFilled
name: набор боеприпасов
suffix: Backmen
description: "Перезаряжаюсь! Содержит магазины для большинства современного вооружения синдиката."
components:
- type: StorageFill
contents:
- id: MagazinePistolDrumSubMachineGun # For PPSH
amount: 1
- id: MagazinePistolTopSubMachineGun # For P90
amount: 1
- id: MagazineLightRiflePkBox # For RPD
amount: 2
- id: MagazinePistolSubMachineGun
amount: 2
- id: MagazineLightRifle # For AKMS, AKSU and STG44
amount: 3
- id: MagazineRifleLightSniper # For Dragunov
amount: 1
- id: MagazineRifleRocket20 # For V31
amount: 1
- id: MagazineHeavyRifleBR64 # For BR64
amount: 1
- id: MagazineShotgun # For Zauer and SPAS12
amount: 3

- type: entity
parent: ClothingBackpackDuffelSyndicateMedicalBundle
id: ClothingBackpackDuffelSyndicateMedicalBundleBackmenFilled
name: набор медикаментов
description: "Всё, что нужно для возвращения в строй ваших товарищей: главным образом, боевая аптечка, дефибриллятор, три боевых медипена и инъектор суперстимулятора."
components:
- type: StorageFill
contents:
- id: MedkitCombatFilled
- id: Defibrillator
- id: CombatMedipen
amount: 3
- id: ClothingHandsGlovesNitrile
- id: SyringeTranexamicAcid
- id: StimpackMiniSuper
- id: HandheldHealthAnalyzer
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
- type: entity
name: супер-стимпак
parent: StimpackMini
id: StimpackMiniSuper
description: "Новейшая разработка Donk. Co. Это сверхмощный коктейль самых сильных веществ галактики, который лечит основные типы урона и значительно повышает скорость. Отличный вариант чтобы быстро вернуться в бой."
components:
- type: SolutionContainerManager
solutions:
pen:
maxVol: 15
reagents:
- ReagentId: StimulantsSuper
Quantity: 15
20 changes: 4 additions & 16 deletions Resources/Prototypes/Catalog/Fills/Backpacks/duffelbag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,24 +142,12 @@
components:
- type: StorageFill
contents:
# backmen ammo bundle change start
- id: MagazinePistolDrumSubMachineGun # For PPSH
amount: 1
- id: MagazinePistolTopSubMachineGun # For P90
amount: 1
- id: MagazineLightRiflePkBox # For RPD
amount: 2
- id: MagazineLightRifle # For AKMS, AKSU and STG44
- id: MagazinePistolSubMachineGun
amount: 4
- id: MagazineRifleLightSniper # For Dragunov
amount: 1
- id: MagazineRifleRocket20 # For V31
amount: 1
- id: MagazineHeavyRifleBR64 # For BR64
amount: 1
- id: MagazineShotgun # For Zauer and SPAS12
- id: MagazineShotgun
amount: 4
- id: MagazineLightRifleBox
amount: 2
# backmen ammo bundle change end

- type: entity
parent: ClothingBackpackDuffel
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@
id: UplinkAmmoBundle
name: uplink-ammo-bundle-name
description: uplink-ammo-bundle-desc
productEntity: ClothingBackpackDuffelSyndicateAmmoFilled
productEntity: ClothingBackpackDuffelSyndicateAmmoBackmenFilled
cost:
Telecrystal: 15
categories:
Expand Down Expand Up @@ -585,7 +585,7 @@
id: UplinkMedsBundle
name: uplink-meds-bundle-name
description: uplink-meds-bundle-desc
productEntity: ClothingBackpackDuffelSyndicateMedicalBundleFilled
productEntity: ClothingBackpackDuffelSyndicateMedicalBundleBackmenFilled
cost:
Telecrystal: 20
categories:
Expand Down

0 comments on commit 01a5466

Please sign in to comment.