- Added 'obsidian-plantuml' plugin to community-plugins.json for diagram rendering. - Updated graph.json to enable color group collapsing and added specific color queries for primary and secondary spells. - Introduced types.json to define node types and their aliases. - Modified workspace.json to reflect new tab IDs and updated file references for better organization. - Added new markdown files detailing spells and their effects, including a comprehensive skill tree for the 'Light' node.
37 lines
817 B
JSON
37 lines
817 B
JSON
{
|
|
"collapse-filter": false,
|
|
"search": "",
|
|
"showTags": true,
|
|
"showAttachments": true,
|
|
"hideUnresolved": false,
|
|
"showOrphans": true,
|
|
"collapse-color-groups": true,
|
|
"colorGroups": [
|
|
{
|
|
"query": "path:Спелы/Начинания/Первичные ",
|
|
"color": {
|
|
"a": 1,
|
|
"rgb": 14441727
|
|
}
|
|
},
|
|
{
|
|
"query": "path:Спелы/Начинания/Вторичные ",
|
|
"color": {
|
|
"a": 1,
|
|
"rgb": 14441727
|
|
}
|
|
}
|
|
],
|
|
"collapse-display": false,
|
|
"showArrow": false,
|
|
"textFadeMultiplier": 0,
|
|
"nodeSizeMultiplier": 1,
|
|
"lineSizeMultiplier": 1,
|
|
"collapse-forces": false,
|
|
"centerStrength": 0.518713248970312,
|
|
"repelStrength": 10,
|
|
"linkStrength": 1,
|
|
"linkDistance": 250,
|
|
"scale": 0.7132754626224395,
|
|
"close": true
|
|
} |