Template:XCX weather

From Xeno Series Wiki
Jump to navigation Jump to search
Weather Effects Levels Probability Duration
Ground Skell Enemies Early morning Morning Afternoon Evening Night Late night

A template for displaying weather info about an area in Xenoblade Chronicles X. It needs the following data:

{{XCX weather
<!-- from FLD_WeatherSet<menuName> -->
|weather1_wtr_id = wtr_id (first row)
|weather2_wtr_id = wtr_id (second row)
|weather3_wtr_id = ... (repeat for all entries)

<!-- Also add time_min and time_max in the same fashion. -->

<!-- From FLD_WeatherTime1 -->
|time1_wtr01_rsc = wtr01_rsc from the row corresponding to the area ID
|time1_wtr01_pct = wtr01_pct from the row corresponding to the area ID
|time1_wtr02_pct = wtr02_pct from the row corresponding to the area ID
|time1_wtr01_pct = ... (repeat for all weather entries in FLD_WeatherSet<menuName>)

<!-- Repeat this with FLD_WeatherTime2 - FLD_WeatherTime6, but replace time1 with time2, time3, etc. -->
}}