Is there a way I can assign icon_scale to a variable which I create in the same statement from the result of size divided by 25? I haven't seen any scripting doing the same thing that I can understand. Any help muchly appreciated in the effort to create more visually appealing galaxies.
Code:
# Basic 1
basic_init_01 = {
class = "rl_standard_stars"
usage = misc_system_init
usage_odds = 20
planet = {
count = 1
class = star
orbit_distance = 0
orbit_angle = 1
size = { min = @star_size_min max = @star_size_max }
has_ring = no
[INDENT]icon_scale = size/25[/INDENT]
}