unfuck formatting authored by Phillip's avatar Phillip
Custom Bags Custom Bags
----------- -----------
Crucible allows *you* to create custom bags. Crucible allows you to create custom bags.
Creating a bag is simple, all you need to do is give the Crucible Item a `BAG` type. Creating a bag is simple, all you need to do is give the Crucible Item a `BAG` type.
```yml ```yml
...@@ -10,12 +10,12 @@ BAG_TEST: ...@@ -10,12 +10,12 @@ BAG_TEST:
Type: BAG Type: BAG
``` ```
###Bag Options ### Bag Options
- `Title` - inventory title of your custom bag. Defaults to the display name of your Crucible item. - `Title` - inventory title of your custom bag. Defaults to the display name of your Crucible item.
- `Size` - the inventory size of your custom bag. Size is limited to 9,18,27,36,45, and 54. - `Size` - the inventory size of your custom bag. Size is limited to 9,18,27,36,45, and 54.
###Bag Mechanics ### Bag Mechanics
| Mechanics | Description | | Mechanics | Description |
|---------------|-------------------------| |---------------|-------------------------|
... ...
......