From 9d5130154be7c2d65de18524611e51881ff7a89b Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Fri, 27 Aug 2021 12:29:11 -0400 Subject: [PATCH] Remixed Feature names to be shorter. --- .../snippetbar/snippets/classtable.gen.js | 46 +++++++++---------- 1 file changed, 22 insertions(+), 24 deletions(-) diff --git a/client/homebrew/editor/snippetbar/snippets/classtable.gen.js b/client/homebrew/editor/snippetbar/snippets/classtable.gen.js index 0055adf65..789d15b68 100644 --- a/client/homebrew/editor/snippetbar/snippets/classtable.gen.js +++ b/client/homebrew/editor/snippetbar/snippets/classtable.gen.js @@ -4,33 +4,31 @@ const features = [ 'Astrological Botany', 'Astrological Chemistry', 'Biochemical Sorcery', - 'Civil Alchemy', - 'Consecrated Biochemistry', + 'Civil Divination', + 'Consecrated Augury', 'Demonic Anthropology', 'Divinatory Mineralogy', - 'Genetic Banishing', - 'Hermetic Geography', - 'Immunological Incantations', - 'Nuclear Illusionism', - 'Ritual Astronomy', - 'Seismological Divination', - 'Spiritual Biochemistry', - 'Statistical Occultism', - 'Police Necromancer', - 'Sixgun Poisoner', - 'Pharmaceutical Gunslinger', - 'Infernal Banker', - 'Spell Analyst', - 'Gunslinger Corruptor', - 'Torque Interfacer', 'Exo Interfacer', + 'Genetic Banishing', 'Gunpowder Torturer', - 'Orbital Gravedigger', - 'Phased Linguist', - 'Mathematical Pharmacist', - 'Plasma Outlaw', + 'Gunslinger Corruptor', + 'Hermetic Geography', + 'Immunological Cultist', 'Malefic Chemist', - 'Police Cultist' + 'Mathematical Pharmacy', + 'Nuclear Biochemistry', + 'Orbital Gravedigger', + 'Pharmaceutical Outlaw', + 'Phased Linguist', + 'Plasma Gunslinger', + 'Police Necromancer', + 'Ritual Astronomy', + 'Sixgun Poisoner', + 'Seismological Alchemy', + 'Spiritual Illusionism', + 'Statistical Occultism', + 'Spell Analyst', + 'Torque Interfacer' ]; const classnames = ['Archivist', 'Fancyman', 'Linguist', 'Fletcher', @@ -79,7 +77,7 @@ module.exports = { const res = [ _.pad(levelName, 5), _.pad(`+${profBonus[level]}`, 11), - _.padEnd(getFeature(level), 55), + _.padEnd(getFeature(level), 48), _.pad(cantrips.toString(), 8), _.pad(spells.toString(), 6), drawSlots(slots, 9, 3), @@ -104,7 +102,7 @@ module.exports = { const res = [ _.pad(levelName, 5), _.pad(`+${profBonus[level]}`, 17), - _.padEnd(getFeature(level), 55), + _.padEnd(getFeature(level), 48), _.pad(`+${featureScore}`, 26), ].join(' | ');