wynnbuilder-forked-for-changes/py_script/item_metadata.json
hppeng-wynn df9412e994
Api v3 (#267)
* Tweak ordering to be consistent internally

* v3 items  (#266)

* item_wrapper script

for updating item data with v3 endpoint

* metadata from v3

* v3 item format

For the purpose of wynnbuilder, additional mapping might be needed.

* v3 item format

additional mapping might be needed for wb

* v3 compressed item json

* clean item json v3 format

* Update translate map to api v3

partially... we will need to redo scripts to flatmap all the items

* Fix items for 2.0.4.3

finally

* New ingredients (and parse script update)

just realized I forgot to commit the parse script this whole time

* Forgot to commit data files, and bump ing db version

* Sketchily reverse translate major ids

internalname and separate lookup table lol

* Forgot to update data files

todo: script should update all files at once

* Bump wynn version number

already outdated...

* Forgot to update 2.0.4.3 major ids

---------

Co-authored-by: hppeng <hppeng>
Co-authored-by: RawFish69 <108964215+RawFish69@users.noreply.github.com>
2023-12-29 18:33:04 -08:00

231 lines
No EOL
4.3 KiB
JSON

{
"identifications": [
"rawMainAttackDamage",
"rawSpellDamage",
"healthRegenRaw",
"manaSteal",
"walkSpeed",
"thunderDamage",
"rawStrength",
"rawDexterity",
"rawIntelligence",
"rawDefence",
"rawAgility",
"lootBonus",
"fireDefence",
"airDefence",
"mainAttackDamage",
"spellDamage",
"exploding",
"airDamage",
"rawHealth",
"reflection",
"earthDefence",
"earthDamage",
"waterDamage",
"waterDefence",
"healthRegen",
"manaRegen",
"fireDamage",
"lifeSteal",
"rawAttackSpeed",
"xpBonus",
"thunderDefence",
"thorns",
"soulPointRegen",
"stealing",
"1stSpellCost",
"2ndSpellCost",
"raw1stSpellCost",
"raw3rdSpellCost",
"jumpHeight",
"airSpellDamage",
"poison",
"elementalDamage",
"raw4thSpellCost",
"raw2ndSpellCost",
"sprintRegen",
"slowEnemy",
"3rdSpellCost",
"sprint",
"elementalSpellDamage",
"rawNeutralSpellDamage",
"4thSpellCost",
"healingEfficiency",
"knockback",
"waterSpellDamage",
"fireSpellDamage",
"rawAirMainAttackDamage",
"rawAirSpellDamage",
"earthSpellDamage",
"rawThunderDamage",
"rawWaterDamage",
"rawElementalDamage",
"rawEarthSpellDamage",
"elementalDefence",
"rawThunderMainAttackDamage",
"thunderSpellDamage",
"rawThunderSpellDamage",
"rawFireMainAttackDamage",
"weakenEnemy",
"rawWaterSpellDamage",
"earthMainAttackDamage",
"rawFireSpellDamage",
"rawElementalSpellDamage",
"rawElementalMainAttackDamage",
"airMainAttackDamage",
"thunderMainAttackDamage",
"leveledLootBonus",
"damageFromMobs",
"leveledXpBonus",
"elementalDefense",
"rawAirDamage",
"rawEarthDamage",
"rawFireDamage",
"rawNeutralDamage",
"lootQuality",
"gatherXpBonus",
"gatherSpeed",
"rawWaterMainAttackDamage"
],
"majorIds": [
"Divine Honor",
"Greed",
"Magnet",
"Plague",
"Saviour\u2019s Sacrifice",
"Sorcery",
"Soul Eater",
"Cherry Bombs",
"Expunge",
"Flashfreeze",
"Gentle Glow",
"Gruesome Knots",
"Peaceful Effigy",
"Rally",
"Reckless Abandon",
"Gravity Well",
"Perfect Recall",
"Cavalryman",
"Entropy",
"Escape Route",
"Lightweight",
"Snowy Steps",
"Taunt",
"Dead Weight",
"Furious Effigy",
"Geocentrism",
"Strings of Fate",
"Alter Ego",
"Explosive Impact",
"Festive Spirit",
"Freerunner",
"Hawkeye",
"Windsurf",
"Juggle",
"Roving Assassin",
"Transcendence",
"Fission",
"Forest's Blessing",
"Heart of the Pack",
"Coagulate",
"Guardian",
"Overwhelm",
"Temblor",
"Lunge",
"Madness"
],
"filters": {
"type": [
"weapons",
"armour",
"accessories",
"tomes",
"charms",
"tools",
"ingredients",
"materials"
],
"advanced": {
"attackSpeed": [
"super_slow",
"very_slow",
"slow",
"normal",
"fast",
"very_fast",
"super_fast"
],
"weapons": [
"bow",
"relik",
"wand",
"dagger",
"spear"
],
"armour": [
"helmet",
"chestplate",
"leggings",
"boots"
],
"accessories": [
"necklace",
"ring",
"bracelet"
],
"tomes": [
"weaponTome",
"armourTome",
"slayingTome",
"dungeonTome",
"gatheringTome",
"guildTome",
"lootrunTome"
],
"tools": [
"axe",
"pickaxe",
"rod",
"scythe"
],
"crafting": [
"alchemism",
"armouring",
"cooking",
"jeweling",
"scribing",
"tailoring",
"weaponsmithing",
"woodworking"
],
"gathering": [
"mining",
"fishing",
"farming",
"woodcutting"
]
},
"tier": {
"items": [
"common",
"fabled",
"legendary",
"mythic",
"rare",
"set",
"unique"
],
"ingredients": [
0,
1,
2,
3
]
},
"levelRange": {
"items": 110,
"ingredients": 105
}
}
}