mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 19:22:56 +00:00
Corrects surplus crate pricing to scale rewards the more you spend. Proper description can be found in the commit description.
120 TC - 240 Worth - 2x Worth 240 TC - 540 Worth - 2.25x Worth 480 TC - 1200 Worth - 2.5x Worth 720 TC - 1980 Worth - 2.75x Worth
This commit is contained in:
@@ -61,17 +61,17 @@
|
|||||||
/datum/uplink_item/item/badassery/surplus/merc2
|
/datum/uplink_item/item/badassery/surplus/merc2
|
||||||
name = "Surplus Crate - 240 TC"
|
name = "Surplus Crate - 240 TC"
|
||||||
item_cost = DEFAULT_TELECRYSTAL_AMOUNT * 2
|
item_cost = DEFAULT_TELECRYSTAL_AMOUNT * 2
|
||||||
item_worth = 360
|
item_worth = 540
|
||||||
|
|
||||||
/datum/uplink_item/item/badassery/surplus/merc4
|
/datum/uplink_item/item/badassery/surplus/merc4
|
||||||
name = "Surplus Crate - 480 TC"
|
name = "Surplus Crate - 480 TC"
|
||||||
item_cost = DEFAULT_TELECRYSTAL_AMOUNT * 4
|
item_cost = DEFAULT_TELECRYSTAL_AMOUNT * 4
|
||||||
item_worth = 720
|
item_worth = 1200
|
||||||
|
|
||||||
/datum/uplink_item/item/badassery/surplus/merc6
|
/datum/uplink_item/item/badassery/surplus/merc6
|
||||||
name = "Surplus Crate - 720 TC"
|
name = "Surplus Crate - 720 TC"
|
||||||
item_cost = DEFAULT_TELECRYSTAL_AMOUNT * 6
|
item_cost = DEFAULT_TELECRYSTAL_AMOUNT * 6
|
||||||
item_worth = 1440
|
item_worth = 1980
|
||||||
|
|
||||||
/datum/uplink_item/item/badassery/surplus/New()
|
/datum/uplink_item/item/badassery/surplus/New()
|
||||||
..()
|
..()
|
||||||
|
|||||||
Reference in New Issue
Block a user