PDA

View Full Version : Modifiers for the stack in a module



Kurald
May 18th, 2010, 20:28
Hi,

I'd like to create a page in a module with clickable / drag-droppable modifiers for the modifier stack.

e.g.
Ranged Attack

All-out-Attack +1


and the +1 can be clicked on to add it to the modifier stack.

Is it possible? what do I need to do to create such a page?

Thank you for your help,
Kurald

Moon Wizard
May 18th, 2010, 22:42
It depends on the ruleset, but I would assume in any ruleset that you would need to define a reference class to display your module modifier list. In that window reference class, you would define how you want the list to appear, and how you want it to behave.

You can potentially use the 4E ruleset base modifiers window as a starting point, but it probably needs some changing to work in a module environment.

Regards,
JPG

Kurald
May 19th, 2010, 06:01
I'll have a look at the 4E ruleset first. Thank you.