mounts: simpler, cleaner breakdown of potion rarity

This commit is contained in:
Tyler Renelle
2013-11-14 12:34:11 -08:00
parent ba548ed67b
commit a52eaee62f
4 changed files with 20 additions and 41 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ items = module.exports.items =
#{text: 'Polar Bear Cub', name: 'PolarBearCub', value: 3}
hatchingPotions:
Base: value: 1, text: 'Base'
Base: value: 2, text: 'Base'
White: value: 2, text: 'White'
Desert: value: 2, text: 'Desert'
Red: value: 3, text: 'Red'