forked from decentraland/marketplace
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: halloween 2020 (decentraland#233)
- Loading branch information
1 parent
c9cbb49
commit 646b3a0
Showing
9 changed files
with
172 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,157 @@ | ||
import { Wearable } from './Wearable' | ||
|
||
export let halloween_2020: Wearable[] = [ | ||
new Wearable( | ||
'hwn_2020_cat_eyes', | ||
'Cat Eyes - Halloween 2020', | ||
'Exclusive Halloween 2020 Collection. Awarded as Treasure Hunt prize.', | ||
'eyes', | ||
'uncommon', | ||
['BaseMale', 'BaseFemale'] | ||
), | ||
new Wearable( | ||
'hwn_2020_ddlm_01_eyes', | ||
'Dia de los Muertos Eyes - Halloween 2020', | ||
'Exclusive Halloween 2020 Collection. Awarded as Treasure Hunt prize.', | ||
'eyes', | ||
'epic', | ||
['BaseMale', 'BaseFemale'] | ||
), | ||
new Wearable( | ||
'hwn_2020_ddlm_02_eyes', | ||
'Dia de los Muertos Skull Eyes - Halloween 2020', | ||
'Exclusive Halloween 2020 Collection. Awarded as Treasure Hunt prize.', | ||
'eyes', | ||
'legendary', | ||
['BaseMale', 'BaseFemale'] | ||
), | ||
new Wearable( | ||
'hwn_2020_ddlm_03_eyes', | ||
'Dia de los Muertos Flower Eyes - Halloween 2020', | ||
'Exclusive Halloween 2020 Collection. Awarded as Treasure Hunt prize.', | ||
'eyes', | ||
'legendary', | ||
['BaseMale', 'BaseFemale'] | ||
), | ||
new Wearable( | ||
'hwn_2020_cult_servant_feet', | ||
'Evil Cult Servant Boots - Halloween 2020', | ||
'Exclusive Halloween 2020 Collection. Awarded as Treasure Hunt prize.', | ||
'feet', | ||
'epic', | ||
['BaseMale', 'BaseFemale'] | ||
), | ||
new Wearable( | ||
'hwn_2020_cult_supreme_feet', | ||
'Evil Cult Supreme Boots - Halloween 2020', | ||
'Exclusive Halloween 2020 Collection. Awarded as Treasure Hunt prize.', | ||
'feet', | ||
'mythic', | ||
['BaseMale', 'BaseFemale'] | ||
), | ||
new Wearable( | ||
'hwn_2020_cult_servant_helmet', | ||
'Helmet of Servant of Evil Cult', | ||
'Exclusive Halloween 2020 Collection. Awarded as Treasure Hunt prize.', | ||
'helmet', | ||
'epic', | ||
['BaseMale', 'BaseFemale'] | ||
), | ||
new Wearable( | ||
'hwn_2020_cult_supreme_helmet', | ||
'Helmet of Supreme of Evil Cult', | ||
'Exclusive Halloween 2020 Collection. Awarded as Treasure Hunt prize.', | ||
'helmet', | ||
'mythic', | ||
['BaseMale', 'BaseFemale'] | ||
), | ||
new Wearable( | ||
'hwn_2020_cult_servant_lower_body', | ||
'Pants of Servant of Evil Cult - Halloween 2020', | ||
'Exclusive Halloween 2020 Collection. Awarded as Treasure Hunt prize.', | ||
'lower_body', | ||
'epic', | ||
['BaseMale', 'BaseFemale'] | ||
), | ||
new Wearable( | ||
'hwn_2020_cult_supreme_lower_body', | ||
'Pants of Supreme of Evil Cult - Halloween 2020', | ||
'Exclusive Halloween 2020 Collection. Awarded as Treasure Hunt prize.', | ||
'lower_body', | ||
'mythic', | ||
['BaseMale', 'BaseFemale'] | ||
), | ||
new Wearable( | ||
'hwn_2020_ghostblaster_lower_body', | ||
'GhostBlaster Pants - Halloween 2020', | ||
'Exclusive Halloween 2020 Collection. Awarded as Treasure Hunt prize.', | ||
'lower_body', | ||
'epic', | ||
['BaseMale', 'BaseFemale'] | ||
), | ||
new Wearable( | ||
'hwn_2020_creepy_mouth', | ||
'Creepy Mouth - Halloween 2020', | ||
'Exclusive Halloween 2020 Collection. Awarded as Treasure Hunt prize.', | ||
'mouth', | ||
'uncommon', | ||
['BaseMale', 'BaseFemale'] | ||
), | ||
new Wearable( | ||
'hwn_2020_ddlm_mouth', | ||
'Dia de los Muertos Mouth - Halloween 2020', | ||
'Exclusive Halloween 2020 Collection. Awarded as Treasure Hunt prize.', | ||
'mouth', | ||
'legendary', | ||
['BaseMale', 'BaseFemale'] | ||
), | ||
new Wearable( | ||
'hwn_2020_dracula_mouth', | ||
'Dracula Mouth - Halloween 2020', | ||
'Exclusive Halloween 2020 Collection. Awarded as Treasure Hunt prize.', | ||
'mouth', | ||
'legendary', | ||
['BaseMale', 'BaseFemale'] | ||
), | ||
new Wearable( | ||
'hwn_2020_pumpkin_mouth', | ||
'Pumpkin Mouth - Halloween 2020', | ||
'Exclusive Halloween 2020 Collection. Awarded as Treasure Hunt prize.', | ||
'mouth', | ||
'epic', | ||
['BaseMale', 'BaseFemale'] | ||
), | ||
new Wearable( | ||
'hwn_2020_ghostblaster_tiara', | ||
'GhostBlaster NightVision Device', | ||
'Exclusive Halloween 2020 Collection. Awarded as Treasure Hunt prize.', | ||
'tiara', | ||
'epic', | ||
['BaseMale', 'BaseFemale'] | ||
), | ||
new Wearable( | ||
'hwn_2020_cult_servant_upper_body', | ||
'Servent of Evil Cult Suit- Halloween 2020', | ||
'Exclusive Halloween 2020 Collection. Awarded as Treasure Hunt prize.', | ||
'upper_body', | ||
'epic', | ||
['BaseMale', 'BaseFemale'] | ||
), | ||
new Wearable( | ||
'hwn_2020_cult_supreme_upper_body', | ||
'Supreme of Evil Cult Suit - Halloween 2020', | ||
'Exclusive Halloween 2020 Collection. Awarded as Treasure Hunt prize.', | ||
'upper_body', | ||
'mythic', | ||
['BaseMale', 'BaseFemale'] | ||
), | ||
new Wearable( | ||
'hwn_2020_ghostblaster_upper_body', | ||
'GhostBlaster Suit - Halloween 2020', | ||
'Exclusive Halloween 2020 Collection. Awarded as Treasure Hunt prize.', | ||
'upper_body', | ||
'epic', | ||
['BaseMale', 'BaseFemale'] | ||
) | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters