Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Buff python #33306

Merged
merged 6 commits into from
Feb 11, 2025
Merged
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
12 changes: 6 additions & 6 deletions Resources/Prototypes/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
name: uplink-revolver-python-name
description: uplink-revolver-python-desc
productEntity: WeaponRevolverPythonAP
discountCategory: usualDiscounts
discountCategory: rareDiscounts
discountDownTo:
Telecrystal: 4
Telecrystal: 2
cost:
Telecrystal: 8 # Originally was 13 TC but was not used due to high cost
Telecrystal: 4 # Originally was 13 and then 8 TC but was not used due to high cost
categories:
- UplinkWeaponry

Expand Down Expand Up @@ -1922,11 +1922,11 @@
name: uplink-revolver-cap-gun-fake-name
description: uplink-revolver-cap-gun-fake-desc
productEntity: RevolverCapGunFake
discountCategory: usualDiscounts
discountCategory: rareDiscounts
discountDownTo:
Telecrystal: 5
Telecrystal: 3
cost:
Telecrystal: 9
Telecrystal: 5
categories:
- UplinkJob
conditions:
Expand Down
Loading