From 787146ec6d8cb198b8cfb5e5d8a07cede4dafd30 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Wed, 8 Feb 2023 20:46:04 +0100 Subject: [PATCH] feat: ajout cartomancia et sonata --- public/jdr/cartomancia.json | 9 +++++++++ public/jdr/sonata.json | 19 +++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 public/jdr/cartomancia.json create mode 100644 public/jdr/sonata.json diff --git a/public/jdr/cartomancia.json b/public/jdr/cartomancia.json new file mode 100644 index 0000000..81ff2ce --- /dev/null +++ b/public/jdr/cartomancia.json @@ -0,0 +1,9 @@ +{ + "name":"Cartomancia", + "vars":[ + {"name":"determination01","value":"TODO"}, + {"name":"determination19","value":"TODO"}, + {"name":"determination20","value":"TODO"} + ], + "objets":["base", "elements", "magique", "potion"] +} \ No newline at end of file diff --git a/public/jdr/sonata.json b/public/jdr/sonata.json new file mode 100644 index 0000000..35cf3d4 --- /dev/null +++ b/public/jdr/sonata.json @@ -0,0 +1,19 @@ +{ + "name": "Meteor Sonata", + "sidebar": [ + { + "id": 50, + "title": "Magie et surnaturel", + "links": [ + {"title": "Métaphysique", "path": "rules/magie/eclat"}, + {"title": "Anomie", "path": "rules/magie/anomie"} + ] + } + ], + "vars":[ + {"name":"determination01","value":"TODO"}, + {"name":"determination19","value":"Le personnage fait un jet d'anomie"}, + {"name":"determination20","value":"Le personnage devient anomique"} + ], + "objects":["base"] +} \ No newline at end of file