Skip to content

Commit 471b460

Browse files
authored
Create script.json
1 parent 6f94562 commit 471b460

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

Dimension Storage/script.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: Dimension Storage
2+
script: Dimension Storage.js
3+
version: 1.0.0
4+
description: Storage Management
5+
A way to list items the players have collected during their adventures in a magical bag, sack or hole that calculates weight and amount.
6+
It stores this in a handout created when !dimensionbag add "Bag Name" "quantity item weight" is run.
7+
!storageconfig — Opens the configuration menu.
8+
*Configuration Commands
9+
10+
!setbagmax [number] — Sets the max weight for the Dimension Bag.
11+
!setsackmax [number] — Sets the max weight for the Sack.
12+
!setholemax — Resets the Moveable Hole to unlimited weight.
13+
!setcoins [comma-separated values] — Updates the order of coin types (e.g., !setcoins PP, GP, SP, CP).
14+
!setcolor [color name or hex] — Changes the text color for item quantity.
15+
*Storage Commands
16+
17+
!dimensionbag add "Bag Name" "quantity item weight" — Adds an item to a Dimension Bag.
18+
!dimensionbag remove "Bag Name" "quantity item" — Removes an item from a Dimension Bag.
19+
!sack add "Sack Name" "quantity item weight" — Adds an item to a Sack.
20+
!sack remove "Sack Name" "quantity item" — Removes an item from a Sack.
21+
!hole add "Hole Name" "quantity item weight" — Adds an item to a Moveable Hole.
22+
!hole remove "Hole Name" "quantity item" — Removes an item from a Moveable Hole. *Each storage type has its own max weight (except the hole, which is unlimited). */
23+
authors: David Q
24+
roll20userid: 408069
25+
dependencies: []

0 commit comments

Comments
 (0)