mirror of
https://github.com/Deathgarden-Rebirth/Deathgarden_Rebirth-Rewrite.git
synced 2026-09-09 11:45:18 -05:00
Added the "Rare" rarity
This commit is contained in:
@@ -168,8 +168,9 @@ class CatalogPriceConfig
|
||||
];
|
||||
|
||||
const SKINS_COST = [
|
||||
ItemQuality::Basic->value => ['CurrencyC' => 3500],
|
||||
ItemQuality::Specialized->value => ['CurrencyC' => 4500],
|
||||
ItemQuality::Basic->value => ['CurrencyC' => 2500],
|
||||
ItemQuality::Specialized->value => ['CurrencyC' => 3500],
|
||||
ItemQuality::Rare->value => ['CurrencyC' => 4500],
|
||||
ItemQuality::Superior->value => ['CurrencyC' => 5500],
|
||||
ItemQuality::Epic->value => ['CurrencyC' => 6250],
|
||||
ItemQuality::Ultra->value => ['CurrencyC' => 7500],
|
||||
|
||||
Reference in New Issue
Block a user