Esempio n. 1
0
 def loot_handler(self):
     return LootHandler(self, settings.QUEST_REWARD_LIST)
Esempio n. 2
0
 def loot_handler(self):
     return LootHandler(self, settings.CREATOR_LOOT_LIST)
Esempio n. 3
0
 def loot_handler(self):
     return LootHandler(self,
                        CHARACTER_LOOT_LIST.filter(self.get_data_key()))
Esempio n. 4
0
 def loot_handler(self):
     return LootHandler(self, settings.CHARACTER_LOOT_LIST)
Esempio n. 5
0
 def loot_handler(self):
     return LootHandler(self, DATA_SETS.creator_loot_list.model)
Esempio n. 6
0
 def loot_handler(self):
     return LootHandler(self, DATA_SETS.character_loot_list.model)
Esempio n. 7
0
 def loot_handler(self):
     return LootHandler(self, QUEST_REWARD_LIST.filter(self.get_data_key()))
Esempio n. 8
0
 def loot_handler(self):
     return LootHandler(self, DATA_SETS.quest_reward_list.model)