foundryvtt / dnd5e

An implementation of the 5th Edition game system for Foundry Virtual Tabletop (http://foundryvtt.com).
MIT License
340 stars 227 forks source link

Activity Type: Sequence #4513

Open hakr14 opened 1 month ago

hakr14 commented 1 month ago

Activity that defines a sequence of other activities. Using the activity would immediately trigger the first activity of the sequence, and add a button to the resultant chat card to trigger the next activity of the sequence. That activity would have a button for the next activity, and so on. The final activity of a sequence requires no additional handling. To prevent loops no Sequence activities may be included in a sequence.

JPMeehan commented 1 month ago

What's the difference from #4031 ?

hakr14 commented 1 month ago

What's the difference from #4031 ?

Forward "modifies" the use of the forwarded activity, and only points to a single other activity. Sequence does not modify the activities and instead allows for multiple activities to be used in sequence directly from the chat cards, without needing to select them yourself from the item. Mentioned this on the Discord and honeybadger said it wouldn't be much work. Figured if that's the case I may as well ticket it. https://discord.com/channels/170995199584108546/670336046164213761/1292487976173178961

DudeAndre commented 6 days ago

This seems like a very good idea. I hope with the MM, where a lot of creature have attacks that trigger saves and so forth, this (or something to the same effect) will be integrated into the system.

Zanderaf commented 6 days ago

That would be ideal, there are a fair few attacks for instance in official content that is an attack + a following saving throw.