Compare commits
No commits in common. "master" and "1.2.1" have entirely different histories.
@ -1,23 +0,0 @@
|
|||||||
using System.Windows.Media;
|
|
||||||
using Filtration.ObjectModel.BlockItemBaseTypes;
|
|
||||||
using Filtration.ObjectModel.Enums;
|
|
||||||
|
|
||||||
namespace Filtration.ObjectModel.BlockItemTypes
|
|
||||||
{
|
|
||||||
public sealed class BlightedMapBlockItem : BooleanBlockItem
|
|
||||||
{
|
|
||||||
public BlightedMapBlockItem()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
public BlightedMapBlockItem(bool booleanValue) : base(booleanValue)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
public override string PrefixText => "BlightedMap";
|
|
||||||
public override string DisplayHeading => "Blighted Map";
|
|
||||||
public override Color SummaryBackgroundColor => Colors.Khaki;
|
|
||||||
public override Color SummaryTextColor => Colors.Black;
|
|
||||||
public override BlockItemOrdering SortOrder => BlockItemOrdering.BligtedMap;
|
|
||||||
}
|
|
||||||
}
|
|
@ -18,7 +18,6 @@ namespace Filtration.ObjectModel.Enums
|
|||||||
MapTier,
|
MapTier,
|
||||||
ShapedMap,
|
ShapedMap,
|
||||||
ElderMap,
|
ElderMap,
|
||||||
BligtedMap,
|
|
||||||
SocketGroup,
|
SocketGroup,
|
||||||
Height,
|
Height,
|
||||||
Width,
|
Width,
|
||||||
|
@ -63,7 +63,6 @@
|
|||||||
<Compile Include="BlockItemTypes\AnyEnchantmentBlockItem.cs" />
|
<Compile Include="BlockItemTypes\AnyEnchantmentBlockItem.cs" />
|
||||||
<Compile Include="BlockItemTypes\BackgroundColorBlockItem.cs" />
|
<Compile Include="BlockItemTypes\BackgroundColorBlockItem.cs" />
|
||||||
<Compile Include="BlockItemTypes\BaseTypeBlockItem.cs" />
|
<Compile Include="BlockItemTypes\BaseTypeBlockItem.cs" />
|
||||||
<Compile Include="BlockItemTypes\BlightedMapBlockItem.cs" />
|
|
||||||
<Compile Include="BlockItemTypes\FracturedItemBlockItem.cs" />
|
<Compile Include="BlockItemTypes\FracturedItemBlockItem.cs" />
|
||||||
<Compile Include="BlockItemTypes\HasEnchantmentBlockItem.cs" />
|
<Compile Include="BlockItemTypes\HasEnchantmentBlockItem.cs" />
|
||||||
<Compile Include="BlockItemTypes\MapTierBlockItem.cs" />
|
<Compile Include="BlockItemTypes\MapTierBlockItem.cs" />
|
||||||
|
@ -419,11 +419,6 @@ namespace Filtration.Parser.Services
|
|||||||
AddNumericFilterPredicateItemToBlockItems<MapTierBlockItem>(block, trimmedLine);
|
AddNumericFilterPredicateItemToBlockItems<MapTierBlockItem>(block, trimmedLine);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case "BlightedMap":
|
|
||||||
{
|
|
||||||
AddBooleanItemToBlockItems<BlightedMapBlockItem>(block, trimmedLine);
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!string.IsNullOrWhiteSpace(blockComment) && block.BlockItems.Count > 1)
|
if (!string.IsNullOrWhiteSpace(blockComment) && block.BlockItems.Count > 1)
|
||||||
|
@ -9,9 +9,7 @@
|
|||||||
<description>A Path of Exile loot filter script editor</description>
|
<description>A Path of Exile loot filter script editor</description>
|
||||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||||
<copyright>Copyright 2019</copyright>
|
<copyright>Copyright 2019</copyright>
|
||||||
<releaseNotes>* Added Blight League Item Base Types and Item Classes to static data
|
<releaseNotes>* Added Legion League Item Base Types and Item Classes to static data</releaseNotes>
|
||||||
* Adding the first Block Group to a script will now enable Block Groups for the script
|
|
||||||
* Removing the last Block Group from a script will now disable Block Groups for the script</releaseNotes>
|
|
||||||
<dependencies />
|
<dependencies />
|
||||||
</metadata>
|
</metadata>
|
||||||
<files>
|
<files>
|
||||||
|
@ -10,8 +10,8 @@ using System.Runtime.CompilerServices;
|
|||||||
[assembly: AssemblyTrademark("")]
|
[assembly: AssemblyTrademark("")]
|
||||||
[assembly: AssemblyCulture("")]
|
[assembly: AssemblyCulture("")]
|
||||||
|
|
||||||
[assembly: AssemblyVersion("1.2.2")]
|
[assembly: AssemblyVersion("1.2.1")]
|
||||||
[assembly: AssemblyInformationalVersion("1.2.2")]
|
[assembly: AssemblyInformationalVersion("1.2.1")]
|
||||||
|
|
||||||
[assembly: InternalsVisibleTo("Filtration.Tests")]
|
[assembly: InternalsVisibleTo("Filtration.Tests")]
|
||||||
[assembly: InternalsVisibleTo("Filtration.ItemFilterPreview.Tests")]
|
[assembly: InternalsVisibleTo("Filtration.ItemFilterPreview.Tests")]
|
||||||
|
@ -16,7 +16,6 @@ Additional Accuracy Support
|
|||||||
Advanced Traps Support
|
Advanced Traps Support
|
||||||
Aetheric Fossil
|
Aetheric Fossil
|
||||||
Agate Amulet
|
Agate Amulet
|
||||||
Akil's Prophecy
|
|
||||||
Albino Rhoa Feather
|
Albino Rhoa Feather
|
||||||
Alchemy Shard
|
Alchemy Shard
|
||||||
Alder Spiked Shield
|
Alder Spiked Shield
|
||||||
@ -28,7 +27,6 @@ Alluring Bounty
|
|||||||
Alone in the Darkness
|
Alone in the Darkness
|
||||||
Alteration Shard
|
Alteration Shard
|
||||||
Amber Amulet
|
Amber Amulet
|
||||||
Amber Oil
|
|
||||||
Ambush Boots
|
Ambush Boots
|
||||||
Ambush Leaguestone
|
Ambush Leaguestone
|
||||||
Ambush Mitts
|
Ambush Mitts
|
||||||
@ -100,8 +98,6 @@ Aventail Helmet
|
|||||||
Avian Slippers
|
Avian Slippers
|
||||||
Avian Twins Talisman
|
Avian Twins Talisman
|
||||||
Awl
|
Awl
|
||||||
Azure Oil
|
|
||||||
Azyran's Reward
|
|
||||||
Baleful Gem
|
Baleful Gem
|
||||||
Ball Lightning
|
Ball Lightning
|
||||||
Bane
|
Bane
|
||||||
@ -138,7 +134,6 @@ Binding Shard
|
|||||||
Birth of the Three
|
Birth of the Three
|
||||||
Bismuth Flask
|
Bismuth Flask
|
||||||
Black Maw Talisman
|
Black Maw Talisman
|
||||||
Black Oil
|
|
||||||
Black Rose of Anarchy
|
Black Rose of Anarchy
|
||||||
Black Venom
|
Black Venom
|
||||||
Blacksmith's Whetstone
|
Blacksmith's Whetstone
|
||||||
@ -149,7 +144,6 @@ Bladefall
|
|||||||
Bladestorm
|
Bladestorm
|
||||||
Blasphemy Support
|
Blasphemy Support
|
||||||
Blast Rain
|
Blast Rain
|
||||||
Blastchain Mine Support
|
|
||||||
Blessed Orb
|
Blessed Orb
|
||||||
Blessing of Chayula
|
Blessing of Chayula
|
||||||
Blessing of Esh
|
Blessing of Esh
|
||||||
@ -285,7 +279,6 @@ Cemetery Map
|
|||||||
Ceremonial Axe
|
Ceremonial Axe
|
||||||
Ceremonial Kite Shield
|
Ceremonial Kite Shield
|
||||||
Ceremonial Mace
|
Ceremonial Mace
|
||||||
Cerulean Ring
|
|
||||||
Chain Belt
|
Chain Belt
|
||||||
Chain Boots
|
Chain Boots
|
||||||
Chain Gloves
|
Chain Gloves
|
||||||
@ -303,7 +296,6 @@ Chaos Shard
|
|||||||
Chaotic Disposition
|
Chaotic Disposition
|
||||||
Charan's Sword
|
Charan's Sword
|
||||||
Charged Dash
|
Charged Dash
|
||||||
Charged Mines Support
|
|
||||||
Charged Traps Support
|
Charged Traps Support
|
||||||
Chateau Map
|
Chateau Map
|
||||||
Chayula's Breachstone
|
Chayula's Breachstone
|
||||||
@ -319,7 +311,6 @@ City Square Map
|
|||||||
Clarity
|
Clarity
|
||||||
Clasped Boots
|
Clasped Boots
|
||||||
Clasped Mitts
|
Clasped Mitts
|
||||||
Clear Oil
|
|
||||||
Cleave
|
Cleave
|
||||||
Cleaver
|
Cleaver
|
||||||
Close Combat Support
|
Close Combat Support
|
||||||
@ -329,7 +320,6 @@ Cloth Belt Piece
|
|||||||
Cluster Traps Support
|
Cluster Traps Support
|
||||||
Clutching Talisman
|
Clutching Talisman
|
||||||
Cobalt Jewel
|
Cobalt Jewel
|
||||||
Cobra Lash
|
|
||||||
Cogs of Disruption
|
Cogs of Disruption
|
||||||
Coiled Staff
|
Coiled Staff
|
||||||
Cold Penetration Support
|
Cold Penetration Support
|
||||||
@ -362,7 +352,6 @@ Contagion
|
|||||||
Controlled Destruction Support
|
Controlled Destruction Support
|
||||||
Conversion Trap
|
Conversion Trap
|
||||||
Convocation
|
Convocation
|
||||||
Convoking Wand
|
|
||||||
Copper Kris
|
Copper Kris
|
||||||
Copper Plate
|
Copper Plate
|
||||||
Copper Sword
|
Copper Sword
|
||||||
@ -388,7 +377,6 @@ Cremation
|
|||||||
Crescent Staff
|
Crescent Staff
|
||||||
Crested Tower Shield
|
Crested Tower Shield
|
||||||
Crimson Jewel
|
Crimson Jewel
|
||||||
Crimson Oil
|
|
||||||
Crimson Raiment
|
Crimson Raiment
|
||||||
Crimson Round Shield
|
Crimson Round Shield
|
||||||
Crimson Temple Map
|
Crimson Temple Map
|
||||||
@ -446,7 +434,6 @@ Deafening Essence of Wrath
|
|||||||
Deafening Essence of Zeal
|
Deafening Essence of Zeal
|
||||||
Death
|
Death
|
||||||
Death Bow
|
Death Bow
|
||||||
Deathmark Support
|
|
||||||
Decadent Incubator
|
Decadent Incubator
|
||||||
Decanter Spiritus
|
Decanter Spiritus
|
||||||
Decay Support
|
Decay Support
|
||||||
@ -533,7 +520,6 @@ Elegant Foil
|
|||||||
Elegant Ringmail
|
Elegant Ringmail
|
||||||
Elegant Round Shield
|
Elegant Round Shield
|
||||||
Elegant Sword
|
Elegant Sword
|
||||||
Elemental Army Support
|
|
||||||
Elemental Damage with Attacks Support
|
Elemental Damage with Attacks Support
|
||||||
Elemental Focus Support
|
Elemental Focus Support
|
||||||
Elemental Hit
|
Elemental Hit
|
||||||
@ -622,9 +608,7 @@ Faster Attacks Support
|
|||||||
Faster Casting Support
|
Faster Casting Support
|
||||||
Faster Projectiles Support
|
Faster Projectiles Support
|
||||||
Faun's Horn
|
Faun's Horn
|
||||||
Feeding Frenzy Support
|
|
||||||
Fencer Helm
|
Fencer Helm
|
||||||
Feral Incubator
|
|
||||||
Festival Mask
|
Festival Mask
|
||||||
Field Lamellar
|
Field Lamellar
|
||||||
Fields Map
|
Fields Map
|
||||||
@ -633,6 +617,7 @@ Fine Incubator
|
|||||||
Fingerless Silk Gloves
|
Fingerless Silk Gloves
|
||||||
Fir Round Shield
|
Fir Round Shield
|
||||||
Fire Arrow Quiver
|
Fire Arrow Quiver
|
||||||
|
Fire Nova Mine
|
||||||
Fire Penetration Support
|
Fire Penetration Support
|
||||||
Fire Trap
|
Fire Trap
|
||||||
Fireball
|
Fireball
|
||||||
@ -670,6 +655,7 @@ Fragment of the Hydra
|
|||||||
Fragment of the Minotaur
|
Fragment of the Minotaur
|
||||||
Fragment of the Phoenix
|
Fragment of the Phoenix
|
||||||
Fragmented Incubator
|
Fragmented Incubator
|
||||||
|
Freeze Mine
|
||||||
Freezing Pulse
|
Freezing Pulse
|
||||||
Frenzy
|
Frenzy
|
||||||
Fright Claw
|
Fright Claw
|
||||||
@ -716,7 +702,6 @@ Gilded Divination Scarab
|
|||||||
Gilded Elder Scarab
|
Gilded Elder Scarab
|
||||||
Gilded Fossil
|
Gilded Fossil
|
||||||
Gilded Harbinger Scarab
|
Gilded Harbinger Scarab
|
||||||
Gilded Legion Scarab
|
|
||||||
Gilded Perandus Scarab
|
Gilded Perandus Scarab
|
||||||
Gilded Reliquary Scarab
|
Gilded Reliquary Scarab
|
||||||
Gilded Sallet
|
Gilded Sallet
|
||||||
@ -754,7 +739,6 @@ Golden Kris
|
|||||||
Golden Mantle
|
Golden Mantle
|
||||||
Golden Mask
|
Golden Mask
|
||||||
Golden Obi
|
Golden Obi
|
||||||
Golden Oil
|
|
||||||
Golden Page
|
Golden Page
|
||||||
Golden Plate
|
Golden Plate
|
||||||
Golden Wreath
|
Golden Wreath
|
||||||
@ -817,7 +801,6 @@ Herald of Purity
|
|||||||
Herald of Thunder
|
Herald of Thunder
|
||||||
Heterochromia
|
Heterochromia
|
||||||
Hexclaw Talisman
|
Hexclaw Talisman
|
||||||
High-Impact Mine Support
|
|
||||||
Highborn Bow
|
Highborn Bow
|
||||||
Highborn Staff
|
Highborn Staff
|
||||||
Highland Blade
|
Highland Blade
|
||||||
@ -848,7 +831,6 @@ Ice Shot
|
|||||||
Ice Spear
|
Ice Spear
|
||||||
Ice Trap
|
Ice Trap
|
||||||
Iceberg Map
|
Iceberg Map
|
||||||
Icicle Mine
|
|
||||||
Ignite Proliferation Support
|
Ignite Proliferation Support
|
||||||
Imbued Wand
|
Imbued Wand
|
||||||
Immolate Support
|
Immolate Support
|
||||||
@ -873,13 +855,11 @@ Increased Duration Support
|
|||||||
Infantry Brigandine
|
Infantry Brigandine
|
||||||
Infernal Axe
|
Infernal Axe
|
||||||
Infernal Blow
|
Infernal Blow
|
||||||
Infernal Legion Support
|
|
||||||
Infernal Sword
|
Infernal Sword
|
||||||
Infested Valley Map
|
Infested Valley Map
|
||||||
Infused Channelling Support
|
Infused Channelling Support
|
||||||
Infused Incubator
|
Infused Incubator
|
||||||
Innervate Support
|
Innervate Support
|
||||||
Inspiration Support
|
|
||||||
Intensify Support
|
Intensify Support
|
||||||
Invasion Leaguestone
|
Invasion Leaguestone
|
||||||
Inya's Key
|
Inya's Key
|
||||||
@ -1026,7 +1006,6 @@ Mausoleum Map
|
|||||||
Mawr Blaidd
|
Mawr Blaidd
|
||||||
Maze Map
|
Maze Map
|
||||||
Maze of the Minotaur Map
|
Maze of the Minotaur Map
|
||||||
Meat Shield Support
|
|
||||||
Meatgrinder
|
Meatgrinder
|
||||||
Medicine Chest
|
Medicine Chest
|
||||||
Medium Hybrid Flask
|
Medium Hybrid Flask
|
||||||
@ -1057,6 +1036,7 @@ Military Staff
|
|||||||
Mind Cage
|
Mind Cage
|
||||||
Minefield Support
|
Minefield Support
|
||||||
Mineral Pools Map
|
Mineral Pools Map
|
||||||
|
Minion and Totem Elemental Resistance Support
|
||||||
Minion Damage Support
|
Minion Damage Support
|
||||||
Minion Life Support
|
Minion Life Support
|
||||||
Minion Speed Support
|
Minion Speed Support
|
||||||
@ -1075,7 +1055,6 @@ Moon Orb
|
|||||||
Moon Staff
|
Moon Staff
|
||||||
Moon Temple Map
|
Moon Temple Map
|
||||||
Moonstone Ring
|
Moonstone Ring
|
||||||
More is Never Enough
|
|
||||||
Morning Star
|
Morning Star
|
||||||
Mortal Grief
|
Mortal Grief
|
||||||
Mortal Hope
|
Mortal Hope
|
||||||
@ -1106,14 +1085,12 @@ Necromancer Silks
|
|||||||
Necromancy Net
|
Necromancy Net
|
||||||
Necropolis Map
|
Necropolis Map
|
||||||
Nemesis Leaguestone
|
Nemesis Leaguestone
|
||||||
Nightblade Support
|
|
||||||
Nightmare Bascinet
|
Nightmare Bascinet
|
||||||
Nightmare Mace
|
Nightmare Mace
|
||||||
No Traces
|
No Traces
|
||||||
Noble Axe
|
Noble Axe
|
||||||
Noble Claw
|
Noble Claw
|
||||||
Noble Tricorne
|
Noble Tricorne
|
||||||
Nook's Crown
|
|
||||||
Nubuck Boots
|
Nubuck Boots
|
||||||
Nubuck Gloves
|
Nubuck Gloves
|
||||||
Oak Buckler
|
Oak Buckler
|
||||||
@ -1132,7 +1109,6 @@ Onyx Amulet
|
|||||||
Opal Ring
|
Opal Ring
|
||||||
Opal Sceptre
|
Opal Sceptre
|
||||||
Opal Wand
|
Opal Wand
|
||||||
Opalescent Oil
|
|
||||||
Orb of Alchemy
|
Orb of Alchemy
|
||||||
Orb of Alteration
|
Orb of Alteration
|
||||||
Orb of Annulment
|
Orb of Annulment
|
||||||
@ -1174,7 +1150,6 @@ Perfect Fossil
|
|||||||
Perfection
|
Perfection
|
||||||
Perforate
|
Perforate
|
||||||
Pernarch
|
Pernarch
|
||||||
Pestilent Strike
|
|
||||||
Petrified Club
|
Petrified Club
|
||||||
Phantasmagoria Map
|
Phantasmagoria Map
|
||||||
Phantom Mace
|
Phantom Mace
|
||||||
@ -1188,7 +1163,6 @@ Pine Buckler
|
|||||||
Pinnacle Tower Shield
|
Pinnacle Tower Shield
|
||||||
Pit Map
|
Pit Map
|
||||||
Pit of the Chimera Map
|
Pit of the Chimera Map
|
||||||
Plague Bearer
|
|
||||||
Plague Mask
|
Plague Mask
|
||||||
Plank Kite Shield
|
Plank Kite Shield
|
||||||
Plate Vest
|
Plate Vest
|
||||||
@ -1211,7 +1185,6 @@ Polished Cartography Scarab
|
|||||||
Polished Divination Scarab
|
Polished Divination Scarab
|
||||||
Polished Elder Scarab
|
Polished Elder Scarab
|
||||||
Polished Harbinger Scarab
|
Polished Harbinger Scarab
|
||||||
Polished Legion Scarab
|
|
||||||
Polished Perandus Scarab
|
Polished Perandus Scarab
|
||||||
Polished Reliquary Scarab
|
Polished Reliquary Scarab
|
||||||
Polished Shaper Scarab
|
Polished Shaper Scarab
|
||||||
@ -1267,7 +1240,6 @@ Purity of Elements
|
|||||||
Purity of Fire
|
Purity of Fire
|
||||||
Purity of Ice
|
Purity of Ice
|
||||||
Purity of Lightning
|
Purity of Lightning
|
||||||
Pyroclast Mine
|
|
||||||
Quarterstaff
|
Quarterstaff
|
||||||
Quartz Flask
|
Quartz Flask
|
||||||
Quartz Sceptre
|
Quartz Sceptre
|
||||||
@ -1298,6 +1270,7 @@ Reaver Sword
|
|||||||
Rebirth
|
Rebirth
|
||||||
Reckoning
|
Reckoning
|
||||||
Recurve Bow
|
Recurve Bow
|
||||||
|
Reduced Mana Support
|
||||||
Redwood Spiked Shield
|
Redwood Spiked Shield
|
||||||
Reef Map
|
Reef Map
|
||||||
Reflex Bow
|
Reflex Bow
|
||||||
@ -1312,8 +1285,8 @@ Reinforced Steel Net
|
|||||||
Reinforced Tower Shield
|
Reinforced Tower Shield
|
||||||
Rejuvenation Totem
|
Rejuvenation Totem
|
||||||
Relic Chambers Map
|
Relic Chambers Map
|
||||||
Remembrance
|
|
||||||
Remnant of Corruption
|
Remnant of Corruption
|
||||||
|
Remote Mine Support
|
||||||
Residence Map
|
Residence Map
|
||||||
Ribbon Spool
|
Ribbon Spool
|
||||||
Righteous Fire
|
Righteous Fire
|
||||||
@ -1350,7 +1323,6 @@ Rusted Divination Scarab
|
|||||||
Rusted Elder Scarab
|
Rusted Elder Scarab
|
||||||
Rusted Harbinger Scarab
|
Rusted Harbinger Scarab
|
||||||
Rusted Hatchet
|
Rusted Hatchet
|
||||||
Rusted Legion Scarab
|
|
||||||
Rusted Perandus Scarab
|
Rusted Perandus Scarab
|
||||||
Rusted Reliquary Scarab
|
Rusted Reliquary Scarab
|
||||||
Rusted Shaper Scarab
|
Rusted Shaper Scarab
|
||||||
@ -1432,7 +1404,6 @@ Seismic Trap
|
|||||||
Sekhem
|
Sekhem
|
||||||
Sekhema Feather
|
Sekhema Feather
|
||||||
Sentinel Jacket
|
Sentinel Jacket
|
||||||
Sepia Oil
|
|
||||||
Sepulchre Map
|
Sepulchre Map
|
||||||
Serpent Wand
|
Serpent Wand
|
||||||
Serpentine Staff
|
Serpentine Staff
|
||||||
@ -1451,6 +1422,7 @@ Shagreen Gloves
|
|||||||
Shagreen Tower Shield
|
Shagreen Tower Shield
|
||||||
Shaper's Orb
|
Shaper's Orb
|
||||||
Shaper's Orb (Tier 1)
|
Shaper's Orb (Tier 1)
|
||||||
|
Shaper's Orb (Tier 10)
|
||||||
Shaper's Orb (Tier 2)
|
Shaper's Orb (Tier 2)
|
||||||
Shaper's Orb (Tier 3)
|
Shaper's Orb (Tier 3)
|
||||||
Shaper's Orb (Tier 4)
|
Shaper's Orb (Tier 4)
|
||||||
@ -1459,7 +1431,6 @@ Shaper's Orb (Tier 6)
|
|||||||
Shaper's Orb (Tier 7)
|
Shaper's Orb (Tier 7)
|
||||||
Shaper's Orb (Tier 8)
|
Shaper's Orb (Tier 8)
|
||||||
Shaper's Orb (Tier 9)
|
Shaper's Orb (Tier 9)
|
||||||
Shaper's Orb (Tier 10)
|
|
||||||
Shard of Fate
|
Shard of Fate
|
||||||
Sharkskin Boots
|
Sharkskin Boots
|
||||||
Sharkskin Gloves
|
Sharkskin Gloves
|
||||||
@ -1514,7 +1485,6 @@ Silver Coin
|
|||||||
Silver Flask
|
Silver Flask
|
||||||
Silver Key
|
Silver Key
|
||||||
Silver Locket
|
Silver Locket
|
||||||
Silver Oil
|
|
||||||
Simple Iron Net
|
Simple Iron Net
|
||||||
Simple Robe
|
Simple Robe
|
||||||
Simple Rope Net
|
Simple Rope Net
|
||||||
@ -1607,7 +1577,6 @@ Storm Blade
|
|||||||
Storm Brand
|
Storm Brand
|
||||||
Storm Burst
|
Storm Burst
|
||||||
Storm Call
|
Storm Call
|
||||||
Stormblast Mine
|
|
||||||
Strand Map
|
Strand Map
|
||||||
Strapped Boots
|
Strapped Boots
|
||||||
Strapped Leather
|
Strapped Leather
|
||||||
@ -1623,7 +1592,6 @@ Stygian Vise
|
|||||||
Sulphur Flask
|
Sulphur Flask
|
||||||
Sulphur Vents Map
|
Sulphur Vents Map
|
||||||
Summit Map
|
Summit Map
|
||||||
Summon Carrion Golem
|
|
||||||
Summon Chaos Golem
|
Summon Chaos Golem
|
||||||
Summon Flame Golem
|
Summon Flame Golem
|
||||||
Summon Holy Relic
|
Summon Holy Relic
|
||||||
@ -1631,8 +1599,7 @@ Summon Ice Golem
|
|||||||
Summon Lightning Golem
|
Summon Lightning Golem
|
||||||
Summon Phantasm on Kill Support
|
Summon Phantasm on Kill Support
|
||||||
Summon Raging Spirit
|
Summon Raging Spirit
|
||||||
Summon Skeletons
|
Summon Skeleton
|
||||||
Summon Skitterbots
|
|
||||||
Summon Stone Golem
|
Summon Stone Golem
|
||||||
Sun Leather
|
Sun Leather
|
||||||
Sun Orb
|
Sun Orb
|
||||||
@ -1643,13 +1610,11 @@ Sunken City Map
|
|||||||
Supreme Spiked Shield
|
Supreme Spiked Shield
|
||||||
Sweep
|
Sweep
|
||||||
Swift Affliction Support
|
Swift Affliction Support
|
||||||
Swift Assembly Support
|
|
||||||
Talisman Leaguestone
|
Talisman Leaguestone
|
||||||
Talon Axe
|
Talon Axe
|
||||||
Tangled Fossil
|
Tangled Fossil
|
||||||
Tarnished Spirit Shield
|
Tarnished Spirit Shield
|
||||||
Teak Round Shield
|
Teak Round Shield
|
||||||
Teal Oil
|
|
||||||
Tectonic Slam
|
Tectonic Slam
|
||||||
Tempered Foil
|
Tempered Foil
|
||||||
Tempest Leaguestone
|
Tempest Leaguestone
|
||||||
@ -1671,7 +1636,6 @@ The Arena Champion
|
|||||||
The Army of Blood
|
The Army of Blood
|
||||||
The Artist
|
The Artist
|
||||||
The Avenger
|
The Avenger
|
||||||
The Bargain
|
|
||||||
The Battle Born
|
The Battle Born
|
||||||
The Beast
|
The Beast
|
||||||
The Betrayal
|
The Betrayal
|
||||||
@ -1692,14 +1656,11 @@ The Chains that Bind
|
|||||||
The Coming Storm
|
The Coming Storm
|
||||||
The Conduit
|
The Conduit
|
||||||
The Cursed King
|
The Cursed King
|
||||||
The Damned
|
|
||||||
The Dapper Prodigy
|
The Dapper Prodigy
|
||||||
The Dark Mage
|
The Dark Mage
|
||||||
The Darkest Dream
|
The Darkest Dream
|
||||||
The Deal
|
|
||||||
The Deceiver
|
The Deceiver
|
||||||
The Deep Ones
|
The Deep Ones
|
||||||
The Demon
|
|
||||||
The Demoness
|
The Demoness
|
||||||
The Devastator
|
The Devastator
|
||||||
The Doctor
|
The Doctor
|
||||||
@ -1717,7 +1678,6 @@ The Ethereal
|
|||||||
The Explorer
|
The Explorer
|
||||||
The Eye of Desire
|
The Eye of Desire
|
||||||
The Eye of Fury
|
The Eye of Fury
|
||||||
The Eye of Terror
|
|
||||||
The Eye of the Dragon
|
The Eye of the Dragon
|
||||||
The Fathomless Depths
|
The Fathomless Depths
|
||||||
The Feast
|
The Feast
|
||||||
@ -1737,7 +1697,6 @@ The Golden Era
|
|||||||
The Hale Heart
|
The Hale Heart
|
||||||
The Harvester
|
The Harvester
|
||||||
The Hermit
|
The Hermit
|
||||||
The Heroic Shot
|
|
||||||
The Hoarder
|
The Hoarder
|
||||||
The Hunger
|
The Hunger
|
||||||
The Immortal
|
The Immortal
|
||||||
@ -1768,12 +1727,10 @@ The Mayor
|
|||||||
The Mercenary
|
The Mercenary
|
||||||
The Messenger
|
The Messenger
|
||||||
The Metalsmith's Gift
|
The Metalsmith's Gift
|
||||||
The Mountain
|
|
||||||
The Nurse
|
The Nurse
|
||||||
The Oath
|
The Oath
|
||||||
The Obscured
|
The Obscured
|
||||||
The Offering
|
The Offering
|
||||||
The Old Man
|
|
||||||
The One With All
|
The One With All
|
||||||
The Opulent
|
The Opulent
|
||||||
The Pack Leader
|
The Pack Leader
|
||||||
@ -1782,7 +1739,6 @@ The Penitent
|
|||||||
The Poet
|
The Poet
|
||||||
The Polymath
|
The Polymath
|
||||||
The Porcupine
|
The Porcupine
|
||||||
The Price of Loyalty
|
|
||||||
The Price of Protection
|
The Price of Protection
|
||||||
The Primordial
|
The Primordial
|
||||||
The Professor
|
The Professor
|
||||||
@ -1804,10 +1760,8 @@ The Seeker
|
|||||||
The Sephirot
|
The Sephirot
|
||||||
The Shaper's Key
|
The Shaper's Key
|
||||||
The Shaper's Realm
|
The Shaper's Realm
|
||||||
The Side Quest
|
|
||||||
The Sigil
|
The Sigil
|
||||||
The Siren
|
The Siren
|
||||||
The Skeleton
|
|
||||||
The Soul
|
The Soul
|
||||||
The Spark and the Flame
|
The Spark and the Flame
|
||||||
The Spoiled Prince
|
The Spoiled Prince
|
||||||
@ -1845,7 +1799,6 @@ The Wilted Rose
|
|||||||
The Wind
|
The Wind
|
||||||
The Witch
|
The Witch
|
||||||
The Wolf
|
The Wolf
|
||||||
The Wolf's Legacy
|
|
||||||
The Wolf's Shadow
|
The Wolf's Shadow
|
||||||
The Wolven King's Bite
|
The Wolven King's Bite
|
||||||
The Wolverine
|
The Wolverine
|
||||||
@ -1998,9 +1951,6 @@ Vault Map
|
|||||||
Velvet Gloves
|
Velvet Gloves
|
||||||
Velvet Slippers
|
Velvet Slippers
|
||||||
Vengeance
|
Vengeance
|
||||||
Venom Gyre
|
|
||||||
Verdant Oil
|
|
||||||
Vermillion Ring
|
|
||||||
Vial of Awakening
|
Vial of Awakening
|
||||||
Vial of Consequence
|
Vial of Consequence
|
||||||
Vial of Dominance
|
Vial of Dominance
|
||||||
@ -2013,20 +1963,17 @@ Vial of the Ritual
|
|||||||
Vial of Transcendence
|
Vial of Transcendence
|
||||||
Vicious Projectiles Support
|
Vicious Projectiles Support
|
||||||
Vigilant Strike
|
Vigilant Strike
|
||||||
Vile Power
|
|
||||||
Vile Staff
|
Vile Staff
|
||||||
Vile Toxins Support
|
Vile Toxins Support
|
||||||
Villa Map
|
Villa Map
|
||||||
Vine Circlet
|
Vine Circlet
|
||||||
Vinia's Token
|
Vinia's Token
|
||||||
Violet Oil
|
|
||||||
Viper Strike
|
Viper Strike
|
||||||
Viridian Jewel
|
Viridian Jewel
|
||||||
Visored Sallet
|
Visored Sallet
|
||||||
Vitality
|
Vitality
|
||||||
Void Axe
|
Void Axe
|
||||||
Void Manipulation Support
|
Void Manipulation Support
|
||||||
Void of the Elements
|
|
||||||
Void Sceptre
|
Void Sceptre
|
||||||
Volatile Dead
|
Volatile Dead
|
||||||
Volatile Power
|
Volatile Power
|
||||||
@ -2096,7 +2043,6 @@ Wild Strike
|
|||||||
Wings of Vastiri
|
Wings of Vastiri
|
||||||
Winter Orb
|
Winter Orb
|
||||||
Wither
|
Wither
|
||||||
Withering Step
|
|
||||||
Withering Touch Support
|
Withering Touch Support
|
||||||
Wolf Pelt
|
Wolf Pelt
|
||||||
Woodful Staff
|
Woodful Staff
|
||||||
|
@ -10,7 +10,6 @@ Claws
|
|||||||
Currency
|
Currency
|
||||||
Daggers
|
Daggers
|
||||||
Delve Socketable Currency
|
Delve Socketable Currency
|
||||||
Delve Stackable Socketable Currency
|
|
||||||
Divination Card
|
Divination Card
|
||||||
Fishing Rods
|
Fishing Rods
|
||||||
Flasks
|
Flasks
|
||||||
@ -42,7 +41,6 @@ Quest Items
|
|||||||
Quivers
|
Quivers
|
||||||
Relics
|
Relics
|
||||||
Rings
|
Rings
|
||||||
Rune Dagger
|
|
||||||
Sceptres
|
Sceptres
|
||||||
Shields
|
Shields
|
||||||
Small Relics
|
Small Relics
|
||||||
@ -56,4 +54,3 @@ Two Hand Maces
|
|||||||
Two Hand Swords
|
Two Hand Swords
|
||||||
Utility Flasks
|
Utility Flasks
|
||||||
Wands
|
Wands
|
||||||
Warstaff
|
|
@ -137,11 +137,10 @@ namespace Filtration.ViewModels.DesignTime
|
|||||||
typeof (MapTierBlockItem),
|
typeof (MapTierBlockItem),
|
||||||
typeof (ShapedMapBlockItem),
|
typeof (ShapedMapBlockItem),
|
||||||
typeof (ElderMapBlockItem),
|
typeof (ElderMapBlockItem),
|
||||||
typeof (BlightedMapBlockItem),
|
|
||||||
typeof (GemLevelBlockItem),
|
typeof (GemLevelBlockItem),
|
||||||
typeof (StackSizeBlockItem),
|
typeof (StackSizeBlockItem),
|
||||||
typeof (HasExplicitModBlockItem),
|
typeof (HasExplicitModBlockItem),
|
||||||
typeof (HasEnchantmentBlockItem),
|
typeof (HasEnchantmentBlockItem)
|
||||||
};
|
};
|
||||||
public List<Type> AudioVisualBlockItemTypesAvailable { get; }
|
public List<Type> AudioVisualBlockItemTypesAvailable { get; }
|
||||||
public Color DisplayTextColor => Colors.Red;
|
public Color DisplayTextColor => Colors.Red;
|
||||||
|
@ -234,11 +234,10 @@ namespace Filtration.ViewModels
|
|||||||
typeof (MapTierBlockItem),
|
typeof (MapTierBlockItem),
|
||||||
typeof (ShapedMapBlockItem),
|
typeof (ShapedMapBlockItem),
|
||||||
typeof (ElderMapBlockItem),
|
typeof (ElderMapBlockItem),
|
||||||
typeof (BlightedMapBlockItem),
|
|
||||||
typeof (GemLevelBlockItem),
|
typeof (GemLevelBlockItem),
|
||||||
typeof (StackSizeBlockItem),
|
typeof (StackSizeBlockItem),
|
||||||
typeof (HasExplicitModBlockItem),
|
typeof (HasExplicitModBlockItem),
|
||||||
typeof (HasEnchantmentBlockItem),
|
typeof (HasEnchantmentBlockItem)
|
||||||
};
|
};
|
||||||
|
|
||||||
public List<Type> AudioVisualBlockItemTypesAvailable => new List<Type>
|
public List<Type> AudioVisualBlockItemTypesAvailable => new List<Type>
|
||||||
@ -625,7 +624,6 @@ namespace Filtration.ViewModels
|
|||||||
|
|
||||||
Block.IsEdited = true;
|
Block.IsEdited = true;
|
||||||
_parentScriptViewModel.SetDirtyFlag();
|
_parentScriptViewModel.SetDirtyFlag();
|
||||||
_parentScriptViewModel.Script.ItemFilterScriptSettings.BlockGroupsEnabled = true;
|
|
||||||
|
|
||||||
Messenger.Default.Send(new NotificationMessage<bool>(_parentScriptViewModel.ShowAdvanced, "BlockGroupsChanged"));
|
Messenger.Default.Send(new NotificationMessage<bool>(_parentScriptViewModel.ShowAdvanced, "BlockGroupsChanged"));
|
||||||
UpdateBlockGroups();
|
UpdateBlockGroups();
|
||||||
@ -654,11 +652,6 @@ namespace Filtration.ViewModels
|
|||||||
|
|
||||||
Messenger.Default.Send(new NotificationMessage<bool>(_parentScriptViewModel.ShowAdvanced, "BlockGroupsChanged"));
|
Messenger.Default.Send(new NotificationMessage<bool>(_parentScriptViewModel.ShowAdvanced, "BlockGroupsChanged"));
|
||||||
UpdateBlockGroups();
|
UpdateBlockGroups();
|
||||||
|
|
||||||
if (BlockGroups.Count <= 0)
|
|
||||||
{
|
|
||||||
_parentScriptViewModel.Script.ItemFilterScriptSettings.BlockGroupsEnabled = false;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
<StackPanel Grid.Row="0" Grid.Column="1">
|
<StackPanel Grid.Row="0" Grid.Column="1">
|
||||||
<TextBlock FontWeight="Black">Filtration</TextBlock>
|
<TextBlock FontWeight="Black">Filtration</TextBlock>
|
||||||
<TextBlock Text="{Binding Version}" />
|
<TextBlock Text="{Binding Version}" />
|
||||||
<TextBlock>Copyright © 2019</TextBlock>
|
<TextBlock>Copyright © 2018</TextBlock>
|
||||||
<TextBlock>Created by Ben Wallis</TextBlock>
|
<TextBlock>Created by Ben Wallis</TextBlock>
|
||||||
<TextBlock>
|
<TextBlock>
|
||||||
<Hyperlink NavigateUri="https://github.com/ben-wallis/Filtration/" extensions:HyperlinkExtensions.IsExternal="True">https://github.com/ben-wallis/Filtration/</Hyperlink>
|
<Hyperlink NavigateUri="https://github.com/ben-wallis/Filtration/" extensions:HyperlinkExtensions.IsExternal="True">https://github.com/ben-wallis/Filtration/</Hyperlink>
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
Filtration is an editor for Path of Exile item filter scripts.
|
Filtration is an editor for Path of Exile item filter scripts.
|
||||||
|
|
||||||
## Current Release (Released 2019-09-11)
|
## Current Release (Released 2018-12-06)
|
||||||
<b>Installer</b><br>
|
<b>Installer</b><br>
|
||||||
<a href="https://github.com/ben-wallis/Filtration/releases/download/1.2.2/Setup.exe">Setup.exe</a>
|
<a href="https://github.com/ben-wallis/Filtration/releases/download/1.2.0/Setup.exe">Setup.exe</a>
|
||||||
|
|
||||||
## System Requirements
|
## System Requirements
|
||||||
Filtration requires .NET Framework 4.6.1 installed.
|
Filtration requires .NET Framework 4.6.1 installed.
|
||||||
@ -28,3 +28,6 @@ If you'd like to make your script fully compatible with Filtration, please take
|
|||||||
|
|
||||||
##### Theme Editor
|
##### Theme Editor
|
||||||
<img src="https://i.imgur.com/Pi9wds1.png" />
|
<img src="https://i.imgur.com/Pi9wds1.png" />
|
||||||
|
|
||||||
|
## Contact
|
||||||
|
You can find me on irc.freenode.net in #filtration
|
||||||
|
Loading…
x
Reference in New Issue
Block a user