Skip to content

Commit

Permalink
Increase lone ops TC from 40 to 60 (space-wizards#26130)
Browse files Browse the repository at this point in the history
* Create lone ops outfit and 60 TC radio

* Changed lone op entity to use the new loneop outfit prototype

* Fix shop

---------

Co-authored-by: Plykiya <[email protected]>
  • Loading branch information
Plykiya and Plykiya authored Mar 18, 2024
1 parent 21c527d commit 75287db
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Mobs/Player/human.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
randomizeName: false
- type: NukeOperative
- type: Loadout
prototypes: [SyndicateOperativeGearFull]
prototypes: [SyndicateLoneOperativeGearFull]
- type: RandomMetadata
nameSegments:
- SyndicateNamesPrefix
Expand Down
13 changes: 13 additions & 0 deletions Resources/Prototypes/Entities/Objects/Specific/syndicate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,19 @@
tags:
- NukeOpsUplink

- type: entity
parent: BaseUplinkRadio
id: BaseUplinkRadio60TC
suffix: 60 TC, LoneOps
components:
- type: Store
preset: StorePresetUplink
balance:
Telecrystal: 60
- type: Tag
tags:
- NukeOpsUplink

- type: entity
parent: BaseUplinkRadio
id: BaseUplinkRadioDebug
Expand Down
20 changes: 20 additions & 0 deletions Resources/Prototypes/Roles/Jobs/Fun/misc_startinggear.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,26 @@
satchel: ClothingBackpackDuffelSyndicateOperativeMedic
duffelbag: ClothingBackpackDuffelSyndicateOperativeMedic

#Syndicate Lone Operative Outfit - Full Kit
- type: startingGear
id: SyndicateLoneOperativeGearFull
equipment:
jumpsuit: ClothingUniformJumpsuitOperative
back: ClothingBackpackDuffelSyndicateOperative
mask: ClothingMaskGasSyndicate
eyes: ClothingEyesHudSyndicate
ears: ClothingHeadsetAltSyndicate
gloves: ClothingHandsGlovesCombat
outerClothing: ClothingOuterHardsuitSyndie
shoes: ClothingShoesBootsCombatFilled
id: SyndiPDA
pocket1: DoubleEmergencyOxygenTankFilled
pocket2: BaseUplinkRadio60TC
belt: ClothingBeltMilitaryWebbing
innerClothingSkirt: ClothingUniformJumpskirtOperative
satchel: ClothingBackpackDuffelSyndicateOperative
duffelbag: ClothingBackpackDuffelSyndicateOperative

# Syndicate Footsoldier Gear
- type: startingGear
id: SyndicateFootsoldierGear
Expand Down

0 comments on commit 75287db

Please sign in to comment.