Go into the game folder and use Notepad to open the script file (RPY), from there I used ctrl+F to search for "resistance". You're looking for these lines, just add zeroes after the -1 to lower resistance by 100 each day.
$ noraO.change_resist(-1) ##Lower resistances by one each day.
$...