Premium - Xenon257R/blue-archive-rainmeter GitHub Wiki
This skin displays information based on the selected variant.
Variants
- network.ini
- premium.ini
\network.ini
Components & Behaviors
- (1000 ms) Update Value: Requires 1-second cycle to update the network values.
Mouse Actions
- Hovering over the Tray: Displays a pop-up that shows the current in/out data rate.
\premium.ini
Components & Behaviors
- luascripts:
- premiumstats.lua
Context Menu Options
Name | Type | Example | Notes |
---|---|---|---|
image |
string |
Common_Icon_Diamond.png |
The search root directory is @Resources\assets\currency\ . |
seed |
number |
12345 |
|
maximum |
number |
24000 |
|
pullcost |
number |
120 |
It is advised that pullcost be a factor of maximum . |
message |
string |
%p pulls today |
%p is replaced by the calculated number of pulls and the message is automatically punctuated. |
Mouse Actions
- Hovering over the Tray: Displays a pop-up that shows the number of pulls the generated amount of currency will permit. An exclamation is used when half or more of your total currency stockpile is rolled for use.
Details
THIS IS DECORATIVE. PERIOD.
A pseudo-random, haphazardly put together random number generator function was written to roll a new number every day (split by GMT) according to the seed provided and rounding/clamping the values appropriately to your specified values. This is NOT a hyper-intelligent system that is scrying your future with 99.99% accuracy determining which days you WILL get that limited character you wanted since its announcement 2 months ago. The fact that you can change the RNG output with impunity should further showcase its decorative nature.
:speech_balloon: HOWEVER, In the case this skin "predicts" that you should do 100 pulls a particular day and it netted you that ultra-limited character, you are more than welcome to FULLY credit this widget that clearly mathematically calculated the luckiest day for you with pinpoint accuracy using math.random()
.
Gacha-fying Non-Gacha Things
While the framework is best suited for gacha, it can be used to help decision-making other small things you might want to do. For example, you can choose to generate a positive integer up to 5 every day to help determine what menu item from your local breakfast joint you'll have for the day. You will, of course, have to write down a keytable for the numbers to associate them with menu items, but it's doable!
:speech_balloon: It bears repeating that this widget is DECORATIVE. Do NOT use this skin to make heavy, consequential decisions.