Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinary1 committed Nov 2, 2024
1 parent 1b816d5 commit a4f869e
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ uplink-clothing-backpack-syndie-siar52-name = Набор SIAR-52
uplink-clothing-backpack-syndie-siar52-desc = Включает в себя пулемёт SIAR-52 и два магазина патрон.
uplink-weapon-syndie-laser-minigun-name = UVL-21 «Виверна»
uplink-weapon-syndie-laser-gun-name = S-13 «Чёрная мамба»
uplink-weapon-bauer-127-name = Bauer SR-127
## Cyborgs

Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Loadouts/loadout_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1033,6 +1033,7 @@
- DetectiveArmorVest
- DetectiveCoat
- DetectiveCoatGrey
- DetectiveCoatDark # Sunrise-edit

- type: loadoutGroup
id: SecurityCadetJumpsuit
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
- type: entity
parent: ClothingBackpackDuffelSyndicateBundle
id: ClothingBackpackDuffelSyndicateFilledBauer
name: Bauer-127 bundle
description: "The iconic Bauer-127 magazine rifle with 2 raspy magazines in the set."
components:
- type: StorageFill
contents:
- id: WeaponRifleBauer127
- id: MagazineBauer127Extended
- id: MagazineBauer127Extended
16 changes: 16 additions & 0 deletions Resources/Prototypes/_Sunrise/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,22 @@
whitelist:
tags:
- NukeOpsUplink

- type: listing
id: UplinkWeaponBauer127
name: uplink-weapon-bauer-127-name
productEntity: ClothingBackpackDuffelSyndicateFilledBauer
description: uplink-weapon-bauer-127-name
icon: { sprite: _Sunrise/Objects/Weapons/Guns/Snipers/bauer127/big.rsi, state: icon }
cost:
Telecrystal: 18
categories:
- UplinkWeaponry
conditions:
- !type:StoreWhitelistCondition
whitelist:
tags:
- NukeOpsUplink

- type: listing
id: UplinkHardsuitSyndieCommander
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- type: loadout
id: DetectiveCoatDark
equipment:
outerClothing: ClothingOuterCoatDetectiveDark

0 comments on commit a4f869e

Please sign in to comment.