This commit is contained in:
95
.obsidian/plugins/obsidian-dice-roller/data.json
vendored
Normal file
95
.obsidian/plugins/obsidian-dice-roller/data.json
vendored
Normal file
@@ -0,0 +1,95 @@
|
||||
{
|
||||
"position": "RIGHT",
|
||||
"showFudgeIcon": false,
|
||||
"rollLinksForTags": false,
|
||||
"copyContentButton": true,
|
||||
"customFormulas": [],
|
||||
"displayFormulaForMod": true,
|
||||
"displayResultsInline": false,
|
||||
"displayFormulaAfter": false,
|
||||
"escapeDiceMod": true,
|
||||
"signed": false,
|
||||
"displayLookupRoll": true,
|
||||
"formulas": {},
|
||||
"defaultRoll": 1,
|
||||
"defaultFace": 100,
|
||||
"renderer": false,
|
||||
"renderAllDice": false,
|
||||
"addToView": false,
|
||||
"renderTime": 2000,
|
||||
"colorfulDice": false,
|
||||
"scaler": 1,
|
||||
"diceColor": "#202020",
|
||||
"textColor": "#ffffff",
|
||||
"textFont": "Arial",
|
||||
"showLeafOnStartup": true,
|
||||
"narrativeSymbolSet": "Genesys",
|
||||
"displayAsSymbols": false,
|
||||
"displayAsEmbed": true,
|
||||
"round": "None",
|
||||
"initialDisplay": "Roll",
|
||||
"icons": [
|
||||
{
|
||||
"id": "dice-roller-d4",
|
||||
"shape": "Triangle",
|
||||
"formula": "d4",
|
||||
"text": "4"
|
||||
},
|
||||
{
|
||||
"id": "dice-roller-d6",
|
||||
"shape": "Square",
|
||||
"formula": "d6",
|
||||
"text": "6"
|
||||
},
|
||||
{
|
||||
"id": "dice-roller-d8",
|
||||
"shape": "Diamond",
|
||||
"formula": "d8",
|
||||
"text": "8"
|
||||
},
|
||||
{
|
||||
"id": "dice-roller-d10",
|
||||
"shape": "Diamond",
|
||||
"formula": "d10",
|
||||
"text": "10"
|
||||
},
|
||||
{
|
||||
"id": "dice-roller-d12",
|
||||
"shape": "Dodecahedron",
|
||||
"formula": "d12",
|
||||
"text": "12"
|
||||
},
|
||||
{
|
||||
"id": "dice-roller-d20",
|
||||
"shape": "Icosahedron",
|
||||
"formula": "d20",
|
||||
"text": "20"
|
||||
},
|
||||
{
|
||||
"id": "dice-roller-d100",
|
||||
"shape": "Circle",
|
||||
"formula": "d%",
|
||||
"text": "%"
|
||||
}
|
||||
],
|
||||
"showRenderNotice": true,
|
||||
"diceModTemplateFolders": {},
|
||||
"replaceDiceModInLivePreview": true,
|
||||
"version": "11.4.1",
|
||||
"viewResults": [
|
||||
{
|
||||
"result": "6",
|
||||
"original": "1d8",
|
||||
"resultText": "1d8\n[6]",
|
||||
"timestamp": 1755763860762,
|
||||
"id": "iTpDdFVRZUh6"
|
||||
},
|
||||
{
|
||||
"result": "14",
|
||||
"original": "1d20",
|
||||
"resultText": "1d20\n[14]",
|
||||
"timestamp": 1755765210205,
|
||||
"id": "iE0JIsxgY7nz"
|
||||
}
|
||||
]
|
||||
}
|
||||
3107
.obsidian/plugins/obsidian-dice-roller/main.js
vendored
Normal file
3107
.obsidian/plugins/obsidian-dice-roller/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/obsidian-dice-roller/manifest.json
vendored
Normal file
10
.obsidian/plugins/obsidian-dice-roller/manifest.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "obsidian-dice-roller",
|
||||
"name": "Dice Roller",
|
||||
"version": "11.4.1",
|
||||
"minAppVersion": "0.12.15",
|
||||
"description": "Inline dice rolling for Obsidian.md",
|
||||
"author": "Jeremy Valentine",
|
||||
"authorUrl": "",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
1
.obsidian/plugins/obsidian-dice-roller/styles.css
vendored
Normal file
1
.obsidian/plugins/obsidian-dice-roller/styles.css
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user