Skip to content

Commit

Permalink
Define both gridDistance and grid.distance to maintain backwards comp…
Browse files Browse the repository at this point in the history
…atibility with v11 and remove warnings from v12
  • Loading branch information
andrewbeard committed Jun 3, 2024
1 parent 60584de commit 543269f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions system/system.json
Original file line number Diff line number Diff line change
Expand Up @@ -298,10 +298,14 @@
]
}
],
"grid": {
"distance": 5,
"units": "ft"
},
"gridDistance": 5,
"gridUnits": "ft",
"socket": true,
"gridDistance": 5,
"initiative": "@initiativeFormula + @initiativeBonus",
"primaryTokenAttribute": "attributes.hp",
"gridUnits": "ft",
"background": "systems/shadowdark/assets/artwork/GM_Screen_Final_Drawing_Elongated.webp"
}

0 comments on commit 543269f

Please sign in to comment.