phylll / mychs-macro-magic

A simple, sane, and friendly little scripting language for your Roll20 macros.
MIT License
0 stars 0 forks source link

GM script for secret skills checks for player characters inc. messages and experience accrual #71

Closed phylll closed 3 months ago

phylll commented 5 months ago

Based on a token selected by the GM, offer dropdown with available skills (only those the player has), roll a check, let the GM know what happens & process XP.

GM should then get four buttons to enter custom messages to be whispered to the following groups of players:

Buttons give the GM the ability to sequence according to dramatic preferences and leave out those groups that will not get any new information.

phylll commented 5 months ago

Exists already (skillProbe) but should be expanded by additional skills (list below), skill selection moved into a dropdown dialog box, inputs for resulting messages (as in sense) and experience accrual added.

List of additional skills requested:

phylll commented 5 months ago

Expanded skillProbe with all these skills ("Landeskunde" is only covered as "Landeskunde (Alba)" for now), changed skill selection into a dropdown menu and added experience accrual in case of success, all via 3c592c8ee8d4727c667f19f6900e03cac41cf80d

To do: GM messages to players, and a convenient "deny XP" button to reverse XP accrual at GM's discretion

phylll commented 3 months ago

Feature complete via https://github.com/michael-buschbeck/mychs-macro-magic/pull/224