Pokebag/data-sdk

View on GitHub
src/models/RSB.js

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
/**
 * An RSB hit
 * @typedef {Object} RSBHit
 * @property {number} base
 * @property {string} damageType
 * @property {string} label
 * @property {number} ratio
 * @property {number} slider
 */

/**
 * An RSB
 * @typedef {Object} RSB
 * @property {string} id
 * @property {string} skillID
 * @property {string} pokemonID
 * @property {RSBHit[]} hits
 */