screeps-api
    Preparing search index...

    Interface DecorationBase

    Properties common to all decoration types

    interface DecorationBase {
        __v: number;
        _id: string;
        enabled?: boolean;
        group: string;
        groupDescription: string | null;
        name: string;
        preview: { "128x128": string; "256x256": string; original: string };
        rarity: number;
        rarityMultiplier?: number;
        steam: number;
        steamItemDefId: number;
        theme: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    __v: number

    Appears to always be 0

    _id: string
    enabled?: boolean

    Whether or not this decoration is being used somewhere

    group: string

    Group ID

    groupDescription: string | null
    name: string
    preview: { "128x128": string; "256x256": string; original: string }

    Preview image asset URLs

    rarity: number

    Number from 1 (least rare) to 5 (most rare)

    rarityMultiplier?: number
    steam: number
    steamItemDefId: number
    theme: string

    Theme ID