forked from MagicBane/Server
Added MB Dev Notes
This commit is contained in:
@@ -25,6 +25,16 @@ import java.util.concurrent.ThreadLocalRandom;
|
||||
*/
|
||||
public enum LootManager {
|
||||
|
||||
|
||||
// MB Dev notes:
|
||||
// Class implements all loot generation mechanics for Magicbane.
|
||||
// Class handles variables like drop rates
|
||||
// Generation initiates in GenerateMobLoot and is passed a mobile
|
||||
// Utilized database tables:
|
||||
// - static_loot_bootySet - static_loot_gen - static_loot_item - static_loot_mod - static_loot_modtype
|
||||
// Class also handles mechanic for Fate Peddler
|
||||
//
|
||||
|
||||
LOOTMANAGER;
|
||||
|
||||
// Newer tables
|
||||
|
||||
Reference in New Issue
Block a user