<%- include('attributeshort.ejs', {name: "body"}); %>
<%- include('attributeshort.ejs', {name: "agility"}); %>
<%- include('attributeshort.ejs', {name: "reaction"}); %>
<%- include('attributeshort.ejs', {name: "strength"}); %>
<%- include('attributeshort.ejs', {name: "willpower"}); %>
<%- include('attributeshort.ejs', {name: "logic"}); %>
<%- include('attributeshort.ejs', {name: "intuition"}); %>
<%- include('attributeshort.ejs', {name: "charisma"}); %>
<%- include('attributeshort.ejs', {name: "edge"}); %>
<%- include('attributesecondshort.ejs', {name: "composure",attrshort1:"cha",attrshort2:"wil"}); %>
<%- include('attributesecondshort.ejs', {name: "judgeintent",attrshort1:"int",attrshort2:"wil"}); %>
<%- include('attributesecondshort.ejs', {name: "memory",attrshort1:"log",attrshort2:"int"}); %>
<%- include('attributesecondshort.ejs', {name: "liftcarry",attrshort1:"bod",attrshort2:"wil"}); %>