Nov 3, 2021 2:17 pm
GMs can now create and use libraries of NPCs and snippets for their own use and for use by the community.
Using an NPC library
1. Add it to your game
Edit your game and go to the 'Advanced Rules definitions'.
Add or change the characterSheetIntegration to include gmSheets as shown below. This is an array of different sheets you can use in your game as a GM. You can use many NPCs libraries if you want to.
Here, I've added helpers for the DnD 5e rules and one containing the NPCs (custom/20682) that I've decided to call "Fantasy NPCs". You can look at the sheet here https://gamersplane.com/characters/custom/20682/
You'll need to know the "custom/20682" bit. I hope that other people will add their own NPC libraries to this thread - but for now, "custom/20682" is the one I'll maintain.
{
"background":{"image":"https://i.imgur.com/ni9w0K2.jpg","position":"center center","size":"cover"},
"diceRules":[
{"rolled":"d20","natural":20,"highlight":"success bold"},
{"rolled":"d20","natural":1,"highlight":"fail bold"}
],
"characterSheetIntegration":{"gmSheets":[
{"DnD 5e":"custom/20680"},
{"Fantasy NPCs":"custom/20682"}
]}
}
2. Add the NPC to your post
When you post you'll see the "Fantasy NPCs" button to access the NPCs. Click one to populate the markup with your chosen NPC.
Creating an NPC library
1. Create a custom character sheet
Even if your game doesn't allow custom character sheets, the integrated sheets can still use them.
2. Add some npcs lists
The name attribute lets you group your NPCs (the example below are races from Volo's). The format for the list is name | image URL.
Try to make sure that the images aren't too big. Nobody wants to download huge files just to be resized to a thumbnail.
3. Save and use
Save your list. The end of the url is your sharable npc list.
e.g. for https://gamersplane.com/characters/custom/20682/ the sheet is custom/20682
Sharing an NPC library
1. Make your character sheet public
Make your NPC character sheet public (Qralloq's video shows how to do this).2. Share it below
Post a link to your shared NPC library in this thread.
Using an NPC library
1. Add it to your game
Edit your game and go to the 'Advanced Rules definitions'.
Add or change the characterSheetIntegration to include gmSheets as shown below. This is an array of different sheets you can use in your game as a GM. You can use many NPCs libraries if you want to.
Here, I've added helpers for the DnD 5e rules and one containing the NPCs (custom/20682) that I've decided to call "Fantasy NPCs". You can look at the sheet here https://gamersplane.com/characters/custom/20682/
You'll need to know the "custom/20682" bit. I hope that other people will add their own NPC libraries to this thread - but for now, "custom/20682" is the one I'll maintain.
{
"background":{"image":"https://i.imgur.com/ni9w0K2.jpg","position":"center center","size":"cover"},
"diceRules":[
{"rolled":"d20","natural":20,"highlight":"success bold"},
{"rolled":"d20","natural":1,"highlight":"fail bold"}
],
"characterSheetIntegration":{"gmSheets":[
{"DnD 5e":"custom/20680"},
{"Fantasy NPCs":"custom/20682"}
]}
}
2. Add the NPC to your post
When you post you'll see the "Fantasy NPCs" button to access the NPCs. Click one to populate the markup with your chosen NPC.
Creating an NPC library
1. Create a custom character sheet
Even if your game doesn't allow custom character sheets, the integrated sheets can still use them.
2. Add some npcs lists
The name attribute lets you group your NPCs (the example below are races from Volo's). The format for the list is name | image URL.
Try to make sure that the images aren't too big. Nobody wants to download huge files just to be resized to a thumbnail.
[npcs="Volos"]
Aasimar | https://imgur.com/t1G6VLV.jpg
Firbolg | https://imgur.com/FzANdI6.jpg
Hobgoblin1 | https://imgur.com/f9SyeFJ.jpg
[/npcs]
3. Save and use
Save your list. The end of the url is your sharable npc list.
e.g. for https://gamersplane.com/characters/custom/20682/ the sheet is custom/20682
Sharing an NPC library
1. Make your character sheet public
Make your NPC character sheet public (Qralloq's video shows how to do this).
[ +- ] Qralloq's video
Post a link to your shared NPC library in this thread.
Last edited November 11, 2021 9:49 am