requireDiceRoll property
サイコロを振るアクションを求めるかどうか
Implementation
bool get requireDiceRoll => [
LifeEventType.selectDirectionPerDiceRoll,
LifeEventType.gainLifeItemsPerDiceRoll,
LifeEventType.loseLifeItemsPerDiceRoll,
].contains(type);