UNPKG

cassoid

Version:

Cassoid, Foundry and your guide to weapon crafting

37 lines (35 loc) 794 B
module.exports = { // // Names of various of weapon stats // 'blast': 'Blast Radius', 'velocity': 'Velocity', 'impact': 'Impact', 'swing': 'Swing Speed', 'charge-rate': 'Charge Rate', 'guard-res': 'Guard Resistance', 'guard-eff': 'Guard Effeciency', 'guard-end': 'Guard Endurance', 'accuracy': 'Accuracy', 'range': 'Range', 'stability': 'Stability', 'handling': 'Handling', 'reload': 'Reload', 'aa': 'Aim Assistance', 'ae': 'Airborne Effectiveness', 'zoom': 'Zoom', 'rd': 'Recoil Direction', 'rpm': 'Rounds Per Minute', 'chargetime': 'Charge Time', 'draw': 'Draw Time', 'mag': 'Magazine', // // Weapon elements. // 'arc': 'Arc', 'solar': 'Solar', 'void': 'Void', 'stasis': 'Stasis', 'strand': 'Strand', 'kinetic': 'Kinetic', }