export default class CelestopolItem extends Item { /** @override */ getRollData() { return this.toObject(false).system } }