import SKILLS from '@constants/skills'; const skills = { "Tree One": { "0": { "?": { text: "?", type: SKILLS.ACTION_SKILL, ranks: 0, effect: rank => `?`, }, }, }, "Tree Two": { "0": { "?": { text: "?", type: SKILLS.ACTION_SKILL, effect: rank => `?`, }, }, }, "Tree Three": { "0": { "?": { text: "?", type: SKILLS.ACTION_SKILL, effect: rank => `?`, }, }, }, }; export default skills;