mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-06 16:32:40 +00:00
Remixed Feature names to be shorter.
This commit is contained in:
@@ -4,33 +4,31 @@ const features = [
|
|||||||
'Astrological Botany',
|
'Astrological Botany',
|
||||||
'Astrological Chemistry',
|
'Astrological Chemistry',
|
||||||
'Biochemical Sorcery',
|
'Biochemical Sorcery',
|
||||||
'Civil Alchemy',
|
'Civil Divination',
|
||||||
'Consecrated Biochemistry',
|
'Consecrated Augury',
|
||||||
'Demonic Anthropology',
|
'Demonic Anthropology',
|
||||||
'Divinatory Mineralogy',
|
'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',
|
'Exo Interfacer',
|
||||||
|
'Genetic Banishing',
|
||||||
'Gunpowder Torturer',
|
'Gunpowder Torturer',
|
||||||
'Orbital Gravedigger',
|
'Gunslinger Corruptor',
|
||||||
'Phased Linguist',
|
'Hermetic Geography',
|
||||||
'Mathematical Pharmacist',
|
'Immunological Cultist',
|
||||||
'Plasma Outlaw',
|
|
||||||
'Malefic Chemist',
|
'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',
|
const classnames = ['Archivist', 'Fancyman', 'Linguist', 'Fletcher',
|
||||||
@@ -79,7 +77,7 @@ module.exports = {
|
|||||||
const res = [
|
const res = [
|
||||||
_.pad(levelName, 5),
|
_.pad(levelName, 5),
|
||||||
_.pad(`+${profBonus[level]}`, 11),
|
_.pad(`+${profBonus[level]}`, 11),
|
||||||
_.padEnd(getFeature(level), 55),
|
_.padEnd(getFeature(level), 48),
|
||||||
_.pad(cantrips.toString(), 8),
|
_.pad(cantrips.toString(), 8),
|
||||||
_.pad(spells.toString(), 6),
|
_.pad(spells.toString(), 6),
|
||||||
drawSlots(slots, 9, 3),
|
drawSlots(slots, 9, 3),
|
||||||
@@ -104,7 +102,7 @@ module.exports = {
|
|||||||
const res = [
|
const res = [
|
||||||
_.pad(levelName, 5),
|
_.pad(levelName, 5),
|
||||||
_.pad(`+${profBonus[level]}`, 17),
|
_.pad(`+${profBonus[level]}`, 17),
|
||||||
_.padEnd(getFeature(level), 55),
|
_.padEnd(getFeature(level), 48),
|
||||||
_.pad(`+${featureScore}`, 26),
|
_.pad(`+${featureScore}`, 26),
|
||||||
].join(' | ');
|
].join(' | ');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user