cassoid
Version:
Cassoid, Foundry and your guide to weapon crafting
29 lines (27 loc) • 361 B
JavaScript
//
// This will be order in which the bars are presented.
//
const order = [
'blast',
'velocity',
'impact',
'swing',
'charge-rate',
'guard-res',
'guard-eff',
'guard-end',
'accuracy',
'range',
'stability',
'handling',
'reload',
'aa',
'ae',
'zoom',
'rd',
'rpm',
'chargetime',
'draw',
'mag'
];
module.exports = { order }