AIDef:AI/ChangeWeatherTagRoot: Difference between revisions

From ZeldaMods (Breath of the Wild)
Jump to navigation Jump to search
imported>Leoetlino
(import AI definitions from 1.5.0)
 
Line 8: Line 8:
! Name !! Type !! Default value !! Description
! Name !! Type !! Default value !! Description
|-
|-
| Weather || Int || -1 ||  
| Weather || Int || -1 || Sets the [[WorldMgr#Weather_types|weather type]].
|-
|-
| TemperatureDay || Float || 99999.9 ||  
| TemperatureDay || Float || 99999.9 ||  
Line 14: Line 14:
| TemperatureNight || Float || 99999.9 ||  
| TemperatureNight || Float || 99999.9 ||  
|-
|-
| WeatherEff || Int || -1 ||  
| WeatherEff || Int || -1 || Controls the weather efficienty.
|-
|-
| PaletteSel || Int || -1 ||  
| PaletteSel || Int || -1 || A visual color scheme that can also include effects like fog, sandstorm, etc. There are various of them (up to 255).
|-
|-
| PSelSpeed || Int || 0 ||  
| PSelSpeed || Int || 0 || Controls the speed change from current PaletteSel to the defined PaletteSel. (''0: Normal Speed; 1: Slower Speed; 2: Very Fast Speed'')
|-
|-
| TemperatureDirectDay || Float || 99999.9 ||  
| TemperatureDirectDay || Float || 99999.9 ||  
Line 28: Line 28:
| BluffThunderOff || Bool || False ||  
| BluffThunderOff || Bool || False ||  
|-
|-
| IgnitedLevel || Int || 0 ||  
| IgnitedLevel || Int || 0 || Allows to set the environment on fire. (''0: No ignition; 1: Normal ignition; 2: Heavy ignition'')
|-
|-
| FogMinusCorrection || Bool || False ||  
| FogMinusCorrection || Bool || False ||  
|-
|-
|}
|}


== Children ==
== Children ==

Revision as of 17:30, 13 January 2021

ChangeWeatherTagRoot
AI definition
Type AI

MapUnitInstParams

Name Type Default value Description
Weather Int -1 Sets the weather type.
TemperatureDay Float 99999.9
TemperatureNight Float 99999.9
WeatherEff Int -1 Controls the weather efficienty.
PaletteSel Int -1 A visual color scheme that can also include effects like fog, sandstorm, etc. There are various of them (up to 255).
PSelSpeed Int 0 Controls the speed change from current PaletteSel to the defined PaletteSel. (0: Normal Speed; 1: Slower Speed; 2: Very Fast Speed)
TemperatureDirectDay Float 99999.9
TemperatureDirectNight Float 99999.9
CloudShadowOff Bool False
BluffThunderOff Bool False
IgnitedLevel Int 0 Allows to set the environment on fire. (0: No ignition; 1: Normal ignition; 2: Heavy ignition)
FogMinusCorrection Bool False

Children

Name Description
通知

Derived definitions

Root (WeatherChangeTag)

No overridden parameters.