Files
Exiled-Exchange-2/dataParser/EXPORT/config.json
Kvan7 850fa90455 v0.6.0 (#328)
* [Parse Error] - Rarity: Magic #285 (#315)

* Add in fix

Co-authored-by: @vagrant-soul

* Adds regression tests

* Features/uniqueRollsRewrite (#316)

* update with new rolls system

* More or less working now

* adds fix for some stats from json having +

* Features/jewels (#317)

* Fix help text on jewels

* Add fix for shock

* [Not Recognized Modifier] - (most monster map modifiers) #314

* Features/showItemOnHover (#322)

* Move row into own component

* add tooltip on shift and hover

* works MVP

* style and fix affix strings

* pseudo add

* change tooltip method to more dynamic

* Corrupted back to red

* style updates

* Add option for tooltip in settings

* Features/relics (#323)

* update en strings

* translation client strings

* Fix relic parse error

* Tag text

* enable relic filters by default

* add spanish? (#324)


Co-authored-by: @mgallego

* Divider line shows when it shouldn't on non weapons or armour #325

* Features/newRunes (#326)

* Rip out old rune code

* final removed stuff?

* change filter back to number

* use new rune filter

* done runes

* Remove alpha

* Features/runeSocketsPart4 (#327)

* some stat change is working

* iron working?

* new betterer way?

* DONE DONE DONE

* add translation line

* version bump
2025-01-19 19:53:35 -06:00

194 lines
4.2 KiB
JSON

{
"steam": "C:\\Program Files (x86)\\Steam\\steamapps\\common\\Path of Exile 2",
"files": [
"Metadata/StatDescriptions/active_skill_gem_stat_descriptions.csd",
"Metadata/StatDescriptions/advanced_mod_stat_descriptions.csd",
"Metadata/StatDescriptions/atlas_stat_descriptions.csd",
"Metadata/StatDescriptions/character_panel_stat_descriptions.csd",
"Metadata/StatDescriptions/chest_stat_descriptions.csd",
"Metadata/StatDescriptions/expedition_relic_stat_descriptions.csd",
"Metadata/StatDescriptions/gem_stat_descriptions.csd",
"Metadata/StatDescriptions/heist_equipment_stat_descriptions.csd",
"Metadata/StatDescriptions/leaguestone_stat_descriptions.csd",
"Metadata/StatDescriptions/map_stat_descriptions.csd",
"Metadata/StatDescriptions/meta_gem_stat_descriptions.csd",
"Metadata/StatDescriptions/monster_stat_descriptions.csd",
"Metadata/StatDescriptions/passive_skill_aura_stat_descriptions.csd",
"Metadata/StatDescriptions/passive_skill_stat_descriptions.csd",
"Metadata/StatDescriptions/primordial_altar_stat_descriptions.csd",
"Metadata/StatDescriptions/sanctum_relic_stat_descriptions.csd",
"Metadata/StatDescriptions/sentinel_stat_descriptions.csd",
"Metadata/StatDescriptions/skill_stat_descriptions.csd",
"Metadata/StatDescriptions/stat_descriptions.csd",
"Metadata/StatDescriptions/utility_flask_buff_stat_descriptions.csd"
],
"translations": [
"English",
"Russian",
"Korean",
"Traditional Chinese",
"Japanese",
"German",
"Spanish"
],
"tables": [
{
"name": "BaseItemTypes",
"columns": [
"Id",
"Name",
"InheritsFrom",
"IsCorrupted",
"Width",
"Height",
"DropLevel",
"Implicit_Mods",
"ItemClass",
"SiteVisibility",
"Tags",
"TradeMarketCategory"
]
},
{
"name": "ArmourTypes",
"columns": [
"BaseItemType",
"Armour",
"Evasion",
"EnergyShield",
"IncreasedMovementSpeed",
"Ward"
]
},
{
"name": "ItemClasses",
"columns": [
"Id",
"Name",
"ItemClassCategory",
"TradeMarketCategory"
]
},
{
"name": "WeaponTypes",
"columns": [
"BaseItemType",
"DamageMin",
"DamageMax",
"RangeMax",
"Speed",
"Critical"
]
},
{
"name": "ItemClassCategories",
"columns": [
"Id",
"Text"
]
},
{
"name": "SkillGems",
"columns": [
"BaseItemType",
"IsVaalVariant"
]
},
{
"name": "SkillGemInfo",
"columns": [
"Id",
"Description",
"SkillGemsKey"
]
},
{
"name": "Mods",
"columns": [
"Id",
"Domain",
"Name",
"Stat1",
"Stat2",
"Stat3",
"Stat4",
"Stat5",
"Stat6",
"ModType",
"Stat1Value",
"Stat2Value",
"Stat3Value",
"Stat4Value",
"Stat5Value",
"Stat6Value",
"RadiusJewelType",
"Level",
"GenerationType",
"Families"
]
},
{
"name": "Tags",
"columns": [
"Id",
"DisplayString"
]
},
{
"name": "UniqueStashLayout",
"columns": [
"WordsKey",
"ItemVisualIdentityKey",
"UniqueStashTypesKey",
"RenamedVersion",
"ShowIfEmptyChallengeLeague"
]
},
{
"name": "Words",
"columns": [
"Wordlist",
"Text",
"Text2",
"SpawnWeight_Tags",
"SpawnWeight_Values"
]
},
{
"name": "ItemVisualIdentity",
"columns": [
"Id",
"DDSFile",
"AOFile"
]
},
{
"name": "Stats",
"columns": [
"Id",
"IsLocal",
"IsWeaponLocal",
"Semantic",
"Text",
"IsVirtual",
"HASH32",
"BelongsActiveSkills",
"IsScalable"
]
},
{
"name": "ClientStrings",
"columns": [
"Id",
"Text"
]
},
{
"name": "GoldModPrices",
"columns": [
"Mod",
"Tags"
]
}
]
}