update
This commit is contained in:
parent
b30e5b9be4
commit
69670e9ff6
30 changed files with 101010 additions and 32569 deletions
8
.obsidian/app.json
vendored
8
.obsidian/app.json
vendored
|
@ -39,10 +39,8 @@
|
|||
],
|
||||
"showFrontmatter": false,
|
||||
"showLineNumber": true,
|
||||
"spellcheckLanguages": [
|
||||
"fr",
|
||||
"fr-FR"
|
||||
],
|
||||
"spellcheckLanguages": null,
|
||||
"defaultViewMode": "preview",
|
||||
"showUnsupportedFiles": true
|
||||
"showUnsupportedFiles": true,
|
||||
"propertiesInDocument": "hidden"
|
||||
}
|
3
.obsidian/core-plugins-migration.json
vendored
3
.obsidian/core-plugins-migration.json
vendored
|
@ -26,5 +26,6 @@
|
|||
"publish": false,
|
||||
"sync": false,
|
||||
"canvas": true,
|
||||
"bookmarks": true
|
||||
"bookmarks": true,
|
||||
"properties": false
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"h1AsTitleSource": true,
|
||||
"h1AsTitleSource": false,
|
||||
"briefMax": 256,
|
||||
"titleField": "title",
|
||||
"descField": "description"
|
||||
|
|
19847
.obsidian/plugins/dataview/main.js
vendored
19847
.obsidian/plugins/dataview/main.js
vendored
File diff suppressed because one or more lines are too long
2
.obsidian/plugins/dataview/manifest.json
vendored
2
.obsidian/plugins/dataview/manifest.json
vendored
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "dataview",
|
||||
"name": "Dataview",
|
||||
"version": "0.5.56",
|
||||
"version": "0.5.58",
|
||||
"minAppVersion": "0.13.11",
|
||||
"description": "Complex data views for the data-obsessed.",
|
||||
"author": "Michael Brenan <blacksmithgu@gmail.com>",
|
||||
|
|
2
.obsidian/plugins/dataview/styles.css
vendored
2
.obsidian/plugins/dataview/styles.css
vendored
|
@ -23,7 +23,7 @@
|
|||
}
|
||||
|
||||
.table-view-table > tbody > tr:hover {
|
||||
background-color: var(--text-selection) !important;
|
||||
background-color: var(--table-row-background-hover);
|
||||
}
|
||||
|
||||
.table-view-table > thead > tr > th {
|
||||
|
|
4
.obsidian/plugins/homepage/main.js
vendored
4
.obsidian/plugins/homepage/main.js
vendored
File diff suppressed because one or more lines are too long
2
.obsidian/plugins/homepage/manifest.json
vendored
2
.obsidian/plugins/homepage/manifest.json
vendored
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "homepage",
|
||||
"name": "Homepage",
|
||||
"version": "3.3.3",
|
||||
"version": "3.5.2",
|
||||
"minAppVersion": "1.0",
|
||||
"description": "Open a specified note, canvas, or workspace on startup, or set it for quick access later.",
|
||||
"author": "novov",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"settings": {
|
||||
"migrated": true,
|
||||
"migrated": 2,
|
||||
"iconPacksPath": ".obsidian/plugins/obsidian-icon-folder/icons",
|
||||
"fontSize": 16,
|
||||
"iconColor": null,
|
||||
|
|
500
.obsidian/plugins/obsidian-icon-folder/main.js
vendored
500
.obsidian/plugins/obsidian-icon-folder/main.js
vendored
File diff suppressed because one or more lines are too long
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "obsidian-icon-folder",
|
||||
"name": "Icon Folder",
|
||||
"version": "2.1.2",
|
||||
"version": "2.2.1",
|
||||
"minAppVersion": "0.9.12",
|
||||
"description": "This plugin allows to add an emoji or an icon to a folder or file.",
|
||||
"author": "Florian Woelki",
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
"dataSource": {
|
||||
"kind": "folder",
|
||||
"config": {
|
||||
"path": "PNJ",
|
||||
"path": "Personnages/PNJ",
|
||||
"recursive": true
|
||||
}
|
||||
},
|
||||
|
|
2483
.obsidian/plugins/obsidian-projects/main.js
vendored
2483
.obsidian/plugins/obsidian-projects/main.js
vendored
File diff suppressed because it is too large
Load diff
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"id": "obsidian-projects",
|
||||
"name": "Projects",
|
||||
"version": "1.16.3",
|
||||
"version": "1.16.5",
|
||||
"minAppVersion": "1.0.0",
|
||||
"description": "Plain text project planning.",
|
||||
"author": "Marcus Olsson",
|
||||
"authorUrl": "https://marcus.se.net",
|
||||
"fundingUrl": "https://www.buymeacoffee.com/marcusolsson",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
}
|
4118
.obsidian/plugins/obsidian-style-settings/main.js
vendored
4118
.obsidian/plugins/obsidian-style-settings/main.js
vendored
File diff suppressed because one or more lines are too long
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"id": "obsidian-style-settings",
|
||||
"name": "Style Settings",
|
||||
"version": "1.0.6",
|
||||
"minAppVersion": "0.11.5",
|
||||
"description": "Offers controls for adjusting theme, plugin, and snippet CSS variables.",
|
||||
"author": "mgmeyers",
|
||||
"authorUrl": "https://github.com/mgmeyers/obsidian-style-settings",
|
||||
"isDesktopOnly": false
|
||||
"id": "obsidian-style-settings",
|
||||
"name": "Style Settings",
|
||||
"version": "1.0.7",
|
||||
"minAppVersion": "0.11.5",
|
||||
"description": "Offers controls for adjusting theme, plugin, and snippet CSS variables.",
|
||||
"author": "mgmeyers",
|
||||
"authorUrl": "https://github.com/mgmeyers/obsidian-style-settings",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
|
|
102077
.obsidian/plugins/rpg-manager/main.js
vendored
102077
.obsidian/plugins/rpg-manager/main.js
vendored
File diff suppressed because one or more lines are too long
8
.obsidian/plugins/rpg-manager/manifest.json
vendored
8
.obsidian/plugins/rpg-manager/manifest.json
vendored
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"id": "rpg-manager",
|
||||
"name": "RPG Manager",
|
||||
"version": "3.4.5",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "A plugin to manage your Tabletop Role Playing Game campaigns for Obsidian.",
|
||||
"author": "Carlo Nicora <carlo@carlonicora.com>",
|
||||
"version": "4.0.7",
|
||||
"minAppVersion": "1.4.0",
|
||||
"description": "Manage your Tabletop Role Playing Game Campaigns in Obsidian",
|
||||
"author": "Carlo Nicora",
|
||||
"authorUrl": "https://carlonicora.com",
|
||||
"isDesktopOnly": false
|
||||
}
|
4379
.obsidian/plugins/rpg-manager/styles.css
vendored
4379
.obsidian/plugins/rpg-manager/styles.css
vendored
File diff suppressed because it is too large
Load diff
2
.obsidian/vault-stats.json
vendored
2
.obsidian/vault-stats.json
vendored
File diff suppressed because one or more lines are too long
|
@ -13,7 +13,7 @@ image: "../Illustrations/Logo/Embleme de la Cité Franche.png"
|
|||
map:
|
||||
|
||||
status: WIP
|
||||
banner_y: 0.59247
|
||||
banner_y: 0.63715
|
||||
---
|
||||
|
||||
> [!infobox]+ `= this.file.name`
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
|
||||
---
|
||||
banner: "Illustrations/Inspiration/greg-rutkowski-lw-promotional-illustration-final-2-1920-2.jpg"
|
||||
alias: ["Vieux Port"]
|
||||
tags: []
|
||||
banner: "Illustrations/Inspiration/greg-rutkowski-lw-promotional-illustration-final-2-1920-2.jpg"
|
||||
encoutered: false
|
||||
|
||||
type:
|
||||
|
|
|
@ -1,16 +1,15 @@
|
|||
---
|
||||
alias: []
|
||||
tags: []
|
||||
banner:
|
||||
aliases:
|
||||
tags:
|
||||
banner:
|
||||
encoutered: false
|
||||
|
||||
type:
|
||||
found_in: [[Quartier de la Forge]]
|
||||
short_desc: "Le temple grandiose dédié à Forgeron dans la [[Cité Franche]]"
|
||||
image: "../Illustrations/somewhere.png"
|
||||
source:
|
||||
map:
|
||||
|
||||
found_in:
|
||||
- "[[Quartier de la Forge]]"
|
||||
short_desc: Le temple grandiose dédié à Forgeron dans la [[Cité Franche]]
|
||||
image: ../Illustrations/somewhere.png
|
||||
source:
|
||||
map:
|
||||
status: TODO
|
||||
---
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
{"type":"text","text":"Trame : Recherche de l'artefact ","id":"caa485e57028ba97","x":-188,"y":20,"width":250,"height":60,"color":"6"},
|
||||
{"type":"text","text":"Trame : Sauvetage d'Hrysanthéïs","id":"444e9ff342cb682a","x":-188,"y":120,"width":250,"height":60,"color":"4"},
|
||||
{"type":"text","text":"Trame : Althéa = Milles visages ","id":"58438fcf04cc6d80","x":-188,"y":220,"width":250,"height":60,"color":"2"},
|
||||
{"type":"file","file":"Scénario/Quêtes/Vol de fromage.md","id":"5173f2f57bb046ea","x":-800,"y":280,"width":400,"height":400,"color":"1"},
|
||||
{"type":"file","file":"Scénario/Quêtes/Vol de fromage.md","id":"5173f2f57bb046ea","x":-800,"y":280,"width":400,"height":580,"color":"1"},
|
||||
{"type":"text","text":"Vivépine : Comprendre les problèmes","id":"b967362a0be4c50b","x":140,"y":-84,"width":250,"height":60},
|
||||
{"type":"text","text":"# Conclusion\n#### Lunarion à embauché la tridentine pour assassiner Althéa \n\nCoupable : Lunarion\nMobile : Rivalité commerciale, haine des pauvres\nMoyen : Embauche de Derlynn\nPreuves : Contrat d'Assassinat liant la Tridentine à Lunarion","id":"be7cfc813bfa9deb","x":120,"y":920,"width":480,"height":360}
|
||||
],
|
||||
|
|
|
@ -1,14 +1,15 @@
|
|||
---
|
||||
banner: "![[../../Illustrations/Dieux/tamerakh.png]]"
|
||||
banner_y: 0.31428
|
||||
alias: ["Tempête","Le Destructeur","Le Libérateur"]
|
||||
tags: []
|
||||
aliases:
|
||||
- Tempête
|
||||
- Le Destructeur
|
||||
- Le Libérateur
|
||||
tags:
|
||||
encoutered: false
|
||||
race: Dieu
|
||||
class:
|
||||
ethnicity:
|
||||
class:
|
||||
ethnicity:
|
||||
short-desc: Dieu du changement, de la destruction et du vent
|
||||
image: ../Illustrations/Dieux/tamerakh.png
|
||||
image: "[[../../../Illustrations/Dieux/tamerakh.png]]"
|
||||
source: "[Reign of steel](https://www.artstation.com/artwork/WKyOy) by [Alejandro -Magnozz- M. G.](https://magnozz.artstation.com/)"
|
||||
goals: []
|
||||
likes: []
|
||||
|
@ -16,7 +17,7 @@ hates: []
|
|||
status: TODO
|
||||
---
|
||||
> [!infobox]+ `= this.file.name`
|
||||
> `$= "<img src='app://local/" + this.app.vault.adapter.basePath + "/" + this.app.vault.config.attachmentFolderPath + "/" + dv.current().image + "'> </img>"`
|
||||
> `$= dv.io.load(dv.page("Snippet-portrait").file.path)`
|
||||
> *source: `= this.source`*
|
||||
>
|
||||
> | | |
|
||||
|
|
|
@ -1,52 +1,52 @@
|
|||
{
|
||||
"nodes":[
|
||||
{"type":"group","id":"bac06a276a73330f","x":-2014,"y":-4506,"width":2050,"height":3101,"label":"Enquete"},
|
||||
{"type":"text","text":"Une place est vacante au conseil, Althéa la prend","id":"952d2e95eec491ec","x":-1080,"y":-1553,"width":250,"height":102},
|
||||
{"type":"text","text":"Quartier des épices","id":"2c552327b8764ac5","x":-635,"y":-3898,"width":250,"height":60},
|
||||
{"type":"text","text":"Lunarion s'enfuit avec la complicité des joueurs, en échange d'informations cachées sur Althéa","id":"168d50a00f8e671d","x":-1082,"y":-1778,"width":250,"height":165},
|
||||
{"type":"text","text":"Lunarion est capturé et traduit en justice","id":"49c40b60ee3dc205","x":-1522,"y":-1778,"width":342,"height":83},
|
||||
{"type":"text","text":"#### Althéa est élue au [Conseil de la ville](Factions/La%20Main.md)","id":"4feee060245e3a8d","x":-1274,"y":-1272,"width":237,"height":118},
|
||||
{"type":"text","text":"Elle envoie les joueurs en Cyrillane","id":"89d325540742cf98","x":-1283,"y":-1099,"width":250,"height":93},
|
||||
{"type":"text","text":"#### Althéa devient Absolue\n","id":"80e21f0b4ae0985e","x":-866,"y":-1252,"width":250,"height":78},
|
||||
{"type":"text","text":"Elle proclame le fichage des mages et unifie la garde vigente.","id":"39b5e4b46b31622f","x":-866,"y":-1069,"width":250,"height":125},
|
||||
{"type":"text","text":"### Les Prêtresses des Soeurs\nCertaines prêtresses des Soeurs préparent une expédition pour se rendre à [Kratéïra](Locations/Kratéïra.md)","id":"d4f6287077a14ec2","x":-417,"y":-480,"width":320,"height":243,"color":"4"},
|
||||
{"type":"text","text":"#### Sauvetage de [Hrysanthéïs](PNJ/Hrysanthéïs.md)","id":"3822cb7518f31007","x":-333,"y":-1222,"width":369,"height":96},
|
||||
{"type":"text","text":"","id":"af2cbe8025d8714f","x":260,"y":-1898,"width":250,"height":60},
|
||||
{"type":"text","text":"# Aider les réfugié\nLes joueurs doivent se rendre a Vivépine pour aider les réfugié et la communauté locale a calmer les troubles","id":"6bffee0c04d42118","x":173,"y":-310,"width":337,"height":310},
|
||||
{"type":"text","text":"Fleche empoisonnée","id":"125f5c73a54806d9","x":-3171,"y":-4537,"width":250,"height":60},
|
||||
{"type":"text","text":"#### [Venin de Ver Pourpre](Objets/Venin%20de%20Ver%20Pourpre.md)","id":"cb7686443486f000","x":-3171,"y":-4273,"width":250,"height":94},
|
||||
{"type":"text","text":"Etude du venin","id":"9f0116da3c0101c5","x":-3169,"y":-4379,"width":250,"height":60},
|
||||
{"type":"text","text":"### [Aïpio](Factions/Aïpio.md)","id":"f689e7da734b41d9","x":-3419,"y":-4022,"width":250,"height":60},
|
||||
{"type":"text","text":"Accroches","id":"3aedf2b288b99311","x":1158,"y":-627,"width":176,"height":60,"color":"4"},
|
||||
{"type":"text","text":"","id":"7f4eff1c273961be","x":938,"y":-237,"width":250,"height":60},
|
||||
{"type":"text","text":"#### CLIMAX \nAffrontement entre les joueurs et Mille-Visages, dans une Cité envahie par les ravageurs.","id":"cd209aa92b601e18","x":52,"y":-1052,"width":298,"height":208},
|
||||
{"type":"text","text":"### Althéa\nAlthéa demande aux joueurs de jouer les ambassadeurs pour trouver une solution aux problèmes d'importation des grains, d'immigration et de commerce. \n\nElle ne fait pas appel a des ambassadeurs, car le but secret de la mission est surtout d'espionner ce qui se passe dans le pays, afin de savoir si la Cyrillanne prépare une guerre ou non.\n\n","id":"973e6ae9e09f0fe5","x":-417,"y":-207,"width":320,"height":466,"color":"4"},
|
||||
{"type":"file","file":"Illustrations/Portraits/lunarion.jpg","id":"1b68c9c93d34e74c","x":-1243,"y":-2290,"width":0,"height":0},
|
||||
{"type":"file","file":"Illustrations/Portraits/Erulissen.png","id":"b8c84d482914db2d","x":-3451,"y":-3887,"width":0,"height":0,"color":"2"},
|
||||
{"type":"text","text":"Dague empoisonnée","id":"084f3a2b66ca1b4b","x":-3561,"y":-4682,"width":250,"height":60},
|
||||
{"type":"text","text":"### [Le Cercle de sel](Factions/Le%20Cercle%20de%20sel.md)","id":"5e350a7c7d9c461d","x":-3059,"y":-4022,"width":250,"height":60},
|
||||
{"type":"text","text":"Assassinat raté","id":"a3904ad29417095a","x":-1746,"y":-4961,"width":250,"height":60,"color":"4"},
|
||||
{"type":"text","text":"# Manoir d'Althéa","id":"9d7ed1c98dcd94a9","x":-1388,"y":-5303,"width":362,"height":70},
|
||||
{"type":"file","file":"Illustrations/Portraits/Althéa.png","id":"9885ce124ab774ce","x":-1000,"y":-4961,"width":0,"height":0},
|
||||
{"type":"text","text":"### [Le Cercle de sel](Factions/Le%20Cercle%20de%20sel.md)","id":"5e350a7c7d9c461d","x":-3059,"y":-4022,"width":250,"height":82},
|
||||
{"type":"file","file":"Illustrations/Portraits/Derlynn Gravelgut.jpg","id":"2e6bcfd8b207dd70","x":-1729,"y":-4842,"width":0,"height":0},
|
||||
{"type":"text","text":"TODO: Information utile (récompense)","id":"383582c81605638c","x":-2173,"y":-4693,"width":199,"height":76},
|
||||
{"type":"text","text":"#### Sauvetage de [Hrysanthéïs](PNJ/Hrysanthéïs.md)","id":"3822cb7518f31007","x":-333,"y":-1222,"width":369,"height":96},
|
||||
{"type":"text","text":"### Les Prêtresses des Soeurs\nCertaines prêtresses des Soeurs préparent une expédition pour se rendre à [Kratéïra](Locations/Kratéïra.md)","id":"d4f6287077a14ec2","x":-417,"y":-480,"width":320,"height":243,"color":"4"},
|
||||
{"type":"text","text":"Accroches","id":"3aedf2b288b99311","x":1158,"y":-627,"width":176,"height":60,"color":"4"},
|
||||
{"type":"text","text":"#### CLIMAX \nAffrontement entre les joueurs et Mille-Visages, dans une Cité envahie par les ravageurs.","id":"cd209aa92b601e18","x":52,"y":-1052,"width":298,"height":208},
|
||||
{"type":"text","text":"","id":"af2cbe8025d8714f","x":260,"y":-1898,"width":250,"height":60},
|
||||
{"type":"text","text":"# Aider les réfugié\nLes joueurs doivent se rendre a Vivépine pour aider les réfugié et la communauté locale a calmer les troubles","id":"6bffee0c04d42118","x":173,"y":-310,"width":337,"height":310},
|
||||
{"type":"text","text":"","id":"7f4eff1c273961be","x":938,"y":-237,"width":250,"height":60},
|
||||
{"type":"text","text":"### Althéa\nAlthéa demande aux joueurs de jouer les ambassadeurs pour trouver une solution aux problèmes d'importation des grains, d'immigration et de commerce. \n\nElle ne fait pas appel a des ambassadeurs, car le but secret de la mission est surtout d'espionner ce qui se passe dans le pays, afin de savoir si la Cyrillanne prépare une guerre ou non.\n\n","id":"973e6ae9e09f0fe5","x":-417,"y":-207,"width":320,"height":466,"color":"4"},
|
||||
{"type":"text","text":"#### Althéa est élue au [Conseil de la ville](Factions/La%20Main.md)","id":"4feee060245e3a8d","x":-1274,"y":-1272,"width":237,"height":118},
|
||||
{"type":"text","text":"#### Althéa devient Absolue\n","id":"80e21f0b4ae0985e","x":-866,"y":-1252,"width":250,"height":78},
|
||||
{"type":"text","text":"Elle envoie les joueurs en Cyrillane","id":"89d325540742cf98","x":-1283,"y":-1099,"width":250,"height":93},
|
||||
{"type":"text","text":"Gardes","id":"cce4fba89332d69c","x":-1877,"y":-3970,"width":250,"height":60},
|
||||
{"type":"text","text":"Boite d'Allumette de l'[Hydre Cristalline](Locations/Hydre%20Cristalline.md)","id":"1580c9a1abcdfede","x":-1746,"y":-4309,"width":250,"height":83},
|
||||
{"type":"text","text":"[Hydre Cristalline](Locations/Hydre%20Cristalline.md)","id":"20903fc794e64d28","x":-1871,"y":-4114,"width":250,"height":60},
|
||||
{"type":"text","text":"##### Enquête sur Althéa\nDocuments révelant des incohérences sur son discours","id":"ecee4819946ec510","x":-869,"y":-2686,"width":250,"height":176,"color":"1"},
|
||||
{"type":"text","text":"[La Petite Sirène](Locations/La%20Petite%20Sirène.md)","id":"487245560d15e160","x":-1877,"y":-3802,"width":250,"height":60},
|
||||
{"type":"text","text":"Combat dans l'arène","id":"0d6c8bc7f3c68952","x":-1513,"y":-3482,"width":250,"height":60,"color":"4"},
|
||||
{"type":"text","text":"Les conversations entre Lunarion et Lysandre","id":"621599fb2cd2b81c","x":-1522,"y":-2823,"width":250,"height":74},
|
||||
{"type":"text","text":"Elle proclame le fichage des mages et unifie la garde vigente.","id":"39b5e4b46b31622f","x":-866,"y":-1069,"width":250,"height":125},
|
||||
{"type":"text","text":"Une place est vacante au conseil, Althéa la prend","id":"952d2e95eec491ec","x":-1080,"y":-1553,"width":250,"height":102},
|
||||
{"type":"text","text":"Lunarion s'enfuit avec la complicité des joueurs, en échange d'informations cachées sur Althéa","id":"168d50a00f8e671d","x":-1082,"y":-1778,"width":250,"height":165},
|
||||
{"type":"text","text":"Lunarion est capturé et traduit en justice","id":"49c40b60ee3dc205","x":-1522,"y":-1778,"width":342,"height":83},
|
||||
{"type":"file","file":"Illustrations/Portraits/lunarion.jpg","id":"1b68c9c93d34e74c","x":-1243,"y":-2290,"width":0,"height":0},
|
||||
{"type":"text","text":"##### Quelques rapports sur les lépreux de Sheena","id":"d9979ad4882a0edd","x":-869,"y":-2452,"width":250,"height":119,"color":"1"},
|
||||
{"type":"file","file":"Illustrations/Portraits/Lysandre.png","id":"26583f64e922f598","x":-1922,"y":-2208,"width":0,"height":0},
|
||||
{"type":"text","text":"##### Les lettres entre Lunarion et \"La Danseuse\"","id":"19ca4279126cddad","x":-1522,"y":-2510,"width":250,"height":116,"color":"1"},
|
||||
{"type":"file","file":"Illustrations/Portraits/Althéa.png","id":"9885ce124ab774ce","x":-1000,"y":-4961,"width":null,"height":null},
|
||||
{"type":"text","text":"Assassinat raté","id":"a3904ad29417095a","x":-1746,"y":-4961,"width":250,"height":60,"color":"4"},
|
||||
{"type":"text","text":"# Manoir d'Althéa","id":"9d7ed1c98dcd94a9","x":-1388,"y":-5303,"width":362,"height":70},
|
||||
{"type":"file","file":"Illustrations/Portraits/Derlynn Gravelgut.jpg","id":"2e6bcfd8b207dd70","x":-1729,"y":-4842,"width":null,"height":null},
|
||||
{"type":"text","text":"TODO: Information utile (récompense)","id":"383582c81605638c","x":-2173,"y":-4693,"width":199,"height":76},
|
||||
{"type":"text","text":"Boite d'Allumette de l'[Hydre Cristalline](Locations/Hydre%20Cristalline.md)","id":"1580c9a1abcdfede","x":-1746,"y":-4309,"width":250,"height":83},
|
||||
{"type":"text","text":"[Hydre Cristalline](Locations/Hydre%20Cristalline.md)","id":"20903fc794e64d28","x":-1871,"y":-4114,"width":250,"height":60},
|
||||
{"type":"text","text":"Quartier du Vieux Port","id":"74c6540e049f3610","x":-1460,"y":-4309,"width":250,"height":50},
|
||||
{"type":"file","file":"Personnages/PNJ/Les Jumeaux.md","id":"944c34000ed08be6","x":-1139,"y":-4054,"width":279,"height":371},
|
||||
{"type":"text","text":"##### Enquête sur Althéa\nDocuments révelant des incohérences sur son discours","id":"ecee4819946ec510","x":-869,"y":-2686,"width":250,"height":176,"color":"1"},
|
||||
{"type":"file","file":"Personnages/PNJ/Mahira.md","id":"94cda37acc139dab","x":-1548,"y":-3342,"width":321,"height":400},
|
||||
{"type":"text","text":"Combat dans l'arène","id":"0d6c8bc7f3c68952","x":-1513,"y":-3482,"width":250,"height":60,"color":"4"},
|
||||
{"type":"text","text":"Les conversations entre Lunarion et Lysandre","id":"621599fb2cd2b81c","x":-1522,"y":-2823,"width":250,"height":74},
|
||||
{"type":"text","text":"Chateau de Lunarion","id":"fd26dba1e8860ecc","x":-1522,"y":-2628,"width":250,"height":60},
|
||||
{"type":"text","text":"[La Petite Sirène](Locations/La%20Petite%20Sirène.md)","id":"487245560d15e160","x":-1877,"y":-3802,"width":250,"height":60},
|
||||
{"type":"text","text":"#### [L'Arène](Locations/L'Arène.md)","id":"77d5dba97c4653f9","x":-1460,"y":-3593,"width":144,"height":54},
|
||||
{"type":"text","text":"Gardes","id":"cce4fba89332d69c","x":-1877,"y":-3970,"width":250,"height":60},
|
||||
{"type":"text","text":"Contrat entre Lunarion et Derlynn ","id":"9106654884bc782d","x":-1961,"y":-3566,"width":276,"height":99},
|
||||
{"type":"file","file":"Personnages/PNJ/Mahira.md","id":"94cda37acc139dab","x":-1548,"y":-3342,"width":321,"height":400},
|
||||
{"type":"text","text":"Chateau de Lunarion","id":"fd26dba1e8860ecc","x":-1522,"y":-2628,"width":250,"height":60},
|
||||
{"type":"text","text":"Quartier des épices","id":"2c552327b8764ac5","x":-635,"y":-3898,"width":250,"height":60},
|
||||
{"type":"text","text":"La Lettre de Mahira","id":"5069aabd4a13c1dc","x":-1125,"y":-4298,"width":250,"height":60},
|
||||
{"type":"text","text":"Contrat entre Lunarion et Derlynn ","id":"9106654884bc782d","x":-1961,"y":-3566,"width":276,"height":99}
|
||||
{"type":"text","text":"Quartier du Vieux Port","id":"74c6540e049f3610","x":-1460,"y":-4309,"width":250,"height":50},
|
||||
{"type":"file","file":"Personnages/PNJ/Les Jumeaux.md","id":"944c34000ed08be6","x":-1139,"y":-4054,"width":279,"height":371}
|
||||
],
|
||||
"edges":[
|
||||
{"id":"a373fdb3488f5002","fromNode":"6bffee0c04d42118","fromSide":"right","toNode":"7f4eff1c273961be","toSide":"left","label":"Permet De"},
|
||||
|
|
1
Sans titre 1.canvas
Normal file
1
Sans titre 1.canvas
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
1
Sans titre 2.canvas
Normal file
1
Sans titre 2.canvas
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
1
Sans titre.canvas
Normal file
1
Sans titre.canvas
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
|
@ -1,4 +1,3 @@
|
|||
# Résumé
|
||||
```folderv
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue