
Ski_Chen
Member since
{
const element = document.getElementById(elementId);
if (!element) return;
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
const highlightClasses = ['bg-yellow-100', 'dark:bg-sky-700', 'transition-colors', 'duration-1000'];
element.classList.add(...highlightClasses);
setTimeout(() => element.classList.remove(...highlightClasses), 2000);
});
"
>
This user has not yet published any mods.
Recent Activity
Created comment
How do I show the distance to the enemy I'm aiming at?
Oct 6, 2025 11:56 AM
View details
Edited comment
{
"seasonWeights":
{
"SUMMER": 5,
"AUTUMN": 5,
"WINTER": 5,
"SPRING": 5,
"AUTUMN_LATE": 5,
"SPRING_EARLY": 5
},
"SET BELOW TO 0 TO DISABLE RAIN": 1,
"stormyWeatherPercentChance": 20
}
I modified the config.json file. My expectation is that all seasons should have the same random probability, and that it should be possible to have rain as well as storms. Did I edit the configuration correctly, and will it achieve what I want?
Oct 4, 2025 1:33 PM
View details
Edited comment
{
"seasonWeights":
{
"SUMMER": 5,
"AUTUMN": 5,
"WINTER": 5,
"SPRING": 5,
"AUTUMN_LATE": 5,
"SPRING_EARLY": 5
},
"SET BELOW TO 0 TO DISABLE RAIN": 1,
"stormyWeatherPercentChance": 20
}
I modified the config.json file. My expectation is that all seasons should have the same random probability, and that it should be possible to have rain as well as storms. Did I edit the configuration correctly, and will it achieve what I want?
Oct 4, 2025 1:32 PM
View details
Edited comment
{
"seasonWeights":
{
"SUMMER": 5,
"AUTUMN": 5,
"WINTER": 5,
"SPRING": 5,
"AUTUMN_LATE": 5,
"SPRING_EARLY": 5
},
"SET BELOW TO 0 TO DISABLE RAIN": 1,
"stormyWeatherPercentChance": 20
}
I modified the config.json file. My expectation is that all seasons should have the same random probability, and that it should be possible to have rain as well as storms. Did I edit the configuration correctly, and will it achieve what I want?
Oct 4, 2025 1:31 PM
View details
Edited comment
{
"seasonWeights":
{
"SUMMER": 5,
"AUTUMN": 5,
"WINTER": 5,
"SPRING": 5,
"AUTUMN_LATE": 5,
"SPRING_EARLY": 5
},
"SET BELOW TO 0 TO DISABLE RAIN": 1,
"stormyWeatherPercentChance": 20
}
I modified the config.json file. My expectation is that all seasons should have the same random probability, and that it should be possible to have rain as well as storms. Did I edit the configuration correctly, and will it achieve what I want?
Oct 4, 2025 1:31 PM
View details
Created comment
{
"seasonWeights":
{
"SUMMER": 5,
"AUTUMN": 5,
"WINTER": 5,
"SPRING": 5,
"AUTUMN_LATE": 5,
"SPRING_EARLY": 5
},
"SET BELOW TO 0 TO DISABLE RAIN": 1,
"stormyWeatherPercentChance": 20
}
I modified the config.json file. My expectation is that all seasons should have the same random probability, and that it should be possible to have rain as well as storms. Did I edit the configuration correctly, and will it achieve what I want?
Oct 4, 2025 1:28 PM
View details
Followers
No followers yet.
Following
Not yet following anyone.