Feb 2, 2024 1:09 am
I am failing with the JSON Coding.
I want to change The following into player sheets with the same names.
I need to add the code to the below but it is not working.
Can anyone help.
I tried this and it didn't work.
{"background": {"image": ""},
"diceRules": [
{"rolled": "d20","natural": 20,"highlight": "success bold underline"},
{"rolled": "d20","natural": 1,"highlight": "fail bold underline"},
{"rolled": "d20","reason": "DC##","total": "<##","contentAppend": "❌(Check Chart)","highlight": "fail invert bold"},
{"rolled": "d20","reason": "DC##","total": ">=##","contentAppend": "✅(Check Chart)","highlight": "success invert bold"},
{"rolled": "d20","reason": "AC##","total": "<##","contentAppend": "❌(Check Chart)","highlight": "fail invert bold"},
{"rolled": "d20","reason": "AC##","total": ">=##","contentAppend": "✅(Check Chart)","highlight": "success invert bold"}
],
"characterSheetIntegration": {"gmSheets": [
{"DnD5e SRD Equipment": "custom/20816"},
{"DnD 5e": "custom/20680"},
{"Dnd5e SRD Spells": "custom/28289"},
{"Fantasy NPCs": "custom/20682"}
],
"gmExcludeNpcs": false,"gmExcludePcs": false},
"diceDefaults": {}
}
I want to change The following into player sheets with the same names.
{"DnD5e SRD Equipment": "custom/20816"},
{"DnD 5e": "custom/20680"},
{"Dnd5e SRD Spells": "custom/28289"},
I need to add the code to the below but it is not working.
, "playerSheets": [{"DnD5e SRD Equipment": "custom/20816"},
{"DnD 5e": "custom/20680"},
{"Dnd5e SRD Spells": "custom/28289"},]},
Can anyone help.
I tried this and it didn't work.
{"background": {"image": ""},
"diceRules": [
{"rolled": "d20","natural": 20,"highlight": "success bold underline"},
{"rolled": "d20","natural": 1,"highlight": "fail bold underline"},
{"rolled": "d20","reason": "DC##","total": "<##","contentAppend": "❌(Check Chart)","highlight": "fail invert bold"},
{"rolled": "d20","reason": "DC##","total": ">=##","contentAppend": "✅(Check Chart)","highlight": "success invert bold"},
{"rolled": "d20","reason": "AC##","total": "<##","contentAppend": "❌(Check Chart)","highlight": "fail invert bold"},
{"rolled": "d20","reason": "AC##","total": ">=##","contentAppend": "✅(Check Chart)","highlight": "success invert bold"}
],
"characterSheetIntegration": {"playerSheets": [{"DnD5e SRD Equipment": "custom/20816", "DnD 5e": "custom/20680", "Dnd5e SRD Spells": "custom/28289"}],
"gmExcludeNpcs": false,"gmExcludePcs": false},
"diceDefaults": {}
}