Cloned datagen for testing purposes
This commit is contained in:
parent
a2253889ce
commit
1aab2bd811
@ -1,9 +0,0 @@
|
|||||||
{
|
|
||||||
"module": "dnd-5e",
|
|
||||||
"id": "dnd-5e-base",
|
|
||||||
"package": "dnd-5e",
|
|
||||||
"name": "Dnd 5e Essential Books",
|
|
||||||
"desc": "This book includes the player manual, dungeon master manual and the monsters manual",
|
|
||||||
"icon": "icon.png",
|
|
||||||
"dependencies": []
|
|
||||||
}
|
|
9
plugins/dnd-5e/datagen/dnd-5e-dm-manual/datagen.json
Normal file
9
plugins/dnd-5e/datagen/dnd-5e-dm-manual/datagen.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"module": "dnd-5e",
|
||||||
|
"id": "dnd-5e-dm-manual",
|
||||||
|
"package": "dnd-5e",
|
||||||
|
"name": "Dnd 5e Essential Books - Dungeon master Manual",
|
||||||
|
"desc": "This book includes the content of the dungeon master manual",
|
||||||
|
"icon": "icon.png",
|
||||||
|
"dependencies": []
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"id": "effects/test_effect",
|
||||||
|
"value": {}
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"id": "consumables/test_consumable",
|
||||||
|
"value": {}
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"id": "container/test_container",
|
||||||
|
"value": {}
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"id": "equipment/test_equipment",
|
||||||
|
"value": {}
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"id": "feature/test_feature",
|
||||||
|
"value": {}
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"id": "spells/test_spell",
|
||||||
|
"value": {}
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"id": "tools/test_tool",
|
||||||
|
"value": {}
|
||||||
|
}
|
@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"id": "weapon/test_weapon",
|
||||||
|
"value": {
|
||||||
|
"name": "Test datagen weapon",
|
||||||
|
"description": "Test test test",
|
||||||
|
"icon": "icons/weapons/ammunition/shot-round-blue.webp",
|
||||||
|
"type": "Weapon",
|
||||||
|
"rarity": "Rare",
|
||||||
|
"quantity": "1",
|
||||||
|
"weight": "10",
|
||||||
|
"price": "10",
|
||||||
|
"data": {
|
||||||
|
"weapon_type": "Natural",
|
||||||
|
"properties": [
|
||||||
|
"Finesse"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"id": "monsters/test_monster",
|
||||||
|
"value": {}
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"id": "classes/test_class",
|
||||||
|
"value": {}
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"id": "races/test_race",
|
||||||
|
"value": {}
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"id": "table/test_table",
|
||||||
|
"value": {}
|
||||||
|
}
|
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"module": "dnd-5e",
|
||||||
|
"id": "dnd-5e-monster-manual",
|
||||||
|
"package": "dnd-5e",
|
||||||
|
"name": "Dnd 5e Essential Books - Monster Manual",
|
||||||
|
"desc": "This book includes the content of the monster manual",
|
||||||
|
"icon": "icon.png",
|
||||||
|
"dependencies": []
|
||||||
|
}
|
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"info": {
|
||||||
|
"name": "Dnd 5e Essential Books",
|
||||||
|
"description": "<p>This book contians all the essential data for playing a barebones Dnd 5e campaign. It includes:</p><ul><li>The players manual</li><li>The dungeon master manual</li><li>The monsters manual</li></ul>"
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"id": "effects/test_effect",
|
||||||
|
"value": {}
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"id": "consumables/test_consumable",
|
||||||
|
"value": {}
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"id": "container/test_container",
|
||||||
|
"value": {}
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"id": "equipment/test_equipment",
|
||||||
|
"value": {}
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"id": "feature/test_feature",
|
||||||
|
"value": {}
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"id": "spells/test_spell",
|
||||||
|
"value": {}
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"id": "tools/test_tool",
|
||||||
|
"value": {}
|
||||||
|
}
|
@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"id": "weapon/test_weapon",
|
||||||
|
"value": {
|
||||||
|
"name": "Test datagen weapon",
|
||||||
|
"description": "Test test test",
|
||||||
|
"icon": "icons/weapons/ammunition/shot-round-blue.webp",
|
||||||
|
"type": "Weapon",
|
||||||
|
"rarity": "Rare",
|
||||||
|
"quantity": "1",
|
||||||
|
"weight": "10",
|
||||||
|
"price": "10",
|
||||||
|
"data": {
|
||||||
|
"weapon_type": "Natural",
|
||||||
|
"properties": [
|
||||||
|
"Finesse"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"id": "monsters/test_monster",
|
||||||
|
"value": {}
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"id": "classes/test_class",
|
||||||
|
"value": {}
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"id": "races/test_race",
|
||||||
|
"value": {}
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"id": "table/test_table",
|
||||||
|
"value": {}
|
||||||
|
}
|
9
plugins/dnd-5e/datagen/dnd-5e-player-manual/datagen.json
Normal file
9
plugins/dnd-5e/datagen/dnd-5e-player-manual/datagen.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"module": "dnd-5e",
|
||||||
|
"id": "dnd-5e-player-manual",
|
||||||
|
"package": "dnd-5e",
|
||||||
|
"name": "Dnd 5e Essential Books - Player Manual",
|
||||||
|
"desc": "This book includes the content of the player manual",
|
||||||
|
"icon": "icon.png",
|
||||||
|
"dependencies": []
|
||||||
|
}
|
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"info": {
|
||||||
|
"name": "Dnd 5e Essential Books",
|
||||||
|
"description": "<p>This book contians all the essential data for playing a barebones Dnd 5e campaign. It includes:</p><ul><li>The players manual</li><li>The dungeon master manual</li><li>The monsters manual</li></ul>"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user