what are possible values for level Frequency
I am a bit of a noob when it comes to modding, I have managed to mod a few ships , weapons, shields. and armor. I have now begun to look into station modding and I have a question about the code. What are some values for level frequency?
when life throws you a curve ball catch it and throw it back.
- Star Weaver
- Militia Commander
- Posts: 311
- Joined: Sun Nov 07, 2010 10:20 pm
- Location: . . . between the stars and the warm black sky . . .
levelFrequency= "--vru cu---"
Translates to
Those are the four levels of rarity that the game uses. Of course, actual frequency of appearance depends on what else is trying to get in. It's like a raffle: common stuff gets 20 tickets every time a new station is needed, uncommon stuff 10, rare 4 and veryrare just 1.
Translates to
Code: Select all
system level -- rarity
1 -- not present
2 -- not present
3 -- very rare
4 -- rare
5 -- uncommon
6 -- common
7 -- uncommon
8 -- not present
9 -- not present
10 - not present