Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/FortuneMaker.activity
diff options
context:
space:
mode:
authorJustin Lewis <jtl1728@rit.edu>2010-02-01 18:21:12 (GMT)
committer Justin Lewis <jtl1728@rit.edu>2010-02-01 18:21:12 (GMT)
commit2f317fd9ad7dc1dc8fdac675fbdde955ed87b60f (patch)
tree014a0d9be02b4a1d9fef61f8e891dd0806e91650 /FortuneMaker.activity
parent38881de36ff8e50462f75d2fdf7ee320a0297b45 (diff)
Added items to constants.
Diffstat (limited to 'FortuneMaker.activity')
-rw-r--r--FortuneMaker.activity/constants.py28
1 files changed, 26 insertions, 2 deletions
diff --git a/FortuneMaker.activity/constants.py b/FortuneMaker.activity/constants.py
index c1f16c0..19e416c 100644
--- a/FortuneMaker.activity/constants.py
+++ b/FortuneMaker.activity/constants.py
@@ -49,8 +49,32 @@ ENEM_INDEX = {
}
ITEM_INDEX = {
- '0':_('None')
-
+ '0':_('None'),
+ '1':_("Ancient Amulet"),
+ '2':_("Rusted Blade"),
+ '3':_("Great Sword"),
+ '4':_("Crescent Sword"),
+ '5':_("Cardinal"),
+ '6':_("Sun Moon"),
+ '7':_("Earth Vest"),
+ '8':_("Wind Breaker"),
+ '9':_("Flame Leggings"),
+ '8':_("Dark Cowl"),
+ '9':_("Celestial Armor"),
+ 'a':_("Jewel Shard"),
+ 'b':_("Broken Hourglass"),
+ 'c':_("Radiant Vial"),
+ 'd':_("Honor Tome"),
+ 'e':_("Valor Tome"),
+ 'f':_("Ruby"),
+ 'g':_("Sapphire"),
+ 'h':_("Emerald"),
+ 'i':_("Diamond"),
+ 'j':_("Remedy"),
+ 'k':_("Elixir"),
+ 'l':_("Panacea"),
+ 'm':_("High Elixir"),
+ 'n':_("Nostrum")
}
ITEM_FLAGS = {