Updated shop items

This commit is contained in:
Eduard Urbach 2017-11-17 12:53:59 +01:00
parent 382fc804d1
commit 82bb1e7fc0

View File

@ -18,7 +18,7 @@ Includes:
* Special highlight on the forums * Special highlight on the forums
* Access to the VIP channel on Discord * Access to the VIP channel on Discord
* PRO star on your profile * PRO star on your profile
* High priority for your personal suggestions * High priority for your suggestions
* Early access to new features`, * Early access to new features`,
Icon: "star", Icon: "star",
Rarity: arn.ItemRaritySuperior, Rarity: arn.ItemRaritySuperior,
@ -40,7 +40,7 @@ Includes:
* Special highlight on the forums * Special highlight on the forums
* Access to the VIP channel on Discord * Access to the VIP channel on Discord
* PRO star on your profile * PRO star on your profile
* High priority for your personal suggestions * High priority for your suggestions
* Early access to new features`, * Early access to new features`,
Icon: "star", Icon: "star",
Rarity: arn.ItemRarityRare, Rarity: arn.ItemRarityRare,
@ -62,7 +62,7 @@ Includes:
* Special highlight on the forums * Special highlight on the forums
* Access to the VIP channel on Discord * Access to the VIP channel on Discord
* PRO star on your profile * PRO star on your profile
* High priority for your personal suggestions * High priority for your suggestions
* Early access to new features`, * Early access to new features`,
Icon: "star", Icon: "star",
Rarity: arn.ItemRarityUnique, Rarity: arn.ItemRarityUnique,
@ -84,27 +84,27 @@ Includes:
* Special highlight on the forums * Special highlight on the forums
* Access to the VIP channel on Discord * Access to the VIP channel on Discord
* PRO star on your profile * PRO star on your profile
* High priority for your personal suggestions * High priority for your suggestions
* Early access to new features`, * Early access to new features`,
Icon: "star", Icon: "star",
Rarity: arn.ItemRarityLegendary, Rarity: arn.ItemRarityLegendary,
Order: 4, Order: 4,
Consumable: true, Consumable: true,
}, },
&arn.Item{ // &arn.Item{
ID: "anime-support-ticket", // ID: "anime-support-ticket",
Name: "Anime Support Ticket", // Name: "Anime Support Ticket",
Price: 100, // Price: 100,
Description: `Support the makers of your favourite anime by using an anime support ticket. // Description: `Support the makers of your favourite anime by using an anime support ticket.
Anime Notifier uses 15% of the money to handle the transaction fees while the remaining 85% go directly // Anime Notifier uses 15% of the money to handle the transaction fees while the remaining 85% go directly
to the studios involved in the creation of your favourite anime. // to the studios involved in the creation of your favourite anime.
*This feature is work in progress.*`, // *This feature is work in progress.*`,
Icon: "ticket", // Icon: "ticket",
Rarity: arn.ItemRarityRare, // Rarity: arn.ItemRarityRare,
Order: 5, // Order: 5,
Consumable: false, // Consumable: false,
}, // },
} }
func main() { func main() {