Files
roll20-character-sheets/Shadowrun6th-German/views/skillsmagic.ejs
T
2021-03-26 15:19:51 +01:00

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"}); %>