mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-01 04:32:28 +00:00
4 lines
429 B
Plaintext
4 lines
429 B
Plaintext
<%- include('skill.ejs', {name: "astral",category:category,selected:"intuition"}); %>
|
|
<%- include('skill.ejs', {name: "conjuring",category:category,selected:"magic",options:["conjuring","banishing"]}); %>
|
|
<%- include('skill.ejs', {name: "sorcery",category:category,selected:"magic",options:["spellingcasting","rituals","counterspelling"]}); %>
|
|
<%- include('skill.ejs', {name: "enchanting",category:category,selected:"magic"}); %> |