pelican-jdr/public/pelican.json

107 lines
3.1 KiB
JSON
Raw Permalink Normal View History

2023-02-04 10:13:22 +01:00
{
"version": "0.2.0",
"jdr": [
{
"id": 0,
"title":"",
"links": [
2023-02-04 11:01:06 +01:00
{"title": "Règles de bases", "path": "core"}
2023-02-04 10:13:22 +01:00
]
2023-02-13 18:34:02 +01:00
},
{
"id": 0,
"title": "Systèmes sans univers",
"links": [
{
"title": "Cartomancia",
"path": "cartomancia"
},
{
"title": "Meteor Sonata",
"path": "sonata"
}
]
2023-02-04 10:13:22 +01:00
}
],
"sidebar": [
{
"id": 0,
"title": "",
"links": [
{"title": "Dés et actions", "path": "rules/bases/D100"},
{"title": "Bienveillance", "path": "rules/bases/bienveillance"},
{"title": "Organisation d'une campagne", "path": "rules/bases/campagnes"},
{"title": "Exploration et déplacement", "path": "rules/bases/exploration"}
]
},
{
"id": 10,
"title": "Personnages",
"links": [
{"title": "Création d'un personnage", "path": "rules/personnages/creation"},
{"title": "Situation générale", "path": "rules/personnages/vitalite"},
{"title": "Compétences et statistiques", "path": "rules/personnages/generalites"},
{"title": "Expérience et classes", "path": "rules/personnages/niveaux"},
{"title": "Réputation et prestige", "path": "rules/personnages/reputation"}
]
},
{
"id": 20,
"title": "Mobs",
"links": [
{"title": "Généralités", "path": "rules/mobs/generalites"},
{"title": "Créatures et monstres", "path": "rules/mobs/creatures"},
{"title": "Personnages non jouables", "path": "rules/mobs/pnj"},
{"title": "Émotions et influence", "path": "rules/mobs/emotions"}
]
},
{
"id": 30,
"title": "Combat",
"links": [
{"title": "Organisation d'un combat", "path": "rules/combats/presentation"},
{"title": "Attaquer, se défendre et soigner", "path": "rules/combats/attacc"},
{"title": "Déplacement et placement", "path": "rules/combats/deplacement"},
{"title": "Confrontation sociales", "path": "rules/combats/social"}
]
},
{
"id": 40,
"title": "Inventaire",
"links": [
{"title": "Objets et consommables", "path": "inventaire/objets"},
2023-02-12 20:41:23 +01:00
{"title": "Équipement et outils", "path": "inventaire/equipements"},
2023-02-04 10:13:22 +01:00
{"title": "Véhicules", "path": "rules/inventaire/vehicules"}
]
},
{
"id": 50,
"title": "Magie et surnaturel",
"links": [
2023-02-18 16:32:48 +01:00
{"title": "Éclat", "path": "rules/magie/eclat"}
2023-02-04 10:13:22 +01:00
]
},
{
"id": 60,
"title": "Divers",
"links": [
2023-02-08 00:40:10 +01:00
{"title": "Afflictions et effets", "path": "rules/divers/afflictions"}
]
},
{
"id": 70,
"title": "",
"links": [
2023-02-18 16:32:48 +01:00
{"title": "Éléments", "path": "elements"},
2023-02-04 10:13:22 +01:00
{"title": "Jeu de plateau", "path": "rules/bases/plateau"}
]
}
2023-02-08 12:17:35 +01:00
],
"fiches":[
{"title":"Fiche de Personnage", "path":"personnage"},
{"title":"Fiche de PNJ", "path":"pnj"},
{"title":"Fiche de Créature", "path":"creature"},
{"title":"Fiche de Suiveur", "path":"suiveur"},
{"title":"Fiche de Véhicule", "path":"vehicule"}
2023-02-04 10:13:22 +01:00
]
}