feat: Add set property to content

This commit is contained in:
Blade Barringer
2016-03-15 08:34:10 -05:00
parent 9508ed45df
commit 146810a3e9
2 changed files with 12 additions and 4 deletions

View File

@@ -39,10 +39,12 @@ each(GEAR_TYPES, (type) => {
each(allGearTypes, (klass) => {
each(gear[type][klass], (item, index) => {
let key = `${type}_${klass}_${index}`;
let set = `${klass}-${index}`;
defaults(item, {
type,
key,
set,
klass,
index,
str: 0,