MokhaLeee / fe8u-cskillsys-kernel

Morden c-skillsystem for fireemblem8u
6 stars 4 forks source link

Skills - Weather #147

Closed JesterWizard closed 2 weeks ago

JesterWizard commented 2 weeks ago

A selection of 5 weather based skills.

Each one sets the weather to a specific type at the beginning of the turn.

They have a priority order, with flags to track which weathers have been triggered. Weathers with lower priorities cannot be triggered once a higher priority weather has been.

The order is as follows:

MokhaLeee commented 2 weeks ago

pre phase hook will execute every turn rather than just the first turn. also Pay attention to the indentation problem

MokhaLeee commented 2 weeks ago

There are still some problems with the current function, but considering that it is difficult to fix, I will modify it myself after merging it