Add acolyte armor to chaplain uplink (#36843)

This commit is contained in:
ScarKy0
2025-07-18 00:00:04 +02:00
committed by GitHub
parent 38eb07a2ce
commit c884ecd074
5 changed files with 44 additions and 2 deletions

View File

@@ -492,3 +492,6 @@ uplink-contraband-lighter-desc = A mystery box guaranteed to contain a syndicate
uplink-smuggler-satchel-name = Smuggler's Satchel
uplink-smuggler-satchel-desc = A handy, suspicious looking satchel. Just flat enough to fit underneath floor tiles.
uplink-acolyte-armor-name = Acolyte Armor
uplink-acolyte-armor-desc = The must have of any self respecting cult leader. An evil looking piece of armor, made of bones, and surprisingly resistant to damage.

View File

@@ -337,6 +337,19 @@
- id: SyndieTrickyBomb
amount: 2
- type: entity
parent: [ ClothingBackpackDuffelBundle, BaseMajorContraband ]
id: ClothingBackpackDuffelAcolyteBundle
name: acolyte armor bundle
description: "Contains the Acolyte Armor, the must have of any cult leader."
components:
- type: StorageFill
contents:
- id: ClothingOuterArmorCult
- id: ClothingHeadHelmetCult
- id: ClothingShoesCult
- id: BedsheetCult
- type: entity
parent: ClothingBackpackDuffelSyndicateBundle
id: ClothingBackpackDuffelSyndicateFilledStarterKit

View File

@@ -2257,6 +2257,24 @@
categories:
- UplinkDeception
- type: listing
id: UplinkAcolyteArmor
name: uplink-acolyte-armor-name
description: uplink-acolyte-armor-desc
icon: { sprite: Clothing/OuterClothing/Armor/cult_armour.rsi, state: icon}
productEntity: ClothingBackpackDuffelAcolyteBundle
discountCategory: veryRareDiscounts
discountDownTo:
Telecrystal: 3
cost:
Telecrystal: 4
categories:
- UplinkJob
conditions:
- !type:BuyerJobCondition
whitelist:
- Chaplain
- type: listing
id: UplinkSawAdvanced
name: uplink-saw-advanced-name

View File

@@ -173,13 +173,21 @@
- 0,0,8,4
- type: entity
parent: ClothingBackpackDuffelSyndicate
parent: [ ClothingBackpackDuffelSyndicate, BaseSyndicateContraband ]
id: ClothingBackpackDuffelSyndicateBundle
abstract: true
components:
- type: Tag
tags: [] # ignore "WhitelistChameleon" tag
- type: entity
parent: ClothingBackpackDuffel
id: ClothingBackpackDuffelBundle
abstract: true
components:
- type: Tag
tags: [] # ignore "WhitelistChameleon" tag
- type: entity
parent: ClothingBackpackDuffelSyndicate
id: ClothingBackpackDuffelSyndicateAmmo

View File

@@ -342,7 +342,7 @@
coefficients:
Blunt: 0.5
Slash: 0.5
Piercing: 0.6
Piercing: 0.5
Heat: 0.5
- type: GroupExamine