Skip to content

Commit

Permalink
feat: update collections (decentraland#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicosantangelo authored Nov 2, 2020
1 parent c4926e4 commit 9420543
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions indexer/src/data/wearables/dc_meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ export let dc_meta: Wearable[] = [
new Wearable(
'meta_hair',
'DC META 01000100',
'01000100 01000011 00100000 01001101 01000101 01010100 01000001 00100000 01100110 01100101 01100101 01110100',
'01000100 01000011 00100000 01001101 01000101 01010100 01000001 00100000 01001000 01100001 01101001 01110010',
'hair',
'mythic',
['BaseMale', 'BaseFemale']
),
new Wearable(
'meta_helmet',
'DC META 01001101',
'DC META 01000011',
'01000100 01000011 00100000 01001101 01000101 01010100 01000001 00100000 01101101 01101001 01101110 01100100',
'helmet',
'mythic',
Expand All @@ -28,7 +28,7 @@ export let dc_meta: Wearable[] = [
new Wearable(
'meta_lower_body',
'DC META 01010100',
'01000100 01000011 00100000 01001101 01000101 01010100 01000001 00100000 01101101 01101001 01101110 01100100',
'01000100 01000011 00100000 01001101 01000101 01010100 01000001 00100000 01101100 01100101 01100111 01110011',
'lower_body',
'mythic',
['BaseMale', 'BaseFemale']
Expand Down
12 changes: 6 additions & 6 deletions indexer/src/data/wearables/pm_dreamverse_eminence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,47 +3,47 @@ import { Wearable } from './Wearable'
export let pm_dreamverse_eminence: Wearable[] = [
new Wearable(
'pm_dreamverse_eminence_boots',
'Boots Dreamverse Eminence collection',
'Ethereal Dreamer Boots',
'Expanding the Polygonal Mind Collection adding now the Dreamverse Eminence set',
'feet',
'mythic',
['BaseMale', 'BaseFemale']
),
new Wearable(
'pm_dreamverse_eminence_cap',
'Cap Dreamverse Eminence collection',
'Ethereal Sage Hat',
'Expanding the Polygonal Mind Collection adding now the Dreamverse Eminence set',
'hat',
'mythic',
['BaseMale', 'BaseFemale']
),
new Wearable(
'pm_dreamverse_eminence_hat_visor',
'Visor Dreamverse Eminence collection',
'Lucid Visionary Crown',
'Expanding the Polygonal Mind Collection adding now the Dreamverse Eminence set',
'hat',
'mythic',
['BaseMale', 'BaseFemale']
),
new Wearable(
'pm_dreamverse_eminence_pants',
'Pants Dreamverse Eminence collection',
'Dream Bourgeois Breeches',
'Expanding the Polygonal Mind Collection adding now the Dreamverse Eminence set',
'lower_body',
'mythic',
['BaseMale', 'BaseFemale']
),
new Wearable(
'pm_dreamverse_eminence_jacket',
'Jacket Dreamverse Eminence collection',
'Dream Oracle Jacket',
'Expanding the Polygonal Mind Collection adding now the Dreamverse Eminence set',
'upper_body',
'mythic',
['BaseMale', 'BaseFemale']
),
new Wearable(
'pm_dreamverse_eminence_sweater',
'Sweater Dreamverse Eminence collection',
'Lucid Meditation Tunic',
'Expanding the Polygonal Mind Collection adding now the Dreamverse Eminence set',
'upper_body',
'mythic',
Expand Down

0 comments on commit 9420543

Please sign in to comment.