@@ -91,10 +91,217 @@ var WorldEvents = (function() {
9191 effectKey : 'weather_quiet_stars_effect' ,
9292 creatureAttackMod : 950 ,
9393 playerDefenseMod : 1050
94+ } ,
95+ {
96+ id : 'forbidden_wind' ,
97+ icon : '\uD83C\uDF2B\uFE0F' ,
98+ summaryKey : 'weather_forbidden_wind' ,
99+ effectKey : 'weather_forbidden_wind_effect' ,
100+ creatureAttackMod : 1150 ,
101+ playerDefenseMod : 950
102+ } ,
103+ {
104+ id : 'dragon_shadow' ,
105+ icon : '\uD83D\uDC09' ,
106+ summaryKey : 'weather_dragon_shadow' ,
107+ effectKey : 'weather_dragon_shadow_effect' ,
108+ creatureAttackMod : 1120 ,
109+ playerDefenseMod : 1000
110+ } ,
111+ {
112+ id : 'no_looking_back' ,
113+ icon : '\uD83D\uDC41\uFE0F' ,
114+ summaryKey : 'weather_no_looking_back' ,
115+ effectKey : 'weather_no_looking_back_effect' ,
116+ creatureAttackMod : 1080 ,
117+ playerDefenseMod : 980
118+ } ,
119+ {
120+ id : 'mirror_fog' ,
121+ icon : '\uD83E\uDE9E' ,
122+ summaryKey : 'weather_mirror_fog' ,
123+ effectKey : 'weather_mirror_fog_effect' ,
124+ creatureAttackMod : 1000 ,
125+ playerDefenseMod : 920
126+ } ,
127+ {
128+ id : 'whispering_mushrooms' ,
129+ icon : '\uD83C\uDF44' ,
130+ summaryKey : 'weather_whispering_mushrooms' ,
131+ effectKey : 'weather_whispering_mushrooms_effect' ,
132+ creatureAttackMod : 960 ,
133+ playerDefenseMod : 1060
134+ } ,
135+ {
136+ id : 'iron_moon' ,
137+ icon : '\uD83C\uDF15' ,
138+ summaryKey : 'weather_iron_moon' ,
139+ effectKey : 'weather_iron_moon_effect' ,
140+ creatureAttackMod : 1030 ,
141+ playerDefenseMod : 1030
142+ } ,
143+ {
144+ id : 'singing_swamp' ,
145+ icon : '\uD83E\uDEB7' ,
146+ summaryKey : 'weather_singing_swamp' ,
147+ effectKey : 'weather_singing_swamp_effect' ,
148+ creatureAttackMod : 1060 ,
149+ playerDefenseMod : 960
150+ } ,
151+ {
152+ id : 'upward_rain' ,
153+ icon : '\uD83C\uDF27\uFE0F' ,
154+ summaryKey : 'weather_upward_rain' ,
155+ effectKey : 'weather_upward_rain_effect' ,
156+ creatureAttackMod : 970 ,
157+ playerDefenseMod : 1040
158+ } ,
159+ {
160+ id : 'glass_grass' ,
161+ icon : '\uD83C\uDF3F' ,
162+ summaryKey : 'weather_glass_grass' ,
163+ effectKey : 'weather_glass_grass_effect' ,
164+ creatureAttackMod : 1090 ,
165+ playerDefenseMod : 970
166+ } ,
167+ {
168+ id : 'sleeping_thunder' ,
169+ icon : '\uD83C\uDF29\uFE0F' ,
170+ summaryKey : 'weather_sleeping_thunder' ,
171+ effectKey : 'weather_sleeping_thunder_effect' ,
172+ creatureAttackMod : 940 ,
173+ playerDefenseMod : 1080
174+ } ,
175+ {
176+ id : 'hungry_constellations' ,
177+ icon : '\uD83C\uDF0C' ,
178+ summaryKey : 'weather_hungry_constellations' ,
179+ effectKey : 'weather_hungry_constellations_effect' ,
180+ creatureAttackMod : 1110 ,
181+ playerDefenseMod : 1000
182+ } ,
183+ {
184+ id : 'borrowed_sun' ,
185+ icon : '\u2600\uFE0F' ,
186+ summaryKey : 'weather_borrowed_sun' ,
187+ effectKey : 'weather_borrowed_sun_effect' ,
188+ creatureAttackMod : 980 ,
189+ playerDefenseMod : 1070
190+ } ,
191+ {
192+ id : 'ash_snow' ,
193+ icon : '\u2744\uFE0F' ,
194+ summaryKey : 'weather_ash_snow' ,
195+ effectKey : 'weather_ash_snow_effect' ,
196+ creatureAttackMod : 1040 ,
197+ playerDefenseMod : 990
198+ } ,
199+ {
200+ id : 'lost_names' ,
201+ icon : '\uD83D\uDCDC' ,
202+ summaryKey : 'weather_lost_names' ,
203+ effectKey : 'weather_lost_names_effect' ,
204+ creatureAttackMod : 1070 ,
205+ playerDefenseMod : 970
206+ } ,
207+ {
208+ id : 'clockwork_hail' ,
209+ icon : '\u23F1\uFE0F' ,
210+ summaryKey : 'weather_clockwork_hail' ,
211+ effectKey : 'weather_clockwork_hail_effect' ,
212+ creatureAttackMod : 1130 ,
213+ playerDefenseMod : 980
214+ } ,
215+ {
216+ id : 'polite_crows' ,
217+ icon : '\uD83D\uDC26\u200D\u2B1B' ,
218+ summaryKey : 'weather_polite_crows' ,
219+ effectKey : 'weather_polite_crows_effect' ,
220+ creatureAttackMod : 960 ,
221+ playerDefenseMod : 1060
222+ } ,
223+ {
224+ id : 'golden_dust' ,
225+ icon : '\u2728' ,
226+ summaryKey : 'weather_golden_dust' ,
227+ effectKey : 'weather_golden_dust_effect' ,
228+ creatureAttackMod : 930 ,
229+ playerDefenseMod : 1100
230+ } ,
231+ {
232+ id : 'black_rainbow' ,
233+ icon : '\uD83C\uDF08' ,
234+ summaryKey : 'weather_black_rainbow' ,
235+ effectKey : 'weather_black_rainbow_effect' ,
236+ creatureAttackMod : 1100 ,
237+ playerDefenseMod : 940
238+ } ,
239+ {
240+ id : 'wandering_doors' ,
241+ icon : '\uD83D\uDEAA' ,
242+ summaryKey : 'weather_wandering_doors' ,
243+ effectKey : 'weather_wandering_doors_effect' ,
244+ creatureAttackMod : 1050 ,
245+ playerDefenseMod : 970
246+ } ,
247+ {
248+ id : 'salt_wind' ,
249+ icon : '\uD83C\uDF2C\uFE0F' ,
250+ summaryKey : 'weather_salt_wind' ,
251+ effectKey : 'weather_salt_wind_effect' ,
252+ creatureAttackMod : 1020 ,
253+ playerDefenseMod : 1020
254+ } ,
255+ {
256+ id : 'paper_storm' ,
257+ icon : '\uD83D\uDCDC' ,
258+ summaryKey : 'weather_paper_storm' ,
259+ effectKey : 'weather_paper_storm_effect' ,
260+ creatureAttackMod : 1080 ,
261+ playerDefenseMod : 960
262+ } ,
263+ {
264+ id : 'bone_bells' ,
265+ icon : '\uD83D\uDD14' ,
266+ summaryKey : 'weather_bone_bells' ,
267+ effectKey : 'weather_bone_bells_effect' ,
268+ creatureAttackMod : 1140 ,
269+ playerDefenseMod : 950
270+ } ,
271+ {
272+ id : 'kind_darkness' ,
273+ icon : '\uD83C\uDF11' ,
274+ summaryKey : 'weather_kind_darkness' ,
275+ effectKey : 'weather_kind_darkness_effect' ,
276+ creatureAttackMod : 920 ,
277+ playerDefenseMod : 1120
278+ } ,
279+ {
280+ id : 'blue_fireflies' ,
281+ icon : '\uD83D\uDCA1' ,
282+ summaryKey : 'weather_blue_fireflies' ,
283+ effectKey : 'weather_blue_fireflies_effect' ,
284+ creatureAttackMod : 950 ,
285+ playerDefenseMod : 1080
286+ } ,
287+ {
288+ id : 'wrong_echo' ,
289+ icon : '\uD83D\uDD0A' ,
290+ summaryKey : 'weather_wrong_echo' ,
291+ effectKey : 'weather_wrong_echo_effect' ,
292+ creatureAttackMod : 1090 ,
293+ playerDefenseMod : 970
294+ } ,
295+ {
296+ id : 'crown_of_rain' ,
297+ icon : '\uD83D\uDC51' ,
298+ summaryKey : 'weather_crown_of_rain' ,
299+ effectKey : 'weather_crown_of_rain_effect' ,
300+ creatureAttackMod : 1050 ,
301+ playerDefenseMod : 1050
94302 }
95303 ] ;
96304
97-
98305 /**
99306 * Get the current season based on block number.
100307 * @param {number } blockNum
0 commit comments