Skip to content

Commit

Permalink
Fix Surplus Bundles (DeltaV-Station#1811)
Browse files Browse the repository at this point in the history
# Description

This updates Surplus bundles to actually contain the correct number of
TC to match the TC Rebalance. For instance, 200tc for the standard
surplus crate, which contains 250tc worth of stuff.

# Changelog

:cl:
- tweak: Syndicate Surplus Crates are now included in the TC Rework.

(cherry picked from commit 831a44d)
  • Loading branch information
VMSolidus authored and LaryNevesPR committed Feb 18, 2025
1 parent b92f2fa commit 1c27208
Showing 1 changed file with 4 additions and 4 deletions.
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 @@
id: CrateSyndicateSurplusBundle
parent: [ CrateSyndicate, StorePresetUplink ]
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

- type: entity
id: CrateCybersunJuggernautBundle
Expand All @@ -27,7 +27,7 @@
id: CrateSyndicateSuperSurplusBundle
parent: [ CrateSyndicate, StorePresetUplink ]
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

0 comments on commit 1c27208

Please sign in to comment.