Random Card Targeting (Greed Island)

Greed Island TRPG

You can use this to determine which card in a player's binder is randomly targeted by an effect.

How to interpret results:
These results present you with a list of the Card Binder's Pages and Slots in a random order.
The first number listed, from left to right, is the targeted page/slot.
If the player does not have a single card in the first listed page number, you move onto the next until reaching a page that does contain one.
Likewise, once a page containing cards is selected, the first slot listed that does contains a card is the one targeted by the effects.


Made for the Greed Island Tabletop RPG.
https://old.reddit.com/r/GreedIsland/

This chart uses input variables
  • Targeted_Slots
Result

{%if Targeted_Slots == {Select}%}

Select if the effects target a card in the Numbered Slots, Free Slots, or both sections of the Card Binder.

The results present you with a list of the Card Binder's Pages and Slots in a random order.
The first number listed, from left to right, is the targeted page/slot.
If the player does not have a single card in the first listed page number, you move onto the next until reaching a page that does contain one.
Likewise, once a page containing cards is selected, the first slot listed that does contains a card is the one targeted by the effects.

{%end%}

{%if Targeted_Slots == {All Cards}%}

Section

Resolve: {{%ACSec = "Numbered Slots"%}{%ACSlot = {CHART(10904)}%}|{%ACSec = "Free Slots"%}{%ACSlot = {CHART(10905)}%}}

{$ACSec}

{$ACSlot}

{%end%}

{%if Targeted_Slots == {Numbered Slots}%}

Roll on "Numbered Slots"

{%end%}

{%if Targeted_Slots == {Free Slots}%}

Roll on "Free Slots"

{%end%}


Subcharts

Numbered Slots (d1)

Result

Page

Roll 1d11+1 11 times (unique results only)

Slot

Roll 1d9 9 times (unique results only)

Free Slots (d1)

Result

Page

Roll 1d5 5 times (unique results only)

Slot

Roll 1d9 9 times (unique results only)