Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
- type: entity
parent: Telecrystal
id: Telecrystal25
suffix: 25 TC
components:
- type: Stack
count: 25

- type: entity
parent: Telecrystal
id: Telecrystal50
suffix: 50 TC
components:
- type: Stack
count: 50

- type: entity
parent: Telecrystal
id: Telecrystal100
suffix: 100 TC
components:
- type: Stack
count: 100

#Uplinks
- type: entity
parent: BaseUplinkRadio
id: BaseUplinkRadio100TC
suffix: 100 TC
components:
- type: Store
balance:
Telecrystal: 100

- type: entity
parent: BaseUplinkRadio
id: BaseUplinkRadio125TC
suffix: 125 TC
components:
- type: Store
balance:
Telecrystal: 125

- type: entity
parent: BaseUplinkRadio
id: BaseUplinkRadio200TC
suffix: 200 TC, NukeOps
components:
- type: Store
balance:
Telecrystal: 200
- type: Tag
tags:
- NukeOpsUplink

- type: entity
parent: BaseUplinkRadio
id: BaseUplinkRadio300TC
suffix: 300 TC, LoneOps
components:
- type: Store
balance:
Telecrystal: 300
- type: Tag
tags:
- NukeOpsUplink
2 changes: 1 addition & 1 deletion Resources/Prototypes/Catalog/Fills/Crates/salvage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
- id: ClothingHeadHatDogEars
prob: 0.01
# TRAITOR EQUIPMENT (0.01%)
- id: Telecrystal10
- id: Telecrystal50 # Reforged - Large price changes - TC redenomination (5:1)
prob: 0.0001
- id: WeaponRevolverPython
prob: 0.0001
Expand Down
8 changes: 4 additions & 4 deletions Resources/Prototypes/Catalog/Fills/Crates/syndicate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
parent: [ CrateSyndicate, StorePresetUplink, BaseSyndicateContraband ]
id: CrateSyndicateSurplusBundle
name: Syndicate surplus crate
description: Contains 50 telecrystals worth of completely random Syndicate items. It can be useless junk or really good.
description: Contains 250 telecrystals worth of completely random Syndicate items. It can be useless junk or really good.
components:
- type: SurplusBundle
totalPrice: 50
totalPrice: 250 # Reforged - Large price changes - TC redenomination (5:1)

- type: entity
parent: CrateSyndicate
Expand All @@ -26,7 +26,7 @@
parent: [ CrateSyndicate, StorePresetUplink, BaseSyndicateContraband ]
id: CrateSyndicateSuperSurplusBundle
name: Syndicate super surplus crate
description: Contains 125 telecrystals worth of completely random Syndicate items.
description: Contains 625 telecrystals worth of completely random Syndicate items.
components:
- type: SurplusBundle
totalPrice: 125
totalPrice: 625 # Reforged - Large price changes - TC redenomination (5:1)
2 changes: 1 addition & 1 deletion Resources/Prototypes/Catalog/thief_toolbox_sets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
- AccessBreaker
- Lighter
- CigPackSyndicate
- Telecrystal10 #The thief cannot use them, but it may induce communication with traitors
- Telecrystal50 #Goobstation - TC redenomination (5:1)

- type: thiefBackpackSet
id: SleeperSet
Expand Down
Loading
Loading