FotF2e Booty

Description (more info)

First look at your creatures/persons size/wealth and decide on a Booty_Die (bd):


d12 ------ size -------- bd ------ d12 ------ wealth --------- bd ------
1 tiny none 1-2 penniless none
2-3 small d4 3-6 poor d4
4-9 medium d6 7-9 mediocre d6
10-11 large d8 10 comfortable d8
12 huge d10 11 wealthy d10
- - - 12 fabulous d12

Next decide what type of Loot the creature/person is likely to have:

Inherent: meat, fur, scales, poisonglands etc.
Carried: things on the person itself
Stashed: things stowed away on horse, wagon, ship, hut, cave
Lair: the main seat of power/treasure of a person/creature

If the Creature/Person is a "hoarder" AND you seartch their *stash or *lair, Loot will doubled.

This chart uses input variables
.

{%if type == "inherent"%} {%if booty_die == "d4" and hoarder == "no"%} {%bdr = {d4}%} Your Loot:
Roll on "booty.inherent" (dice="d4") {$bdr} times

.
Substitutions if something does not fit at all: Roll on "booty.inherent" (dice="d4") 2 times{%end%} {%end%}
{%if type == "inherent"%} {%if booty_die == "d6" and hoarder == "no"%} {%bdr = {d6}%} Your Loot:
Roll on "booty.inherent" (dice="d6") {$bdr} times

.
Substitutions if something does not fit at all: Roll on "booty.inherent" (dice="d6") 3 times{%end%} {%end%}
{%if type == "inherent"%} {%if booty_die == "d8" and hoarder == "no"%} {%bdr = {d8}%} Your Loot:
Roll on "booty.inherent" (dice="d8") {$bdr} times

.
Substitutions if something does not fit at all: Roll on "booty.inherent" (dice="d8") 3 times{%end%} {%end%}
{%if type == "inherent"%} {%if booty_die == "d10" and hoarder == "no"%} {%bdr = {d10}%} Your Loot:
Roll on "booty.inherent" (dice="d10") {$bdr} times

.
Substitutions if something does not fit at all: Roll on "booty.inherent" (dice="d10") 3 times{%end%} {%end%}
{%if type == "inherent"%} {%if booty_die == "d12" and hoarder == "no"%} {%bdr = {d12}%} Your Loot:
Roll on "booty.inherent" (dice="d12") {$bdr} times

.
Substitutions if something does not fit at all: Roll on "booty.inherent" (dice="d12") 3 times{%end%} {%end%}
{%if type == "inherent"%} {%if booty_die == "d4" and hoarder == "yes"%} {%bdr = {2*d4}%} Your Loot:
Roll on "booty.inherent" (dice="d4") {$bdr} times

.
Substitutions if something does not fit at all: Roll on "booty.inherent" (dice="d4") 3 times{%end%} {%end%}
{%if type == "inherent"%} {%if booty_die == "d6" and hoarder == "yes"%} {%bdr = {2*d6}%} Your Loot:
Roll on "booty.inherent" (dice="d6") {$bdr} times

.
Substitutions if something does not fit at all: Roll on "booty.inherent" (dice="d6") 3 times{%end%} {%end%}
{%if type == "inherent"%} {%if booty_die == "d8" and hoarder == "yes"%} {%bdr = {2*d8}%} Your Loot:
Roll on "booty.inherent" (dice="d8") {$bdr} times

.
Substitutions if something does not fit at all: Roll on "booty.inherent" (dice="d8") 4 times{%end%} {%end%}
{%if type == "inherent"%} {%if booty_die == "d10"and hoarder == "yes"%} {%bdr = {2*d10}%} Your Loot:
Roll on "booty.inherent" (dice="d10") {$bdr} times

.
Substitutions if something does not fit at all: Roll on "booty.inherent" (dice="d10") 5 times{%end%} {%end%}
{%if type == "inherent"%} {%if booty_die == "d12" and hoarder == "yes"%} {%bdr = {2*d12}%} Your Loot:
Roll on "booty.inherent" (dice="d12") {$bdr} times

.
Substitutions if something does not fit at all: Roll on "booty.inherent" (dice="d12") 6 times{%end%} {%end%}
{%if type == "carried"%} {%if booty_die == "d4" and hoarder == "no"%} {%bdr = {d4}%} Your Loot:
Roll on "booty.carried" (dice="d4") {$bdr} times

.
Substitutions if something does not fit at all: Roll on "booty.carried" (dice="d4") 2 times{%end%} {%end%}
{%if type == "carried"%} {%if booty_die == "d6" and hoarder == "no"%} {%bdr = {d6}%} Your Loot:
Roll on "booty.carried" (dice="d6") {$bdr} times

.
Substitutions if something does not fit at all: Roll on "booty.carried" (dice="d6") 3 times{%end%} {%end%}
{%if type == "carried"%} {%if booty_die == "d8" and hoarder == "no"%} {%bdr = {d8}%} Your Loot:
Roll on "booty.carried" (dice="d8") {$bdr} times

.
Substitutions if something does not fit at all: Roll on "booty.carried" (dice="d8") 3 times{%end%} {%end%}
{%if type == "carried"%} {%if booty_die == "d10" and hoarder == "no"%} {%bdr = {d10}%} Your Loot:
Roll on "booty.carried" (dice="d10") {$bdr} times

Substitutions if something does not fit at all: Roll on "booty.carried" (dice="d10") 3 times{%end%} {%end%}
{%if type == "carried"%} {%if booty_die == "d12" and hoarder == "no"%} {%bdr = {d12}%} Your Loot:
Roll on "booty.carried" (dice="d12") {$bdr} times

.
Substitutions if something does not fit at all: Roll on "booty.carried" (dice="d12") 3 times{%end%} {%end%}
{%if type == "carried"%} {%if booty_die == "d4" and hoarder == "yes"%} {%bdr = {2*d4}%} Your Loot:
Roll on "booty.carried" (dice="d4") {$bdr} times

.
Substitutions if something does not fit at all: Roll on "booty.carried" (dice="d4") 3 times{%end%} {%end%}
{%if type == "carried"%} {%if booty_die == "d6" and hoarder == "yes"%} {%bdr = {2*d6}%} Your Loot:
Roll on "booty.carried" (dice="d6") {$bdr} times

.
Substitutions if something does not fit at all: Roll on "booty.carried" (dice="d6") 3 times{%end%} {%end%}
{%if type == "carried"%} {%if booty_die == "d8" and hoarder == "yes"%} {%bdr = {2*d8}%} Your Loot:
Roll on "booty.carried" (dice="d8") {$bdr} times

.
Substitutions if something does not fit at all: Roll on "booty.carried" (dice="d8") 4 times{%end%} {%end%}
{%if type == "carried"%} {%if booty_die == "d10"and hoarder == "yes"%} {%bdr = {2*d10}%} Your Loot:
Roll on "booty.carried" (dice="d10") {$bdr} times

.
Substitutions if something does not fit at all: Roll on "booty.carried" (dice="d10") 5 times{%end%} {%end%}
{%if type == "carried"%} {%if booty_die == "d12" and hoarder == "yes"%} {%bdr = {2*d12}%} Your Loot:
Roll on "booty.carried" (dice="d12") {$bdr} times

.
Substitutions if something does not fit at all: Roll on "booty.carried" (dice="d12") 6 times{%end%} {%end%}

{%if type == "stashed"%} {%if booty_die == "d4" and hoarder == "no"%} {%bdr = {d4}%} Your Loot:
Roll on "booty.stashed" (dice="d4") {$bdr} times

.
Substitutions if something does not fit at all: Roll on "booty.stashed" (dice="d4") 2 times{%end%} {%end%}
{%if type == "stashed"%} {%if booty_die == "d6" and hoarder == "no"%} {%bdr = {d6}%} Your Loot:
Roll on "booty.stashed" (dice="d6") {$bdr} times

.
Substitutions if something does not fit at all: Roll on "booty.stashed" (dice="d6") 3 times{%end%} {%end%}
{%if type == "stashed"%} {%if booty_die == "d8" and hoarder == "no"%} {%bdr = {d8}%} Your Loot:
Roll on "booty.stashed" (dice="d8") {$bdr} times

.
Substitutions if something does not fit at all: Roll on "booty.stashed" (dice="d8") 3 times{%end%} {%end%}
{%if type == "stashed"%} {%if booty_die == "d10" and hoarder == "no"%} {%bdr = {d10}%} Your Loot:
Roll on "booty.stashed" (dice="d10") {$bdr} times

.
Substitutions if something does not fit at all: Roll on "booty.stashed" (dice="d10") 3 times{%end%} {%end%}
{%if type == "stashed"%} {%if booty_die == "d12" and hoarder == "no"%} {%bdr = {d12}%} Your Loot:
Roll on "booty.stashed" (dice="d12") {$bdr} times

.
Substitutions if something does not fit at all: Roll on "booty.stashed" (dice="d12") 3 times{%end%} {%end%}
{%if type == "stashed"%} {%if booty_die == "d4" and hoarder == "yes"%} {%bdr = {2*d4}%} Your Loot:
Roll on "booty.stashed" (dice="d4") {$bdr} times

.
Substitutions if something does not fit at all: Roll on "booty.stashed" (dice="d4") 3 times{%end%} {%end%}
{%if type == "stashed"%} {%if booty_die == "d6" and hoarder == "yes"%} {%bdr = {2*d6}%} Your Loot:
Roll on "booty.stashed" (dice="d6") {$bdr} times

.
Substitutions if something does not fit at all: Roll on "booty.stashed" (dice="d6") 3 times{%end%} {%end%}
{%if type == "stashed"%} {%if booty_die == "d8" and hoarder == "yes"%} {%bdr = {2*d8}%} Your Loot:
Roll on "booty.stashed" (dice="d8") {$bdr} times

.
Substitutions if something does not fit at all: Roll on "booty.stashed" (dice="d8") 4 times{%end%} {%end%}
{%if type == "stashed"%} {%if booty_die == "d10"and hoarder == "yes"%} {%bdr = {2*d10}%} Your Loot:
Roll on "booty.stashed" (dice="d10") {$bdr} times

.
Substitutions if something does not fit at all: Roll on "booty.stashed" (dice="d10") 5 times{%end%} {%end%}
{%if type == "stashed"%} {%if booty_die == "d12" and hoarder == "yes"%} {%bdr = {2*d12}%} Your Loot:
Roll on "booty.stashed" (dice="d12") {$bdr} times

.
Substitutions if something does not fit at all: Roll on "booty.stashed" (dice="d12") 6 times{%end%} {%end%}

{%if type == "lair"%} {%if booty_die == "d4" and hoarder == "no"%} {%bdr = {d4}%} Your Loot:
Roll on "booty.lair" (dice="d4") {$bdr} times

.
Substitutions if something does not fit at all: Roll on "booty.lair" (dice="d4") 2 times{%end%} {%end%}
{%if type == "lair"%} {%if booty_die == "d6" and hoarder == "no"%} {%bdr = {d6}%} Your Loot:
Roll on "booty.lair" (dice="d6") {$bdr} times

.
Substitutions if something does not fit at all: Roll on "booty.lair" (dice="d6") 3 times{%end%} {%end%}
{%if type == "lair"%} {%if booty_die == "d8" and hoarder == "no"%} {%bdr = {d8}%} Your Loot:
Roll on "booty.lair" (dice="d8") {$bdr} times

.
Substitutions if something does not fit at all: Roll on "booty.lair" (dice="d8") 3 times{%end%} {%end%}
{%if type == "lair"%} {%if booty_die == "d10" and hoarder == "no"%} {%bdr = {d10}%} Your Loot:
Roll on "booty.lair" (dice="d10") {$bdr} times

.
Substitutions if something does not fit at all: Roll on "booty.lair" (dice="d10") 3 times{%end%} {%end%}
{%if type == "lair"%} {%if booty_die == "d12" and hoarder == "no"%} {%bdr = {d12}%} Your Loot:
Roll on "booty.lair" (dice="d12") {$bdr} times

.
Substitutions if something does not fit at all: Roll on "booty.lair" (dice="d12") 3 times{%end%} {%end%}
{%if type == "lair"%} {%if booty_die == "d4" and hoarder == "yes"%} {%bdr = {2*d4}%} Your Loot:
Roll on "booty.lair" (dice="d4") {$bdr} times

.
Substitutions if something does not fit at all: Roll on "booty.lair" (dice="d4") 3 times{%end%} {%end%}
{%if type == "lair"%} {%if booty_die == "d6" and hoarder == "yes"%} {%bdr = {2*d6}%} Your Loot:
Roll on "booty.lair" (dice="d6") {$bdr} times

.
Substitutions if something does not fit at all: Roll on "booty.lair" (dice="d6") 3 times{%end%} {%end%}
{%if type == "lair"%} {%if booty_die == "d8" and hoarder == "yes"%} {%bdr = {2*d8}%} Your Loot:
Roll on "booty.lair" (dice="d8") {$bdr} times

.
Substitutions if something does not fit at all: Roll on "booty.lair" (dice="d8") 4 times{%end%} {%end%}
{%if type == "lair"%} {%if booty_die == "d10"and hoarder == "yes"%} {%bdr = {2*d10}%} Your Loot:
Roll on "booty.lair" (dice="d10") {$bdr} times

.
Substitutions if something does not fit at all: Roll on "booty.lair" (dice="d10") 5 times{%end%} {%end%}
{%if type == "lair"%} {%if booty_die == "d12" and hoarder == "yes"%} {%bdr = {2*d12}%} Your Loot:
Roll on "booty.lair" (dice="d12") {$bdr} times

.
Substitutions if something does not fit at all: Roll on "booty.lair" (dice="d12") 6 times{%end%} {%end%}

{%if booty_die == "0"%} Nothing to Find! {%end%}