yea thats my main concern with icons. i already have a custom rarity iconset i used for trading cards that would work well. at least with the letters its more descriptive as the rarity is also shown in the item description as [mythical sword] (in the color). so its easy to figure out what it...
@TheoAllen you would be right to immediately trash the grey one!
@MerlinCross the stars are just a visual aid for showing which is better than another, but that slots idea you had... hmm...
I guess I'll give you some more info. The little letter at the right side tells you the 'tier'. The order of tier rarity is common, magic, rare, unique, epic, legendary, mythical, and illusion. (names still a wip ofc)
Like an online highscores / leaderboard ranking?
I have a plugin for such a thing, but the latest version isnt publicly available. But its certainly possible to implement :)
awww, I legit came here thinking the title was the start of a joke, so lets see if i can finish it in case anyone comes along with the same hopes and dreams:..
Why did the registrar block the domain: because you forgot to pay your bill LOL
:rtear:
But no seriously, your domain has an expiry...
Just gonna drop my feedback on the code. Feel free to take it or leave it. :)
My main issue is that you shouldn't overwrite a method whenever possible. Instead use an alias. (see snippet below)
// annonomous function to wrap our code
(function(){
const alias_initialize =...
$gameParty.members().reduce((r, a) => r += a.level || 1, 0) / $gameParty.members().length;
should work for all party members.
$gameParty.battleMembers().reduce((r, a) => r += a.level || 1, 0) / $gameParty.battleMembers().length;
should work for only the active battle party members :)
have...
one single poorly written plugin can bring a project to its knees. 500 well written plugins can run without dropping a frame.
unfortunately, the majority are well... not ideal...
'k' means your cpu is 'unlocked' and can be overlocked beyond its default speeds.
@KillerGin Yea, for sure its a good thing if people can benefit from it. :)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.