Whether the storm fires on callIndex (1-based).
callIndex
bool firesOn(int callIndex) => callIndex >= fromCall && callIndex <= toCall;