Variable equipmentSlotsConst
equipmentSlots: {
armor: {
armor: string;
};
clothing: {
clothing: string;
};
other: {
other: string;
};
shield: {
shield: string;
};
wondrous: {
belt: string;
body: string;
chest: string;
eyes: string;
feet: string;
hands: string;
head: string;
headband: string;
neck: string;
ring: string;
shoulders: string;
slotless: string;
wrists: string;
};
} = ...
Type declaration
armor: {
armor: string;
}
clothing: {
clothing: string;
}
other: {
other: string;
}
shield: {
shield: string;
}
wondrous: {
belt: string;
body: string;
chest: string;
eyes: string;
feet: string;
hands: string;
head: string;
headband: string;
neck: string;
ring: string;
shoulders: string;
slotless: string;
wrists: string;
}
belt: string
body: string
chest: string
eyes: string
feet: string
hands: string
head: string
headband: string
neck: string
ring: string
shoulders: string
slotless: string
wrists: string
The slots equipment can occupy, sorted by category