Skip to content

Commit

Permalink
Merge pull request #108 from AngryBeaver/v11
Browse files Browse the repository at this point in the history
3.4.1
  • Loading branch information
AngryBeaver authored Jan 2, 2024
2 parents f930c3f + 810e84b commit b149d22
Showing 1 changed file with 52 additions and 1 deletion.
53 changes: 52 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,57 @@ in possibly all Systems: ([List of adaption layers](https://github.com/AngryBeav
### DownTimeActivities
![downtime.png](pictures/downtime.png)

## TOC
<!-- TOC -->
* [Beaver's Crafting Module](#beavers-crafting-module)
* [Features](#features)
* [Crafting](#crafting)
* [Character advancement](#character-advancement)
* [DownTimeActivities](#downtimeactivities)
* [TOC](#toc)
* [HowTo](#howto)
* [Create Recipes](#create-recipes)
* [Configure Recipe](#configure-recipe)
* [requires:](#requires-)
* [costs:](#costs-)
* [tests:](#tests-)
* [TestSection](#testsection)
* [results:](#results-)
* [instruction:](#instruction-)
* [folder:](#folder-)
* [macro:](#macro-)
* [Executing Recipes](#executing-recipes)
* [add](#add)
* [Recipe Compendium](#recipe-compendium)
* [or Condition](#or-condition)
* [list](#list)
* [advancement](#advancement)
* [result](#result)
* [AnyOf](#anyof)
* [Example](#example)
* [ItemTags](#itemtags)
* [test](#test)
* [customize Recipes](#customize-recipes)
* [Drag And Drop](#drag-and-drop)
* [Select available](#select-available)
* [reset](#reset)
* [Examples](#examples)
* [Ingredients](#ingredients)
* [Recipes](#recipes)
* [Settings](#settings)
* [3.3.x isCrafted flag](#33x-iscrafted-flag)
* [Notes](#notes)
* [Currency reorder](#currency-reorder)
* [Items reorder](#items-reorder)
* [ItemReference](#itemreference)
* [Troubleshooting](#troubleshooting)
* [Dont show "RECIPE" in item menu](#dont-show--recipe--in-item-menu)
* [Problem:](#problem-)
* [Solution:](#solution-)
* [Explanation:](#explanation-)
* [Credits](#credits)
<!-- TOC -->

## HowTo
### Create Recipes
![img.png](pictures/newItem.png)
Expand Down Expand Up @@ -89,7 +140,7 @@ see [RecipeMacro](https://github.com/AngryBeaver/beavers-crafting/blob/main/macr
On your actor-sheet you will find a new tab.
#### add
Initially your sheet will be blank except for the add button.
you can add a new crafting process by clicking on +Add, which will open the [Recipe Compendium](#Recipe_Compendium).
you can add a new crafting process by clicking on +Add, which will open the [Recipe Compendium](#recipe-compendium).
##### Recipe Compendium
![img.png](pictures/crafting.png)

Expand Down

0 comments on commit b149d22

Please sign in to comment.