Replaced .wheel with .lula (lucky ladder). It looks nicer but plays the same. Also it is more customizable as you can have more or less multipliers. Cleaned up some trivia code. Sorted lula multipliers in gambling.yml. Improved .slottest

This commit is contained in:
Kwoth
2022-07-14 03:52:30 +02:00
parent 17ca609fe9
commit d9011106ac
15 changed files with 262 additions and 195 deletions

View File

@@ -371,9 +371,11 @@ take:
betroll:
- betroll
- br
wheeloffortune:
- wheeloffortune
luckyladder:
- luckyladder
- lula
- wheel
- wof
leaderboard:
- leaderboard
- lb

View File

@@ -1,5 +1,5 @@
# DO NOT CHANGE
version: 5
version: 6
# Currency settings
currency:
# What is the emoji/character which represents the currency
@@ -67,18 +67,18 @@ decay:
minThreshold: 99
# How often, in hours, does the decay run. Default is 24 hours
hourInterval: 24
# Settings for Wheel Of Fortune command.
wheelOfFortune:
# Settings for LuckyLadder command
luckyLadder:
# Self-Explanatory. Has to have 8 values, otherwise the command won't work.
multipliers:
- 2.4
- 1.7
- 1.5
- 1.2
- 0.5
- 0.3
- 0.2
- 0.1
- 0.3
- 0.5
- 1.2
- 2.4
# Settings related to waifus
waifu:
# Minimum price a waifu can have

View File

@@ -703,8 +703,8 @@ betroll:
desc: "Bets a certain amount of currency and rolls a dice. Rolling over 66 yields x2 of your currency, over 90 - x4 and 100 x10."
args:
- "5"
wheeloffortune:
desc: "Bets a certain amount of currency on the wheel of fortune. Wheel can stop on one of many different multipliers. Won amount is rounded down to the nearest whole number."
luckyladder:
desc: "Bets a certain amount of currency on the lucky ladder. You can stop on one of many different multipliers. Won amount is rounded down to the nearest whole number."
args:
- "10"
leaderboard:

View File

@@ -238,6 +238,7 @@
"slot_three": "Wow! Lucky! Three of a kind! x{0}",
"slot_two": "Good job! Two {0} - bet x{1}",
"won": "Won",
"multiplier": "Multiplier",
"tails": "Tail",
"take": "successfully took {0} from {1}",
"take_fail": "was unable to take {0} from {1} because the user doesn't have that much {2}!",