A Book of Origami Designs With Magical Effects

A collaborative effort by the r/d100 community. The original post can be found here:

I introduced it to my campaign as a reward for an adventure in a Demiplane of Paper, the premise being a powerful witch either created or collected these designs in books that have a limited set of enchanted papers keyed to their respective designs, giving the GM some latitude about how many figures their players could create. More complex designs would require practice and might even have a chance of failing. My suggestion is that some books can only be attempted after they successfully create x number of simpler origami figures. I roughly placed the books with more powerful diagrams closer to the end of the list. Alternatively, you could have your players discover a box with a semi-random assortment of already completed origami figures.

Artwork from Bashooka's website article.

This chart uses input variables
  • chapter
Result

{% books = [["Ornithology", 41692], ["The Cynologique Catalogue", 41693], ["Dragonlings", 41694], ["Mythic", 41695], ["Entomology", 41696], ["The Paper Bouquet", 41697], ["Felix, the spiteful alley cat", 41698], ["Personal Effects", 41699], ["The Bard’s Chest", 41700], ["Shrubs and Vines", 41701], ["Finger Puppets & Fun Figurines", 41702], ["Oceanic", 41703], ["Euclidean and Non-Euclidean Geometry", 41704]] %}

{%if chapter == "Any"%}
{% n = {d{$books.size}} %}
{% book = get_chart id:{{books.$n.2}} %}
From the book of {{book.name}}

{# This elif boilerplate has a Jira for it. We'll figure out something better... CHAR-89 #}
{{book}}
{%elif chapter == "Ornithology"%}
{{ roll_chart id:41692 }}
{%elif chapter == "The Cynologique Catalogue"%}
{{ roll_chart id:41693 }}
{%elif chapter == "Dragonlings"%}
{{ roll_chart id:41694 }}
{%elif chapter == "Mythic"%}
{{ roll_chart id:41695 }}
{%elif chapter == "Entomology"%}
{{ roll_chart id:41696 }}
{%elif chapter == "The Paper Bouquet"%}
{{ roll_chart id:41697 }}
{%elif chapter == "Felix, the spiteful alley cat"%}
{{ roll_chart id:41698 }}
{%elif chapter == "Personal Effects"%}
{{ roll_chart id:41699 }}
{%elif chapter == "The Bard’s Chest"%}
{{ roll_chart id:41700 }}
{%elif chapter == "Shrubs and Vines"%}
{{ roll_chart id:41701 }}
{%elif chapter == "Finger Puppets & Fun Figurines"%}
{{ roll_chart id:41702 }}
{%elif chapter == "Oceanic"%}
{{ roll_chart id:41703 }}
{%elif chapter == "Euclidean and Non-Euclidean Geometry"%}
{{ roll_chart id:41704 }}
{%end%}