class Sticker {
    /** @constructor */
    constructor(name, techName, defIndex,rarity){
        this.name = name;
        this.techName = techName;