Skip to content

Commit

Permalink
Update readme and compatible version
Browse files Browse the repository at this point in the history
  • Loading branch information
jsabol committed Nov 22, 2020
1 parent 40c191a commit c30ba56
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ text that looks similar to `@RollTable[2cbm3cP46dxcxO5Z]{Dwarf Female Name}`. No
and click Prototype Token. Paste your `@RollTable[...` text into the Token Name. When you drag your Actor
onto the map to create a new Token, its name will be randomized!

### Return more than one result for firstname + lastname

When multiple lines are returned from a table, the lines will be joined together with a space. For example, you could have a roll table formula of 1d1, and have two results which are also tables for a firstname and a lastname, both with range 1-1.

![A RollTable that returns multiple lines on the same dice roll, for firstname and lastname](./example.png)

## Installation

### Manifest URL
Expand Down
Binary file added example.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"title": "All Goblins Have Names",
"description": "Use a table as the display name for a token. New tokens get a random name.",
"author": "Cattegy",
"version": "1.0.0",
"version": "1.0.1",
"minimumCoreVersion": "0.6.0",
"compatibleCoreVersion": "0.6.6",
"compatibleCoreVersion": "0.7.7",
"scripts": ["scripts/index.js"],
"url": "https://github.com/jsabol/all-goblins-have-names",
"readme": "README.md",
"license": "LICENSE",
"download": "https://github.com/jsabol/all-goblins-have-names/archive/v1.0.0.zip"
"download": "https://github.com/jsabol/all-goblins-have-names/archive/v1.0.1.zip"
}

0 comments on commit c30ba56

Please sign in to comment.