X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=maps.txt;fp=maps.txt;h=84a998b0fb2d24ef60bf1bc9b7ef6c333daa37e6;hb=671b29a28e5a5f04125dd3c03d227d59cefcd582;hp=0000000000000000000000000000000000000000;hpb=5fc41ee7ef64c03a2deea92857578620d3b5d6d5;p=poefilter.git diff --git a/maps.txt b/maps.txt new file mode 100644 index 0000000..84a998b --- /dev/null +++ b/maps.txt @@ -0,0 +1,329 @@ +category "map.same_tier" +{ + class "Map"; + or + { + max_item_level 68; + and + { + drop_level 69; + max_item_level 69; + }; + and + { + drop_level 70; + max_item_level 70; + }; + and + { + drop_level 71; + max_item_level 71; + }; + and + { + drop_level 72; + max_item_level 72; + }; + and + { + drop_level 73; + max_item_level 73; + }; + and + { + drop_level 74; + max_item_level 74; + }; + and + { + drop_level 75; + max_item_level 75; + }; + and + { + drop_level 76; + max_item_level 76; + }; + and + { + drop_level 77; + max_item_level 77; + }; + and + { + drop_level 78; + max_item_level 78; + }; + and + { + drop_level 79; + max_item_level 79; + }; + and + { + drop_level 80; + max_item_level 80; + }; + and + { + drop_level 81; + max_item_level 81; + }; + and + { + drop_level 82; + max_item_level 82; + }; + and + { + drop_level 83; + max_item_level 83; + }; + }; +}; +category "map.tier-1" +{ + class "Map"; + or + { + max_item_level 69; + and + { + drop_level 69; + max_item_level 70; + }; + and + { + drop_level 70; + max_item_level 71; + }; + and + { + drop_level 71; + max_item_level 72; + }; + and + { + drop_level 72; + max_item_level 73; + }; + and + { + drop_level 73; + max_item_level 74; + }; + and + { + drop_level 74; + max_item_level 75; + }; + and + { + drop_level 75; + max_item_level 76; + }; + and + { + drop_level 76; + max_item_level 77; + }; + and + { + drop_level 77; + max_item_level 78; + }; + and + { + drop_level 78; + max_item_level 79; + }; + and + { + drop_level 79; + max_item_level 80; + }; + and + { + drop_level 80; + max_item_level 81; + }; + and + { + drop_level 81; + max_item_level 82; + }; + and + { + drop_level 82; + max_item_level 83; + }; + and + { + drop_level 83; + max_item_level 84; + }; + }; +}; +category "map.tier-2" +{ + class "Map"; + or + { + max_item_level 70; + and + { + drop_level 69; + max_item_level 71; + }; + and + { + drop_level 70; + max_item_level 72; + }; + and + { + drop_level 71; + max_item_level 73; + }; + and + { + drop_level 72; + max_item_level 74; + }; + and + { + drop_level 73; + max_item_level 75; + }; + and + { + drop_level 74; + max_item_level 76; + }; + and + { + drop_level 75; + max_item_level 77; + }; + and + { + drop_level 76; + max_item_level 78; + }; + and + { + drop_level 77; + max_item_level 79; + }; + and + { + drop_level 78; + max_item_level 80; + }; + and + { + drop_level 79; + max_item_level 81; + }; + and + { + drop_level 80; + max_item_level 82; + }; + and + { + drop_level 81; + max_item_level 83; + }; + and + { + drop_level 82; + max_item_level 84; + }; + and + { + drop_level 83; + max_item_level 85; + }; + }; +}; +category "map.normal.same_tier" +{ + category "map.same_tier"; + rarity Normal; +}; +category "map.magic.same_tier" +{ + category "map.same_tier"; + rarity Magic; +}; +category "map.rare.same_tier" +{ + category "map.same_tier"; + rarity Rare; +}; +category "map.unique.same_tier" +{ + category "map.same_tier"; + rarity Unique; +}; +category "map.normal.tier-1" +{ + category "map.tier-1"; + rarity Normal; +}; +category "map.magic.tier-1" +{ + category "map.tier-1"; + rarity Magic; +}; +category "map.rare.tier-1" +{ + category "map.tier-1"; + rarity Rare; +}; +category "map.unique.tier-1" +{ + category "map.tier-1"; + rarity Unique; +}; +category "map.normal.tier-2" +{ + category "map.tier-2"; + rarity Normal; +}; +category "map.magic.tier-2" +{ + category "map.tier-2"; + rarity Magic; +}; +category "map.rare.tier-2" +{ + category "map.tier-2"; + rarity Rare; +}; +category "map.unique.tier-2" +{ + category "map.tier-2"; + rarity Unique; +}; +category "map.normal.any" +{ + class "Map"; + rarity Normal; +}; +category "map.magic.any" +{ + class "Map"; + rarity Magic; +}; +category "map.rare.any" +{ + class "Map"; + rarity Rare; +}; +category "map.unique.any" +{ + class "Map"; + rarity Unique; +};