Guest User

Untitled

a guest
May 27th, 2013
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 3.04 KB | None | 0 0
  1.         'BO_ACID': 'acid bolt',
  2.         'BO_COLD': 'cold bolt',
  3.         'BO_ELEC': 'lightning bolt',
  4.         'BO_FIRE': 'fire bolt',
  5.         'BO_ICEE': 'ice shard',
  6.         'BO_MANA': 'mana bolt',
  7.         'BO_NETH': 'nether bolt',
  8.         'BO_PLAS': 'plasma bolt',
  9.         'BO_WATE': 'water torrent',
  10.  
  11.         'BA_ACID': 'acid ball',
  12.         'BA_COLD': 'cold ball',
  13.         'BA_DARK': 'darkness storm',
  14.         'BA_ELEC': 'ball lightning',
  15.         'BA_FIRE': 'fire ball',
  16.         'BA_MANA': 'mana storm',
  17.         'BA_NETH': 'nether storm',
  18.         'BA_POIS': 'poison ball',
  19.         'BA_WATE': 'typhoon',
  20.  
  21.         'BR_ACID': 'breathe acid',
  22.         'BR_CHAO': 'breathe chaos',
  23.         'BR_COLD': 'breathe cold',
  24.         'BR_CONF': 'breathe confusion',
  25.         'BR_DARK': 'breathe darkness',
  26.         'BR_DISE': 'breathe disenchantment',
  27.         'BR_ELEC': 'breathe electricity',
  28.         'BR_FIRE': 'breathe fire',
  29.         'BR_GRAV': 'breathe gravity',
  30.         'BR_INER': 'breathe inertia',
  31.         'BR_LIGHT': 'breathe light',
  32.         'BR_NETH': 'breathe nether',
  33.         'BR_NEXU': 'breathe nexus',
  34.         'BR_PLAS': 'breathe plasma',
  35.         'BR_POIS': 'breathe poison',
  36.         'BR_SHAR': 'breathe shards',
  37.         'BR_SOUN': 'breathe sound',
  38.         'BR_TIME': 'breathe time',
  39.         'BR_WALL': 'breathe force',
  40.        
  41.         'ARROW_1': 'fire an arrow',
  42.         'ARROW_2': 'fire an arrow',
  43.         'ARROW_3': 'fire an arrow',
  44.         'ARROW_4': 'fire an arrow',
  45.         'BOULDER': 'throw a boulder',
  46.         'BRAIN_SMASH': 'brain smash',
  47.         'CAUSE_1': 'cause minor wounds',
  48.         'CAUSE_2': 'cause serious wounds',
  49.         'CAUSE_3': 'cause major wounds',
  50.         'CAUSE_4': 'cause mortal wounds',
  51.         'MIND_BLAST': 'mind blast',
  52.         'MISSILE': 'magic missile',
  53.  
  54.         'BLINK': 'phase door',
  55.         'TELE_AWAY': 'teleport away',
  56.         'TELE_LEVEL': 'teleport you off the level',
  57.         'TELE_TO': 'teleport you closer',
  58.         'TPORT': 'teleport self',
  59.  
  60.         'BLIND': 'cause blindness',
  61.         'CONF': 'cause confusion',
  62.         'DARKNESS': 'summon darkness',
  63.         'DRAIN_MANA': 'drain mana',
  64.         'FORGET': 'cause amnesia',
  65.         'HASTE': 'haste self',
  66.         'HEAL': 'heal self',
  67.         'HOLD': 'paralyze',
  68.         'SCARE': 'cause fear',
  69.         'SHRIEK': 'call for help',
  70.         'SLOW': 'slow',
  71.         'TRAPS': 'create traps',
  72.  
  73.         'S_AINU': 'summon ainu',
  74.         'S_ANIMAL': 'summon animals',
  75.         'S_DEMON': 'summon demons',
  76.         'S_DRAGON': 'summon a dragon',
  77.         'S_HI_DEMON': 'summon demon lords',
  78.         'S_HI_DRAGON': 'summon mighty dragons',
  79.         'S_HI_UNDEAD': 'summon powerful undead',
  80.         'S_HOUND': 'summon hounds',
  81.         'S_HYDRA': 'summon hydras',
  82.         'S_KIN': 'summon similar creatures',
  83.         'S_MONSTER': 'summon an ally',
  84.         'S_MONSTERS': 'summon allies',
  85.         'S_SPIDER': 'summon spiders',
  86.         'S_UNDEAD': 'summon undead',
  87.         'S_UNIQUE': 'summon unique opponents',
  88.         'S_WRAITH': 'summon ringwraiths',
Advertisement
Add Comment
Please, Sign In to add comment