vault sync 14/04 17:02
This commit is contained in:
parent
500e941462
commit
6210abcf68
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "AnuPpuccin",
|
||||
"version": "1.4.4",
|
||||
"minAppVersion": "0.16.0",
|
||||
"version": "1.5.0",
|
||||
"minAppVersion": "1.6.0",
|
||||
"author": "Anubis",
|
||||
"authorUrl": "https://github.com/AnubisNekhet"
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Typewriter",
|
||||
"version": "2.1.3",
|
||||
"version": "2.1.10",
|
||||
"minAppVersion": "0.16.0",
|
||||
"author": "crashmoney",
|
||||
"authorUrl": "https://github.com/crashmoney"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,10 +1,22 @@
|
|||
/* -------- FRONT MATTER ---------
|
||||
** Theme: Obsidian Typewriter
|
||||
** Version number: 2.1.3
|
||||
** Version number: 2.1.9
|
||||
** GitHub Repo: https://github.com/crashmoney/obsidian-typewriter
|
||||
** Made by: crashmoney
|
||||
----------------------------------- */
|
||||
|
||||
/* +++ TOC
|
||||
|_ FONT FACES
|
||||
|_ COLOR VARIABLES
|
||||
|_ LIGHT MODE
|
||||
|_ DARK MODE
|
||||
|_ TYPOGRAPHY & FONTS
|
||||
|_ UI ELEMENTS
|
||||
|_ PLUGINS
|
||||
|_ STYLE SETTINGS
|
||||
|_ OBSIDIAN HUB
|
||||
*/
|
||||
|
||||
/* +++ FONT FACES */
|
||||
|
||||
@font-face /* iA Writer Mono V */ {
|
||||
|
|
@ -72,6 +84,7 @@ body {
|
|||
--base-d: 15%; /* base lightness for dark mode. 0 is black */
|
||||
--base-l: 96%; /* base lightness for light mode. 100 is white */
|
||||
|
||||
/* rgb: 81, 157, 92 */
|
||||
--theme-accent-h: 129;
|
||||
--theme-accent-s: 31.9%;
|
||||
--theme-accent-l: 46.7%;
|
||||
|
|
@ -85,7 +98,7 @@ body {
|
|||
*/
|
||||
}
|
||||
|
||||
/* +++ LIGHT MDOE */
|
||||
/* +++ LIGHT MODE */
|
||||
.theme-light {
|
||||
--background-primary: hsl(
|
||||
calc(var(--base-h) + 44),
|
||||
|
|
@ -189,6 +202,8 @@ body {
|
|||
|
||||
--icon-color: var(--text-muted);
|
||||
--icon-hex: 000;
|
||||
|
||||
--graph-line-color: #c0c9ce;
|
||||
}
|
||||
|
||||
/* +++ DARK MODE */
|
||||
|
|
@ -266,6 +281,8 @@ body {
|
|||
--scrollbar-bg: rgba(255, 255, 255, 0.05);
|
||||
--scrollbar-thumb-bg: rgba(255, 255, 255, 0.1);
|
||||
--highlight-mix-blend-mode: lighten;
|
||||
|
||||
--graph-line-color: #6f7577;
|
||||
}
|
||||
|
||||
/* +++ TYPOGRAPHY & FONTS */
|
||||
|
|
@ -276,12 +293,14 @@ body {
|
|||
var(--font-text-override);
|
||||
--font-monospace-theme: "JetBrains Mono";
|
||||
|
||||
--font-normal: 1em;
|
||||
--metadata-input-font-size: var(--font-small);
|
||||
|
||||
--font-normal-size: 1em;
|
||||
--font-small: 0.813em;
|
||||
--font-smaller: 0.688em;
|
||||
--font-smallest: 0.625em;
|
||||
|
||||
--code-size: var(--font-normal);
|
||||
--code-size: var(--font-small);
|
||||
--code-normal: var(--blue);
|
||||
|
||||
--h1: 1.8em;
|
||||
|
|
@ -354,6 +373,12 @@ body {
|
|||
font-size: var(--font-smaller) !important;
|
||||
}
|
||||
|
||||
/* increase blockquote height */
|
||||
.markdown-source-view.mod-cm6.is-live-preview .HyperMD-quote {
|
||||
padding-top: 7px;
|
||||
padding-bottom: 7px;
|
||||
}
|
||||
|
||||
/* HIGHLIGHT ACTIVE LINE */
|
||||
.active-line-highlight .markdown-source-view .CodeMirror-activeline,
|
||||
.active-line-highlight .markdown-source-view.mod-cm6 .cm-active.cm-line {
|
||||
|
|
@ -361,6 +386,7 @@ body {
|
|||
border-radius: 8px;
|
||||
}
|
||||
|
||||
/* SIDEBAR NOTES */
|
||||
/* make sidebar notes' background var(--background-primary) */
|
||||
.mod-right-split .markdown-preview-view,
|
||||
.mod-left-split .markdown-preview-view,
|
||||
|
|
@ -376,6 +402,18 @@ body {
|
|||
font-weight: var(--h1-weight);
|
||||
}
|
||||
|
||||
/* increase space between editor and metadata – credit to Minimal */
|
||||
.metadata-container {
|
||||
--input-height: 2rem;
|
||||
}
|
||||
.markdown-source-view .metadata-container {
|
||||
transform: translateX(-4px);
|
||||
}
|
||||
.is-phone {
|
||||
--metadata-label-font-size: var(--font-adaptive-smaller);
|
||||
--metadata-input-font-size: var(--font-adaptive-smaller);
|
||||
}
|
||||
|
||||
/* make cursor accent color */
|
||||
.CodeMirror-cursor {
|
||||
background-color: var(--color-accent);
|
||||
|
|
@ -398,7 +436,7 @@ body .modal .prompt-results {
|
|||
padding: calc((1rem * 2) * 1);
|
||||
}
|
||||
body .modal-bg {
|
||||
/*backdrop-filter: blur(8px);*/ /*causes slowdowns*/
|
||||
/* backdrop-filter: blur(8px); */ /* causes slowdowns */
|
||||
background-color: rgb(8, 8, 8);
|
||||
}
|
||||
|
||||
|
|
@ -410,7 +448,7 @@ body .modal-bg {
|
|||
background-color: var(--background-primary);
|
||||
}
|
||||
|
||||
/* Remove note-to-note link underline */
|
||||
/* remove note-to-note link underline */
|
||||
:root body {
|
||||
--link-decoration: none;
|
||||
--link-decoration-hover: none;
|
||||
|
|
@ -446,11 +484,11 @@ body {
|
|||
:root h1 {
|
||||
margin: 0;
|
||||
}
|
||||
.markdown-preview-view div:has(>h1) + div > p {
|
||||
.markdown-preview-view div:has(> h1) + div > p {
|
||||
margin-top: 1em;
|
||||
}
|
||||
.markdown-preview-view div:has(+div>h1) > p {
|
||||
margin-bottom: .33em;
|
||||
.markdown-preview-view div:has(+ div > h1) > p {
|
||||
margin-bottom: 0.33em;
|
||||
}
|
||||
|
||||
/* FIX: margin-top funkiness present since Obsidian 1.1+ */
|
||||
|
|
@ -458,6 +496,11 @@ body {
|
|||
margin-top: 0;
|
||||
}
|
||||
|
||||
/* FIX: background color for titlebar buttons on Windows */
|
||||
div.titlebar-button-container.mod-right {
|
||||
background-color: var(--background-primary) !important;
|
||||
}
|
||||
|
||||
/* EDITOR: font-scalable edit-block-button */
|
||||
/* add header padding for button if last column is right-aligned */
|
||||
.markdown-source-view table th:last-child[align="right"] {
|
||||
|
|
@ -477,6 +520,23 @@ body {
|
|||
height: 1em;
|
||||
}
|
||||
|
||||
/* DARKEN GRAPH VIEW LINS */
|
||||
.graph-view.color-line {
|
||||
color: var(--graph-line-color);
|
||||
}
|
||||
|
||||
/* FOLD INDICATOR SPACING */
|
||||
/* prevent overlap with text */
|
||||
|
||||
div.cm-fold-indicator {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.markdown-source-view.mod-cm6 .cm-fold-indicator .collapse-indicator {
|
||||
padding-right: 4px;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
/* +++ PLUGINS */
|
||||
|
||||
/* ZOOM by @vslinko */
|
||||
|
|
@ -485,7 +545,7 @@ body {
|
|||
}
|
||||
|
||||
/* KANBAN by @mgmeyers */
|
||||
.kanban-plugin__grow-wrap>textarea {
|
||||
.kanban-plugin__grow-wrap > textarea {
|
||||
background-color: var(--background-primary);
|
||||
}
|
||||
|
||||
|
|
@ -500,7 +560,8 @@ div.todo-item-view-item span.due-date.overdue {
|
|||
}
|
||||
|
||||
/* make toolbar items more legible */
|
||||
div.todo-item-view-item-link svg, div.todo-item-view-toolbar-item svg {
|
||||
div.todo-item-view-item-link svg,
|
||||
div.todo-item-view-toolbar-item svg {
|
||||
fill: var(--text-faint);
|
||||
}
|
||||
/* make focused toolbar item follow the theme accent */
|
||||
|
|
|
|||
|
|
@ -208,7 +208,6 @@
|
|||
{"type":"text","text":"Focus mana","id":"556584c778142fe1","x":10304,"y":1024,"width":128,"height":32,"color":"3"},
|
||||
{"type":"text","text":"","id":"18eaeae7d6c1c8e6","x":10656,"y":1088,"width":448,"height":96,"color":"6"},
|
||||
{"type":"text","text":"Focus nombre de sorts","id":"6f054d0f11268cfa","x":10624,"y":1024,"width":224,"height":32,"color":"3"},
|
||||
{"type":"text","text":"À chaque montée de niveau, vous pouvez déplacer jusqu'à 3 points de compétence.\n+1 point de compétence.","id":"a6993f7a2e9f357a","x":6432,"y":1088,"width":448,"height":128,"color":"1"},
|
||||
{"type":"text","text":"Focus craft","id":"46a8a81673ed5e32","x":6912,"y":1024,"width":128,"height":32,"color":"3"},
|
||||
{"type":"text","text":"","id":"fec5216ee8ed172f","x":6432,"y":2880,"width":448,"height":64,"color":"1"},
|
||||
{"type":"text","text":"Choisissez une compétence. Si vous faites 6 ou moins à votre jet, vous considérez que votre jet est un 6. *Ne fonctionne pas sur les jets de fabrications et les jets d'œuvres*","id":"3c52533d1053940e","x":6432,"y":3104,"width":448,"height":128,"color":"1"},
|
||||
|
|
@ -217,19 +216,12 @@
|
|||
{"type":"text","text":"+3 points de compétence.","id":"0dc25a4ce8d14be7","x":6432,"y":640,"width":448,"height":64},
|
||||
{"type":"text","text":"+4 points de compétence.","id":"757fa440390eeb8a","x":6432,"y":832,"width":448,"height":64},
|
||||
{"type":"text","text":"+4 points de compétence.","id":"f65750ec70e55b19","x":5920,"y":2432,"width":448,"height":64,"color":"4"},
|
||||
{"type":"text","text":"","id":"1f5367ea78b52669","x":6432,"y":2432,"width":448,"height":64,"color":"1"},
|
||||
{"type":"text","text":"Choisissez une statistique. Une fois entre chaque [[Glossaire#Long repos|long repos]], vous pouvez considérer que vous avez fait 12 sur un jet de compétence dépendant de cette stat.","id":"2240db1987c2d5b1","x":5920,"y":2656,"width":448,"height":128,"color":"4"},
|
||||
{"type":"text","text":"Vous pouvez relancer un dé de compétence un nombre de fois égal à votre modifieur de [[L'entrainement#La curiosité|curiosité]] entre chaque [[Glossaire#Long repos|long repos]].","id":"7e5ac8113feaff18","x":6432,"y":2656,"width":448,"height":128,"color":"1"},
|
||||
{"type":"text","text":"Le maximum de toutes les compétences augmente de 1 point.\n+2 points de compétence.","id":"2684d451071daba8","x":5920,"y":1536,"width":448,"height":128,"color":"4"},
|
||||
{"type":"text","text":"+3 points de compétence.","id":"a0d845c99d4018e7","x":5920,"y":1312,"width":448,"height":64,"color":"4"},
|
||||
{"type":"text","text":"Durant un jet de compétence de groupe, vous pouvez ne pas lancer de dé et offrir un #avantage à tous vos camarades.","id":"c5f33ebe11bb61dd","x":5920,"y":1984,"width":448,"height":128,"color":"4"},
|
||||
{"type":"text","text":"+4 points de compétence.","id":"9aa520bf47ed913a","x":5920,"y":2208,"width":448,"height":64,"color":"4"},
|
||||
{"type":"text","text":"","id":"9cb96e72f5d92b69","x":6432,"y":1984,"width":448,"height":64,"color":"1"},
|
||||
{"type":"text","text":"","id":"04845f18fe94248e","x":6432,"y":2208,"width":448,"height":64,"color":"1"},
|
||||
{"type":"text","text":"+5 points de compétence.","id":"18a702a65ad2d791","x":5920,"y":2880,"width":448,"height":64,"color":"4"},
|
||||
{"type":"text","text":"Choisissez une statistique. Toutes les compétences qui en dépendent gagnent un point. *N'augmente pas le maximum.*","id":"a650e6773e57376f","x":6432,"y":1760,"width":448,"height":128,"color":"1"},
|
||||
{"type":"text","text":"Le maximum de toutes les compétences est de 4 points, sauf s'il est déjà supérieur.\n+2 points de compétence.","id":"8be85c5fd9d4eec0","x":6432,"y":1536,"width":448,"height":128,"color":"1"},
|
||||
{"type":"text","text":"À chaque augmentation de modifieur, vous pouvez ajouter 1 point à n'importe quel compétence dont le maximum a été augmenté.","id":"f6fdb645af1a50cb","x":6432,"y":1312,"width":448,"height":128,"color":"1"},
|
||||
{"type":"text","text":"+4 points de compétence.","id":"38ee7e1b2b294537","x":5920,"y":1760,"width":448,"height":64,"color":"4"},
|
||||
{"type":"text","text":"Focus substats","id":"e4ac4564fc5b552a","x":6240,"y":1024,"width":160,"height":32,"color":"3"},
|
||||
{"type":"text","text":"6 points de compétence.\nVous ne pouvez pas utiliser d'objet consommable.","id":"e076d233d82edecb","x":6432,"y":64,"width":448,"height":96},
|
||||
|
|
@ -269,7 +261,7 @@
|
|||
{"type":"text","text":"12 (+4)","id":"1c35d43f1c660364","x":9280,"y":2656,"width":224,"height":64},
|
||||
{"type":"text","text":"","id":"2f514db6916df263","x":8704,"y":2656,"width":448,"height":64,"color":"6"},
|
||||
{"type":"text","text":"","id":"20f95cbc1dec7e18","x":8192,"y":2656,"width":448,"height":64,"color":"1"},
|
||||
{"type":"text","text":"","id":"48134676d2ed1570","x":7680,"y":2656,"width":448,"height":128,"color":"4"},
|
||||
{"type":"text","text":"Vous êtes capable d'improviser n'importe quelle [[Les œuvres|œuvre]] de rang 1, sans avoir à l'apprendre.","id":"48134676d2ed1570","x":7680,"y":2656,"width":448,"height":128,"color":"4"},
|
||||
{"type":"text","text":"Vous êtes capable de fabriquer des objets magiques d'une rareté accrue.","id":"8566b456611c64fa","x":6944,"y":2432,"width":448,"height":96,"color":"6"},
|
||||
{"type":"text","text":"Vous gagnez un bonus de +2 à votre jet de progression de fabrication.","id":"8026d584d0f0b0c5","x":6944,"y":2208,"width":448,"height":96,"color":"6"},
|
||||
{"type":"text","text":"","id":"6764abae9edac8b2","x":6944,"y":1984,"width":448,"height":64,"color":"6"},
|
||||
|
|
@ -342,7 +334,15 @@
|
|||
{"type":"text","text":"Vous pouvez maitriser un nombre de sort supplémentaires égal à votre modifieur d'intelligence.","id":"58b06ba556f33978","x":10656,"y":2208,"width":448,"height":96,"color":"6"},
|
||||
{"type":"text","text":"Vous gagnez un niveau dans une branche de l'[[Les évolutions de valeur.canvas#L'arbre de magie|arbre de magie]] dans laquelle vous avez déjà au moins un niveau.","id":"7bb08bfb70a81a33","x":10656,"y":1984,"width":448,"height":128,"color":"6"},
|
||||
{"type":"text","text":"Vous avez un bonus de +1 aux jets de résistance de [[Les effets#Apeuré|peur]] et de [[Les effets#Charmé|charme]] en tant qu'attaquant.","id":"79d14d8bea037a3b","x":10656,"y":1760,"width":448,"height":96,"color":"6"},
|
||||
{"type":"text","text":"Vous pouvez maitriser un nombre de sort supplémentaires égal à votre modifieur de psyché.","id":"2d85a4af9219057d","x":10656,"y":1536,"width":448,"height":96,"color":"6"}
|
||||
{"type":"text","text":"Vous pouvez maitriser un nombre de sort supplémentaires égal à votre modifieur de psyché.","id":"2d85a4af9219057d","x":10656,"y":1536,"width":448,"height":96,"color":"6"},
|
||||
{"type":"text","text":"À chaque montée de niveau, vous pouvez déplacer jusqu'à 3 points de compétence.\n+1 point de compétence.","id":"a6993f7a2e9f357a","x":6432,"y":1088,"width":448,"height":128,"color":"1"},
|
||||
{"type":"text","text":"","id":"1f5367ea78b52669","x":6432,"y":2432,"width":448,"height":64,"color":"1"},
|
||||
{"type":"text","text":"","id":"9cb96e72f5d92b69","x":6432,"y":1984,"width":448,"height":64,"color":"1"},
|
||||
{"type":"text","text":"","id":"04845f18fe94248e","x":6432,"y":2208,"width":448,"height":64,"color":"1"},
|
||||
{"type":"text","text":"Choisissez une statistique. Toutes les compétences qui en dépendent gagnent un point. *N'augmente pas le maximum.*","id":"a650e6773e57376f","x":6432,"y":1760,"width":448,"height":128,"color":"1"},
|
||||
{"type":"text","text":"Le maximum de toutes les compétences est de 4 points, sauf s'il est déjà supérieur.\n+2 points de compétence.","id":"8be85c5fd9d4eec0","x":6432,"y":1536,"width":448,"height":128,"color":"1"},
|
||||
{"type":"text","text":"À chaque augmentation de modifieur, vous pouvez ajouter 1 point à n'importe quel compétence dont le maximum a été augmenté.","id":"f6fdb645af1a50cb","x":6432,"y":1312,"width":448,"height":128,"color":"1"},
|
||||
{"type":"text","text":"Vous pouvez relancer un dé de compétence un nombre de fois égal à votre modifieur de [[L'entrainement#La curiosité|curiosité]] entre chaque [[Glossaire#Long repos|long repos]].","id":"7e5ac8113feaff18","x":6432,"y":2656,"width":448,"height":128,"color":"1"}
|
||||
],
|
||||
"edges":[
|
||||
{"id":"ce201168f6c982fd","fromNode":"ba5e77d2e433675c","fromSide":"bottom","toNode":"4e8ce1eff27b2d94","toSide":"top"},
|
||||
|
|
|
|||
|
|
@ -2,4 +2,8 @@
|
|||
Avec 2 actions, il vous est possible de jouer ou de maintenir une œuvre.
|
||||
Lorsque vous commencez à jouer votre œuvre, vous devez faire un jet de représentation. La difficulté est définie par l'œuvre jouée. En cas de réussite, son effet s'applique jusqu'à votre prochain tour, et doit être maintenue à chaque tour avec 2 actions.
|
||||
Une œuvre n'affecte que les personnes qui sont capable de l'entendre.
|
||||
Les œuvres sont classées par rang selon la difficulté d'interprétation.
|
||||
**Les œuvres sont classées par rang selon la difficulté d'interprétation.** Améliorer votre rang d'œuvre vous permet également d'apprendre à jouer d'un nouvel instrument.
|
||||
%%Quid de l'application des malus ? Reroll par tour ? Défenseur only ou attaquant + défenseur ?%%
|
||||
|
||||
## Apprendre une œuvre
|
||||
Pour apprendre à jouer une nouvelle œuvre, vous devez passer 1 jour d'activité légère par rang d'oeuvre pour
|
||||
Loading…
Reference in New Issue