[AB-53] economy related templates

adding custom command module
This commit is contained in:
Sheldan
2022-07-21 00:43:49 +02:00
parent a41045e5fd
commit bd72f93e1f
57 changed files with 252 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
:slot_machine: You bet ${bid}, ${toBank} go to the bank, ${toJackpot} go to the jackpot. :slot_machine:
:game_die: You've rolled ${rolls}. :game_die:
${uniqueNumbers} unique numbers. Thanks for playing, try again soon. :money_with_wings:
The jackpot is now ${currentJackpot}.

View File

@@ -0,0 +1,5 @@
:slot_machine: You bet ${bid}, ${toBank} go to the bank, ${toJackpot} go to the jackpot. :slot_machine:
:game_die: You've rolled ${rolls}. :game_die:
${uniqueNumbers} unique numbers. You won!!! :tada::tada:

View File

@@ -0,0 +1 @@
An implement of https://www.fwwiki.de/index.php/Casino_von_Ferdolien.

View File

@@ -0,0 +1 @@
Shows the leaderboard of the credits in this server

View File

@@ -0,0 +1 @@
Can be used to show the complete leaderboard of credits in this server.

View File

@@ -0,0 +1 @@
You are #${rank} on this server with ${credits} credits.

View File

@@ -0,0 +1 @@
Shows your current amount of credits

View File

@@ -0,0 +1 @@
You receive credits on a cooldown with this command

View File

@@ -0,0 +1 @@
You get to have payday! If you are not on cooldown you will receive credits.

View File

@@ -0,0 +1,5 @@
Here, take some credits. Enjoy! (+${gainedCredits} credits!)
You currently have ${currentCredits} credits.
You are currently #${rank} on the global leaderboard!

View File

@@ -0,0 +1 @@
Play slots with your current credits.

View File

@@ -0,0 +1 @@
You cannot bid more than you currently own, but you can win a multiple of what you bid.

View File

@@ -0,0 +1 @@
The amount you want to bid

View File

@@ -0,0 +1 @@
4LC! Your bid has been multiplied * 25!

View File

@@ -0,0 +1,5 @@
${board}
<#include "slots_outcome_${outcomeKey}">
Your bid: ${bid}
${oldCredits} - ${bid} (Your bid) + ${winnings} (Winnings) → ${newCredits}!

View File

@@ -0,0 +1 @@
JACKPOT! 226! Your bid has been multiplied * 50!

View File

@@ -0,0 +1 @@
Three cherries! Your bid has been multiplied * 20!

View File

@@ -0,0 +1 @@
Three symbols! Your bid has been multiplied * 10!

View File

@@ -0,0 +1 @@
Two cherries! Your bid has been multiplied * 3!

View File

@@ -0,0 +1 @@
2 6! Your bid has been multiplied * 4!

View File

@@ -0,0 +1 @@
Two consecutive symbols! Your bid has been multiplied * 2!

View File

@@ -0,0 +1 @@
Transfers the given amount to the target user.

View File

@@ -0,0 +1 @@
The member the credits should be transfered to

View File

@@ -0,0 +1 @@
The cooldown between each paydays in seconds. Default: ${defaultValue}

View File

@@ -0,0 +1 @@
The cooldown between each slot in seconds. Default: ${defaultValue}

View File

@@ -0,0 +1 @@
You do not have enough credits to do this.

View File

@@ -0,0 +1 @@
Payday is on cooldown. Please try again in ${retryDuration}

View File

@@ -0,0 +1 @@
Slots is on cooldown. Please try again in ${retryDuration}