Jump to content

Names for various things


Recommended Posts

So I've essentially been playing this game nonstop in my free time. I've also set up a little server for me and my friends (up erratically and on hamachi, sorry)

 

Anyway, I was wondering about a few names. First, how do you pronounce the name? We say a-VO-rion (ah-VOH-reein) but occasionally AV-orion (like the constellation Orion). Second, we (well, maybe just me ;D) call the sparkling wreckage glitter, as it's very sparkly and pretty but a huge pain to clean up. Finally, does anyone know where in the game-files rarity is addressed? There's one reference to

RarityType.Uncommon

and another to rarities from -1 to 5, but the equivalent of these in color and name is unclear. I'm not good enough at lua to trace the references across files very well, but would like to find this, primarily for the wiki (and so we can stop saying 'blue upgrade')

Link to comment
Share on other sites

RarityType is a hard-coded table; at least that's what lua says about its type.

 

Rarity(n) function takes <-1; 5> as a parameter and returns selected RarityType value.

n color .. RarityType key

-1 Grey ... RarityType.Petty

0 White .. RarityType.Common

1 Green .. RarityType.Uncommon

2 Blue ... RarityType.Rare

3 Yellow . RarityType.Exceptional

4 Red .... RarityType.Exotic

5 Purple . RarityType.Legendary

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...