• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.
Showing developer posts only. Show all posts in this thread.
Where are the values for each of these @s_t1_... stored?
I've wondered that myself many times...

Usually they are stored in the same file at the top. If you open for example _planetary_entities.asset you can find this at the top:
Code:
@astroid_scale = 30

I assume you know how it works but otherwise it's just a way to collectivize values to change many in the same file at the same time, so you can change it to a float value if you want. :)