Where are the Weather bonus values located?

+
Where are the Weather bonus values located?

I want to change some of the bonuses monsters get from certain weather types.
The type of bonus monsters get is located in monster_base_abl.xml:

Take a Ghoul for example: <!-- Ghoul-->
<ability name="mon_ghoul">
(...)
<!-- weather bonus -->
<WeatherBonusEffect_Dusk is_ability="true" />
<WeatherBonusEffect_Midnight is_ability="true" />

Which means Ghouls get a bonus at midnight and at dusk. However, I want to change what this bonus is, and I do not know where these values are located.

If anyone came across these bonuses, some help would be greatly appreciated!
 
Top Bottom