K3WNZEBXI43QP7OTFOZ6NBDUBBRJSKKMRYVH3GFGTAVVJCNAU2VQC
const r = Math.floor(Math.random() * 3) as 0 | 1 | 2;
const resource = Object.values(ResourceNontrivialType)[r];
// const r = Math.floor(Math.random() * 3) as 0 | 1 | 2;
// const resource = Object.values(ResourceNontrivialType)[r];
const resource = ResourceType.Mana0;