Advertisement
Guest User

obsidian spell template

a guest
Mar 31st, 2023
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. ---
  2. name: {{name}}
  3. source: {{source}}
  4. page: {{page}}
  5. srd: {{srd}}
  6. basicRules: {{basicRules}}
  7. level: {{level}}
  8. school: {{school}}
  9. time: {{#each time}}
  10. - number: {{number}}
  11. unity: {{unit}}{{/each}}
  12. range:
  13. type: {{range.type}}
  14. distance:
  15. type: {{range.distance.type}}
  16. amount: {{range.distance.amount}}
  17. components:
  18. v: {{components.v}}
  19. s: {{components.s}}
  20. m: {{components.m}}
  21. duration: {{#each duration}}
  22. - type: {{type}}
  23. duration:
  24. type: {{duration.type}}
  25. amount: {{duration.amount}}{{/each}}
  26. entries: {{#each entries}}
  27. - {{this}}{{/each}}
  28. scalingLevelDice:
  29. label: {{scalingLevelDice.label}}
  30. scaling:
  31. {{#each scalingLevelDice.scaling}}
  32. {{@key}}: {{this}}
  33. {{/each}}
  34. damageInflict: {{#each damageInflict}}
  35. - {{this}}{{/each}}
  36. savingThrow: {{#each savingThrow}}
  37. - {{this}}{{/each}}
  38. miscTags: {{#each miscTags}}
  39. - {{this}}{{/each}}
  40. areaTags: {{#each areaTags}}
  41. - {{this}}{{/each}}
  42. classes:
  43. fromClassList: {{#each classes.fromClassList}}
  44. - name: {{name}}
  45. source: {{source}}{{/each}}
  46. fromSubclass: {{#each classes.fromSubclass}}
  47. - name: {{name}}
  48. source: {{source}}{{/each}}
  49. fromClassListVariant: {{#each classes.fromClassListVariant}}
  50. - name: {{name}}
  51. source: {{source}}
  52. definedInSource: {{definedInSource}}{{/each}}
  53. races: {{#each races}}
  54. - name: {{name}}
  55. source: {{source}}
  56. baseName: {{baseName}}
  57. baseSource: {{baseSource}}{{/each}}
  58. backgrounds: {{#each backgrounds}}
  59. - name: {{name}}
  60. source: {{source}}{{/each}}
  61. ---
  62.  
  63. > [!infobox|right]
  64. > # `=this.file.name`
  65. > ###### Stats
  66. > Type | Stat |
  67. > ---- | ---- |
  68. > Level | `=this.level` |
  69. > Casting Time | `=this.time.number` `=this.time.unity` |
  70. > Range | `=this.range.distance.amount` `=this.range.distance.type` (`=this.range.type`)|
  71. > Area | `=this.area` |
  72. > Components | `=this.components` |
  73. > Duration | `=this.Duration` |
  74. > School | `=this.school` |
  75. > Attack/Save | `=this.attackSave` |
  76. > Damage/Effect | `=this.damageEffect` |
  77. > Classes | `=this.classes` |
  78.  
  79. # `=this.file.name`
  80.  
  81. ``` dataview
  82. LIST WITHOUT ID entries
  83. WHERE file = this.file
  84. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement