Default toss action¶
This action is a toss item action and as such, parts of its logic are based off the PeebleToss action.
This is an action logic defined that normally doesn't happen under normal gameplay. It would happen for any toss item (has a Battle itemUse), but whose item id does not belong in the list of action backed items documented here. In that case, the logic defaults to the following DoDamage call:
# | Conditions | attacker | target | damageammount | property | overrides | block |
---|---|---|---|---|---|---|---|
1 | Done for each player party member whose hp is above 0 and who doesn't have an eatenby |
null | The player party member | 10 | NoExceptions | empty array | false |
2 | Done for each enemy party member who doesn't have a Shield condition and whose enemy id isn't Ahoneynation or Abomihoney |
null | The enemy party member | 10 | NoExceptions | empty array | false |