E2150 - Weather - Technical data: Difference between revisions

Content added Content deleted
(Created page with "This site contains technical data about weather effects. Information in here should be useful for modders, mappers and players who want an in-depth knowledge of the effects. == Thunderstorm == === Parameters === The effect is parameterized in the following way: * '''x,y''' - epicenter location * '''range''' - range of the effect, value gets clamped to 1-127 range * '''upTime''' - time (in ticks) it takes to get the effect to the full intensity, min 1 * '''constTime''' -...")
 
Tags: Mobile edit Mobile web edit
 
Line 65: Line 65:
* '''downTime''' - time (in ticks) it takes for the effect to fade out, min 1
* '''downTime''' - time (in ticks) it takes for the effect to fade out, min 1
* '''intensity''' - clamped to 1-10 range
* '''intensity''' - clamped to 1-10 range
* '''power''' - determines the strength of the spawned lightnings, clamped to 1-10 range
* '''power''' - determines the strength of the spawned meteors, clamped to 1-10 range
* '''alphaAngle''' - the angle at which the meteors strike (horizontally). Any value above 255 gets reduced to the rest of the division by 256. If "-1" is provided, the value gets picked randomly from the 0-255 range
* '''alphaAngle''' - the angle at which the meteors strike (horizontally). Any value above 255 gets reduced to the rest of the division by 256. If "-1" is provided, the value gets picked randomly from the 0-255 range
* '''betaAngle''' - the angle at which the meteors strike (vertically). If value is not "-1", it gets clamped to <48, 64> range. If "-1" is provided, the value gets picked randomly from the 48-64 range
* '''betaAngle''' - the angle at which the meteors strike (vertically). If value is not "-1", it gets clamped to <48, 64> range. If "-1" is provided, the value gets picked randomly from the 48-64 range