Credits & Price Update

This commit is contained in:
Miraak 2024-12-28 12:41:56 +01:00
parent d27a627a79
commit ff8c6bf7d2
3 changed files with 34 additions and 20 deletions

View File

@ -135,43 +135,45 @@ class CatalogPriceConfig
'CurrencyB' => 500,
],
2 => [
'CurrencyA' => 1200,
'CurrencyA' => 1000,
'CurrencyB' => 800,
],
3 => [
'CurrencyA' => 1800,
'CurrencyA' => 1200,
'CurrencyB' => 1200,
],
4 => [
'CurrencyA' => 2300,
'CurrencyA' => 1400,
'CurrencyB' => 1600,
'CurrencyC' => 500,
],
5 => [
'CurrencyA' => 2900,
'CurrencyA' => 1800,
'CurrencyB' => 2000,
'CurrencyC' => 1500,
],
6 => [
'CurrencyA' => 3400,
'CurrencyA' => 2200,
'CurrencyB' => 2500,
'CurrencyC' => 1800,
'CurrencyC' => 2000,
],
7 => [
'CurrencyA' => 4000,
'CurrencyA' => 2600,
'CurrencyB' => 3000,
'CurrencyC' => 1800,
'CurrencyC' => 3000,
],
8 => [
'CurrencyA' => 4800,
'CurrencyA' => 3100,
'CurrencyB' => 3500,
'CurrencyC' => 3600,
'CurrencyC' => 4000,
],
9 => [
'CurrencyA' => 5500,
'CurrencyA' => 3700,
'CurrencyB' => 4000,
'CurrencyC' => 5000,
],
10 => [
'CurrencyA' => 6200,
'CurrencyA' => 4200,
'CurrencyB' => 4500,
'CurrencyC' => 6500,
],

View File

@ -62,12 +62,12 @@ abstract class TimedChallengeFactory
const DAILY_REWARDS = [
'CurrencyA' => [
'min' => 300,
'max' => 450,
'min' => 350,
'max' => 500,
],
'CurrencyB' => [
'min' => 90,
'max' => 120,
'min' => 100,
'max' => 150,
],
'CurrencyC' => [
'min' => 250,
@ -77,12 +77,12 @@ abstract class TimedChallengeFactory
const WEEKLY_REWARDS = [
'CurrencyA' => [
'min' => 700,
'max' => 1000,
'min' => 950,
'max' => 1250,
],
'CurrencyB' => [
'min' => 200,
'max' => 300,
'min' => 250,
'max' => 350,
],
'CurrencyC' => [
'min' => 600,

View File

@ -35,6 +35,12 @@
Creates and designs graphics. Moderates the Discord and game.
</x-web.text>
</x-web.credits-user>
<x-web.credits-user :userSteamId="76561198033792162" headline="Narrative & Matchmaking Design" class="my-4">
<x-web.text>
Contributed to Deathgarden: Rebirth's narrative and matchmaking algorithm design.
</x-web.text>
</x-web.credits-user>
<x-web.credits-user :userSteamId="0" usernameOverride="RealDrSalt" headline="Moderator"
:avatarOverride="asset('img/avatars/dr_salt.png')">
<x-web.text>
@ -56,6 +62,12 @@
Moderates the Discord and game.
</x-web.text>
</x-web.credits-user>
<x-web.credits-user :userSteamId="76561198247538620" headline="French Localization Support" class="my-4">
<x-web.text>
Improved and refined the French translation for Deathgarden: Rebirth.
</x-web.text>
</x-web.credits-user>
</x-layouts.web>