diff --git a/.gitignore b/.gitignore index 7d9c9e7..495a325 100644 --- a/.gitignore +++ b/.gitignore @@ -206,4 +206,6 @@ marimo/_static/ marimo/_lsp/ __marimo__/ scripts/output/ +output/item_diff_report/ +output/excel_diff_report/ output/wiki/ diff --git a/README.md b/README.md index 4405780..9dd14d8 100644 --- a/README.md +++ b/README.md @@ -1,68 +1,67 @@ -# BT-BKDiff: Diablo 2 Excel & Item Comparison Tool +# BT-BKDiff: Diablo II Data Diff and Wiki Generator -This project provides a suite of Python scripts designed to compare Diablo 2 (D2R mod) data between two different mod versions. It handles both raw Excel (`.txt`) file differences and high-level Item Database comparisons. +This project compares Diablo II mod data across BKDiablo, BTDiablo, and retail data, then generates human-readable reports plus a local static wiki. ## Project Structure ```text / -├── data/ # Configuration files (propertygroups.txt) -├── docs/ # Modding guides and references -├── exports/ # Parsed item database dumps (.md) -├── mods/ # Mod data (Submodules: BKDiablo, BTDiablo) -├── output/ # Generated comparison reports -├── scripts/ # Python analysis and comparison logic -└── README.md +├── data/ # Retail/base data snapshots and shared config +├── docs/ # Modding references and wiki generation notes +├── exports/ # Structured item database exports used by comparisons/wiki +├── mods/ # BKDiablo and BTDiablo mod data +├── output/ # Generated comparison reports and local wiki output +├── scripts/ # CLI wrappers plus shared Python implementation +└── tests/ # Unit tests and fixtures ``` ---- +## Main Workflow -## 1. Item Database Comparison (The "High-Level" View) +Install dependencies: -This tool exports items (Uniques, Sets, Runewords) into human-readable Markdown and then compares them surgically. +```bash +python -m pip install -r requirements.txt +``` + +Run the test suite: + +```bash +python -m unittest discover -s tests +``` + +Rebuild all canonical generated outputs: + +```bash +python scripts/generate_reports.py +``` -### Scripts: -* **`scripts/d2_item_analyzer.py`**: Extracts item data from MPQ directories and saves them as `.md` files. - * **Usage**: - ```bash - cd scripts - python d2_item_analyzer.py --mpq ../mods/BKDiablo/bkdiablo.mpq --type export --out ../exports/item_db - python d2_item_analyzer.py --mpq ../mods/BTDiablo/btdiablo.mpq --type export --out ../exports/item_db_bt - ``` - * **Advanced**: Uses `data/propertygroups.txt` to resolve complex "composite" properties and random affix groups into human-readable text. -* **`scripts/compare_item_db.py`**: Compares the two exported databases and generates a multi-page report. - * **Usage**: `cd scripts; python compare_item_db.py` - * **Output**: Files are saved in `output/item_diff_report/`: - * `SUMMARY.md`: High-level counts and links. - * `ADDED.md`: Full breakdown of new items. - * `MODIFIED.md`: Surgical side-by-side diffs of changed items. - * `REMOVED.md`: List of deleted items. +That command exports item databases, compares BKDiablo against BTDiablo and retail, regenerates class skill trees, and writes the local wiki to `output/wiki/`. ---- +## Canonical Outputs -## 2. Excel TSV Comparison (The "Raw Data" View) +- `exports/item_db/`: BKDiablo structured item export +- `exports/item_db_bt/`: BTDiablo structured item export +- `exports/item_db_retail/`: retail structured item export +- `output/item_diff_report_bt_bk/`: BKDiablo vs BTDiablo item comparison +- `output/item_diff_report_retail_bk/`: BKDiablo vs retail item comparison +- `output/excel_diff_report_bt_bk/`: BKDiablo vs BTDiablo raw Excel comparison +- `output/excel_diff_report_retail_bk/`: BKDiablo vs retail raw Excel comparison +- `output/skill_trees/`: generated class skill tree markdown +- `output/wiki/`: generated static wiki site, ignored as a local/publish artifact -Generates detailed technical reports highlighting additions, removals, and modifications in columns and rows of the game's `.txt` files. +Legacy direct-command defaults such as `output/item_diff_report/` and `output/excel_diff_report/` are ignored. Prefer `scripts/generate_reports.py` for repeatable project output. -### Scripts: -* **`scripts/compare_all_excel.py`**: The primary orchestration script for raw data. - * **Usage**: `cd scripts; python compare_all_excel.py` - * **Output**: Detailed `.md` reports for every changed file in `output/excel_diff_report/SUMMARY.md`. -* **`scripts/compare_excel.py`**: Standalone utility used to compare any two specific TSV files. -* **`scripts/analyze_headers.py`**: Inspects headers and first rows to help identify "key columns" for matching. +## Wiki ---- +The wiki is a static site generated from the structured exports and skill tree markdown. Item detail pages are pre-rendered HTML, while the item index uses `output/wiki/data/items-index.json` for browser-side search and filtering. -## Technical Features +For local viewing, serve `output/wiki/` with a simple static server after running the generator. -* **Surgical Highlighting**: Mod-level changes are highlighted token-by-token (e.g., if a range `10-20` changes to `10-30`, only the `30` is highlighted). -* **Smart Normalization**: - * Ignores immaterial differences like Diablo II color codes (`ÿc1`), bullets (`•`), and formatting. - * Treats equivalent phrasing (e.g., "Physical Damage Received Reduced by" vs "Damage Reduced by") as identical. - * Distinguishes between flat reduction and percentile reduction by preserving the `%` sign in keys. -* **Property Group Resolution**: Unpacks custom mod properties (like `Incendiary-Affix1`) using the `data/propertygroups.txt` definition file. +## Script Layout -## Requirements +Top-level scripts in `scripts/` are compatibility wrappers. The implementation is organized under: -- Python 3.x -- Install Python dependencies with `python -m pip install -r requirements.txt`. +- `scripts/d2lib/`: shared repository, service, exporter, and wiki generator code +- `scripts/cli/`: primary CLI implementations +- `scripts/devtools/`: development inspection utilities +- `scripts/legacy/`: older skill extraction reference tooling still used by dev utilities diff --git a/output/excel_diff_report/SUMMARY.md b/output/excel_diff_report/SUMMARY.md deleted file mode 100644 index 3793a8d..0000000 --- a/output/excel_diff_report/SUMMARY.md +++ /dev/null @@ -1,51 +0,0 @@ -# Excel Diff Summary - -| File | Added Cols | Removed Cols | Added Rows | Removed Rows | Modified Rows | -| :--- | ---: | ---: | ---: | ---: | ---: | -| [armor.txt](armor.md) | 2 | 0 | 15 | 0 | 61 | -| [automagic.txt](automagic.md) | 0 | 0 | 39 | 0 | 1 | -| [charstats.txt](charstats.md) | 0 | 0 | 1 | 0 | 8 | -| [cubemain.txt](cubemain.md) | 1 | 1 | 701 | 0 | 0 | -| [difficultylevels.txt](difficultylevels.md) | 1 | 0 | 0 | 0 | 2 | -| [experience.txt](experience.md) | 1 | 0 | 0 | 0 | 24 | -| [gamble.txt](gamble.md) | 0 | 0 | 12 | 0 | 0 | -| [gems.txt](gems.md) | 0 | 0 | 0 | 0 | 17 | -| [hireling.txt](hireling.md) | 0 | 0 | 0 | 0 | 0 | -| [inventory.txt](inventory.md) | 0 | 0 | 0 | 0 | 0 | -| [itemstatcost.txt](itemstatcost.md) | 0 | 0 | 20 | 20 | 31 | -| [itemtypes.txt](itemtypes.md) | 6 | 0 | 13004 | 98 | 13 | -| [levels.txt](levels.md) | 2 | 0 | 1 | 0 | 58 | -| [lvlmaze.txt](lvlmaze.md) | 0 | 0 | 0 | 0 | 0 | -| [lvlprest.txt](lvlprest.md) | 0 | 0 | 0 | 0 | 0 | -| [lvlwarp.txt](lvlwarp.md) | 0 | 0 | 0 | 0 | 0 | -| [magicprefix.txt](magicprefix.md) | 0 | 0 | 0 | 0 | 0 | -| [magicsuffix.txt](magicsuffix.md) | 0 | 0 | 0 | 0 | 0 | -| [misc.txt](misc.md) | 5 | 1 | 18 | 80 | 132 | -| [missiles.txt](missiles.md) | 4 | 1 | 53 | 1 | 15 | -| [monai.txt](monai.md) | 0 | 0 | 0 | 0 | 0 | -| [monlvl.txt](monlvl.md) | 0 | 0 | 0 | 0 | 0 | -| [monpreset.txt](monpreset.md) | 0 | 0 | 0 | 0 | 0 | -| [monprop.txt](monprop.md) | 0 | 0 | 0 | 0 | 0 | -| [monseq.txt](monseq.md) | 0 | 0 | 0 | 0 | 0 | -| [monstats.txt](monstats.md) | 5 | 0 | 10 | 0 | 709 | -| [monstats2.txt](monstats2.md) | 0 | 0 | 0 | 0 | 0 | -| [monumod.txt](monumod.md) | 0 | 0 | 0 | 0 | 0 | -| [npc.txt](npc.md) | 0 | 0 | 0 | 0 | 0 | -| [objects.txt](objects.md) | 0 | 0 | 0 | 0 | 0 | -| [overlay.txt](overlay.md) | 3 | 0 | 0 | 0 | 0 | -| [properties.txt](properties.md) | 2 | 0 | 6 | 7 | 8 | -| [qualityitems.txt](qualityitems.md) | 0 | 0 | 0 | 0 | 0 | -| [runes.txt](runes.md) | 2 | 0 | 0 | 0 | 0 | -| [setitems.txt](setitems.md) | 6 | 0 | 0 | 0 | 0 | -| [sets.txt](sets.md) | 1 | 0 | 0 | 0 | 0 | -| [shrines.txt](shrines.md) | 0 | 0 | 0 | 0 | 0 | -| [skillcalc.txt](skillcalc.md) | 0 | 0 | 0 | 0 | 0 | -| [skilldesc.txt](skilldesc.md) | 0 | 0 | 0 | 0 | 0 | -| [skills.txt](skills.md) | 29 | 0 | 57 | 2 | 57 | -| [states.txt](states.md) | 1 | 0 | 0 | 0 | 0 | -| [superuniques.txt](superuniques.md) | 0 | 0 | 0 | 0 | 0 | -| [treasureclassex.txt](treasureclassex.md) | 3 | 0 | 0 | 0 | 0 | -| [uniqueitems.txt](uniqueitems.md) | 4 | 1 | 54 | 0 | 100 | -| [uniqueprefix.txt](uniqueprefix.md) | 0 | 0 | 0 | 0 | 0 | -| [weapons.txt](weapons.md) | 2 | 0 | 0 | 0 | 105 | -| **Total** | **80** | **4** | **13991** | **208** | **1341** | diff --git a/output/excel_diff_report/armor.md b/output/excel_diff_report/armor.md deleted file mode 100644 index 7ffcdd3..0000000 --- a/output/excel_diff_report/armor.md +++ /dev/null @@ -1,148 +0,0 @@ -# Differences for armor.txt - -*Key column used: `name`* - -## Added Columns: `DropConditionCalc, UICatOverride` - -## Added Rows (15) -- blasphemous compendium -- blasphemous grimoire -- burnt text -- codex -- compendium -- dark codex -- dark tome -- forgotten volume -- grimoire -- occult codex -- occult tome -- old book -- possessed compendium -- possessed grimoire -- tome -## Modified Rows (61) -### ancient armor -- `auto prefix`: (Old) → $\color{blue}{\text{426}}$ (New) -### archon plate -- `auto prefix`: (Old) → $\color{blue}{\text{418}}$ (New) -### balrog skin -- `auto prefix`: (Old) → $\color{blue}{\text{421}}$ (New) -### bloodlord skull -- `auto prefix`: $\color{gray}{\text{305}}$ (Old) → $\color{blue}{\text{307}}$ (New) -### boneweave -- `auto prefix`: (Old) → $\color{blue}{\text{420}}$ (New) -### breast plate -- `auto prefix`: (Old) → $\color{blue}{\text{416}}$ (New) -### cantor trophy -- `auto prefix`: $\color{gray}{\text{305}}$ (Old) → $\color{blue}{\text{307}}$ (New) -### chain mail -- `auto prefix`: (Old) → $\color{blue}{\text{420}}$ (New) -### chaos armor -- `auto prefix`: (Old) → $\color{blue}{\text{425}}$ (New) -### cuirass -- `auto prefix`: (Old) → $\color{blue}{\text{416}}$ (New) -### demon head -- `auto prefix`: $\color{gray}{\text{305}}$ (Old) → $\color{blue}{\text{307}}$ (New) -### demonhide armor -- `auto prefix`: (Old) → $\color{blue}{\text{414}}$ (New) -### diamond mail -- `auto prefix`: (Old) → $\color{blue}{\text{417}}$ (New) -### dusk shroud -- `auto prefix`: (Old) → $\color{blue}{\text{412}}$ (New) -### embossed plate -- `reqstr`: $\color{gray}{\text{125}}$ (Old) → $\color{blue}{\text{150}}$ (New) -- `auto prefix`: (Old) → $\color{blue}{\text{424}}$ (New) -### expansion -- `ShowLevel`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### fetish trophy -- `auto prefix`: $\color{gray}{\text{305}}$ (Old) → $\color{blue}{\text{307}}$ (New) -### field plate -- `auto prefix`: (Old) → $\color{blue}{\text{422}}$ (New) -### full plate mail -- `auto prefix`: (Old) → $\color{blue}{\text{425}}$ (New) -### gargoyle head -- `auto prefix`: $\color{gray}{\text{305}}$ (Old) → $\color{blue}{\text{307}}$ (New) -### ghost armor -- `auto prefix`: (Old) → $\color{blue}{\text{412}}$ (New) -### gothic plate -- `reqstr`: $\color{gray}{\text{70}}$ (Old) → $\color{blue}{\text{110}}$ (New) -- `auto prefix`: (Old) → $\color{blue}{\text{424}}$ (New) -### great hauberk -- `auto prefix`: (Old) → $\color{blue}{\text{416}}$ (New) -### hard leather armor -- `auto prefix`: (Old) → $\color{blue}{\text{414}}$ (New) -### heirophant trophy -- `auto prefix`: $\color{gray}{\text{305}}$ (Old) → $\color{blue}{\text{307}}$ (New) -### hellforge plate -- `auto prefix`: (Old) → $\color{blue}{\text{423}}$ (New) -### hellspawn skull -- `auto prefix`: $\color{gray}{\text{305}}$ (Old) → $\color{blue}{\text{307}}$ (New) -### kraken shell -- `auto prefix`: (Old) → $\color{blue}{\text{422}}$ (New) -### lacquered plate -- `reqstr`: $\color{gray}{\text{208}}$ (Old) → $\color{blue}{\text{220}}$ (New) -- `auto prefix`: (Old) → $\color{blue}{\text{424}}$ (New) -### leather armor -- `auto prefix`: (Old) → $\color{blue}{\text{413}}$ (New) -### light plate -- `auto prefix`: (Old) → $\color{blue}{\text{418}}$ (New) -### linked mail -- `auto prefix`: (Old) → $\color{blue}{\text{417}}$ (New) -### loricated mail -- `auto prefix`: (Old) → $\color{blue}{\text{419}}$ (New) -### mage plate -- `auto prefix`: (Old) → $\color{blue}{\text{418}}$ (New) -### mesh armor -- `auto prefix`: (Old) → $\color{blue}{\text{420}}$ (New) -### minion skull -- `auto prefix`: $\color{gray}{\text{305}}$ (Old) → $\color{blue}{\text{307}}$ (New) -### mummified trophy -- `auto prefix`: $\color{gray}{\text{305}}$ (Old) → $\color{blue}{\text{307}}$ (New) -### ornate armor -- `auto prefix`: (Old) → $\color{blue}{\text{426}}$ (New) -### overseer skull -- `auto prefix`: $\color{gray}{\text{305}}$ (Old) → $\color{blue}{\text{307}}$ (New) -### plate mail -- `auto prefix`: (Old) → $\color{blue}{\text{423}}$ (New) -### preserved head -- `auto prefix`: $\color{gray}{\text{305}}$ (Old) → $\color{blue}{\text{307}}$ (New) -### quilted armor -- `auto prefix`: (Old) → $\color{blue}{\text{412}}$ (New) -### ring mail -- `auto prefix`: (Old) → $\color{blue}{\text{417}}$ (New) -### russet armor -- `auto prefix`: (Old) → $\color{blue}{\text{421}}$ (New) -### sacred armor -- `auto prefix`: (Old) → $\color{blue}{\text{426}}$ (New) -### scale mail -- `auto prefix`: (Old) → $\color{blue}{\text{419}}$ (New) -### scarab husk -- `auto prefix`: (Old) → $\color{blue}{\text{414}}$ (New) -### serpentskin armor -- `auto prefix`: (Old) → $\color{blue}{\text{413}}$ (New) -### sexton trophy -- `auto prefix`: $\color{gray}{\text{305}}$ (Old) → $\color{blue}{\text{307}}$ (New) -### shadow plate -- `auto prefix`: (Old) → $\color{blue}{\text{425}}$ (New) -### sharktooth armor -- `auto prefix`: (Old) → $\color{blue}{\text{422}}$ (New) -### splint mail -- `auto prefix`: (Old) → $\color{blue}{\text{421}}$ (New) -### studded leather -- `auto prefix`: (Old) → $\color{blue}{\text{415}}$ (New) -### succubus skull -- `auto prefix`: $\color{gray}{\text{305}}$ (Old) → $\color{blue}{\text{307}}$ (New) -### templar coat -- `auto prefix`: (Old) → $\color{blue}{\text{423}}$ (New) -### tigulated mail -- `auto prefix`: (Old) → $\color{blue}{\text{419}}$ (New) -### trellised armor -- `auto prefix`: (Old) → $\color{blue}{\text{415}}$ (New) -### unraveller head -- `auto prefix`: $\color{gray}{\text{305}}$ (Old) → $\color{blue}{\text{307}}$ (New) -### wire fleece -- `auto prefix`: (Old) → $\color{blue}{\text{415}}$ (New) -### wyrmhide -- `auto prefix`: (Old) → $\color{blue}{\text{413}}$ (New) -### zombie head -- `auto prefix`: $\color{gray}{\text{305}}$ (Old) → $\color{blue}{\text{307}}$ (New) diff --git a/output/excel_diff_report/automagic.md b/output/excel_diff_report/automagic.md deleted file mode 100644 index ff294a7..0000000 --- a/output/excel_diff_report/automagic.md +++ /dev/null @@ -1,50 +0,0 @@ -# Differences for automagic.txt - -*Key column used: `Name`* - -## Added Rows (39) -- armor\_allres -- armor\_dr -- armor\_fcr -- armor\_fhr -- armor\_flat\_dr -- armor\_flat\_life -- armor\_flat\_mana -- armor\_flat\_mdr -- armor\_frw -- armor\_ias -- armor\_max\_life -- armor\_max\_mana -- armor\_max\_res -- armor\_mf -- armor\_res\_mag -- fcr\_orb1 -- fcr\_orb2 -- fcr\_orb3 -- fcr\_scep1 -- fcr\_scep2 -- fcr\_scep3 -- fcr\_staff1 -- fcr\_staff2 -- fcr\_staff3 -- fcr\_wand1 -- fcr\_wand2 -- fcr\_wand3 -- of anthrax -- of blight -- of cinders -- of darkness -- of despair -- of ember -- of flames -- of inferno -- of nightmares -- of pestilence -- of shadows -- of venom -## Modified Rows (1) -### chromatic -- `levelreq`: (Old) → $\color{blue}{\text{1}}$ (New) -- `group`: $\color{gray}{\text{307}}$ (Old) → $\color{blue}{\text{309}}$ (New) -- `multiply`: (Old) → $\color{blue}{\text{0}}$ (New) -- `add`: (Old) → $\color{blue}{\text{0}}$ (New) diff --git a/output/excel_diff_report/charstats.md b/output/excel_diff_report/charstats.md deleted file mode 100644 index 307c2a3..0000000 --- a/output/excel_diff_report/charstats.md +++ /dev/null @@ -1,30 +0,0 @@ -# Differences for charstats.txt - -*Key column used: `class`* - -## Added Rows (1) -- warlock -## Modified Rows (8) -### amazon -- `ToHitFactor`: $\color{gray}{\text{750}}$ (Old) → $\color{blue}{\text{1000}}$ (New) -- `RunDrain`: $\color{gray}{\text{15}}$ (Old) → $\color{blue}{\text{20}}$ (New) -### assassin -- `ToHitFactor`: $\color{gray}{\text{750}}$ (Old) → $\color{blue}{\text{1000}}$ (New) -- `RunDrain`: $\color{gray}{\text{15}}$ (Old) → $\color{blue}{\text{20}}$ (New) -### barbarian -- `ToHitFactor`: $\color{gray}{\text{750}}$ (Old) → $\color{blue}{\text{1000}}$ (New) -- `RunDrain`: $\color{gray}{\text{15}}$ (Old) → $\color{blue}{\text{20}}$ (New) -### druid -- `ToHitFactor`: $\color{gray}{\text{750}}$ (Old) → $\color{blue}{\text{1000}}$ (New) -- `RunDrain`: $\color{gray}{\text{15}}$ (Old) → $\color{blue}{\text{20}}$ (New) -### expansion -- `item10count`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### necromancer -- `ToHitFactor`: $\color{gray}{\text{750}}$ (Old) → $\color{blue}{\text{1000}}$ (New) -- `RunDrain`: $\color{gray}{\text{15}}$ (Old) → $\color{blue}{\text{20}}$ (New) -### paladin -- `ToHitFactor`: $\color{gray}{\text{750}}$ (Old) → $\color{blue}{\text{1000}}$ (New) -- `RunDrain`: $\color{gray}{\text{15}}$ (Old) → $\color{blue}{\text{20}}$ (New) -### sorceress -- `ToHitFactor`: $\color{gray}{\text{750}}$ (Old) → $\color{blue}{\text{1000}}$ (New) -- `RunDrain`: $\color{gray}{\text{15}}$ (Old) → $\color{blue}{\text{20}}$ (New) diff --git a/output/excel_diff_report/cubemain.md b/output/excel_diff_report/cubemain.md deleted file mode 100644 index 3812b0c..0000000 --- a/output/excel_diff_report/cubemain.md +++ /dev/null @@ -1,710 +0,0 @@ -# Differences for cubemain.txt - -*Key column used: `description`* - -## Added Columns: `description` - -## Removed Columns: `Name` - -## Added Rows (701) -- ,mag -- ,qty= -- ,set -- ,uni -- 1 amn \+ standard gem \-> thul rune -- 1 axe \(any\) \+ 1 dagger \(any\) \-> throwing axe -- 1 ber \+ standard gem \-> sur rune -- 1 cham \+ standard gem \-> jah rune -- 1 diablo's horn \+ 1 baal's eye \+ 1 mephisto's brain \-> portal to tristram \(pandemonium finale\) -- 1 dol \+ standard gem \-> shael rune -- 1 el \+ standard gem \-> rejuv -- 1 el rune \+ 1 chipped gem \(any\) \+ 1 low quality armor \-> normal armor -- 1 el rune \+ 1 chipped gem \(any\) \+ 1 tempered weapon \-> weapon with extra attack rating -- 1 eld \+ standard gem \-> el rune -- 1 eld rune \+ 1 chipped gem \(any\) \+ 1 low quality weapon \-> normal weapon -- 1 eth \+ standard gem \-> nef rune -- 1 fal \+ standard gem \-> ko rune -- 1 fal rune \+ 1 perfect topaz \+ 1 southern worldstone shard \+ 1 grand charm \-> magnetic grand charm -- 1 fal rune \+ 1 perfect topaz \+ 1 southern worldstone shard \+ 1 large charm \-> magnetic large charm -- 1 fal rune \+ 1 perfect topaz \+ 1 southern worldstone shard \+ 1 magic amulet \-> magnetic amulet -- 1 fal rune \+ 1 perfect topaz \+ 1 southern worldstone shard \+ 1 magic armor \-> magnetic armor -- 1 fal rune \+ 1 perfect topaz \+ 1 southern worldstone shard \+ 1 magic boots \-> magnetic boots -- 1 fal rune \+ 1 perfect topaz \+ 1 southern worldstone shard \+ 1 magic gloves \-> magnetic gloves -- 1 fal rune \+ 1 perfect topaz \+ 1 southern worldstone shard \+ 1 magic helm \-> magnetic helm -- 1 fal rune \+ 1 perfect topaz \+ 1 southern worldstone shard \+ 1 magic ring \-> magnetic ring -- 1 fal rune \+ 1 perfect topaz \+ 1 southern worldstone shard \+ 1 magic shield \-> magnetic shield -- 1 fal rune \+ 1 perfect topaz \+ 1 southern worldstone shard \+ 1 magic weapon \-> magnetic weapon -- 1 fal rune \+ 1 perfect topaz \+ 1 southern worldstone shard \+ 1 small charm \-> magnetic small charm -- 1 fal rune \+ 1 perfect topaz \+ 1 uber ancient summon material act3 \+ 1 crack of the heavens \-> magnetic crack of the heavens -- 1 fal rune \+ 1 um rune \+ 1 perfect sapphire \+ 1 exceptional rare weapon \-> elite rare weapon -- 1 gul \+ standard gem \-> ist rune -- 1 hel \+ standard gem \-> dol rune -- 1 hel rune \+ scroll of town portal \+ 1 socketed item \-> clear sockets on item -- 1 io \+ standard gem \-> hel rune -- 1 io rune \+ 1 perfect ruby \+ 1 deep worldstone shard \+ 1 grand charm \-> incendiary grand charm -- 1 io rune \+ 1 perfect ruby \+ 1 deep worldstone shard \+ 1 large charm \-> incendiary large charm -- 1 io rune \+ 1 perfect ruby \+ 1 deep worldstone shard \+ 1 magic amulet \-> incendiary amulet -- 1 io rune \+ 1 perfect ruby \+ 1 deep worldstone shard \+ 1 magic armor \-> incendiary armor -- 1 io rune \+ 1 perfect ruby \+ 1 deep worldstone shard \+ 1 magic boots \-> incendiary boots -- 1 io rune \+ 1 perfect ruby \+ 1 deep worldstone shard \+ 1 magic gloves \-> incendiary gloves -- 1 io rune \+ 1 perfect ruby \+ 1 deep worldstone shard \+ 1 magic helm \-> incendiary helm -- 1 io rune \+ 1 perfect ruby \+ 1 deep worldstone shard \+ 1 magic ring \-> incendiary ring -- 1 io rune \+ 1 perfect ruby \+ 1 deep worldstone shard \+ 1 magic shield \-> incendiary shield -- 1 io rune \+ 1 perfect ruby \+ 1 deep worldstone shard \+ 1 magic weapon \-> incendiary weapon -- 1 io rune \+ 1 perfect ruby \+ 1 deep worldstone shard \+ 1 small charm \-> incendiary small charm -- 1 io rune \+ 1 perfect ruby \+ 1 uber ancient summon material act4 \+ 1 flame rift \-> incendiary flame rift -- 1 ist \+ standard gem \-> mal rune -- 1 ith \+ standard gem \-> eth rune -- 1 jah \+ standard gem \-> ber rune -- 1 ko \+ standard gem \-> lum rune -- 1 ko rune \+ 1 lem rune \+ 1 perfect diamond \+ 1 exceptional set armor \-> elite set armor -- 1 ko rune \+ 1 lem rune \+ 1 perfect diamond \+ 1 exceptional unique armor \-> elite unique armor -- 1 ko rune \+ 1 perfect emerald \+ 1 uber ancient summon material act1 \+ 1 rotting fissure \-> virulent rotting fissure -- 1 ko rune \+ 1 perfect emerald \+ 1 western worldstone shard \+ 1 large charm \-> virulent large charm -- 1 ko rune \+ 1 perfect emerald \+ 1 western worldstone shard \+ 1 magic amulet \-> virulent amulet -- 1 ko rune \+ 1 perfect emerald \+ 1 western worldstone shard \+ 1 magic armor \-> virulent armor -- 1 ko rune \+ 1 perfect emerald \+ 1 western worldstone shard \+ 1 magic boots \-> virulent boots -- 1 ko rune \+ 1 perfect emerald \+ 1 western worldstone shard \+ 1 magic gloves \-> virulent gloves -- 1 ko rune \+ 1 perfect emerald \+ 1 western worldstone shard \+ 1 magic helm \-> virulent helm -- 1 ko rune \+ 1 perfect emerald \+ 1 western worldstone shard \+ 1 magic ring \-> virulent ring -- 1 ko rune \+ 1 perfect emerald \+ 1 western worldstone shard \+ 1 magic shield \-> virulent shield -- 1 ko rune \+ 1 perfect emerald \+ 1 western worldstone shard \+ 1 magic weapon \-> virulent weapon -- 1 ko rune \+ 1 perfect emerald \+ 1 western worldstone shard \+ 1 small charm \-> virulent small charm -- 1 ko rune \+ 1 pul rune \+ 1 perfect amethyst \+ 1 exceptional rare armor \-> elite rare armor -- 1 lem \+ standard gem \-> fal rune -- 1 lo \+ standard gem \-> ohm rune -- 1 lum \+ standard gem \-> io rune -- 1 lum rune \+ 1 perfect sapphire \+ 1 eastern worldstone shard \+ 1 grand charm \-> gelid grand charm -- 1 lum rune \+ 1 perfect sapphire \+ 1 eastern worldstone shard \+ 1 large charm \-> gelid large charm -- 1 lum rune \+ 1 perfect sapphire \+ 1 eastern worldstone shard \+ 1 magic amulet \-> gelid amulet -- 1 lum rune \+ 1 perfect sapphire \+ 1 eastern worldstone shard \+ 1 magic armor \-> gelid armor -- 1 lum rune \+ 1 perfect sapphire \+ 1 eastern worldstone shard \+ 1 magic boots \-> gelid boots -- 1 lum rune \+ 1 perfect sapphire \+ 1 eastern worldstone shard \+ 1 magic gloves \-> gelid gloves -- 1 lum rune \+ 1 perfect sapphire \+ 1 eastern worldstone shard \+ 1 magic helm \-> gelid helm -- 1 lum rune \+ 1 perfect sapphire \+ 1 eastern worldstone shard \+ 1 magic ring \-> gelid ring -- 1 lum rune \+ 1 perfect sapphire \+ 1 eastern worldstone shard \+ 1 magic shield \-> gelid shield -- 1 lum rune \+ 1 perfect sapphire \+ 1 eastern worldstone shard \+ 1 magic weapon \-> gelid weapon -- 1 lum rune \+ 1 perfect sapphire \+ 1 eastern worldstone shard \+ 1 small charm \-> gelid small charm -- 1 lum rune \+ 1 perfect sapphire \+ 1 uber ancient summon material act2 \+ 1 cold rupture \-> gelid cold rupture -- 1 lum rune \+ 1 pul rune \+ 1 perfect emerald \+ 1 exceptional set weapon \-> elite set weapon -- 1 lum rune \+ 1 pul rune \+ 1 perfect emerald \+ 1 exceptional unique weapon \-> elite unique weapon -- 1 magic amulet \+ 1 jewel \+ 1 amn rune \+ 1 perfect ruby \-> blood amulet -- 1 magic amulet \+ 1 jewel \+ 1 ral rune \+ 1 perfect amethyst \-> caster amulet -- 1 magic amulet \+ 1 jewel \+ 1 thul rune \+ 1 perfect emerald \-> safety amulet -- 1 magic amulet \+ 1 jewel \+ thul rune \+ 1 perfect sapphire \-> hit power amulet -- 1 magic amulet \+ blood crafting tablet \-> blood amulet -- 1 magic amulet \+ caster crafting tablet \-> caster amulet -- 1 magic amulet \+ power crafting tablet \-> hit power amulet -- 1 magic amulet \+ saftey crafting tablet \-> safety amulet -- 1 magic axe \+ 1 jewel \+ ort rune \+ 1 perfect ruby \+ 1 eth rune \+ 1 chasi's malus \-> blood weapon -- 1 magic axe \+ 1 jewel \+ ort rune \+ 1 perfect ruby \-> blood weapon -- 1 magic axe \+ blood crafting tablet \+ 1 eth rune \+ 1 chasi's malus \-> blood weapon -- 1 magic axe \+ blood crafting tablet \-> blood weapon -- 1 magic belt \+ 1 jewel \+ 1 tal rune \+ 1 perfect ruby \+ 1 eth rune \+ 1 chasi's malus \-> blood belt -- 1 magic belt \+ 1 jewel \+ 1 tal rune \+ 1 perfect ruby \-> blood belt -- 1 magic belt \+ blood crafting tablet \+ 1 eth rune \+ 1 chasi's malus \-> blood belt -- 1 magic belt \+ blood crafting tablet \-> blood belt -- 1 magic blunt weapon \+ 1 jewel \+ 1 tir rune \+ 1 perfect sapphire \+ 1 eth rune \+ 1 chasi's malus \-> hit power weapon -- 1 magic blunt weapon \+ 1 jewel \+ 1 tir rune \+ 1 perfect sapphire \-> hit power weapon -- 1 magic blunt weapon \+ power crafting tablet \+ 1 eth rune \+ 1 chasi's malus \-> hit power weapon -- 1 magic blunt weapon \+ power crafting tablet \-> hit power weapon -- 1 magic boots \+ 1 jewel \+ thul rune \+ 1 perfect amethyst \+ 1 eth rune \+ 1 chasi's malus \-> caster boots -- 1 magic boots \+ 1 jewel \+ thul rune \+ 1 perfect amethyst \-> caster boots -- 1 magic boots \+ caster crafting tablet \+ 1 eth rune \+ 1 chasi's malus \-> caster boots -- 1 magic boots \+ caster crafting tablet \-> caster boots -- 1 magic breast plate \+ 1 jewel \+ 1 eth rune \+ 1 perfect emerald \+ 1 eth rune \+ 1 chasi's malus \-> safety body -- 1 magic breast plate \+ 1 jewel \+ 1 eth rune \+ 1 perfect emerald \-> safety body -- 1 magic breast plate \+ saftey crafting tablet \+ 1 eth rune \+ 1 chasi's malus \-> safety body -- 1 magic breast plate \+ saftey crafting tablet \-> safety body -- 1 magic chain boots \+ 1 jewel \+ 1 ral rune \+ 1 perfect sapphire \+ 1 eth rune \+ 1 chasi's malus \-> hit power boots -- 1 magic chain boots \+ 1 jewel \+ 1 ral rune \+ 1 perfect sapphire \-> hit power boots -- 1 magic chain boots \+ power crafting tablet \+ 1 eth rune \+ 1 chasi's malus \-> hit power boots -- 1 magic chain boots \+ power crafting tablet \-> hit power boots -- 1 magic chain gloves \+ power crafting tablet \-> hit power gloves -- 1 magic chain gloves \+ power crafting tablet \+ 1 eth rune \+ 1 chasi's malus \-> hit power gloves -- 1 magic chain gloves \+ 1 jewel \+ 1 ort rune \+ 1 perfect sapphire \+ 1 eth rune \+ 1 chasi's malus \-> hit power gloves -- 1 magic chain gloves \+ 1 jewel \+ 1 ort rune \+ 1 perfect sapphire \-> hit power gloves -- 1 magic circlet \+ 1 jewel \+ 1 ith rune \+ 1 perfect emerald \-> safety helm -- 1 magic circlet \+ 1 jewel \+ 1 ith rune \+ 1 perfect sapphire \-> hit power helm -- 1 magic circlet \+ 1 jewel \+ 1 ral rune \+ 1 perfect ruby \-> blood helm -- 1 magic circlet \+ 1 jewel \+ nef rune \+ 1 perfect amethyst \-> caster helm -- 1 magic circlet \+ blood crafting tablet \-> blood helm -- 1 magic circlet \+ blood crafting tablet \-> blood helm -- 1 magic circlet \+ blood crafting tablet \-> blood helm -- 1 magic circlet \+ caster crafting tablet \-> caster helm -- 1 magic circlet \+ caster crafting tablet \-> caster helm -- 1 magic circlet \+ hit power crafting tablet \-> hit power helm -- 1 magic circlet \+ saftey crafting tablet \-> safety helm -- 1 magic circlet \+ saftey crafting tablet \-> safety helm -- 1 magic circlet\+ 1 jewel \+ 1 ith rune \+ 1 perfect sapphire \-> hit power helm -- 1 magic crown \+ 1 jewel \+ 1 ith rune \+ 1 perfect emerald \+ 1 eth rune \+ 1 chasi's malus \-> safety helm -- 1 magic crown \+ 1 jewel \+ 1 ith rune \+ 1 perfect emerald \-> safety helm -- 1 magic crown \+ saftey crafting tablet \+ 1 eth rune \+ 1 chasi's malus \-> safety helm -- 1 magic crown \+ saftey crafting tablet \-> safety helm -- 1 magic field plate \+ 1 jewel \+ 1 nef rune \+ 1 perfect sapphire \+ 1 eth rune \+ 1 chasi's malus \-> hit power body -- 1 magic field plate \+ 1 jewel \+ 1 nef rune \+ 1 perfect sapphire \-> hit power body -- 1 magic field plate \+ power crafting tablet \+ 1 eth rune \+ 1 chasi's malus \-> hit power body -- 1 magic field plate \+ power crafting tablet \-> hit power body -- 1 magic full helm \+ 1 jewel \+ 1 ith rune \+ 1 perfect sapphire \+ 1 eth rune \+ 1 chasi's malus \-> hit power helm -- 1 magic full helm \+ 1 jewel \+ 1 ith rune \+ 1 perfect sapphire \-> hit power helm -- 1 magic full helm \+ power crafting tablet \+ 1 eth rune \+ 1 chasi's malus \-> hit power helm -- 1 magic full helm \+ power crafting tablet \-> hit power helm -- 1 magic gauntlets \+ 1 jewel \+ 1 ral rune \+ 1 perfect emerald \+ 1 eth rune \+ 1 chasi's malus \-> safety gloves -- 1 magic gauntlets \+ 1 jewel \+ 1 ral rune \+ 1 perfect emerald \-> safety gloves -- 1 magic gauntlets \+ saftey crafting tablet \+ 1 eth rune \+ 1 chasi's malus \-> safety gloves -- 1 magic gauntlets \+ saftey crafting tablet \-> safety gloves -- 1 magic gothic shield \+ 1 jewel \+ 1 eth rune \+ 1 perfect sapphire \+ 1 eth rune \+ 1 chasi's malus \-> hit power shield -- 1 magic gothic shield \+ 1 jewel \+ 1 eth rune \+ 1 perfect sapphire \-> hit power shield -- 1 magic gothic shield \+ power crafting tablet \+ 1 eth rune \+ 1 chasi's malus \-> hit power shield -- 1 magic gothic shield \+ power crafting tablet \-> hit power shield -- 1 magic heavy belt \+ 1 jewel \+ 1 tal rune \+ 1 perfect sapphire \+ 1 eth rune \+ 1 chasi's malus \-> hit power belt -- 1 magic heavy belt \+ 1 jewel \+ 1 tal rune \+ 1 perfect sapphire \-> hit power belt -- 1 magic heavy belt \+ power crafting tablet \+ 1 eth rune \+ 1 chasi's malus \-> hit power belt -- 1 magic heavy belt \+ power crafting tablet \-> hit power belt -- 1 magic heavy gloves \+ 1 jewel \+ 1 nef rune \+ 1 perfect ruby \+ 1 eth rune \+ 1 chasi's malus \-> blood gloves -- 1 magic heavy gloves \+ 1 jewel \+ 1 nef rune \+ 1 perfect ruby \-> blood gloves -- 1 magic heavy gloves \+ blood crafting tablet \+ 1 eth rune \+ 1 chasi's malus \-> blood gloves -- 1 magic heavy gloves \+ blood crafting tablet \-> blood gloves -- 1 magic helm \+ 1 jewel \+ 1 ral rune \+ 1 perfect ruby \+ 1 eth rune \+ 1 chasi's malus \-> blood helm -- 1 magic helm \+ 1 jewel \+ 1 ral rune \+ 1 perfect ruby \-> blood helm -- 1 magic helm \+ blood crafting tablet \+ 1 eth rune \+ 1 chasi's malus \-> blood helm -- 1 magic helm \+ blood crafting tablet \-> blood helm -- 1 magic kite shield \+ 1 jewel \+ 1 nef rune \+ 1 perfect emerald \+ 1 eth rune \+ 1 chasi's malus \-> safety shield -- 1 magic kite shield \+ 1 jewel \+ 1 nef rune \+ 1 perfect emerald \-> safety shield -- 1 magic kite shield \+ saftey crafting tablet \+ 1 eth rune \+ 1 chasi's malus \-> safety shield -- 1 magic kite shield \+ saftey crafting tablet \-> safety shield -- 1 magic leather gloves \+ 1 jewel \+ ort rune \+ 1 perfect amethyst \+ 1 eth rune \+ 1 chasi's malus \-> caster gloves -- 1 magic leather gloves \+ 1 jewel \+ ort rune \+ 1 perfect amethyst \-> caster gloves -- 1 magic leather gloves \+ caster crafting tablet \+ 1 eth rune \+ 1 chasi's malus \-> caster gloves -- 1 magic leather gloves \+ caster crafting tablet \-> caster gloves -- 1 magic light belt \+ 1 jewel \+ ith rune \+ 1 perfect amethyst \+ 1 eth rune \+ 1 chasi's malus \-> caster belt -- 1 magic light belt \+ 1 jewel \+ ith rune \+ 1 perfect amethyst \-> caster belt -- 1 magic light belt \+ caster crafting tablet \+ 1 eth rune \+ 1 chasi's malus \-> caster belt -- 1 magic light belt \+ caster crafting tablet \-> caster belt -- 1 magic light plate \+ 1 jewel \+ 1 tal rune \+ 1 perfect amethyst \+ 1 eth rune \+ 1 chasi's malus \-> caster body -- 1 magic light plate \+ 1 jewel \+ 1 tal rune \+ 1 perfect amethyst \-> caster body -- 1 magic light plate \+ caster crafting tablet \+ 1 eth rune \+ 1 chasi's malus \-> caster body -- 1 magic light plate \+ caster crafting tablet \-> caster body -- 1 magic light plated boots \+ 1 jewel \+ 1 eth rune \+ 1 perfect ruby \+ 1 eth rune \+ 1 chasi's malus \-> blood boots -- 1 magic light plated boots \+ 1 jewel \+ 1 eth rune \+ 1 perfect ruby \-> blood boots -- 1 magic light plated boots \+ blood crafting tablet \+ 1 eth rune \+ 1 chasi's malus \-> blood boots -- 1 magic light plated boots \+ blood crafting tablet \-> blood boots -- 1 magic mask \+ 1 jewel \+ nef rune \+ 1 perfect amethyst \+ 1 eth rune \+ 1 chasi's malus \-> caster helm -- 1 magic mask \+ 1 jewel \+ nef rune \+ 1 perfect amethyst \-> caster helm -- 1 magic mask \+ caster crafting tablet \+ 1 eth rune \+ 1 chasi's malus \-> caster helm -- 1 magic mask \+ caster crafting tablet \-> caster helm -- 1 magic plate mail \+ 1 jewel \+ 1 thul rune \+ 1 perfect ruby \+ 1 eth rune \+ 1 chasi's malus \-> blood body -- 1 magic plate mail \+ 1 jewel \+ 1 thul rune \+ 1 perfect ruby \-> blood body -- 1 magic plate mail \+ blood crafting tablet \-> blood body -- 1 magic plate mail \+ blood crafting tablet \+ 1 eth rune \+ 1 chasi's malus \-> blood body -- 1 magic plated boots \+ 1 jewel \+ 1 ort rune \+ 1 perfect emerald \+ 1 eth rune \+ 1 chasi's malus \-> safety boots -- 1 magic plated boots \+ 1 jewel \+ 1 ort rune \+ 1 perfect emerald \-> safety boots -- 1 magic plated boots \+ saftey crafting tablet \+ 1 eth rune \+ 1 chasi's malus \-> safety boots -- 1 magic plated boots \+ saftey crafting tablet \-> safety boots -- 1 magic ring \+ 1 jewel \+ 1 amn rune \+ 1 perfect amethyst \-> caster ring -- 1 magic ring \+ 1 jewel \+ 1 amn rune \+ 1 perfect emerald \-> safety ring -- 1 magic ring \+ 1 jewel \+ 1 amn rune \+ 1 perfect sapphire \-> hit power ring -- 1 magic ring \+ 1 jewel \+ 1 sol rune \+ 1 perfect ruby \-> blood ring -- 1 magic ring \+ 1 standard emerald \+ 1 antidote potion \-> jade ring -- 1 magic ring \+ 1 standard ruby \+ 1 healing potion \-> garnet ring -- 1 magic ring \+ 1 standard sapphire \+ 1 thawing potion \-> cobalt ring -- 1 magic ring \+ 1 standard topaz \+ 1 rejuvenation potion \-> coral ring -- 1 magic ring \+ blood crafting tablet \-> blood ring -- 1 magic ring \+ caster crafting tablet \-> caster ring -- 1 magic ring \+ power crafting tablet \-> hit power ring -- 1 magic ring \+ saftey crafting tablet \-> safety ring -- 1 magic rod \+ 1 jewel \+ 1 tir rune \+ 1 perfect amethyst \+ 1 eth rune \+ 1 chasi's malus \-> caster weapon -- 1 magic rod \+ 1 jewel \+ 1 tir rune \+ 1 perfect amethyst \-> caster weapon -- 1 magic rod \+ caster crafting tablet \+ 1 eth rune \+ 1 chasi's malus \-> caster weapon -- 1 magic rod \+ caster crafting tablet \-> caster weapon -- 1 magic sash \+ 1 jewel \+ 1 tal rune \+ 1 perfect emerald \+ 1 eth rune \+ 1 chasi's malus \-> safety belt -- 1 magic sash \+ 1 jewel \+ 1 tal rune \+ 1 perfect emerald \-> safety belt -- 1 magic sash \+ saftey crafting tablet \+ 1 eth rune \+ 1 chasi's malus \-> safety belt -- 1 magic sash \+ saftey crafting tablet \-> safety belt -- 1 magic shield \+ 1 spiked club \+ 2 skulls \(any\) \-> magic shield of spikes -- 1 magic small shield \+ 1 jewel \+ 1 eth rune \+ 1 perfect amethyst \+ 1 eth rune \+ 1 chasi's malus \-> caster shield -- 1 magic small shield \+ 1 jewel \+ 1 eth rune \+ 1 perfect amethyst \-> caster shield -- 1 magic small shield \+ caster crafting tablet \+ 1 eth rune \+ 1 chasi's malus \-> caster shield -- 1 magic small shield \+ caster crafting tablet \-> caster shield -- 1 magic spear \+ 1 jewel \+ 1 sol rune \+ 1 perfect emerald \+ 1 eth rune \+ 1 chasi's malus \-> safety weapon -- 1 magic spear \+ 1 jewel \+ 1 sol rune \+ 1 perfect emerald \-> safety weapon -- 1 magic spear \+ saftey crafting tablet \+ 1 eth rune \+ 1 chasi's malus \-> safety weapon -- 1 magic spear \+ saftey crafting tablet \-> safety weapon -- 1 magic spiked shield \+ 1 jewel \+ 1 ith rune \+ 1 perfect ruby \+ 1 eth rune \+ 1 chasi's malus \-> blood shield -- 1 magic spiked shield \+ 1 jewel \+ 1 ith rune \+ 1 perfect ruby \-> blood shield -- 1 magic spiked shield \+ blood crafting tablet \+ 1 eth rune \+ 1 chasi's malus \-> blood shield -- 1 magic spiked shield \+ blood crafting tablet \-> blood shield -- 1 mal \+ standard gem \-> um rune -- 1 mal rune \+ 1 perfect diamond \+ 1 northern worldstone shard \+ 1 grand charm \-> mystical grand charm -- 1 mal rune \+ 1 perfect diamond \+ 1 northern worldstone shard \+ 1 large charm \-> mystical large charm -- 1 mal rune \+ 1 perfect diamond \+ 1 northern worldstone shard \+ 1 magic amulet \-> mystical amulet -- 1 mal rune \+ 1 perfect diamond \+ 1 northern worldstone shard \+ 1 magic armor \-> mystical armor -- 1 mal rune \+ 1 perfect diamond \+ 1 northern worldstone shard \+ 1 magic boots \-> mystical boots -- 1 mal rune \+ 1 perfect diamond \+ 1 northern worldstone shard \+ 1 magic gloves \-> mystical gloves -- 1 mal rune \+ 1 perfect diamond \+ 1 northern worldstone shard \+ 1 magic helm \-> mystical helm -- 1 mal rune \+ 1 perfect diamond \+ 1 northern worldstone shard \+ 1 magic ring \-> mystical ring -- 1 mal rune \+ 1 perfect diamond \+ 1 northern worldstone shard \+ 1 magic shield \-> mystical shield -- 1 mal rune \+ 1 perfect diamond \+ 1 northern worldstone shard \+ 1 magic weapon \-> mystical weapon -- 1 mal rune \+ 1 perfect diamond \+ 1 northern worldstone shard \+ 1 small charm \-> mystical small charm -- 1 mal rune \+ 1 perfect diamond \+ 1 uber ancient summon material act5 \+ 1 black cleft \-> mystical black cleft -- 1 mana potion -- 1 nef \+ standard gem \-> tir rune -- 1 ohm \+ standard gem \-> vex rune -- 1 ort \+ standard gem \-> ral rune -- 1 ort rune \+ 1 amn rune \+ 1 perfect sapphire \+ 1 normal rare weapon \-> exceptional rare weapon -- 1 ort rune \+ 1 chipped gem \(any\) \+ 1 weapon \-> fully repaired and recharged weapon -- 1 ort rune \+ 1 weapon \-> fully repaired weapon -- 1 perfect diamond \+ 1 kris \+ 1 staff \+ 1 belt \-> savage polearm -- 1 perfect skull \+ 1 rare item \+ 1 stone of jordan \-> 1 high quality rare item -- 1 pul \+ standard gem \-> lem rune -- 1 pul rune \+ 1 perfect amethyst \+ 1 northern worldstone shard \+ 1 grand charm \-> breaching grand charm -- 1 pul rune \+ 1 perfect amethyst \+ 1 northern worldstone shard \+ 1 large charm \-> breaching large charm -- 1 pul rune \+ 1 perfect amethyst \+ 1 northern worldstone shard \+ 1 magic amulet \-> breaching amulet -- 1 pul rune \+ 1 perfect amethyst \+ 1 northern worldstone shard \+ 1 magic armor \-> breaching armor -- 1 pul rune \+ 1 perfect amethyst \+ 1 northern worldstone shard \+ 1 magic boots \-> breaching boots -- 1 pul rune \+ 1 perfect amethyst \+ 1 northern worldstone shard \+ 1 magic gloves \-> breaching gloves -- 1 pul rune \+ 1 perfect amethyst \+ 1 northern worldstone shard \+ 1 magic helm \-> breaching helm -- 1 pul rune \+ 1 perfect amethyst \+ 1 northern worldstone shard \+ 1 magic ring \-> breaching ring -- 1 pul rune \+ 1 perfect amethyst \+ 1 northern worldstone shard \+ 1 magic shield \-> breaching shield -- 1 pul rune \+ 1 perfect amethyst \+ 1 northern worldstone shard \+ 1 magic weapon \-> breaching weapon -- 1 pul rune \+ 1 perfect amethyst \+ 1 northern worldstone shard \+ 1 small charm \-> breaching small charm -- 1 pul rune \+ 1 perfect amethyst \+ 1 uber ancient summon material act5 \+ 1 bone break \-> breaching bone break -- 1 ral \+ standard gem \-> tal rune -- 1 ral rune \+ 1 amn rune \+ 1 perfect amethyst \+ 1 normal weapon \-> socketed weapon -- 1 ral rune \+ 1 armor \-> fully repaired armor -- 1 ral rune \+ 1 flawed gem \(any\) \+ 1 armor \-> fully repaired and recharged armor -- 1 ral rune \+ 1 jewel \+ 1 magic amulet \-> tempered amulet -- 1 ral rune \+ 1 jewel \+ 1 superior armor \-> tempered armor -- 1 ral rune \+ 1 jewel \+ 1 superior weapon \-> tempered weapon -- 1 ral rune \+ 1 jewel \+ magic ring \-> tempered ring -- 1 ral rune \+ 1 sol rune \+ 1 perfect emerald \+ 1 normal set weapon \-> exceptional set weapon -- 1 ral rune \+ 1 sol rune \+ 1 perfect emerald \+ 1 normal unique weapon \-> exceptional unique weapon -- 1 ral rune \+ 1 thul rune \+ 1 perfect amethyst \+ 1 normal rare armor \-> exceptional rare armor -- 1 ral rune \+ 1 thul rune \+ 1 perfect sapphire \+ 1 normal helm \-> socketed helm -- 1 shael \+ standard gem \-> sol rune -- 1 socket -- 1 sol \+ standard gem \-> amn rune -- 1 spear \(any\) \+ 1 arrows \-> javelins -- 1 strangling gas potion \+ 1 healing potion \(any\) \-> antidote potion -- 1 sur \+ standard gem \-> lo rune -- 1 tal \+ standard gem \-> ith rune -- 1 tal rune \+ 1 amn rune \+ 1 perfect ruby \+ 1 normal shield \-> socketed shield -- 1 tal rune \+ 1 shael rune \+ 1 perfect diamond \+ 1 normal set armor \-> exceptional set armor -- 1 tal rune \+ 1 shael rune \+ 1 perfect diamond \+ 1 normal unique armor \-> exceptional unique armor -- 1 tal rune \+ 1 thul rune \+ 1 perfect topaz \+ 1 normal torso armor \-> socketed torso armor -- 1 thaw for blank charm -- 1 thul \+ standard gem \-> ort rune -- 1 tir \+ standard gem \-> eld rune -- 1 twisted essence of suffering \+ 1 charged essence of hatred \+ 1 burning essence of terror \+ 1 festering essence of destruction \-> uber keys -- 1 uber ancient summon material from act 1 \+ act2 \+ act3 \+ act 4 \+ act 5 \-> portal to colossal summit -- 1 um \+ standard gem \-> pul rune -- 1 vex \+ standard gem \-> gul rune -- 1 zod \+ standard gem \-> cham rune -- 2 ber runes \-> jah rune -- 2 cham runes \-> zod rune -- 2 gul runes \-> vex rune -- 2 handed sockets -- 2 ist runes \-> gul rune -- 2 jah runes \-> cham rune -- 2 lo runes \-> sur rune -- 2 mal runes \-> ist rune -- 2 ohm runes \-> lo rune -- 2 pk1 \+ 1 pk2 = matrons den -- 2 pk1 \+ 1 pk3 = matrons den -- 2 pk2 \+ 1 pk1 = forgotten sands -- 2 pk2 \+ 1 pk3 = forgotten sands -- 2 pk3 \+ 1 pk1 = furnace of pain -- 2 pk3 \+ 1 pk2 = furnace of pain -- 2 pul runes \-> um rune -- 2 socket -- 2 socket belts -- 2 sur runes \-> ber rune -- 2 thaw for modifiers charm -- 2 um runes \-> mal rune -- 2 unique jewerly = soh -- 2 vex runes \-> ohm rune -- 3 amn runes \-> sol rune -- 3 burning essence of terror \-> 1 festering essence of destruction -- 3 charged essence of hatred \-> 1 burning essence of terror -- 3 chipped amethysts \-> flawed amethyst -- 3 chipped diamonds \-> flawed diamond -- 3 chipped emeralds \-> flawed emerald -- 3 chipped rubies \-> flawed ruby -- 3 chipped sapphires \-> flawed sapphire -- 3 chipped skulls \-> flawed skull -- 3 chipped topazes \-> flawed topaz -- 3 dol runes \-> hel rune -- 3 el runes \-> eld rune -- 3 eld runes \-> tir rune -- 3 eth runes \-> ith rune -- 3 fal runes \-> lem rune -- 3 festering essence of destruction \-> twisted essence of suffering -- 3 flawed amethysts \-> standard amethyst -- 3 flawed diamonds \-> standard diamond -- 3 flawed emeralds \-> standard emerald -- 3 flawed rubies \-> standard ruby -- 3 flawed sapphires \-> standard sapphire -- 3 flawed skulls \-> standard skull -- 3 flawed topazes \-> standard topaz -- 3 flawless amethysts \-> perfect amethyst -- 3 flawless diamonds \-> perfect diamond -- 3 flawless emeralds \-> perfect emerald -- 3 flawless gems \+ 1 magic weapon \-> socketed magic weapon -- 3 flawless rubies \-> perfect ruby -- 3 flawless sapphires \-> perfect sapphire -- 3 flawless skulls \-> perfect skull -- 3 flawless topazes \-> perfect topaz -- 3 healing potions \(any\) \+ 3 mana potions \(any\) \+ 1 chipped gem \(any\) \-> rejuvenation potion -- 3 healing potions \(any\) \+ 3 mana potions \(any\) \+ 1 standard gem \(any\) \-> full rejuvenation potion -- 3 hel runes \-> io rune -- 3 io runes \-> lum rune -- 3 ith runes \-> tal rune -- 3 ko runes \-> fal rune -- 3 lem runes \-> pul rune -- 3 lum runes \-> ko rune -- 3 magic amulets \-> magic ring -- 3 magic rings \-> magic amulet -- 3 nef runes \-> eth rune -- 3 ort runes \-> thul rune -- 3 perfect gems \(any\) \+ 1 magic item \-> re\-rolled magic item -- 3 perfect gems \+ thawing potion \+ 1 standard amethyst \-> 3 perfect amethyst -- 3 perfect gems \+ thawing potion \+ 1 standard diamond \-> 3 perfect diamonds -- 3 perfect gems \+ thawing potion \+ 1 standard emerald \-> 3 perfect emeralds -- 3 perfect gems \+ thawing potion \+ 1 standard ruby \-> 3 perfect rubies -- 3 perfect gems \+ thawing potion \+ 1 standard sapphire \-> 3 perfect sapphires -- 3 perfect gems \+ thawing potion \+ 1 standard skull \-> 3 perfect skulls -- 3 perfect gems \+ thawing potion \+ 1 standard topaz \-> 3 perfect topazes -- 3 perfect skull \+ 1 rare item \+ 1 stone of jordan \-> add 3 socket to rare item -- 3 pk1 = matrons den -- 3 pk2 = forgotten sands -- 3 pk3 = furnace of pain -- 3 ral runes \-> ort rune -- 3 rejuvenation potions \-> full rejuvenation potion -- 3 shael runes \-> dol rune -- 3 socket -- 3 socket boots -- 3 socket chest -- 3 socket gloves -- 3 socket helm -- 3 socket shield -- 3 sol runes \-> shael rune -- 3 standard amethysts \-> flawless amethyst -- 3 standard diamonds \-> flawless diamond -- 3 standard emeralds \-> flawless emerald -- 3 standard gems \+ 1 socketed weapon \-> socketed magic weapon -- 3 standard rubies \-> flawless ruby -- 3 standard sapphires \-> flawless sapphire -- 3 standard skulls \-> flawless skull -- 3 standard topazes \-> flawless topaz -- 3 tal runes \-> ral rune -- 3 thaw for level reward charm -- 3 thul runes \-> amn rune -- 3 tir runes \-> nef rune -- 3 twisted essence of suffering \-> 1 charged essence of hatred -- 35 bricks \+ thawing potion = the divine standard -- 35 bricks \+ tp scroll = cham rune -- 35 perfect amethysts \+ thawing potion = 2 unique amulets -- 35 perfect diamonds \+ thawing potion = diablo's soulstone -- 35 perfect emeralds \+ thawing potion = gheed -- 35 perfect rubies \+ thawing potion = 2 unique rings -- 35 perfect sapphires \+ thawing potion = jewel -- 35 perfect skulls \+ thawing potion = fracture halo \+ infernal maw -- 35 perfect topazes \+ thawing potion = vex rune -- 35 standard of heroes \+ thawing potion = flask of etheric light -- 4 healing potions \(any\) \+ 1 perfect ruby \+ 1 magic sword \-> sword of the leech -- 4 socket -- 4 socket weapons -- 5 socket -- 6 ber runes \-> 3 jah rune -- 6 cham runes \-> 3 zod rune -- 6 gul runes \-> 3 vex rune -- 6 ist runes \-> 3 gul rune -- 6 jah runes \-> 3 cham rune -- 6 lo runes \-> 3 sur rune -- 6 mal runes \-> 3 ist rune -- 6 ohm runes \-> 3 lo rune -- 6 perfect gems \(1 of each type\) \+ 1 magic amulet \-> prismatic amulet -- 6 perfect skulls \+ 1 rare item \-> 1 low quality rare item -- 6 pul runes \-> 3 um rune -- 6 socket -- 6 socket bows -- 6 socket crossbows -- 6 sur runes \-> 3 ber rune -- 6 um runes \-> 3 mal rune -- 6 vex runes \-> 3 ohm rune -- 9 amn runes \-> 3 sol rune -- 9 chipped amethysts \-> 3 flawed amethyst -- 9 chipped diamonds \-> 3 flawed diamond -- 9 chipped emeralds \-> 3 flawed emerald -- 9 chipped rubies \-> 3 flawed ruby -- 9 chipped sapphires \-> 3 flawed sapphire -- 9 chipped skulls \-> 3 flawed skull -- 9 chipped topazes \-> 3 flawed topaz -- 9 dol runes \-> 3 hel rune -- 9 el runes \-> 3 eld rune -- 9 eld runes \-> 3 tir rune -- 9 eth runes \-> 3 ith rune -- 9 fal runes \-> 3 lem rune -- 9 flawed amethysts \-> 3 standard amethyst -- 9 flawed diamonds \-> 3 standard diamond -- 9 flawed emeralds \-> 3 standard emerald -- 9 flawed rubies \-> 3 standard ruby -- 9 flawed sapphires \-> 3 standard sapphire -- 9 flawed skulls \-> 3 standard skull -- 9 flawed topazes \-> 3 standard topaz -- 9 flawless amethysts \-> 3 perfect amethyst -- 9 flawless diamonds \-> 3 perfect diamond -- 9 flawless emeralds \-> 3 perfect emerald -- 9 flawless rubies \-> 3 perfect ruby -- 9 flawless sapphires \-> 3 perfect sapphire -- 9 flawless skulls \-> 3 perfect skull -- 9 flawless topazes \-> 3 perfect topaz -- 9 hel runes \-> 3 io rune -- 9 io runes \-> 3 lum rune -- 9 ith runes \-> 3 tal rune -- 9 ko runes \-> 3 fal rune -- 9 lem runes \-> 3 pul rune -- 9 lum runes \-> 3 ko rune -- 9 magic jewels \+ charsi's malus = 1 rare jewel -- 9 nef runes \-> 3 eth rune -- 9 ort runes \-> 3 thul rune -- 9 pskulls \+ 3 hellfire ash \+ larzuk's forging hammer \+ unique jewel = random unique jewel -- 9 ral runes \-> 3 ort rune -- 9 shael runes \-> 3 dol rune -- 9 sol runes \-> 3 shael rune -- 9 standard amethysts \-> 3 flawless amethyst -- 9 standard diamonds \-> 3 flawless diamond -- 9 standard emeralds \-> 3 flawless emerald -- 9 standard rubies \-> 3 flawless ruby -- 9 standard sapphires \-> 3 flawless sapphire -- 9 standard skulls \-> 3 flawless skull -- 9 standard topazes \-> 3 flawless topaz -- 9 tal runes \-> 3 ral rune -- 9 thul runes \-> 3 amn rune -- 9 tir runes \-> 3 nef rune -- all resistance -- all resistances -- amplify damage -- amulet -- amulet \+ standard of heroes \+ charsi's malus \+ gul = melee augment amulet -- amulet \+ standard of heroes \+ jah \+ lo \+ vex = mf \+ gf amulet -- annihilus -- armor -- armor \+ flask = ethereal armor -- armor \+ standard of heroes \+ cham \+ sur \+ the stone of jordan = teleport \+ mf \+ gf armor -- armor \+ standard of heroes \+ charsi's malus \+ gul = melee augment armor -- armor \+ standard of heroes \+ jah \+ lo \+ vex = mf \+ gf armor -- armor eth -- armor eth sup -- armor inf -- armor sup -- arrows -- astreon's iron ward -- attributes -- barb combat -- belt -- belt \+ standard of heroes \+ charsi's malus \+ gul = melee augment belt -- belt \+ standard of heroes \+ jah \+ lo \+ vex = mf \+ gf belt -- belt eth -- belt eth sup -- belt inf -- belt sup -- black -- blessed aim -- block bows -- block charms -- block jewels -- bolts -- bone armor -- boots -- boots \+ standard of heroes \+ charsi's malus \+ gul = melee augment boots -- boots \+ standard of heroes \+ jah \+ lo \+ vex = mf \+ gf boots -- boots eth -- boots eth sup -- boots inf -- boots sup -- bow and crossbow -- brick -- charsi hammer \+ larzuk hammer \+ standard of heros \+ 1 exceptional set armor \-> elite set armor -- charsi hammer \+ larzuk hammer \+ standard of heros \+ 1 exceptional set weapon \-> elite set weapon -- charsi hammer \+ larzuk hammer \+ 1 normal crafted armor \-> exceptional crafted armor -- charsi hammer \+ larzuk hammer \+ 1 normal crafted weapon \-> exceptional crafted weapon -- charsi hammer \+ larzuk hammer \+ 1 normal rare armor \-> exceptional rare armor -- charsi hammer \+ larzuk hammer \+ 1 normal rare weapon \-> exceptional rare weapon -- charsi hammer \+ larzuk hammer \+ standard of heros \+ 1 exceptional crafted armor \-> elite crafted armor -- charsi hammer \+ larzuk hammer \+ standard of heros \+ 1 exceptional crafted weapon \-> elite crafted weapon -- charsi hammer \+ larzuk hammer \+ standard of heros \+ 1 exceptional rare weapon \-> elite rare weapon -- charsi hammer \+ larzuk hammer \+ standard of heros \+ 1 exceptional unique armor \-> elite unique armor -- charsi hammer \+ larzuk hammer \+ standard of heros \+ 1 exceptional unique weapon \-> elite unique weapon -- charsi hammer \+ larzuk hammer \+ standard of heros \+ 1 exceptional rare armor \-> elite rare armor -- charsi hammer \+ larzuk hammer \+ 1 normal set armor \-> exceptional set armor -- charsi hammer \+ larzuk hammer \+ 1 normal set weapon \-> exceptional set weapon -- charsi hammer \+ larzuk hammer \+ 1 normal unique armor \-> exceptional unique armor -- charsi hammer \+ larzuk hammer \+ 1 normal unique weapon \-> exceptional unique weapon -- charsi's malus \+ annihilus \-> 3 standard of heroes -- charsi's malus \+ gheed's fortune \-> 3 mf potions -- charsi's malus \+ hellfire torch = 1 hellfire ashes -- circ eth -- circ eth sup -- cold skills -- craft corruptions \-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\- -- craft corruptor -- crown of ages -- curses -- cyclone armor -- darkforce spawn -- death cleaver -- death's fathom -- death's web -- decrepify -- defensive auras -- divine corruptions -- dragonscale -- druid summoning -- earth shifter -- elemental skills -- executioner's justice -- experience -- faster cast rate -- faster hit recovery -- faster run/walk -- fhr\+ frw -- fire skills -- fleshripper -- fracture halo \-\-> return base \+ socketed items -- frost nova -- frostwind -- gargoyle's bite -- gheed's blessing -- gheed's fortune -- ghostflame -- giant skull -- gloves -- gloves \+ standard of heroes \+ charsi's malus \+ gul = melee augment gloves -- gloves \+ standard of heroes \+ jah \+ lo \+ vex = mf \+ gf gloves -- gloves eth -- gloves eth sup -- gloves inf -- gloves sup -- griffon's eye -- gut siphon -- hellfire ash \+ stamina potion \-> 2 standard of heroes -- hellfire torch -- helm -- helm \+ standard of heroes \+ charsi's malus \+ gul = melee augment helm -- helm \+ standard of heroes \+ jah \+ lo \+ vex = mf \+ gf helm -- helm eth -- helm eth sup -- helm inf -- helm sup -- herb \+ standard of heros = repair augment on crafted item -- herb \+ standard of heros = repair augment on javelin -- herb \+ standard of heros = repair augment on magic item -- herb \+ standard of heros = repair augment on rare item -- herb \+ standard of heros = repair augment on set armor -- herb \+ standard of heros = repair augment on set weapon -- herb \+ standard of heros = repair augment on throwing axe -- herb \+ standard of heros = repair augment on throwing knife -- herb \+ standard of heros = repair augment on unique armor -- herb \+ standard of heros = repair augment on unique weapon -- herb \+ standard of heros = replenishing id book -- herb \+ standard of heros = replenishing tp book -- increased attack speed -- infernal mawstone \+ item \-\-> rerolls ethereal set ; potential upgrade or downgrade -- infernal mawstone \+ item \-\-> rerolls ethereal unique ; potential upgrade or downgrade -- infernal mawstone \+ item \-\-> rerolls set; potential upgrade or downgrade -- infernal mawstone \+ item \-\-> rerolls unique ; potential upgrade or downgrade -- jav and spear -- khalim's flail \+ khalim's heart \+ khalim's eye \+ khalim's brain \-> khalim's will -- life \+ mana -- life tap -- lightning skills -- lower resist -- magic corruptions -- magic corruptor -- magic staff \+ riftcarver = staff of teleportation -- magic wand \+ blood coiled stone \+ hp potion = wand of life tap -- magic wand \+ blood coiled stone \+ mana potion = wand of lower res -- mang song's lesson -- martial arts -- masteries -- maximum damage and ar -- messerschmidt's reaver -- mf \+ gf -- necro summoning skills -- offensive auras -- pally combat -- passive and magic -- pk1 \+ pk2 \+ pk3 = random uber -- poison and bone -- prayer -- rare corruptions \-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\- -- rare corruptor -- ravenlore -- remove black -- remove white -- ring \+ standard of heroes \+ charsi's malus \+ gul = melee augment ring -- ring \+ standard of heroes \+ jah \+ lo \+ vex = mf \+ gf ring -- rings -- schaefer's hammer -- seasonal gift -- set corruptions \-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\- -- set corruptor -- shadow dancer -- shadow disciplines -- shapeshifting skills -- shield -- shield \+ standard of heroes \+ charsi's malus \+ gul = melee augment shield -- shield \+ standard of heroes \+ jah \+ lo \+ vex = mf \+ gf shield -- shield eth -- shield eth sup -- shield inf -- shield sup -- spirit ward -- splash charm upgrades wip -- staff of kings \+ amulet of the viper \-> horadric staff -- static -- steel carapace -- steel pillar -- steelrend -- stone crusher -- stormspire -- sup 1 ral rune \+ 1 amn rune \+ 1 perfect amethyst \+ 1 normal weapon \-> socketed weapon -- sup 1 ral rune \+ 1 thul rune \+ 1 perfect sapphire \+ 1 normal helm \-> socketed helm -- sup 1 tal rune \+ 1 amn rune \+ 1 perfect ruby \+ 1 normal shield \-> socketed shield -- sup 1 tal rune \+ 1 thul rune \+ 1 perfect topaz \+ 1 normal torso armor \-> socketed torso armor -- templar's might -- the cranium basher -- the grandfather -- throwing axes -- throwing javelins -- throwing knives -- transmogify -- traps -- tyrael's might -- unique corruptions \-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\- -- unique corruptor -- upgrade splash charm tier \- t1 splash charm & el\-rune = t2 splash charm -- upgrade splash charm tier \- t2 splash charm & nef\-rune = t3 splash charm -- upgrade splash charm tier \- t3 splash charm & sol\-rune & flawless skull = t4 splash charm -- upgrade splash charm tier \- t4 splash charm & hel\-rune & flawless skull = t5 splash charm -- upgrade splash charm tier \- t5 splash charm & fal\-rune & perfect skull = t6 splash charm -- upgrade splash charm tier \- t6 splash charm & pul\-rune & eth\-rune & perfect skull = t7 splash charm -- upgrade splash charm tier \- t7 splash charm & mal\-rune & tal\-rune & perfect skull = t8 splash charm -- upgrade splash charm tier \- t8 splash charm & ohm\-rune & ral\-rune & charsi malus & larzuk malus = t9 splash charm -- vigor -- warcries -- weaken -- weapon -- weapon \+ flask = ethereal weapon -- weapon \+ standard of heroes \+ charsi's malus \+ gul = melee augment weapon -- weapon \+ standard of heroes \+ jah \+ lo \+ vex = mf \+ gf weapon -- weapon eth -- weapon eth sup -- weapon inf -- weapon sup -- white -- windforce -- wip 2 arrows \-> bolts with mf \+ sockets -- wip 2 bolts \-> arrows with mf \+ sockets -- wirt's leg \-> portal to the secret cow level diff --git a/output/excel_diff_report/difficultylevels.md b/output/excel_diff_report/difficultylevels.md deleted file mode 100644 index 8df6594..0000000 --- a/output/excel_diff_report/difficultylevels.md +++ /dev/null @@ -1,15 +0,0 @@ -# Differences for difficultylevels.txt - -*Key column used: `Name`* - -## Added Columns: `ResistFloor` - -## Modified Rows (2) -### hell -- `ResistPenalty`: $\color{gray}{\text{-110}}$ (Old) → $\color{blue}{\text{-70}}$ (New) -- `UniqueDamageBonus`: $\color{gray}{\text{66}}$ (Old) → $\color{blue}{\text{75}}$ (New) -- `ChampionDamageBonus`: $\color{gray}{\text{66}}$ (Old) → $\color{blue}{\text{75}}$ (New) -### nightmare -- `ResistPenalty`: $\color{gray}{\text{-45}}$ (Old) → $\color{blue}{\text{-40}}$ (New) -- `UniqueDamageBonus`: $\color{gray}{\text{75}}$ (Old) → $\color{blue}{\text{85}}$ (New) -- `ChampionDamageBonus`: $\color{gray}{\text{75}}$ (Old) → $\color{blue}{\text{85}}$ (New) diff --git a/output/excel_diff_report/experience.md b/output/excel_diff_report/experience.md deleted file mode 100644 index 5f4eab8..0000000 --- a/output/excel_diff_report/experience.md +++ /dev/null @@ -1,55 +0,0 @@ -# Differences for experience.txt - -*Key column used: `Level`* - -## Added Columns: `Warlock` - -## Modified Rows (24) -### 100 -- `ExpRatio`: $\color{gray}{\text{61}}$ (Old) → $\color{blue}{\text{113}}$ (New) -### 101 -- `ExpRatio`: $\color{gray}{\text{61}}$ (Old) → $\color{blue}{\text{101}}$ (New) -### 102 -- `ExpRatio`: $\color{gray}{\text{61}}$ (Old) → $\color{blue}{\text{90}}$ (New) -### 103 -- `ExpRatio`: $\color{gray}{\text{61}}$ (Old) → $\color{blue}{\text{80}}$ (New) -### 104 -- `ExpRatio`: $\color{gray}{\text{61}}$ (Old) → $\color{blue}{\text{71}}$ (New) -### 105 -- `ExpRatio`: $\color{gray}{\text{61}}$ (Old) → $\color{blue}{\text{63}}$ (New) -### 106 -- `ExpRatio`: $\color{gray}{\text{61}}$ (Old) → $\color{blue}{\text{56}}$ (New) -### 107 -- `ExpRatio`: $\color{gray}{\text{61}}$ (Old) → $\color{blue}{\text{50}}$ (New) -### 108 -- `ExpRatio`: $\color{gray}{\text{61}}$ (Old) → $\color{blue}{\text{45}}$ (New) -### 109 -- `ExpRatio`: $\color{gray}{\text{108}}$ (Old) → $\color{blue}{\text{40}}$ (New) -### 110 -- `ExpRatio`: $\color{gray}{\text{108}}$ (Old) → $\color{blue}{\text{36}}$ (New) -### 111 -- `ExpRatio`: $\color{gray}{\text{108}}$ (Old) → $\color{blue}{\text{32}}$ (New) -### 112 -- `ExpRatio`: $\color{gray}{\text{108}}$ (Old) → $\color{blue}{\text{29}}$ (New) -### 113 -- `ExpRatio`: $\color{gray}{\text{108}}$ (Old) → $\color{blue}{\text{26}}$ (New) -### 114 -- `ExpRatio`: $\color{gray}{\text{108}}$ (Old) → $\color{blue}{\text{23}}$ (New) -### 115 -- `ExpRatio`: $\color{gray}{\text{108}}$ (Old) → $\color{blue}{\text{21}}$ (New) -### 116 -- `ExpRatio`: $\color{gray}{\text{108}}$ (Old) → $\color{blue}{\text{19}}$ (New) -### 117 -- `ExpRatio`: $\color{gray}{\text{108}}$ (Old) → $\color{blue}{\text{17}}$ (New) -### 118 -- `ExpRatio`: $\color{gray}{\text{108}}$ (Old) → $\color{blue}{\text{15}}$ (New) -### 119 -- `ExpRatio`: $\color{gray}{\text{108}}$ (Old) → $\color{blue}{\text{13}}$ (New) -### 120 -- `ExpRatio`: $\color{gray}{\text{26}}$ (Old) → $\color{blue}{\text{12}}$ (New) -### 121 -- `ExpRatio`: $\color{gray}{\text{20}}$ (Old) → $\color{blue}{\text{11}}$ (New) -### 122 -- `ExpRatio`: $\color{gray}{\text{15}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### 123 -- `ExpRatio`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{9}}$ (New) diff --git a/output/excel_diff_report/gamble.md b/output/excel_diff_report/gamble.md deleted file mode 100644 index a1bf04a..0000000 --- a/output/excel_diff_report/gamble.md +++ /dev/null @@ -1,17 +0,0 @@ -# Differences for gamble.txt - -*Key column used: `name`* - -## Added Rows (12) -- bone wand -- codex -- compendium -- grand scepter -- grim wand -- grimoire -- old book -- scepter -- tome -- wand -- war scepter -- yew wand diff --git a/output/excel_diff_report/gems.md b/output/excel_diff_report/gems.md deleted file mode 100644 index 492a23a..0000000 --- a/output/excel_diff_report/gems.md +++ /dev/null @@ -1,77 +0,0 @@ -# Differences for gems.txt - -*Key column used: `name`* - -## Modified Rows (17) -### amethyst -- `weaponMod1Min`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{3}}$ (New) -- `weaponMod1Max`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{3}}$ (New) -### chipped amethyst -- `helmMod1Min`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{4}}$ (New) -- `helmMod1Max`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{4}}$ (New) -### chipped diamond -- `weaponMod1Min`: $\color{gray}{\text{999}}$ (Old) → $\color{blue}{\text{2}}$ (New) -- `weaponMod1Max`: $\color{gray}{\text{999}}$ (Old) → $\color{blue}{\text{4}}$ (New) -- `weaponMod2Code`: $\color{gray}{\text{move2}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `weaponMod2Min`: $\color{gray}{\text{-99}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `weaponMod2Max`: $\color{gray}{\text{-99}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `weaponMod3Code`: $\color{gray}{\text{regen}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `weaponMod3Param`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `weaponMod3Min`: $\color{gray}{\text{-999}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### chipped ruby -- `helmMod1Min`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{4}}$ (New) -- `helmMod1Max`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{4}}$ (New) -### chipped sapphire -- `helmMod1Min`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{4}}$ (New) -- `helmMod1Max`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{4}}$ (New) -### diamond -- `weaponMod1Min`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{4}}$ (New) -### dol rune -- `weaponMod1Min`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{3}}$ (New) -- `weaponMod1Max`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{3}}$ (New) -- `helmMod1Min`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{3}}$ (New) -- `helmMod1Max`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{3}}$ (New) -- `shieldMod1Min`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{3}}$ (New) -- `shieldMod1Max`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{3}}$ (New) -### el rune -- `weaponMod1Min`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `weaponMod1Max`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `helmMod1Min`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `helmMod1Max`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `shieldMod1Min`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `shieldMod1Max`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{5}}$ (New) -### flawed amethyst -- `weaponMod1Min`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{2}}$ (New) -- `weaponMod1Max`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{2}}$ (New) -- `helmMod1Min`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `helmMod1Max`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{8}}$ (New) -### flawed diamond -- `weaponMod1Min`: $\color{gray}{\text{999}}$ (Old) → $\color{blue}{\text{3}}$ (New) -- `weaponMod1Max`: $\color{gray}{\text{999}}$ (Old) → $\color{blue}{\text{4}}$ (New) -- `weaponMod2Code`: $\color{gray}{\text{move2}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `weaponMod2Min`: $\color{gray}{\text{-99}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `weaponMod2Max`: $\color{gray}{\text{-99}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `weaponMod3Code`: $\color{gray}{\text{regen}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `weaponMod3Param`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `weaponMod3Min`: $\color{gray}{\text{-999}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### flawed ruby -- `helmMod1Min`: $\color{gray}{\text{17}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `helmMod1Max`: $\color{gray}{\text{17}}$ (Old) → $\color{blue}{\text{8}}$ (New) -### flawed sapphire -- `helmMod1Min`: $\color{gray}{\text{17}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `helmMod1Max`: $\color{gray}{\text{17}}$ (Old) → $\color{blue}{\text{8}}$ (New) -### flawless amethyst -- `weaponMod1Min`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{4}}$ (New) -- `weaponMod1Max`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{4}}$ (New) -### flawless skull -- `helmMod1Min`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `helmMod1Max`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{6}}$ (New) -### perfect amethyst -- `weaponMod1Min`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `weaponMod1Max`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{5}}$ (New) -### perfect skull -- `helmMod1Min`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `helmMod1Max`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{7}}$ (New) -### skull -- `helmMod1Min`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{4}}$ (New) -- `helmMod1Max`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{4}}$ (New) diff --git a/output/excel_diff_report/hireling.md b/output/excel_diff_report/hireling.md deleted file mode 100644 index 44fab84..0000000 --- a/output/excel_diff_report/hireling.md +++ /dev/null @@ -1,3 +0,0 @@ -# Differences for hireling.txt - -*Key column used: `code`* diff --git a/output/excel_diff_report/inventory.md b/output/excel_diff_report/inventory.md deleted file mode 100644 index 471ab7e..0000000 --- a/output/excel_diff_report/inventory.md +++ /dev/null @@ -1,3 +0,0 @@ -# Differences for inventory.txt - -*Key column used: `code`* diff --git a/output/excel_diff_report/itemstatcost.md b/output/excel_diff_report/itemstatcost.md deleted file mode 100644 index 9bcbfac..0000000 --- a/output/excel_diff_report/itemstatcost.md +++ /dev/null @@ -1,124 +0,0 @@ -# Differences for itemstatcost.txt - -*Key column used: `Stat`* - -## Added Rows (20) -- create\_season -- customization\_index -- heraldtier -- item\_magic\_damagemax\_perlevel -- item\_pierce\_cold\_immunity -- item\_pierce\_damage\_immunity -- item\_pierce\_fire\_immunity -- item\_pierce\_light\_immunity -- item\_pierce\_magic\_immunity -- item\_pierce\_poison\_immunity -- lasthitreactframe -- missile\_thorns\_percent -- passive\_dmg\_pierce -- passive\_mastery\_item\_level\_req\_percent -- passive\_mastery\_item\_req\_percent -- psychicward -- psychicwardmax -- skill\_channeling\_tick -- ua\_defeated -- ua\_escalation -## Removed Rows (20) -- dyecblue -- dyecred -- dyedarkpurple -- dyedarkyellow -- dyelightgreen -- dyelightpurple -- dyeorange -- unused183 -- unused184 -- unused187 -- unused189 -- unused190 -- unused191 -- unused192 -- unused193 -- unused203 -- unused208 -- unused209 -- unused210 -- unused211 -## Modified Rows (31) -### armorclass\_vs\_hth -- `1\.09\-Save Bits`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Save Bits`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -### augmented -- `\*ID`: $\color{gray}{\text{363}}$ (Old) → $\color{blue}{\text{370}}$ (New) -### coldmindam -- `1\.09\-Save Bits`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Save Bits`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -### corrupted -- `\*ID`: $\color{gray}{\text{361}}$ (Old) → $\color{blue}{\text{368}}$ (New) -### corruptordesc -- `\*ID`: $\color{gray}{\text{362}}$ (Old) → $\color{blue}{\text{369}}$ (New) -### damagepercent -- `descpriority`: (Old) → $\color{blue}{\text{88}}$ (New) -- `descfunc`: (Old) → $\color{blue}{\text{19}}$ (New) -- `descstrpos`: (Old) → $\color{blue}{\text{strModEnhancedDamage}}$ (New) -- `descstrneg`: (Old) → $\color{blue}{\text{strModEnhancedDamage}}$ (New) -### damageresist -- `descfunc`: $\color{gray}{\text{19}}$ (Old) → $\color{blue}{\text{29}}$ (New) -- `descstrneg`: $$ ext{ModStr2}$\color{gray}{\text{uPercent}}$ (Old) → $$ ext{ModStr2}$\color{blue}{\text{uPercentNegative}}$ (New) -### dyeblack -- `\*ID`: $\color{gray}{\text{365}}$ (Old) → $\color{blue}{\text{372}}$ (New) -### dyewhite -- `\*ID`: $\color{gray}{\text{364}}$ (Old) → $\color{blue}{\text{371}}$ (New) -### firemindam -- `1\.09\-Save Bits`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Save Bits`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -### hpregen -- `1\.09\-Save Bits`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Save Bits`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -### item\_allskills -- `descpriority`: $\color{gray}{\text{158}}$ (Old) → $\color{blue}{\text{156}}$ (New) -### item\_attackertakesdamage -- `1\.09\-Save Bits`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Save Bits`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -### item\_aura -- `descpriority`: $\color{gray}{\text{159}}$ (Old) → $\color{blue}{\text{157}}$ (New) -### item\_charge\_noconsume -- `descpriority`: $\color{gray}{\text{159}}$ (Old) → $\color{blue}{\text{157}}$ (New) -### item\_kickdamage -- `1\.09\-Save Bits`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Save Bits`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -### item\_nonclassskill -- `Save Bits`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -### item\_pierce -- `Multiply`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{2048}}$ (New) -### item\_singleskill -- `Save Bits`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{4}}$ (New) -### item\_skillonattack -- `descpriority`: $\color{gray}{\text{160}}$ (Old) → $\color{blue}{\text{158}}$ (New) -### item\_skillondeath -- `descpriority`: $\color{gray}{\text{160}}$ (Old) → $\color{blue}{\text{158}}$ (New) -### item\_skillongethit -- `descpriority`: $\color{gray}{\text{160}}$ (Old) → $\color{blue}{\text{158}}$ (New) -### item\_skillonhit -- `descpriority`: $\color{gray}{\text{160}}$ (Old) → $\color{blue}{\text{158}}$ (New) -### item\_skillonkill -- `descpriority`: $\color{gray}{\text{160}}$ (Old) → $\color{blue}{\text{158}}$ (New) -### item\_skillonlevelup -- `descpriority`: $\color{gray}{\text{160}}$ (Old) → $\color{blue}{\text{158}}$ (New) -### lightmindam -- `1\.09\-Save Bits`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Save Bits`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{9}}$ (New) -### magicmindam -- `1\.09\-Save Bits`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Save Bits`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -### passive\_mag\_mastery -- `descstrpos`: $\color{gray}{\text{ModitemdamMagsk}}$ (Old) → $\color{blue}{\text{ModStrMagMastery}}$ (New) -- `descstrneg`: $\color{gray}{\text{ModitemdamMagsk}}$ (Old) → $\color{blue}{\text{ModStrMagMastery}}$ (New) -### passive\_mag\_pierce -- `descstrpos`: $\color{gray}{\text{ModitemenresMagsk}}$ (Old) → $\color{blue}{\text{ModStrMagPierce}}$ (New) -- `descstrneg`: $\color{gray}{\text{ModitemenresMagsk}}$ (Old) → $\color{blue}{\text{ModStrMagPierce}}$ (New) -### passive\_mastery\_replenish\_oncrit -- `\*ID`: $\color{gray}{\text{206}}$ (Old) → $\color{blue}{\text{207}}$ (New) -### skill\_cooldown -- `Send Bits`: $\color{gray}{\text{32}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `Send Param Bits`: $\color{gray}{\text{16}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) diff --git a/output/excel_diff_report/itemtypes.md b/output/excel_diff_report/itemtypes.md deleted file mode 100644 index de6a9f0..0000000 --- a/output/excel_diff_report/itemtypes.md +++ /dev/null @@ -1,13137 +0,0 @@ -# Differences for itemtypes.txt - -*Key column used: `ItemType`* - -## Added Columns: `\*skillID, \*CTC, UICategory, RunewordCategory1, RunewordCategory2, Restricted` - -## Added Rows (13004) -- a000 -- a001 -- a002 -- a003 -- a004 -- a005 -- a006 -- a007 -- a008 -- a009 -- a010 -- a011 -- a012 -- a013 -- a014 -- a015 -- a016 -- a017 -- a018 -- a019 -- a020 -- a021 -- a022 -- a023 -- a024 -- a025 -- a026 -- a027 -- a028 -- a029 -- a030 -- a031 -- a032 -- a033 -- a034 -- a035 -- a036 -- a037 -- a038 -- a039 -- a040 -- a041 -- a042 -- a043 -- a044 -- a045 -- a046 -- a047 -- a048 -- a049 -- a050 -- a051 -- a052 -- a053 -- a054 -- a055 -- a056 -- a057 -- a058 -- a059 -- a060 -- a061 -- a062 -- a063 -- a064 -- a065 -- a066 -- a067 -- a068 -- a069 -- a070 -- a071 -- a072 -- a073 -- a074 -- a075 -- a076 -- a077 -- a078 -- a079 -- a080 -- a081 -- a082 -- a083 -- a084 -- a085 -- a086 -- a087 -- a088 -- a089 -- a090 -- a091 -- a092 -- a093 -- a094 -- a095 -- a096 -- a097 -- a098 -- a099 -- a100 -- a101 -- a102 -- a103 -- a104 -- a105 -- a106 -- a107 -- a108 -- a109 -- a110 -- a111 -- a112 -- a113 -- a114 -- a115 -- a116 -- a117 -- a118 -- a119 -- a120 -- a121 -- a122 -- a123 -- a124 -- a125 -- a126 -- a127 -- a128 -- a129 -- a130 -- a131 -- a132 -- a133 -- a134 -- a135 -- a136 -- a137 -- a138 -- a139 -- a140 -- a141 -- a142 -- a143 -- a144 -- a145 -- a146 -- a147 -- a148 -- a149 -- a150 -- a151 -- a152 -- a153 -- a154 -- a155 -- a156 -- a157 -- a158 -- a159 -- a160 -- a161 -- a162 -- a163 -- a164 -- a165 -- a166 -- a167 -- a168 -- a169 -- a170 -- a171 -- a172 -- a173 -- a174 -- a175 -- a176 -- a177 -- a178 -- a179 -- a180 -- a181 -- a182 -- a183 -- a184 -- a185 -- a186 -- a187 -- a188 -- a189 -- a190 -- a191 -- a192 -- a193 -- a194 -- a195 -- a196 -- a197 -- a198 -- a199 -- a200 -- a201 -- a202 -- a203 -- a204 -- a205 -- a206 -- a207 -- a208 -- a209 -- a210 -- a211 -- a212 -- a213 -- a214 -- a215 -- a216 -- a217 -- a218 -- a219 -- a220 -- a221 -- a222 -- a223 -- a224 -- a225 -- a226 -- a227 -- a228 -- a229 -- a230 -- a231 -- a232 -- a233 -- a234 -- a235 -- a236 -- a237 -- a238 -- a239 -- a240 -- a241 -- a242 -- a243 -- a244 -- a245 -- a246 -- a247 -- a248 -- a249 -- a250 -- a251 -- a252 -- a253 -- a254 -- a255 -- a256 -- a257 -- a258 -- a259 -- a260 -- a261 -- a262 -- a263 -- a264 -- a265 -- a266 -- a267 -- a268 -- a269 -- a270 -- a271 -- a272 -- a273 -- a274 -- a275 -- a276 -- a277 -- a278 -- a279 -- a280 -- a281 -- a282 -- a283 -- a284 -- a285 -- a286 -- a287 -- a288 -- a289 -- a290 -- a291 -- a292 -- a293 -- a294 -- a295 -- a296 -- a297 -- a298 -- a299 -- a300 -- a301 -- a302 -- a303 -- a304 -- a305 -- a306 -- a307 -- a308 -- a309 -- a310 -- a311 -- a312 -- a313 -- a314 -- a315 -- a316 -- a317 -- a318 -- a319 -- a320 -- a321 -- a322 -- a323 -- a324 -- a325 -- a326 -- a327 -- a328 -- a329 -- a330 -- a331 -- a332 -- a333 -- a334 -- a335 -- a336 -- a337 -- a338 -- a339 -- a340 -- a341 -- a342 -- a343 -- a344 -- a345 -- a346 -- a347 -- a348 -- a349 -- a350 -- a351 -- a352 -- a353 -- a354 -- a355 -- a356 -- a357 -- a358 -- a359 -- a360 -- a361 -- a362 -- a363 -- a364 -- a365 -- a366 -- a367 -- a368 -- a369 -- a370 -- a371 -- a372 -- a373 -- a374 -- a375 -- a376 -- a377 -- a378 -- a379 -- a380 -- a381 -- a382 -- a383 -- a384 -- a385 -- a386 -- a387 -- a388 -- a389 -- a390 -- a391 -- a392 -- a393 -- a394 -- a395 -- a396 -- a397 -- a398 -- a399 -- a400 -- a401 -- a402 -- a403 -- a404 -- a405 -- a406 -- a407 -- a408 -- a409 -- a410 -- a411 -- a412 -- a413 -- a414 -- a415 -- a416 -- a417 -- a418 -- a419 -- a420 -- a421 -- a422 -- a423 -- a424 -- a425 -- a426 -- a427 -- a428 -- a429 -- a430 -- a431 -- a432 -- a433 -- a434 -- a435 -- a436 -- a437 -- a438 -- a439 -- a440 -- a441 -- a442 -- a443 -- a444 -- a445 -- a446 -- a447 -- a448 -- a449 -- a450 -- a451 -- a452 -- a453 -- a454 -- a455 -- a456 -- a457 -- a458 -- a459 -- a460 -- a461 -- a462 -- a463 -- a464 -- a465 -- a466 -- a467 -- a468 -- a469 -- a470 -- a471 -- a472 -- a473 -- a474 -- a475 -- a476 -- a477 -- a478 -- a479 -- a480 -- a481 -- a482 -- a483 -- a484 -- a485 -- a486 -- a487 -- a488 -- a489 -- a490 -- a491 -- a492 -- a493 -- a494 -- a495 -- a496 -- a497 -- a498 -- a499 -- a500 -- a501 -- a502 -- a503 -- a504 -- a505 -- a506 -- a507 -- a508 -- a509 -- a510 -- a511 -- a512 -- a513 -- a514 -- a515 -- a516 -- a517 -- a518 -- a519 -- a520 -- a521 -- a522 -- a523 -- a524 -- a525 -- a526 -- a527 -- a528 -- a529 -- a530 -- a531 -- a532 -- a533 -- a534 -- a535 -- a536 -- a537 -- a538 -- a539 -- a540 -- a541 -- a542 -- a543 -- a544 -- a545 -- a546 -- a547 -- a548 -- a549 -- a550 -- a551 -- a552 -- a553 -- a554 -- a555 -- a556 -- a557 -- a558 -- a559 -- a560 -- a561 -- a562 -- a563 -- a564 -- a565 -- a566 -- a567 -- a568 -- a569 -- a570 -- a571 -- a572 -- a573 -- a574 -- a575 -- a576 -- a577 -- a578 -- a579 -- a580 -- a581 -- a582 -- a583 -- a584 -- a585 -- a586 -- a587 -- a588 -- a589 -- a590 -- a591 -- a592 -- a593 -- a594 -- a595 -- a596 -- a597 -- a598 -- a599 -- a600 -- a601 -- a602 -- a603 -- a604 -- a605 -- a606 -- a607 -- a608 -- a609 -- a610 -- a611 -- a612 -- a613 -- a614 -- a615 -- a616 -- a617 -- a618 -- a619 -- a620 -- a621 -- a622 -- a623 -- a624 -- a625 -- a626 -- a627 -- a628 -- a629 -- a630 -- a631 -- a632 -- a633 -- a634 -- a635 -- a636 -- a637 -- a638 -- a639 -- a640 -- a641 -- a642 -- a643 -- a644 -- a645 -- a646 -- a647 -- a648 -- a649 -- a650 -- a651 -- a652 -- a653 -- a654 -- a655 -- a656 -- a657 -- a658 -- a659 -- a660 -- a661 -- a662 -- a663 -- a664 -- a665 -- a666 -- a667 -- a668 -- a669 -- a670 -- a671 -- a672 -- a673 -- a674 -- a675 -- a676 -- a677 -- a678 -- a679 -- a680 -- a681 -- a682 -- a683 -- a684 -- a685 -- a686 -- a687 -- a688 -- a689 -- a690 -- a691 -- a692 -- a693 -- a694 -- a695 -- a696 -- a697 -- a698 -- a699 -- a700 -- a701 -- a702 -- a703 -- a704 -- a705 -- a706 -- a707 -- a708 -- a709 -- a710 -- a711 -- a712 -- a713 -- a714 -- a715 -- a716 -- a717 -- a718 -- a719 -- a720 -- a721 -- a722 -- a723 -- a724 -- a725 -- a726 -- a727 -- a728 -- a729 -- a730 -- a731 -- a732 -- a733 -- a734 -- a735 -- a736 -- a737 -- a738 -- a739 -- a740 -- a741 -- a742 -- a743 -- a744 -- a745 -- a746 -- a747 -- a748 -- a749 -- a750 -- a751 -- a752 -- a753 -- a754 -- a755 -- a756 -- a757 -- a758 -- a759 -- a760 -- a761 -- a762 -- a763 -- a764 -- a765 -- a766 -- a767 -- a768 -- a769 -- a770 -- a771 -- a772 -- a773 -- a774 -- a775 -- a776 -- a777 -- a778 -- a779 -- a780 -- a781 -- a782 -- a783 -- a784 -- a785 -- a786 -- a787 -- a788 -- a789 -- a790 -- a791 -- a792 -- a793 -- a794 -- a795 -- a796 -- a797 -- a798 -- a799 -- a800 -- a801 -- a802 -- a803 -- a804 -- a805 -- a806 -- a807 -- a808 -- a809 -- a810 -- a811 -- a812 -- a813 -- a814 -- a815 -- a816 -- a817 -- a818 -- a819 -- a820 -- a821 -- a822 -- a823 -- a824 -- a825 -- a826 -- a827 -- a828 -- a829 -- a830 -- a831 -- a832 -- a833 -- a834 -- a835 -- a836 -- a837 -- a838 -- a839 -- a840 -- a841 -- a842 -- a843 -- a844 -- a845 -- a846 -- a847 -- a848 -- a849 -- a850 -- a851 -- a852 -- a853 -- a854 -- a855 -- a856 -- a857 -- a858 -- a859 -- a860 -- a861 -- a862 -- a863 -- a864 -- a865 -- a866 -- a867 -- a868 -- a869 -- a870 -- a871 -- a872 -- a873 -- a874 -- a875 -- a876 -- a877 -- a878 -- a879 -- a880 -- a881 -- a882 -- a883 -- a884 -- a885 -- a886 -- a887 -- a888 -- a889 -- a890 -- a891 -- a892 -- a893 -- a894 -- a895 -- a896 -- a897 -- a898 -- a899 -- a900 -- a901 -- a902 -- a903 -- a904 -- a905 -- a906 -- a907 -- a908 -- a909 -- a910 -- a911 -- a912 -- a913 -- a914 -- a915 -- a916 -- a917 -- a918 -- a919 -- a920 -- a921 -- a922 -- a923 -- a924 -- a925 -- a926 -- a927 -- a928 -- a929 -- a930 -- a931 -- a932 -- a933 -- a934 -- a935 -- a936 -- a937 -- a938 -- a939 -- a940 -- a941 -- a942 -- a943 -- a944 -- a945 -- a946 -- a947 -- a948 -- a949 -- a950 -- a951 -- a952 -- a953 -- a954 -- a955 -- a956 -- a957 -- a958 -- a959 -- a960 -- a961 -- a962 -- a963 -- a964 -- a965 -- a966 -- a967 -- a968 -- a969 -- a970 -- a971 -- a972 -- a973 -- a974 -- a975 -- a976 -- a977 -- a978 -- a979 -- a980 -- a981 -- a982 -- a983 -- a984 -- a985 -- a986 -- a987 -- a988 -- a989 -- a990 -- a991 -- a992 -- a993 -- a994 -- a995 -- a996 -- a997 -- a998 -- a999 -- b000 -- b001 -- b002 -- b003 -- b004 -- b005 -- b006 -- b007 -- b008 -- b009 -- b010 -- b011 -- b012 -- b013 -- b014 -- b015 -- b016 -- b017 -- b018 -- b019 -- b020 -- b021 -- b022 -- b023 -- b024 -- b025 -- b026 -- b027 -- b028 -- b029 -- b030 -- b031 -- b032 -- b033 -- b034 -- b035 -- b036 -- b037 -- b038 -- b039 -- b040 -- b041 -- b042 -- b043 -- b044 -- b045 -- b046 -- b047 -- b048 -- b049 -- b050 -- b051 -- b052 -- b053 -- b054 -- b055 -- b056 -- b057 -- b058 -- b059 -- b060 -- b061 -- b062 -- b063 -- b064 -- b065 -- b066 -- b067 -- b068 -- b069 -- b070 -- b071 -- b072 -- b073 -- b074 -- b075 -- b076 -- b077 -- b078 -- b079 -- b080 -- b081 -- b082 -- b083 -- b084 -- b085 -- b086 -- b087 -- b088 -- b089 -- b090 -- b091 -- b092 -- b093 -- b094 -- b095 -- b096 -- b097 -- b098 -- b099 -- b100 -- b101 -- b102 -- b103 -- b104 -- b105 -- b106 -- b107 -- b108 -- b109 -- b110 -- b111 -- b112 -- b113 -- b114 -- b115 -- b116 -- b117 -- b118 -- b119 -- b120 -- b121 -- b122 -- b123 -- b124 -- b125 -- b126 -- b127 -- b128 -- b129 -- b130 -- b131 -- b132 -- b133 -- b134 -- b135 -- b136 -- b137 -- b138 -- b139 -- b140 -- b141 -- b142 -- b143 -- b144 -- b145 -- b146 -- b147 -- b148 -- b149 -- b150 -- b151 -- b152 -- b153 -- b154 -- b155 -- b156 -- b157 -- b158 -- b159 -- b160 -- b161 -- b162 -- b163 -- b164 -- b165 -- b166 -- b167 -- b168 -- b169 -- b170 -- b171 -- b172 -- b173 -- b174 -- b175 -- b176 -- b177 -- b178 -- b179 -- b180 -- b181 -- b182 -- b183 -- b184 -- b185 -- b186 -- b187 -- b188 -- b189 -- b190 -- b191 -- b192 -- b193 -- b194 -- b195 -- b196 -- b197 -- b198 -- b199 -- b200 -- b201 -- b202 -- b203 -- b204 -- b205 -- b206 -- b207 -- b208 -- b209 -- b210 -- b211 -- b212 -- b213 -- b214 -- b215 -- b216 -- b217 -- b218 -- b219 -- b220 -- b221 -- b222 -- b223 -- b224 -- b225 -- b226 -- b227 -- b228 -- b229 -- b230 -- b231 -- b232 -- b233 -- b234 -- b235 -- b236 -- b237 -- b238 -- b239 -- b240 -- b241 -- b242 -- b243 -- b244 -- b245 -- b246 -- b247 -- b248 -- b249 -- b250 -- b251 -- b252 -- b253 -- b254 -- b255 -- b256 -- b257 -- b258 -- b259 -- b260 -- b261 -- b262 -- b263 -- b264 -- b265 -- b266 -- b267 -- b268 -- b269 -- b270 -- b271 -- b272 -- b273 -- b274 -- b275 -- b276 -- b277 -- b278 -- b279 -- b280 -- b281 -- b282 -- b283 -- b284 -- b285 -- b286 -- b287 -- b288 -- b289 -- b290 -- b291 -- b292 -- b293 -- b294 -- b295 -- b296 -- b297 -- b298 -- b299 -- b300 -- b301 -- b302 -- b303 -- b304 -- b305 -- b306 -- b307 -- b308 -- b309 -- b310 -- b311 -- b312 -- b313 -- b314 -- b315 -- b316 -- b317 -- b318 -- b319 -- b320 -- b321 -- b322 -- b323 -- b324 -- b325 -- b326 -- b327 -- b328 -- b329 -- b330 -- b331 -- b332 -- b333 -- b334 -- b335 -- b336 -- b337 -- b338 -- b339 -- b340 -- b341 -- b342 -- b343 -- b344 -- b345 -- b346 -- b347 -- b348 -- b349 -- b350 -- b351 -- b352 -- b353 -- b354 -- b355 -- b356 -- b357 -- b358 -- b359 -- b360 -- b361 -- b362 -- b363 -- b364 -- b365 -- b366 -- b367 -- b368 -- b369 -- b370 -- b371 -- b372 -- b373 -- b374 -- b375 -- b376 -- b377 -- b378 -- b379 -- b380 -- b381 -- b382 -- b383 -- b384 -- b385 -- b386 -- b387 -- b388 -- b389 -- b390 -- b391 -- b392 -- b393 -- b394 -- b395 -- b396 -- b397 -- b398 -- b399 -- b400 -- b401 -- b402 -- b403 -- b404 -- b405 -- b406 -- b407 -- b408 -- b409 -- b410 -- b411 -- b412 -- b413 -- b414 -- b415 -- b416 -- b417 -- b418 -- b419 -- b420 -- b421 -- b422 -- b423 -- b424 -- b425 -- b426 -- b427 -- b428 -- b429 -- b430 -- b431 -- b432 -- b433 -- b434 -- b435 -- b436 -- b437 -- b438 -- b439 -- b440 -- b441 -- b442 -- b443 -- b444 -- b445 -- b446 -- b447 -- b448 -- b449 -- b450 -- b451 -- b452 -- b453 -- b454 -- b455 -- b456 -- b457 -- b458 -- b459 -- b460 -- b461 -- b462 -- b463 -- b464 -- b465 -- b466 -- b467 -- b468 -- b469 -- b470 -- b471 -- b472 -- b473 -- b474 -- b475 -- b476 -- b477 -- b478 -- b479 -- b480 -- b481 -- b482 -- b483 -- b484 -- b485 -- b486 -- b487 -- b488 -- b489 -- b490 -- b491 -- b492 -- b493 -- b494 -- b495 -- b496 -- b497 -- b498 -- b499 -- b500 -- b501 -- b502 -- b503 -- b504 -- b505 -- b506 -- b507 -- b508 -- b509 -- b510 -- b511 -- b512 -- b513 -- b514 -- b515 -- b516 -- b517 -- b518 -- b519 -- b520 -- b521 -- b522 -- b523 -- b524 -- b525 -- b526 -- b527 -- b528 -- b529 -- b530 -- b531 -- b532 -- b533 -- b534 -- b535 -- b536 -- b537 -- b538 -- b539 -- b540 -- b541 -- b542 -- b543 -- b544 -- b545 -- b546 -- b547 -- b548 -- b549 -- b550 -- b551 -- b552 -- b553 -- b554 -- b555 -- b556 -- b557 -- b558 -- b559 -- b560 -- b561 -- b562 -- b563 -- b564 -- b565 -- b566 -- b567 -- b568 -- b569 -- b570 -- b571 -- b572 -- b573 -- b574 -- b575 -- b576 -- b577 -- b578 -- b579 -- b580 -- b581 -- b582 -- b583 -- b584 -- b585 -- b586 -- b587 -- b588 -- b589 -- b590 -- b591 -- b592 -- b593 -- b594 -- b595 -- b596 -- b597 -- b598 -- b599 -- b600 -- b601 -- b602 -- b603 -- b604 -- b605 -- b606 -- b607 -- b608 -- b609 -- b610 -- b611 -- b612 -- b613 -- b614 -- b615 -- b616 -- b617 -- b618 -- b619 -- b620 -- b621 -- b622 -- b623 -- b624 -- b625 -- b626 -- b627 -- b628 -- b629 -- b630 -- b631 -- b632 -- b633 -- b634 -- b635 -- b636 -- b637 -- b638 -- b639 -- b640 -- b641 -- b642 -- b643 -- b644 -- b645 -- b646 -- b647 -- b648 -- b649 -- b650 -- b651 -- b652 -- b653 -- b654 -- b655 -- b656 -- b657 -- b658 -- b659 -- b660 -- b661 -- b662 -- b663 -- b664 -- b665 -- b666 -- b667 -- b668 -- b669 -- b670 -- b671 -- b672 -- b673 -- b674 -- b675 -- b676 -- b677 -- b678 -- b679 -- b680 -- b681 -- b682 -- b683 -- b684 -- b685 -- b686 -- b687 -- b688 -- b689 -- b690 -- b691 -- b692 -- b693 -- b694 -- b695 -- b696 -- b697 -- b698 -- b699 -- b700 -- b701 -- b702 -- b703 -- b704 -- b705 -- b706 -- b707 -- b708 -- b709 -- b710 -- b711 -- b712 -- b713 -- b714 -- b715 -- b716 -- b717 -- b718 -- b719 -- b720 -- b721 -- b722 -- b723 -- b724 -- b725 -- b726 -- b727 -- b728 -- b729 -- b730 -- b731 -- b732 -- b733 -- b734 -- b735 -- b736 -- b737 -- b738 -- b739 -- b740 -- b741 -- b742 -- b743 -- b744 -- b745 -- b746 -- b747 -- b748 -- b749 -- b750 -- b751 -- b752 -- b753 -- b754 -- b755 -- b756 -- b757 -- b758 -- b759 -- b760 -- b761 -- b762 -- b763 -- b764 -- b765 -- b766 -- b767 -- b768 -- b769 -- b770 -- b771 -- b772 -- b773 -- b774 -- b775 -- b776 -- b777 -- b778 -- b779 -- b780 -- b781 -- b782 -- b783 -- b784 -- b785 -- b786 -- b787 -- b788 -- b789 -- b790 -- b791 -- b792 -- b793 -- b794 -- b795 -- b796 -- b797 -- b798 -- b799 -- b800 -- b801 -- b802 -- b803 -- b804 -- b805 -- b806 -- b807 -- b808 -- b809 -- b810 -- b811 -- b812 -- b813 -- b814 -- b815 -- b816 -- b817 -- b818 -- b819 -- b820 -- b821 -- b822 -- b823 -- b824 -- b825 -- b826 -- b827 -- b828 -- b829 -- b830 -- b831 -- b832 -- b833 -- b834 -- b835 -- b836 -- b837 -- b838 -- b839 -- b840 -- b841 -- b842 -- b843 -- b844 -- b845 -- b846 -- b847 -- b848 -- b849 -- b850 -- b851 -- b852 -- b853 -- b854 -- b855 -- b856 -- b857 -- b858 -- b859 -- b860 -- b861 -- b862 -- b863 -- b864 -- b865 -- b866 -- b867 -- b868 -- b869 -- b870 -- b871 -- b872 -- b873 -- b874 -- b875 -- b876 -- b877 -- b878 -- b879 -- b880 -- b881 -- b882 -- b883 -- b884 -- b885 -- b886 -- b887 -- b888 -- b889 -- b890 -- b891 -- b892 -- b893 -- b894 -- b895 -- b896 -- b897 -- b898 -- b899 -- b900 -- b901 -- b902 -- b903 -- b904 -- b905 -- b906 -- b907 -- b908 -- b909 -- b910 -- b911 -- b912 -- b913 -- b914 -- b915 -- b916 -- b917 -- b918 -- b919 -- b920 -- b921 -- b922 -- b923 -- b924 -- b925 -- b926 -- b927 -- b928 -- b929 -- b930 -- b931 -- b932 -- b933 -- b934 -- b935 -- b936 -- b937 -- b938 -- b939 -- b940 -- b941 -- b942 -- b943 -- b944 -- b945 -- b946 -- b947 -- b948 -- b949 -- b950 -- b951 -- b952 -- b953 -- b954 -- b955 -- b956 -- b957 -- b958 -- b959 -- b960 -- b961 -- b962 -- b963 -- b964 -- b965 -- b966 -- b967 -- b968 -- b969 -- b970 -- b971 -- b972 -- b973 -- b974 -- b975 -- b976 -- b977 -- b978 -- b979 -- b980 -- b981 -- b982 -- b983 -- b984 -- b985 -- b986 -- b987 -- b988 -- b989 -- b990 -- b991 -- b992 -- b993 -- b994 -- b995 -- b996 -- b997 -- b998 -- b999 -- c000 -- c001 -- c002 -- c003 -- c004 -- c005 -- c006 -- c007 -- c008 -- c009 -- c010 -- c011 -- c012 -- c013 -- c014 -- c015 -- c016 -- c017 -- c018 -- c019 -- c020 -- c021 -- c022 -- c023 -- c024 -- c025 -- c026 -- c027 -- c028 -- c029 -- c030 -- c031 -- c032 -- c033 -- c034 -- c035 -- c036 -- c037 -- c038 -- c039 -- c040 -- c041 -- c042 -- c043 -- c044 -- c045 -- c046 -- c047 -- c048 -- c049 -- c050 -- c051 -- c052 -- c053 -- c054 -- c055 -- c056 -- c057 -- c058 -- c059 -- c060 -- c061 -- c062 -- c063 -- c064 -- c065 -- c066 -- c067 -- c068 -- c069 -- c070 -- c071 -- c072 -- c073 -- c074 -- c075 -- c076 -- c077 -- c078 -- c079 -- c080 -- c081 -- c082 -- c083 -- c084 -- c085 -- c086 -- c087 -- c088 -- c089 -- c090 -- c091 -- c092 -- c093 -- c094 -- c095 -- c096 -- c097 -- c098 -- c099 -- c100 -- c101 -- c102 -- c103 -- c104 -- c105 -- c106 -- c107 -- c108 -- c109 -- c110 -- c111 -- c112 -- c113 -- c114 -- c115 -- c116 -- c117 -- c118 -- c119 -- c120 -- c121 -- c122 -- c123 -- c124 -- c125 -- c126 -- c127 -- c128 -- c129 -- c130 -- c131 -- c132 -- c133 -- c134 -- c135 -- c136 -- c137 -- c138 -- c139 -- c140 -- c141 -- c142 -- c143 -- c144 -- c145 -- c146 -- c147 -- c148 -- c149 -- c150 -- c151 -- c152 -- c153 -- c154 -- c155 -- c156 -- c157 -- c158 -- c159 -- c160 -- c161 -- c162 -- c163 -- c164 -- c165 -- c166 -- c167 -- c168 -- c169 -- c170 -- c171 -- c172 -- c173 -- c174 -- c175 -- c176 -- c177 -- c178 -- c179 -- c180 -- c181 -- c182 -- c183 -- c184 -- c185 -- c186 -- c187 -- c188 -- c189 -- c190 -- c191 -- c192 -- c193 -- c194 -- c195 -- c196 -- c197 -- c198 -- c199 -- c200 -- c201 -- c202 -- c203 -- c204 -- c205 -- c206 -- c207 -- c208 -- c209 -- c210 -- c211 -- c212 -- c213 -- c214 -- c215 -- c216 -- c217 -- c218 -- c219 -- c220 -- c221 -- c222 -- c223 -- c224 -- c225 -- c226 -- c227 -- c228 -- c229 -- c230 -- c231 -- c232 -- c233 -- c234 -- c235 -- c236 -- c237 -- c238 -- c239 -- c240 -- c241 -- c242 -- c243 -- c244 -- c245 -- c246 -- c247 -- c248 -- c249 -- c250 -- c251 -- c252 -- c253 -- c254 -- c255 -- c256 -- c257 -- c258 -- c259 -- c260 -- c261 -- c262 -- c263 -- c264 -- c265 -- c266 -- c267 -- c268 -- c269 -- c270 -- c271 -- c272 -- c273 -- c274 -- c275 -- c276 -- c277 -- c278 -- c279 -- c280 -- c281 -- c282 -- c283 -- c284 -- c285 -- c286 -- c287 -- c288 -- c289 -- c290 -- c291 -- c292 -- c293 -- c294 -- c295 -- c296 -- c297 -- c298 -- c299 -- c300 -- c301 -- c302 -- c303 -- c304 -- c305 -- c306 -- c307 -- c308 -- c309 -- c310 -- c311 -- c312 -- c313 -- c314 -- c315 -- c316 -- c317 -- c318 -- c319 -- c320 -- c321 -- c322 -- c323 -- c324 -- c325 -- c326 -- c327 -- c328 -- c329 -- c330 -- c331 -- c332 -- c333 -- c334 -- c335 -- c336 -- c337 -- c338 -- c339 -- c340 -- c341 -- c342 -- c343 -- c344 -- c345 -- c346 -- c347 -- c348 -- c349 -- c350 -- c351 -- c352 -- c353 -- c354 -- c355 -- c356 -- c357 -- c358 -- c359 -- c360 -- c361 -- c362 -- c363 -- c364 -- c365 -- c366 -- c367 -- c368 -- c369 -- c370 -- c371 -- c372 -- c373 -- c374 -- c375 -- c376 -- c377 -- c378 -- c379 -- c380 -- c381 -- c382 -- c383 -- c384 -- c385 -- c386 -- c387 -- c388 -- c389 -- c390 -- c391 -- c392 -- c393 -- c394 -- c395 -- c396 -- c397 -- c398 -- c399 -- c400 -- c401 -- c402 -- c403 -- c404 -- c405 -- c406 -- c407 -- c408 -- c409 -- c410 -- c411 -- c412 -- c413 -- c414 -- c415 -- c416 -- c417 -- c418 -- c419 -- c420 -- c421 -- c422 -- c423 -- c424 -- c425 -- c426 -- c427 -- c428 -- c429 -- c430 -- c431 -- c432 -- c433 -- c434 -- c435 -- c436 -- c437 -- c438 -- c439 -- c440 -- c441 -- c442 -- c443 -- c444 -- c445 -- c446 -- c447 -- c448 -- c449 -- c450 -- c451 -- c452 -- c453 -- c454 -- c455 -- c456 -- c457 -- c458 -- c459 -- c460 -- c461 -- c462 -- c463 -- c464 -- c465 -- c466 -- c467 -- c468 -- c469 -- c470 -- c471 -- c472 -- c473 -- c474 -- c475 -- c476 -- c477 -- c478 -- c479 -- c480 -- c481 -- c482 -- c483 -- c484 -- c485 -- c486 -- c487 -- c488 -- c489 -- c490 -- c491 -- c492 -- c493 -- c494 -- c495 -- c496 -- c497 -- c498 -- c499 -- c500 -- c501 -- c502 -- c503 -- c504 -- c505 -- c506 -- c507 -- c508 -- c509 -- c510 -- c511 -- c512 -- c513 -- c514 -- c515 -- c516 -- c517 -- c518 -- c519 -- c520 -- c521 -- c522 -- c523 -- c524 -- c525 -- c526 -- c527 -- c528 -- c529 -- c530 -- c531 -- c532 -- c533 -- c534 -- c535 -- c536 -- c537 -- c538 -- c539 -- c540 -- c541 -- c542 -- c543 -- c544 -- c545 -- c546 -- c547 -- c548 -- c549 -- c550 -- c551 -- c552 -- c553 -- c554 -- c555 -- c556 -- c557 -- c558 -- c559 -- c560 -- c561 -- c562 -- c563 -- c564 -- c565 -- c566 -- c567 -- c568 -- c569 -- c570 -- c571 -- c572 -- c573 -- c574 -- c575 -- c576 -- c577 -- c578 -- c579 -- c580 -- c581 -- c582 -- c583 -- c584 -- c585 -- c586 -- c587 -- c588 -- c589 -- c590 -- c591 -- c592 -- c593 -- c594 -- c595 -- c596 -- c597 -- c598 -- c599 -- c600 -- c601 -- c602 -- c603 -- c604 -- c605 -- c606 -- c607 -- c608 -- c609 -- c610 -- c611 -- c612 -- c613 -- c614 -- c615 -- c616 -- c617 -- c618 -- c619 -- c620 -- c621 -- c622 -- c623 -- c624 -- c625 -- c626 -- c627 -- c628 -- c629 -- c630 -- c631 -- c632 -- c633 -- c634 -- c635 -- c636 -- c637 -- c638 -- c639 -- c640 -- c641 -- c642 -- c643 -- c644 -- c645 -- c646 -- c647 -- c648 -- c649 -- c650 -- c651 -- c652 -- c653 -- c654 -- c655 -- c656 -- c657 -- c658 -- c659 -- c660 -- c661 -- c662 -- c663 -- c664 -- c665 -- c666 -- c667 -- c668 -- c669 -- c670 -- c671 -- c672 -- c673 -- c674 -- c675 -- c676 -- c677 -- c678 -- c679 -- c680 -- c681 -- c682 -- c683 -- c684 -- c685 -- c686 -- c687 -- c688 -- c689 -- c690 -- c691 -- c692 -- c693 -- c694 -- c695 -- c696 -- c697 -- c698 -- c699 -- c700 -- c701 -- c702 -- c703 -- c704 -- c705 -- c706 -- c707 -- c708 -- c709 -- c710 -- c711 -- c712 -- c713 -- c714 -- c715 -- c716 -- c717 -- c718 -- c719 -- c720 -- c721 -- c722 -- c723 -- c724 -- c725 -- c726 -- c727 -- c728 -- c729 -- c730 -- c731 -- c732 -- c733 -- c734 -- c735 -- c736 -- c737 -- c738 -- c739 -- c740 -- c741 -- c742 -- c743 -- c744 -- c745 -- c746 -- c747 -- c748 -- c749 -- c750 -- c751 -- c752 -- c753 -- c754 -- c755 -- c756 -- c757 -- c758 -- c759 -- c760 -- c761 -- c762 -- c763 -- c764 -- c765 -- c766 -- c767 -- c768 -- c769 -- c770 -- c771 -- c772 -- c773 -- c774 -- c775 -- c776 -- c777 -- c778 -- c779 -- c780 -- c781 -- c782 -- c783 -- c784 -- c785 -- c786 -- c787 -- c788 -- c789 -- c790 -- c791 -- c792 -- c793 -- c794 -- c795 -- c796 -- c797 -- c798 -- c799 -- c800 -- c801 -- c802 -- c803 -- c804 -- c805 -- c806 -- c807 -- c808 -- c809 -- c810 -- c811 -- c812 -- c813 -- c814 -- c815 -- c816 -- c817 -- c818 -- c819 -- c820 -- c821 -- c822 -- c823 -- c824 -- c825 -- c826 -- c827 -- c828 -- c829 -- c830 -- c831 -- c832 -- c833 -- c834 -- c835 -- c836 -- c837 -- c838 -- c839 -- c840 -- c841 -- c842 -- c843 -- c844 -- c845 -- c846 -- c847 -- c848 -- c849 -- c850 -- c851 -- c852 -- c853 -- c854 -- c855 -- c856 -- c857 -- c858 -- c859 -- c860 -- c861 -- c862 -- c863 -- c864 -- c865 -- c866 -- c867 -- c868 -- c869 -- c870 -- c871 -- c872 -- c873 -- c874 -- c875 -- c876 -- c877 -- c878 -- c879 -- c880 -- c881 -- c882 -- c883 -- c884 -- c885 -- c886 -- c887 -- c888 -- c889 -- c890 -- c891 -- c892 -- c893 -- c894 -- c895 -- c896 -- c897 -- c898 -- c899 -- c900 -- c901 -- c902 -- c903 -- c904 -- c905 -- c906 -- c907 -- c908 -- c909 -- c910 -- c911 -- c912 -- c913 -- c914 -- c915 -- c916 -- c917 -- c918 -- c919 -- c920 -- c921 -- c922 -- c923 -- c924 -- c925 -- c926 -- c927 -- c928 -- c929 -- c930 -- c931 -- c932 -- c933 -- c934 -- c935 -- c936 -- c937 -- c938 -- c939 -- c940 -- c941 -- c942 -- c943 -- c944 -- c945 -- c946 -- c947 -- c948 -- c949 -- c950 -- c951 -- c952 -- c953 -- c954 -- c955 -- c956 -- c957 -- c958 -- c959 -- c960 -- c961 -- c962 -- c963 -- c964 -- c965 -- c966 -- c967 -- c968 -- c969 -- c970 -- c971 -- c972 -- c973 -- c974 -- c975 -- c976 -- c977 -- c978 -- c979 -- c980 -- c981 -- c982 -- c983 -- c984 -- c985 -- c986 -- c987 -- c988 -- c989 -- c990 -- c991 -- c992 -- c993 -- c994 -- c995 -- c996 -- c997 -- c998 -- c999 -- colossal jewel -- crafted sunder charm -- d000 -- d001 -- d002 -- d003 -- d004 -- d005 -- d006 -- d007 -- d008 -- d009 -- d010 -- d011 -- d012 -- d013 -- d014 -- d015 -- d016 -- d017 -- d018 -- d019 -- d020 -- d021 -- d022 -- d023 -- d024 -- d025 -- d026 -- d027 -- d028 -- d029 -- d030 -- d031 -- d032 -- d033 -- d034 -- d035 -- d036 -- d037 -- d038 -- d039 -- d040 -- d041 -- d042 -- d043 -- d044 -- d045 -- d046 -- d047 -- d048 -- d049 -- d050 -- d051 -- d052 -- d053 -- d054 -- d055 -- d056 -- d057 -- d058 -- d059 -- d060 -- d061 -- d062 -- d063 -- d064 -- d065 -- d066 -- d067 -- d068 -- d069 -- d070 -- d071 -- d072 -- d073 -- d074 -- d075 -- d076 -- d077 -- d078 -- d079 -- d080 -- d081 -- d082 -- d083 -- d084 -- d085 -- d086 -- d087 -- d088 -- d089 -- d090 -- d091 -- d092 -- d093 -- d094 -- d095 -- d096 -- d097 -- d098 -- d099 -- d100 -- d101 -- d102 -- d103 -- d104 -- d105 -- d106 -- d107 -- d108 -- d109 -- d110 -- d111 -- d112 -- d113 -- d114 -- d115 -- d116 -- d117 -- d118 -- d119 -- d120 -- d121 -- d122 -- d123 -- d124 -- d125 -- d126 -- d127 -- d128 -- d129 -- d130 -- d131 -- d132 -- d133 -- d134 -- d135 -- d136 -- d137 -- d138 -- d139 -- d140 -- d141 -- d142 -- d143 -- d144 -- d145 -- d146 -- d147 -- d148 -- d149 -- d150 -- d151 -- d152 -- d153 -- d154 -- d155 -- d156 -- d157 -- d158 -- d159 -- d160 -- d161 -- d162 -- d163 -- d164 -- d165 -- d166 -- d167 -- d168 -- d169 -- d170 -- d171 -- d172 -- d173 -- d174 -- d175 -- d176 -- d177 -- d178 -- d179 -- d180 -- d181 -- d182 -- d183 -- d184 -- d185 -- d186 -- d187 -- d188 -- d189 -- d190 -- d191 -- d192 -- d193 -- d194 -- d195 -- d196 -- d197 -- d198 -- d199 -- d200 -- d201 -- d202 -- d203 -- d204 -- d205 -- d206 -- d207 -- d208 -- d209 -- d210 -- d211 -- d212 -- d213 -- d214 -- d215 -- d216 -- d217 -- d218 -- d219 -- d220 -- d221 -- d222 -- d223 -- d224 -- d225 -- d226 -- d227 -- d228 -- d229 -- d230 -- d231 -- d232 -- d233 -- d234 -- d235 -- d236 -- d237 -- d238 -- d239 -- d240 -- d241 -- d242 -- d243 -- d244 -- d245 -- d246 -- d247 -- d248 -- d249 -- d250 -- d251 -- d252 -- d253 -- d254 -- d255 -- d256 -- d257 -- d258 -- d259 -- d260 -- d261 -- d262 -- d263 -- d264 -- d265 -- d266 -- d267 -- d268 -- d269 -- d270 -- d271 -- d272 -- d273 -- d274 -- d275 -- d276 -- d277 -- d278 -- d279 -- d280 -- d281 -- d282 -- d283 -- d284 -- d285 -- d286 -- d287 -- d288 -- d289 -- d290 -- d291 -- d292 -- d293 -- d294 -- d295 -- d296 -- d297 -- d298 -- d299 -- d300 -- d301 -- d302 -- d303 -- d304 -- d305 -- d306 -- d307 -- d308 -- d309 -- d310 -- d311 -- d312 -- d313 -- d314 -- d315 -- d316 -- d317 -- d318 -- d319 -- d320 -- d321 -- d322 -- d323 -- d324 -- d325 -- d326 -- d327 -- d328 -- d329 -- d330 -- d331 -- d332 -- d333 -- d334 -- d335 -- d336 -- d337 -- d338 -- d339 -- d340 -- d341 -- d342 -- d343 -- d344 -- d345 -- d346 -- d347 -- d348 -- d349 -- d350 -- d351 -- d352 -- d353 -- d354 -- d355 -- d356 -- d357 -- d358 -- d359 -- d360 -- d361 -- d362 -- d363 -- d364 -- d365 -- d366 -- d367 -- d368 -- d369 -- d370 -- d371 -- d372 -- d373 -- d374 -- d375 -- d376 -- d377 -- d378 -- d379 -- d380 -- d381 -- d382 -- d383 -- d384 -- d385 -- d386 -- d387 -- d388 -- d389 -- d390 -- d391 -- d392 -- d393 -- d394 -- d395 -- d396 -- d397 -- d398 -- d399 -- d400 -- d401 -- d402 -- d403 -- d404 -- d405 -- d406 -- d407 -- d408 -- d409 -- d410 -- d411 -- d412 -- d413 -- d414 -- d415 -- d416 -- d417 -- d418 -- d419 -- d420 -- d421 -- d422 -- d423 -- d424 -- d425 -- d426 -- d427 -- d428 -- d429 -- d430 -- d431 -- d432 -- d433 -- d434 -- d435 -- d436 -- d437 -- d438 -- d439 -- d440 -- d441 -- d442 -- d443 -- d444 -- d445 -- d446 -- d447 -- d448 -- d449 -- d450 -- d451 -- d452 -- d453 -- d454 -- d455 -- d456 -- d457 -- d458 -- d459 -- d460 -- d461 -- d462 -- d463 -- d464 -- d465 -- d466 -- d467 -- d468 -- d469 -- d470 -- d471 -- d472 -- d473 -- d474 -- d475 -- d476 -- d477 -- d478 -- d479 -- d480 -- d481 -- d482 -- d483 -- d484 -- d485 -- d486 -- d487 -- d488 -- d489 -- d490 -- d491 -- d492 -- d493 -- d494 -- d495 -- d496 -- d497 -- d498 -- d499 -- d500 -- d501 -- d502 -- d503 -- d504 -- d505 -- d506 -- d507 -- d508 -- d509 -- d510 -- d511 -- d512 -- d513 -- d514 -- d515 -- d516 -- d517 -- d518 -- d519 -- d520 -- d521 -- d522 -- d523 -- d524 -- d525 -- d526 -- d527 -- d528 -- d529 -- d530 -- d531 -- d532 -- d533 -- d534 -- d535 -- d536 -- d537 -- d538 -- d539 -- d540 -- d541 -- d542 -- d543 -- d544 -- d545 -- d546 -- d547 -- d548 -- d549 -- d550 -- d551 -- d552 -- d553 -- d554 -- d555 -- d556 -- d557 -- d558 -- d559 -- d560 -- d561 -- d562 -- d563 -- d564 -- d565 -- d566 -- d567 -- d568 -- d569 -- d570 -- d571 -- d572 -- d573 -- d574 -- d575 -- d576 -- d577 -- d578 -- d579 -- d580 -- d581 -- d582 -- d583 -- d584 -- d585 -- d586 -- d587 -- d588 -- d589 -- d590 -- d591 -- d592 -- d593 -- d594 -- d595 -- d596 -- d597 -- d598 -- d599 -- d600 -- d601 -- d602 -- d603 -- d604 -- d605 -- d606 -- d607 -- d608 -- d609 -- d610 -- d611 -- d612 -- d613 -- d614 -- d615 -- d616 -- d617 -- d618 -- d619 -- d620 -- d621 -- d622 -- d623 -- d624 -- d625 -- d626 -- d627 -- d628 -- d629 -- d630 -- d631 -- d632 -- d633 -- d634 -- d635 -- d636 -- d637 -- d638 -- d639 -- d640 -- d641 -- d642 -- d643 -- d644 -- d645 -- d646 -- d647 -- d648 -- d649 -- d650 -- d651 -- d652 -- d653 -- d654 -- d655 -- d656 -- d657 -- d658 -- d659 -- d660 -- d661 -- d662 -- d663 -- d664 -- d665 -- d666 -- d667 -- d668 -- d669 -- d670 -- d671 -- d672 -- d673 -- d674 -- d675 -- d676 -- d677 -- d678 -- d679 -- d680 -- d681 -- d682 -- d683 -- d684 -- d685 -- d686 -- d687 -- d688 -- d689 -- d690 -- d691 -- d692 -- d693 -- d694 -- d695 -- d696 -- d697 -- d698 -- d699 -- d700 -- d701 -- d702 -- d703 -- d704 -- d705 -- d706 -- d707 -- d708 -- d709 -- d710 -- d711 -- d712 -- d713 -- d714 -- d715 -- d716 -- d717 -- d718 -- d719 -- d720 -- d721 -- d722 -- d723 -- d724 -- d725 -- d726 -- d727 -- d728 -- d729 -- d730 -- d731 -- d732 -- d733 -- d734 -- d735 -- d736 -- d737 -- d738 -- d739 -- d740 -- d741 -- d742 -- d743 -- d744 -- d745 -- d746 -- d747 -- d748 -- d749 -- d750 -- d751 -- d752 -- d753 -- d754 -- d755 -- d756 -- d757 -- d758 -- d759 -- d760 -- d761 -- d762 -- d763 -- d764 -- d765 -- d766 -- d767 -- d768 -- d769 -- d770 -- d771 -- d772 -- d773 -- d774 -- d775 -- d776 -- d777 -- d778 -- d779 -- d780 -- d781 -- d782 -- d783 -- d784 -- d785 -- d786 -- d787 -- d788 -- d789 -- d790 -- d791 -- d792 -- d793 -- d794 -- d795 -- d796 -- d797 -- d798 -- d799 -- d800 -- d801 -- d802 -- d803 -- d804 -- d805 -- d806 -- d807 -- d808 -- d809 -- d810 -- d811 -- d812 -- d813 -- d814 -- d815 -- d816 -- d817 -- d818 -- d819 -- d820 -- d821 -- d822 -- d823 -- d824 -- d825 -- d826 -- d827 -- d828 -- d829 -- d830 -- d831 -- d832 -- d833 -- d834 -- d835 -- d836 -- d837 -- d838 -- d839 -- d840 -- d841 -- d842 -- d843 -- d844 -- d845 -- d846 -- d847 -- d848 -- d849 -- d850 -- d851 -- d852 -- d853 -- d854 -- d855 -- d856 -- d857 -- d858 -- d859 -- d860 -- d861 -- d862 -- d863 -- d864 -- d865 -- d866 -- d867 -- d868 -- d869 -- d870 -- d871 -- d872 -- d873 -- d874 -- d875 -- d876 -- d877 -- d878 -- d879 -- d880 -- d881 -- d882 -- d883 -- d884 -- d885 -- d886 -- d887 -- d888 -- d889 -- d890 -- d891 -- d892 -- d893 -- d894 -- d895 -- d896 -- d897 -- d898 -- d899 -- d900 -- d901 -- d902 -- d903 -- d904 -- d905 -- d906 -- d907 -- d908 -- d909 -- d910 -- d911 -- d912 -- d913 -- d914 -- d915 -- d916 -- d917 -- d918 -- d919 -- d920 -- d921 -- d922 -- d923 -- d924 -- d925 -- d926 -- d927 -- d928 -- d929 -- d930 -- d931 -- d932 -- d933 -- d934 -- d935 -- d936 -- d937 -- d938 -- d939 -- d940 -- d941 -- d942 -- d943 -- d944 -- d945 -- d946 -- d947 -- d948 -- d949 -- d950 -- d951 -- d952 -- d953 -- d954 -- d955 -- d956 -- d957 -- d958 -- d959 -- d960 -- d961 -- d962 -- d963 -- d964 -- d965 -- d966 -- d967 -- d968 -- d969 -- d970 -- d971 -- d972 -- d973 -- d974 -- d975 -- d976 -- d977 -- d978 -- d979 -- d980 -- d981 -- d982 -- d983 -- d984 -- d985 -- d986 -- d987 -- d988 -- d989 -- d990 -- d991 -- d992 -- d993 -- d994 -- d995 -- d996 -- d997 -- d998 -- d999 -- e000 -- e001 -- e002 -- e003 -- e004 -- e005 -- e006 -- e007 -- e008 -- e009 -- e010 -- e011 -- e012 -- e013 -- e014 -- e015 -- e016 -- e017 -- e018 -- e019 -- e020 -- e021 -- e022 -- e023 -- e024 -- e025 -- e026 -- e027 -- e028 -- e029 -- e030 -- e031 -- e032 -- e033 -- e034 -- e035 -- e036 -- e037 -- e038 -- e039 -- e040 -- e041 -- e042 -- e043 -- e044 -- e045 -- e046 -- e047 -- e048 -- e049 -- e050 -- e051 -- e052 -- e053 -- e054 -- e055 -- e056 -- e057 -- e058 -- e059 -- e060 -- e061 -- e062 -- e063 -- e064 -- e065 -- e066 -- e067 -- e068 -- e069 -- e070 -- e071 -- e072 -- e073 -- e074 -- e075 -- e076 -- e077 -- e078 -- e079 -- e080 -- e081 -- e082 -- e083 -- e084 -- e085 -- e086 -- e087 -- e088 -- e089 -- e090 -- e091 -- e092 -- e093 -- e094 -- e095 -- e096 -- e097 -- e098 -- e099 -- e100 -- e101 -- e102 -- e103 -- e104 -- e105 -- e106 -- e107 -- e108 -- e109 -- e110 -- e111 -- e112 -- e113 -- e114 -- e115 -- e116 -- e117 -- e118 -- e119 -- e120 -- e121 -- e122 -- e123 -- e124 -- e125 -- e126 -- e127 -- e128 -- e129 -- e130 -- e131 -- e132 -- e133 -- e134 -- e135 -- e136 -- e137 -- e138 -- e139 -- e140 -- e141 -- e142 -- e143 -- e144 -- e145 -- e146 -- e147 -- e148 -- e149 -- e150 -- e151 -- e152 -- e153 -- e154 -- e155 -- e156 -- e157 -- e158 -- e159 -- e160 -- e161 -- e162 -- e163 -- e164 -- e165 -- e166 -- e167 -- e168 -- e169 -- e170 -- e171 -- e172 -- e173 -- e174 -- e175 -- e176 -- e177 -- e178 -- e179 -- e180 -- e181 -- e182 -- e183 -- e184 -- e185 -- e186 -- e187 -- e188 -- e189 -- e190 -- e191 -- e192 -- e193 -- e194 -- e195 -- e196 -- e197 -- e198 -- e199 -- e200 -- e201 -- e202 -- e203 -- e204 -- e205 -- e206 -- e207 -- e208 -- e209 -- e210 -- e211 -- e212 -- e213 -- e214 -- e215 -- e216 -- e217 -- e218 -- e219 -- e220 -- e221 -- e222 -- e223 -- e224 -- e225 -- e226 -- e227 -- e228 -- e229 -- e230 -- e231 -- e232 -- e233 -- e234 -- e235 -- e236 -- e237 -- e238 -- e239 -- e240 -- e241 -- e242 -- e243 -- e244 -- e245 -- e246 -- e247 -- e248 -- e249 -- e250 -- e251 -- e252 -- e253 -- e254 -- e255 -- e256 -- e257 -- e258 -- e259 -- e260 -- e261 -- e262 -- e263 -- e264 -- e265 -- e266 -- e267 -- e268 -- e269 -- e270 -- e271 -- e272 -- e273 -- e274 -- e275 -- e276 -- e277 -- e278 -- e279 -- e280 -- e281 -- e282 -- e283 -- e284 -- e285 -- e286 -- e287 -- e288 -- e289 -- e290 -- e291 -- e292 -- e293 -- e294 -- e295 -- e296 -- e297 -- e298 -- e299 -- e300 -- e301 -- e302 -- e303 -- e304 -- e305 -- e306 -- e307 -- e308 -- e309 -- e310 -- e311 -- e312 -- e313 -- e314 -- e315 -- e316 -- e317 -- e318 -- e319 -- e320 -- e321 -- e322 -- e323 -- e324 -- e325 -- e326 -- e327 -- e328 -- e329 -- e330 -- e331 -- e332 -- e333 -- e334 -- e335 -- e336 -- e337 -- e338 -- e339 -- e340 -- e341 -- e342 -- e343 -- e344 -- e345 -- e346 -- e347 -- e348 -- e349 -- e350 -- e351 -- e352 -- e353 -- e354 -- e355 -- e356 -- e357 -- e358 -- e359 -- e360 -- e361 -- e362 -- e363 -- e364 -- e365 -- e366 -- e367 -- e368 -- e369 -- e370 -- e371 -- e372 -- e373 -- e374 -- e375 -- e376 -- e377 -- e378 -- e379 -- e380 -- e381 -- e382 -- e383 -- e384 -- e385 -- e386 -- e387 -- e388 -- e389 -- e390 -- e391 -- e392 -- e393 -- e394 -- e395 -- e396 -- e397 -- e398 -- e399 -- e400 -- e401 -- e402 -- e403 -- e404 -- e405 -- e406 -- e407 -- e408 -- e409 -- e410 -- e411 -- e412 -- e413 -- e414 -- e415 -- e416 -- e417 -- e418 -- e419 -- e420 -- e421 -- e422 -- e423 -- e424 -- e425 -- e426 -- e427 -- e428 -- e429 -- e430 -- e431 -- e432 -- e433 -- e434 -- e435 -- e436 -- e437 -- e438 -- e439 -- e440 -- e441 -- e442 -- e443 -- e444 -- e445 -- e446 -- e447 -- e448 -- e449 -- e450 -- e451 -- e452 -- e453 -- e454 -- e455 -- e456 -- e457 -- e458 -- e459 -- e460 -- e461 -- e462 -- e463 -- e464 -- e465 -- e466 -- e467 -- e468 -- e469 -- e470 -- e471 -- e472 -- e473 -- e474 -- e475 -- e476 -- e477 -- e478 -- e479 -- e480 -- e481 -- e482 -- e483 -- e484 -- e485 -- e486 -- e487 -- e488 -- e489 -- e490 -- e491 -- e492 -- e493 -- e494 -- e495 -- e496 -- e497 -- e498 -- e499 -- e500 -- e501 -- e502 -- e503 -- e504 -- e505 -- e506 -- e507 -- e508 -- e509 -- e510 -- e511 -- e512 -- e513 -- e514 -- e515 -- e516 -- e517 -- e518 -- e519 -- e520 -- e521 -- e522 -- e523 -- e524 -- e525 -- e526 -- e527 -- e528 -- e529 -- e530 -- e531 -- e532 -- e533 -- e534 -- e535 -- e536 -- e537 -- e538 -- e539 -- e540 -- e541 -- e542 -- e543 -- e544 -- e545 -- e546 -- e547 -- e548 -- e549 -- e550 -- e551 -- e552 -- e553 -- e554 -- e555 -- e556 -- e557 -- e558 -- e559 -- e560 -- e561 -- e562 -- e563 -- e564 -- e565 -- e566 -- e567 -- e568 -- e569 -- e570 -- e571 -- e572 -- e573 -- e574 -- e575 -- e576 -- e577 -- e578 -- e579 -- e580 -- e581 -- e582 -- e583 -- e584 -- e585 -- e586 -- e587 -- e588 -- e589 -- e590 -- e591 -- e592 -- e593 -- e594 -- e595 -- e596 -- e597 -- e598 -- e599 -- e600 -- e601 -- e602 -- e603 -- e604 -- e605 -- e606 -- e607 -- e608 -- e609 -- e610 -- e611 -- e612 -- e613 -- e614 -- e615 -- e616 -- e617 -- e618 -- e619 -- e620 -- e621 -- e622 -- e623 -- e624 -- e625 -- e626 -- e627 -- e628 -- e629 -- e630 -- e631 -- e632 -- e633 -- e634 -- e635 -- e636 -- e637 -- e638 -- e639 -- e640 -- e641 -- e642 -- e643 -- e644 -- e645 -- e646 -- e647 -- e648 -- e649 -- e650 -- e651 -- e652 -- e653 -- e654 -- e655 -- e656 -- e657 -- e658 -- e659 -- e660 -- e661 -- e662 -- e663 -- e664 -- e665 -- e666 -- e667 -- e668 -- e669 -- e670 -- e671 -- e672 -- e673 -- e674 -- e675 -- e676 -- e677 -- e678 -- e679 -- e680 -- e681 -- e682 -- e683 -- e684 -- e685 -- e686 -- e687 -- e688 -- e689 -- e690 -- e691 -- e692 -- e693 -- e694 -- e695 -- e696 -- e697 -- e698 -- e699 -- e700 -- e701 -- e702 -- e703 -- e704 -- e705 -- e706 -- e707 -- e708 -- e709 -- e710 -- e711 -- e712 -- e713 -- e714 -- e715 -- e716 -- e717 -- e718 -- e719 -- e720 -- e721 -- e722 -- e723 -- e724 -- e725 -- e726 -- e727 -- e728 -- e729 -- e730 -- e731 -- e732 -- e733 -- e734 -- e735 -- e736 -- e737 -- e738 -- e739 -- e740 -- e741 -- e742 -- e743 -- e744 -- e745 -- e746 -- e747 -- e748 -- e749 -- e750 -- e751 -- e752 -- e753 -- e754 -- e755 -- e756 -- e757 -- e758 -- e759 -- e760 -- e761 -- e762 -- e763 -- e764 -- e765 -- e766 -- e767 -- e768 -- e769 -- e770 -- e771 -- e772 -- e773 -- e774 -- e775 -- e776 -- e777 -- e778 -- e779 -- e780 -- e781 -- e782 -- e783 -- e784 -- e785 -- e786 -- e787 -- e788 -- e789 -- e790 -- e791 -- e792 -- e793 -- e794 -- e795 -- e796 -- e797 -- e798 -- e799 -- e800 -- e801 -- e802 -- e803 -- e804 -- e805 -- e806 -- e807 -- e808 -- e809 -- e810 -- e811 -- e812 -- e813 -- e814 -- e815 -- e816 -- e817 -- e818 -- e819 -- e820 -- e821 -- e822 -- e823 -- e824 -- e825 -- e826 -- e827 -- e828 -- e829 -- e830 -- e831 -- e832 -- e833 -- e834 -- e835 -- e836 -- e837 -- e838 -- e839 -- e840 -- e841 -- e842 -- e843 -- e844 -- e845 -- e846 -- e847 -- e848 -- e849 -- e850 -- e851 -- e852 -- e853 -- e854 -- e855 -- e856 -- e857 -- e858 -- e859 -- e860 -- e861 -- e862 -- e863 -- e864 -- e865 -- e866 -- e867 -- e868 -- e869 -- e870 -- e871 -- e872 -- e873 -- e874 -- e875 -- e876 -- e877 -- e878 -- e879 -- e880 -- e881 -- e882 -- e883 -- e884 -- e885 -- e886 -- e887 -- e888 -- e889 -- e890 -- e891 -- e892 -- e893 -- e894 -- e895 -- e896 -- e897 -- e898 -- e899 -- e900 -- e901 -- e902 -- e903 -- e904 -- e905 -- e906 -- e907 -- e908 -- e909 -- e910 -- e911 -- e912 -- e913 -- e914 -- e915 -- e916 -- e917 -- e918 -- e919 -- e920 -- e921 -- e922 -- e923 -- e924 -- e925 -- e926 -- e927 -- e928 -- e929 -- e930 -- e931 -- e932 -- e933 -- e934 -- e935 -- e936 -- e937 -- e938 -- e939 -- e940 -- e941 -- e942 -- e943 -- e944 -- e945 -- e946 -- e947 -- e948 -- e949 -- e950 -- e951 -- e952 -- e953 -- e954 -- e955 -- e956 -- e957 -- e958 -- e959 -- e960 -- e961 -- e962 -- e963 -- e964 -- e965 -- e966 -- e967 -- e968 -- e969 -- e970 -- e971 -- e972 -- e973 -- e974 -- e975 -- e976 -- e977 -- e978 -- e979 -- e980 -- e981 -- e982 -- e983 -- e984 -- e985 -- e986 -- e987 -- e988 -- e989 -- e990 -- e991 -- e992 -- e993 -- e994 -- e995 -- e996 -- e997 -- e998 -- e999 -- f000 -- f001 -- f002 -- f003 -- f004 -- f005 -- f006 -- f007 -- f008 -- f009 -- f010 -- f011 -- f012 -- f013 -- f014 -- f015 -- f016 -- f017 -- f018 -- f019 -- f020 -- f021 -- f022 -- f023 -- f024 -- f025 -- f026 -- f027 -- f028 -- f029 -- f030 -- f031 -- f032 -- f033 -- f034 -- f035 -- f036 -- f037 -- f038 -- f039 -- f040 -- f041 -- f042 -- f043 -- f044 -- f045 -- f046 -- f047 -- f048 -- f049 -- f050 -- f051 -- f052 -- f053 -- f054 -- f055 -- f056 -- f057 -- f058 -- f059 -- f060 -- f061 -- f062 -- f063 -- f064 -- f065 -- f066 -- f067 -- f068 -- f069 -- f070 -- f071 -- f072 -- f073 -- f074 -- f075 -- f076 -- f077 -- f078 -- f079 -- f080 -- f081 -- f082 -- f083 -- f084 -- f085 -- f086 -- f087 -- f088 -- f089 -- f090 -- f091 -- f092 -- f093 -- f094 -- f095 -- f096 -- f097 -- f098 -- f099 -- f100 -- f101 -- f102 -- f103 -- f104 -- f105 -- f106 -- f107 -- f108 -- f109 -- f110 -- f111 -- f112 -- f113 -- f114 -- f115 -- f116 -- f117 -- f118 -- f119 -- f120 -- f121 -- f122 -- f123 -- f124 -- f125 -- f126 -- f127 -- f128 -- f129 -- f130 -- f131 -- f132 -- f133 -- f134 -- f135 -- f136 -- f137 -- f138 -- f139 -- f140 -- f141 -- f142 -- f143 -- f144 -- f145 -- f146 -- f147 -- f148 -- f149 -- f150 -- f151 -- f152 -- f153 -- f154 -- f155 -- f156 -- f157 -- f158 -- f159 -- f160 -- f161 -- f162 -- f163 -- f164 -- f165 -- f166 -- f167 -- f168 -- f169 -- f170 -- f171 -- f172 -- f173 -- f174 -- f175 -- f176 -- f177 -- f178 -- f179 -- f180 -- f181 -- f182 -- f183 -- f184 -- f185 -- f186 -- f187 -- f188 -- f189 -- f190 -- f191 -- f192 -- f193 -- f194 -- f195 -- f196 -- f197 -- f198 -- f199 -- f200 -- f201 -- f202 -- f203 -- f204 -- f205 -- f206 -- f207 -- f208 -- f209 -- f210 -- f211 -- f212 -- f213 -- f214 -- f215 -- f216 -- f217 -- f218 -- f219 -- f220 -- f221 -- f222 -- f223 -- f224 -- f225 -- f226 -- f227 -- f228 -- f229 -- f230 -- f231 -- f232 -- f233 -- f234 -- f235 -- f236 -- f237 -- f238 -- f239 -- f240 -- f241 -- f242 -- f243 -- f244 -- f245 -- f246 -- f247 -- f248 -- f249 -- f250 -- f251 -- f252 -- f253 -- f254 -- f255 -- f256 -- f257 -- f258 -- f259 -- f260 -- f261 -- f262 -- f263 -- f264 -- f265 -- f266 -- f267 -- f268 -- f269 -- f270 -- f271 -- f272 -- f273 -- f274 -- f275 -- f276 -- f277 -- f278 -- f279 -- f280 -- f281 -- f282 -- f283 -- f284 -- f285 -- f286 -- f287 -- f288 -- f289 -- f290 -- f291 -- f292 -- f293 -- f294 -- f295 -- f296 -- f297 -- f298 -- f299 -- f300 -- f301 -- f302 -- f303 -- f304 -- f305 -- f306 -- f307 -- f308 -- f309 -- f310 -- f311 -- f312 -- f313 -- f314 -- f315 -- f316 -- f317 -- f318 -- f319 -- f320 -- f321 -- f322 -- f323 -- f324 -- f325 -- f326 -- f327 -- f328 -- f329 -- f330 -- f331 -- f332 -- f333 -- f334 -- f335 -- f336 -- f337 -- f338 -- f339 -- f340 -- f341 -- f342 -- f343 -- f344 -- f345 -- f346 -- f347 -- f348 -- f349 -- f350 -- f351 -- f352 -- f353 -- f354 -- f355 -- f356 -- f357 -- f358 -- f359 -- f360 -- f361 -- f362 -- f363 -- f364 -- f365 -- f366 -- f367 -- f368 -- f369 -- f370 -- f371 -- f372 -- f373 -- f374 -- f375 -- f376 -- f377 -- f378 -- f379 -- f380 -- f381 -- f382 -- f383 -- f384 -- f385 -- f386 -- f387 -- f388 -- f389 -- f390 -- f391 -- f392 -- f393 -- f394 -- f395 -- f396 -- f397 -- f398 -- f399 -- f400 -- f401 -- f402 -- f403 -- f404 -- f405 -- f406 -- f407 -- f408 -- f409 -- f410 -- f411 -- f412 -- f413 -- f414 -- f415 -- f416 -- f417 -- f418 -- f419 -- f420 -- f421 -- f422 -- f423 -- f424 -- f425 -- f426 -- f427 -- f428 -- f429 -- f430 -- f431 -- f432 -- f433 -- f434 -- f435 -- f436 -- f437 -- f438 -- f439 -- f440 -- f441 -- f442 -- f443 -- f444 -- f445 -- f446 -- f447 -- f448 -- f449 -- f450 -- f451 -- f452 -- f453 -- f454 -- f455 -- f456 -- f457 -- f458 -- f459 -- f460 -- f461 -- f462 -- f463 -- f464 -- f465 -- f466 -- f467 -- f468 -- f469 -- f470 -- f471 -- f472 -- f473 -- f474 -- f475 -- f476 -- f477 -- f478 -- f479 -- f480 -- f481 -- f482 -- f483 -- f484 -- f485 -- f486 -- f487 -- f488 -- f489 -- f490 -- f491 -- f492 -- f493 -- f494 -- f495 -- f496 -- f497 -- f498 -- f499 -- f500 -- f501 -- f502 -- f503 -- f504 -- f505 -- f506 -- f507 -- f508 -- f509 -- f510 -- f511 -- f512 -- f513 -- f514 -- f515 -- f516 -- f517 -- f518 -- f519 -- f520 -- f521 -- f522 -- f523 -- f524 -- f525 -- f526 -- f527 -- f528 -- f529 -- f530 -- f531 -- f532 -- f533 -- f534 -- f535 -- f536 -- f537 -- f538 -- f539 -- f540 -- f541 -- f542 -- f543 -- f544 -- f545 -- f546 -- f547 -- f548 -- f549 -- f550 -- f551 -- f552 -- f553 -- f554 -- f555 -- f556 -- f557 -- f558 -- f559 -- f560 -- f561 -- f562 -- f563 -- f564 -- f565 -- f566 -- f567 -- f568 -- f569 -- f570 -- f571 -- f572 -- f573 -- f574 -- f575 -- f576 -- f577 -- f578 -- f579 -- f580 -- f581 -- f582 -- f583 -- f584 -- f585 -- f586 -- f587 -- f588 -- f589 -- f590 -- f591 -- f592 -- f593 -- f594 -- f595 -- f596 -- f597 -- f598 -- f599 -- f600 -- f601 -- f602 -- f603 -- f604 -- f605 -- f606 -- f607 -- f608 -- f609 -- f610 -- f611 -- f612 -- f613 -- f614 -- f615 -- f616 -- f617 -- f618 -- f619 -- f620 -- f621 -- f622 -- f623 -- f624 -- f625 -- f626 -- f627 -- f628 -- f629 -- f630 -- f631 -- f632 -- f633 -- f634 -- f635 -- f636 -- f637 -- f638 -- f639 -- f640 -- f641 -- f642 -- f643 -- f644 -- f645 -- f646 -- f647 -- f648 -- f649 -- f650 -- f651 -- f652 -- f653 -- f654 -- f655 -- f656 -- f657 -- f658 -- f659 -- f660 -- f661 -- f662 -- f663 -- f664 -- f665 -- f666 -- f667 -- f668 -- f669 -- f670 -- f671 -- f672 -- f673 -- f674 -- f675 -- f676 -- f677 -- f678 -- f679 -- f680 -- f681 -- f682 -- f683 -- f684 -- f685 -- f686 -- f687 -- f688 -- f689 -- f690 -- f691 -- f692 -- f693 -- f694 -- f695 -- f696 -- f697 -- f698 -- f699 -- f700 -- f701 -- f702 -- f703 -- f704 -- f705 -- f706 -- f707 -- f708 -- f709 -- f710 -- f711 -- f712 -- f713 -- f714 -- f715 -- f716 -- f717 -- f718 -- f719 -- f720 -- f721 -- f722 -- f723 -- f724 -- f725 -- f726 -- f727 -- f728 -- f729 -- f730 -- f731 -- f732 -- f733 -- f734 -- f735 -- f736 -- f737 -- f738 -- f739 -- f740 -- f741 -- f742 -- f743 -- f744 -- f745 -- f746 -- f747 -- f748 -- f749 -- f750 -- f751 -- f752 -- f753 -- f754 -- f755 -- f756 -- f757 -- f758 -- f759 -- f760 -- f761 -- f762 -- f763 -- f764 -- f765 -- f766 -- f767 -- f768 -- f769 -- f770 -- f771 -- f772 -- f773 -- f774 -- f775 -- f776 -- f777 -- f778 -- f779 -- f780 -- f781 -- f782 -- f783 -- f784 -- f785 -- f786 -- f787 -- f788 -- f789 -- f790 -- f791 -- f792 -- f793 -- f794 -- f795 -- f796 -- f797 -- f798 -- f799 -- f800 -- f801 -- f802 -- f803 -- f804 -- f805 -- f806 -- f807 -- f808 -- f809 -- f810 -- f811 -- f812 -- f813 -- f814 -- f815 -- f816 -- f817 -- f818 -- f819 -- f820 -- f821 -- f822 -- f823 -- f824 -- f825 -- f826 -- f827 -- f828 -- f829 -- f830 -- f831 -- f832 -- f833 -- f834 -- f835 -- f836 -- f837 -- f838 -- f839 -- f840 -- f841 -- f842 -- f843 -- f844 -- f845 -- f846 -- f847 -- f848 -- f849 -- f850 -- f851 -- f852 -- f853 -- f854 -- f855 -- f856 -- f857 -- f858 -- f859 -- f860 -- f861 -- f862 -- f863 -- f864 -- f865 -- f866 -- f867 -- f868 -- f869 -- f870 -- f871 -- f872 -- f873 -- f874 -- f875 -- f876 -- f877 -- f878 -- f879 -- f880 -- f881 -- f882 -- f883 -- f884 -- f885 -- f886 -- f887 -- f888 -- f889 -- f890 -- f891 -- f892 -- f893 -- f894 -- f895 -- f896 -- f897 -- f898 -- f899 -- f900 -- f901 -- f902 -- f903 -- f904 -- f905 -- f906 -- f907 -- f908 -- f909 -- f910 -- f911 -- f912 -- f913 -- f914 -- f915 -- f916 -- f917 -- f918 -- f919 -- f920 -- f921 -- f922 -- f923 -- f924 -- f925 -- f926 -- f927 -- f928 -- f929 -- f930 -- f931 -- f932 -- f933 -- f934 -- f935 -- f936 -- f937 -- f938 -- f939 -- f940 -- f941 -- f942 -- f943 -- f944 -- f945 -- f946 -- f947 -- f948 -- f949 -- f950 -- f951 -- f952 -- f953 -- f954 -- f955 -- f956 -- f957 -- f958 -- f959 -- f960 -- f961 -- f962 -- f963 -- f964 -- f965 -- f966 -- f967 -- f968 -- f969 -- f970 -- f971 -- f972 -- f973 -- f974 -- f975 -- f976 -- f977 -- f978 -- f979 -- f980 -- f981 -- f982 -- f983 -- f984 -- f985 -- f986 -- f987 -- f988 -- f989 -- f990 -- f991 -- f992 -- f993 -- f994 -- f995 -- f996 -- f997 -- f998 -- f999 -- g000 -- g001 -- g002 -- g003 -- g004 -- g005 -- g006 -- g007 -- g008 -- g009 -- g010 -- g011 -- g012 -- g013 -- g014 -- g015 -- g016 -- g017 -- g018 -- g019 -- g020 -- g021 -- g022 -- g023 -- g024 -- g025 -- g026 -- g027 -- g028 -- g029 -- g030 -- g031 -- g032 -- g033 -- g034 -- g035 -- g036 -- g037 -- g038 -- g039 -- g040 -- g041 -- g042 -- g043 -- g044 -- g045 -- g046 -- g047 -- g048 -- g049 -- g050 -- g051 -- g052 -- g053 -- g054 -- g055 -- g056 -- g057 -- g058 -- g059 -- g060 -- g061 -- g062 -- g063 -- g064 -- g065 -- g066 -- g067 -- g068 -- g069 -- g070 -- g071 -- g072 -- g073 -- g074 -- g075 -- g076 -- g077 -- g078 -- g079 -- g080 -- g081 -- g082 -- g083 -- g084 -- g085 -- g086 -- g087 -- g088 -- g089 -- g090 -- g091 -- g092 -- g093 -- g094 -- g095 -- g096 -- g097 -- g098 -- g099 -- g100 -- g101 -- g102 -- g103 -- g104 -- g105 -- g106 -- g107 -- g108 -- g109 -- g110 -- g111 -- g112 -- g113 -- g114 -- g115 -- g116 -- g117 -- g118 -- g119 -- g120 -- g121 -- g122 -- g123 -- g124 -- g125 -- g126 -- g127 -- g128 -- g129 -- g130 -- g131 -- g132 -- g133 -- g134 -- g135 -- g136 -- g137 -- g138 -- g139 -- g140 -- g141 -- g142 -- g143 -- g144 -- g145 -- g146 -- g147 -- g148 -- g149 -- g150 -- g151 -- g152 -- g153 -- g154 -- g155 -- g156 -- g157 -- g158 -- g159 -- g160 -- g161 -- g162 -- g163 -- g164 -- g165 -- g166 -- g167 -- g168 -- g169 -- g170 -- g171 -- g172 -- g173 -- g174 -- g175 -- g176 -- g177 -- g178 -- g179 -- g180 -- g181 -- g182 -- g183 -- g184 -- g185 -- g186 -- g187 -- g188 -- g189 -- g190 -- g191 -- g192 -- g193 -- g194 -- g195 -- g196 -- g197 -- g198 -- g199 -- g200 -- g201 -- g202 -- g203 -- g204 -- g205 -- g206 -- g207 -- g208 -- g209 -- g210 -- g211 -- g212 -- g213 -- g214 -- g215 -- g216 -- g217 -- g218 -- g219 -- g220 -- g221 -- g222 -- g223 -- g224 -- g225 -- g226 -- g227 -- g228 -- g229 -- g230 -- g231 -- g232 -- g233 -- g234 -- g235 -- g236 -- g237 -- g238 -- g239 -- g240 -- g241 -- g242 -- g243 -- g244 -- g245 -- g246 -- g247 -- g248 -- g249 -- g250 -- g251 -- g252 -- g253 -- g254 -- g255 -- g256 -- g257 -- g258 -- g259 -- g260 -- g261 -- g262 -- g263 -- g264 -- g265 -- g266 -- g267 -- g268 -- g269 -- g270 -- g271 -- g272 -- g273 -- g274 -- g275 -- g276 -- g277 -- g278 -- g279 -- g280 -- g281 -- g282 -- g283 -- g284 -- g285 -- g286 -- g287 -- g288 -- g289 -- g290 -- g291 -- g292 -- g293 -- g294 -- g295 -- g296 -- g297 -- g298 -- g299 -- g300 -- g301 -- g302 -- g303 -- g304 -- g305 -- g306 -- g307 -- g308 -- g309 -- g310 -- g311 -- g312 -- g313 -- g314 -- g315 -- g316 -- g317 -- g318 -- g319 -- g320 -- g321 -- g322 -- g323 -- g324 -- g325 -- g326 -- g327 -- g328 -- g329 -- g330 -- g331 -- g332 -- g333 -- g334 -- g335 -- g336 -- g337 -- g338 -- g339 -- g340 -- g341 -- g342 -- g343 -- g344 -- g345 -- g346 -- g347 -- g348 -- g349 -- g350 -- g351 -- g352 -- g353 -- g354 -- g355 -- g356 -- g357 -- g358 -- g359 -- g360 -- g361 -- g362 -- g363 -- g364 -- g365 -- g366 -- g367 -- g368 -- g369 -- g370 -- g371 -- g372 -- g373 -- g374 -- g375 -- g376 -- g377 -- g378 -- g379 -- g380 -- g381 -- g382 -- g383 -- g384 -- g385 -- g386 -- g387 -- g388 -- g389 -- g390 -- g391 -- g392 -- g393 -- g394 -- g395 -- g396 -- g397 -- g398 -- g399 -- g400 -- g401 -- g402 -- g403 -- g404 -- g405 -- g406 -- g407 -- g408 -- g409 -- g410 -- g411 -- g412 -- g413 -- g414 -- g415 -- g416 -- g417 -- g418 -- g419 -- g420 -- g421 -- g422 -- g423 -- g424 -- g425 -- g426 -- g427 -- g428 -- g429 -- g430 -- g431 -- g432 -- g433 -- g434 -- g435 -- g436 -- g437 -- g438 -- g439 -- g440 -- g441 -- g442 -- g443 -- g444 -- g445 -- g446 -- g447 -- g448 -- g449 -- g450 -- g451 -- g452 -- g453 -- g454 -- g455 -- g456 -- g457 -- g458 -- g459 -- g460 -- g461 -- g462 -- g463 -- g464 -- g465 -- g466 -- g467 -- g468 -- g469 -- g470 -- g471 -- g472 -- g473 -- g474 -- g475 -- g476 -- g477 -- g478 -- g479 -- g480 -- g481 -- g482 -- g483 -- g484 -- g485 -- g486 -- g487 -- g488 -- g489 -- g490 -- g491 -- g492 -- g493 -- g494 -- g495 -- g496 -- g497 -- g498 -- g499 -- g500 -- g501 -- g502 -- g503 -- g504 -- g505 -- g506 -- g507 -- g508 -- g509 -- g510 -- g511 -- g512 -- g513 -- g514 -- g515 -- g516 -- g517 -- g518 -- g519 -- g520 -- g521 -- g522 -- g523 -- g524 -- g525 -- g526 -- g527 -- g528 -- g529 -- g530 -- g531 -- g532 -- g533 -- g534 -- g535 -- g536 -- g537 -- g538 -- g539 -- g540 -- g541 -- g542 -- g543 -- g544 -- g545 -- g546 -- g547 -- g548 -- g549 -- g550 -- g551 -- g552 -- g553 -- g554 -- g555 -- g556 -- g557 -- g558 -- g559 -- g560 -- g561 -- g562 -- g563 -- g564 -- g565 -- g566 -- g567 -- g568 -- g569 -- g570 -- g571 -- g572 -- g573 -- g574 -- g575 -- g576 -- g577 -- g578 -- g579 -- g580 -- g581 -- g582 -- g583 -- g584 -- g585 -- g586 -- g587 -- g588 -- g589 -- g590 -- g591 -- g592 -- g593 -- g594 -- g595 -- g596 -- g597 -- g598 -- g599 -- g600 -- g601 -- g602 -- g603 -- g604 -- g605 -- g606 -- g607 -- g608 -- g609 -- g610 -- g611 -- g612 -- g613 -- g614 -- g615 -- g616 -- g617 -- g618 -- g619 -- g620 -- g621 -- g622 -- g623 -- g624 -- g625 -- g626 -- g627 -- g628 -- g629 -- g630 -- g631 -- g632 -- g633 -- g634 -- g635 -- g636 -- g637 -- g638 -- g639 -- g640 -- g641 -- g642 -- g643 -- g644 -- g645 -- g646 -- g647 -- g648 -- g649 -- g650 -- g651 -- g652 -- g653 -- g654 -- g655 -- g656 -- g657 -- g658 -- g659 -- g660 -- g661 -- g662 -- g663 -- g664 -- g665 -- g666 -- g667 -- g668 -- g669 -- g670 -- g671 -- g672 -- g673 -- g674 -- g675 -- g676 -- g677 -- g678 -- g679 -- g680 -- g681 -- g682 -- g683 -- g684 -- g685 -- g686 -- g687 -- g688 -- g689 -- g690 -- g691 -- g692 -- g693 -- g694 -- g695 -- g696 -- g697 -- g698 -- g699 -- g700 -- g701 -- g702 -- g703 -- g704 -- g705 -- g706 -- g707 -- g708 -- g709 -- g710 -- g711 -- g712 -- g713 -- g714 -- g715 -- g716 -- g717 -- g718 -- g719 -- g720 -- g721 -- g722 -- g723 -- g724 -- g725 -- g726 -- g727 -- g728 -- g729 -- g730 -- g731 -- g732 -- g733 -- g734 -- g735 -- g736 -- g737 -- g738 -- g739 -- g740 -- g741 -- g742 -- g743 -- g744 -- g745 -- g746 -- g747 -- g748 -- g749 -- g750 -- g751 -- g752 -- g753 -- g754 -- g755 -- g756 -- g757 -- g758 -- g759 -- g760 -- g761 -- g762 -- g763 -- g764 -- g765 -- g766 -- g767 -- g768 -- g769 -- g770 -- g771 -- g772 -- g773 -- g774 -- g775 -- g776 -- g777 -- g778 -- g779 -- g780 -- g781 -- g782 -- g783 -- g784 -- g785 -- g786 -- g787 -- g788 -- g789 -- g790 -- g791 -- g792 -- g793 -- g794 -- g795 -- g796 -- g797 -- g798 -- g799 -- g800 -- g801 -- g802 -- g803 -- g804 -- g805 -- g806 -- g807 -- g808 -- g809 -- g810 -- g811 -- g812 -- g813 -- g814 -- g815 -- g816 -- g817 -- g818 -- g819 -- g820 -- g821 -- g822 -- g823 -- g824 -- g825 -- g826 -- g827 -- g828 -- g829 -- g830 -- g831 -- g832 -- g833 -- g834 -- g835 -- g836 -- g837 -- g838 -- g839 -- g840 -- g841 -- g842 -- g843 -- g844 -- g845 -- g846 -- g847 -- g848 -- g849 -- g850 -- g851 -- g852 -- g853 -- g854 -- g855 -- g856 -- g857 -- g858 -- g859 -- g860 -- g861 -- g862 -- g863 -- g864 -- g865 -- g866 -- g867 -- g868 -- g869 -- g870 -- g871 -- g872 -- g873 -- g874 -- g875 -- g876 -- g877 -- g878 -- g879 -- g880 -- g881 -- g882 -- g883 -- g884 -- g885 -- g886 -- g887 -- g888 -- g889 -- g890 -- g891 -- g892 -- g893 -- g894 -- g895 -- g896 -- g897 -- g898 -- g899 -- g900 -- g901 -- g902 -- g903 -- g904 -- g905 -- g906 -- g907 -- g908 -- g909 -- g910 -- g911 -- g912 -- g913 -- g914 -- g915 -- g916 -- g917 -- g918 -- g919 -- g920 -- g921 -- g922 -- g923 -- g924 -- g925 -- g926 -- g927 -- g928 -- g929 -- g930 -- g931 -- g932 -- g933 -- g934 -- g935 -- g936 -- g937 -- g938 -- g939 -- g940 -- g941 -- g942 -- g943 -- g944 -- g945 -- g946 -- g947 -- g948 -- g949 -- g950 -- g951 -- g952 -- g953 -- g954 -- g955 -- g956 -- g957 -- g958 -- g959 -- g960 -- g961 -- g962 -- g963 -- g964 -- g965 -- g966 -- g967 -- g968 -- g969 -- g970 -- g971 -- g972 -- g973 -- g974 -- g975 -- g976 -- g977 -- g978 -- g979 -- g980 -- g981 -- g982 -- g983 -- g984 -- g985 -- g986 -- g987 -- g988 -- g989 -- g990 -- g991 -- g992 -- g993 -- g994 -- g995 -- g996 -- g997 -- g998 -- g999 -- grimoire -- h000 -- h001 -- h002 -- h003 -- h004 -- h005 -- h006 -- h007 -- h008 -- h009 -- h010 -- h011 -- h012 -- h013 -- h014 -- h015 -- h016 -- h017 -- h018 -- h019 -- h020 -- h021 -- h022 -- h023 -- h024 -- h025 -- h026 -- h027 -- h028 -- h029 -- h030 -- h031 -- h032 -- h033 -- h034 -- h035 -- h036 -- h037 -- h038 -- h039 -- h040 -- h041 -- h042 -- h043 -- h044 -- h045 -- h046 -- h047 -- h048 -- h049 -- h050 -- h051 -- h052 -- h053 -- h054 -- h055 -- h056 -- h057 -- h058 -- h059 -- h060 -- h061 -- h062 -- h063 -- h064 -- h065 -- h066 -- h067 -- h068 -- h069 -- h070 -- h071 -- h072 -- h073 -- h074 -- h075 -- h076 -- h077 -- h078 -- h079 -- h080 -- h081 -- h082 -- h083 -- h084 -- h085 -- h086 -- h087 -- h088 -- h089 -- h090 -- h091 -- h092 -- h093 -- h094 -- h095 -- h096 -- h097 -- h098 -- h099 -- h100 -- h101 -- h102 -- h103 -- h104 -- h105 -- h106 -- h107 -- h108 -- h109 -- h110 -- h111 -- h112 -- h113 -- h114 -- h115 -- h116 -- h117 -- h118 -- h119 -- h120 -- h121 -- h122 -- h123 -- h124 -- h125 -- h126 -- h127 -- h128 -- h129 -- h130 -- h131 -- h132 -- h133 -- h134 -- h135 -- h136 -- h137 -- h138 -- h139 -- h140 -- h141 -- h142 -- h143 -- h144 -- h145 -- h146 -- h147 -- h148 -- h149 -- h150 -- h151 -- h152 -- h153 -- h154 -- h155 -- h156 -- h157 -- h158 -- h159 -- h160 -- h161 -- h162 -- h163 -- h164 -- h165 -- h166 -- h167 -- h168 -- h169 -- h170 -- h171 -- h172 -- h173 -- h174 -- h175 -- h176 -- h177 -- h178 -- h179 -- h180 -- h181 -- h182 -- h183 -- h184 -- h185 -- h186 -- h187 -- h188 -- h189 -- h190 -- h191 -- h192 -- h193 -- h194 -- h195 -- h196 -- h197 -- h198 -- h199 -- h200 -- h201 -- h202 -- h203 -- h204 -- h205 -- h206 -- h207 -- h208 -- h209 -- h210 -- h211 -- h212 -- h213 -- h214 -- h215 -- h216 -- h217 -- h218 -- h219 -- h220 -- h221 -- h222 -- h223 -- h224 -- h225 -- h226 -- h227 -- h228 -- h229 -- h230 -- h231 -- h232 -- h233 -- h234 -- h235 -- h236 -- h237 -- h238 -- h239 -- h240 -- h241 -- h242 -- h243 -- h244 -- h245 -- h246 -- h247 -- h248 -- h249 -- h250 -- h251 -- h252 -- h253 -- h254 -- h255 -- h256 -- h257 -- h258 -- h259 -- h260 -- h261 -- h262 -- h263 -- h264 -- h265 -- h266 -- h267 -- h268 -- h269 -- h270 -- h271 -- h272 -- h273 -- h274 -- h275 -- h276 -- h277 -- h278 -- h279 -- h280 -- h281 -- h282 -- h283 -- h284 -- h285 -- h286 -- h287 -- h288 -- h289 -- h290 -- h291 -- h292 -- h293 -- h294 -- h295 -- h296 -- h297 -- h298 -- h299 -- h300 -- h301 -- h302 -- h303 -- h304 -- h305 -- h306 -- h307 -- h308 -- h309 -- h310 -- h311 -- h312 -- h313 -- h314 -- h315 -- h316 -- h317 -- h318 -- h319 -- h320 -- h321 -- h322 -- h323 -- h324 -- h325 -- h326 -- h327 -- h328 -- h329 -- h330 -- h331 -- h332 -- h333 -- h334 -- h335 -- h336 -- h337 -- h338 -- h339 -- h340 -- h341 -- h342 -- h343 -- h344 -- h345 -- h346 -- h347 -- h348 -- h349 -- h350 -- h351 -- h352 -- h353 -- h354 -- h355 -- h356 -- h357 -- h358 -- h359 -- h360 -- h361 -- h362 -- h363 -- h364 -- h365 -- h366 -- h367 -- h368 -- h369 -- h370 -- h371 -- h372 -- h373 -- h374 -- h375 -- h376 -- h377 -- h378 -- h379 -- h380 -- h381 -- h382 -- h383 -- h384 -- h385 -- h386 -- h387 -- h388 -- h389 -- h390 -- h391 -- h392 -- h393 -- h394 -- h395 -- h396 -- h397 -- h398 -- h399 -- h400 -- h401 -- h402 -- h403 -- h404 -- h405 -- h406 -- h407 -- h408 -- h409 -- h410 -- h411 -- h412 -- h413 -- h414 -- h415 -- h416 -- h417 -- h418 -- h419 -- h420 -- h421 -- h422 -- h423 -- h424 -- h425 -- h426 -- h427 -- h428 -- h429 -- h430 -- h431 -- h432 -- h433 -- h434 -- h435 -- h436 -- h437 -- h438 -- h439 -- h440 -- h441 -- h442 -- h443 -- h444 -- h445 -- h446 -- h447 -- h448 -- h449 -- h450 -- h451 -- h452 -- h453 -- h454 -- h455 -- h456 -- h457 -- h458 -- h459 -- h460 -- h461 -- h462 -- h463 -- h464 -- h465 -- h466 -- h467 -- h468 -- h469 -- h470 -- h471 -- h472 -- h473 -- h474 -- h475 -- h476 -- h477 -- h478 -- h479 -- h480 -- h481 -- h482 -- h483 -- h484 -- h485 -- h486 -- h487 -- h488 -- h489 -- h490 -- h491 -- h492 -- h493 -- h494 -- h495 -- h496 -- h497 -- h498 -- h499 -- h500 -- h501 -- h502 -- h503 -- h504 -- h505 -- h506 -- h507 -- h508 -- h509 -- h510 -- h511 -- h512 -- h513 -- h514 -- h515 -- h516 -- h517 -- h518 -- h519 -- h520 -- h521 -- h522 -- h523 -- h524 -- h525 -- h526 -- h527 -- h528 -- h529 -- h530 -- h531 -- h532 -- h533 -- h534 -- h535 -- h536 -- h537 -- h538 -- h539 -- h540 -- h541 -- h542 -- h543 -- h544 -- h545 -- h546 -- h547 -- h548 -- h549 -- h550 -- h551 -- h552 -- h553 -- h554 -- h555 -- h556 -- h557 -- h558 -- h559 -- h560 -- h561 -- h562 -- h563 -- h564 -- h565 -- h566 -- h567 -- h568 -- h569 -- h570 -- h571 -- h572 -- h573 -- h574 -- h575 -- h576 -- h577 -- h578 -- h579 -- h580 -- h581 -- h582 -- h583 -- h584 -- h585 -- h586 -- h587 -- h588 -- h589 -- h590 -- h591 -- h592 -- h593 -- h594 -- h595 -- h596 -- h597 -- h598 -- h599 -- h600 -- h601 -- h602 -- h603 -- h604 -- h605 -- h606 -- h607 -- h608 -- h609 -- h610 -- h611 -- h612 -- h613 -- h614 -- h615 -- h616 -- h617 -- h618 -- h619 -- h620 -- h621 -- h622 -- h623 -- h624 -- h625 -- h626 -- h627 -- h628 -- h629 -- h630 -- h631 -- h632 -- h633 -- h634 -- h635 -- h636 -- h637 -- h638 -- h639 -- h640 -- h641 -- h642 -- h643 -- h644 -- h645 -- h646 -- h647 -- h648 -- h649 -- h650 -- h651 -- h652 -- h653 -- h654 -- h655 -- h656 -- h657 -- h658 -- h659 -- h660 -- h661 -- h662 -- h663 -- h664 -- h665 -- h666 -- h667 -- h668 -- h669 -- h670 -- h671 -- h672 -- h673 -- h674 -- h675 -- h676 -- h677 -- h678 -- h679 -- h680 -- h681 -- h682 -- h683 -- h684 -- h685 -- h686 -- h687 -- h688 -- h689 -- h690 -- h691 -- h692 -- h693 -- h694 -- h695 -- h696 -- h697 -- h698 -- h699 -- h700 -- h701 -- h702 -- h703 -- h704 -- h705 -- h706 -- h707 -- h708 -- h709 -- h710 -- h711 -- h712 -- h713 -- h714 -- h715 -- h716 -- h717 -- h718 -- h719 -- h720 -- h721 -- h722 -- h723 -- h724 -- h725 -- h726 -- h727 -- h728 -- h729 -- h730 -- h731 -- h732 -- h733 -- h734 -- h735 -- h736 -- h737 -- h738 -- h739 -- h740 -- h741 -- h742 -- h743 -- h744 -- h745 -- h746 -- h747 -- h748 -- h749 -- h750 -- h751 -- h752 -- h753 -- h754 -- h755 -- h756 -- h757 -- h758 -- h759 -- h760 -- h761 -- h762 -- h763 -- h764 -- h765 -- h766 -- h767 -- h768 -- h769 -- h770 -- h771 -- h772 -- h773 -- h774 -- h775 -- h776 -- h777 -- h778 -- h779 -- h780 -- h781 -- h782 -- h783 -- h784 -- h785 -- h786 -- h787 -- h788 -- h789 -- h790 -- h791 -- h792 -- h793 -- h794 -- h795 -- h796 -- h797 -- h798 -- h799 -- h800 -- h801 -- h802 -- h803 -- h804 -- h805 -- h806 -- h807 -- h808 -- h809 -- h810 -- h811 -- h812 -- h813 -- h814 -- h815 -- h816 -- h817 -- h818 -- h819 -- h820 -- h821 -- h822 -- h823 -- h824 -- h825 -- h826 -- h827 -- h828 -- h829 -- h830 -- h831 -- h832 -- h833 -- h834 -- h835 -- h836 -- h837 -- h838 -- h839 -- h840 -- h841 -- h842 -- h843 -- h844 -- h845 -- h846 -- h847 -- h848 -- h849 -- h850 -- h851 -- h852 -- h853 -- h854 -- h855 -- h856 -- h857 -- h858 -- h859 -- h860 -- h861 -- h862 -- h863 -- h864 -- h865 -- h866 -- h867 -- h868 -- h869 -- h870 -- h871 -- h872 -- h873 -- h874 -- h875 -- h876 -- h877 -- h878 -- h879 -- h880 -- h881 -- h882 -- h883 -- h884 -- h885 -- h886 -- h887 -- h888 -- h889 -- h890 -- h891 -- h892 -- h893 -- h894 -- h895 -- h896 -- h897 -- h898 -- h899 -- h900 -- h901 -- h902 -- h903 -- h904 -- h905 -- h906 -- h907 -- h908 -- h909 -- h910 -- h911 -- h912 -- h913 -- h914 -- h915 -- h916 -- h917 -- h918 -- h919 -- h920 -- h921 -- h922 -- h923 -- h924 -- h925 -- h926 -- h927 -- h928 -- h929 -- h930 -- h931 -- h932 -- h933 -- h934 -- h935 -- h936 -- h937 -- h938 -- h939 -- h940 -- h941 -- h942 -- h943 -- h944 -- h945 -- h946 -- h947 -- h948 -- h949 -- h950 -- h951 -- h952 -- h953 -- h954 -- h955 -- h956 -- h957 -- h958 -- h959 -- h960 -- h961 -- h962 -- h963 -- h964 -- h965 -- h966 -- h967 -- h968 -- h969 -- h970 -- h971 -- h972 -- h973 -- h974 -- h975 -- h976 -- h977 -- h978 -- h979 -- h980 -- h981 -- h982 -- h983 -- h984 -- h985 -- h986 -- h987 -- h988 -- h989 -- h990 -- h991 -- h992 -- h993 -- h994 -- h995 -- h996 -- h997 -- h998 -- h999 -- i000 -- i001 -- i002 -- i003 -- i004 -- i005 -- i006 -- i007 -- i008 -- i009 -- i010 -- i011 -- i012 -- i013 -- i014 -- i015 -- i016 -- i017 -- i018 -- i019 -- i020 -- i021 -- i022 -- i023 -- i024 -- i025 -- i026 -- i027 -- i028 -- i029 -- i030 -- i031 -- i032 -- i033 -- i034 -- i035 -- i036 -- i037 -- i038 -- i039 -- i040 -- i041 -- i042 -- i043 -- i044 -- i045 -- i046 -- i047 -- i048 -- i049 -- i050 -- i051 -- i052 -- i053 -- i054 -- i055 -- i056 -- i057 -- i058 -- i059 -- i060 -- i061 -- i062 -- i063 -- i064 -- i065 -- i066 -- i067 -- i068 -- i069 -- i070 -- i071 -- i072 -- i073 -- i074 -- i075 -- i076 -- i077 -- i078 -- i079 -- i080 -- i081 -- i082 -- i083 -- i084 -- i085 -- i086 -- i087 -- i088 -- i089 -- i090 -- i091 -- i092 -- i093 -- i094 -- i095 -- i096 -- i097 -- i098 -- i099 -- i100 -- i101 -- i102 -- i103 -- i104 -- i105 -- i106 -- i107 -- i108 -- i109 -- i110 -- i111 -- i112 -- i113 -- i114 -- i115 -- i116 -- i117 -- i118 -- i119 -- i120 -- i121 -- i122 -- i123 -- i124 -- i125 -- i126 -- i127 -- i128 -- i129 -- i130 -- i131 -- i132 -- i133 -- i134 -- i135 -- i136 -- i137 -- i138 -- i139 -- i140 -- i141 -- i142 -- i143 -- i144 -- i145 -- i146 -- i147 -- i148 -- i149 -- i150 -- i151 -- i152 -- i153 -- i154 -- i155 -- i156 -- i157 -- i158 -- i159 -- i160 -- i161 -- i162 -- i163 -- i164 -- i165 -- i166 -- i167 -- i168 -- i169 -- i170 -- i171 -- i172 -- i173 -- i174 -- i175 -- i176 -- i177 -- i178 -- i179 -- i180 -- i181 -- i182 -- i183 -- i184 -- i185 -- i186 -- i187 -- i188 -- i189 -- i190 -- i191 -- i192 -- i193 -- i194 -- i195 -- i196 -- i197 -- i198 -- i199 -- i200 -- i201 -- i202 -- i203 -- i204 -- i205 -- i206 -- i207 -- i208 -- i209 -- i210 -- i211 -- i212 -- i213 -- i214 -- i215 -- i216 -- i217 -- i218 -- i219 -- i220 -- i221 -- i222 -- i223 -- i224 -- i225 -- i226 -- i227 -- i228 -- i229 -- i230 -- i231 -- i232 -- i233 -- i234 -- i235 -- i236 -- i237 -- i238 -- i239 -- i240 -- i241 -- i242 -- i243 -- i244 -- i245 -- i246 -- i247 -- i248 -- i249 -- i250 -- i251 -- i252 -- i253 -- i254 -- i255 -- i256 -- i257 -- i258 -- i259 -- i260 -- i261 -- i262 -- i263 -- i264 -- i265 -- i266 -- i267 -- i268 -- i269 -- i270 -- i271 -- i272 -- i273 -- i274 -- i275 -- i276 -- i277 -- i278 -- i279 -- i280 -- i281 -- i282 -- i283 -- i284 -- i285 -- i286 -- i287 -- i288 -- i289 -- i290 -- i291 -- i292 -- i293 -- i294 -- i295 -- i296 -- i297 -- i298 -- i299 -- i300 -- i301 -- i302 -- i303 -- i304 -- i305 -- i306 -- i307 -- i308 -- i309 -- i310 -- i311 -- i312 -- i313 -- i314 -- i315 -- i316 -- i317 -- i318 -- i319 -- i320 -- i321 -- i322 -- i323 -- i324 -- i325 -- i326 -- i327 -- i328 -- i329 -- i330 -- i331 -- i332 -- i333 -- i334 -- i335 -- i336 -- i337 -- i338 -- i339 -- i340 -- i341 -- i342 -- i343 -- i344 -- i345 -- i346 -- i347 -- i348 -- i349 -- i350 -- i351 -- i352 -- i353 -- i354 -- i355 -- i356 -- i357 -- i358 -- i359 -- i360 -- i361 -- i362 -- i363 -- i364 -- i365 -- i366 -- i367 -- i368 -- i369 -- i370 -- i371 -- i372 -- i373 -- i374 -- i375 -- i376 -- i377 -- i378 -- i379 -- i380 -- i381 -- i382 -- i383 -- i384 -- i385 -- i386 -- i387 -- i388 -- i389 -- i390 -- i391 -- i392 -- i393 -- i394 -- i395 -- i396 -- i397 -- i398 -- i399 -- i400 -- i401 -- i402 -- i403 -- i404 -- i405 -- i406 -- i407 -- i408 -- i409 -- i410 -- i411 -- i412 -- i413 -- i414 -- i415 -- i416 -- i417 -- i418 -- i419 -- i420 -- i421 -- i422 -- i423 -- i424 -- i425 -- i426 -- i427 -- i428 -- i429 -- i430 -- i431 -- i432 -- i433 -- i434 -- i435 -- i436 -- i437 -- i438 -- i439 -- i440 -- i441 -- i442 -- i443 -- i444 -- i445 -- i446 -- i447 -- i448 -- i449 -- i450 -- i451 -- i452 -- i453 -- i454 -- i455 -- i456 -- i457 -- i458 -- i459 -- i460 -- i461 -- i462 -- i463 -- i464 -- i465 -- i466 -- i467 -- i468 -- i469 -- i470 -- i471 -- i472 -- i473 -- i474 -- i475 -- i476 -- i477 -- i478 -- i479 -- i480 -- i481 -- i482 -- i483 -- i484 -- i485 -- i486 -- i487 -- i488 -- i489 -- i490 -- i491 -- i492 -- i493 -- i494 -- i495 -- i496 -- i497 -- i498 -- i499 -- i500 -- i501 -- i502 -- i503 -- i504 -- i505 -- i506 -- i507 -- i508 -- i509 -- i510 -- i511 -- i512 -- i513 -- i514 -- i515 -- i516 -- i517 -- i518 -- i519 -- i520 -- i521 -- i522 -- i523 -- i524 -- i525 -- i526 -- i527 -- i528 -- i529 -- i530 -- i531 -- i532 -- i533 -- i534 -- i535 -- i536 -- i537 -- i538 -- i539 -- i540 -- i541 -- i542 -- i543 -- i544 -- i545 -- i546 -- i547 -- i548 -- i549 -- i550 -- i551 -- i552 -- i553 -- i554 -- i555 -- i556 -- i557 -- i558 -- i559 -- i560 -- i561 -- i562 -- i563 -- i564 -- i565 -- i566 -- i567 -- i568 -- i569 -- i570 -- i571 -- i572 -- i573 -- i574 -- i575 -- i576 -- i577 -- i578 -- i579 -- i580 -- i581 -- i582 -- i583 -- i584 -- i585 -- i586 -- i587 -- i588 -- i589 -- i590 -- i591 -- i592 -- i593 -- i594 -- i595 -- i596 -- i597 -- i598 -- i599 -- i600 -- i601 -- i602 -- i603 -- i604 -- i605 -- i606 -- i607 -- i608 -- i609 -- i610 -- i611 -- i612 -- i613 -- i614 -- i615 -- i616 -- i617 -- i618 -- i619 -- i620 -- i621 -- i622 -- i623 -- i624 -- i625 -- i626 -- i627 -- i628 -- i629 -- i630 -- i631 -- i632 -- i633 -- i634 -- i635 -- i636 -- i637 -- i638 -- i639 -- i640 -- i641 -- i642 -- i643 -- i644 -- i645 -- i646 -- i647 -- i648 -- i649 -- i650 -- i651 -- i652 -- i653 -- i654 -- i655 -- i656 -- i657 -- i658 -- i659 -- i660 -- i661 -- i662 -- i663 -- i664 -- i665 -- i666 -- i667 -- i668 -- i669 -- i670 -- i671 -- i672 -- i673 -- i674 -- i675 -- i676 -- i677 -- i678 -- i679 -- i680 -- i681 -- i682 -- i683 -- i684 -- i685 -- i686 -- i687 -- i688 -- i689 -- i690 -- i691 -- i692 -- i693 -- i694 -- i695 -- i696 -- i697 -- i698 -- i699 -- i700 -- i701 -- i702 -- i703 -- i704 -- i705 -- i706 -- i707 -- i708 -- i709 -- i710 -- i711 -- i712 -- i713 -- i714 -- i715 -- i716 -- i717 -- i718 -- i719 -- i720 -- i721 -- i722 -- i723 -- i724 -- i725 -- i726 -- i727 -- i728 -- i729 -- i730 -- i731 -- i732 -- i733 -- i734 -- i735 -- i736 -- i737 -- i738 -- i739 -- i740 -- i741 -- i742 -- i743 -- i744 -- i745 -- i746 -- i747 -- i748 -- i749 -- i750 -- i751 -- i752 -- i753 -- i754 -- i755 -- i756 -- i757 -- i758 -- i759 -- i760 -- i761 -- i762 -- i763 -- i764 -- i765 -- i766 -- i767 -- i768 -- i769 -- i770 -- i771 -- i772 -- i773 -- i774 -- i775 -- i776 -- i777 -- i778 -- i779 -- i780 -- i781 -- i782 -- i783 -- i784 -- i785 -- i786 -- i787 -- i788 -- i789 -- i790 -- i791 -- i792 -- i793 -- i794 -- i795 -- i796 -- i797 -- i798 -- i799 -- i800 -- i801 -- i802 -- i803 -- i804 -- i805 -- i806 -- i807 -- i808 -- i809 -- i810 -- i811 -- i812 -- i813 -- i814 -- i815 -- i816 -- i817 -- i818 -- i819 -- i820 -- i821 -- i822 -- i823 -- i824 -- i825 -- i826 -- i827 -- i828 -- i829 -- i830 -- i831 -- i832 -- i833 -- i834 -- i835 -- i836 -- i837 -- i838 -- i839 -- i840 -- i841 -- i842 -- i843 -- i844 -- i845 -- i846 -- i847 -- i848 -- i849 -- i850 -- i851 -- i852 -- i853 -- i854 -- i855 -- i856 -- i857 -- i858 -- i859 -- i860 -- i861 -- i862 -- i863 -- i864 -- i865 -- i866 -- i867 -- i868 -- i869 -- i870 -- i871 -- i872 -- i873 -- i874 -- i875 -- i876 -- i877 -- i878 -- i879 -- i880 -- i881 -- i882 -- i883 -- i884 -- i885 -- i886 -- i887 -- i888 -- i889 -- i890 -- i891 -- i892 -- i893 -- i894 -- i895 -- i896 -- i897 -- i898 -- i899 -- i900 -- i901 -- i902 -- i903 -- i904 -- i905 -- i906 -- i907 -- i908 -- i909 -- i910 -- i911 -- i912 -- i913 -- i914 -- i915 -- i916 -- i917 -- i918 -- i919 -- i920 -- i921 -- i922 -- i923 -- i924 -- i925 -- i926 -- i927 -- i928 -- i929 -- i930 -- i931 -- i932 -- i933 -- i934 -- i935 -- i936 -- i937 -- i938 -- i939 -- i940 -- i941 -- i942 -- i943 -- i944 -- i945 -- i946 -- i947 -- i948 -- i949 -- i950 -- i951 -- i952 -- i953 -- i954 -- i955 -- i956 -- i957 -- i958 -- i959 -- i960 -- i961 -- i962 -- i963 -- i964 -- i965 -- i966 -- i967 -- i968 -- i969 -- i970 -- i971 -- i972 -- i973 -- i974 -- i975 -- i976 -- i977 -- i978 -- i979 -- i980 -- i981 -- i982 -- i983 -- i984 -- i985 -- i986 -- i987 -- i988 -- i989 -- i990 -- i991 -- i992 -- i993 -- i994 -- i995 -- i996 -- i997 -- i998 -- i999 -- j000 -- j001 -- j002 -- j003 -- j004 -- j005 -- j006 -- j007 -- j008 -- j009 -- j010 -- j011 -- j012 -- j013 -- j014 -- j015 -- j016 -- j017 -- j018 -- j019 -- j020 -- j021 -- j022 -- j023 -- j024 -- j025 -- j026 -- j027 -- j028 -- j029 -- j030 -- j031 -- j032 -- j033 -- j034 -- j035 -- j036 -- j037 -- j038 -- j039 -- j040 -- j041 -- j042 -- j043 -- j044 -- j045 -- j046 -- j047 -- j048 -- j049 -- j050 -- j051 -- j052 -- j053 -- j054 -- j055 -- j056 -- j057 -- j058 -- j059 -- j060 -- j061 -- j062 -- j063 -- j064 -- j065 -- j066 -- j067 -- j068 -- j069 -- j070 -- j071 -- j072 -- j073 -- j074 -- j075 -- j076 -- j077 -- j078 -- j079 -- j080 -- j081 -- j082 -- j083 -- j084 -- j085 -- j086 -- j087 -- j088 -- j089 -- j090 -- j091 -- j092 -- j093 -- j094 -- j095 -- j096 -- j097 -- j098 -- j099 -- j100 -- j101 -- j102 -- j103 -- j104 -- j105 -- j106 -- j107 -- j108 -- j109 -- j110 -- j111 -- j112 -- j113 -- j114 -- j115 -- j116 -- j117 -- j118 -- j119 -- j120 -- j121 -- j122 -- j123 -- j124 -- j125 -- j126 -- j127 -- j128 -- j129 -- j130 -- j131 -- j132 -- j133 -- j134 -- j135 -- j136 -- j137 -- j138 -- j139 -- j140 -- j141 -- j142 -- j143 -- j144 -- j145 -- j146 -- j147 -- j148 -- j149 -- j150 -- j151 -- j152 -- j153 -- j154 -- j155 -- j156 -- j157 -- j158 -- j159 -- j160 -- j161 -- j162 -- j163 -- j164 -- j165 -- j166 -- j167 -- j168 -- j169 -- j170 -- j171 -- j172 -- j173 -- j174 -- j175 -- j176 -- j177 -- j178 -- j179 -- j180 -- j181 -- j182 -- j183 -- j184 -- j185 -- j186 -- j187 -- j188 -- j189 -- j190 -- j191 -- j192 -- j193 -- j194 -- j195 -- j196 -- j197 -- j198 -- j199 -- j200 -- j201 -- j202 -- j203 -- j204 -- j205 -- j206 -- j207 -- j208 -- j209 -- j210 -- j211 -- j212 -- j213 -- j214 -- j215 -- j216 -- j217 -- j218 -- j219 -- j220 -- j221 -- j222 -- j223 -- j224 -- j225 -- j226 -- j227 -- j228 -- j229 -- j230 -- j231 -- j232 -- j233 -- j234 -- j235 -- j236 -- j237 -- j238 -- j239 -- j240 -- j241 -- j242 -- j243 -- j244 -- j245 -- j246 -- j247 -- j248 -- j249 -- j250 -- j251 -- j252 -- j253 -- j254 -- j255 -- j256 -- j257 -- j258 -- j259 -- j260 -- j261 -- j262 -- j263 -- j264 -- j265 -- j266 -- j267 -- j268 -- j269 -- j270 -- j271 -- j272 -- j273 -- j274 -- j275 -- j276 -- j277 -- j278 -- j279 -- j280 -- j281 -- j282 -- j283 -- j284 -- j285 -- j286 -- j287 -- j288 -- j289 -- j290 -- j291 -- j292 -- j293 -- j294 -- j295 -- j296 -- j297 -- j298 -- j299 -- j300 -- j301 -- j302 -- j303 -- j304 -- j305 -- j306 -- j307 -- j308 -- j309 -- j310 -- j311 -- j312 -- j313 -- j314 -- j315 -- j316 -- j317 -- j318 -- j319 -- j320 -- j321 -- j322 -- j323 -- j324 -- j325 -- j326 -- j327 -- j328 -- j329 -- j330 -- j331 -- j332 -- j333 -- j334 -- j335 -- j336 -- j337 -- j338 -- j339 -- j340 -- j341 -- j342 -- j343 -- j344 -- j345 -- j346 -- j347 -- j348 -- j349 -- j350 -- j351 -- j352 -- j353 -- j354 -- j355 -- j356 -- j357 -- j358 -- j359 -- j360 -- j361 -- j362 -- j363 -- j364 -- j365 -- j366 -- j367 -- j368 -- j369 -- j370 -- j371 -- j372 -- j373 -- j374 -- j375 -- j376 -- j377 -- j378 -- j379 -- j380 -- j381 -- j382 -- j383 -- j384 -- j385 -- j386 -- j387 -- j388 -- j389 -- j390 -- j391 -- j392 -- j393 -- j394 -- j395 -- j396 -- j397 -- j398 -- j399 -- j400 -- j401 -- j402 -- j403 -- j404 -- j405 -- j406 -- j407 -- j408 -- j409 -- j410 -- j411 -- j412 -- j413 -- j414 -- j415 -- j416 -- j417 -- j418 -- j419 -- j420 -- j421 -- j422 -- j423 -- j424 -- j425 -- j426 -- j427 -- j428 -- j429 -- j430 -- j431 -- j432 -- j433 -- j434 -- j435 -- j436 -- j437 -- j438 -- j439 -- j440 -- j441 -- j442 -- j443 -- j444 -- j445 -- j446 -- j447 -- j448 -- j449 -- j450 -- j451 -- j452 -- j453 -- j454 -- j455 -- j456 -- j457 -- j458 -- j459 -- j460 -- j461 -- j462 -- j463 -- j464 -- j465 -- j466 -- j467 -- j468 -- j469 -- j470 -- j471 -- j472 -- j473 -- j474 -- j475 -- j476 -- j477 -- j478 -- j479 -- j480 -- j481 -- j482 -- j483 -- j484 -- j485 -- j486 -- j487 -- j488 -- j489 -- j490 -- j491 -- j492 -- j493 -- j494 -- j495 -- j496 -- j497 -- j498 -- j499 -- j500 -- j501 -- j502 -- j503 -- j504 -- j505 -- j506 -- j507 -- j508 -- j509 -- j510 -- j511 -- j512 -- j513 -- j514 -- j515 -- j516 -- j517 -- j518 -- j519 -- j520 -- j521 -- j522 -- j523 -- j524 -- j525 -- j526 -- j527 -- j528 -- j529 -- j530 -- j531 -- j532 -- j533 -- j534 -- j535 -- j536 -- j537 -- j538 -- j539 -- j540 -- j541 -- j542 -- j543 -- j544 -- j545 -- j546 -- j547 -- j548 -- j549 -- j550 -- j551 -- j552 -- j553 -- j554 -- j555 -- j556 -- j557 -- j558 -- j559 -- j560 -- j561 -- j562 -- j563 -- j564 -- j565 -- j566 -- j567 -- j568 -- j569 -- j570 -- j571 -- j572 -- j573 -- j574 -- j575 -- j576 -- j577 -- j578 -- j579 -- j580 -- j581 -- j582 -- j583 -- j584 -- j585 -- j586 -- j587 -- j588 -- j589 -- j590 -- j591 -- j592 -- j593 -- j594 -- j595 -- j596 -- j597 -- j598 -- j599 -- j600 -- j601 -- j602 -- j603 -- j604 -- j605 -- j606 -- j607 -- j608 -- j609 -- j610 -- j611 -- j612 -- j613 -- j614 -- j615 -- j616 -- j617 -- j618 -- j619 -- j620 -- j621 -- j622 -- j623 -- j624 -- j625 -- j626 -- j627 -- j628 -- j629 -- j630 -- j631 -- j632 -- j633 -- j634 -- j635 -- j636 -- j637 -- j638 -- j639 -- j640 -- j641 -- j642 -- j643 -- j644 -- j645 -- j646 -- j647 -- j648 -- j649 -- j650 -- j651 -- j652 -- j653 -- j654 -- j655 -- j656 -- j657 -- j658 -- j659 -- j660 -- j661 -- j662 -- j663 -- j664 -- j665 -- j666 -- j667 -- j668 -- j669 -- j670 -- j671 -- j672 -- j673 -- j674 -- j675 -- j676 -- j677 -- j678 -- j679 -- j680 -- j681 -- j682 -- j683 -- j684 -- j685 -- j686 -- j687 -- j688 -- j689 -- j690 -- j691 -- j692 -- j693 -- j694 -- j695 -- j696 -- j697 -- j698 -- j699 -- j700 -- j701 -- j702 -- j703 -- j704 -- j705 -- j706 -- j707 -- j708 -- j709 -- j710 -- j711 -- j712 -- j713 -- j714 -- j715 -- j716 -- j717 -- j718 -- j719 -- j720 -- j721 -- j722 -- j723 -- j724 -- j725 -- j726 -- j727 -- j728 -- j729 -- j730 -- j731 -- j732 -- j733 -- j734 -- j735 -- j736 -- j737 -- j738 -- j739 -- j740 -- j741 -- j742 -- j743 -- j744 -- j745 -- j746 -- j747 -- j748 -- j749 -- j750 -- j751 -- j752 -- j753 -- j754 -- j755 -- j756 -- j757 -- j758 -- j759 -- j760 -- j761 -- j762 -- j763 -- j764 -- j765 -- j766 -- j767 -- j768 -- j769 -- j770 -- j771 -- j772 -- j773 -- j774 -- j775 -- j776 -- j777 -- j778 -- j779 -- j780 -- j781 -- j782 -- j783 -- j784 -- j785 -- j786 -- j787 -- j788 -- j789 -- j790 -- j791 -- j792 -- j793 -- j794 -- j795 -- j796 -- j797 -- j798 -- j799 -- j800 -- j801 -- j802 -- j803 -- j804 -- j805 -- j806 -- j807 -- j808 -- j809 -- j810 -- j811 -- j812 -- j813 -- j814 -- j815 -- j816 -- j817 -- j818 -- j819 -- j820 -- j821 -- j822 -- j823 -- j824 -- j825 -- j826 -- j827 -- j828 -- j829 -- j830 -- j831 -- j832 -- j833 -- j834 -- j835 -- j836 -- j837 -- j838 -- j839 -- j840 -- j841 -- j842 -- j843 -- j844 -- j845 -- j846 -- j847 -- j848 -- j849 -- j850 -- j851 -- j852 -- j853 -- j854 -- j855 -- j856 -- j857 -- j858 -- j859 -- j860 -- j861 -- j862 -- j863 -- j864 -- j865 -- j866 -- j867 -- j868 -- j869 -- j870 -- j871 -- j872 -- j873 -- j874 -- j875 -- j876 -- j877 -- j878 -- j879 -- j880 -- j881 -- j882 -- j883 -- j884 -- j885 -- j886 -- j887 -- j888 -- j889 -- j890 -- j891 -- j892 -- j893 -- j894 -- j895 -- j896 -- j897 -- j898 -- j899 -- j900 -- j901 -- j902 -- j903 -- j904 -- j905 -- j906 -- j907 -- j908 -- j909 -- j910 -- j911 -- j912 -- j913 -- j914 -- j915 -- j916 -- j917 -- j918 -- j919 -- j920 -- j921 -- j922 -- j923 -- j924 -- j925 -- j926 -- j927 -- j928 -- j929 -- j930 -- j931 -- j932 -- j933 -- j934 -- j935 -- j936 -- j937 -- j938 -- j939 -- j940 -- j941 -- j942 -- j943 -- j944 -- j945 -- j946 -- j947 -- j948 -- j949 -- j950 -- j951 -- j952 -- j953 -- j954 -- j955 -- j956 -- j957 -- j958 -- j959 -- j960 -- j961 -- j962 -- j963 -- j964 -- j965 -- j966 -- j967 -- j968 -- j969 -- j970 -- j971 -- j972 -- j973 -- j974 -- j975 -- j976 -- j977 -- j978 -- j979 -- j980 -- j981 -- j982 -- j983 -- j984 -- j985 -- j986 -- j987 -- j988 -- j989 -- j990 -- j991 -- j992 -- j993 -- j994 -- j995 -- j996 -- j997 -- j998 -- j999 -- k000 -- k001 -- k002 -- k003 -- k004 -- k005 -- k006 -- k007 -- k008 -- k009 -- k010 -- k011 -- k012 -- k013 -- k014 -- k015 -- k016 -- k017 -- k018 -- k019 -- k020 -- k021 -- k022 -- k023 -- k024 -- k025 -- k026 -- k027 -- k028 -- k029 -- k030 -- k031 -- k032 -- k033 -- k034 -- k035 -- k036 -- k037 -- k038 -- k039 -- k040 -- k041 -- k042 -- k043 -- k044 -- k045 -- k046 -- k047 -- k048 -- k049 -- k050 -- k051 -- k052 -- k053 -- k054 -- k055 -- k056 -- k057 -- k058 -- k059 -- k060 -- k061 -- k062 -- k063 -- k064 -- k065 -- k066 -- k067 -- k068 -- k069 -- k070 -- k071 -- k072 -- k073 -- k074 -- k075 -- k076 -- k077 -- k078 -- k079 -- k080 -- k081 -- k082 -- k083 -- k084 -- k085 -- k086 -- k087 -- k088 -- k089 -- k090 -- k091 -- k092 -- k093 -- k094 -- k095 -- k096 -- k097 -- k098 -- k099 -- k100 -- k101 -- k102 -- k103 -- k104 -- k105 -- k106 -- k107 -- k108 -- k109 -- k110 -- k111 -- k112 -- k113 -- k114 -- k115 -- k116 -- k117 -- k118 -- k119 -- k120 -- k121 -- k122 -- k123 -- k124 -- k125 -- k126 -- k127 -- k128 -- k129 -- k130 -- k131 -- k132 -- k133 -- k134 -- k135 -- k136 -- k137 -- k138 -- k139 -- k140 -- k141 -- k142 -- k143 -- k144 -- k145 -- k146 -- k147 -- k148 -- k149 -- k150 -- k151 -- k152 -- k153 -- k154 -- k155 -- k156 -- k157 -- k158 -- k159 -- k160 -- k161 -- k162 -- k163 -- k164 -- k165 -- k166 -- k167 -- k168 -- k169 -- k170 -- k171 -- k172 -- k173 -- k174 -- k175 -- k176 -- k177 -- k178 -- k179 -- k180 -- k181 -- k182 -- k183 -- k184 -- k185 -- k186 -- k187 -- k188 -- k189 -- k190 -- k191 -- k192 -- k193 -- k194 -- k195 -- k196 -- k197 -- k198 -- k199 -- k200 -- k201 -- k202 -- k203 -- k204 -- k205 -- k206 -- k207 -- k208 -- k209 -- k210 -- k211 -- k212 -- k213 -- k214 -- k215 -- k216 -- k217 -- k218 -- k219 -- k220 -- k221 -- k222 -- k223 -- k224 -- k225 -- k226 -- k227 -- k228 -- k229 -- k230 -- k231 -- k232 -- k233 -- k234 -- k235 -- k236 -- k237 -- k238 -- k239 -- k240 -- k241 -- k242 -- k243 -- k244 -- k245 -- k246 -- k247 -- k248 -- k249 -- k250 -- k251 -- k252 -- k253 -- k254 -- k255 -- k256 -- k257 -- k258 -- k259 -- k260 -- k261 -- k262 -- k263 -- k264 -- k265 -- k266 -- k267 -- k268 -- k269 -- k270 -- k271 -- k272 -- k273 -- k274 -- k275 -- k276 -- k277 -- k278 -- k279 -- k280 -- k281 -- k282 -- k283 -- k284 -- k285 -- k286 -- k287 -- k288 -- k289 -- k290 -- k291 -- k292 -- k293 -- k294 -- k295 -- k296 -- k297 -- k298 -- k299 -- k300 -- k301 -- k302 -- k303 -- k304 -- k305 -- k306 -- k307 -- k308 -- k309 -- k310 -- k311 -- k312 -- k313 -- k314 -- k315 -- k316 -- k317 -- k318 -- k319 -- k320 -- k321 -- k322 -- k323 -- k324 -- k325 -- k326 -- k327 -- k328 -- k329 -- k330 -- k331 -- k332 -- k333 -- k334 -- k335 -- k336 -- k337 -- k338 -- k339 -- k340 -- k341 -- k342 -- k343 -- k344 -- k345 -- k346 -- k347 -- k348 -- k349 -- k350 -- k351 -- k352 -- k353 -- k354 -- k355 -- k356 -- k357 -- k358 -- k359 -- k360 -- k361 -- k362 -- k363 -- k364 -- k365 -- k366 -- k367 -- k368 -- k369 -- k370 -- k371 -- k372 -- k373 -- k374 -- k375 -- k376 -- k377 -- k378 -- k379 -- k380 -- k381 -- k382 -- k383 -- k384 -- k385 -- k386 -- k387 -- k388 -- k389 -- k390 -- k391 -- k392 -- k393 -- k394 -- k395 -- k396 -- k397 -- k398 -- k399 -- k400 -- k401 -- k402 -- k403 -- k404 -- k405 -- k406 -- k407 -- k408 -- k409 -- k410 -- k411 -- k412 -- k413 -- k414 -- k415 -- k416 -- k417 -- k418 -- k419 -- k420 -- k421 -- k422 -- k423 -- k424 -- k425 -- k426 -- k427 -- k428 -- k429 -- k430 -- k431 -- k432 -- k433 -- k434 -- k435 -- k436 -- k437 -- k438 -- k439 -- k440 -- k441 -- k442 -- k443 -- k444 -- k445 -- k446 -- k447 -- k448 -- k449 -- k450 -- k451 -- k452 -- k453 -- k454 -- k455 -- k456 -- k457 -- k458 -- k459 -- k460 -- k461 -- k462 -- k463 -- k464 -- k465 -- k466 -- k467 -- k468 -- k469 -- k470 -- k471 -- k472 -- k473 -- k474 -- k475 -- k476 -- k477 -- k478 -- k479 -- k480 -- k481 -- k482 -- k483 -- k484 -- k485 -- k486 -- k487 -- k488 -- k489 -- k490 -- k491 -- k492 -- k493 -- k494 -- k495 -- k496 -- k497 -- k498 -- k499 -- k500 -- k501 -- k502 -- k503 -- k504 -- k505 -- k506 -- k507 -- k508 -- k509 -- k510 -- k511 -- k512 -- k513 -- k514 -- k515 -- k516 -- k517 -- k518 -- k519 -- k520 -- k521 -- k522 -- k523 -- k524 -- k525 -- k526 -- k527 -- k528 -- k529 -- k530 -- k531 -- k532 -- k533 -- k534 -- k535 -- k536 -- k537 -- k538 -- k539 -- k540 -- k541 -- k542 -- k543 -- k544 -- k545 -- k546 -- k547 -- k548 -- k549 -- k550 -- k551 -- k552 -- k553 -- k554 -- k555 -- k556 -- k557 -- k558 -- k559 -- k560 -- k561 -- k562 -- k563 -- k564 -- k565 -- k566 -- k567 -- k568 -- k569 -- k570 -- k571 -- k572 -- k573 -- k574 -- k575 -- k576 -- k577 -- k578 -- k579 -- k580 -- k581 -- k582 -- k583 -- k584 -- k585 -- k586 -- k587 -- k588 -- k589 -- k590 -- k591 -- k592 -- k593 -- k594 -- k595 -- k596 -- k597 -- k598 -- k599 -- k600 -- k601 -- k602 -- k603 -- k604 -- k605 -- k606 -- k607 -- k608 -- k609 -- k610 -- k611 -- k612 -- k613 -- k614 -- k615 -- k616 -- k617 -- k618 -- k619 -- k620 -- k621 -- k622 -- k623 -- k624 -- k625 -- k626 -- k627 -- k628 -- k629 -- k630 -- k631 -- k632 -- k633 -- k634 -- k635 -- k636 -- k637 -- k638 -- k639 -- k640 -- k641 -- k642 -- k643 -- k644 -- k645 -- k646 -- k647 -- k648 -- k649 -- k650 -- k651 -- k652 -- k653 -- k654 -- k655 -- k656 -- k657 -- k658 -- k659 -- k660 -- k661 -- k662 -- k663 -- k664 -- k665 -- k666 -- k667 -- k668 -- k669 -- k670 -- k671 -- k672 -- k673 -- k674 -- k675 -- k676 -- k677 -- k678 -- k679 -- k680 -- k681 -- k682 -- k683 -- k684 -- k685 -- k686 -- k687 -- k688 -- k689 -- k690 -- k691 -- k692 -- k693 -- k694 -- k695 -- k696 -- k697 -- k698 -- k699 -- k700 -- k701 -- k702 -- k703 -- k704 -- k705 -- k706 -- k707 -- k708 -- k709 -- k710 -- k711 -- k712 -- k713 -- k714 -- k715 -- k716 -- k717 -- k718 -- k719 -- k720 -- k721 -- k722 -- k723 -- k724 -- k725 -- k726 -- k727 -- k728 -- k729 -- k730 -- k731 -- k732 -- k733 -- k734 -- k735 -- k736 -- k737 -- k738 -- k739 -- k740 -- k741 -- k742 -- k743 -- k744 -- k745 -- k746 -- k747 -- k748 -- k749 -- k750 -- k751 -- k752 -- k753 -- k754 -- k755 -- k756 -- k757 -- k758 -- k759 -- k760 -- k761 -- k762 -- k763 -- k764 -- k765 -- k766 -- k767 -- k768 -- k769 -- k770 -- k771 -- k772 -- k773 -- k774 -- k775 -- k776 -- k777 -- k778 -- k779 -- k780 -- k781 -- k782 -- k783 -- k784 -- k785 -- k786 -- k787 -- k788 -- k789 -- k790 -- k791 -- k792 -- k793 -- k794 -- k795 -- k796 -- k797 -- k798 -- k799 -- k800 -- k801 -- k802 -- k803 -- k804 -- k805 -- k806 -- k807 -- k808 -- k809 -- k810 -- k811 -- k812 -- k813 -- k814 -- k815 -- k816 -- k817 -- k818 -- k819 -- k820 -- k821 -- k822 -- k823 -- k824 -- k825 -- k826 -- k827 -- k828 -- k829 -- k830 -- k831 -- k832 -- k833 -- k834 -- k835 -- k836 -- k837 -- k838 -- k839 -- k840 -- k841 -- k842 -- k843 -- k844 -- k845 -- k846 -- k847 -- k848 -- k849 -- k850 -- k851 -- k852 -- k853 -- k854 -- k855 -- k856 -- k857 -- k858 -- k859 -- k860 -- k861 -- k862 -- k863 -- k864 -- k865 -- k866 -- k867 -- k868 -- k869 -- k870 -- k871 -- k872 -- k873 -- k874 -- k875 -- k876 -- k877 -- k878 -- k879 -- k880 -- k881 -- k882 -- k883 -- k884 -- k885 -- k886 -- k887 -- k888 -- k889 -- k890 -- k891 -- k892 -- k893 -- k894 -- k895 -- k896 -- k897 -- k898 -- k899 -- k900 -- k901 -- k902 -- k903 -- k904 -- k905 -- k906 -- k907 -- k908 -- k909 -- k910 -- k911 -- k912 -- k913 -- k914 -- k915 -- k916 -- k917 -- k918 -- k919 -- k920 -- k921 -- k922 -- k923 -- k924 -- k925 -- k926 -- k927 -- k928 -- k929 -- k930 -- k931 -- k932 -- k933 -- k934 -- k935 -- k936 -- k937 -- k938 -- k939 -- k940 -- k941 -- k942 -- k943 -- k944 -- k945 -- k946 -- k947 -- k948 -- k949 -- k950 -- k951 -- k952 -- k953 -- k954 -- k955 -- k956 -- k957 -- k958 -- k959 -- k960 -- k961 -- k962 -- k963 -- k964 -- k965 -- k966 -- k967 -- k968 -- k969 -- k970 -- k971 -- k972 -- k973 -- k974 -- k975 -- k976 -- k977 -- k978 -- k979 -- k980 -- k981 -- k982 -- k983 -- k984 -- k985 -- k986 -- k987 -- k988 -- k989 -- k990 -- k991 -- k992 -- k993 -- k994 -- k995 -- k996 -- k997 -- k998 -- k999 -- l000 -- l001 -- l002 -- l003 -- l004 -- l005 -- l006 -- l007 -- l008 -- l009 -- l010 -- l011 -- l012 -- l013 -- l014 -- l015 -- l016 -- l017 -- l018 -- l019 -- l020 -- l021 -- l022 -- l023 -- l024 -- l025 -- l026 -- l027 -- l028 -- l029 -- l030 -- l031 -- l032 -- l033 -- l034 -- l035 -- l036 -- l037 -- l038 -- l039 -- l040 -- l041 -- l042 -- l043 -- l044 -- l045 -- l046 -- l047 -- l048 -- l049 -- l050 -- l051 -- l052 -- l053 -- l054 -- l055 -- l056 -- l057 -- l058 -- l059 -- l060 -- l061 -- l062 -- l063 -- l064 -- l065 -- l066 -- l067 -- l068 -- l069 -- l070 -- l071 -- l072 -- l073 -- l074 -- l075 -- l076 -- l077 -- l078 -- l079 -- l080 -- l081 -- l082 -- l083 -- l084 -- l085 -- l086 -- l087 -- l088 -- l089 -- l090 -- l091 -- l092 -- l093 -- l094 -- l095 -- l096 -- l097 -- l098 -- l099 -- l100 -- l101 -- l102 -- l103 -- l104 -- l105 -- l106 -- l107 -- l108 -- l109 -- l110 -- l111 -- l112 -- l113 -- l114 -- l115 -- l116 -- l117 -- l118 -- l119 -- l120 -- l121 -- l122 -- l123 -- l124 -- l125 -- l126 -- l127 -- l128 -- l129 -- l130 -- l131 -- l132 -- l133 -- l134 -- l135 -- l136 -- l137 -- l138 -- l139 -- l140 -- l141 -- l142 -- l143 -- l144 -- l145 -- l146 -- l147 -- l148 -- l149 -- l150 -- l151 -- l152 -- l153 -- l154 -- l155 -- l156 -- l157 -- l158 -- l159 -- l160 -- l161 -- l162 -- l163 -- l164 -- l165 -- l166 -- l167 -- l168 -- l169 -- l170 -- l171 -- l172 -- l173 -- l174 -- l175 -- l176 -- l177 -- l178 -- l179 -- l180 -- l181 -- l182 -- l183 -- l184 -- l185 -- l186 -- l187 -- l188 -- l189 -- l190 -- l191 -- l192 -- l193 -- l194 -- l195 -- l196 -- l197 -- l198 -- l199 -- l200 -- l201 -- l202 -- l203 -- l204 -- l205 -- l206 -- l207 -- l208 -- l209 -- l210 -- l211 -- l212 -- l213 -- l214 -- l215 -- l216 -- l217 -- l218 -- l219 -- l220 -- l221 -- l222 -- l223 -- l224 -- l225 -- l226 -- l227 -- l228 -- l229 -- l230 -- l231 -- l232 -- l233 -- l234 -- l235 -- l236 -- l237 -- l238 -- l239 -- l240 -- l241 -- l242 -- l243 -- l244 -- l245 -- l246 -- l247 -- l248 -- l249 -- l250 -- l251 -- l252 -- l253 -- l254 -- l255 -- l256 -- l257 -- l258 -- l259 -- l260 -- l261 -- l262 -- l263 -- l264 -- l265 -- l266 -- l267 -- l268 -- l269 -- l270 -- l271 -- l272 -- l273 -- l274 -- l275 -- l276 -- l277 -- l278 -- l279 -- l280 -- l281 -- l282 -- l283 -- l284 -- l285 -- l286 -- l287 -- l288 -- l289 -- l290 -- l291 -- l292 -- l293 -- l294 -- l295 -- l296 -- l297 -- l298 -- l299 -- l300 -- l301 -- l302 -- l303 -- l304 -- l305 -- l306 -- l307 -- l308 -- l309 -- l310 -- l311 -- l312 -- l313 -- l314 -- l315 -- l316 -- l317 -- l318 -- l319 -- l320 -- l321 -- l322 -- l323 -- l324 -- l325 -- l326 -- l327 -- l328 -- l329 -- l330 -- l331 -- l332 -- l333 -- l334 -- l335 -- l336 -- l337 -- l338 -- l339 -- l340 -- l341 -- l342 -- l343 -- l344 -- l345 -- l346 -- l347 -- l348 -- l349 -- l350 -- l351 -- l352 -- l353 -- l354 -- l355 -- l356 -- l357 -- l358 -- l359 -- l360 -- l361 -- l362 -- l363 -- l364 -- l365 -- l366 -- l367 -- l368 -- l369 -- l370 -- l371 -- l372 -- l373 -- l374 -- l375 -- l376 -- l377 -- l378 -- l379 -- l380 -- l381 -- l382 -- l383 -- l384 -- l385 -- l386 -- l387 -- l388 -- l389 -- l390 -- l391 -- l392 -- l393 -- l394 -- l395 -- l396 -- l397 -- l398 -- l399 -- l400 -- l401 -- l402 -- l403 -- l404 -- l405 -- l406 -- l407 -- l408 -- l409 -- l410 -- l411 -- l412 -- l413 -- l414 -- l415 -- l416 -- l417 -- l418 -- l419 -- l420 -- l421 -- l422 -- l423 -- l424 -- l425 -- l426 -- l427 -- l428 -- l429 -- l430 -- l431 -- l432 -- l433 -- l434 -- l435 -- l436 -- l437 -- l438 -- l439 -- l440 -- l441 -- l442 -- l443 -- l444 -- l445 -- l446 -- l447 -- l448 -- l449 -- l450 -- l451 -- l452 -- l453 -- l454 -- l455 -- l456 -- l457 -- l458 -- l459 -- l460 -- l461 -- l462 -- l463 -- l464 -- l465 -- l466 -- l467 -- l468 -- l469 -- l470 -- l471 -- l472 -- l473 -- l474 -- l475 -- l476 -- l477 -- l478 -- l479 -- l480 -- l481 -- l482 -- l483 -- l484 -- l485 -- l486 -- l487 -- l488 -- l489 -- l490 -- l491 -- l492 -- l493 -- l494 -- l495 -- l496 -- l497 -- l498 -- l499 -- l500 -- l501 -- l502 -- l503 -- l504 -- l505 -- l506 -- l507 -- l508 -- l509 -- l510 -- l511 -- l512 -- l513 -- l514 -- l515 -- l516 -- l517 -- l518 -- l519 -- l520 -- l521 -- l522 -- l523 -- l524 -- l525 -- l526 -- l527 -- l528 -- l529 -- l530 -- l531 -- l532 -- l533 -- l534 -- l535 -- l536 -- l537 -- l538 -- l539 -- l540 -- l541 -- l542 -- l543 -- l544 -- l545 -- l546 -- l547 -- l548 -- l549 -- l550 -- l551 -- l552 -- l553 -- l554 -- l555 -- l556 -- l557 -- l558 -- l559 -- l560 -- l561 -- l562 -- l563 -- l564 -- l565 -- l566 -- l567 -- l568 -- l569 -- l570 -- l571 -- l572 -- l573 -- l574 -- l575 -- l576 -- l577 -- l578 -- l579 -- l580 -- l581 -- l582 -- l583 -- l584 -- l585 -- l586 -- l587 -- l588 -- l589 -- l590 -- l591 -- l592 -- l593 -- l594 -- l595 -- l596 -- l597 -- l598 -- l599 -- l600 -- l601 -- l602 -- l603 -- l604 -- l605 -- l606 -- l607 -- l608 -- l609 -- l610 -- l611 -- l612 -- l613 -- l614 -- l615 -- l616 -- l617 -- l618 -- l619 -- l620 -- l621 -- l622 -- l623 -- l624 -- l625 -- l626 -- l627 -- l628 -- l629 -- l630 -- l631 -- l632 -- l633 -- l634 -- l635 -- l636 -- l637 -- l638 -- l639 -- l640 -- l641 -- l642 -- l643 -- l644 -- l645 -- l646 -- l647 -- l648 -- l649 -- l650 -- l651 -- l652 -- l653 -- l654 -- l655 -- l656 -- l657 -- l658 -- l659 -- l660 -- l661 -- l662 -- l663 -- l664 -- l665 -- l666 -- l667 -- l668 -- l669 -- l670 -- l671 -- l672 -- l673 -- l674 -- l675 -- l676 -- l677 -- l678 -- l679 -- l680 -- l681 -- l682 -- l683 -- l684 -- l685 -- l686 -- l687 -- l688 -- l689 -- l690 -- l691 -- l692 -- l693 -- l694 -- l695 -- l696 -- l697 -- l698 -- l699 -- l700 -- l701 -- l702 -- l703 -- l704 -- l705 -- l706 -- l707 -- l708 -- l709 -- l710 -- l711 -- l712 -- l713 -- l714 -- l715 -- l716 -- l717 -- l718 -- l719 -- l720 -- l721 -- l722 -- l723 -- l724 -- l725 -- l726 -- l727 -- l728 -- l729 -- l730 -- l731 -- l732 -- l733 -- l734 -- l735 -- l736 -- l737 -- l738 -- l739 -- l740 -- l741 -- l742 -- l743 -- l744 -- l745 -- l746 -- l747 -- l748 -- l749 -- l750 -- l751 -- l752 -- l753 -- l754 -- l755 -- l756 -- l757 -- l758 -- l759 -- l760 -- l761 -- l762 -- l763 -- l764 -- l765 -- l766 -- l767 -- l768 -- l769 -- l770 -- l771 -- l772 -- l773 -- l774 -- l775 -- l776 -- l777 -- l778 -- l779 -- l780 -- l781 -- l782 -- l783 -- l784 -- l785 -- l786 -- l787 -- l788 -- l789 -- l790 -- l791 -- l792 -- l793 -- l794 -- l795 -- l796 -- l797 -- l798 -- l799 -- l800 -- l801 -- l802 -- l803 -- l804 -- l805 -- l806 -- l807 -- l808 -- l809 -- l810 -- l811 -- l812 -- l813 -- l814 -- l815 -- l816 -- l817 -- l818 -- l819 -- l820 -- l821 -- l822 -- l823 -- l824 -- l825 -- l826 -- l827 -- l828 -- l829 -- l830 -- l831 -- l832 -- l833 -- l834 -- l835 -- l836 -- l837 -- l838 -- l839 -- l840 -- l841 -- l842 -- l843 -- l844 -- l845 -- l846 -- l847 -- l848 -- l849 -- l850 -- l851 -- l852 -- l853 -- l854 -- l855 -- l856 -- l857 -- l858 -- l859 -- l860 -- l861 -- l862 -- l863 -- l864 -- l865 -- l866 -- l867 -- l868 -- l869 -- l870 -- l871 -- l872 -- l873 -- l874 -- l875 -- l876 -- l877 -- l878 -- l879 -- l880 -- l881 -- l882 -- l883 -- l884 -- l885 -- l886 -- l887 -- l888 -- l889 -- l890 -- l891 -- l892 -- l893 -- l894 -- l895 -- l896 -- l897 -- l898 -- l899 -- l900 -- l901 -- l902 -- l903 -- l904 -- l905 -- l906 -- l907 -- l908 -- l909 -- l910 -- l911 -- l912 -- l913 -- l914 -- l915 -- l916 -- l917 -- l918 -- l919 -- l920 -- l921 -- l922 -- l923 -- l924 -- l925 -- l926 -- l927 -- l928 -- l929 -- l930 -- l931 -- l932 -- l933 -- l934 -- l935 -- l936 -- l937 -- l938 -- l939 -- l940 -- l941 -- l942 -- l943 -- l944 -- l945 -- l946 -- l947 -- l948 -- l949 -- l950 -- l951 -- l952 -- l953 -- l954 -- l955 -- l956 -- l957 -- l958 -- l959 -- l960 -- l961 -- l962 -- l963 -- l964 -- l965 -- l966 -- l967 -- l968 -- l969 -- l970 -- l971 -- l972 -- l973 -- l974 -- l975 -- l976 -- l977 -- l978 -- l979 -- l980 -- l981 -- l982 -- l983 -- l984 -- l985 -- l986 -- l987 -- l988 -- l989 -- l990 -- l991 -- l992 -- l993 -- l994 -- l995 -- l996 -- l997 -- l998 -- l999 -- m000 -- m001 -- m002 -- m003 -- m004 -- m005 -- m006 -- m007 -- m008 -- m009 -- m010 -- m011 -- m012 -- m013 -- m014 -- m015 -- m016 -- m017 -- m018 -- m019 -- m020 -- m021 -- m022 -- m023 -- m024 -- m025 -- m026 -- m027 -- m028 -- m029 -- m030 -- m031 -- m032 -- m033 -- m034 -- m035 -- m036 -- m037 -- m038 -- m039 -- m040 -- m041 -- m042 -- m043 -- m044 -- m045 -- m046 -- m047 -- m048 -- m049 -- m050 -- m051 -- m052 -- m053 -- m054 -- m055 -- m056 -- m057 -- m058 -- m059 -- m060 -- m061 -- m062 -- m063 -- m064 -- m065 -- m066 -- m067 -- m068 -- m069 -- m070 -- m071 -- m072 -- m073 -- m074 -- m075 -- m076 -- m077 -- m078 -- m079 -- m080 -- m081 -- m082 -- m083 -- m084 -- m085 -- m086 -- m087 -- m088 -- m089 -- m090 -- m091 -- m092 -- m093 -- m094 -- m095 -- m096 -- m097 -- m098 -- m099 -- m100 -- m101 -- m102 -- m103 -- m104 -- m105 -- m106 -- m107 -- m108 -- m109 -- m110 -- m111 -- m112 -- m113 -- m114 -- m115 -- m116 -- m117 -- m118 -- m119 -- m120 -- m121 -- m122 -- m123 -- m124 -- m125 -- m126 -- m127 -- m128 -- m129 -- m130 -- m131 -- m132 -- m133 -- m134 -- m135 -- m136 -- m137 -- m138 -- m139 -- m140 -- m141 -- m142 -- m143 -- m144 -- m145 -- m146 -- m147 -- m148 -- m149 -- m150 -- m151 -- m152 -- m153 -- m154 -- m155 -- m156 -- m157 -- m158 -- m159 -- m160 -- m161 -- m162 -- m163 -- m164 -- m165 -- m166 -- m167 -- m168 -- m169 -- m170 -- m171 -- m172 -- m173 -- m174 -- m175 -- m176 -- m177 -- m178 -- m179 -- m180 -- m181 -- m182 -- m183 -- m184 -- m185 -- m186 -- m187 -- m188 -- m189 -- m190 -- m191 -- m192 -- m193 -- m194 -- m195 -- m196 -- m197 -- m198 -- m199 -- m200 -- m201 -- m202 -- m203 -- m204 -- m205 -- m206 -- m207 -- m208 -- m209 -- m210 -- m211 -- m212 -- m213 -- m214 -- m215 -- m216 -- m217 -- m218 -- m219 -- m220 -- m221 -- m222 -- m223 -- m224 -- m225 -- m226 -- m227 -- m228 -- m229 -- m230 -- m231 -- m232 -- m233 -- m234 -- m235 -- m236 -- m237 -- m238 -- m239 -- m240 -- m241 -- m242 -- m243 -- m244 -- m245 -- m246 -- m247 -- m248 -- m249 -- m250 -- m251 -- m252 -- m253 -- m254 -- m255 -- m256 -- m257 -- m258 -- m259 -- m260 -- m261 -- m262 -- m263 -- m264 -- m265 -- m266 -- m267 -- m268 -- m269 -- m270 -- m271 -- m272 -- m273 -- m274 -- m275 -- m276 -- m277 -- m278 -- m279 -- m280 -- m281 -- m282 -- m283 -- m284 -- m285 -- m286 -- m287 -- m288 -- m289 -- m290 -- m291 -- m292 -- m293 -- m294 -- m295 -- m296 -- m297 -- m298 -- m299 -- m300 -- m301 -- m302 -- m303 -- m304 -- m305 -- m306 -- m307 -- m308 -- m309 -- m310 -- m311 -- m312 -- m313 -- m314 -- m315 -- m316 -- m317 -- m318 -- m319 -- m320 -- m321 -- m322 -- m323 -- m324 -- m325 -- m326 -- m327 -- m328 -- m329 -- m330 -- m331 -- m332 -- m333 -- m334 -- m335 -- m336 -- m337 -- m338 -- m339 -- m340 -- m341 -- m342 -- m343 -- m344 -- m345 -- m346 -- m347 -- m348 -- m349 -- m350 -- m351 -- m352 -- m353 -- m354 -- m355 -- m356 -- m357 -- m358 -- m359 -- m360 -- m361 -- m362 -- m363 -- m364 -- m365 -- m366 -- m367 -- m368 -- m369 -- m370 -- m371 -- m372 -- m373 -- m374 -- m375 -- m376 -- m377 -- m378 -- m379 -- m380 -- m381 -- m382 -- m383 -- m384 -- m385 -- m386 -- m387 -- m388 -- m389 -- m390 -- m391 -- m392 -- m393 -- m394 -- m395 -- m396 -- m397 -- m398 -- m399 -- m400 -- m401 -- m402 -- m403 -- m404 -- m405 -- m406 -- m407 -- m408 -- m409 -- m410 -- m411 -- m412 -- m413 -- m414 -- m415 -- m416 -- m417 -- m418 -- m419 -- m420 -- m421 -- m422 -- m423 -- m424 -- m425 -- m426 -- m427 -- m428 -- m429 -- m430 -- m431 -- m432 -- m433 -- m434 -- m435 -- m436 -- m437 -- m438 -- m439 -- m440 -- m441 -- m442 -- m443 -- m444 -- m445 -- m446 -- m447 -- m448 -- m449 -- m450 -- m451 -- m452 -- m453 -- m454 -- m455 -- m456 -- m457 -- m458 -- m459 -- m460 -- m461 -- m462 -- m463 -- m464 -- m465 -- m466 -- m467 -- m468 -- m469 -- m470 -- m471 -- m472 -- m473 -- m474 -- m475 -- m476 -- m477 -- m478 -- m479 -- m480 -- m481 -- m482 -- m483 -- m484 -- m485 -- m486 -- m487 -- m488 -- m489 -- m490 -- m491 -- m492 -- m493 -- m494 -- m495 -- m496 -- m497 -- m498 -- m499 -- m500 -- m501 -- m502 -- m503 -- m504 -- m505 -- m506 -- m507 -- m508 -- m509 -- m510 -- m511 -- m512 -- m513 -- m514 -- m515 -- m516 -- m517 -- m518 -- m519 -- m520 -- m521 -- m522 -- m523 -- m524 -- m525 -- m526 -- m527 -- m528 -- m529 -- m530 -- m531 -- m532 -- m533 -- m534 -- m535 -- m536 -- m537 -- m538 -- m539 -- m540 -- m541 -- m542 -- m543 -- m544 -- m545 -- m546 -- m547 -- m548 -- m549 -- m550 -- m551 -- m552 -- m553 -- m554 -- m555 -- m556 -- m557 -- m558 -- m559 -- m560 -- m561 -- m562 -- m563 -- m564 -- m565 -- m566 -- m567 -- m568 -- m569 -- m570 -- m571 -- m572 -- m573 -- m574 -- m575 -- m576 -- m577 -- m578 -- m579 -- m580 -- m581 -- m582 -- m583 -- m584 -- m585 -- m586 -- m587 -- m588 -- m589 -- m590 -- m591 -- m592 -- m593 -- m594 -- m595 -- m596 -- m597 -- m598 -- m599 -- m600 -- m601 -- m602 -- m603 -- m604 -- m605 -- m606 -- m607 -- m608 -- m609 -- m610 -- m611 -- m612 -- m613 -- m614 -- m615 -- m616 -- m617 -- m618 -- m619 -- m620 -- m621 -- m622 -- m623 -- m624 -- m625 -- m626 -- m627 -- m628 -- m629 -- m630 -- m631 -- m632 -- m633 -- m634 -- m635 -- m636 -- m637 -- m638 -- m639 -- m640 -- m641 -- m642 -- m643 -- m644 -- m645 -- m646 -- m647 -- m648 -- m649 -- m650 -- m651 -- m652 -- m653 -- m654 -- m655 -- m656 -- m657 -- m658 -- m659 -- m660 -- m661 -- m662 -- m663 -- m664 -- m665 -- m666 -- m667 -- m668 -- m669 -- m670 -- m671 -- m672 -- m673 -- m674 -- m675 -- m676 -- m677 -- m678 -- m679 -- m680 -- m681 -- m682 -- m683 -- m684 -- m685 -- m686 -- m687 -- m688 -- m689 -- m690 -- m691 -- m692 -- m693 -- m694 -- m695 -- m696 -- m697 -- m698 -- m699 -- m700 -- m701 -- m702 -- m703 -- m704 -- m705 -- m706 -- m707 -- m708 -- m709 -- m710 -- m711 -- m712 -- m713 -- m714 -- m715 -- m716 -- m717 -- m718 -- m719 -- m720 -- m721 -- m722 -- m723 -- m724 -- m725 -- m726 -- m727 -- m728 -- m729 -- m730 -- m731 -- m732 -- m733 -- m734 -- m735 -- m736 -- m737 -- m738 -- m739 -- m740 -- m741 -- m742 -- m743 -- m744 -- m745 -- m746 -- m747 -- m748 -- m749 -- m750 -- m751 -- m752 -- m753 -- m754 -- m755 -- m756 -- m757 -- m758 -- m759 -- m760 -- m761 -- m762 -- m763 -- m764 -- m765 -- m766 -- m767 -- m768 -- m769 -- m770 -- m771 -- m772 -- m773 -- m774 -- m775 -- m776 -- m777 -- m778 -- m779 -- m780 -- m781 -- m782 -- m783 -- m784 -- m785 -- m786 -- m787 -- m788 -- m789 -- m790 -- m791 -- m792 -- m793 -- m794 -- m795 -- m796 -- m797 -- m798 -- m799 -- m800 -- m801 -- m802 -- m803 -- m804 -- m805 -- m806 -- m807 -- m808 -- m809 -- m810 -- m811 -- m812 -- m813 -- m814 -- m815 -- m816 -- m817 -- m818 -- m819 -- m820 -- m821 -- m822 -- m823 -- m824 -- m825 -- m826 -- m827 -- m828 -- m829 -- m830 -- m831 -- m832 -- m833 -- m834 -- m835 -- m836 -- m837 -- m838 -- m839 -- m840 -- m841 -- m842 -- m843 -- m844 -- m845 -- m846 -- m847 -- m848 -- m849 -- m850 -- m851 -- m852 -- m853 -- m854 -- m855 -- m856 -- m857 -- m858 -- m859 -- m860 -- m861 -- m862 -- m863 -- m864 -- m865 -- m866 -- m867 -- m868 -- m869 -- m870 -- m871 -- m872 -- m873 -- m874 -- m875 -- m876 -- m877 -- m878 -- m879 -- m880 -- m881 -- m882 -- m883 -- m884 -- m885 -- m886 -- m887 -- m888 -- m889 -- m890 -- m891 -- m892 -- m893 -- m894 -- m895 -- m896 -- m897 -- m898 -- m899 -- m900 -- m901 -- m902 -- m903 -- m904 -- m905 -- m906 -- m907 -- m908 -- m909 -- m910 -- m911 -- m912 -- m913 -- m914 -- m915 -- m916 -- m917 -- m918 -- m919 -- m920 -- m921 -- m922 -- m923 -- m924 -- m925 -- m926 -- m927 -- m928 -- m929 -- m930 -- m931 -- m932 -- m933 -- m934 -- m935 -- m936 -- m937 -- m938 -- m939 -- m940 -- m941 -- m942 -- m943 -- m944 -- m945 -- m946 -- m947 -- m948 -- m949 -- m950 -- m951 -- m952 -- m953 -- m954 -- m955 -- m956 -- m957 -- m958 -- m959 -- m960 -- m961 -- m962 -- m963 -- m964 -- m965 -- m966 -- m967 -- m968 -- m969 -- m970 -- m971 -- m972 -- m973 -- m974 -- m975 -- m976 -- m977 -- m978 -- m979 -- m980 -- m981 -- m982 -- m983 -- m984 -- m985 -- m986 -- m987 -- m988 -- m989 -- m990 -- m991 -- m992 -- m993 -- m994 -- m995 -- m996 -- m997 -- m998 -- m999 -- warlock item -## Removed Rows (98) -- amn rune generic -- ber rune generic -- cham rune generic -- dol rune generic -- el rune generic -- eld rune generic -- eth rune generic -- fal rune generic -- gem stack -- generic amethyst -- generic c amethyst -- generic c diamond -- generic c emerald -- generic c ruby -- generic c sapphire -- generic c skull -- generic c topaz -- generic chipped gem -- generic diamond -- generic emerald -- generic f amethyst -- generic f diamond -- generic f emerald -- generic f ruby -- generic f sapphire -- generic f skull -- generic f topaz -- generic flawed gem -- generic flawless gem -- generic gem -- generic p amethyst -- generic p diamond -- generic p emerald -- generic p ruby -- generic p sapphire -- generic p skull -- generic p topaz -- generic perfect gem -- generic ruby -- generic rune -- generic s amethyst -- generic s diamond -- generic s emerald -- generic s ruby -- generic s sapphire -- generic s skull -- generic s topaz -- generic sapphire -- generic skull -- generic standard gem -- generic topaz -- generic w amethyst -- generic w diamond -- generic w emerald -- generic w ruby -- generic w sapphire -- generic w skull -- generic w topaz -- gul rune generic -- hel rune generic -- io rune generic -- ist rune generic -- ith rune generic -- jah rune generic -- keys -- ko rune generic -- lem rune generic -- lo rune generic -- lum rune generic -- mal rune generic -- nef rune generic -- ohm rune generic -- organ -- ort rune generic -- pul rune generic -- ral rune generic -- rune stack -- shael rune generic -- sol rune generic -- stack amethyst -- stack chipped gem -- stack diamond -- stack emerald -- stack flawed gem -- stack flawless gem -- stack perfect gem -- stack ruby -- stack sapphire -- stack skull -- stack standard gem -- stack topaz -- sur rune generic -- tal rune generic -- thul rune generic -- tir rune generic -- um rune generic -- vex rune generic -- zod rune generic -## Modified Rows (13) -### amethyst -- `Equiv2`: $\color{gray}{\text{ggma}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### chipped gem -- `Equiv2`: $\color{gray}{\text{ggm0}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### diamond -- `Equiv2`: $\color{gray}{\text{ggmd}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### emerald -- `Equiv2`: $\color{gray}{\text{ggme}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### flawed gem -- `Equiv2`: $\color{gray}{\text{ggm1}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### flawless gem -- `Equiv2`: $\color{gray}{\text{ggm3}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### knife -- `StaffMods`: (Old) → $\color{blue}{\text{war}}$ (New) -### perfect gem -- `Equiv2`: $\color{gray}{\text{ggm4}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### ruby -- `Equiv2`: $\color{gray}{\text{ggmr}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### sapphire -- `Equiv2`: $\color{gray}{\text{ggms}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### skull -- `Equiv2`: $\color{gray}{\text{ggmz}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### standard gem -- `Equiv2`: $\color{gray}{\text{ggm2}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### topaz -- `Equiv2`: $\color{gray}{\text{ggmt}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) diff --git a/output/excel_diff_report/levels.md b/output/excel_diff_report/levels.md deleted file mode 100644 index dbfcfad..0000000 --- a/output/excel_diff_report/levels.md +++ /dev/null @@ -1,592 +0,0 @@ -# Differences for levels.txt - -*Key column used: `Name`* - -## Added Columns: `LevelGroup, PreventTownPortal` - -## Added Rows (1) -- act 5 \- colossal summit -## Modified Rows (58) -### act 1 \- catacombs 1 -- `MonLvlEx\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{87}}$ (New) -### act 1 \- catacombs 2 -- `MonLvlEx\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{87}}$ (New) -### act 1 \- catacombs 3 -- `MonLvlEx\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{87}}$ (New) -### act 1 \- catacombs 4 -- `MonLvlEx\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{87}}$ (New) -### act 1 \- cathedral -- `MonLvlEx\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{87}}$ (New) -### act 1 \- cave 2 -- `MonDen`: $\color{gray}{\text{850}}$ (Old) → $\color{blue}{\text{1250}}$ (New) -- `MonDen\(N\)`: $\color{gray}{\text{1200}}$ (Old) → $\color{blue}{\text{2500}}$ (New) -- `MonDen\(H\)`: $\color{gray}{\text{1800}}$ (Old) → $\color{blue}{\text{5000}}$ (New) -### act 1 \- cave 2 treasure -- `MonDen`: $\color{gray}{\text{900}}$ (Old) → $\color{blue}{\text{1250}}$ (New) -- `MonDen\(N\)`: $\color{gray}{\text{1400}}$ (Old) → $\color{blue}{\text{2500}}$ (New) -- `MonDen\(H\)`: $\color{gray}{\text{2000}}$ (Old) → $\color{blue}{\text{5000}}$ (New) -### act 1 \- cave 4 -- `MonDen`: $\color{gray}{\text{850}}$ (Old) → $\color{blue}{\text{1250}}$ (New) -- `MonDen\(N\)`: $\color{gray}{\text{1200}}$ (Old) → $\color{blue}{\text{2500}}$ (New) -- `MonDen\(H\)`: $\color{gray}{\text{1500}}$ (Old) → $\color{blue}{\text{5000}}$ (New) -### act 1 \- cave 4 treasure -- `MonDen`: $\color{gray}{\text{900}}$ (Old) → $\color{blue}{\text{1250}}$ (New) -- `MonDen\(N\)`: $\color{gray}{\text{1400}}$ (Old) → $\color{blue}{\text{2500}}$ (New) -- `MonDen\(H\)`: $\color{gray}{\text{2000}}$ (Old) → $\color{blue}{\text{5000}}$ (New) -### act 1 \- cave 5 -- `MonDen`: $\color{gray}{\text{600}}$ (Old) → $\color{blue}{\text{1250}}$ (New) -- `MonDen\(N\)`: $\color{gray}{\text{800}}$ (Old) → $\color{blue}{\text{2500}}$ (New) -- `MonDen\(H\)`: $\color{gray}{\text{1000}}$ (Old) → $\color{blue}{\text{5000}}$ (New) -### act 1 \- cave 5 treasure -- `MonDen`: $\color{gray}{\text{600}}$ (Old) → $\color{blue}{\text{1250}}$ (New) -- `MonDen\(N\)`: $\color{gray}{\text{800}}$ (Old) → $\color{blue}{\text{2500}}$ (New) -- `MonDen\(H\)`: $\color{gray}{\text{1000}}$ (Old) → $\color{blue}{\text{5000}}$ (New) -### act 1 \- crypt 1 a -- `MonDen`: $\color{gray}{\text{1200}}$ (Old) → $\color{blue}{\text{1250}}$ (New) -- `MonDen\(N\)`: $\color{gray}{\text{1500}}$ (Old) → $\color{blue}{\text{2500}}$ (New) -- `MonDen\(H\)`: $\color{gray}{\text{2000}}$ (Old) → $\color{blue}{\text{5000}}$ (New) -### act 1 \- crypt 2 a -- `MonDen`: $\color{gray}{\text{1200}}$ (Old) → $\color{blue}{\text{1250}}$ (New) -- `MonDen\(N\)`: $\color{gray}{\text{1500}}$ (Old) → $\color{blue}{\text{2500}}$ (New) -- `MonDen\(H\)`: $\color{gray}{\text{2000}}$ (Old) → $\color{blue}{\text{5000}}$ (New) -### act 1 \- moo moo farm -- `MonDen`: $\color{gray}{\text{800}}$ (Old) → $\color{blue}{\text{1250}}$ (New) -- `MonDen\(N\)`: $\color{gray}{\text{840}}$ (Old) → $\color{blue}{\text{2500}}$ (New) -- `MonDen\(H\)`: $\color{gray}{\text{1100}}$ (Old) → $\color{blue}{\text{5000}}$ (New) -### act 1 \- tristram -- `MonDen`: $\color{gray}{\text{600}}$ (Old) → $\color{blue}{\text{1250}}$ (New) -- `MonDen\(N\)`: $\color{gray}{\text{650}}$ (Old) → $\color{blue}{\text{2500}}$ (New) -- `MonDen\(H\)`: $\color{gray}{\text{800}}$ (Old) → $\color{blue}{\text{5000}}$ (New) -### act 1 \- wilderness 1 -- `mon1`: $\color{gray}{\text{fallen}}$ ext{1}$$ (Old) → $\color{blue}{\text{zombie}}$ ext{1}$$ (New) -- `mon2`: $\color{gray}{\text{zombie}}$ ext{1}$$ (Old) → $\color{blue}{\text{fallen}}$ ext{1}$$ (New) -- `nmon1`: $\color{gray}{\text{fallen}}$ ext{1}$$ (Old) → $\color{blue}{\text{zombie}}$ ext{1}$$ (New) -- `nmon2`: $\color{gray}{\text{zombie}}$ ext{1}$$ (Old) → $\color{blue}{\text{fallen}}$ ext{1}$$ (New) -- `umon1`: $\color{gray}{\text{fallen}}$ ext{1}$$ (Old) → $\color{blue}{\text{zombie}}$ ext{1}$$ (New) -- `umon2`: $\color{gray}{\text{zombie}}$ ext{1}$$ (Old) → $\color{blue}{\text{fallen}}$ ext{1}$$ (New) -### act 2 \- sewer 2 a -- `MonDen`: $\color{gray}{\text{680}}$ (Old) → $\color{blue}{\text{1250}}$ (New) -- `MonDen\(N\)`: $\color{gray}{\text{1000}}$ (Old) → $\color{blue}{\text{2500}}$ (New) -- `MonDen\(H\)`: $\color{gray}{\text{2000}}$ (Old) → $\color{blue}{\text{5000}}$ (New) -### act 2 \- tomb 1 a -- `MonDen\(N\)`: $\color{gray}{\text{2310}}$ (Old) → $\color{blue}{\text{2500}}$ (New) -- `MonDen\(H\)`: $\color{gray}{\text{2750}}$ (Old) → $\color{blue}{\text{5000}}$ (New) -### act 2 \- tomb 1 treasure -- `MonDen\(N\)`: $\color{gray}{\text{2310}}$ (Old) → $\color{blue}{\text{2500}}$ (New) -- `MonDen\(H\)`: $\color{gray}{\text{2750}}$ (Old) → $\color{blue}{\text{5000}}$ (New) -### act 2 \- tomb tal 1 -- `MonLvlEx\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{87}}$ (New) -- `MonUMin\(H\)`: $\color{gray}{\text{12}}$ (Old) → $\color{blue}{\text{15}}$ (New) -- `MonUMax\(H\)`: $\color{gray}{\text{12}}$ (Old) → $\color{blue}{\text{22}}$ (New) -### act 2 \- tomb tal 2 -- `MonLvlEx\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{87}}$ (New) -- `MonUMin\(H\)`: $\color{gray}{\text{12}}$ (Old) → $\color{blue}{\text{15}}$ (New) -- `MonUMax\(H\)`: $\color{gray}{\text{12}}$ (Old) → $\color{blue}{\text{22}}$ (New) -### act 2 \- tomb tal 3 -- `MonLvlEx\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{87}}$ (New) -- `MonUMin\(H\)`: $\color{gray}{\text{12}}$ (Old) → $\color{blue}{\text{15}}$ (New) -- `MonUMax\(H\)`: $\color{gray}{\text{12}}$ (Old) → $\color{blue}{\text{22}}$ (New) -### act 2 \- tomb tal 4 -- `MonLvlEx\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{87}}$ (New) -- `MonUMin\(H\)`: $\color{gray}{\text{12}}$ (Old) → $\color{blue}{\text{15}}$ (New) -- `MonUMax\(H\)`: $\color{gray}{\text{12}}$ (Old) → $\color{blue}{\text{22}}$ (New) -### act 2 \- tomb tal 5 -- `MonLvlEx\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{87}}$ (New) -- `MonUMin\(H\)`: $\color{gray}{\text{12}}$ (Old) → $\color{blue}{\text{15}}$ (New) -- `MonUMax\(H\)`: $\color{gray}{\text{12}}$ (Old) → $\color{blue}{\text{22}}$ (New) -### act 2 \- tomb tal 6 -- `MonLvlEx\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{87}}$ (New) -- `MonUMin\(H\)`: $\color{gray}{\text{12}}$ (Old) → $\color{blue}{\text{15}}$ (New) -- `MonUMax\(H\)`: $\color{gray}{\text{12}}$ (Old) → $\color{blue}{\text{22}}$ (New) -### act 2 \- tomb tal 7 -- `MonLvlEx\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{87}}$ (New) -- `MonUMin\(H\)`: $\color{gray}{\text{12}}$ (Old) → $\color{blue}{\text{15}}$ (New) -- `MonUMax\(H\)`: $\color{gray}{\text{12}}$ (Old) → $\color{blue}{\text{22}}$ (New) -### act 3 \- dungeon 1 a -- `MonDen`: $\color{gray}{\text{700}}$ (Old) → $\color{blue}{\text{1250}}$ (New) -- `MonDen\(N\)`: $\color{gray}{\text{1400}}$ (Old) → $\color{blue}{\text{2500}}$ (New) -- `MonDen\(H\)`: $\color{gray}{\text{2000}}$ (Old) → $\color{blue}{\text{5000}}$ (New) -### act 3 \- dungeon 1 b -- `MonDen`: $\color{gray}{\text{700}}$ (Old) → $\color{blue}{\text{1250}}$ (New) -- `MonDen\(N\)`: $\color{gray}{\text{1400}}$ (Old) → $\color{blue}{\text{2500}}$ (New) -- `MonDen\(H\)`: $\color{gray}{\text{2000}}$ (Old) → $\color{blue}{\text{5000}}$ (New) -### act 3 \- dungeon 1 treasure -- `MonDen`: $\color{gray}{\text{700}}$ (Old) → $\color{blue}{\text{1250}}$ (New) -- `MonDen\(N\)`: $\color{gray}{\text{1400}}$ (Old) → $\color{blue}{\text{2500}}$ (New) -- `MonDen\(H\)`: $\color{gray}{\text{2000}}$ (Old) → $\color{blue}{\text{5000}}$ (New) -### act 3 \- jungle 2 -- `NumMon`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{3}}$ (New) -- `mon1`: $\color{gray}{\text{zombie4}}$ (Old) → $\color{blue}{\text{frogdemon1}}$ (New) -- `mon2`: $\color{gray}{\text{fetishshaman}}$ ext{2}$$ (Old) → $\color{blue}{\text{frogdemon}}$ ext{2}$$ (New) -- `mon3`: $\color{gray}{\text{willowisp1}}$ (Old) → $\color{blue}{\text{thornhulk2}}$ (New) -- `mon4`: $\color{gray}{\text{wraith5}}$ (Old) → $\color{blue}{\text{zombie4}}$ (New) -- `mon5`: (Old) → $\color{blue}{\text{fetishshaman2}}$ (New) -- `mon6`: (Old) → $\color{blue}{\text{willowisp1}}$ (New) -- `nmon1`: $\color{gray}{\text{zombie4}}$ (Old) → $\color{blue}{\text{frogdemon1}}$ (New) -- `nmon2`: $\color{gray}{\text{fetishshaman}}$ ext{2}$$ (Old) → $\color{blue}{\text{frogdemon}}$ ext{2}$$ (New) -- `nmon3`: $\color{gray}{\text{willowisp1}}$ (Old) → $\color{blue}{\text{thornhulk2}}$ (New) -- `nmon4`: $\color{gray}{\text{wraith5}}$ (Old) → $\color{blue}{\text{zombie4}}$ (New) -- `nmon5`: (Old) → $\color{blue}{\text{fetishshaman2}}$ (New) -- `nmon6`: (Old) → $\color{blue}{\text{willowisp1}}$ (New) -- `umon1`: $\color{gray}{\text{zombie4}}$ (Old) → $\color{blue}{\text{frogdemon1}}$ (New) -- `umon2`: $\color{gray}{\text{fetishshaman}}$ ext{2}$$ (Old) → $\color{blue}{\text{frogdemon}}$ ext{2}$$ (New) -- `umon3`: $\color{gray}{\text{willowisp1}}$ (Old) → $\color{blue}{\text{thornhulk2}}$ (New) -- `umon4`: $\color{gray}{\text{wraith5}}$ (Old) → $\color{blue}{\text{zombie4}}$ (New) -- `umon5`: (Old) → $\color{blue}{\text{fetishshaman2}}$ (New) -- `umon6`: (Old) → $\color{blue}{\text{willowisp1}}$ (New) -### act 3 \- kurast 1 -- `mon2`: $\color{gray}{\text{sandleaper4}}$ (Old) → $\color{blue}{\text{councilmember1}}$ (New) -- `mon3`: $\color{gray}{\text{zealot2}}$ (Old) → $\color{blue}{\text{vulture3}}$ (New) -- `mon4`: (Old) → $\color{blue}{\text{zealot1}}$ (New) -- `nmon1`: $\color{gray}{\text{suicideminion6}}$ (Old) → $\color{blue}{\text{baboon4}}$ (New) -- `nmon2`: $\color{gray}{\text{bonefetish6}}$ (Old) → $\color{blue}{\text{councilmember1}}$ (New) -- `nmon3`: $\color{gray}{\text{bonefetish6}}$ (Old) → $\color{blue}{\text{vulture3}}$ (New) -- `nmon4`: (Old) → $\color{blue}{\text{zealot1}}$ (New) -- `umon1`: $\color{gray}{\text{suicideminion6}}$ (Old) → $\color{blue}{\text{baboon4}}$ (New) -- `umon2`: $\color{gray}{\text{bonefetish6}}$ (Old) → $\color{blue}{\text{councilmember2}}$ (New) -- `umon3`: $\color{gray}{\text{bonefetish6}}$ (Old) → $\color{blue}{\text{vulture3}}$ (New) -- `umon4`: (Old) → $\color{blue}{\text{zealot1}}$ (New) -### act 3 \- kurast 4 -- `mon1`: $\color{gray}{\text{sandraider4}}$ (Old) → $\color{blue}{\text{councilmember1}}$ (New) -- `nmon1`: $\color{gray}{\text{sandraider4}}$ (Old) → $\color{blue}{\text{councilmember1}}$ (New) -- `umon1`: $\color{gray}{\text{sandraider4}}$ (Old) → $\color{blue}{\text{councilmember2}}$ (New) -### act 3 \- spider 1 -- `MonDen`: $\color{gray}{\text{700}}$ (Old) → $\color{blue}{\text{1250}}$ (New) -- `MonDen\(N\)`: $\color{gray}{\text{1000}}$ (Old) → $\color{blue}{\text{2500}}$ (New) -- `MonDen\(H\)`: $\color{gray}{\text{1500}}$ (Old) → $\color{blue}{\text{5000}}$ (New) -### act 3 \- temple 1 -- `umon1`: $\color{gray}{\text{brute}}$ ext{5}$$ (Old) → $\color{blue}{\text{wraith}}$ ext{5}$$ (New) -- `umon2`: $\color{gray}{\text{corruptrogue}}$ ext{5}$$ (Old) → $\color{blue}{\text{arach}}$ ext{5}$$ (New) -- `umon3`: $\color{gray}{\text{arach5}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `umon4`: $\color{gray}{\text{vampire2}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### act 3 \- temple 2 -- `MonDen`: $\color{gray}{\text{990}}$ (Old) → $\color{blue}{\text{1250}}$ (New) -- `MonDen\(N\)`: $\color{gray}{\text{1040}}$ (Old) → $\color{blue}{\text{2500}}$ (New) -- `MonDen\(H\)`: $\color{gray}{\text{1500}}$ (Old) → $\color{blue}{\text{5000}}$ (New) -- `umon1`: $\color{gray}{\text{brute}}$ ext{5}$$ (Old) → $\color{blue}{\text{wraith}}$ ext{5}$$ (New) -- `umon2`: $\color{gray}{\text{corruptrogue}}$ ext{5}$$ (Old) → $\color{blue}{\text{arach}}$ ext{5}$$ (New) -- `umon3`: $\color{gray}{\text{arach5}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `umon4`: $\color{gray}{\text{vampire2}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### act 3 \- temple 3 -- `MonDen`: $\color{gray}{\text{990}}$ (Old) → $\color{blue}{\text{1250}}$ (New) -- `MonDen\(N\)`: $\color{gray}{\text{1040}}$ (Old) → $\color{blue}{\text{2500}}$ (New) -- `MonDen\(H\)`: $\color{gray}{\text{1500}}$ (Old) → $\color{blue}{\text{5000}}$ (New) -- `umon1`: $\color{gray}{\text{brute}}$ ext{5}$$ (Old) → $\color{blue}{\text{wraith}}$ ext{5}$$ (New) -- `umon2`: $\color{gray}{\text{corruptrogue}}$ ext{5}$$ (Old) → $\color{blue}{\text{arach}}$ ext{5}$$ (New) -- `umon3`: $\color{gray}{\text{arach5}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `umon4`: $\color{gray}{\text{vampire2}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### act 3 \- temple 4 -- `MonDen`: $\color{gray}{\text{990}}$ (Old) → $\color{blue}{\text{1250}}$ (New) -- `MonDen\(N\)`: $\color{gray}{\text{1040}}$ (Old) → $\color{blue}{\text{2500}}$ (New) -- `MonDen\(H\)`: $\color{gray}{\text{1500}}$ (Old) → $\color{blue}{\text{5000}}$ (New) -- `umon1`: $\color{gray}{\text{clawviper}}$ ext{5}$$ (Old) → $\color{blue}{\text{wraith}}$ ext{5}$$ (New) -- `umon2`: $\color{gray}{\text{scarab}}$ ext{5}$$ (Old) → $\color{blue}{\text{arach}}$ ext{5}$$ (New) -- `umon3`: $\color{gray}{\text{batdemon4}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `umon4`: $\color{gray}{\text{cr\_archer5}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### act 3 \- temple 5 -- `MonDen`: $\color{gray}{\text{990}}$ (Old) → $\color{blue}{\text{1250}}$ (New) -- `MonDen\(N\)`: $\color{gray}{\text{1040}}$ (Old) → $\color{blue}{\text{2500}}$ (New) -- `MonDen\(H\)`: $\color{gray}{\text{1500}}$ (Old) → $\color{blue}{\text{5000}}$ (New) -- `umon1`: $\color{gray}{\text{clawviper}}$ ext{5}$$ (Old) → $\color{blue}{\text{wraith}}$ ext{5}$$ (New) -- `umon2`: $\color{gray}{\text{scarab}}$ ext{5}$$ (Old) → $\color{blue}{\text{arach}}$ ext{5}$$ (New) -- `umon3`: $\color{gray}{\text{batdemon4}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `umon4`: $\color{gray}{\text{cr\_archer5}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### act 3 \- temple 6 -- `MonDen`: $\color{gray}{\text{990}}$ (Old) → $\color{blue}{\text{1250}}$ (New) -- `MonDen\(N\)`: $\color{gray}{\text{1040}}$ (Old) → $\color{blue}{\text{2500}}$ (New) -- `MonDen\(H\)`: $\color{gray}{\text{1500}}$ (Old) → $\color{blue}{\text{5000}}$ (New) -- `umon1`: $\color{gray}{\text{clawviper}}$ ext{5}$$ (Old) → $\color{blue}{\text{wraith}}$ ext{5}$$ (New) -- `umon2`: $\color{gray}{\text{scarab}}$ ext{5}$$ (Old) → $\color{blue}{\text{arach}}$ ext{5}$$ (New) -- `umon3`: $\color{gray}{\text{batdemon4}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `umon4`: $\color{gray}{\text{cr\_archer5}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### act 3 \- travincal -- `MonDen`: $\color{gray}{\text{325}}$ (Old) → $\color{blue}{\text{700}}$ (New) -- `MonDen\(N\)`: $\color{gray}{\text{342}}$ (Old) → $\color{blue}{\text{1400}}$ (New) -- `MonDen\(H\)`: $\color{gray}{\text{407}}$ (Old) → $\color{blue}{\text{2000}}$ (New) -- `mon1`: $\color{gray}{\text{cantor3}}$ (Old) → $\color{blue}{\text{councilmember1}}$ (New) -- `mon2`: $\color{gray}{\text{cantor3}}$ (Old) → $\color{blue}{\text{councilmember1}}$ (New) -- `mon3`: $\color{gray}{\text{vampire2}}$ (Old) → $\color{blue}{\text{councilmember1}}$ (New) -- `nmon1`: $\color{gray}{\text{cantor3}}$ (Old) → $\color{blue}{\text{councilmember1}}$ (New) -- `nmon2`: $\color{gray}{\text{cantor3}}$ (Old) → $\color{blue}{\text{councilmember1}}$ (New) -- `nmon3`: $\color{gray}{\text{vampire}}$ ext{2}$$ (Old) → $\color{blue}{\text{councilmember}}$ ext{2}$$ (New) -- `umon1`: $\color{gray}{\text{cantor3}}$ (Old) → $\color{blue}{\text{councilmember2}}$ (New) -- `umon2`: $\color{gray}{\text{cantor3}}$ (Old) → $\color{blue}{\text{councilmember2}}$ (New) -- `umon3`: $\color{gray}{\text{vampire2}}$ (Old) → $\color{blue}{\text{councilmember3}}$ (New) -### act 4 \- lava 1 -- `mon1`: $\color{gray}{\text{sandmaggot5}}$ (Old) → $\color{blue}{\text{blunderbore4}}$ (New) -- `mon2`: $\color{gray}{\text{blunderbore4}}$ (Old) → $\color{blue}{\text{vilemother3}}$ (New) -- `mon3`: $\color{gray}{\text{vilemother3}}$ (Old) → $\color{blue}{\text{fingermage2}}$ (New) -- `mon4`: $\color{gray}{\text{fingermage2}}$ (Old) → $\color{blue}{\text{regurgitator3}}$ (New) -- `mon5`: $\color{gray}{\text{regurgitator3}}$ (Old) → $\color{blue}{\text{doomknight2}}$ (New) -- `mon6`: $\color{gray}{\text{doomknight}}$ ext{2}$$ (Old) → $\color{blue}{\text{megademon}}$ ext{2}$$ (New) -- `mon7`: $\color{gray}{\text{megademon2}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### act 4 \- mesa 3 -- `mon1`: $\color{gray}{\text{bighead5}}$ (Old) → $\color{blue}{\text{fingermage3}}$ (New) -- `mon2`: $\color{gray}{\text{batdemon5}}$ (Old) → $\color{blue}{\text{doomknight3}}$ (New) -### act 5 \- baal temple 2 -- `mon1`: $$ ext{suicideminion}$\color{gray}{\text{5}}$ (Old) → $$ ext{suicideminion}$\color{blue}{\text{6}}$ (New) -- `nmon1`: $$ ext{suicideminion}$\color{gray}{\text{5}}$ (Old) → $$ ext{suicideminion}$\color{blue}{\text{6}}$ (New) -### act 5 \- hell 1 -- `MonLvlEx\(N\)`: $\color{gray}{\text{60}}$ (Old) → $\color{blue}{\text{70}}$ (New) -- `MonLvlEx\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{87}}$ (New) -- `MonDen\(H\)`: $\color{gray}{\text{7000}}$ (Old) → $\color{blue}{\text{5000}}$ (New) -- `MonUMax\(H\)`: $\color{gray}{\text{15}}$ (Old) → $\color{blue}{\text{20}}$ (New) -### act 5 \- hell 2 -- `MonLvlEx\(N\)`: $\color{gray}{\text{61}}$ (Old) → $\color{blue}{\text{70}}$ (New) -- `MonLvlEx\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{87}}$ (New) -- `MonDen\(H\)`: $\color{gray}{\text{7000}}$ (Old) → $\color{blue}{\text{5000}}$ (New) -- `MonUMax\(H\)`: $\color{gray}{\text{15}}$ (Old) → $\color{blue}{\text{20}}$ (New) -### act 5 \- hell 3 -- `MonLvlEx\(N\)`: $\color{gray}{\text{62}}$ (Old) → $\color{blue}{\text{70}}$ (New) -- `MonLvlEx\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{87}}$ (New) -- `MonDen\(H\)`: $\color{gray}{\text{7000}}$ (Old) → $\color{blue}{\text{5000}}$ (New) -- `MonUMax\(H\)`: $\color{gray}{\text{15}}$ (Old) → $\color{blue}{\text{20}}$ (New) -### act 5 \- ice cave 2a -- `MonDen`: $\color{gray}{\text{600}}$ (Old) → $\color{blue}{\text{1250}}$ (New) -- `MonDen\(N\)`: $\color{gray}{\text{950}}$ (Old) → $\color{blue}{\text{2500}}$ (New) -- `MonDen\(H\)`: $\color{gray}{\text{2000}}$ (Old) → $\color{blue}{\text{5000}}$ (New) -### act 5 \- ice cave 3a -- `MonDen`: $\color{gray}{\text{650}}$ (Old) → $\color{blue}{\text{1250}}$ (New) -- `MonDen\(N\)`: $\color{gray}{\text{900}}$ (Old) → $\color{blue}{\text{2500}}$ (New) -- `MonDen\(H\)`: $\color{gray}{\text{2000}}$ (Old) → $\color{blue}{\text{5000}}$ (New) -### act 5 \- town -- `Vis0`: $\color{gray}{\text{137}}$ (Old) → $\color{blue}{\text{138}}$ (New) -### rift 1 -- `Id`: $\color{gray}{\text{137}}$ (Old) → $\color{blue}{\text{138}}$ (New) -- `Vis1`: $\color{gray}{\text{138}}$ (Old) → $\color{blue}{\text{139}}$ (New) -- `MonLvl`: $\color{gray}{\text{39}}$ (Old) → $\color{blue}{\text{75}}$ (New) -- `MonLvl\(N\)`: $\color{gray}{\text{64}}$ (Old) → $\color{blue}{\text{85}}$ (New) -- `MonLvl\(H\)`: $\color{gray}{\text{89}}$ (Old) → $\color{blue}{\text{99}}$ (New) -- `MonLvlEx`: $\color{gray}{\text{39}}$ (Old) → $\color{blue}{\text{75}}$ (New) -- `MonLvlEx\(N\)`: $\color{gray}{\text{65}}$ (Old) → $\color{blue}{\text{85}}$ (New) -- `MonLvlEx\(H\)`: $\color{gray}{\text{96}}$ (Old) → $\color{blue}{\text{99}}$ (New) -- `MonDen`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{2}}$ (New) -- `MonDen\(N\)`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{2}}$ (New) -- `MonDen\(H\)`: $\color{gray}{\text{875}}$ (Old) → $\color{blue}{\text{750}}$ (New) -- `mon1`: (Old) → $\color{blue}{\text{megademon7}}$ (New) -- `mon2`: (Old) → $\color{blue}{\text{dkmag4}}$ (New) -- `mon3`: (Old) → $\color{blue}{\text{cr\_archer9}}$ (New) -- `mon4`: (Old) → $\color{blue}{\text{scarab9}}$ (New) -- `mon5`: (Old) → $\color{blue}{\text{bonefetish8}}$ (New) -- `mon6`: (Old) → $\color{blue}{\text{cr\_lancer10}}$ (New) -- `mon7`: (Old) → $\color{blue}{\text{overseer7}}$ (New) -- `mon8`: (Old) → $\color{blue}{\text{zombie6}}$ (New) -- `mon9`: (Old) → $\color{blue}{\text{brute6}}$ (New) -- `mon10`: (Old) → $\color{blue}{\text{hellbovine1}}$ (New) -- `mon11`: (Old) → $\color{blue}{\text{bighead11}}$ (New) -- `mon12`: (Old) → $\color{blue}{\text{goatman11}}$ (New) -- `mon13`: (Old) → $\color{blue}{\text{sandraider11}}$ (New) -- `mon14`: (Old) → $\color{blue}{\text{deathmauler7}}$ (New) -- `mon15`: (Old) → $\color{blue}{\text{slinger10}}$ (New) -- `mon16`: (Old) → $\color{blue}{\text{blunderbore7}}$ (New) -- `mon17`: (Old) → $\color{blue}{\text{fallen9}}$ (New) -- `mon18`: (Old) → $\color{blue}{\text{bloodlord8}}$ (New) -- `mon19`: (Old) → $\color{blue}{\text{fetish9}}$ (New) -- `mon20`: (Old) → $\color{blue}{\text{fetishblow9}}$ (New) -- `mon21`: (Old) → $\color{blue}{\text{unraveler10}}$ (New) -- `mon22`: (Old) → $\color{blue}{\text{fingermage6}}$ (New) -- `mon23`: (Old) → $\color{blue}{\text{reanimatedhorde7}}$ (New) -- `mon24`: (Old) → $\color{blue}{\text{wraith10}}$ (New) -- `mon25`: (Old) → $\color{blue}{\text{willowisp9}}$ (New) -### rift 2 -- `Id`: $\color{gray}{\text{138}}$ (Old) → $\color{blue}{\text{139}}$ (New) -- `Vis0`: $\color{gray}{\text{137}}$ (Old) → $\color{blue}{\text{138}}$ (New) -- `Vis4`: $\color{gray}{\text{139}}$ (Old) → $\color{blue}{\text{140}}$ (New) -- `MonLvl`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{75}}$ (New) -- `MonLvl\(N\)`: $\color{gray}{\text{32}}$ (Old) → $\color{blue}{\text{85}}$ (New) -- `MonLvl\(H\)`: $\color{gray}{\text{57}}$ (Old) → $\color{blue}{\text{99}}$ (New) -- `MonLvlEx`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{75}}$ (New) -- `MonLvlEx\(N\)`: $\color{gray}{\text{39}}$ (Old) → $\color{blue}{\text{85}}$ (New) -- `MonLvlEx\(H\)`: $\color{gray}{\text{96}}$ (Old) → $\color{blue}{\text{99}}$ (New) -- `MonDen`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{2}}$ (New) -- `MonDen\(N\)`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{2}}$ (New) -- `MonDen\(H\)`: $\color{gray}{\text{750}}$ (Old) → $\color{blue}{\text{813}}$ (New) -- `mon1`: (Old) → $\color{blue}{\text{megademon7}}$ (New) -- `mon2`: (Old) → $\color{blue}{\text{dkmag4}}$ (New) -- `mon3`: (Old) → $\color{blue}{\text{cr\_archer9}}$ (New) -- `mon4`: (Old) → $\color{blue}{\text{scarab9}}$ (New) -- `mon5`: (Old) → $\color{blue}{\text{bonefetish8}}$ (New) -- `mon6`: (Old) → $\color{blue}{\text{cr\_lancer10}}$ (New) -- `mon7`: (Old) → $\color{blue}{\text{overseer7}}$ (New) -- `mon8`: (Old) → $\color{blue}{\text{zombie6}}$ (New) -- `mon9`: (Old) → $\color{blue}{\text{brute6}}$ (New) -- `mon10`: (Old) → $\color{blue}{\text{hellbovine1}}$ (New) -- `mon11`: (Old) → $\color{blue}{\text{bighead11}}$ (New) -- `mon12`: (Old) → $\color{blue}{\text{goatman11}}$ (New) -- `mon13`: (Old) → $\color{blue}{\text{sandraider11}}$ (New) -- `mon14`: (Old) → $\color{blue}{\text{deathmauler7}}$ (New) -- `mon15`: (Old) → $\color{blue}{\text{slinger10}}$ (New) -- `mon16`: (Old) → $\color{blue}{\text{blunderbore7}}$ (New) -- `mon17`: (Old) → $\color{blue}{\text{fallen9}}$ (New) -- `mon18`: (Old) → $\color{blue}{\text{bloodlord8}}$ (New) -- `mon19`: (Old) → $\color{blue}{\text{fetish9}}$ (New) -- `mon20`: (Old) → $\color{blue}{\text{fetishblow9}}$ (New) -- `mon21`: (Old) → $\color{blue}{\text{unraveler10}}$ (New) -- `mon22`: (Old) → $\color{blue}{\text{fingermage6}}$ (New) -- `mon23`: (Old) → $\color{blue}{\text{reanimatedhorde7}}$ (New) -- `mon24`: (Old) → $\color{blue}{\text{wraith10}}$ (New) -- `mon25`: (Old) → $\color{blue}{\text{willowisp9}}$ (New) -### rift 3 -- `Id`: $\color{gray}{\text{139}}$ (Old) → $\color{blue}{\text{140}}$ (New) -- `Vis0`: $\color{gray}{\text{138}}$ (Old) → $\color{blue}{\text{139}}$ (New) -- `Vis1`: $\color{gray}{\text{141}}$ (Old) → $\color{blue}{\text{142}}$ (New) -- `Vis2`: $\color{gray}{\text{140}}$ (Old) → $\color{blue}{\text{141}}$ (New) -- `MonLvl`: $\color{gray}{\text{29}}$ (Old) → $\color{blue}{\text{75}}$ (New) -- `MonLvl\(N\)`: $\color{gray}{\text{54}}$ (Old) → $\color{blue}{\text{85}}$ (New) -- `MonLvl\(H\)`: $\color{gray}{\text{79}}$ (Old) → $\color{blue}{\text{99}}$ (New) -- `MonLvlEx`: $\color{gray}{\text{29}}$ (Old) → $\color{blue}{\text{75}}$ (New) -- `MonLvlEx\(N\)`: $\color{gray}{\text{62}}$ (Old) → $\color{blue}{\text{85}}$ (New) -- `MonLvlEx\(H\)`: $\color{gray}{\text{96}}$ (Old) → $\color{blue}{\text{99}}$ (New) -- `MonDen`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{2}}$ (New) -- `MonDen\(N\)`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{2}}$ (New) -- `MonDen\(H\)`: $\color{gray}{\text{813}}$ (Old) → $\color{blue}{\text{2250}}$ (New) -- `mon1`: (Old) → $\color{blue}{\text{megademon7}}$ (New) -- `mon2`: (Old) → $\color{blue}{\text{dkmag4}}$ (New) -- `mon3`: (Old) → $\color{blue}{\text{cr\_archer9}}$ (New) -- `mon4`: (Old) → $\color{blue}{\text{scarab9}}$ (New) -- `mon5`: (Old) → $\color{blue}{\text{bonefetish8}}$ (New) -- `mon6`: (Old) → $\color{blue}{\text{cr\_lancer10}}$ (New) -- `mon7`: (Old) → $\color{blue}{\text{overseer7}}$ (New) -- `mon8`: (Old) → $\color{blue}{\text{zombie6}}$ (New) -- `mon9`: (Old) → $\color{blue}{\text{brute6}}$ (New) -- `mon10`: (Old) → $\color{blue}{\text{hellbovine1}}$ (New) -- `mon11`: (Old) → $\color{blue}{\text{bighead11}}$ (New) -- `mon12`: (Old) → $\color{blue}{\text{goatman11}}$ (New) -- `mon13`: (Old) → $\color{blue}{\text{sandraider11}}$ (New) -- `mon14`: (Old) → $\color{blue}{\text{deathmauler7}}$ (New) -- `mon15`: (Old) → $\color{blue}{\text{slinger10}}$ (New) -- `mon16`: (Old) → $\color{blue}{\text{blunderbore7}}$ (New) -- `mon17`: (Old) → $\color{blue}{\text{fallen9}}$ (New) -- `mon18`: (Old) → $\color{blue}{\text{bloodlord8}}$ (New) -- `mon19`: (Old) → $\color{blue}{\text{fetish9}}$ (New) -- `mon20`: (Old) → $\color{blue}{\text{fetishblow9}}$ (New) -- `mon21`: (Old) → $\color{blue}{\text{unraveler10}}$ (New) -- `mon22`: (Old) → $\color{blue}{\text{fingermage6}}$ (New) -- `mon23`: (Old) → $\color{blue}{\text{reanimatedhorde7}}$ (New) -- `mon24`: (Old) → $\color{blue}{\text{wraith10}}$ (New) -- `mon25`: (Old) → $\color{blue}{\text{willowisp9}}$ (New) -### rift 3a -- `Id`: $\color{gray}{\text{140}}$ (Old) → $\color{blue}{\text{141}}$ (New) -- `Vis0`: $\color{gray}{\text{139}}$ (Old) → $\color{blue}{\text{140}}$ (New) -- `MonLvl`: $\color{gray}{\text{36}}$ (Old) → $\color{blue}{\text{75}}$ (New) -- `MonLvl\(N\)`: $\color{gray}{\text{61}}$ (Old) → $\color{blue}{\text{85}}$ (New) -- `MonLvl\(H\)`: $\color{gray}{\text{86}}$ (Old) → $\color{blue}{\text{99}}$ (New) -- `MonLvlEx`: $\color{gray}{\text{36}}$ (Old) → $\color{blue}{\text{75}}$ (New) -- `MonLvlEx\(N\)`: $\color{gray}{\text{64}}$ (Old) → $\color{blue}{\text{85}}$ (New) -- `MonLvlEx\(H\)`: $\color{gray}{\text{96}}$ (Old) → $\color{blue}{\text{99}}$ (New) -- `MonDen`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{2}}$ (New) -- `MonDen\(N\)`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{2}}$ (New) -- `MonDen\(H\)`: $\color{gray}{\text{2250}}$ (Old) → $\color{blue}{\text{875}}$ (New) -- `mon1`: (Old) → $\color{blue}{\text{fallen9}}$ (New) -- `mon2`: (Old) → $\color{blue}{\text{bonefetish8}}$ (New) -- `mon3`: (Old) → $\color{blue}{\text{arach8}}$ (New) -- `mon4`: (Old) → $\color{blue}{\text{scarab9}}$ (New) -- `mon5`: (Old) → $\color{blue}{\text{cr\_lancer10}}$ (New) -- `mon6`: (Old) → $\color{blue}{\text{overseer7}}$ (New) -- `mon7`: (Old) → $\color{blue}{\text{zombie6}}$ (New) -- `mon8`: (Old) → $\color{blue}{\text{brute6}}$ (New) -- `mon9`: (Old) → $\color{blue}{\text{hellbovine1}}$ (New) -- `mon10`: (Old) → $\color{blue}{\text{bighead11}}$ (New) -- `mon11`: (Old) → $\color{blue}{\text{goatman11}}$ (New) -- `mon12`: (Old) → $\color{blue}{\text{deathmauler7}}$ (New) -- `mon13`: (Old) → $\color{blue}{\text{slinger10}}$ (New) -- `mon14`: (Old) → $\color{blue}{\text{blunderbore7}}$ (New) -- `mon15`: (Old) → $\color{blue}{\text{bloodlord8}}$ (New) -- `mon16`: (Old) → $\color{blue}{\text{fetish9}}$ (New) -- `mon17`: (Old) → $\color{blue}{\text{fetishblow9}}$ (New) -- `mon18`: (Old) → $\color{blue}{\text{unraveler10}}$ (New) -- `mon19`: (Old) → $\color{blue}{\text{fingermage6}}$ (New) -- `mon20`: (Old) → $\color{blue}{\text{fingermage6}}$ (New) -- `mon21`: (Old) → $\color{blue}{\text{willowisp9}}$ (New) -- `mon22`: (Old) → $\color{blue}{\text{fallen9}}$ (New) -- `mon23`: (Old) → $\color{blue}{\text{fetish9}}$ (New) -- `mon24`: (Old) → $\color{blue}{\text{fetishblow9}}$ (New) -- `mon25`: (Old) → $\color{blue}{\text{hellbovine1}}$ (New) -### rift 4 -- `Id`: $\color{gray}{\text{141}}$ (Old) → $\color{blue}{\text{142}}$ (New) -- `Vis0`: $\color{gray}{\text{139}}$ (Old) → $\color{blue}{\text{140}}$ (New) -- `Vis1`: $\color{gray}{\text{142}}$ (Old) → $\color{blue}{\text{143}}$ (New) -- `MonLvl`: $\color{gray}{\text{39}}$ (Old) → $\color{blue}{\text{75}}$ (New) -- `MonLvl\(N\)`: $\color{gray}{\text{64}}$ (Old) → $\color{blue}{\text{85}}$ (New) -- `MonLvl\(H\)`: $\color{gray}{\text{89}}$ (Old) → $\color{blue}{\text{99}}$ (New) -- `MonLvlEx`: $\color{gray}{\text{39}}$ (Old) → $\color{blue}{\text{75}}$ (New) -- `MonLvlEx\(N\)`: $\color{gray}{\text{65}}$ (Old) → $\color{blue}{\text{85}}$ (New) -- `MonLvlEx\(H\)`: $\color{gray}{\text{96}}$ (Old) → $\color{blue}{\text{99}}$ (New) -- `MonDen`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{2}}$ (New) -- `MonDen\(N\)`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{2}}$ (New) -- `MonDen\(H\)`: $\color{gray}{\text{875}}$ (Old) → $\color{blue}{\text{750}}$ (New) -- `mon1`: (Old) → $\color{blue}{\text{megademon7}}$ (New) -- `mon2`: (Old) → $\color{blue}{\text{dkmag4}}$ (New) -- `mon3`: (Old) → $\color{blue}{\text{cr\_archer9}}$ (New) -- `mon4`: (Old) → $\color{blue}{\text{scarab9}}$ (New) -- `mon5`: (Old) → $\color{blue}{\text{bonefetish8}}$ (New) -- `mon6`: (Old) → $\color{blue}{\text{cr\_lancer10}}$ (New) -- `mon7`: (Old) → $\color{blue}{\text{overseer7}}$ (New) -- `mon8`: (Old) → $\color{blue}{\text{zombie6}}$ (New) -- `mon9`: (Old) → $\color{blue}{\text{brute6}}$ (New) -- `mon10`: (Old) → $\color{blue}{\text{hellbovine1}}$ (New) -- `mon11`: (Old) → $\color{blue}{\text{bighead11}}$ (New) -- `mon12`: (Old) → $\color{blue}{\text{goatman11}}$ (New) -- `mon13`: (Old) → $\color{blue}{\text{sandraider11}}$ (New) -- `mon14`: (Old) → $\color{blue}{\text{deathmauler7}}$ (New) -- `mon15`: (Old) → $\color{blue}{\text{slinger10}}$ (New) -- `mon16`: (Old) → $\color{blue}{\text{blunderbore7}}$ (New) -- `mon17`: (Old) → $\color{blue}{\text{fallen9}}$ (New) -- `mon18`: (Old) → $\color{blue}{\text{bloodlord8}}$ (New) -- `mon19`: (Old) → $\color{blue}{\text{fetish9}}$ (New) -- `mon20`: (Old) → $\color{blue}{\text{fetishblow9}}$ (New) -- `mon21`: (Old) → $\color{blue}{\text{unraveler10}}$ (New) -- `mon22`: (Old) → $\color{blue}{\text{fingermage6}}$ (New) -- `mon23`: (Old) → $\color{blue}{\text{reanimatedhorde7}}$ (New) -- `mon24`: (Old) → $\color{blue}{\text{wraith10}}$ (New) -- `mon25`: (Old) → $\color{blue}{\text{willowisp9}}$ (New) -### rift 5 -- `Id`: $\color{gray}{\text{142}}$ (Old) → $\color{blue}{\text{143}}$ (New) -- `Vis0`: $\color{gray}{\text{141}}$ (Old) → $\color{blue}{\text{142}}$ (New) -- `Vis4`: $\color{gray}{\text{143}}$ (Old) → $\color{blue}{\text{144}}$ (New) -- `MonLvl`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{75}}$ (New) -- `MonLvl\(N\)`: $\color{gray}{\text{32}}$ (Old) → $\color{blue}{\text{85}}$ (New) -- `MonLvl\(H\)`: $\color{gray}{\text{57}}$ (Old) → $\color{blue}{\text{99}}$ (New) -- `MonLvlEx`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{75}}$ (New) -- `MonLvlEx\(N\)`: $\color{gray}{\text{39}}$ (Old) → $\color{blue}{\text{85}}$ (New) -- `MonLvlEx\(H\)`: $\color{gray}{\text{96}}$ (Old) → $\color{blue}{\text{99}}$ (New) -- `MonDen`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{2}}$ (New) -- `MonDen\(N\)`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{2}}$ (New) -- `MonDen\(H\)`: $\color{gray}{\text{750}}$ (Old) → $\color{blue}{\text{813}}$ (New) -- `mon1`: (Old) → $\color{blue}{\text{megademon7}}$ (New) -- `mon2`: (Old) → $\color{blue}{\text{dkmag4}}$ (New) -- `mon3`: (Old) → $\color{blue}{\text{cr\_archer9}}$ (New) -- `mon4`: (Old) → $\color{blue}{\text{scarab9}}$ (New) -- `mon5`: (Old) → $\color{blue}{\text{bonefetish8}}$ (New) -- `mon6`: (Old) → $\color{blue}{\text{cr\_lancer10}}$ (New) -- `mon7`: (Old) → $\color{blue}{\text{overseer7}}$ (New) -- `mon8`: (Old) → $\color{blue}{\text{zombie6}}$ (New) -- `mon9`: (Old) → $\color{blue}{\text{brute6}}$ (New) -- `mon10`: (Old) → $\color{blue}{\text{hellbovine1}}$ (New) -- `mon11`: (Old) → $\color{blue}{\text{bighead11}}$ (New) -- `mon12`: (Old) → $\color{blue}{\text{goatman11}}$ (New) -- `mon13`: (Old) → $\color{blue}{\text{sandraider11}}$ (New) -- `mon14`: (Old) → $\color{blue}{\text{deathmauler7}}$ (New) -- `mon15`: (Old) → $\color{blue}{\text{slinger10}}$ (New) -- `mon16`: (Old) → $\color{blue}{\text{blunderbore7}}$ (New) -- `mon17`: (Old) → $\color{blue}{\text{fallen9}}$ (New) -- `mon18`: (Old) → $\color{blue}{\text{bloodlord8}}$ (New) -- `mon19`: (Old) → $\color{blue}{\text{fetish9}}$ (New) -- `mon20`: (Old) → $\color{blue}{\text{fetishblow9}}$ (New) -- `mon21`: (Old) → $\color{blue}{\text{unraveler10}}$ (New) -- `mon22`: (Old) → $\color{blue}{\text{fingermage6}}$ (New) -- `mon23`: (Old) → $\color{blue}{\text{reanimatedhorde7}}$ (New) -- `mon24`: (Old) → $\color{blue}{\text{wraith10}}$ (New) -- `mon25`: (Old) → $\color{blue}{\text{willowisp9}}$ (New) -### rift 6 -- `Id`: $\color{gray}{\text{143}}$ (Old) → $\color{blue}{\text{144}}$ (New) -- `Vis0`: $\color{gray}{\text{142}}$ (Old) → $\color{blue}{\text{143}}$ (New) -- `Vis1`: $\color{gray}{\text{145}}$ (Old) → $\color{blue}{\text{146}}$ (New) -- `Vis2`: $\color{gray}{\text{144}}$ (Old) → $\color{blue}{\text{145}}$ (New) -- `MonLvl`: $\color{gray}{\text{29}}$ (Old) → $\color{blue}{\text{75}}$ (New) -- `MonLvl\(N\)`: $\color{gray}{\text{54}}$ (Old) → $\color{blue}{\text{85}}$ (New) -- `MonLvl\(H\)`: $\color{gray}{\text{79}}$ (Old) → $\color{blue}{\text{99}}$ (New) -- `MonLvlEx`: $\color{gray}{\text{29}}$ (Old) → $\color{blue}{\text{75}}$ (New) -- `MonLvlEx\(N\)`: $\color{gray}{\text{62}}$ (Old) → $\color{blue}{\text{85}}$ (New) -- `MonLvlEx\(H\)`: $\color{gray}{\text{96}}$ (Old) → $\color{blue}{\text{99}}$ (New) -- `MonDen`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{2}}$ (New) -- `MonDen\(N\)`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{2}}$ (New) -- `MonDen\(H\)`: $\color{gray}{\text{813}}$ (Old) → $\color{blue}{\text{2250}}$ (New) -- `mon1`: (Old) → $\color{blue}{\text{megademon7}}$ (New) -- `mon2`: (Old) → $\color{blue}{\text{dkmag4}}$ (New) -- `mon3`: (Old) → $\color{blue}{\text{cr\_archer9}}$ (New) -- `mon4`: (Old) → $\color{blue}{\text{scarab9}}$ (New) -- `mon5`: (Old) → $\color{blue}{\text{bonefetish8}}$ (New) -- `mon6`: (Old) → $\color{blue}{\text{cr\_lancer10}}$ (New) -- `mon7`: (Old) → $\color{blue}{\text{overseer7}}$ (New) -- `mon8`: (Old) → $\color{blue}{\text{zombie6}}$ (New) -- `mon9`: (Old) → $\color{blue}{\text{brute6}}$ (New) -- `mon10`: (Old) → $\color{blue}{\text{hellbovine1}}$ (New) -- `mon11`: (Old) → $\color{blue}{\text{bighead11}}$ (New) -- `mon12`: (Old) → $\color{blue}{\text{goatman11}}$ (New) -- `mon13`: (Old) → $\color{blue}{\text{sandraider11}}$ (New) -- `mon14`: (Old) → $\color{blue}{\text{deathmauler7}}$ (New) -- `mon15`: (Old) → $\color{blue}{\text{slinger10}}$ (New) -- `mon16`: (Old) → $\color{blue}{\text{blunderbore7}}$ (New) -- `mon17`: (Old) → $\color{blue}{\text{fallen9}}$ (New) -- `mon18`: (Old) → $\color{blue}{\text{bloodlord8}}$ (New) -- `mon19`: (Old) → $\color{blue}{\text{fetish9}}$ (New) -- `mon20`: (Old) → $\color{blue}{\text{fetishblow9}}$ (New) -- `mon21`: (Old) → $\color{blue}{\text{unraveler10}}$ (New) -- `mon22`: (Old) → $\color{blue}{\text{fingermage6}}$ (New) -- `mon23`: (Old) → $\color{blue}{\text{reanimatedhorde7}}$ (New) -- `mon24`: (Old) → $\color{blue}{\text{wraith10}}$ (New) -- `mon25`: (Old) → $\color{blue}{\text{willowisp9}}$ (New) -### rift 6a -- `Id`: $\color{gray}{\text{144}}$ (Old) → $\color{blue}{\text{145}}$ (New) -- `Vis0`: $\color{gray}{\text{143}}$ (Old) → $\color{blue}{\text{144}}$ (New) -- `MonLvl`: $\color{gray}{\text{36}}$ (Old) → $\color{blue}{\text{75}}$ (New) -- `MonLvl\(N\)`: $\color{gray}{\text{61}}$ (Old) → $\color{blue}{\text{85}}$ (New) -- `MonLvl\(H\)`: $\color{gray}{\text{86}}$ (Old) → $\color{blue}{\text{99}}$ (New) -- `MonLvlEx`: $\color{gray}{\text{36}}$ (Old) → $\color{blue}{\text{75}}$ (New) -- `MonLvlEx\(N\)`: $\color{gray}{\text{64}}$ (Old) → $\color{blue}{\text{85}}$ (New) -- `MonLvlEx\(H\)`: $\color{gray}{\text{96}}$ (Old) → $\color{blue}{\text{99}}$ (New) -- `MonDen`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{2}}$ (New) -- `MonDen\(N\)`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{2}}$ (New) -- `MonDen\(H\)`: $\color{gray}{\text{2250}}$ (Old) → $\color{blue}{\text{875}}$ (New) -- `mon1`: (Old) → $\color{blue}{\text{fallen9}}$ (New) -- `mon2`: (Old) → $\color{blue}{\text{bonefetish8}}$ (New) -- `mon3`: (Old) → $\color{blue}{\text{arach8}}$ (New) -- `mon4`: (Old) → $\color{blue}{\text{scarab9}}$ (New) -- `mon5`: (Old) → $\color{blue}{\text{cr\_lancer10}}$ (New) -- `mon6`: (Old) → $\color{blue}{\text{overseer7}}$ (New) -- `mon7`: (Old) → $\color{blue}{\text{zombie6}}$ (New) -- `mon8`: (Old) → $\color{blue}{\text{brute6}}$ (New) -- `mon9`: (Old) → $\color{blue}{\text{hellbovine1}}$ (New) -- `mon10`: (Old) → $\color{blue}{\text{bighead11}}$ (New) -- `mon11`: (Old) → $\color{blue}{\text{goatman11}}$ (New) -- `mon12`: (Old) → $\color{blue}{\text{deathmauler7}}$ (New) -- `mon13`: (Old) → $\color{blue}{\text{slinger10}}$ (New) -- `mon14`: (Old) → $\color{blue}{\text{blunderbore7}}$ (New) -- `mon15`: (Old) → $\color{blue}{\text{bloodlord8}}$ (New) -- `mon16`: (Old) → $\color{blue}{\text{fetish9}}$ (New) -- `mon17`: (Old) → $\color{blue}{\text{fetishblow9}}$ (New) -- `mon18`: (Old) → $\color{blue}{\text{unraveler10}}$ (New) -- `mon19`: (Old) → $\color{blue}{\text{fingermage6}}$ (New) -- `mon20`: (Old) → $\color{blue}{\text{fingermage6}}$ (New) -- `mon21`: (Old) → $\color{blue}{\text{willowisp9}}$ (New) -- `mon22`: (Old) → $\color{blue}{\text{fallen9}}$ (New) -- `mon23`: (Old) → $\color{blue}{\text{fetish9}}$ (New) -- `mon24`: (Old) → $\color{blue}{\text{fetishblow9}}$ (New) -- `mon25`: (Old) → $\color{blue}{\text{hellbovine1}}$ (New) -### rift 7 -- `Id`: $\color{gray}{\text{145}}$ (Old) → $\color{blue}{\text{146}}$ (New) -- `Vis0`: $\color{gray}{\text{143}}$ (Old) → $\color{blue}{\text{144}}$ (New) -- `MonLvl`: $\color{gray}{\text{43}}$ (Old) → $\color{blue}{\text{75}}$ (New) -- `MonLvl\(N\)`: $\color{gray}{\text{68}}$ (Old) → $\color{blue}{\text{85}}$ (New) -- `MonLvl\(H\)`: $\color{gray}{\text{93}}$ (Old) → $\color{blue}{\text{99}}$ (New) -- `MonLvlEx`: $\color{gray}{\text{43}}$ (Old) → $\color{blue}{\text{75}}$ (New) -- `MonLvlEx\(N\)`: $\color{gray}{\text{66}}$ (Old) → $\color{blue}{\text{85}}$ (New) -- `MonLvlEx\(H\)`: $\color{gray}{\text{96}}$ (Old) → $\color{blue}{\text{99}}$ (New) -- `MonDen`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{2}}$ (New) -- `MonDen\(N\)`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{2}}$ (New) -- `mon1`: (Old) → $\color{blue}{\text{megademon7}}$ (New) -- `mon2`: (Old) → $\color{blue}{\text{dkmag4}}$ (New) -- `mon3`: (Old) → $\color{blue}{\text{cr\_archer9}}$ (New) -- `mon4`: (Old) → $\color{blue}{\text{scarab9}}$ (New) -- `mon5`: (Old) → $\color{blue}{\text{bonefetish8}}$ (New) -- `mon6`: (Old) → $\color{blue}{\text{cr\_lancer10}}$ (New) -- `mon7`: (Old) → $\color{blue}{\text{overseer7}}$ (New) -- `mon8`: (Old) → $\color{blue}{\text{zombie6}}$ (New) -- `mon9`: (Old) → $\color{blue}{\text{brute6}}$ (New) -- `mon10`: (Old) → $\color{blue}{\text{hellbovine1}}$ (New) -- `mon11`: (Old) → $\color{blue}{\text{bighead11}}$ (New) -- `mon12`: (Old) → $\color{blue}{\text{goatman11}}$ (New) -- `mon13`: (Old) → $\color{blue}{\text{sandraider11}}$ (New) -- `mon14`: (Old) → $\color{blue}{\text{deathmauler7}}$ (New) -- `mon15`: (Old) → $\color{blue}{\text{slinger10}}$ (New) -- `mon16`: (Old) → $\color{blue}{\text{blunderbore7}}$ (New) -- `mon17`: (Old) → $\color{blue}{\text{fallen9}}$ (New) -- `mon18`: (Old) → $\color{blue}{\text{bloodlord8}}$ (New) -- `mon19`: (Old) → $\color{blue}{\text{fetish9}}$ (New) -- `mon20`: (Old) → $\color{blue}{\text{fetishblow9}}$ (New) -- `mon21`: (Old) → $\color{blue}{\text{unraveler10}}$ (New) -- `mon22`: (Old) → $\color{blue}{\text{fingermage6}}$ (New) -- `mon23`: (Old) → $\color{blue}{\text{reanimatedhorde7}}$ (New) -- `mon24`: (Old) → $\color{blue}{\text{wraith10}}$ (New) -- `mon25`: (Old) → $\color{blue}{\text{willowisp9}}$ (New) diff --git a/output/excel_diff_report/lvlmaze.md b/output/excel_diff_report/lvlmaze.md deleted file mode 100644 index 1b54c2b..0000000 --- a/output/excel_diff_report/lvlmaze.md +++ /dev/null @@ -1,3 +0,0 @@ -# Differences for lvlmaze.txt - -*Key column used: `code`* diff --git a/output/excel_diff_report/lvlprest.md b/output/excel_diff_report/lvlprest.md deleted file mode 100644 index 4d11ff0..0000000 --- a/output/excel_diff_report/lvlprest.md +++ /dev/null @@ -1,3 +0,0 @@ -# Differences for lvlprest.txt - -*Key column used: `code`* diff --git a/output/excel_diff_report/lvlwarp.md b/output/excel_diff_report/lvlwarp.md deleted file mode 100644 index d768dc1..0000000 --- a/output/excel_diff_report/lvlwarp.md +++ /dev/null @@ -1,3 +0,0 @@ -# Differences for lvlwarp.txt - -*Key column used: `code`* diff --git a/output/excel_diff_report/magicprefix.md b/output/excel_diff_report/magicprefix.md deleted file mode 100644 index 0b1c9e5..0000000 --- a/output/excel_diff_report/magicprefix.md +++ /dev/null @@ -1,3 +0,0 @@ -# Differences for magicprefix.txt - -*Key column used: `code`* diff --git a/output/excel_diff_report/magicsuffix.md b/output/excel_diff_report/magicsuffix.md deleted file mode 100644 index 5d890b7..0000000 --- a/output/excel_diff_report/magicsuffix.md +++ /dev/null @@ -1,3 +0,0 @@ -# Differences for magicsuffix.txt - -*Key column used: `code`* diff --git a/output/excel_diff_report/misc.md b/output/excel_diff_report/misc.md deleted file mode 100644 index 36a328c..0000000 --- a/output/excel_diff_report/misc.md +++ /dev/null @@ -1,707 +0,0 @@ -# Differences for misc.txt - -*Key column used: `code`* - -## Added Columns: `DropConditionCalc, EventItem, UICatOverride, AdvancedStashStackable, UsageConditionCalc` - -## Removed Columns: `durability` - -## Added Rows (18) -- cjw -- cs2 -- ua1 -- ua2 -- ua3 -- ua4 -- ua5 -- um1 -- um2 -- um3 -- um4 -- um5 -- um6 -- xa1 -- xa2 -- xa3 -- xa4 -- xa5 -## Removed Rows (80) -- 101 -- 102 -- 103 -- 104 -- 105 -- 106 -- 107 -- 108 -- 109 -- 110 -- 111 -- 112 -- 113 -- 114 -- 115 -- 116 -- 117 -- 118 -- 119 -- 120 -- 121 -- 122 -- 123 -- 124 -- 125 -- 126 -- 127 -- 128 -- 129 -- 130 -- 131 -- 132 -- 133 -- 1cb -- 1cg -- 1cr -- 1cv -- 1cw -- 1cy -- 1fb -- 1fg -- 1fr -- 1fv -- 1fw -- 1fy -- 1kc -- 1kf -- 1kl -- 1ku -- 1kz -- 1lb -- 1lg -- 1lr -- 1lw -- 1ly -- 1pb -- 1pg -- 1pr -- 1pv -- 1pw -- 1py -- 1sb -- 1sg -- 1sr -- 1sv -- 1sw -- 1sy -- 1zv -- bcs -- ccs -- dc1 -- dc2 -- dd4 -- dd6 -- dl3 -- dl6 -- do1 -- mfe -- pcs -- scs -## Modified Rows (132) -### 0sc -- `CharsiMin`: (Old) → $\color{blue}{\text{1}}$ (New) -- `CharsiMax`: (Old) → $\color{blue}{\text{2}}$ (New) -### 1dr -- `cost`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{250}}$ (New) -- `useable`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `spelldescstr2`: (Old) → $\color{blue}{\text{Dyerdesc}}$ (New) -### amu -- `Nameable`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### aqv -- `ShowLevel`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `auto prefix`: $\color{gray}{\text{306}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### bct -- `version`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `levelreq`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `cost`: $\color{gray}{\text{7950}}$ (Old) → $\color{blue}{\text{19999}}$ (New) -- `spelldescstr2`: (Old) → $\color{blue}{\text{bctd}}$ (New) -### bet -- `spawnable`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `stackable`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `minstack`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `maxstack`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `spawnstack`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -### bey -- `type2`: $\color{gray}{\text{orgn}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `dropsound`: $$ ext{item}$\color{gray}{\text{monsterbone}}$ (Old) → $$ ext{item}$\color{blue}{\text{baalseyehd}}$ (New) -- `usesound`: $$ ext{item}$\color{gray}{\text{monsterbone}}$ (Old) → $$ ext{item}$\color{blue}{\text{baalseyehd}}$ (New) -- `stackable`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `minstack`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `maxstack`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `spawnstack`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `spelldesc`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `spelldescstr`: $\color{gray}{\text{StackDescTwo}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `CharsiMin`: (Old) → $\color{blue}{\text{1}}$ (New) -- `CharsiMax`: (Old) → $\color{blue}{\text{2}}$ (New) -### bgn -- `compactsave`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `spelldescstr2`: (Old) → $\color{blue}{\text{BigDinnDesc}}$ (New) -### box -- `Nameable`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### brk -- `compactsave`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `cost`: $\color{gray}{\text{125000}}$ (Old) → $\color{blue}{\text{750}}$ (New) -- `stackable`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `minstack`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `maxstack`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `spawnstack`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `spelldescstr2`: (Old) → $\color{blue}{\text{BrickDesc}}$ (New) -### brz -- `ShowLevel`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `spawnable`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `TMogMin`: (Old) → $\color{blue}{\text{1}}$ (New) -- `TMogMax`: (Old) → $\color{blue}{\text{1}}$ (New) -### cct -- `version`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `levelreq`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `cost`: $\color{gray}{\text{7950}}$ (Old) → $\color{blue}{\text{19999}}$ (New) -- `spelldescstr2`: (Old) → $\color{blue}{\text{cctd}}$ (New) -### ceh -- `spawnable`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `stackable`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `minstack`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `maxstack`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `spawnstack`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -### cm1 -- `Nameable`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### cm2 -- `Nameable`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### cm3 -- `uniqueinvfile`: $\color{gray}{\text{invsst}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `Transform`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `InvTrans`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Nameable`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### cqv -- `ShowLevel`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `auto prefix`: $\color{gray}{\text{306}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### db1 -- `cost`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{4999}}$ (New) -- `useable`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `spelldescstr2`: (Old) → $\color{blue}{\text{Dyedesc}}$ (New) -### dhn -- `flippyfile`: $\color{gray}{\text{flpear}}$ (Old) → $\color{blue}{\text{flpfang}}$ (New) -- `invfile`: $\color{gray}{\text{invear}}$ (Old) → $\color{blue}{\text{invfang}}$ (New) -- `type2`: $\color{gray}{\text{orgn}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `dropsound`: $$ ext{item}$\color{gray}{\text{monsterguts}}$ (Old) → $$ ext{item}$\color{blue}{\text{diabloshornhd}}$ (New) -- `dropsfxframe`: $\color{gray}{\text{14}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `usesound`: $$ ext{item}$\color{gray}{\text{monsterguts}}$ (Old) → $$ ext{item}$\color{blue}{\text{diabloshornhd}}$ (New) -- `stackable`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `minstack`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `maxstack`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `spawnstack`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `spelldesc`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `spelldescstr`: $\color{gray}{\text{StackDescTwo}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `CharsiMin`: (Old) → $\color{blue}{\text{1}}$ (New) -- `CharsiMax`: (Old) → $\color{blue}{\text{2}}$ (New) -### dsd -- `cost`: $\color{gray}{\text{200000}}$ (Old) → $\color{blue}{\text{50000}}$ (New) -- `spelldescstr2`: (Old) → $\color{blue}{\text{DivineDesc}}$ (New) -### dss -- `cost`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{50000}}$ (New) -- `spelldescstr2`: (Old) → $\color{blue}{\text{DiabloDesc}}$ (New) -### dw1 -- `cost`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{4999}}$ (New) -- `useable`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `spelldescstr2`: (Old) → $\color{blue}{\text{Dyedesc}}$ (New) -### elx -- `rarity`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{4}}$ (New) -- `cost`: $\color{gray}{\text{7000}}$ (Old) → $\color{blue}{\text{20}}$ (New) -- `useable`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `stat1`: (Old) → $\color{blue}{\text{experience}}$ (New) -- `calc1`: (Old) → $\color{blue}{\text{5}}$ (New) -- `spelldesc`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `spelldescstr`: $\color{gray}{\text{ElixirDesc}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### eyz -- `ShowLevel`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `TMogMin`: (Old) → $\color{blue}{\text{0}}$ (New) -- `TMogMax`: (Old) → $\color{blue}{\text{0}}$ (New) -### fed -- `spawnable`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `stackable`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `minstack`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `maxstack`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `spawnstack`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -### fel -- `compactsave`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `cost`: $\color{gray}{\text{200000}}$ (Old) → $\color{blue}{\text{50000}}$ (New) -- `spelldescstr2`: (Old) → $\color{blue}{\text{FlaskDesc}}$ (New) -### flg -- `ShowLevel`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{1}}$ (New) -### fng -- `ShowLevel`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `TMogMin`: (Old) → $\color{blue}{\text{1}}$ (New) -- `TMogMax`: (Old) → $\color{blue}{\text{1}}$ (New) -### gcb -- `spawnable`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `type2`: $\color{gray}{\text{gg}}$ ext{0}$\color{gray}{\text{s}}$ (Old) → $\color{blue}{\text{gem}}$ ext{0}$$ (New) -### gcg -- `spawnable`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `type2`: $\color{gray}{\text{gg}}$ ext{0}$\color{gray}{\text{e}}$ (Old) → $\color{blue}{\text{gem}}$ ext{0}$$ (New) -### gcr -- `spawnable`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `type2`: $\color{gray}{\text{gg}}$ ext{0}$\color{gray}{\text{r}}$ (Old) → $\color{blue}{\text{gem}}$ ext{0}$$ (New) -### gcv -- `spawnable`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `type2`: $\color{gray}{\text{gg}}$ ext{0}$\color{gray}{\text{a}}$ (Old) → $\color{blue}{\text{gem}}$ ext{0}$$ (New) -### gcw -- `spawnable`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `type2`: $\color{gray}{\text{gg}}$ ext{0}$\color{gray}{\text{d}}$ (Old) → $\color{blue}{\text{gem}}$ ext{0}$$ (New) -### gcy -- `spawnable`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `type2`: $\color{gray}{\text{gg}}$ ext{0}$\color{gray}{\text{t}}$ (Old) → $\color{blue}{\text{gem}}$ ext{0}$$ (New) -### gfb -- `levelreq`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `spawnable`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `type2`: $\color{gray}{\text{gg}}$ ext{1}$\color{gray}{\text{s}}$ (Old) → $\color{blue}{\text{gem}}$ ext{1}$$ (New) -### gfg -- `levelreq`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `spawnable`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `type2`: $\color{gray}{\text{gg}}$ ext{1}$\color{gray}{\text{e}}$ (Old) → $\color{blue}{\text{gem}}$ ext{1}$$ (New) -### gfr -- `levelreq`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `spawnable`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `type2`: $\color{gray}{\text{gg}}$ ext{1}$\color{gray}{\text{r}}$ (Old) → $\color{blue}{\text{gem}}$ ext{1}$$ (New) -### gft -- `compactsave`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `cost`: $\color{gray}{\text{134540}}$ (Old) → $\color{blue}{\text{50000}}$ (New) -- `spelldescstr2`: (Old) → $\color{blue}{\text{EventDesc}}$ (New) -### gfv -- `levelreq`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `spawnable`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `type2`: $\color{gray}{\text{gg}}$ ext{1}$\color{gray}{\text{a}}$ (Old) → $\color{blue}{\text{gem}}$ ext{1}$$ (New) -### gfw -- `levelreq`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `spawnable`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `type2`: $\color{gray}{\text{gg}}$ ext{1}$\color{gray}{\text{d}}$ (Old) → $\color{blue}{\text{gem}}$ ext{1}$$ (New) -### gfy -- `levelreq`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `spawnable`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `type2`: $\color{gray}{\text{gg}}$ ext{1}$\color{gray}{\text{t}}$ (Old) → $\color{blue}{\text{gem}}$ ext{1}$$ (New) -### glb -- `levelreq`: $\color{gray}{\text{12}}$ (Old) → $\color{blue}{\text{15}}$ (New) -- `cost`: $\color{gray}{\text{10000}}$ (Old) → $\color{blue}{\text{15000}}$ (New) -- `type2`: $\color{gray}{\text{gg}}$ ext{3}$\color{gray}{\text{s}}$ (Old) → $\color{blue}{\text{gem}}$ ext{3}$$ (New) -### glg -- `levelreq`: $\color{gray}{\text{12}}$ (Old) → $\color{blue}{\text{15}}$ (New) -- `cost`: $\color{gray}{\text{10000}}$ (Old) → $\color{blue}{\text{15000}}$ (New) -- `type2`: $\color{gray}{\text{gg}}$ ext{3}$\color{gray}{\text{e}}$ (Old) → $\color{blue}{\text{gem}}$ ext{3}$$ (New) -### glr -- `levelreq`: $\color{gray}{\text{12}}$ (Old) → $\color{blue}{\text{15}}$ (New) -- `cost`: $\color{gray}{\text{10000}}$ (Old) → $\color{blue}{\text{15000}}$ (New) -- `type2`: $\color{gray}{\text{gg}}$ ext{3}$\color{gray}{\text{r}}$ (Old) → $\color{blue}{\text{gem}}$ ext{3}$$ (New) -### glw -- `levelreq`: $\color{gray}{\text{12}}$ (Old) → $\color{blue}{\text{15}}$ (New) -- `cost`: $\color{gray}{\text{10000}}$ (Old) → $\color{blue}{\text{15000}}$ (New) -- `type2`: $\color{gray}{\text{gg}}$ ext{3}$\color{gray}{\text{d}}$ (Old) → $\color{blue}{\text{gem}}$ ext{3}$$ (New) -### gly -- `levelreq`: $\color{gray}{\text{12}}$ (Old) → $\color{blue}{\text{15}}$ (New) -- `cost`: $\color{gray}{\text{10000}}$ (Old) → $\color{blue}{\text{15000}}$ (New) -- `type2`: $\color{gray}{\text{gg}}$ ext{3}$\color{gray}{\text{t}}$ (Old) → $\color{blue}{\text{gem}}$ ext{3}$$ (New) -### gpb -- `levelreq`: $\color{gray}{\text{15}}$ (Old) → $\color{blue}{\text{18}}$ (New) -- `type2`: $\color{gray}{\text{gg}}$ ext{4}$\color{gray}{\text{s}}$ (Old) → $\color{blue}{\text{gem}}$ ext{4}$$ (New) -### gpg -- `levelreq`: $\color{gray}{\text{15}}$ (Old) → $\color{blue}{\text{18}}$ (New) -- `type2`: $\color{gray}{\text{gg}}$ ext{4}$\color{gray}{\text{e}}$ (Old) → $\color{blue}{\text{gem}}$ ext{4}$$ (New) -### gpr -- `levelreq`: $\color{gray}{\text{15}}$ (Old) → $\color{blue}{\text{18}}$ (New) -- `type2`: $\color{gray}{\text{gg}}$ ext{4}$\color{gray}{\text{r}}$ (Old) → $\color{blue}{\text{gem}}$ ext{4}$$ (New) -### gpv -- `levelreq`: $\color{gray}{\text{15}}$ (Old) → $\color{blue}{\text{18}}$ (New) -- `type2`: $\color{gray}{\text{gg}}$ ext{4}$\color{gray}{\text{a}}$ (Old) → $\color{blue}{\text{gem}}$ ext{4}$$ (New) -### gpw -- `levelreq`: $\color{gray}{\text{15}}$ (Old) → $\color{blue}{\text{18}}$ (New) -- `type2`: $\color{gray}{\text{gg}}$ ext{4}$\color{gray}{\text{d}}$ (Old) → $\color{blue}{\text{gem}}$ ext{4}$$ (New) -### gpy -- `levelreq`: $\color{gray}{\text{15}}$ (Old) → $\color{blue}{\text{18}}$ (New) -- `type2`: $\color{gray}{\text{gg}}$ ext{4}$\color{gray}{\text{t}}$ (Old) → $\color{blue}{\text{gem}}$ ext{4}$$ (New) -### gsb -- `levelreq`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `cost`: $\color{gray}{\text{3000}}$ (Old) → $\color{blue}{\text{5000}}$ (New) -- `type2`: $\color{gray}{\text{gg}}$ ext{2}$\color{gray}{\text{s}}$ (Old) → $\color{blue}{\text{gem}}$ ext{2}$$ (New) -### gsg -- `levelreq`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `cost`: $\color{gray}{\text{3000}}$ (Old) → $\color{blue}{\text{5000}}$ (New) -- `type2`: $\color{gray}{\text{gg}}$ ext{2}$\color{gray}{\text{e}}$ (Old) → $\color{blue}{\text{gem}}$ ext{2}$$ (New) -### gsr -- `levelreq`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `cost`: $\color{gray}{\text{3000}}$ (Old) → $\color{blue}{\text{5000}}$ (New) -- `type2`: $\color{gray}{\text{gg}}$ ext{2}$\color{gray}{\text{r}}$ (Old) → $\color{blue}{\text{gem}}$ ext{2}$$ (New) -### gsv -- `levelreq`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `cost`: $\color{gray}{\text{3000}}$ (Old) → $\color{blue}{\text{5000}}$ (New) -- `type2`: $\color{gray}{\text{gg}}$ ext{2}$\color{gray}{\text{a}}$ (Old) → $\color{blue}{\text{gem}}$ ext{2}$$ (New) -### gsw -- `levelreq`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `cost`: $\color{gray}{\text{3000}}$ (Old) → $\color{blue}{\text{5000}}$ (New) -- `type2`: $\color{gray}{\text{gg}}$ ext{2}$\color{gray}{\text{d}}$ (Old) → $\color{blue}{\text{gem}}$ ext{2}$$ (New) -### gsy -- `levelreq`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `cost`: $\color{gray}{\text{3000}}$ (Old) → $\color{blue}{\text{5000}}$ (New) -- `type2`: $\color{gray}{\text{gg}}$ ext{2}$\color{gray}{\text{t}}$ (Old) → $\color{blue}{\text{gem}}$ ext{2}$$ (New) -### gwh -- `cost`: $\color{gray}{\text{200000}}$ (Old) → $\color{blue}{\text{2500000}}$ (New) -- `stackable`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `minstack`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `maxstack`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `spawnstack`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `spelldesc`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `spelldescstr`: $\color{gray}{\text{StackDescTwo}}$ (Old) → $\color{blue}{\text{Griswold's Heirloom Desc}}$ (New) -- `spelldescstr2`: (Old) → $\color{blue}{\text{Griswold's Heirloom Desc}}$ (New) -- `GheedMin`: (Old) → $\color{blue}{\text{1}}$ (New) -- `GheedMax`: (Old) → $\color{blue}{\text{2}}$ (New) -- `PermStoreItem`: (Old) → $\color{blue}{\text{1}}$ (New) -- `multibuy`: (Old) → $\color{blue}{\text{1}}$ (New) -### gzv -- `levelreq`: $\color{gray}{\text{12}}$ (Old) → $\color{blue}{\text{15}}$ (New) -- `cost`: $\color{gray}{\text{10000}}$ (Old) → $\color{blue}{\text{15000}}$ (New) -- `type2`: $\color{gray}{\text{gg}}$ ext{3}$\color{gray}{\text{a}}$ (Old) → $\color{blue}{\text{gem}}$ ext{3}$$ (New) -### hp1 -- `normcode`: (Old) → $\color{blue}{\text{hp1}}$ (New) -- `ubercode`: (Old) → $\color{blue}{\text{hp1}}$ (New) -- `ultracode`: (Old) → $\color{blue}{\text{hp1}}$ (New) -- `MalahMin`: (Old) → $\color{blue}{\text{1}}$ (New) -- `MalahMax`: (Old) → $\color{blue}{\text{1}}$ (New) -### hp2 -- `normcode`: (Old) → $\color{blue}{\text{hp2}}$ (New) -- `ubercode`: (Old) → $\color{blue}{\text{hp2}}$ (New) -- `ultracode`: (Old) → $\color{blue}{\text{hp2}}$ (New) -- `MalahMin`: (Old) → $\color{blue}{\text{1}}$ (New) -- `MalahMax`: (Old) → $\color{blue}{\text{1}}$ (New) -### hp3 -- `normcode`: (Old) → $\color{blue}{\text{hp3}}$ (New) -- `ubercode`: (Old) → $\color{blue}{\text{hp3}}$ (New) -- `ultracode`: (Old) → $\color{blue}{\text{hp3}}$ (New) -- `LysanderMin`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `LysanderMax`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `DrognanMin`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `DrognanMax`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### hp4 -- `normcode`: (Old) → $\color{blue}{\text{hp4}}$ (New) -- `ubercode`: (Old) → $\color{blue}{\text{hp4}}$ (New) -- `ultracode`: (Old) → $\color{blue}{\text{hp4}}$ (New) -- `OrmusMin`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `OrmusMax`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### hp5 -- `normcode`: (Old) → $\color{blue}{\text{hp5}}$ (New) -- `ubercode`: (Old) → $\color{blue}{\text{hp5}}$ (New) -- `ultracode`: (Old) → $\color{blue}{\text{hp5}}$ (New) -- `MalahMin`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `MalahMax`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### hrb -- `useable`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -### hrn -- `ShowLevel`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `TMogMin`: (Old) → $\color{blue}{\text{10}}$ (New) -- `TMogMax`: (Old) → $\color{blue}{\text{40}}$ (New) -### hrt -- `ShowLevel`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `spawnable`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `TMogMin`: (Old) → $\color{blue}{\text{0}}$ (New) -- `TMogMax`: (Old) → $\color{blue}{\text{0}}$ (New) -### hsm -- `compactsave`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `cost`: $\color{gray}{\text{2250000}}$ (Old) → $\color{blue}{\text{1900000}}$ (New) -- `spelldescstr2`: (Old) → $\color{blue}{\text{HratliHerbDesc}}$ (New) -### ibk -- `Nameable`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### ice -- `CharsiMin`: (Old) → $\color{blue}{\text{1}}$ (New) -- `CharsiMax`: (Old) → $\color{blue}{\text{2}}$ (New) -### jaw -- `compactsave`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `ShowLevel`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `spawnable`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `cost`: $\color{gray}{\text{2760000}}$ (Old) → $\color{blue}{\text{75}}$ (New) -- `TMogType`: $\color{gray}{\text{xxx}}$ (Old) → $\color{blue}{\text{cqv}}$ (New) -- `TMogMin`: (Old) → $\color{blue}{\text{10}}$ (New) -- `TMogMax`: (Old) → $\color{blue}{\text{40}}$ (New) -- `type`: $\color{gray}{\text{hpot}}$ (Old) → $\color{blue}{\text{body}}$ (New) -- `spelldescstr`: $\color{gray}{\text{JawboneDesc}}$ (Old) → $\color{blue}{\text{convertsto}}$ (New) -### jew -- `gamble cost`: (Old) → $\color{blue}{\text{60000}}$ (New) -- `PermStoreItem`: (Old) → $\color{blue}{\text{1}}$ (New) -- `multibuy`: (Old) → $\color{blue}{\text{1}}$ (New) -### lmr -- `spelldescstr2`: (Old) → $\color{blue}{\text{LarzukHammerDesc}}$ (New) -### luv -- `spawnable`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -### mbr -- `type2`: $\color{gray}{\text{orgn}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `dropsound`: $$ ext{item}$\color{gray}{\text{monsterbone}}$ (Old) → $$ ext{item}$\color{blue}{\text{mephistosbrainhd}}$ (New) -- `usesound`: $$ ext{item}$\color{gray}{\text{monsterbone}}$ (Old) → $$ ext{item}$\color{blue}{\text{mephistosbrainhd}}$ (New) -- `stackable`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `minstack`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `maxstack`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `spawnstack`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `spelldesc`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `spelldescstr`: $\color{gray}{\text{StackDescTwo}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `CharsiMin`: (Old) → $\color{blue}{\text{1}}$ (New) -- `CharsiMax`: (Old) → $\color{blue}{\text{2}}$ (New) -### mfc -- `levelreq`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `cost`: $\color{gray}{\text{600}}$ (Old) → $\color{blue}{\text{666}}$ (New) -- `type2`: (Old) → $\color{blue}{\text{jwly}}$ (New) -- `unique`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `PermStoreItem`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `multibuy`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### mfd -- `levelreq`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `cost`: $\color{gray}{\text{600}}$ (Old) → $\color{blue}{\text{666}}$ (New) -- `type2`: (Old) → $\color{blue}{\text{jwly}}$ (New) -- `unique`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `PermStoreItem`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `multibuy`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### mff -- `levelreq`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{90}}$ (New) -- `cost`: $\color{gray}{\text{600}}$ (Old) → $\color{blue}{\text{666}}$ (New) -- `type2`: (Old) → $\color{blue}{\text{jwly}}$ (New) -- `unique`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `PermStoreItem`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `multibuy`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### mfg -- `cost`: $\color{gray}{\text{600}}$ (Old) → $\color{blue}{\text{7999}}$ (New) -### mfp -- `spelldescstr2`: (Old) → $\color{blue}{\text{PotionMagicFindDesc}}$ (New) -### mls -- `compactsave`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `spelldescstr2`: (Old) → $\color{blue}{\text{CharsiMalusDesc}}$ (New) -### mp1 -- `normcode`: (Old) → $\color{blue}{\text{mp1}}$ (New) -- `ubercode`: (Old) → $\color{blue}{\text{mp1}}$ (New) -- `ultracode`: (Old) → $\color{blue}{\text{mp1}}$ (New) -- `MalahMin`: (Old) → $\color{blue}{\text{1}}$ (New) -- `MalahMax`: (Old) → $\color{blue}{\text{1}}$ (New) -### mp2 -- `normcode`: (Old) → $\color{blue}{\text{mp2}}$ (New) -- `ubercode`: (Old) → $\color{blue}{\text{mp2}}$ (New) -- `ultracode`: (Old) → $\color{blue}{\text{mp2}}$ (New) -- `MalahMin`: (Old) → $\color{blue}{\text{1}}$ (New) -- `MalahMax`: (Old) → $\color{blue}{\text{1}}$ (New) -### mp3 -- `normcode`: (Old) → $\color{blue}{\text{mp3}}$ (New) -- `ubercode`: (Old) → $\color{blue}{\text{mp3}}$ (New) -- `ultracode`: (Old) → $\color{blue}{\text{mp3}}$ (New) -- `LysanderMin`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `LysanderMax`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `DrognanMin`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `DrognanMax`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### mp4 -- `normcode`: (Old) → $\color{blue}{\text{mp4}}$ (New) -- `ubercode`: (Old) → $\color{blue}{\text{mp4}}$ (New) -- `ultracode`: (Old) → $\color{blue}{\text{mp4}}$ (New) -- `OrmusMin`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `OrmusMax`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### mp5 -- `normcode`: (Old) → $\color{blue}{\text{mp5}}$ (New) -- `ubercode`: (Old) → $\color{blue}{\text{mp5}}$ (New) -- `ultracode`: (Old) → $\color{blue}{\text{mp5}}$ (New) -- `MalahMin`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `MalahMax`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### pct -- `version`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `levelreq`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `cost`: $\color{gray}{\text{7950}}$ (Old) → $\color{blue}{\text{19999}}$ (New) -- `spelldescstr2`: (Old) → $\color{blue}{\text{pctd}}$ (New) -### pk1 -- `type2`: $\color{gray}{\text{ukey}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `stackable`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `minstack`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `maxstack`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `spawnstack`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `spelldesc`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `spelldescstr`: $\color{gray}{\text{StackDescTwo}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `CharsiMin`: (Old) → $\color{blue}{\text{1}}$ (New) -- `CharsiMax`: (Old) → $\color{blue}{\text{2}}$ (New) -### pk2 -- `type2`: $\color{gray}{\text{ukey}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `stackable`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `minstack`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `maxstack`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `spawnstack`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `spelldesc`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `spelldescstr`: $\color{gray}{\text{StackDescTwo}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `CharsiMin`: (Old) → $\color{blue}{\text{1}}$ (New) -- `CharsiMax`: (Old) → $\color{blue}{\text{2}}$ (New) -### pk3 -- `type2`: $\color{gray}{\text{ukey}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `stackable`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `minstack`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `maxstack`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `spawnstack`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `spelldesc`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `spelldescstr`: $\color{gray}{\text{StackDescTwo}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `CharsiMin`: (Old) → $\color{blue}{\text{1}}$ (New) -- `CharsiMax`: (Old) → $\color{blue}{\text{2}}$ (New) -### qll -- `compactsave`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `ShowLevel`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `spawnable`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `cost`: $\color{gray}{\text{2760000}}$ (Old) → $\color{blue}{\text{32}}$ (New) -- `TMogType`: $\color{gray}{\text{xxx}}$ (Old) → $\color{blue}{\text{aqv}}$ (New) -- `TMogMin`: (Old) → $\color{blue}{\text{10}}$ (New) -- `TMogMax`: (Old) → $\color{blue}{\text{40}}$ (New) -- `type`: $\color{gray}{\text{hpot}}$ (Old) → $\color{blue}{\text{body}}$ (New) -- `spelldescstr`: $\color{gray}{\text{QuillDesc}}$ (Old) → $\color{blue}{\text{convertsto}}$ (New) -### r20 -- `ShowLevel`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -### r21 -- `ShowLevel`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -### r22 -- `ShowLevel`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -### r23 -- `ShowLevel`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -### r24 -- `ShowLevel`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -### r25 -- `ShowLevel`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -### r26 -- `ShowLevel`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -### r27 -- `ShowLevel`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -### r28 -- `ShowLevel`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -### r29 -- `ShowLevel`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -### r30 -- `ShowLevel`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -### r31 -- `ShowLevel`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -### r32 -- `ShowLevel`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -### r33 -- `ShowLevel`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -### rin -- `Nameable`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### rrr -- `compactsave`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `levelreq`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `spelldescstr2`: (Old) → $\color{blue}{\text{rrrDesc}}$ (New) -### rtr -- `compactsave`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `levelreq`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `spelldescstr2`: (Old) → $\color{blue}{\text{rtrDesc}}$ (New) -### rvl -- `transtbl`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `lightradius`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `belt`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `stackable`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `quest`: (Old) → $\color{blue}{\text{0}}$ (New) -### rvs -- `AkaraMin`: (Old) → $\color{blue}{\text{1}}$ (New) -- `AkaraMax`: (Old) → $\color{blue}{\text{2}}$ (New) -### sct -- `version`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `levelreq`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `cost`: $\color{gray}{\text{7950}}$ (Old) → $\color{blue}{\text{19999}}$ (New) -- `spelldescstr2`: (Old) → $\color{blue}{\text{sctd}}$ (New) -### scz -- `ShowLevel`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `TMogMin`: (Old) → $\color{blue}{\text{0}}$ (New) -- `TMogMax`: (Old) → $\color{blue}{\text{0}}$ (New) -### skc -- `spawnable`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `type2`: $\color{gray}{\text{gg}}$ ext{0}$\color{gray}{\text{z}}$ (Old) → $\color{blue}{\text{gem}}$ ext{0}$$ (New) -### skf -- `spawnable`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `type2`: $\color{gray}{\text{gg}}$ ext{1}$\color{gray}{\text{z}}$ (Old) → $\color{blue}{\text{gem}}$ ext{1}$$ (New) -### skl -- `levelreq`: $\color{gray}{\text{12}}$ (Old) → $\color{blue}{\text{15}}$ (New) -- `cost`: $\color{gray}{\text{10000}}$ (Old) → $\color{blue}{\text{30000}}$ (New) -- `type2`: $\color{gray}{\text{gg}}$ ext{3}$\color{gray}{\text{z}}$ (Old) → $\color{blue}{\text{gem}}$ ext{3}$$ (New) -### sku -- `levelreq`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `cost`: $\color{gray}{\text{3000}}$ (Old) → $\color{blue}{\text{10000}}$ (New) -- `type2`: $\color{gray}{\text{gg}}$ ext{2}$\color{gray}{\text{z}}$ (Old) → $\color{blue}{\text{gem}}$ ext{2}$$ (New) -### skz -- `levelreq`: $\color{gray}{\text{15}}$ (Old) → $\color{blue}{\text{18}}$ (New) -- `cost`: $\color{gray}{\text{30000}}$ (Old) → $\color{blue}{\text{100000}}$ (New) -- `type2`: $\color{gray}{\text{gg}}$ ext{4}$\color{gray}{\text{z}}$ (Old) → $\color{blue}{\text{gem}}$ ext{4}$$ (New) -### sol -- `ShowLevel`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `TMogMin`: (Old) → $\color{blue}{\text{0}}$ (New) -- `TMogMax`: (Old) → $\color{blue}{\text{0}}$ (New) -### spe -- `compactsave`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `ShowLevel`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `spawnable`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `cost`: $\color{gray}{\text{2760000}}$ (Old) → $\color{blue}{\text{85}}$ (New) -- `TMogType`: $\color{gray}{\text{xxx}}$ (Old) → $\color{blue}{\text{gps}}$ (New) -- `TMogMin`: (Old) → $\color{blue}{\text{1}}$ (New) -- `TMogMax`: (Old) → $\color{blue}{\text{1}}$ (New) -- `type`: $\color{gray}{\text{hpot}}$ (Old) → $\color{blue}{\text{body}}$ (New) -- `spelldescstr`: $\color{gray}{\text{SpleenDesc}}$ (Old) → $\color{blue}{\text{convertsto}}$ (New) -### std -- `stackable`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `minstack`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `maxstack`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `spawnstack`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -### tal -- `ShowLevel`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `TMogMin`: (Old) → $\color{blue}{\text{0}}$ (New) -- `TMogMax`: (Old) → $\color{blue}{\text{0}}$ (New) -### tbk -- `Nameable`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### tch -- `ShowLevel`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{1}}$ (New) -### tds -- `cost`: $\color{gray}{\text{325000}}$ (Old) → $\color{blue}{\text{50000}}$ (New) -- `stackable`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `minstack`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `maxstack`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `spawnstack`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `spelldesc`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `spelldescstr`: $\color{gray}{\text{StackDescTwo}}$ (Old) → $\color{blue}{\text{HAshDesc}}$ (New) -- `spelldescstr2`: (Old) → $\color{blue}{\text{HAshDesc}}$ (New) -### tes -- `spawnable`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `stackable`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `minstack`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `maxstack`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `spawnstack`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -### toa -- `level`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `levelreq`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `rarity`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{999}}$ (New) -- `cost`: $\color{gray}{\text{500000}}$ (Old) → $\color{blue}{\text{250256}}$ (New) -- `AkaraMagicMin`: (Old) → $\color{blue}{\text{1}}$ (New) -- `AkaraMagicMax`: (Old) → $\color{blue}{\text{2}}$ (New) -### tr2 -- `CharsiMin`: (Old) → $\color{blue}{\text{1}}$ (New) -- `CharsiMax`: (Old) → $\color{blue}{\text{2}}$ (New) -### voa -- `compactsave`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `spelldescstr2`: (Old) → $\color{blue}{\text{ViperDesc}}$ (New) -### vps -- `spawnable`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `AkaraMin`: (Old) → $\color{blue}{\text{2}}$ (New) -- `AkaraMax`: (Old) → $\color{blue}{\text{4}}$ (New) -- `LysanderMin`: (Old) → $\color{blue}{\text{3}}$ (New) -- `LysanderMax`: (Old) → $\color{blue}{\text{5}}$ (New) -- `LysanderMagicMin`: (Old) → $\color{blue}{\text{3}}$ (New) -- `LysanderMagicMax`: (Old) → $\color{blue}{\text{5}}$ (New) -- `AlkorMin`: (Old) → $\color{blue}{\text{3}}$ (New) -- `AlkorMax`: (Old) → $\color{blue}{\text{5}}$ (New) -- `CainMin`: (Old) → $\color{blue}{\text{2}}$ (New) -- `CainMax`: (Old) → $\color{blue}{\text{3}}$ (New) -- `MalahMin`: (Old) → $\color{blue}{\text{2}}$ (New) -- `MalahMax`: (Old) → $\color{blue}{\text{3}}$ (New) -- `JamellaMin`: (Old) → $\color{blue}{\text{2}}$ (New) -- `JamellaMax`: (Old) → $\color{blue}{\text{3}}$ (New) -- `PermStoreItem`: (Old) → $\color{blue}{\text{1}}$ (New) -- `multibuy`: (Old) → $\color{blue}{\text{1}}$ (New) -### wms -- `OrmusMin`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `OrmusMax`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### yps -- `OrmusMin`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `OrmusMax`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) diff --git a/output/excel_diff_report/missiles.md b/output/excel_diff_report/missiles.md deleted file mode 100644 index 80b4961..0000000 --- a/output/excel_diff_report/missiles.md +++ /dev/null @@ -1,106 +0,0 @@ -# Differences for missiles.txt - -*Key column used: `Missile`* - -## Added Columns: `Radius, CollisionOverlap, OnDiedSound, MissileWeaponVFX` - -## Removed Columns: `LevRange` - -## Added Rows (53) -- abyss -- abyssalshattershards -- abysscenter -- abyssexplode -- apocalypse -- binddemonchannel -- binddemonchannelmaker -- bladewarp -- bladewarpexplode -- bloodboilexplode -- coldfissure center -- colossal throwing axe -- colossalchargedbolt -- echoingstrike -- echoingstrike\_detonate -- eldritchblastnova -- engorge -- engorgecorpseeffect -- firetwister -- flamewave -- flamewavefire -- flamewavelingerfire -- flamewaveunveiling -- hexpurgeexplode -- ice crack 1 -- ice crack 2 -- ice vapor 1 -- ice vapor 2 -- miasmabolt -- miasmaboltcloud -- miasmaboltdot -- miasmachains -- miasmachainscloud -- miasmachainscloudmaker -- miasmachainsmaker -- miasmapuff -- mindwallmaker -- poisondagger -- poisondaggeractivator -- poisondaggernova -- ringoffire -- ringoffireexplode -- sigildeathlarge -- sigildeathmedium -- sigildeathsmall -- sigillethargylarge -- sigillethargymedium -- sigillethargysmall -- sigilrancorlarge -- sigilrancormedium -- sigilrancorsmall -- taintedfireball -- taintedfirebolt -## Removed Rows (1) -- frostnovamsl -## Modified Rows (15) -### bonespirit -- `Vel`: $\color{gray}{\text{12}}$ (Old) → $\color{blue}{\text{16}}$ (New) -- `MaxVel`: $\color{gray}{\text{12}}$ (Old) → $\color{blue}{\text{16}}$ (New) -### firenovaarrow -- `\*ID`: $\color{gray}{\text{691}}$ (Old) → $\color{blue}{\text{740}}$ (New) -### fistoftheheavensbolt -- `sHitPar2`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `cHitPar1`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `cHitPar2`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{0}}$ (New) -### frostnovaarrow -- `\*ID`: $\color{gray}{\text{690}}$ (Old) → $\color{blue}{\text{739}}$ (New) -### frozenorb -- `Vel`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{16}}$ (New) -- `MaxVel`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{16}}$ (New) -### frozenorbbolt -- `Vel`: $\color{gray}{\text{18}}$ (Old) → $\color{blue}{\text{16}}$ (New) -- `MaxVel`: $\color{gray}{\text{18}}$ (Old) → $\color{blue}{\text{16}}$ (New) -### frozenorbnova -- `Vel`: $\color{gray}{\text{24}}$ (Old) → $\color{blue}{\text{30}}$ (New) -- `MaxVel`: $\color{gray}{\text{24}}$ (Old) → $\color{blue}{\text{30}}$ (New) -### holybolt -- `sHitPar2`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `cHitPar1`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `cHitPar2`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{0}}$ (New) -### hydra -- `Vel`: $\color{gray}{\text{16}}$ (Old) → $\color{blue}{\text{40}}$ (New) -- `MaxVel`: $\color{gray}{\text{16}}$ (Old) → $\color{blue}{\text{40}}$ (New) -### iceblast -- `Vel`: $\color{gray}{\text{12}}$ (Old) → $\color{blue}{\text{18}}$ (New) -- `MaxVel`: $\color{gray}{\text{12}}$ (Old) → $\color{blue}{\text{18}}$ (New) -### poisonnova -- `Vel`: $\color{gray}{\text{12}}$ (Old) → $\color{blue}{\text{15}}$ (New) -- `MaxVel`: $\color{gray}{\text{12}}$ (Old) → $\color{blue}{\text{15}}$ (New) -### powerstrikenova -- `\*ID`: $\color{gray}{\text{692}}$ (Old) → $\color{blue}{\text{741}}$ (New) -### proc\_splashdamage -- `\*ID`: $\color{gray}{\text{688}}$ (Old) → $\color{blue}{\text{737}}$ (New) -### proc\_splashinit -- `\*ID`: $\color{gray}{\text{689}}$ (Old) → $\color{blue}{\text{738}}$ (New) -### thunderstormnova -- `\*ID`: $\color{gray}{\text{686}}$ (Old) → $\color{blue}{\text{736}}$ (New) diff --git a/output/excel_diff_report/monai.md b/output/excel_diff_report/monai.md deleted file mode 100644 index fcc69f0..0000000 --- a/output/excel_diff_report/monai.md +++ /dev/null @@ -1,3 +0,0 @@ -# Differences for monai.txt - -*Key column used: `code`* diff --git a/output/excel_diff_report/monlvl.md b/output/excel_diff_report/monlvl.md deleted file mode 100644 index de0a7ff..0000000 --- a/output/excel_diff_report/monlvl.md +++ /dev/null @@ -1,3 +0,0 @@ -# Differences for monlvl.txt - -*Key column used: `code`* diff --git a/output/excel_diff_report/monpreset.md b/output/excel_diff_report/monpreset.md deleted file mode 100644 index 984d05e..0000000 --- a/output/excel_diff_report/monpreset.md +++ /dev/null @@ -1,3 +0,0 @@ -# Differences for monpreset.txt - -*Key column used: `code`* diff --git a/output/excel_diff_report/monprop.md b/output/excel_diff_report/monprop.md deleted file mode 100644 index a39d775..0000000 --- a/output/excel_diff_report/monprop.md +++ /dev/null @@ -1,3 +0,0 @@ -# Differences for monprop.txt - -*Key column used: `code`* diff --git a/output/excel_diff_report/monseq.md b/output/excel_diff_report/monseq.md deleted file mode 100644 index 97641b0..0000000 --- a/output/excel_diff_report/monseq.md +++ /dev/null @@ -1,3 +0,0 @@ -# Differences for monseq.txt - -*Key column used: `code`* diff --git a/output/excel_diff_report/monstats.md b/output/excel_diff_report/monstats.md deleted file mode 100644 index b57018a..0000000 --- a/output/excel_diff_report/monstats.md +++ /dev/null @@ -1,3004 +0,0 @@ -# Differences for monstats.txt - -*Key column used: `Id`* - -## Added Columns: `nopreventmonsterheal, CannotHerald, TreasureClassHerald, TreasureClassHerald\(N\), TreasureClassHerald\(H\)` - -## Added Rows (10) -- colbarbfrenzy -- colbarbthrow -- colbarbwhirl -- colossal1 -- colossal2 -- colossal3 -- corpse -- warbighead -- wargoatman -- warputriddefiler -## Modified Rows (709) -### act2guard3 -- `Velocity`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Run`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{125}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### act2guard4 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -### act2guard5 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -### act3hire -- `Velocity`: $\color{gray}{\text{14}}$ (Old) → $\color{blue}{\text{15}}$ (New) -- `Run`: $\color{gray}{\text{16}}$ (Old) → $\color{blue}{\text{17}}$ (New) -### act5barb1 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{120}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### act5barb2 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{120}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### act5barb3 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{16}}$ (Old) → $\color{blue}{\text{17}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### act5barb4 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{16}}$ (Old) → $\color{blue}{\text{17}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### act5hire1 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### act5hire2 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### act5pow -- `Velocity`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Run`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### akara -- `Velocity`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{3}}$ (New) -- `Run`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{3}}$ (New) -### ancientbarb1 -- `Velocity`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Run`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{125}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### ancientbarb2 -- `Velocity`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Run`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{125}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### ancientbarb3 -- `Velocity`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Run`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{125}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### ancientstatue1 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{16}}$ (Old) → $\color{blue}{\text{17}}$ (New) -### ancientstatue2 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{16}}$ (Old) → $\color{blue}{\text{17}}$ (New) -### ancientstatue3 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{16}}$ (Old) → $\color{blue}{\text{17}}$ (New) -### andariel -- `Velocity`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Run`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{110}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### arach1 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{135}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### arach2 -- `Velocity`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Run`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{135}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### arach3 -- `Velocity`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Run`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{135}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### arach4 -- `Velocity`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Run`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{11}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{135}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### arach5 -- `Velocity`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Run`: $\color{gray}{\text{13}}$ (Old) → $\color{blue}{\text{14}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{135}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### arach6 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{110}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### arach7 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### arach8 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### atma -- `Velocity`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Run`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -### baalclone -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{160}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### baalcrab -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### baalhighpriest -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### baalminion1 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{135}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### baalminion2 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{135}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### baalminion3 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{135}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### baaltaunt -- `Velocity`: $\color{gray}{\text{14}}$ (Old) → $\color{blue}{\text{15}}$ (New) -- `Run`: $\color{gray}{\text{14}}$ (Old) → $\color{blue}{\text{15}}$ (New) -### baaltentacle1 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### baaltentacle2 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### baaltentacle3 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### baaltentacle4 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### baaltentacle5 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### baalthrone -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### baboon1 -- `Velocity`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Run`: $\color{gray}{\text{14}}$ (Old) → $\color{blue}{\text{15}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{110}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### baboon2 -- `Velocity`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Run`: $\color{gray}{\text{14}}$ (Old) → $\color{blue}{\text{15}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{110}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### baboon3 -- `Velocity`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Run`: $\color{gray}{\text{15}}$ (Old) → $\color{blue}{\text{16}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{110}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### baboon4 -- `Velocity`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Run`: $\color{gray}{\text{15}}$ (Old) → $\color{blue}{\text{16}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{110}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### baboon5 -- `Velocity`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Run`: $\color{gray}{\text{16}}$ (Old) → $\color{blue}{\text{17}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{110}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### baboon6 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{140}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### baboon7 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{110}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### baboon8 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{110}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### baboon9 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### baron -- `Crit`: $\color{gray}{\text{35}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### barricadedoor1 -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -### barricadedoor2 -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -### barricadetower -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -### barricadewall1 -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -### barricadewall2 -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -### bat -- `Velocity`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Run`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -### batdemon1 -- `Velocity`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Run`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{110}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### batdemon2 -- `Velocity`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Run`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{110}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### batdemon3 -- `Velocity`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{11}}$ (New) -- `Run`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{11}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{110}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### batdemon4 -- `Velocity`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Run`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{110}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### batdemon5 -- `Velocity`: $\color{gray}{\text{14}}$ (Old) → $\color{blue}{\text{15}}$ (New) -- `Run`: $\color{gray}{\text{14}}$ (Old) → $\color{blue}{\text{15}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{110}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### batdemon6 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### batdemon7 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### batdemon8 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### bear -- `Velocity`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{11}}$ (New) -- `Run`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{11}}$ (New) -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -### bighead1 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{63}}$ (Old) → $\color{blue}{\text{80}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{120}}$ (Old) → $\color{blue}{\text{175}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### bighead10 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{125}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### bighead11 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### bighead2 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{63}}$ (Old) → $\color{blue}{\text{80}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{120}}$ (Old) → $\color{blue}{\text{175}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### bighead3 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{64}}$ (Old) → $\color{blue}{\text{80}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{120}}$ (Old) → $\color{blue}{\text{175}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### bighead4 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{63}}$ (Old) → $\color{blue}{\text{80}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{120}}$ (Old) → $\color{blue}{\text{175}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### bighead5 -- `Velocity`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Run`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{63}}$ (Old) → $\color{blue}{\text{80}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{120}}$ (Old) → $\color{blue}{\text{175}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### bighead6 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{125}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### bighead7 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{125}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### bighead8 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{125}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### bighead9 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{125}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### bird1 -- `Velocity`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Run`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -### bird2 -- `Velocity`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Run`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -### bladecreeper -- `Velocity`: $\color{gray}{\text{14}}$ (Old) → $\color{blue}{\text{30}}$ (New) -- `Run`: $\color{gray}{\text{14}}$ (Old) → $\color{blue}{\text{30}}$ (New) -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -### bloodgolem -- `Skill1`: $\color{gray}{\text{BloodGolem}}$ (Old) → $\color{blue}{\text{Summon Splash}}$ (New) -- `Sk1mode`: $\color{gray}{\text{NU}}$ (Old) → $\color{blue}{\text{A1}}$ (New) -- `Sk1lvl`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `Skill2`: (Old) → $\color{blue}{\text{BloodGolem}}$ (New) -- `Sk2mode`: (Old) → $\color{blue}{\text{NU}}$ (New) -- `Sk2lvl`: (Old) → $\color{blue}{\text{0}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{120}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### bloodlord1 -- `Velocity`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{11}}$ (New) -- `Run`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{11}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{130}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### bloodlord2 -- `Velocity`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{11}}$ (New) -- `Run`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{11}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{130}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### bloodlord3 -- `Velocity`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{11}}$ (New) -- `Run`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{11}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{130}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### bloodlord4 -- `Velocity`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{11}}$ (New) -- `Run`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{11}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{130}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### bloodlord5 -- `Velocity`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{11}}$ (New) -- `Run`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{11}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{130}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### bloodlord6 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### bloodlord7 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### bloodlord8 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### bloodmage1 -- `Velocity`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Run`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -### bloodmage2 -- `Velocity`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Run`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -### bloodmage3 -- `Velocity`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Run`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -### bloodmage4 -- `Velocity`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Run`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -### bloodmage5 -- `Velocity`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Run`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -### bloodraven -- `Velocity`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Run`: $\color{gray}{\text{18}}$ (Old) → $\color{blue}{\text{19}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{150}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### blunderbore1 -- `Velocity`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Run`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### blunderbore2 -- `Velocity`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Run`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### blunderbore3 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### blunderbore4 -- `Velocity`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Run`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### blunderbore5 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{130}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### blunderbore6 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{130}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### blunderbore7 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### bonefetish1 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{135}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### bonefetish2 -- `Velocity`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Run`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{135}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### bonefetish3 -- `Velocity`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Run`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{135}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### bonefetish4 -- `Velocity`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{11}}$ (New) -- `Run`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{11}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{135}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### bonefetish5 -- `Velocity`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Run`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{135}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### bonefetish6 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{125}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### bonefetish7 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{125}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### bonefetish8 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### boneprison1 -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -### boneprison2 -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -### boneprison3 -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -### boneprison4 -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -### bonewall -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -### brute1 -- `Velocity`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Run`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### brute2 -- `Velocity`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Run`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### brute3 -- `Velocity`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Run`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### brute4 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### brute5 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### brute6 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### btdiablo -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### bug -- `Velocity`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{4}}$ (New) -- `Run`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{4}}$ (New) -### bunny -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -### cain1 -- `Velocity`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{4}}$ (New) -- `Run`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{4}}$ (New) -### camel -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -### cantor1 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{75}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### cantor2 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{75}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### cantor3 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{75}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### cantor4 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{75}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### cantor5 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{130}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### cantor6 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{130}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### cantor7 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### catapult1 -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{35}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### catapult2 -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{35}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### catapult3 -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{35}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### catapult4 -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{35}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### chaoshorde1 -- `Velocity`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Run`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### chaoshorde2 -- `Velocity`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Run`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### chaoshorde3 -- `Velocity`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Run`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### chaoshorde4 -- `Velocity`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Run`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### chargeboltsentry -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -### charsi -- `Velocity`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Run`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -### chicken -- `Velocity`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{4}}$ (New) -- `Run`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{4}}$ (New) -### clawviper1 -- `Velocity`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Run`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{125}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### clawviper10 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{95}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### clawviper11 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### clawviper2 -- `Velocity`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{125}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### clawviper3 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{14}}$ (Old) → $\color{blue}{\text{15}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{125}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### clawviper4 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{14}}$ (Old) → $\color{blue}{\text{15}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{125}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### clawviper5 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{16}}$ (Old) → $\color{blue}{\text{17}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{125}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### clawviper6 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{95}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### clawviper7 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{95}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### clawviper8 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{95}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### clawviper9 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{95}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### claygolem -- `Skill1`: (Old) → $\color{blue}{\text{Summon Splash}}$ (New) -- `Sk1mode`: (Old) → $\color{blue}{\text{A1}}$ (New) -- `Sk1lvl`: (Old) → $\color{blue}{\text{1}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### compellingorb -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -### corruptrogue1 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{95}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### corruptrogue2 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{95}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### corruptrogue3 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{95}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### corruptrogue4 -- `Velocity`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Run`: $\color{gray}{\text{14}}$ (Old) → $\color{blue}{\text{15}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{95}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### corruptrogue5 -- `Velocity`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Run`: $\color{gray}{\text{14}}$ (Old) → $\color{blue}{\text{15}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{95}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### corruptrogue6 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### corruptrogue7 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### councilmember1 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{14}}$ (Old) → $\color{blue}{\text{15}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{110}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### councilmember2 -- `Velocity`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Run`: $\color{gray}{\text{14}}$ (Old) → $\color{blue}{\text{15}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{110}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### councilmember3 -- `Velocity`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Run`: $\color{gray}{\text{14}}$ (Old) → $\color{blue}{\text{15}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{110}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### cow -- `Velocity`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{4}}$ (New) -- `Run`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{4}}$ (New) -### cowking -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### cr\_archer1 -- `Velocity`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Run`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{95}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### cr\_archer2 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{95}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### cr\_archer3 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{95}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### cr\_archer4 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{11}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{95}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### cr\_archer5 -- `Velocity`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Run`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{95}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### cr\_archer6 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{95}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### cr\_archer7 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{95}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### cr\_archer8 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### cr\_archer9 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### cr\_lancer1 -- `Velocity`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Run`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{95}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### cr\_lancer10 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### cr\_lancer2 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{95}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### cr\_lancer3 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{95}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### cr\_lancer4 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{95}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### cr\_lancer5 -- `Velocity`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Run`: $\color{gray}{\text{14}}$ (Old) → $\color{blue}{\text{15}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{95}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### cr\_lancer6 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### cr\_lancer7 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### cr\_lancer8 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### cr\_lancer9 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### crownest1 -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -### crownest2 -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -### crownest3 -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -### crownest4 -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -### cycleoflife -- `Velocity`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Run`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### darkelder -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### darkguard1 -- `Velocity`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Run`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -### darkguard2 -- `Velocity`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Run`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -### darkguard3 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -### darkguard4 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -### darkguard5 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -### darkwanderer -- `Velocity`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{4}}$ (New) -- `Run`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{4}}$ (New) -### deathmauler1 -- `Velocity`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Run`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{95}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### deathmauler2 -- `Velocity`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Run`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{95}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### deathmauler3 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{95}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### deathmauler4 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{95}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### deathmauler5 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{95}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### deathmauler6 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{105}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### deathmauler7 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### deathsentry -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -### demonspawner -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### diablo -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{140}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### diabloclone -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{140}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### dkfig1 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### dkfig2 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### dkfig3 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### dkmag1 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### dkmag2 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### dkmag3 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### dkmag4 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### doomknight1 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{115}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### doomknight2 -- `Velocity`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Run`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{115}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### doomknight3 -- `Velocity`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Run`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{115}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### dopplezon -- `Velocity`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{11}}$ (New) -- `Run`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{11}}$ (New) -- `Skill1`: (Old) → $\color{blue}{\text{Summon Splash}}$ (New) -- `Sk1mode`: (Old) → $\color{blue}{\text{A1}}$ (New) -- `Sk1lvl`: (Old) → $\color{blue}{\text{1}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{164}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### drehyaiced -- `Velocity`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{4}}$ (New) -- `Run`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{4}}$ (New) -### drognan -- `Velocity`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Run`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -### druidbear -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{11}}$ (New) -- `Skill1`: $\color{gray}{\text{BearSmite}}$ (Old) → $\color{blue}{\text{Summon Splash}}$ (New) -- `Sk1mode`: $\color{gray}{\text{seqbearsmite}}$ (Old) → $\color{blue}{\text{A1}}$ (New) -- `Skill2`: (Old) → $\color{blue}{\text{BearSmite}}$ (New) -- `Sk2mode`: (Old) → $\color{blue}{\text{seq\_bearsmite}}$ (New) -- `Sk2lvl`: (Old) → $\color{blue}{\text{1}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### druidhawk -- `Velocity`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Run`: $\color{gray}{\text{22}}$ (Old) → $\color{blue}{\text{23}}$ (New) -- `Skill1`: $\color{gray}{\text{Raven}}$ (Old) → $\color{blue}{\text{Summon Splash}}$ (New) -- `Sk1mode`: $\color{gray}{\text{NU}}$ (Old) → $\color{blue}{\text{A1}}$ (New) -- `Sk1lvl`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `Skill2`: (Old) → $\color{blue}{\text{Raven}}$ (New) -- `Sk2mode`: (Old) → $\color{blue}{\text{NU}}$ (New) -- `Sk2lvl`: (Old) → $\color{blue}{\text{0}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### duriel -- `Velocity`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Run`: $\color{gray}{\text{17}}$ (Old) → $\color{blue}{\text{18}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{120}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### eagle -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### evilhut -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -### fallen1 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{55}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{70}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### fallen2 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{55}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{70}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### fallen3 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{55}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{70}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### fallen4 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{55}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{70}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### fallen5 -- `Velocity`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Run`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{55}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{70}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### fallen6 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{55}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{65}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### fallen7 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{55}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{65}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### fallen8 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{55}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{65}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### fallen9 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{55}}$ (Old) → $\color{blue}{\text{100}}$ (New) -### fallenshaman1 -- `Velocity`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Run`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{75}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### fallenshaman2 -- `Velocity`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Run`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{75}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### fallenshaman3 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{75}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### fallenshaman4 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{75}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### fallenshaman5 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{75}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### fallenshaman6 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{150}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### fallenshaman7 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{150}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### fallenshaman8 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{150}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### fallenshaman9 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{100}}$ (New) -### fara -- `Velocity`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Run`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -### fenris -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Skill1`: $\color{gray}{\text{fenris}}$ ext{ }$\color{gray}{\text{rage}}$ (Old) → $\color{blue}{\text{Summon}}$ ext{ }$\color{blue}{\text{Splash}}$ (New) -- `Skill2`: $\color{gray}{\text{Teleport}}$ ext{ }$\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{fenris}}$ ext{ }$\color{blue}{\text{rage}}$ (New) -- `Sk2mode`: $\color{gray}{\text{S}}$ ext{1}$$ (Old) → $\color{blue}{\text{A}}$ ext{1}$$ (New) -- `Skill3`: (Old) → $\color{blue}{\text{Teleport 2}}$ (New) -- `Sk3mode`: (Old) → $\color{blue}{\text{S1}}$ (New) -- `Sk3lvl`: (Old) → $\color{blue}{\text{1}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### fetish1 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{125}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### fetish11 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{110}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### fetish2 -- `Velocity`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Run`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{125}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### fetish3 -- `Velocity`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Run`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{125}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### fetish4 -- `Velocity`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{11}}$ (New) -- `Run`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{11}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{125}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### fetish5 -- `Velocity`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Run`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{125}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### fetish6 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{75}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### fetish7 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{75}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### fetish8 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{75}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### fetish9 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{100}}$ (New) -### fetishblow1 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{110}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### fetishblow2 -- `Velocity`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Run`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{110}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### fetishblow3 -- `Velocity`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Run`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{110}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### fetishblow4 -- `Velocity`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{11}}$ (New) -- `Run`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{11}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{110}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### fetishblow5 -- `Velocity`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Run`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{110}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### fetishblow6 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{75}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### fetishblow7 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{75}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### fetishblow8 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{75}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### fetishblow9 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{75}}$ (Old) → $\color{blue}{\text{100}}$ (New) -### fetishshaman1 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### fetishshaman2 -- `Velocity`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Run`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### fetishshaman3 -- `Velocity`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Run`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### fetishshaman4 -- `Velocity`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{11}}$ (New) -- `Run`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{11}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### fetishshaman5 -- `Velocity`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Run`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### fetishshaman6 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### fetishshaman7 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### fetishshaman8 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{260}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### fetishshaman9 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### fingermage1 -- `Velocity`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Run`: $\color{gray}{\text{18}}$ (Old) → $\color{blue}{\text{19}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{120}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### fingermage2 -- `Velocity`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Run`: $\color{gray}{\text{18}}$ (Old) → $\color{blue}{\text{19}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{120}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### fingermage3 -- `Velocity`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Run`: $\color{gray}{\text{18}}$ (Old) → $\color{blue}{\text{19}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{120}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### fingermage4 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{135}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### fingermage5 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{135}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### fingermage6 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### firegolem -- `Skill1`: (Old) → $\color{blue}{\text{Summon Splash}}$ (New) -- `Sk1mode`: (Old) → $\color{blue}{\text{A1}}$ (New) -- `Sk1lvl`: (Old) → $\color{blue}{\text{1}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### firetower -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -### fish -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -### flyingscimitar -- `Velocity`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Run`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{150}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### foulcrow1 -- `Velocity`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Run`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{13}}$ (Old) → $\color{blue}{\text{50}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{45}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{120}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### foulcrow2 -- `Velocity`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Run`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{14}}$ (Old) → $\color{blue}{\text{25}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{45}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{120}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### foulcrow3 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{13}}$ (Old) → $\color{blue}{\text{25}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{45}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{120}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### foulcrow4 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{13}}$ (Old) → $\color{blue}{\text{25}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{45}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{120}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### foulcrow5 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{55}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{75}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### foulcrow6 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{55}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{75}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### foulcrow7 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{55}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{75}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### foulcrow8 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{55}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{75}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### frogdemon1 -- `Velocity`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{11}}$ (New) -- `Run`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{11}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{95}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### frogdemon2 -- `Velocity`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Run`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{95}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### frogdemon3 -- `Velocity`: $\color{gray}{\text{13}}$ (Old) → $\color{blue}{\text{14}}$ (New) -- `Run`: $\color{gray}{\text{13}}$ (Old) → $\color{blue}{\text{14}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{95}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### frozenhorror1 -- `Velocity`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Run`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### frozenhorror2 -- `Velocity`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Run`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### frozenhorror3 -- `Velocity`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Run`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### frozenhorror4 -- `Velocity`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Run`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### frozenhorror5 -- `Velocity`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Run`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### gargoyletrap -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{35}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### gheed -- `Velocity`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Run`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -### goatman1 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{60}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### goatman10 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### goatman11 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### goatman2 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{60}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### goatman3 -- `Velocity`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Run`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{60}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### goatman4 -- `Velocity`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{11}}$ (New) -- `Run`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{11}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{60}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### goatman5 -- `Velocity`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Run`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{60}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### goatman6 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### goatman7 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### goatman8 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### goatman9 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### griswold -- `Velocity`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Run`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### heartofwolverine -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -### hellbovine -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### hellbovine1 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### hephasto -- `Velocity`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Run`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### horse -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -### imp1 -- `Velocity`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Run`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{65}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{110}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### imp2 -- `Velocity`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Run`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{65}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{110}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### imp3 -- `Velocity`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Run`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{65}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{110}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### imp4 -- `Velocity`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Run`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{65}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{110}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### imp5 -- `Velocity`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Run`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{65}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{110}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### imp6 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{65}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{120}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### imp7 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{65}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{120}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### imp8 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### imp9 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### infernosentry -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -### irongolem -- `Skill1`: (Old) → $\color{blue}{\text{Summon Splash}}$ (New) -- `Sk1mode`: (Old) → $\color{blue}{\text{A1}}$ (New) -- `Sk1lvl`: (Old) → $\color{blue}{\text{1}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{140}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### izual -- `Velocity`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Run`: $\color{gray}{\text{18}}$ (Old) → $\color{blue}{\text{19}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{120}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### jamella -- `Velocity`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{4}}$ (New) -- `Run`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{4}}$ (New) -### kashya -- `Velocity`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Run`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -### kexicon -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### lightningsentry -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -### lightningspire -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -### maggot -- `Velocity`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{3}}$ (New) -- `Run`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{3}}$ (New) -### maggotbaby1 -- `Velocity`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Run`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{50}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### maggotbaby2 -- `Velocity`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Run`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{50}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### maggotbaby3 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{50}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### maggotbaby4 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{50}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### maggotbaby5 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{50}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### maggotbaby6 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{30}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### maggotegg1 -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{25}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### maggotegg2 -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{25}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### maggotegg3 -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{25}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### maggotegg4 -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{25}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### maggotegg5 -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{25}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### maggotegg6 -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{25}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### maggotqueen1 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{70}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### maggotqueen2 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{70}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### maggotqueen3 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{70}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### maggotqueen4 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{70}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### maggotqueen5 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{70}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### malachai -- `Velocity`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{4}}$ (New) -- `Run`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{4}}$ (New) -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -### megademon1 -- `Velocity`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Run`: $\color{gray}{\text{18}}$ (Old) → $\color{blue}{\text{19}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{115}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### megademon2 -- `Velocity`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Run`: $\color{gray}{\text{18}}$ (Old) → $\color{blue}{\text{19}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{115}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### megademon3 -- `Velocity`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Run`: $\color{gray}{\text{18}}$ (Old) → $\color{blue}{\text{19}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{115}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### megademon4 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{130}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### megademon5 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{130}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### megademon6 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### megademon7 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### mephisto -- `Velocity`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Run`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{160}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### mephistospirit -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### minion1 -- `Velocity`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Run`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### minion10 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{75}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### minion11 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{75}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### minion12 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### minion2 -- `Velocity`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Run`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### minion3 -- `Velocity`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Run`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### minion4 -- `Velocity`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Run`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### minion5 -- `Velocity`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Run`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### minion6 -- `Velocity`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Run`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### minion7 -- `Velocity`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Run`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### minion8 -- `Velocity`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Run`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### minion9 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{75}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### minionspawner1 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{75}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### minionspawner2 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{75}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### minionspawner3 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{75}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### minionspawner4 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{75}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### minionspawner5 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{75}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### minionspawner6 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{75}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### minionspawner7 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{75}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### minionspawner8 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{75}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### mosquito1 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{14}}$ (Old) → $\color{blue}{\text{15}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{95}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### mosquito2 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{14}}$ (Old) → $\color{blue}{\text{15}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{95}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### mosquito3 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{14}}$ (Old) → $\color{blue}{\text{15}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{95}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### mosquito4 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{14}}$ (Old) → $\color{blue}{\text{15}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{95}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### mummy1 -- `Velocity`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Run`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{95}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### mummy2 -- `Velocity`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Run`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{95}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### mummy3 -- `Velocity`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Run`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{95}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### mummy4 -- `Velocity`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Run`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{95}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### mummy5 -- `Velocity`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Run`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{95}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### mummy6 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### navi -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{150}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### necromage -- `Velocity`: $\color{gray}{\text{14}}$ (Old) → $\color{blue}{\text{15}}$ (New) -- `Run`: $\color{gray}{\text{16}}$ (Old) → $\color{blue}{\text{17}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### necroskeleton -- `Velocity`: $\color{gray}{\text{15}}$ (Old) → $\color{blue}{\text{16}}$ (New) -- `Run`: $\color{gray}{\text{17}}$ (Old) → $\color{blue}{\text{18}}$ (New) -- `Skill1`: (Old) → $\color{blue}{\text{Summon Splash}}$ (New) -- `Sk1mode`: (Old) → $\color{blue}{\text{A1}}$ (New) -- `Sk1lvl`: (Old) → $\color{blue}{\text{1}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### nihlathakboss -- `Velocity`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Run`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### oaksage -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -### overseer1 -- `Velocity`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Run`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### overseer2 -- `Velocity`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Run`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### overseer3 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### overseer4 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### overseer5 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### overseer6 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### overseer7 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### painworm1 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### painworm2 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### painworm3 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### painworm4 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### painworm5 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### pantherwoman1 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{64}}$ (Old) → $\color{blue}{\text{80}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{105}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### pantherwoman2 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{13}}$ (Old) → $\color{blue}{\text{14}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{63}}$ (Old) → $\color{blue}{\text{80}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{105}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### pantherwoman3 -- `Velocity`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Run`: $\color{gray}{\text{14}}$ (Old) → $\color{blue}{\text{15}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{63}}$ (Old) → $\color{blue}{\text{80}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{105}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### pantherwoman4 -- `Velocity`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Run`: $\color{gray}{\text{15}}$ (Old) → $\color{blue}{\text{16}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{63}}$ (Old) → $\color{blue}{\text{80}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{105}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### pantherwoman5 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### pantherwoman6 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### parrot -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -### plaguepoppy -- `Velocity`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Run`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -### prisondoor -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -### putriddefiler1 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{65}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### putriddefiler2 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{65}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### putriddefiler3 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{65}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### putriddefiler4 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{65}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### putriddefiler5 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{65}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### quillbear1 -- `Velocity`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Run`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -### quillbear2 -- `Velocity`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Run`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -### quillbear3 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -### quillbear4 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -### quillbear5 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -### quillrat1 -- `Velocity`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Run`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{70}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### quillrat2 -- `Velocity`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Run`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{70}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### quillrat3 -- `Velocity`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Run`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{70}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### quillrat4 -- `Velocity`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Run`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{70}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### quillrat5 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{70}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### quillrat6 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{70}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### quillrat7 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{70}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### quillrat8 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{70}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### radament -- `Velocity`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{4}}$ (New) -- `Run`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{4}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{120}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### rat -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -### reanimatedhorde1 -- `Velocity`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{3}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{70}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### reanimatedhorde2 -- `Velocity`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{3}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{70}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### reanimatedhorde3 -- `Velocity`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{4}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{70}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### reanimatedhorde4 -- `Velocity`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{4}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{70}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### reanimatedhorde5 -- `Velocity`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{70}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### reanimatedhorde6 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{105}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### reanimatedhorde7 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### regurgitator1 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{14}}$ (Old) → $\color{blue}{\text{15}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{95}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### regurgitator2 -- `Velocity`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Run`: $\color{gray}{\text{14}}$ (Old) → $\color{blue}{\text{15}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{95}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### regurgitator3 -- `Velocity`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Run`: $\color{gray}{\text{14}}$ (Old) → $\color{blue}{\text{15}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{95}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### regurgitator4 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{140}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### rogue1 -- `Velocity`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Run`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{150}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### rogue2 -- `Velocity`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Run`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{150}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### rogue3 -- `Velocity`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Run`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{150}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### roguehire -- `Velocity`: $\color{gray}{\text{14}}$ (Old) → $\color{blue}{\text{15}}$ (New) -- `Run`: $\color{gray}{\text{16}}$ (Old) → $\color{blue}{\text{17}}$ (New) -### sandleaper1 -- `Velocity`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Run`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{130}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### sandleaper2 -- `Velocity`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Run`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{130}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### sandleaper3 -- `Velocity`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Run`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{130}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### sandleaper4 -- `Velocity`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Run`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{130}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### sandleaper5 -- `Velocity`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Run`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{130}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### sandleaper6 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{95}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### sandleaper7 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{95}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### sandmaggot1 -- `Velocity`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Run`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{115}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### sandmaggot2 -- `Velocity`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Run`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{115}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### sandmaggot3 -- `Velocity`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Run`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{115}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### sandmaggot4 -- `Velocity`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Run`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{115}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### sandmaggot5 -- `Velocity`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Run`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{115}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### sandmaggot6 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{125}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### sandmaggot7 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### sandmaggot8 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### sandraider1 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{110}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### sandraider10 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{120}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### sandraider11 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### sandraider2 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{110}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### sandraider3 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{110}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### sandraider4 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{110}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### sandraider5 -- `Velocity`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Run`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{110}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### sandraider6 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{120}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### sandraider7 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{120}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### sandraider8 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{120}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### sandraider9 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{120}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### sarcophagus -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -### scarab1 -- `Velocity`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Run`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{145}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### scarab2 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{145}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### scarab3 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{145}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### scarab4 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{145}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### scarab5 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{145}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### scarab6 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{110}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### scarab7 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{110}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### scarab8 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### scarab9 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### scorpion -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -### shadowmaster -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -### shadowwarrior -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -### siegebeast1 -- `Velocity`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Run`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### siegebeast2 -- `Velocity`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Run`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### siegebeast3 -- `Velocity`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Run`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{11}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### siegebeast4 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### siegebeast5 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{13}}$ (Old) → $\color{blue}{\text{14}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### sk\_archer1 -- `Velocity`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Run`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### sk\_archer10 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### sk\_archer11 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### sk\_archer2 -- `Velocity`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Run`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### sk\_archer3 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### sk\_archer4 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### sk\_archer5 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### sk\_archer6 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### sk\_archer7 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### sk\_archer8 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### sk\_archer9 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### skeleton1 -- `Velocity`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Run`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{125}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### skeleton2 -- `Velocity`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Run`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{125}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### skeleton3 -- `Velocity`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Run`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{125}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### skeleton4 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{125}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### skeleton5 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{125}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### skeleton6 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### skeleton7 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### skeleton8 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### skmage\_cold1 -- `Velocity`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Run`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### skmage\_cold2 -- `Velocity`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Run`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### skmage\_cold3 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### skmage\_cold4 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### skmage\_cold5 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{110}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### skmage\_cold6 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### skmage\_fire1 -- `Velocity`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Run`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### skmage\_fire2 -- `Velocity`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Run`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### skmage\_fire3 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### skmage\_fire4 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### skmage\_fire5 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{110}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### skmage\_fire6 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{110}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### skmage\_fire7 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### skmage\_ltng1 -- `Velocity`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Run`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### skmage\_ltng2 -- `Velocity`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Run`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### skmage\_ltng3 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### skmage\_ltng4 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### skmage\_ltng5 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{110}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### skmage\_ltng6 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{110}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### skmage\_ltng7 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### skmage\_pois1 -- `Velocity`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Run`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### skmage\_pois2 -- `Velocity`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Run`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### skmage\_pois3 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### skmage\_pois4 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### skmage\_pois5 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{110}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### skmage\_pois6 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{110}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### skmage\_pois7 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### slinger1 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{95}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### slinger10 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -### slinger2 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{95}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### slinger3 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{95}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### slinger4 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{95}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### slinger5 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### slinger6 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### slinger7 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### slinger8 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### slinger9 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### smith -- `Velocity`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Run`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### snake -- `Velocity`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{4}}$ (New) -- `Run`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{4}}$ (New) -### snowyeti1 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### snowyeti2 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### snowyeti3 -- `Velocity`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Run`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### snowyeti4 -- `Velocity`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Run`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### spiritofbarbs -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -### spiritwolf -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Skill1`: $\color{gray}{\text{Teleport}}$ ext{ }$\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{Summon}}$ ext{ }$\color{blue}{\text{Splash}}$ (New) -- `Sk1mode`: $\color{gray}{\text{S}}$ ext{1}$$ (Old) → $\color{blue}{\text{A}}$ ext{1}$$ (New) -- `Skill2`: (Old) → $\color{blue}{\text{Teleport 2}}$ (New) -- `Sk2mode`: (Old) → $\color{blue}{\text{S1}}$ (New) -- `Sk2lvl`: (Old) → $\color{blue}{\text{1}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### succubus1 -- `Velocity`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Run`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{115}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### succubus2 -- `Velocity`: $\color{gray}{\text{13}}$ (Old) → $\color{blue}{\text{14}}$ (New) -- `Run`: $\color{gray}{\text{13}}$ (Old) → $\color{blue}{\text{14}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{115}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### succubus3 -- `Velocity`: $\color{gray}{\text{14}}$ (Old) → $\color{blue}{\text{15}}$ (New) -- `Run`: $\color{gray}{\text{14}}$ (Old) → $\color{blue}{\text{15}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{115}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### succubus4 -- `Velocity`: $\color{gray}{\text{15}}$ (Old) → $\color{blue}{\text{16}}$ (New) -- `Run`: $\color{gray}{\text{15}}$ (Old) → $\color{blue}{\text{16}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{115}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### succubus5 -- `Velocity`: $\color{gray}{\text{16}}$ (Old) → $\color{blue}{\text{17}}$ (New) -- `Run`: $\color{gray}{\text{16}}$ (Old) → $\color{blue}{\text{17}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{115}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### succubus6 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### succubus7 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### succubus8 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### succubus9 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### succubuswitch1 -- `Velocity`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Run`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{115}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### succubuswitch10 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### succubuswitch2 -- `Velocity`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Run`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{115}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### succubuswitch3 -- `Velocity`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{11}}$ (New) -- `Run`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{11}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{115}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### succubuswitch4 -- `Velocity`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Run`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{115}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### succubuswitch5 -- `Velocity`: $\color{gray}{\text{14}}$ (Old) → $\color{blue}{\text{15}}$ (New) -- `Run`: $\color{gray}{\text{14}}$ (Old) → $\color{blue}{\text{15}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{115}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### succubuswitch6 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{145}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### succubuswitch7 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{145}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### succubuswitch8 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{145}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### succubuswitch9 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### suckernest1 -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{65}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### suckernest2 -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{65}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### suckernest3 -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{65}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### suckernest4 -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{65}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### suicideminion1 -- `Velocity`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Run`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{40}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### suicideminion10 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{40}}$ (Old) → $\color{blue}{\text{100}}$ (New) -### suicideminion11 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{40}}$ (Old) → $\color{blue}{\text{100}}$ (New) -### suicideminion2 -- `Velocity`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Run`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{40}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### suicideminion3 -- `Velocity`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Run`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{40}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### suicideminion4 -- `Velocity`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Run`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{40}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### suicideminion5 -- `Velocity`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Run`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{40}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### suicideminion6 -- `Velocity`: $\color{gray}{\text{14}}$ (Old) → $\color{blue}{\text{15}}$ (New) -- `Run`: $\color{gray}{\text{14}}$ (Old) → $\color{blue}{\text{15}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{40}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### suicideminion7 -- `Velocity`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Run`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{40}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### suicideminion8 -- `Velocity`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Run`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{40}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### suicideminion9 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{40}}$ (Old) → $\color{blue}{\text{100}}$ (New) -### summoner -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Crit`: $\color{gray}{\text{15}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### swarm1 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{40}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{120}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### swarm2 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{40}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{120}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### swarm3 -- `Velocity`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Run`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{40}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{120}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### swarm4 -- `Velocity`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Run`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{40}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{120}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### swarm5 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### swarm6 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### tentacle1 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### tentacle2 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### tentacle3 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### tentaclehead1 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### tentaclehead2 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### tentaclehead3 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### thornhulk1 -- `Velocity`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Run`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{140}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### thornhulk2 -- `Velocity`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Run`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{140}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### thornhulk3 -- `Velocity`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Run`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{140}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### thornhulk4 -- `Velocity`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Run`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{140}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### thornhulk5 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{130}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### trap\-horzmissile -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -### trap\-melee -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### trap\-vertmissile -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -### trappedsoul1 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### trappedsoul2 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### turret1 -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{35}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### turret2 -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{35}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### turret3 -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{35}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### uberandariel -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### uberbaal -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### uberdiablo -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### uberduriel -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### uberizual -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### ubermephisto -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### unraveler1 -- `Velocity`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{4}}$ (New) -- `Run`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{4}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{120}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### unraveler10 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### unraveler2 -- `Velocity`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{4}}$ (New) -- `Run`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{4}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{120}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### unraveler3 -- `Velocity`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Run`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{120}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### unraveler4 -- `Velocity`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Run`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{120}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### unraveler5 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{120}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### unraveler6 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### unraveler7 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### unraveler8 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### unraveler9 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### valkyrie -- `Velocity`: $\color{gray}{\text{13}}$ (Old) → $\color{blue}{\text{14}}$ (New) -- `Run`: $\color{gray}{\text{13}}$ (Old) → $\color{blue}{\text{14}}$ (New) -- `Skill1`: (Old) → $\color{blue}{\text{Summon Splash}}$ (New) -- `Sk1mode`: (Old) → $\color{blue}{\text{A1}}$ (New) -- `Sk1lvl`: (Old) → $\color{blue}{\text{1}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{164}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### vampire1 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### vampire2 -- `Velocity`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Run`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### vampire3 -- `Velocity`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Run`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### vampire4 -- `Velocity`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Run`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### vampire5 -- `Velocity`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{11}}$ (New) -- `Run`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{11}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### vampire6 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{150}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### vampire7 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{150}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### vampire8 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{150}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### vampire9 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### venomlord -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### vilechild1 -- `Velocity`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Run`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{70}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{70}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### vilechild2 -- `Velocity`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{11}}$ (New) -- `Run`: $\color{gray}{\text{13}}$ (Old) → $\color{blue}{\text{14}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{70}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{70}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### vilechild3 -- `Velocity`: $\color{gray}{\text{11}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Run`: $\color{gray}{\text{14}}$ (Old) → $\color{blue}{\text{15}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{70}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{70}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### vilechild4 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{70}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{40}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### vilechild5 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{70}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{40}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### vilemother1 -- `Velocity`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Run`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### vilemother2 -- `Velocity`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Run`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### vilemother3 -- `Velocity`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Run`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### vilemother4 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{130}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### vilemother5 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{130}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### vinecreature -- `Velocity`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Run`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### vulture1 -- `Velocity`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Run`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### vulture2 -- `Velocity`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Run`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### vulture3 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### vulture4 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### vulture5 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### vulture6 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{100}}$ (New) -### wakeofdestruction -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -### warriv1 -- `Velocity`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Run`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -### warriv2 -- `Velocity`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Run`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -### willowisp1 -- `Velocity`: $\color{gray}{\text{17}}$ (Old) → $\color{blue}{\text{18}}$ (New) -- `Run`: $\color{gray}{\text{17}}$ (Old) → $\color{blue}{\text{18}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{115}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### willowisp2 -- `Velocity`: $\color{gray}{\text{17}}$ (Old) → $\color{blue}{\text{18}}$ (New) -- `Run`: $\color{gray}{\text{17}}$ (Old) → $\color{blue}{\text{18}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{115}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### willowisp3 -- `Velocity`: $\color{gray}{\text{17}}$ (Old) → $\color{blue}{\text{18}}$ (New) -- `Run`: $\color{gray}{\text{17}}$ (Old) → $\color{blue}{\text{18}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{115}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### willowisp4 -- `Velocity`: $\color{gray}{\text{17}}$ (Old) → $\color{blue}{\text{18}}$ (New) -- `Run`: $\color{gray}{\text{17}}$ (Old) → $\color{blue}{\text{18}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{115}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### willowisp5 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{120}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### willowisp6 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{120}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### willowisp7 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{120}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### willowisp8 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -### willowisp9 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -### window1 -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -### window2 -- `Crit`: (Old) → $\color{blue}{\text{10}}$ (New) -### wolf -- `Velocity`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{11}}$ (New) -- `Run`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{11}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### wolfrider1 -- `Velocity`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{3}}$ (New) -- `Run`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{3}}$ (New) -### wolfrider2 -- `Velocity`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{3}}$ (New) -- `Run`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{3}}$ (New) -### wolfrider3 -- `Velocity`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{3}}$ (New) -- `Run`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{3}}$ (New) -### wraith1 -- `Velocity`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{130}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### wraith10 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{100}}$ (New) -### wraith2 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{130}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### wraith3 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{130}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### wraith4 -- `Velocity`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Run`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{9}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{130}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### wraith5 -- `Velocity`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Run`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{130}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### wraith6 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{105}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### wraith7 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{105}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### wraith8 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{105}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### wraith9 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{100}}$ (New) -### zealot1 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{9}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### zealot2 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{11}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### zealot3 -- `Velocity`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `Run`: $\color{gray}{\text{13}}$ (Old) → $\color{blue}{\text{14}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### zealot4 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### zealot5 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Exp\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### zombie1 -- `Velocity`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{3}}$ (New) -- `Run`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{150}}$ (Old) → $\color{blue}{\text{175}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### zombie2 -- `Velocity`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{3}}$ (New) -- `Run`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{150}}$ (Old) → $\color{blue}{\text{175}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### zombie3 -- `Velocity`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{3}}$ (New) -- `Run`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{150}}$ (Old) → $\color{blue}{\text{175}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### zombie4 -- `Velocity`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{3}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{150}}$ (Old) → $\color{blue}{\text{175}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### zombie5 -- `Velocity`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{3}}$ (New) -- `Run`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `AC`: $\color{gray}{\text{84}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `MaxHP\(H\)`: $\color{gray}{\text{150}}$ (Old) → $\color{blue}{\text{175}}$ (New) -- `AC\(H\)`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### zombie6 -- `Crit`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) diff --git a/output/excel_diff_report/monstats2.md b/output/excel_diff_report/monstats2.md deleted file mode 100644 index f2a8081..0000000 --- a/output/excel_diff_report/monstats2.md +++ /dev/null @@ -1,3 +0,0 @@ -# Differences for monstats2.txt - -*Key column used: `code`* diff --git a/output/excel_diff_report/monumod.md b/output/excel_diff_report/monumod.md deleted file mode 100644 index b889561..0000000 --- a/output/excel_diff_report/monumod.md +++ /dev/null @@ -1,3 +0,0 @@ -# Differences for monumod.txt - -*Key column used: `code`* diff --git a/output/excel_diff_report/npc.md b/output/excel_diff_report/npc.md deleted file mode 100644 index 7cc9287..0000000 --- a/output/excel_diff_report/npc.md +++ /dev/null @@ -1,3 +0,0 @@ -# Differences for npc.txt - -*Key column used: `code`* diff --git a/output/excel_diff_report/objects.md b/output/excel_diff_report/objects.md deleted file mode 100644 index b5d77b1..0000000 --- a/output/excel_diff_report/objects.md +++ /dev/null @@ -1,3 +0,0 @@ -# Differences for objects.txt - -*Key column used: `code`* diff --git a/output/excel_diff_report/overlay.md b/output/excel_diff_report/overlay.md deleted file mode 100644 index 4279331..0000000 --- a/output/excel_diff_report/overlay.md +++ /dev/null @@ -1,5 +0,0 @@ -# Differences for overlay.txt - -*Key column used: `code`* - -## Added Columns: `WeaponStateFlags, WeaponStateGroup, StartSound` diff --git a/output/excel_diff_report/properties.md b/output/excel_diff_report/properties.md deleted file mode 100644 index d13b085..0000000 --- a/output/excel_diff_report/properties.md +++ /dev/null @@ -1,46 +0,0 @@ -# Differences for properties.txt - -*Key column used: `code`* - -## Added Columns: `\*Id, uiRangeType` - -## Added Rows (6) -- affix\-rand -- dmg\-mag/lvl -- extra\-skill\-dmg%\-rand -- pierce\-dmg -- war -- war\-tab\-rand -## Removed Rows (7) -- dyecblue1 -- dyecred1 -- dyedarkpurple1 -- dyedarkyellow1 -- dyelightgreen1 -- dyelightpurple1 -- dyeorange1 -## Modified Rows (8) -### corruption1 -- `\*Tooltip`: (Old) → $\color{blue}{\text{1 through 1000}}$ (New) -- `\*Min`: (Old) → $\color{blue}{\text{Min \#}}$ (New) -- `\*Max`: (Old) → $\color{blue}{\text{Max \#}}$ (New) -### dyed1 -- `\*Min`: (Old) → $\color{blue}{\text{Min \%}}$ (New) -- `\*Max`: (Old) → $\color{blue}{\text{Max \%}}$ (New) -### enr% -- `\*Min`: $\color{gray}{\text{Min \%}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `\*Max`: $\color{gray}{\text{Max \%}}$ (Old) → $\color{blue}{\text{1}}$ (New) -### hit\-skill\-splash -- `\*Min`: $\color{gray}{\text{"}}$ ext{\%}$\color{gray}{\text{ Chance (If 0, then default to 5)"}}$ (Old) → $\color{blue}{\text{Min }}$ ext{\%}$$ (New) -- `\*Max`: $\color{gray}{\text{Skill}}$ ext{ }$\color{gray}{\text{Level}}$ (Old) → $\color{blue}{\text{Max}}$ ext{ }$\color{blue}{\text{\%}}$ (New) -### noconsume -- `\*Enabled`: (Old) → $\color{blue}{\text{1}}$ (New) -### pierce\-mag -- `\*Tooltip`: $\text{-\#\% to Enemy Magic Resistance}$ (Old) → $\text{-\#\% to Enemy Magic Resistance}$ (New) -### randclassskill3 -- `\*Min`: $$ ext{Min }$\color{gray}{\text{Class ID}}$ (Old) → $$ ext{Min }$\color{blue}{\text{\#}}$ (New) -- `\*Max`: $$ ext{Max }$\color{gray}{\text{Class ID}}$ (Old) → $$ ext{Max }$\color{blue}{\text{\#}}$ (New) -- `\*Notes`: $\color{gray}{\text{val1 = \# of Skill levels}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### splash -- `\*Min`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `\*Max`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) diff --git a/output/excel_diff_report/qualityitems.md b/output/excel_diff_report/qualityitems.md deleted file mode 100644 index 52ff9ee..0000000 --- a/output/excel_diff_report/qualityitems.md +++ /dev/null @@ -1,3 +0,0 @@ -# Differences for qualityitems.txt - -*Key column used: `code`* diff --git a/output/excel_diff_report/runes.md b/output/excel_diff_report/runes.md deleted file mode 100644 index c86bf13..0000000 --- a/output/excel_diff_report/runes.md +++ /dev/null @@ -1,5 +0,0 @@ -# Differences for runes.txt - -*Key column used: `code`* - -## Added Columns: `disallowCraftingInLadder, disallowCraftingInNonLadder` diff --git a/output/excel_diff_report/setitems.md b/output/excel_diff_report/setitems.md deleted file mode 100644 index 84ac1e9..0000000 --- a/output/excel_diff_report/setitems.md +++ /dev/null @@ -1,5 +0,0 @@ -# Differences for setitems.txt - -*Key column used: `code`* - -## Added Columns: `disabled, spawnable, disableChronicle, DropConditionCalc, firstLadderSeason, lastLadderSeason` diff --git a/output/excel_diff_report/sets.md b/output/excel_diff_report/sets.md deleted file mode 100644 index 9ab2393..0000000 --- a/output/excel_diff_report/sets.md +++ /dev/null @@ -1,5 +0,0 @@ -# Differences for sets.txt - -*Key column used: `code`* - -## Added Columns: `UIClass` diff --git a/output/excel_diff_report/shrines.md b/output/excel_diff_report/shrines.md deleted file mode 100644 index 865b7fb..0000000 --- a/output/excel_diff_report/shrines.md +++ /dev/null @@ -1,3 +0,0 @@ -# Differences for shrines.txt - -*Key column used: `code`* diff --git a/output/excel_diff_report/skillcalc.md b/output/excel_diff_report/skillcalc.md deleted file mode 100644 index bad45b7..0000000 --- a/output/excel_diff_report/skillcalc.md +++ /dev/null @@ -1,3 +0,0 @@ -# Differences for skillcalc.txt - -*Key column used: `code`* diff --git a/output/excel_diff_report/skilldesc.md b/output/excel_diff_report/skilldesc.md deleted file mode 100644 index aea028a..0000000 --- a/output/excel_diff_report/skilldesc.md +++ /dev/null @@ -1,3 +0,0 @@ -# Differences for skilldesc.txt - -*Key column used: `code`* diff --git a/output/excel_diff_report/skills.md b/output/excel_diff_report/skills.md deleted file mode 100644 index 93cf8b6..0000000 --- a/output/excel_diff_report/skills.md +++ /dev/null @@ -1,319 +0,0 @@ -# Differences for skills.txt - -*Key column used: `skill`* - -## Added Columns: `auraevent4, auraeventfunc4, requirespettype, requiresweapon, periodicClearAura, calc7, \*calc7desc, calc8, \*calc8desc, calc9, \*calc9desc, calc10, \*calc10desc, Param13, \*Param13Description, Param14, \*Param14Description, Param15, \*Param15Description, Param16, \*Param16Description, Param17, \*Param17Description, Param18, \*Param18Description, Param19, \*Param19Description, Param20, \*Param20Description` - -## Added Rows (57) -- abyss -- apocalypse -- bind demon -- blade warp -- blood boil -- blood oath -- charged bolt disk -- cleave -- cold enchant -- cold fissure -- colossal thunder storm -- colossal volcano -- consume -- death mark -- demonic mastery -- echoing strike -- eldritch blast -- engorge -- enhanced entropy -- fire twisters -- flame wave -- goatman berserk -- goatman cleave -- goatman frenzy -- goatman stun -- health link -- heraldthorns -- hex bane -- hex purge -- hex purge explosion -- hex siphon -- korlic's bash -- korlic's cold pierce -- korlic's leap attack -- levitate -- lightning enchant -- madawc's lightning pierce -- miasma bolt -- miasma chains -- mirrored blades -- psychic ward -- ring of fire -- sigil death -- sigil death explosion -- sigil lethargy -- sigil rancor -- summon defiler -- summon goatman -- summon tainted -- tainted fire ball -- tainted fire bolt -- tainted resist fire -- talic's fire pierce -- talic's whirlwind -- townportal o skill -- uberancientsheal -- unused0001 -## Removed Rows (2) -- frostnovanew -- magic pierce -## Modified Rows (57) -### berserk -- `Param1`: $\color{gray}{\text{150}}$ (Old) → $\color{blue}{\text{500}}$ (New) -### blade sentinel -- `passivecalc6`: $$ ext{stat('itempiercecoldimmunity'.accr}$$ (Old) → $$ ext{stat('itempiercecoldimmunity'.accr}$\color{blue}{\text{)}}$ (New) -### blizzard -- `Param3`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{2}}$ (New) -### bloodgolem -- `passivestat5`: (Old) → $\color{blue}{\text{item\_pierce\_damage\_immunity}}$ (New) -- `passivecalc5`: (Old) → $\color{blue}{\text{stat('item\_pierce\_damage\_immunity'.accr)}}$ (New) -- `sumskill1`: (Old) → $\color{blue}{\text{Summon Splash}}$ (New) -- `sumsk1calc`: (Old) → $\color{blue}{\text{1}}$ (New) -### bloodlordfrenzy -- `srvstfunc`: $\color{gray}{\text{64}}$ (Old) → $\color{blue}{\text{67}}$ (New) -- `srvdofunc`: $\color{gray}{\text{109}}$ (Old) → $\color{blue}{\text{9}}$ (New) -### bone spear -- `mana`: $\color{gray}{\text{16}}$ (Old) → $\color{blue}{\text{15}}$ (New) -- `calc1`: $$ ext{min(}$\color{gray}{\text{3}}$ ext{,}$$ ext{1}$$ ext{+}$$ ext{skill('Bone Spear'.blvl)/10}$$ (Old) → $$ ext{min(}$\color{blue}{\text{5}}$ ext{,}$\color{blue}{\text{ }}$ ext{1}$\color{blue}{\text{ }}$ ext{+}$\color{blue}{\text{ }}$ ext{skill('Bone Spear'.blvl)/10}$\color{blue}{\text{) + ((skill('Bone Spear'.lvl) - skill('Bone Spear'.blvl)) / 5)}}$ (New) -### clay golem -- `passivestat5`: (Old) → $\color{blue}{\text{item\_pierce\_damage\_immunity}}$ (New) -- `passivecalc5`: (Old) → $\color{blue}{\text{stat('item\_pierce\_damage\_immunity'.accr)}}$ (New) -- `sumskill1`: (Old) → $\color{blue}{\text{Summon Splash}}$ (New) -- `sumsk1calc`: (Old) → $\color{blue}{\text{1}}$ (New) -### cold mastery -- `Param2`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{5}}$ (New) -### death sentry -- `passivestat6`: (Old) → $\color{blue}{\text{passive\_ltng\_mastery}}$ (New) -- `passivecalc6`: (Old) → $\color{blue}{\text{stat('passive\_ltng\_mastery'.accr)}}$ (New) -- `passivestat7`: (Old) → $\color{blue}{\text{passive\_fire\_mastery}}$ (New) -- `passivecalc7`: (Old) → $\color{blue}{\text{stat('passive\_fire\_mastery'.accr)}}$ (New) -### decrepify -- `Param1`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{3}}$ (New) -- `Param2`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{1}}$ (New) -### double throw -- `Param1`: $\color{gray}{\text{20}}$ (Old) → $\color{blue}{\text{40}}$ (New) -### dragon claw -- `Param1`: $\color{gray}{\text{50}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `Param2`: $\color{gray}{\text{15}}$ (Old) → $\color{blue}{\text{20}}$ (New) -- `Param7`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -### eruption -- `Param8`: $\color{gray}{\text{15}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### fire ball -- `calc1`: $$ ext{min(}$\color{gray}{\text{3}}$ ext{,1+skill('Fire Ball'.blvl)/}$\color{gray}{\text{10}}$ (Old) → $$ ext{min(}$\color{blue}{\text{5}}$ ext{,1+skill('Fire Ball'.blvl)/}$\color{blue}{\text{5}}$ (New) -### fire wall -- `Param7`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `EDmgSymPerCalc`: $$ ext{(skill('Warmth'.blvl)*par8+skill('}$\color{gray}{\text{Inferno}}$ ext{'.blvl)*par7}$$ (Old) → $$ ext{(skill('Warmth'.blvl)*par8+skill('}$\color{blue}{\text{Blaze}}$ ext{'.blvl)*par7}$$ (New) -### firegolem -- `passivestat4`: (Old) → $\color{blue}{\text{item\_pierce\_fire\_immunity}}$ (New) -- `passivecalc4`: (Old) → $\color{blue}{\text{stat('item\_pierce\_fire\_immunity'.accr)}}$ (New) -### freezing arrow -- `Param8`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{3}}$ (New) -### frenzy -- `auralencalc`: $$ ext{par7+skill('Increased }$\color{gray}{\text{Stamina}}$ ext{'.blvl)*10}$$ (Old) → $$ ext{par7+skill('Increased }$\color{blue}{\text{Endurance}}$ ext{'.blvl)*10}$$ (New) -- `Param1`: $\color{gray}{\text{90}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `Param2`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Param8`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{15}}$ (New) -### frost nova -- `Param8`: $\color{gray}{\text{20}}$ (Old) → $\color{blue}{\text{22}}$ (New) -### frozen orb -- `Param8`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `EDmgSymPerCalc`: $$ ext{(skill('Ice Bolt'.blvl)+skill('Frozen Armor'.blvl)+skill('}$\color{gray}{\text{Glacial}}$ ext{ }$\color{gray}{\text{Spike}}$ ext{'.blvl))*par8}$$ (Old) → $$ ext{(skill('Ice Bolt'.blvl)+skill('Frozen Armor'.blvl)+skill('}$\color{blue}{\text{Frost}}$ ext{ }$\color{blue}{\text{Nova}}$ ext{'.blvl))*par8}$$ (New) -### glacial spike -- `srvdofunc`: (Old) → $\color{blue}{\text{8}}$ (New) -- `srvmissile`: $\color{gray}{\text{glacialspike}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `srvmissilea`: (Old) → $\color{blue}{\text{glacialspike}}$ (New) -- `srvmissileb`: (Old) → $\color{blue}{\text{glacialspike}}$ (New) -- `cltdofunc`: (Old) → $\color{blue}{\text{17}}$ (New) -- `cltmissile`: $\color{gray}{\text{glacialspike}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `cltmissilea`: (Old) → $\color{blue}{\text{glacialspike}}$ (New) -- `cltmissileb`: (Old) → $\color{blue}{\text{glacialspike}}$ (New) -- `calc1`: (Old) → $\color{blue}{\text{min(5,1+skill('Glacial Spike'.blvl)/5}}$ (New) -- `\*calc1 desc`: (Old) → $\color{blue}{\text{\# of Missiles created}}$ (New) -- `calc2`: (Old) → $\color{blue}{\text{1}}$ (New) -- `\*calc2 desc`: (Old) → $\color{blue}{\text{Missile Activation Frame}}$ (New) -- `calc3`: (Old) → $\color{blue}{\text{0}}$ (New) -- `Param5`: (Old) → $\color{blue}{\text{2}}$ (New) -- `\*Param5 Description`: (Old) → $\color{blue}{\text{\# of Missiles created baseline}}$ (New) -- `Param6`: (Old) → $\color{blue}{\text{1}}$ (New) -- `\*Param6 Description`: (Old) → $\color{blue}{\text{\# of Missiles created per level}}$ (New) -- `EDmgSymPerCalc`: $$ ext{(skill('Ice Bolt'.blvl)+skill('Ice Blast'.blvl)+skill('}$\color{gray}{\text{Frozen Orb}}$ ext{'.blvl))*par8}$$ (Old) → $$ ext{(skill('Ice Bolt'.blvl)+skill('Ice Blast'.blvl)+skill('}$\color{blue}{\text{Blizzard}}$ ext{'.blvl))*par8}$$ (New) -### holy bolt -- `Param8`: $\color{gray}{\text{20}}$ (Old) → $\color{blue}{\text{15}}$ (New) -### hurricane -- `Param3`: $\color{gray}{\text{15}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `Param4`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{2}}$ (New) -- `Param8`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{2}}$ (New) -- `EDmgSymPerCalc`: $$ ext{skill('Cyclone Armor'.blvl)}$$ ext{*par8}$$ (Old) → $\color{blue}{\text{(}}$ ext{skill('Cyclone Armor'.blvl)}$\color{blue}{\text{+skill('Twister'.blvl)+skill('Tornado'.blvl)+skill('Oak Sage'.blvl))}}$ ext{*par8}$$ (New) -### hydra -- `passivestat3`: (Old) → $\color{blue}{\text{item\_pierce\_fire\_immunity}}$ (New) -- `passivecalc3`: (Old) → $\color{blue}{\text{stat('item\_pierce\_fire\_immunity'.accr)}}$ (New) -### ice blast -- `EDmgSymPerCalc`: $$ ext{(skill('Ice Bolt'.blvl)+skill('}$\color{gray}{\text{Blizzard}}$ ext{'.blvl)+skill('}$\color{gray}{\text{Frozen Orb}}$ ext{'.blvl))*par8}$$ (Old) → $$ ext{(skill('Ice Bolt'.blvl)+skill('}$\color{blue}{\text{Glacial Spike}}$ ext{'.blvl)+skill('}$\color{blue}{\text{Blizzard}}$ ext{'.blvl))*par8}$$ (New) -### immolation arrow -- `Param8`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{5}}$ (New) -### increased endurance -- `passivestate`: $\color{gray}{\text{increasedstamina}}$ (Old) → $\color{blue}{\text{increasedendurance}}$ (New) -### increased speed -- `reqskill1`: $$ ext{Increased }$\color{gray}{\text{Stamina}}$ (Old) → $$ ext{Increased }$\color{blue}{\text{Endurance}}$ (New) -### irongolem -- `passivestat5`: (Old) → $\color{blue}{\text{item\_pierce\_cold\_immunity}}$ (New) -- `passivecalc5`: (Old) → $\color{blue}{\text{stat('item\_pierce\_cold\_immunity'.accr)}}$ (New) -- `passivestat6`: (Old) → $\color{blue}{\text{item\_pierce\_fire\_immunity}}$ (New) -- `sumskill1`: (Old) → $\color{blue}{\text{Summon Splash}}$ (New) -- `sumsk1calc`: (Old) → $\color{blue}{\text{1}}$ (New) -### lightning -- `Param8`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### magic conviction -- `\*Id`: $\color{gray}{\text{376}}$ (Old) → $\color{blue}{\text{431}}$ (New) -- `aurastatcalc1`: $$ ext{-}$$ ext{(}$\color{gray}{\text{lvl*5+15}}$ ext{)}$\color{gray}{\text{-stat('passivemagpierce'.accr)}}$ (Old) → $$ ext{-}$\color{blue}{\text{min}}$ ext{(}$\color{blue}{\text{ln34,150}}$ ext{)}$$ (New) -- `Param3`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{20}}$ (New) -- `Param4`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{5}}$ (New) -### meteor -- `Param1`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `Param4`: $\color{gray}{\text{15}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `Param8`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{7}}$ (New) -### monfrenzy -- `srvstfunc`: $\color{gray}{\text{64}}$ (Old) → $\color{blue}{\text{67}}$ (New) -- `srvdofunc`: $\color{gray}{\text{109}}$ (Old) → $\color{blue}{\text{9}}$ (New) -### multiple shot -- `Param4`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{8}}$ (New) -### nova -- `Param8`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{4}}$ (New) -### plague poppy -- `passivestat1`: (Old) → $\color{blue}{\text{item\_pierce\_poison\_immunity}}$ (New) -- `passivecalc1`: (Old) → $\color{blue}{\text{stat('item\_pierce\_poison\_immunity'.accr)}}$ (New) -### poison dagger -- `srvmissile`: (Old) → $\color{blue}{\text{poisondagger}}$ (New) -- `cltmissile`: (Old) → $\color{blue}{\text{poisondagger}}$ (New) -- `itypea1`: $\color{gray}{\text{knif}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `manashift`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{4}}$ (New) -- `mana`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{40}}$ (New) -- `lvlmana`: $\color{gray}{\text{-1}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### raise skeletal mage -- `passivestat2`: (Old) → $\color{blue}{\text{item\_pierce\_cold\_immunity}}$ (New) -- `passivecalc2`: (Old) → $\color{blue}{\text{stat('item\_pierce\_cold\_immunity'.accr)}}$ (New) -- `passivestat3`: (Old) → $\color{blue}{\text{item\_pierce\_fire\_immunity}}$ (New) -- `passivecalc3`: (Old) → $\color{blue}{\text{stat('item\_pierce\_fire\_immunity'.accr)}}$ (New) -- `passivestat4`: (Old) → $\color{blue}{\text{item\_pierce\_light\_immunity}}$ (New) -- `passivecalc4`: (Old) → $\color{blue}{\text{stat('item\_pierce\_light\_immunity'.accr)}}$ (New) -- `passivestat5`: (Old) → $\color{blue}{\text{item\_pierce\_poison\_immunity}}$ (New) -- `passivecalc5`: (Old) → $\color{blue}{\text{stat('item\_pierce\_poison\_immunity'.accr)}}$ (New) -### raise skeleton -- `passivestat3`: (Old) → $\color{blue}{\text{item\_pierce\_damage\_immunity}}$ (New) -- `passivecalc3`: (Old) → $\color{blue}{\text{stat('item\_pierce\_damage\_immunity'.accr)}}$ (New) -- `sumskill1`: (Old) → $\color{blue}{\text{Summon Splash}}$ (New) -- `sumsk1calc`: (Old) → $\color{blue}{\text{1}}$ (New) -### raven -- `passivestat6`: (Old) → $\color{blue}{\text{item\_pierce\_cold\_immunity}}$ (New) -- `sumskill1`: (Old) → $\color{blue}{\text{Summon Splash}}$ (New) -- `sumsk1calc`: (Old) → $\color{blue}{\text{1}}$ (New) -### revive -- `passivestat2`: (Old) → $\color{blue}{\text{item\_pierce\_cold\_immunity}}$ (New) -- `passivecalc2`: (Old) → $\color{blue}{\text{stat('item\_pierce\_cold\_immunity'.accr)}}$ (New) -- `passivestat3`: (Old) → $\color{blue}{\text{item\_pierce\_fire\_immunity}}$ (New) -- `passivecalc3`: (Old) → $\color{blue}{\text{stat('item\_pierce\_fire\_immunity'.accr)}}$ (New) -- `passivestat4`: (Old) → $\color{blue}{\text{item\_pierce\_light\_immunity}}$ (New) -- `passivecalc4`: (Old) → $\color{blue}{\text{stat('item\_pierce\_light\_immunity'.accr)}}$ (New) -- `passivestat5`: (Old) → $\color{blue}{\text{item\_pierce\_poison\_immunity}}$ (New) -- `passivecalc5`: (Old) → $\color{blue}{\text{stat('item\_pierce\_poison\_immunity'.accr)}}$ (New) -- `passivestat6`: (Old) → $\color{blue}{\text{item\_pierce\_damage\_immunity}}$ (New) -### shadow master -- `passivestat5`: (Old) → $\color{blue}{\text{item\_pierce\_cold\_immunity}}$ (New) -- `passivecalc5`: (Old) → $\color{blue}{\text{stat('item\_pierce\_cold\_immunity'.accr)}}$ (New) -- `passivestat6`: (Old) → $\color{blue}{\text{item\_pierce\_fire\_immunity}}$ (New) -### shadow warrior -- `passivestat5`: (Old) → $\color{blue}{\text{item\_pierce\_cold\_immunity}}$ (New) -- `passivecalc5`: (Old) → $\color{blue}{\text{stat('item\_pierce\_cold\_immunity'.accr)}}$ (New) -- `passivestat6`: (Old) → $\color{blue}{\text{item\_pierce\_fire\_immunity}}$ (New) -### shout -- `Param1`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{200}}$ (New) -### splash -- `\*Id`: $\color{gray}{\text{375}}$ (Old) → $\color{blue}{\text{430}}$ (New) -### summon fenris -- `passivestat4`: (Old) → $\color{blue}{\text{item\_pierce\_damage\_immunity}}$ (New) -- `passivecalc4`: (Old) → $\color{blue}{\text{stat('item\_pierce\_damage\_immunity'.accr)}}$ (New) -- `sumskill1`: (Old) → $\color{blue}{\text{Summon Splash}}$ (New) -- `sumsk1calc`: (Old) → $\color{blue}{\text{1}}$ (New) -### summon grizzly -- `passivestat4`: (Old) → $\color{blue}{\text{item\_pierce\_damage\_immunity}}$ (New) -- `passivecalc4`: (Old) → $\color{blue}{\text{stat('item\_pierce\_damage\_immunity'.accr)}}$ (New) -### summon spirit wolf -- `passivestat6`: (Old) → $\color{blue}{\text{item\_pierce\_cold\_immunity}}$ (New) -- `sumskill1`: $\color{gray}{\text{Thorns}}$ (Old) → $\color{blue}{\text{Summon Splash}}$ (New) -- `sumsk1calc`: $\color{gray}{\text{lvl}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `sumskill2`: (Old) → $\color{blue}{\text{Thorns}}$ (New) -- `sumsk2calc`: (Old) → $\color{blue}{\text{lvl}}$ (New) -### summon splash -- `\*Id`: $\color{gray}{\text{378}}$ (Old) → $\color{blue}{\text{432}}$ (New) -### teeth -- `manashift`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `mana`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `lvlmana`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{0}}$ (New) -- `Param1`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{3}}$ (New) -- `EMinLev1`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `EMinLev2`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `EMinLev3`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `EMinLev4`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `EMinLev5`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `EMaxLev1`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `EMaxLev2`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `EMaxLev3`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `EMaxLev4`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `EMaxLev5`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{6}}$ (New) -### thorns -- `Param3`: $\color{gray}{\text{250}}$ (Old) → $\color{blue}{\text{500}}$ (New) -- `Param4`: $\color{gray}{\text{40}}$ (Old) → $\color{blue}{\text{30}}$ (New) -- `EMin`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `EMinLev1`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `EMinLev2`: $\color{gray}{\text{8}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `EMinLev3`: $\color{gray}{\text{12}}$ (Old) → $\color{blue}{\text{15}}$ (New) -- `EMinLev4`: $\color{gray}{\text{16}}$ (Old) → $\color{blue}{\text{20}}$ (New) -- `EMinLev5`: $\color{gray}{\text{20}}$ (Old) → $\color{blue}{\text{25}}$ (New) -### throwing mastery -- `Param3`: $\color{gray}{\text{32}}$ (Old) → $\color{blue}{\text{40}}$ (New) -- `Param5`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `Param6`: $\color{gray}{\text{40}}$ (Old) → $\color{blue}{\text{50}}$ (New) -### valkyrie -- `passivestat3`: (Old) → $\color{blue}{\text{item\_pierce\_cold\_immunity}}$ (New) -- `passivecalc3`: (Old) → $\color{blue}{\text{stat('item\_pierce\_cold\_immunity'.accr)}}$ (New) -- `passivestat4`: (Old) → $\color{blue}{\text{item\_pierce\_fire\_immunity}}$ (New) -- `passivecalc4`: (Old) → $\color{blue}{\text{stat('item\_pierce\_fire\_immunity'.accr)}}$ (New) -- `passivestat5`: (Old) → $\color{blue}{\text{item\_pierce\_light\_immunity}}$ (New) -- `passivecalc5`: (Old) → $\color{blue}{\text{stat('item\_pierce\_light\_immunity'.accr)}}$ (New) -- `passivestat6`: (Old) → $\color{blue}{\text{item\_pierce\_poison\_immunity}}$ (New) -- `sumskill5`: (Old) → $\color{blue}{\text{Summon Splash}}$ (New) -- `sumsk5calc`: (Old) → $\color{blue}{\text{1}}$ (New) -### vengeance -- `\*Id`: $\color{gray}{\text{374}}$ (Old) → $\color{blue}{\text{111}}$ (New) -- `charclass`: (Old) → $\color{blue}{\text{pal}}$ (New) -- `srvstfunc`: $\color{gray}{\text{37}}$ (Old) → $\color{blue}{\text{35}}$ (New) -- `srvdofunc`: $\color{gray}{\text{13}}$ (Old) → $\color{blue}{\text{2}}$ (New) -- `cltstfunc`: $\color{gray}{\text{53}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `cltdofunc`: $\color{gray}{\text{21}}$ (Old) → $\color{blue}{\text{34}}$ (New) -- `calc4`: $\color{gray}{\text{"min((par5 + lvl -1), par6)"}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `\*calc4 desc`: $\color{gray}{\text{\# of hits}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `Param1`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{500}}$ (New) -- `Param2`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{25}}$ (New) -- `Param3`: $\color{gray}{\text{100}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `\*Param3 Description`: $\color{gray}{\text{\% Anim frame rollback}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `Param5`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `\*Param5 Description`: $\color{gray}{\text{\# of hits Min}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `Param6`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `\*Param6 Description`: $\color{gray}{\text{\# of hits Max}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `Param7`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{15}}$ (New) -- `Param8`: $\color{gray}{\text{15}}$ (Old) → $\color{blue}{\text{20}}$ (New) -### war cry -- `DmgSymPerCalc`: $$ ext{(skill('}$\color{gray}{\text{Howl}}$ ext{'.blvl)+skill('Taunt'.blvl)+skill('Battle Cry'.blvl))*par8}$$ (Old) → $$ ext{(skill('}$\color{blue}{\text{Battle Orders}}$ ext{'.blvl)+skill('Taunt'.blvl)+skill('Battle Cry'.blvl))*par8}$$ (New) -### wearwolf -- `Param1`: $\color{gray}{\text{25}}$ (Old) → $\color{blue}{\text{100}}$ (New) -### zeal -- `Param3`: $\color{gray}{\text{0}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `Param4`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{10}}$ (New) diff --git a/output/excel_diff_report/states.md b/output/excel_diff_report/states.md deleted file mode 100644 index 3f29118..0000000 --- a/output/excel_diff_report/states.md +++ /dev/null @@ -1,5 +0,0 @@ -# Differences for states.txt - -*Key column used: `code`* - -## Added Columns: `vfxweaponstate` diff --git a/output/excel_diff_report/superuniques.md b/output/excel_diff_report/superuniques.md deleted file mode 100644 index 4b99195..0000000 --- a/output/excel_diff_report/superuniques.md +++ /dev/null @@ -1,3 +0,0 @@ -# Differences for superuniques.txt - -*Key column used: `code`* diff --git a/output/excel_diff_report/treasureclassex.md b/output/excel_diff_report/treasureclassex.md deleted file mode 100644 index 44da2d8..0000000 --- a/output/excel_diff_report/treasureclassex.md +++ /dev/null @@ -1,5 +0,0 @@ -# Differences for treasureclassex.txt - -*Key column used: `code`* - -## Added Columns: `ConditionCalc, QuestFlag, QuestFlagEx` diff --git a/output/excel_diff_report/uniqueitems.md b/output/excel_diff_report/uniqueitems.md deleted file mode 100644 index 533beca..0000000 --- a/output/excel_diff_report/uniqueitems.md +++ /dev/null @@ -1,518 +0,0 @@ -# Differences for uniqueitems.txt - -*Key column used: `index`* - -## Added Columns: `disabled, spawnable, disableChronicle, DropConditionCalc` - -## Removed Columns: `enabled` - -## Added Rows (54) -- ars al'diablolos -- ars dul'mephistos -- ars tor'baalos -- black cleft -- blood thirst -- bloodpact shard -- bone break -- cirilkas guidance -- cold rupture -- crack of the heavens -- crafted black cleft -- crafted bone break -- crafted cold rupture -- crafted crack of the heavens -- crafted flame rift -- crafted rotting fissure -- defender's bile -- defender's fire -- diamond dust -- dreadfang -- electrified -- entropy locket -- flame rift -- flamestrikes -- gheed's wager -- guardian's light -- guardian's thunder -- measured wrath -- opalvein -- precrafted black cleft -- precrafted bone break -- precrafted cold rupture -- precrafted crack of the heavens -- precrafted flame rift -- precrafted rotting fissure -- primal archmage fist -- primal aries relic -- primal diamond carapace -- primal divine judgement -- primal gae bolg -- primal lilith's visage -- primal manslaughter -- primal shaftstop -- primal sickle of perseus -- primal stormshield -- primal warlords thirst -- protector's frost -- protector's stone -- rotting fissure -- sling -- trophy of the lichking toudi -- unique warlock helm -- warlock class pack -- wraithstep -## Modified Rows (100) -### amazon's teaching -- `\*ID`: $\color{gray}{\text{421}}$ (Old) → $\color{blue}{\text{459}}$ (New) -- `rarity`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{99}}$ (New) -- `prop7`: (Old) → $\color{blue}{\text{pierce-dmg}}$ (New) -- `min7`: (Old) → $\color{blue}{\text{4}}$ (New) -- `max7`: (Old) → $\color{blue}{\text{5}}$ (New) -### andariel's visage -- `rarity`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{99}}$ (New) -### arcbane -- `\*ID`: $\color{gray}{\text{448}}$ (Old) → $\color{blue}{\text{486}}$ (New) -- `firstLadderSeason`: $\color{gray}{\text{Magic Conviction}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `par1`: $\color{gray}{\text{376}}$ (Old) → $\color{blue}{\text{Magic Conviction}}$ (New) -- `min1`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{1}}$ (New) -### arkaine's valor -- `max7`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -### azurewrath -- `prop3`: $\color{gray}{\text{oskill}}$ (Old) → $\color{blue}{\text{aura}}$ (New) -- `min3`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `max3`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{18}}$ (New) -- `prop4`: $\color{gray}{\text{oskill}}$ (Old) → $\color{blue}{\text{dmg-cold}}$ (New) -- `par4`: $\color{gray}{\text{Resist Cold}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `min4`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{250}}$ (New) -- `max4`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{500}}$ (New) -### baal's heart -- `\*ID`: $\color{gray}{\text{409}}$ (Old) → $\color{blue}{\text{447}}$ (New) -- `prop2`: $\color{gray}{\text{Aura}}$ (Old) → $\color{blue}{\text{aura}}$ (New) -### bloodraven's charge -- `min1`: $\color{gray}{\text{180}}$ (Old) → $\color{blue}{\text{200}}$ (New) -- `max1`: $\color{gray}{\text{230}}$ (Old) → $\color{blue}{\text{300}}$ (New) -- `min3`: $\color{gray}{\text{13}}$ (Old) → $\color{blue}{\text{30}}$ (New) -- `max3`: $\color{gray}{\text{13}}$ (Old) → $\color{blue}{\text{30}}$ (New) -- `prop7`: (Old) → $\color{blue}{\text{move2}}$ (New) -- `min7`: (Old) → $\color{blue}{\text{50}}$ (New) -- `max7`: (Old) → $\color{blue}{\text{50}}$ (New) -### bul katho's mind -- `\*ID`: $\color{gray}{\text{410}}$ (Old) → $\color{blue}{\text{448}}$ (New) -- `prop8`: (Old) → $\color{blue}{\text{pierce-dmg}}$ (New) -- `min8`: (Old) → $\color{blue}{\text{5}}$ (New) -- `max8`: (Old) → $\color{blue}{\text{10}}$ (New) -### calamity -- `\*ID`: $\color{gray}{\text{440}}$ (Old) → $\color{blue}{\text{478}}$ (New) -### cerebus -- `prop4`: $\color{gray}{\text{att\%}}$ (Old) → $\color{blue}{\text{aura}}$ (New) -- `par4`: (Old) → $\color{blue}{\text{Fanaticism}}$ (New) -- `min4`: $\color{gray}{\text{60}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `max4`: $\color{gray}{\text{120}}$ (Old) → $\color{blue}{\text{12}}$ (New) -- `prop6`: $\color{gray}{\text{skill}}$ (Old) → $\color{blue}{\text{pierce-dmg}}$ (New) -- `par6`: $\color{gray}{\text{feral rage}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `min6`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `max6`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{10}}$ (New) -### charm blank -- `\*ID`: $\color{gray}{\text{452}}$ (Old) → $\color{blue}{\text{440}}$ (New) -### charm level reward -- `\*ID`: $\color{gray}{\text{405}}$ (Old) → $\color{blue}{\text{439}}$ (New) -- `carry1`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### charm modifiers -- `\*ID`: $\color{gray}{\text{401}}$ (Old) → $\color{blue}{\text{438}}$ (New) -- `carry1`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `prop4`: $\color{gray}{\text{aura}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `par4`: $\color{gray}{\text{377}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `min4`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `max4`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### corrupted arkaine's valor -- `\*ID`: $\color{gray}{\text{427}}$ (Old) → $\color{blue}{\text{465}}$ (New) -### corrupted azurewrath -- `\*ID`: $\color{gray}{\text{430}}$ (Old) → $\color{blue}{\text{468}}$ (New) -### corrupted bartuc's cut\-throat -- `\*ID`: $\color{gray}{\text{429}}$ (Old) → $\color{blue}{\text{467}}$ (New) -### corrupted harlequin crest -- `\*ID`: $\color{gray}{\text{424}}$ (Old) → $\color{blue}{\text{462}}$ (New) -### corrupted saracen's chance -- `\*ID`: $\color{gray}{\text{428}}$ (Old) → $\color{blue}{\text{466}}$ (New) -### corrupted valkyrie wing -- `\*ID`: $\color{gray}{\text{425}}$ (Old) → $\color{blue}{\text{463}}$ (New) -### crown of ages -- `rarity`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{99}}$ (New) -- `max3`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{3}}$ (New) -- `max4`: $\color{gray}{\text{150}}$ (Old) → $\color{blue}{\text{200}}$ (New) -- `max6`: $\color{gray}{\text{15}}$ (Old) → $\color{blue}{\text{20}}$ (New) -- `max7`: $\color{gray}{\text{50}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `min8`: $\color{gray}{\text{12}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `max8`: $\color{gray}{\text{15}}$ (Old) → $\color{blue}{\text{30}}$ (New) -- `min9`: $\color{gray}{\text{7}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `prop10`: (Old) → $\color{blue}{\text{mana-kill}}$ (New) -- `min10`: (Old) → $\color{blue}{\text{5}}$ (New) -- `max10`: (Old) → $\color{blue}{\text{9}}$ (New) -### deathcleaver -- `prop7`: (Old) → $\color{blue}{\text{dmg}}$ (New) -- `min7`: (Old) → $\color{blue}{\text{50}}$ (New) -- `max7`: (Old) → $\color{blue}{\text{100}}$ (New) -- `prop8`: (Old) → $\color{blue}{\text{pierce-dmg}}$ (New) -- `min8`: (Old) → $\color{blue}{\text{10}}$ (New) -- `max8`: (Old) → $\color{blue}{\text{20}}$ (New) -### deaths's web -- `prop7`: (Old) → $\color{blue}{\text{kill-skill}}$ (New) -- `par7`: (Old) → $\color{blue}{\text{Lower Resist}}$ (New) -- `min7`: (Old) → $\color{blue}{\text{50}}$ (New) -- `max7`: (Old) → $\color{blue}{\text{10}}$ (New) -### destiny -- `\*ID`: $\color{gray}{\text{445}}$ (Old) → $\color{blue}{\text{483}}$ (New) -### dimoaks hew -- `prop7`: $\color{gray}{\text{Vit}}$ (Old) → $\color{blue}{\text{vit}}$ (New) -### dracul's grasp -- `prop7`: (Old) → $\color{blue}{\text{ignore-ac}}$ (New) -- `min7`: (Old) → $\color{blue}{\text{1}}$ (New) -- `max7`: (Old) → $\color{blue}{\text{1}}$ (New) -### dragonscale -- `prop7`: $\color{gray}{\text{extra-fire}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `min7`: $\color{gray}{\text{15}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `max7`: $\color{gray}{\text{15}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### elemental exposure -- `\*ID`: $\color{gray}{\text{437}}$ (Old) → $\color{blue}{\text{475}}$ (New) -- `prop4`: (Old) → $\color{blue}{\text{addxp}}$ (New) -- `min4`: (Old) → $\color{blue}{\text{2}}$ (New) -- `max4`: (Old) → $\color{blue}{\text{2}}$ (New) -### elemental union -- `\*ID`: $\color{gray}{\text{417}}$ (Old) → $\color{blue}{\text{455}}$ (New) -- `prop1`: $\color{gray}{\text{Aura}}$ (Old) → $\color{blue}{\text{aura}}$ (New) -### ethereal edge -- `prop6`: (Old) → $\color{blue}{\text{kill-skill}}$ (New) -- `par6`: (Old) → $\color{blue}{\text{Fade}}$ (New) -- `min6`: (Old) → $\color{blue}{\text{5}}$ (New) -- `max6`: (Old) → $\color{blue}{\text{10}}$ (New) -### firelizard's talons -- `rarity`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{51}}$ (New) -### flamebellow -- `min3`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `prop10`: (Old) → $\color{blue}{\text{aura}}$ (New) -- `par10`: (Old) → $\color{blue}{\text{conviction}}$ (New) -- `min10`: (Old) → $\color{blue}{\text{5}}$ (New) -- `max10`: (Old) → $\color{blue}{\text{10}}$ (New) -### frostwind -- `prop3`: $\color{gray}{\text{half-freeze}}$ (Old) → $\color{blue}{\text{nofreeze}}$ (New) -- `prop7`: $\color{gray}{\text{hit}}$ ext{-skill}$$ (Old) → $\color{blue}{\text{att}}$ ext{-skill}$$ (New) -- `min7`: $\color{gray}{\text{20}}$ (Old) → $\color{blue}{\text{25}}$ (New) -- `prop8`: $\color{gray}{\text{hit}}$ ext{-skill}$$ (Old) → $\color{blue}{\text{att}}$ ext{-skill}$$ (New) -- `min8`: $\color{gray}{\text{20}}$ (Old) → $\color{blue}{\text{25}}$ (New) -- `max8`: $\color{gray}{\text{20}}$ (Old) → $\color{blue}{\text{30}}$ (New) -### gaia's precision -- `\*ID`: $\color{gray}{\text{413}}$ (Old) → $\color{blue}{\text{451}}$ (New) -- `min1`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{6}}$ (New) -- `max1`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `min6`: $\color{gray}{\text{200}}$ (Old) → $\color{blue}{\text{1000}}$ (New) -- `max6`: $\color{gray}{\text{300}}$ (Old) → $\color{blue}{\text{1000}}$ (New) -- `prop7`: $\color{gray}{\text{red-dmg}}$ (Old) → $\color{blue}{\text{hp\%}}$ (New) -- `min7`: $\color{gray}{\text{15}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `max7`: $\color{gray}{\text{20}}$ (Old) → $\color{blue}{\text{15}}$ (New) -- `prop9`: (Old) → $\color{blue}{\text{hit-skill}}$ (New) -- `par9`: (Old) → $\color{blue}{\text{Lightning Strike}}$ (New) -- `min9`: (Old) → $\color{blue}{\text{20}}$ (New) -- `max9`: (Old) → $\color{blue}{\text{40}}$ (New) -### gargoyle's bite -- `rarity`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{99}}$ (New) -### gheed's fortune -- `max1`: $\color{gray}{\text{40}}$ (Old) → $\color{blue}{\text{50}}$ (New) -### giant's protection -- `\*ID`: $\color{gray}{\text{412}}$ (Old) → $\color{blue}{\text{450}}$ (New) -- `max1`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -### giantskull -- `prop7`: (Old) → $\color{blue}{\text{ignore-ac}}$ (New) -- `min7`: (Old) → $\color{blue}{\text{1}}$ (New) -- `max7`: (Old) → $\color{blue}{\text{1}}$ (New) -### gimmershred -- `max7`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{20}}$ (New) -### griffon's eye -- `min5`: $\color{gray}{\text{15}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `max5`: $\color{gray}{\text{20}}$ (Old) → $\color{blue}{\text{15}}$ (New) -- `prop6`: (Old) → $\color{blue}{\text{oskill}}$ (New) -- `par6`: (Old) → $\color{blue}{\text{Thunder Storm}}$ (New) -- `min6`: (Old) → $\color{blue}{\text{7}}$ (New) -- `max6`: (Old) → $\color{blue}{\text{7}}$ (New) -### guardian angel -- `max9`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -### gungnir's almighty -- `\*ID`: $\color{gray}{\text{411}}$ (Old) → $\color{blue}{\text{449}}$ (New) -### hellfire torch -- `max1`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -### honor -- `\*ID`: $\color{gray}{\text{444}}$ (Old) → $\color{blue}{\text{482}}$ (New) -### jym's swift journey -- `\*ID`: $\color{gray}{\text{431}}$ (Old) → $\color{blue}{\text{469}}$ (New) -### killing intent -- `\*ID`: $\color{gray}{\text{436}}$ (Old) → $\color{blue}{\text{474}}$ (New) -- `prop4`: (Old) → $\color{blue}{\text{addxp}}$ (New) -- `min4`: (Old) → $\color{blue}{\text{2}}$ (New) -- `max4`: (Old) → $\color{blue}{\text{2}}$ (New) -### king's absolution -- `\*ID`: $\color{gray}{\text{418}}$ (Old) → $\color{blue}{\text{456}}$ (New) -- `max2`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -### kira's guardian -- `max5`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `min6`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `max6`: $\color{gray}{\text{20}}$ (Old) → $\color{blue}{\text{15}}$ (New) -### mad dog -- `\*ID`: $\color{gray}{\text{446}}$ (Old) → $\color{blue}{\text{484}}$ (New) -### manawyrm -- `\*ID`: $\color{gray}{\text{449}}$ (Old) → $\color{blue}{\text{487}}$ (New) -- `firstLadderSeason`: $\color{gray}{\text{Magic Conviction}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `par1`: $\color{gray}{\text{376}}$ (Old) → $\color{blue}{\text{Magic Conviction}}$ (New) -- `par6`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `max6`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -### mang song's lesson -- `min1`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `max1`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `prop2`: $\color{gray}{\text{pierce-fire}}$ (Old) → $\color{blue}{\text{aura}}$ (New) -- `par2`: (Old) → $\color{blue}{\text{conviction}}$ (New) -- `min2`: $\color{gray}{\text{20}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `max2`: $\color{gray}{\text{25}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `prop3`: $\color{gray}{\text{pierce-ltng}}$ (Old) → $\color{blue}{\text{hp\%}}$ (New) -- `min3`: $\color{gray}{\text{20}}$ (Old) → $\color{blue}{\text{40}}$ (New) -- `max3`: $\color{gray}{\text{25}}$ (Old) → $\color{blue}{\text{50}}$ (New) -- `prop4`: $\color{gray}{\text{pierce-cold}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `min4`: $\color{gray}{\text{20}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `max4`: $\color{gray}{\text{25}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `max5`: $\color{gray}{\text{30}}$ (Old) → $\color{blue}{\text{80}}$ (New) -- `min6`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{115}}$ (New) -- `max6`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{115}}$ (New) -- `max7`: $\color{gray}{\text{40}}$ (Old) → $\color{blue}{\text{50}}$ (New) -### medusa's gaze -- `max10`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `prop11`: (Old) → $\color{blue}{\text{gethit-skill}}$ (New) -- `par11`: (Old) → $\color{blue}{\text{Frost Nova}}$ (New) -- `min11`: (Old) → $\color{blue}{\text{33}}$ (New) -- `max11`: (Old) → $\color{blue}{\text{40}}$ (New) -### meshif's travellers -- `\*ID`: $\color{gray}{\text{408}}$ (Old) → $\color{blue}{\text{446}}$ (New) -- `prop5`: $\color{gray}{\text{Aura}}$ (Old) → $\color{blue}{\text{aura}}$ (New) -- `max8`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -### mindnumb -- `\*ID`: $\color{gray}{\text{451}}$ (Old) → $\color{blue}{\text{489}}$ (New) -- `firstLadderSeason`: $\color{gray}{\text{Magic Conviction}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `par1`: $\color{gray}{\text{376}}$ (Old) → $\color{blue}{\text{Magic Conviction}}$ (New) -- `prop5`: $$ ext{cold}$\color{gray}{\text{-res}}$ (Old) → $\color{blue}{\text{res-}}$ ext{cold}$$ (New) -### mistiltein -- `\*ID`: $\color{gray}{\text{415}}$ (Old) → $\color{blue}{\text{453}}$ (New) -- `prop1`: $\color{gray}{\text{Aura}}$ (Old) → $\color{blue}{\text{aura}}$ (New) -### neverfrost -- `\*ID`: $\color{gray}{\text{402}}$ (Old) → $\color{blue}{\text{441}}$ (New) -### nightwing's veil -- `max6`: $\color{gray}{\text{12}}$ (Old) → $\color{blue}{\text{15}}$ (New) -- `min8`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `max8`: $\color{gray}{\text{20}}$ (Old) → $\color{blue}{\text{15}}$ (New) -### numbness -- `\*ID`: $\color{gray}{\text{442}}$ (Old) → $\color{blue}{\text{480}}$ (New) -### pride -- `\*ID`: $\color{gray}{\text{443}}$ (Old) → $\color{blue}{\text{481}}$ (New) -### rainbow facet -- `\*ID`: $\color{gray}{\text{404}}$ (Old) → $\color{blue}{\text{443}}$ (New) -### resistbreaker -- `\*ID`: $\color{gray}{\text{447}}$ (Old) → $\color{blue}{\text{485}}$ (New) -- `firstLadderSeason`: $\color{gray}{\text{Magic Conviction}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `par1`: $\color{gray}{\text{376}}$ (Old) → $\color{blue}{\text{Magic Conviction}}$ (New) -### robe of the horadrim -- `\*ID`: $\color{gray}{\text{438}}$ (Old) → $\color{blue}{\text{476}}$ (New) -### runemaster -- `min1`: $\color{gray}{\text{270}}$ (Old) → $\color{blue}{\text{350}}$ (New) -- `max1`: $\color{gray}{\text{320}}$ (Old) → $\color{blue}{\text{350}}$ (New) -- `min2`: $\color{gray}{\text{20}}$ (Old) → $\color{blue}{\text{40}}$ (New) -- `max2`: $\color{gray}{\text{20}}$ (Old) → $\color{blue}{\text{40}}$ (New) -### saboteurs blade -- `\*ID`: $\color{gray}{\text{414}}$ (Old) → $\color{blue}{\text{452}}$ (New) -- `min2`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{2}}$ (New) -### sandstorm trek -- `prop6`: $\color{gray}{\text{str}}$ (Old) → $\color{blue}{\text{all-stats}}$ (New) -- `prop7`: $\color{gray}{\text{vit}}$ (Old) → $\color{blue}{\text{aura}}$ (New) -- `par7`: (Old) → $\color{blue}{\text{cleansing}}$ (New) -- `min7`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `max7`: $\color{gray}{\text{15}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `prop10`: $\color{gray}{\text{res-pois-len}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `min10`: $\color{gray}{\text{75}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `max10`: $\color{gray}{\text{75}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### saracen's chance -- `max4`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -### schaefer's hammer -- `max1`: $\color{gray}{\text{20}}$ (Old) → $\color{blue}{\text{50}}$ (New) -- `min2`: $\color{gray}{\text{50}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `max2`: $\color{gray}{\text{50}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `min8`: $\color{gray}{\text{200}}$ (Old) → $\color{blue}{\text{350}}$ (New) -- `max8`: $\color{gray}{\text{230}}$ (Old) → $\color{blue}{\text{350}}$ (New) -- `prop9`: $$ ext{dmg}$\color{gray}{\text{-ltng}}$ (Old) → $\color{blue}{\text{pierce-}}$ ext{dmg}$$ (New) -- `min9`: $\color{gray}{\text{50}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `max9`: $\color{gray}{\text{200}}$ (Old) → $\color{blue}{\text{15}}$ (New) -### shadowdancer -- `max5`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -### shaftstop -- `rarity`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{99}}$ (New) -- `lvl`: $\color{gray}{\text{46}}$ (Old) → $\color{blue}{\text{75}}$ (New) -- `code`: $\color{gray}{\text{xhn}}$ (Old) → $\color{blue}{\text{uhn}}$ (New) -- `\*ItemName`: $\color{gray}{\text{Mesh Armor}}$ (Old) → $\color{blue}{\text{Boneweave}}$ (New) -- `min3`: $\color{gray}{\text{85}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `max3`: $\color{gray}{\text{140}}$ (Old) → $\color{blue}{\text{200}}$ (New) -- `min5`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `max5`: $\color{gray}{\text{12}}$ (Old) → $\color{blue}{\text{15}}$ (New) -- `prop9`: (Old) → $\color{blue}{\text{red-mag}}$ (New) -- `min9`: (Old) → $\color{blue}{\text{10}}$ (New) -- `max9`: (Old) → $\color{blue}{\text{15}}$ (New) -- `prop10`: (Old) → $\color{blue}{\text{allskills}}$ (New) -- `min10`: (Old) → $\color{blue}{\text{1}}$ (New) -- `max10`: (Old) → $\color{blue}{\text{1}}$ (New) -### sigurds staunching helm -- `\*ID`: $\color{gray}{\text{419}}$ (Old) → $\color{blue}{\text{457}}$ (New) -- `max4`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -### simple solution -- `\*ID`: $\color{gray}{\text{422}}$ (Old) → $\color{blue}{\text{460}}$ (New) -- `prop8`: $$ ext{res-}$\color{gray}{\text{poi}}$ ext{-len}$$ (Old) → $$ ext{res-}$\color{blue}{\text{pois}}$ ext{-len}$$ (New) -### skin of the flayerd one -- `max9`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -### skorn -- `\*ID`: $\color{gray}{\text{439}}$ (Old) → $\color{blue}{\text{477}}$ (New) -### slanderer -- `\*ID`: $\color{gray}{\text{441}}$ (Old) → $\color{blue}{\text{479}}$ (New) -### slayer's edge -- `\*ID`: $\color{gray}{\text{420}}$ (Old) → $\color{blue}{\text{458}}$ (New) -- `rarity`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{99}}$ (New) -### souldrain -- `par4`: $\color{gray}{\text{Weaken}}$ (Old) → $\color{blue}{\text{Decrepify}}$ (New) -### spike thorn -- `prop10`: (Old) → $\color{blue}{\text{aura}}$ (New) -- `par10`: (Old) → $\color{blue}{\text{thorns}}$ (New) -- `min10`: (Old) → $\color{blue}{\text{20}}$ (New) -- `max10`: (Old) → $\color{blue}{\text{20}}$ (New) -### spirit ward -- `max8`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -- `prop9`: (Old) → $\color{blue}{\text{cast2}}$ (New) -- `min9`: (Old) → $\color{blue}{\text{25}}$ (New) -- `max9`: (Old) → $\color{blue}{\text{25}}$ (New) -### static accumulator -- `\*ID`: $\color{gray}{\text{433}}$ (Old) → $\color{blue}{\text{471}}$ (New) -- `prop1`: $\color{gray}{\text{sock}}$ (Old) → $\color{blue}{\text{gethit-skill}}$ (New) -- `par1`: (Old) → $\color{blue}{\text{Static Field}}$ (New) -- `min1`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{5}}$ (New) -- `max1`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{20}}$ (New) -- `prop2`: $\color{gray}{\text{enr\%}}$ (Old) → $\color{blue}{\text{move1}}$ (New) -- `min2`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `prop3`: $\color{gray}{\text{gethit-skill}}$ (Old) → $\color{blue}{\text{sock}}$ (New) -- `par3`: $\color{gray}{\text{Static Field}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `min3`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `max3`: $\color{gray}{\text{20}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `prop4`: $\color{gray}{\text{move1}}$ (Old) → $\color{blue}{\text{enr\%}}$ (New) -- `min4`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{1}}$ (New) -### stealskull -- `max8`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{7}}$ (New) -### steel carapice -- `max2`: $\color{gray}{\text{20}}$ (Old) → $\color{blue}{\text{40}}$ (New) -- `min5`: $\color{gray}{\text{10}}$ (Old) → $\color{blue}{\text{50}}$ (New) -- `max5`: $\color{gray}{\text{15}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `prop9`: (Old) → $\color{blue}{\text{aura}}$ (New) -- `par9`: (Old) → $\color{blue}{\text{defiance}}$ (New) -- `min9`: (Old) → $\color{blue}{\text{8}}$ (New) -- `max9`: (Old) → $\color{blue}{\text{10}}$ (New) -- `prop10`: (Old) → $\color{blue}{\text{allskills}}$ (New) -- `min10`: (Old) → $\color{blue}{\text{1}}$ (New) -- `max10`: (Old) → $\color{blue}{\text{2}}$ (New) -- `prop11`: (Old) → $\color{blue}{\text{ease}}$ (New) -- `min11`: (Old) → $\color{blue}{\text{-50}}$ (New) -- `max11`: (Old) → $\color{blue}{\text{-50}}$ (New) -### steelpillar -- `prop9`: (Old) → $\color{blue}{\text{oskill}}$ (New) -- `par9`: (Old) → $\color{blue}{\text{iron skin}}$ (New) -- `min9`: (Old) → $\color{blue}{\text{1}}$ (New) -- `max9`: (Old) → $\color{blue}{\text{3}}$ (New) -### stone crusher -- `min6`: $\color{gray}{\text{42}}$ (Old) → $\color{blue}{\text{50}}$ (New) -- `max6`: $\color{gray}{\text{69}}$ (Old) → $\color{blue}{\text{85}}$ (New) -- `prop8`: (Old) → $\color{blue}{\text{pierce-dmg}}$ (New) -- `min8`: (Old) → $\color{blue}{\text{5}}$ (New) -- `max8`: (Old) → $\color{blue}{\text{10}}$ (New) -### stormlash -- `max4`: $\color{gray}{\text{30}}$ (Old) → $\color{blue}{\text{44}}$ (New) -### stormshield -- `rarity`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{99}}$ (New) -### stormspire -- `rarity`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{99}}$ (New) -### templar's might -- `min5`: $\color{gray}{\text{30}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `max5`: $\color{gray}{\text{40}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `max7`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{12}}$ (New) -### the corrupted grandfather -- `\*ID`: $\color{gray}{\text{426}}$ (Old) → $\color{blue}{\text{464}}$ (New) -- `min2`: $\color{gray}{\text{250}}$ (Old) → $\color{blue}{\text{300}}$ (New) -- `max2`: $\color{gray}{\text{250}}$ (Old) → $\color{blue}{\text{350}}$ (New) -- `min4`: $\color{gray}{\text{150}}$ (Old) → $\color{blue}{\text{250}}$ (New) -- `max4`: $\color{gray}{\text{150}}$ (Old) → $\color{blue}{\text{250}}$ (New) -- `min7`: $\color{gray}{\text{175}}$ (Old) → $\color{blue}{\text{200}}$ (New) -- `max7`: $\color{gray}{\text{175}}$ (Old) → $\color{blue}{\text{200}}$ (New) -- `min8`: $\color{gray}{\text{25}}$ (Old) → $\color{blue}{\text{40}}$ (New) -- `max8`: $\color{gray}{\text{25}}$ (Old) → $\color{blue}{\text{50}}$ (New) -- `min9`: $\color{gray}{\text{25}}$ (Old) → $\color{blue}{\text{40}}$ (New) -- `max9`: $\color{gray}{\text{25}}$ (Old) → $\color{blue}{\text{50}}$ (New) -- `prop10`: (Old) → $\color{blue}{\text{pierce-dmg}}$ (New) -- `min10`: (Old) → $\color{blue}{\text{15}}$ (New) -- `max10`: (Old) → $\color{blue}{\text{30}}$ (New) -### the grandfather -- `max1`: $\color{gray}{\text{20}}$ (Old) → $\color{blue}{\text{30}}$ (New) -- `prop2`: $\color{gray}{\text{att\%}}$ (Old) → $\color{blue}{\text{pierce-dmg}}$ (New) -- `min2`: $\color{gray}{\text{50}}$ (Old) → $\color{blue}{\text{10}}$ (New) -- `max2`: $\color{gray}{\text{50}}$ (Old) → $\color{blue}{\text{20}}$ (New) -- `min3`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `max3`: $\color{gray}{\text{80}}$ (Old) → $\color{blue}{\text{100}}$ (New) -- `min6`: $\color{gray}{\text{200}}$ (Old) → $\color{blue}{\text{450}}$ (New) -- `max6`: $\color{gray}{\text{300}}$ (Old) → $\color{blue}{\text{450}}$ (New) -### the reaper's toll -- `min1`: $\color{gray}{\text{190}}$ (Old) → $\color{blue}{\text{200}}$ (New) -- `max1`: $\color{gray}{\text{240}}$ (Old) → $\color{blue}{\text{300}}$ (New) -- `max2`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{15}}$ (New) -### thunderfury -- `\*ID`: $\color{gray}{\text{416}}$ (Old) → $\color{blue}{\text{454}}$ (New) -### thunderlords overcharge -- `\*ID`: $\color{gray}{\text{432}}$ (Old) → $\color{blue}{\text{470}}$ (New) -### titan's echo -- `\*ID`: $\color{gray}{\text{435}}$ (Old) → $\color{blue}{\text{473}}$ (New) -- `lvl`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{99}}$ (New) -- `prop1`: $\color{gray}{\text{Splash}}$ (Old) → $\color{blue}{\text{splash}}$ (New) -- `par1`: $\color{gray}{\text{375}}$ (Old) → $\color{blue}{\text{430}}$ (New) -### tyrael's might -- `prop9`: $\color{gray}{\text{str}}$ (Old) → $\color{blue}{\text{oskill}}$ (New) -- `par9`: (Old) → $\color{blue}{\text{Teleport}}$ (New) -- `min9`: $\color{gray}{\text{20}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `max9`: $\color{gray}{\text{30}}$ (Old) → $\color{blue}{\text{1}}$ (New) -- `prop10`: $\color{gray}{\text{oskill}}$ (Old) → $\color{blue}{\text{allskills}}$ (New) -- `par10`: $\color{gray}{\text{Teleport}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `min10`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{2}}$ (New) -- `max10`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{2}}$ (New) -- `prop11`: $\color{gray}{\text{allskills}}$ (Old) → $\color{blue}{\text{swing2}}$ (New) -- `min11`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{30}}$ (New) -- `max11`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{30}}$ (New) -- `prop12`: (Old) → $\color{blue}{\text{cast2}}$ (New) -- `min12`: (Old) → $\color{blue}{\text{30}}$ (New) -- `max12`: (Old) → $\color{blue}{\text{30}}$ (New) -### undeniable -- `\*ID`: $\color{gray}{\text{450}}$ (Old) → $\color{blue}{\text{488}}$ (New) -- `firstLadderSeason`: $\color{gray}{\text{Magic Conviction}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `par1`: $\color{gray}{\text{376}}$ (Old) → $\color{blue}{\text{Magic Conviction}}$ (New) -### unsullied's glory -- `\*ID`: $\color{gray}{\text{406}}$ (Old) → $\color{blue}{\text{444}}$ (New) -### unsullied's legacy -- `\*ID`: $\color{gray}{\text{407}}$ (Old) → $\color{blue}{\text{445}}$ (New) -### viperfork -- `min2`: $\color{gray}{\text{15}}$ (Old) → $\color{blue}{\text{66}}$ (New) -- `prop4`: $\color{gray}{\text{get-hit}}$ ext{-skill}$$ (Old) → $\color{blue}{\text{gethit}}$ ext{-skill}$$ (New) -### wind god fist -- `\*ID`: $\color{gray}{\text{434}}$ (Old) → $\color{blue}{\text{472}}$ (New) -### windhammer -- `min1`: $\color{gray}{\text{180}}$ (Old) → $\color{blue}{\text{200}}$ (New) -- `max1`: $\color{gray}{\text{230}}$ (Old) → $\color{blue}{\text{300}}$ (New) -- `prop6`: (Old) → $\color{blue}{\text{kill-skill}}$ (New) -- `par6`: (Old) → $\color{blue}{\text{Tornado}}$ (New) -- `min6`: (Old) → $\color{blue}{\text{50}}$ (New) -- `max6`: (Old) → $\color{blue}{\text{40}}$ (New) -- `prop7`: (Old) → $\color{blue}{\text{pierce-dmg}}$ (New) -- `min7`: (Old) → $\color{blue}{\text{5}}$ (New) -- `max7`: (Old) → $\color{blue}{\text{15}}$ (New) -### wrath of the high heavens -- `\*ID`: $\color{gray}{\text{423}}$ (Old) → $\color{blue}{\text{461}}$ (New) diff --git a/output/excel_diff_report/uniqueprefix.md b/output/excel_diff_report/uniqueprefix.md deleted file mode 100644 index 560822a..0000000 --- a/output/excel_diff_report/uniqueprefix.md +++ /dev/null @@ -1,3 +0,0 @@ -# Differences for uniqueprefix.txt - -*Key column used: `code`* diff --git a/output/excel_diff_report/weapons.md b/output/excel_diff_report/weapons.md deleted file mode 100644 index 60dc4ea..0000000 --- a/output/excel_diff_report/weapons.md +++ /dev/null @@ -1,235 +0,0 @@ -# Differences for weapons.txt - -*Key column used: `code`* - -## Added Columns: `DropConditionCalc, UICatOverride` - -## Modified Rows (105) -### 6bs -- `auto prefix`: (Old) → $\color{blue}{\text{402}}$ (New) -### 6cs -- `auto prefix`: (Old) → $\color{blue}{\text{402}}$ (New) -### 6ls -- `auto prefix`: (Old) → $\color{blue}{\text{402}}$ (New) -### 6ss -- `auto prefix`: (Old) → $\color{blue}{\text{402}}$ (New) -### 6ws -- `auto prefix`: (Old) → $\color{blue}{\text{402}}$ (New) -### 7bl -- `gemsockets`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{3}}$ (New) -### 7bw -- `auto prefix`: (Old) → $\color{blue}{\text{411}}$ (New) -### 7gw -- `auto prefix`: (Old) → $\color{blue}{\text{411}}$ (New) -### 7la -- `gemsockets`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -### 7ma -- `gemsockets`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{3}}$ (New) -### 7qs -- `auto prefix`: (Old) → $\color{blue}{\text{408}}$ (New) -### 7sc -- `auto prefix`: (Old) → $\color{blue}{\text{408}}$ (New) -### 7wh -- `gemsockets`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -### 7wn -- `auto prefix`: (Old) → $\color{blue}{\text{411}}$ (New) -### 7ws -- `auto prefix`: (Old) → $\color{blue}{\text{408}}$ (New) -### 7yw -- `auto prefix`: (Old) → $\color{blue}{\text{411}}$ (New) -### 8bs -- `auto prefix`: (Old) → $\color{blue}{\text{401}}$ (New) -### 8cs -- `auto prefix`: (Old) → $\color{blue}{\text{401}}$ (New) -### 8ls -- `auto prefix`: (Old) → $\color{blue}{\text{401}}$ (New) -- `gemsockets`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{4}}$ (New) -### 8lx -- `gemsockets`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{6}}$ (New) -### 8mx -- `gemsockets`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{6}}$ (New) -### 8rx -- `gemsockets`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -### 8sb -- `gemsockets`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{4}}$ (New) -### 8ss -- `auto prefix`: (Old) → $\color{blue}{\text{401}}$ (New) -- `gemsockets`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{3}}$ (New) -### 8ws -- `auto prefix`: (Old) → $\color{blue}{\text{401}}$ (New) -### 92h -- `gemsockets`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{4}}$ (New) -### 9b7 -- `gemsockets`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{4}}$ (New) -### 9bl -- `gemsockets`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{3}}$ (New) -### 9bw -- `auto prefix`: (Old) → $\color{blue}{\text{410}}$ (New) -### 9cl -- `gemsockets`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{3}}$ (New) -### 9gl -- `gemsockets`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{4}}$ (New) -### 9gw -- `auto prefix`: (Old) → $\color{blue}{\text{410}}$ (New) -### 9ha -- `gemsockets`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{3}}$ (New) -### 9la -- `gemsockets`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -### 9ma -- `gemsockets`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{3}}$ (New) -### 9qs -- `auto prefix`: (Old) → $\color{blue}{\text{407}}$ (New) -### 9sb -- `gemsockets`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{3}}$ (New) -### 9sc -- `auto prefix`: (Old) → $\color{blue}{\text{407}}$ (New) -- `gemsockets`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{3}}$ (New) -### 9sm -- `gemsockets`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{3}}$ (New) -### 9sr -- `gemsockets`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{4}}$ (New) -### 9ss -- `gemsockets`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{3}}$ (New) -### 9ts -- `gemsockets`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{4}}$ (New) -### 9wh -- `gemsockets`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -### 9wn -- `auto prefix`: (Old) → $\color{blue}{\text{410}}$ (New) -### 9ws -- `auto prefix`: (Old) → $\color{blue}{\text{407}}$ (New) -### 9yw -- `auto prefix`: (Old) → $\color{blue}{\text{410}}$ (New) -### am1 -- `gemsockets`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{4}}$ (New) -### bar -- `gemsockets`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{4}}$ (New) -### bld -- `gemsockets`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{3}}$ (New) -### bst -- `auto prefix`: (Old) → $\color{blue}{\text{400}}$ (New) -### bwn -- `auto prefix`: (Old) → $\color{blue}{\text{409}}$ (New) -### clb -- `gemsockets`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{3}}$ (New) -### cst -- `auto prefix`: (Old) → $\color{blue}{\text{400}}$ (New) -### d33 -- `ShowLevel`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### flc -- `gemsockets`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{3}}$ (New) -### g33 -- `ShowLevel`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### gpl -- `ShowLevel`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `minstack`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `spawnstack`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{9}}$ (New) -### gpm -- `ShowLevel`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `minstack`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `spawnstack`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{9}}$ (New) -### gps -- `ShowLevel`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `minstack`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `spawnstack`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{9}}$ (New) -### gsc -- `auto prefix`: (Old) → $\color{blue}{\text{406}}$ (New) -### gwn -- `auto prefix`: (Old) → $\color{blue}{\text{409}}$ (New) -### hdm -- `ShowLevel`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### hfh -- `ShowLevel`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### hst -- `ShowLevel`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### lax -- `gemsockets`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -### leg -- `ShowLevel`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### lst -- `auto prefix`: (Old) → $\color{blue}{\text{400}}$ (New) -- `gemsockets`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{4}}$ (New) -### lxb -- `gemsockets`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{6}}$ (New) -### mac -- `gemsockets`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{3}}$ (New) -### msf -- `ShowLevel`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### mxb -- `gemsockets`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{6}}$ (New) -### ob1 -- `auto prefix`: $\color{gray}{\text{303}}$ (Old) → $\color{blue}{\text{403}}$ (New) -### ob2 -- `auto prefix`: $\color{gray}{\text{303}}$ (Old) → $\color{blue}{\text{403}}$ (New) -### ob3 -- `auto prefix`: $\color{gray}{\text{303}}$ (Old) → $\color{blue}{\text{403}}$ (New) -### ob4 -- `auto prefix`: $\color{gray}{\text{303}}$ (Old) → $\color{blue}{\text{403}}$ (New) -### ob5 -- `auto prefix`: $\color{gray}{\text{303}}$ (Old) → $\color{blue}{\text{403}}$ (New) -### ob6 -- `auto prefix`: $\color{gray}{\text{303}}$ (Old) → $\color{blue}{\text{404}}$ (New) -### ob7 -- `auto prefix`: $\color{gray}{\text{303}}$ (Old) → $\color{blue}{\text{404}}$ (New) -### ob8 -- `auto prefix`: $\color{gray}{\text{303}}$ (Old) → $\color{blue}{\text{404}}$ (New) -### ob9 -- `auto prefix`: $\color{gray}{\text{303}}$ (Old) → $\color{blue}{\text{404}}$ (New) -### oba -- `auto prefix`: $\color{gray}{\text{303}}$ (Old) → $\color{blue}{\text{404}}$ (New) -### obb -- `auto prefix`: $\color{gray}{\text{303}}$ (Old) → $\color{blue}{\text{405}}$ (New) -### obc -- `auto prefix`: $\color{gray}{\text{303}}$ (Old) → $\color{blue}{\text{405}}$ (New) -### obd -- `auto prefix`: $\color{gray}{\text{303}}$ (Old) → $\color{blue}{\text{405}}$ (New) -### obe -- `auto prefix`: $\color{gray}{\text{303}}$ (Old) → $\color{blue}{\text{405}}$ (New) -### obf -- `auto prefix`: $\color{gray}{\text{303}}$ (Old) → $\color{blue}{\text{405}}$ (New) -### opl -- `ShowLevel`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `minstack`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `spawnstack`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{9}}$ (New) -### opm -- `ShowLevel`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `minstack`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `spawnstack`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{9}}$ (New) -### ops -- `ShowLevel`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -- `minstack`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{8}}$ (New) -- `spawnstack`: $\color{gray}{\text{6}}$ (Old) → $\color{blue}{\text{9}}$ (New) -### qf1 -- `ShowLevel`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### qf2 -- `ShowLevel`: $\color{gray}{\text{1}}$ (Old) → $\color{blue}{\text{(removed)}}$ (New) -### rxb -- `gemsockets`: $\color{gray}{\text{5}}$ (Old) → $\color{blue}{\text{6}}$ (New) -### sbr -- `gemsockets`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{3}}$ (New) -### sbw -- `gemsockets`: $\color{gray}{\text{3}}$ (Old) → $\color{blue}{\text{4}}$ (New) -### scm -- `gemsockets`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{3}}$ (New) -### scp -- `auto prefix`: (Old) → $\color{blue}{\text{406}}$ (New) -- `gemsockets`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{3}}$ (New) -### spc -- `gemsockets`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{3}}$ (New) -### ssd -- `gemsockets`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{3}}$ (New) -### ssp -- `gemsockets`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{3}}$ (New) -### sst -- `auto prefix`: (Old) → $\color{blue}{\text{400}}$ (New) -- `gemsockets`: $\color{gray}{\text{2}}$ (Old) → $\color{blue}{\text{3}}$ (New) -### whm -- `gemsockets`: $\color{gray}{\text{4}}$ (Old) → $\color{blue}{\text{5}}$ (New) -### wnd -- `auto prefix`: (Old) → $\color{blue}{\text{409}}$ (New) -### wsp -- `auto prefix`: (Old) → $\color{blue}{\text{406}}$ (New) -### wst -- `auto prefix`: (Old) → $\color{blue}{\text{400}}$ (New) -### ywn -- `auto prefix`: (Old) → $\color{blue}{\text{409}}$ (New) diff --git a/output/item_diff_report/ADDED.md b/output/item_diff_report/ADDED.md deleted file mode 100644 index a6fe2d1..0000000 --- a/output/item_diff_report/ADDED.md +++ /dev/null @@ -1,46 +0,0 @@ -# Added Items Breakdown -Categorized by type to ensure optimal rendering. -## Uniques -- [Amulet](added/uniques/amulet.md) -- [Armor](added/uniques/armor.md) -- [Belt](added/uniques/belt.md) -- [Boots](added/uniques/boots.md) -- [Bow](added/uniques/bow.md) -- [Charms](added/uniques/charms.md) -- [Circlet](added/uniques/circlet.md) -- [Colossal Jewel](added/uniques/colossal_jewel.md) -- [Crafted Sunder Charm](added/uniques/crafted_sunder_charm.md) -- [Expansion](added/uniques/expansion.md) -- [Gloves](added/uniques/gloves.md) -- [Grimoire](added/uniques/grimoire.md) -- [Hand to Hand 2](added/uniques/hand_to_hand_2.md) -- [Javelin](added/uniques/javelin.md) -- [Jewels](added/uniques/jewels.md) -- [Knife](added/uniques/knife.md) -- [Large Charm](added/uniques/large_charm.md) -- [Merc Equip](added/uniques/merc_equip.md) -- [Polearm](added/uniques/polearm.md) -- [Ring](added/uniques/ring.md) -- [Shield](added/uniques/shield.md) -- [Swords](added/uniques/swords.md) - -## Runewords -- [Armor](added/runewords/armor.md) -- [Grimoire](added/runewords/grimoire.md) -- [Knife](added/runewords/knife.md) -- [Merc Equip](added/runewords/merc_equip.md) - -## Sets -- [Amulet](added/sets/amulet.md) -- [Armor](added/sets/armor.md) -- [Belt](added/sets/belt.md) -- [Boots](added/sets/boots.md) -- [Circlet](added/sets/circlet.md) -- [Gloves](added/sets/gloves.md) -- [Grimoire](added/sets/grimoire.md) -- [Knife](added/sets/knife.md) -- [Merc Equip](added/sets/merc_equip.md) -- [Ring](added/sets/ring.md) -- [Swords](added/sets/swords.md) -- [Voodoo Heads](added/sets/voodoo_heads.md) -- [Wand](added/sets/wand.md) diff --git a/output/item_diff_report/MODIFIED.md b/output/item_diff_report/MODIFIED.md deleted file mode 100644 index 0fd7488..0000000 --- a/output/item_diff_report/MODIFIED.md +++ /dev/null @@ -1,43 +0,0 @@ -# Modified Items Breakdown -Categorized by type to ensure optimal rendering. -## Uniques -- [Amazon Spear](modified/uniques/amazon_spear.md) -- [Amulet](modified/uniques/amulet.md) -- [Armor](modified/uniques/armor.md) -- [Axe](modified/uniques/axe.md) -- [Boots](modified/uniques/boots.md) -- [Charms](modified/uniques/charms.md) -- [Circlet](modified/uniques/circlet.md) -- [Gloves](modified/uniques/gloves.md) -- [Hammer](modified/uniques/hammer.md) -- [Hand to Hand 2](modified/uniques/hand_to_hand_2.md) -- [Javelin](modified/uniques/javelin.md) -- [Knife](modified/uniques/knife.md) -- [Mace](modified/uniques/mace.md) -- [Medium Charm](modified/uniques/medium_charm.md) -- [Merc Equip](modified/uniques/merc_equip.md) -- [Pelt](modified/uniques/pelt.md) -- [Polearm](modified/uniques/polearm.md) -- [Primal Helm](modified/uniques/primal_helm.md) -- [Shield](modified/uniques/shield.md) -- [Small Charm](modified/uniques/small_charm.md) -- [Spears](modified/uniques/spears.md) -- [Staff](modified/uniques/staff.md) -- [Swords](modified/uniques/swords.md) -- [Throwing Axe](modified/uniques/throwing_axe.md) -- [Wand](modified/uniques/wand.md) - -## Runewords -- [Other](modified/runewords/other.md) - -## Sets -- [Armor](modified/sets/armor.md) -- [Belt](modified/sets/belt.md) -- [Boots](modified/sets/boots.md) -- [Gloves](modified/sets/gloves.md) -- [Mace](modified/sets/mace.md) -- [Merc Equip](modified/sets/merc_equip.md) -- [Orb](modified/sets/orb.md) -- [Pelt](modified/sets/pelt.md) -- [Primal Helm](modified/sets/primal_helm.md) -- [Voodoo Heads](modified/sets/voodoo_heads.md) diff --git a/output/item_diff_report/REMOVED.md b/output/item_diff_report/REMOVED.md deleted file mode 100644 index 48ab3bf..0000000 --- a/output/item_diff_report/REMOVED.md +++ /dev/null @@ -1,6 +0,0 @@ -# Removed Items - -- **Ciris's Guidance** (Ciris's Guidance) -- **Elite** (Elite) -- **Humility** (Humility) -- **Ravaging T1** (Ravaging T1) diff --git a/output/item_diff_report/SUMMARY.md b/output/item_diff_report/SUMMARY.md deleted file mode 100644 index adf9ff2..0000000 --- a/output/item_diff_report/SUMMARY.md +++ /dev/null @@ -1,10 +0,0 @@ -# Item Database Comparison Summary - -| Category | [Added](ADDED.md) | [Removed](REMOVED.md) | [Modified](MODIFIED.md) | -| :--- | :---: | :---: | :---: | -| Uniques | 55 | 2 | 40 | -| Sets | 26 | 1 | 33 | -| Runewords | 5 | 1 | 19 | -| **Total** | **86** | **4** | **92** | - -Click the links in the header to see detailed breakdowns. diff --git a/output/item_diff_report/added/runewords/armor.md b/output/item_diff_report/added/runewords/armor.md deleted file mode 100644 index 0f0c2be..0000000 --- a/output/item_diff_report/added/runewords/armor.md +++ /dev/null @@ -1,16 +0,0 @@ -# Added Armor Runewords - -**Authority** (Authority) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Armor | -| | **Level Requirement:** 0 | -| | **Properties:** | -| | $\color{blue}{ ext{+2 to Warlock Skill Levels}}$ | -| | $\color{blue}{ ext{+50\\% Enhanced Damage}}$ | -| | $\color{blue}{ ext{+10\\% Faster Cast Rate}}$ | -| | $\color{blue}{ ext{+2 to Mana after each Kill}}$ | -| | $\color{blue}{ ext{+2 Life after each Kill}}$ | -| | $\color{blue}{ ext{+50 Defense}}$ | - diff --git a/output/item_diff_report/added/runewords/grimoire.md b/output/item_diff_report/added/runewords/grimoire.md deleted file mode 100644 index b84ff67..0000000 --- a/output/item_diff_report/added/runewords/grimoire.md +++ /dev/null @@ -1,17 +0,0 @@ -# Added Grimoire Runewords - -**Vigilance** (Vigilance) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Grimoire | -| | **Level Requirement:** 0 | -| | **Properties:** | -| | $\color{blue}{ ext{5\\% Chance to cast level 35 Ring of Fire when struck}}$ | -| | $\color{blue}{ ext{+10\\% Faster Run/Walk}}$ | -| | $\color{blue}{ ext{+30\\% Faster Block Rate}}$ | -| | $\color{blue}{ ext{+50-75 to Life}}$ | -| | $\color{blue}{ ext{+50-75 to Mana}}$ | -| | $\color{blue}{ ext{All Resistances +25-35}}$ | -| | $\color{blue}{ ext{+75-100\\% Enhanced Defense}}$ | - diff --git a/output/item_diff_report/added/runewords/knife.md b/output/item_diff_report/added/runewords/knife.md deleted file mode 100644 index b221d9b..0000000 --- a/output/item_diff_report/added/runewords/knife.md +++ /dev/null @@ -1,17 +0,0 @@ -# Added Knife Runewords - -**Ritual** (Ritual) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Knife | -| | **Level Requirement:** 0 | -| | **Properties:** | -| | $\color{blue}{ ext{20\\% Chance to cast level 16 Sigil: Death when struck}}$ | -| | $\color{blue}{ ext{+20\\% Increased Attack Speed}}$ | -| | $\color{blue}{ ext{+200-270\\% Enhanced Damage}}$ | -| | $\color{blue}{ ext{+150-250\\% Damage to Demons}}$ | -| | $\color{blue}{ ext{200-260\\% Bonus to Attack Rating}}$ | -| | $\color{blue}{ ext{+3-5 Life after each Kill}}$ | -| | $\color{blue}{ ext{Requirements --50\\%}}$ | - diff --git a/output/item_diff_report/added/runewords/merc_equip.md b/output/item_diff_report/added/runewords/merc_equip.md deleted file mode 100644 index 2835600..0000000 --- a/output/item_diff_report/added/runewords/merc_equip.md +++ /dev/null @@ -1,31 +0,0 @@ -# Added Merc Equip Runewords - -**Coven** (Coven) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Merc Equip | -| | **Level Requirement:** 0 | -| | **Properties:** | -| | $\color{blue}{ ext{5\\% Chance to cast level 20 Sigil: Lethargy when struck}}$ | -| | $\color{blue}{ ext{+1 to All Skills}}$ | -| | $\color{blue}{ ext{+20\\% Faster Cast Rate}}$ | -| | $\color{blue}{ ext{+100\\% Enhanced Defense}}$ | -| | $\color{blue}{ ext{10-25\\% Better Chance of Getting Magic Items}}$ | -| | $\color{blue}{ ext{+1-5 Life after each Kill}}$ | - -**Hunger** (Hunger) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Merc Equip | -| | **Level Requirement:** 0 | -| | **Properties:** | -| | $\color{blue}{ ext{Damage Reduced by 5-8\\%}}$ | -| | $\color{blue}{ ext{Magic Damage Reduced by 9}}$ | -| | $\color{blue}{ ext{10\\% Mana stolen per hit}}$ | -| | $\color{blue}{ ext{10\\% Life stolen per hit}}$ | -| | $\color{blue}{ ext{+8 to Mana after each Kill}}$ | -| | $\color{blue}{ ext{+8 Life after each Kill}}$ | -| | $\color{blue}{ ext{+25\\% Faster Run/Walk}}$ | - diff --git a/output/item_diff_report/added/sets/amulet.md b/output/item_diff_report/added/sets/amulet.md deleted file mode 100644 index d712c38..0000000 --- a/output/item_diff_report/added/sets/amulet.md +++ /dev/null @@ -1,18 +0,0 @@ -# Added Set Amulet - -**Witcher's Medallion** (Witcher's Medallion) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Amulet | -| | **Level Requirement:** 85 | -| | **Properties:** | -| | $\color{blue}{ ext{+1 to All Skills}}$ | -| | $\color{blue}{ ext{+50-125 to Mana}}$ | -| | $\color{blue}{ ext{+10-20 to Energy}}$ | -| | $\color{blue}{ ext{50\\% Damage Taken Goes To Mana}}$ | -| | $\color{blue}{ ext{3-6\\% Mana stolen per hit}}$ | -| | $\color{blue}{ ext{+2 to Mana after each Kill}}$ | -| | $\color{blue}{ ext{Regenerate Mana 20\\%}}$ | -| | $\color{blue}{ ext{Cold Absorb 5-15\\%}}$ | - diff --git a/output/item_diff_report/added/sets/armor.md b/output/item_diff_report/added/sets/armor.md deleted file mode 100644 index 71f216e..0000000 --- a/output/item_diff_report/added/sets/armor.md +++ /dev/null @@ -1,68 +0,0 @@ -# Added Set Armor - -**Bane's Wraithskin** (Bane's Wraithskin) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Hard Leather Armor | -| | **Level Requirement:** 8 | -| | **Properties:** | -| | $\color{blue}{ ext{+50 Defense}}$ | -| | $\color{blue}{ ext{Magic Resist +30\\%}}$ | - -**Horazon's Dominion** (Horazon's Dominion) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Balrog Skin | -| | **Level Requirement:** 55 | -| | **Properties:** | -| | $\color{blue}{ ext{+2 to Warlock Skill Levels}}$ | -| | $\color{blue}{ ext{+150-200\\% Enhanced Defense}}$ | -| | $\color{blue}{ ext{+75-100 to Mana}}$ | -| | $\color{blue}{ ext{Cold Resist +15-25\\%}}$ | -| | $\color{blue}{ ext{Fire Resist +15-25\\%}}$ | -| | $\color{blue}{ ext{Lightning Resist +15-25\\%}}$ | - -**Horazon's Earth** (Horazon's Earth) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Balrog Skin | -| | **Level Requirement:** 85 | -| | **Properties:** | -| | $\color{blue}{ ext{+2-3 to Warlock Skill Levels}}$ | -| | $\color{blue}{ ext{+200-300\\% Enhanced Defense}}$ | -| | $\color{blue}{ ext{+75-100 to Mana}}$ | -| | $\color{blue}{ ext{Cold Resist +25-50\\%}}$ | -| | $\color{blue}{ ext{Fire Resist +25-50\\%}}$ | -| | $\color{blue}{ ext{Lightning Resist +25-50\\%}}$ | -| | $\color{blue}{ ext{Requirements --50\\%}}$ | - -**Reaper's Cloak** (Reaper's Cloak) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Dusk Shroud | -| | **Level Requirement:** 85 | -| | **Properties:** | -| | $\color{blue}{ ext{+1-2 to All Skills}}$ | -| | $\color{blue}{ ext{Increase Maximum Life 5-10\\%}}$ | -| | $\color{blue}{ ext{Increase Maximum Mana 5-10\\%}}$ | -| | $\color{blue}{ ext{5\\% Mana stolen per hit}}$ | -| | $\color{blue}{ ext{5\\% Life stolen per hit}}$ | -| | $\color{blue}{ ext{Regenerate Mana 20\\%}}$ | -| | $\color{blue}{ ext{Replenish Life +20}}$ | -| | $\color{blue}{ ext{+5 to Mana after each Kill}}$ | -| | $\color{blue}{ ext{+5 Life after each Kill}}$ | - -**Warlord's Mantle** (Warlord's Mantle) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Full Plate Mail | -| | **Level Requirement:** 1 | -| | **Properties:** | -| | $\color{blue}{ ext{+25\\% Enhanced Defense}}$ | -| | $\color{blue}{ ext{Cold Resist +30\\%}}$ | - diff --git a/output/item_diff_report/added/sets/belt.md b/output/item_diff_report/added/sets/belt.md deleted file mode 100644 index 4e95fcf..0000000 --- a/output/item_diff_report/added/sets/belt.md +++ /dev/null @@ -1,22 +0,0 @@ -# Added Set Belt - -**Bane's Authority** (Bane's Authority) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Light Belt | -| | **Level Requirement:** 8 | -| | **Properties:** | -| | $\color{blue}{ ext{+10\\% Faster Cast Rate}}$ | -| | $\color{blue}{ ext{+20 to Life}}$ | - -**Warlord's Authority** (Warlord's Authority) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Plated Belt | -| | **Level Requirement:** 1 | -| | **Properties:** | -| | $\color{blue}{ ext{Lightning Resist +20\\%}}$ | -| | $\color{blue}{ ext{+25 to Life}}$ | - diff --git a/output/item_diff_report/added/sets/boots.md b/output/item_diff_report/added/sets/boots.md deleted file mode 100644 index 8eb83e9..0000000 --- a/output/item_diff_report/added/sets/boots.md +++ /dev/null @@ -1,55 +0,0 @@ -# Added Set Boots - -**Elder Blood Boots** (Elder Blood Boots) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Scarabshell Boots | -| | **Level Requirement:** 85 | -| | **Properties:** | -| | $\color{blue}{ ext{+40\\% Faster Run/Walk}}$ | -| | $\color{blue}{ ext{+100-150 Defense}}$ | -| | $\color{blue}{ ext{+100-150\\% Enhanced Defense}}$ | -| | $\color{blue}{ ext{+10-20 to Strength}}$ | -| | $\color{blue}{ ext{Magic Absorb 5-15\\%}}$ | -| | $\color{blue}{ ext{Curse Resist +30-40\\%}}$ | - -**Horazon's Legacy** (Horazon's Legacy) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Mirrored Boots | -| | **Level Requirement:** 67 | -| | **Properties:** | -| | $\color{blue}{ ext{+30\\% Faster Run/Walk}}$ | -| | $\color{blue}{ ext{+10-15 to Strength}}$ | -| | $\color{blue}{ ext{+10-15 to Dexterity}}$ | -| | $\color{blue}{ ext{Magic Resist +20-30\\%}}$ | -| | $\color{blue}{ ext{Cannot Be Frozen}}$ | -| | $\color{blue}{ ext{Requirements --30\\%}}$ | - -**Horazon's Stone** (Horazon's Stone) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Mirrored Boots | -| | **Level Requirement:** 85 | -| | **Properties:** | -| | $\color{blue}{ ext{+50\\% Faster Run/Walk}}$ | -| | $\color{blue}{ ext{+10-20 to Strength}}$ | -| | $\color{blue}{ ext{+10-20 to Dexterity}}$ | -| | $\color{blue}{ ext{Magic Resist +75\\%}}$ | -| | $\color{blue}{ ext{Cannot Be Frozen}}$ | -| | $\color{blue}{ ext{Requirements --50\\%}}$ | -| | $\color{blue}{ ext{+100-300\\% Enhanced Defense}}$ | - -**Warlord's Crushers** (Warlord's Crushers) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Greaves | -| | **Level Requirement:** 1 | -| | **Properties:** | -| | $\color{blue}{ ext{+20\\% Faster Run/Walk}}$ | -| | $\color{blue}{ ext{Fire Resist +20\\%}}$ | - diff --git a/output/item_diff_report/added/sets/circlet.md b/output/item_diff_report/added/sets/circlet.md deleted file mode 100644 index 3bd0da0..0000000 --- a/output/item_diff_report/added/sets/circlet.md +++ /dev/null @@ -1,19 +0,0 @@ -# Added Set Circlet - -**Swallow's Grace** (Swallow's Grace) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Diadem | -| | **Level Requirement:** 85 | -| | **Properties:** | -| | $\color{blue}{ ext{+2 to All Skills}}$ | -| | $\color{blue}{ ext{+50-125 to Life}}$ | -| | $\color{blue}{ ext{+12-24\\% Faster Hit Recovery}}$ | -| | $\color{blue}{ ext{+10-20 to Vitality}}$ | -| | $\color{blue}{ ext{Replenish Life +30}}$ | -| | $\color{blue}{ ext{3-6\\% Life stolen per hit}}$ | -| | $\color{blue}{ ext{Lightning Absorb 5-15\\%}}$ | -| | $\color{blue}{ ext{+2 Life after each Kill}}$ | -| | $\color{blue}{ ext{+100-200 Defense}}$ | - diff --git a/output/item_diff_report/added/sets/gloves.md b/output/item_diff_report/added/sets/gloves.md deleted file mode 100644 index dafeaf2..0000000 --- a/output/item_diff_report/added/sets/gloves.md +++ /dev/null @@ -1,41 +0,0 @@ -# Added Set Gloves - -**Horazon's Arcane** (Horazon's Arcane) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Bramble Mitts | -| | **Level Requirement:** 85 | -| | **Properties:** | -| | $\color{blue}{ ext{20\\% Chance of Crushing Blow}}$ | -| | $\color{blue}{ ext{+20-30\\% Increased Attack Speed}}$ | -| | $\color{blue}{ ext{+25-50 to Vitality}}$ | -| | $\color{blue}{ ext{-20\\% to Enemy Magic Resistance}}$ | -| | $\color{blue}{ ext{+100 to Life}}$ | -| | $\color{blue}{ ext{+20-30\\% Faster Cast Rate}}$ | -| | $\color{blue}{ ext{+100-300\\% Enhanced Defense}}$ | - -**Horazon's Hold** (Horazon's Hold) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Bramble Mitts | -| | **Level Requirement:** 55 | -| | **Properties:** | -| | $\color{blue}{ ext{10\\% Chance of Crushing Blow}}$ | -| | $\color{blue}{ ext{+10\\% Increased Attack Speed}}$ | -| | $\color{blue}{ ext{+10-15 to Dexterity}}$ | -| | $\color{blue}{ ext{Adds 250-500 Fire Damage}}$ | -| | $\color{blue}{ ext{+25-50 to Life}}$ | -| | $\color{blue}{ ext{+10\\% Faster Cast Rate}}$ | - -**Warlord's Conquest** (Warlord's Conquest) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Gauntlets | -| | **Level Requirement:** 1 | -| | **Properties:** | -| | $\color{blue}{ ext{+15 to Strength}}$ | -| | $\color{blue}{ ext{+45 to Attack Rating}}$ | - diff --git a/output/item_diff_report/added/sets/grimoire.md b/output/item_diff_report/added/sets/grimoire.md deleted file mode 100644 index 7bcd903..0000000 --- a/output/item_diff_report/added/sets/grimoire.md +++ /dev/null @@ -1,33 +0,0 @@ -# Added Set Grimoire - -**Horazon's Sanctuary** (Horazon's Sanctuary) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Blasphemous Grimoire | -| | **Level Requirement:** 85 | -| | **Properties:** | -| | $\color{blue}{ ext{+1-3 to Warlock Skill Levels}}$ | -| | $\color{blue}{ ext{+30\\% Faster Hit Recovery}}$ | -| | $\color{blue}{ ext{+50\\% Faster Block Rate}}$ | -| | $\color{blue}{ ext{+25-50 to Vitality}}$ | -| | $\color{blue}{ ext{+100 to Life}}$ | -| | $\color{blue}{ ext{+30\\% Faster Cast Rate}}$ | -| | $\color{blue}{ ext{+30\\% Increased Attack Speed}}$ | -| | $\color{blue}{ ext{+100-300\\% Enhanced Defense}}$ | - -**Horazon's Secrets** (Horazon's Secrets) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Blasphemous Grimoire | -| | **Level Requirement:** 57 | -| | **Properties:** | -| | $\color{blue}{ ext{+1-2 to Warlock Skill Levels}}$ | -| | $\color{blue}{ ext{+30\\% Faster Hit Recovery}}$ | -| | $\color{blue}{ ext{+20\\% Faster Block Rate}}$ | -| | $\color{blue}{ ext{+20-30 to Vitality}}$ | -| | $\color{blue}{ ext{+25-50 to Life}}$ | -| | $\color{blue}{ ext{+15\\% Faster Cast Rate}}$ | -| | $\color{blue}{ ext{+15\\% Increased Attack Speed}}$ | - diff --git a/output/item_diff_report/added/sets/knife.md b/output/item_diff_report/added/sets/knife.md deleted file mode 100644 index 243fb68..0000000 --- a/output/item_diff_report/added/sets/knife.md +++ /dev/null @@ -1,12 +0,0 @@ -# Added Set Knife - -**Bane's Oathmaker** (Bane's Oathmaker) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Kris | -| | **Level Requirement:** 8 | -| | **Properties:** | -| | $\color{blue}{ ext{+20\\% Faster Run/Walk}}$ | -| | $\color{blue}{ ext{(1.0 per clvl) to Maximum Damage (Based on Character Level)}}$ | - diff --git a/output/item_diff_report/added/sets/merc_equip.md b/output/item_diff_report/added/sets/merc_equip.md deleted file mode 100644 index e141b0f..0000000 --- a/output/item_diff_report/added/sets/merc_equip.md +++ /dev/null @@ -1,41 +0,0 @@ -# Added Set Merc Equip - -**Horazon's Countenance** (Horazon's Countenance) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Demonhead | -| | **Level Requirement:** 62 | -| | **Properties:** | -| | $\color{blue}{ ext{(1.0\\% per clvl) Bonus to Attack Rating (Based on Character Level)}}$ | -| | $\color{blue}{ ext{+1 to Warlock Skill Levels}}$ | -| | $\color{blue}{ ext{+10-20 to Strength}}$ | -| | $\color{blue}{ ext{Magic Damage Reduced by 7-10}}$ | -| | $\color{blue}{ ext{+10\\% Faster Hit Recovery}}$ | -| | $\color{blue}{ ext{+25-50 to Life}}$ | - -**Horazon's Madness** (Horazon's Madness) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Demonhead | -| | **Level Requirement:** 85 | -| | **Properties:** | -| | $\color{blue}{ ext{Damage Reduced by 10-15\\%}}$ | -| | $\color{blue}{ ext{+2-3 to Warlock Skill Levels}}$ | -| | $\color{blue}{ ext{+15-30 to Strength}}$ | -| | $\color{blue}{ ext{Magic Damage Reduced by 20}}$ | -| | $\color{blue}{ ext{+24\\% Faster Hit Recovery}}$ | -| | $\color{blue}{ ext{Increase Maximum Life 10-20\\%}}$ | -| | $\color{blue}{ ext{+100-300\\% Enhanced Defense}}$ | - -**Warlord's Lust** (Warlord's Lust) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Great Helm | -| | **Level Requirement:** 1 | -| | **Properties:** | -| | $\color{blue}{ ext{+30 to Life}}$ | -| | $\color{blue}{ ext{+15 Defense}}$ | - diff --git a/output/item_diff_report/added/sets/ring.md b/output/item_diff_report/added/sets/ring.md deleted file mode 100644 index b109fab..0000000 --- a/output/item_diff_report/added/sets/ring.md +++ /dev/null @@ -1,14 +0,0 @@ -# Added Set Ring - -**Restless Will** (Restless Will) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Ring | -| | **Level Requirement:** 85 | -| | **Properties:** | -| | $\color{blue}{ ext{+15\\% Faster Cast Rate}}$ | -| | $\color{blue}{ ext{+15\\% Increased Attack Speed}}$ | -| | $\color{blue}{ ext{+15\\% Faster Run/Walk}}$ | -| | $\color{blue}{ ext{+15\\% Faster Hit Recovery}}$ | - diff --git a/output/item_diff_report/added/sets/sword.md b/output/item_diff_report/added/sets/sword.md deleted file mode 100644 index 9394b70..0000000 --- a/output/item_diff_report/added/sets/sword.md +++ /dev/null @@ -1,19 +0,0 @@ -# Added Set Sword - -**Zireael** (Zireael) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Cryptic Sword | -| | **Level Requirement:** 85 | -| | **Properties:** | -| | $\color{blue}{\\text{+1-2 to All Skills}}$ | -| | $\color{blue}{\\text{+20-30\\% Faster Cast Rate}}$ | -| | $\color{blue}{\\text{+20-30\\% Increased Attack Speed}}$ | -| | $\color{blue}{\\text{+100-200 Defense vs. Missile}}$ | -| | $\color{blue}{\\text{+100-200 Defense vs. Melee}}$ | -| | $\color{blue}{\\text{+10-20 to Dexterity}}$ | -| | $\color{blue}{\\text{Fire Absorb 5-15\\%}}$ | -| | $\color{blue}{\\text{+100-400\\% Enhanced Damage}}$ | -| | $\color{blue}{\\text{Damage +50}}$ | - diff --git a/output/item_diff_report/added/sets/swords.md b/output/item_diff_report/added/sets/swords.md deleted file mode 100644 index 97e5142..0000000 --- a/output/item_diff_report/added/sets/swords.md +++ /dev/null @@ -1,19 +0,0 @@ -# Added Set Swords - -**Zireael** (Zireael) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Cryptic Sword | -| | **Level Requirement:** 85 | -| | **Properties:** | -| | $\color{blue}{ ext{+1-2 to All Skills}}$ | -| | $\color{blue}{ ext{+20-30\\% Faster Cast Rate}}$ | -| | $\color{blue}{ ext{+20-30\\% Increased Attack Speed}}$ | -| | $\color{blue}{ ext{+100-200 Defense vs. Missile}}$ | -| | $\color{blue}{ ext{+100-200 Defense vs. Melee}}$ | -| | $\color{blue}{ ext{+10-20 to Dexterity}}$ | -| | $\color{blue}{ ext{Fire Absorb 5-15\\%}}$ | -| | $\color{blue}{ ext{+100-400\\% Enhanced Damage}}$ | -| | $\color{blue}{ ext{Damage +50}}$ | - diff --git a/output/item_diff_report/added/sets/voodoo_heads.md b/output/item_diff_report/added/sets/voodoo_heads.md deleted file mode 100644 index 34b8b84..0000000 --- a/output/item_diff_report/added/sets/voodoo_heads.md +++ /dev/null @@ -1,18 +0,0 @@ -# Added Set Voodoo Heads - -**Sandro's Skull** (Sandro's Skull) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Evil Lord Head | -| | **Level Requirement:** 85 | -| | **Properties:** | -| | $\color{blue}{ ext{+1-2 to All Skills}}$ | -| | $\color{blue}{ ext{+50\\% Faster Block Rate}}$ | -| | $\color{blue}{ ext{+1-3\\% to Maximum Fire Resist}}$ | -| | $\color{blue}{ ext{Replenish Life +30}}$ | -| | $\color{blue}{ ext{Poison Length Reduced by 75\\%}}$ | -| | $\color{blue}{ ext{Damage Reduced by 5-10}}$ | -| | $\color{blue}{ ext{Magic Damage Reduced by 5-10}}$ | -| | $\color{blue}{ ext{+250-500 Defense}}$ | - diff --git a/output/item_diff_report/added/sets/wand.md b/output/item_diff_report/added/sets/wand.md deleted file mode 100644 index 489dfe3..0000000 --- a/output/item_diff_report/added/sets/wand.md +++ /dev/null @@ -1,15 +0,0 @@ -# Added Set Wand - -**Hellfire Death** (Hellfire Death) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Unearthed Wand | -| | **Level Requirement:** 85 | -| | **Properties:** | -| | $\color{blue}{ ext{+1-2 to All Skills}}$ | -| | $\color{blue}{ ext{+30\\% Faster Cast Rate}}$ | -| | $\color{blue}{ ext{Cannot Be Frozen}}$ | -| | $\color{blue}{ ext{Curse Resist +20\\%}}$ | -| | $\color{blue}{ ext{100\\% Extra Gold from Monsters}}$ | - diff --git a/output/item_diff_report/added/uniques/amulet.md b/output/item_diff_report/added/uniques/amulet.md deleted file mode 100644 index 3a06e1e..0000000 --- a/output/item_diff_report/added/uniques/amulet.md +++ /dev/null @@ -1,16 +0,0 @@ -# Added Unique Amulet - -**Entropy Locket** (Entropy Locket) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Amulet | -| | **Level Requirement:** 54 | -| | **Properties:** | -| | $\color{blue}{ ext{20\\% Chance to cast level 25 Miasma Chain on striking}}$ | -| | $\color{blue}{ ext{+5-10\\% to Magic Skill Damage}}$ | -| | $\color{blue}{ ext{+10\\% Faster Cast Rate}}$ | -| | $\color{blue}{ ext{Lightning Resist +25-40\\%}}$ | -| | $\color{blue}{ ext{Increase Maximum Mana 10-15\\%}}$ | -| | $\color{blue}{ ext{Magic Damage Reduced by 8-12}}$ | - diff --git a/output/item_diff_report/added/uniques/armor.md b/output/item_diff_report/added/uniques/armor.md deleted file mode 100644 index 6188ae0..0000000 --- a/output/item_diff_report/added/uniques/armor.md +++ /dev/null @@ -1,73 +0,0 @@ -# Added Unique Armor - -**Diamond Dust** (Diamond Dust) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Diamond Mail | -| | **Level Requirement:** 88 | -| | **Properties:** | -| | $\color{blue}{ ext{+150-250\\% Enhanced Defense}}$ | -| | $\color{blue}{ ext{+2 to All Skills}}$ | -| | $\color{blue}{ ext{+10-20 Cold Absorb}}$ | -| | $\color{blue}{ ext{Cold Resist +20-50\\%}}$ | -| | $\color{blue}{ ext{+5-10\\% to Maximum Cold Resist}}$ | -| | $\color{blue}{ ext{Cannot Be Frozen}}$ | -| | $\color{blue}{ ext{Increase Maximum Mana 50\\%}}$ | -| | $\color{blue}{ ext{-5-10\\% to Enemy Cold Resistance}}$ | - -**Electrified** (Electrified) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Mesh Armor | -| | **Level Requirement:** 38 | -| | **Properties:** | -| | $\color{blue}{ ext{+10-15 Lightning Absorb}}$ | -| | $\color{blue}{ ext{+10-20 to Energy}}$ | -| | $\color{blue}{ ext{+100-200\\% Enhanced Defense}}$ | -| | $\color{blue}{ ext{Increase Maximum Mana 5\\%}}$ | -| | $\color{blue}{ ext{+50\\% Faster Run/Walk}}$ | -| | $\color{blue}{ ext{+25\\% Increased Attack Speed}}$ | -| | $\color{blue}{ ext{+25\\% Faster Cast Rate}}$ | -| | $\color{blue}{ ext{+1 to All Skills}}$ | -| | $\color{blue}{ ext{+3 to Mana after each Kill}}$ | -| | $\color{blue}{ ext{Adds 1-501 Lightning Damage}}$ | -| | $\color{blue}{ ext{+10-25\\% to Lightning Skill Damage}}$ | - -**Primal Diamond Carapace** (Primal Diamond Carapace) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Diamond Mail | -| | **Level Requirement:** 88 | -| | **Properties:** | -| | $\color{blue}{ ext{+2 to All Skills}}$ | -| | $\color{blue}{ ext{Increase Maximum Life 20\\%}}$ | -| | $\color{blue}{ ext{Damage Reduced by 50}}$ | -| | $\color{blue}{ ext{Cold Resist +40\\%}}$ | -| | $\color{blue}{ ext{Level 30 Thorns Aura When Equipped}}$ | -| | $\color{blue}{ ext{Attacker Takes Damage of 100}}$ | -| | $\color{blue}{ ext{+40\\% Faster Hit Recovery}}$ | -| | $\color{blue}{ ext{+300\\% Enhanced Defense}}$ | -| | $\color{blue}{ ext{100\\% Chance to cast level 50 Frost Nova when struck}}$ | - -**Primal Shaftstop** (Primal Shaftstop) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Boneweave | -| | **Level Requirement:** 88 | -| | **Properties:** | -| | $\color{blue}{ ext{Damage Reduced by 40\\%}}$ | -| | $\color{blue}{ ext{+25\\% Faster Cast Rate}}$ | -| | $\color{blue}{ ext{Increase Maximum Life 25\\%}}$ | -| | $\color{blue}{ ext{Increase Maximum Mana 25\\%}}$ | -| | $\color{blue}{ ext{+1 to All Skills}}$ | -| | $\color{blue}{ ext{Magic Damage Reduced by 15}}$ | -| | $\color{blue}{ ext{Damage Reduced by 15}}$ | -| | $\color{blue}{ ext{+40 Magic Absorb}}$ | -| | $\color{blue}{ ext{Magic Absorb 15\\%}}$ | -| | $\color{blue}{ ext{+20 to all Attributes}}$ | -| | $\color{blue}{ ext{+300 Defense}}$ | - diff --git a/output/item_diff_report/added/uniques/belt.md b/output/item_diff_report/added/uniques/belt.md deleted file mode 100644 index 956a6a5..0000000 --- a/output/item_diff_report/added/uniques/belt.md +++ /dev/null @@ -1,17 +0,0 @@ -# Added Unique Belt - -**Gheed's Wager** (Gheed's Wager) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Troll Belt | -| | **Level Requirement:** 71 | -| | **Properties:** | -| | $\color{blue}{ ext{+10-20\\% Faster Cast Rate}}$ | -| | $\color{blue}{ ext{+10-20\\% Faster Hit Recovery}}$ | -| | $\color{blue}{ ext{+10-20\\% Faster Run/Walk}}$ | -| | $\color{blue}{ ext{+90-150\\% Enhanced Defense}}$ | -| | $\color{blue}{ ext{-4-10\\% to Enemy Magic Resistance}}$ | -| | $\color{blue}{ ext{All Resistances +5-15}}$ | -| | $\color{blue}{ ext{50-150\\% Extra Gold from Monsters}}$ | - diff --git a/output/item_diff_report/added/uniques/boots.md b/output/item_diff_report/added/uniques/boots.md deleted file mode 100644 index 525af9a..0000000 --- a/output/item_diff_report/added/uniques/boots.md +++ /dev/null @@ -1,17 +0,0 @@ -# Added Unique Boots - -**Wraithstep** (Wraithstep) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Mirrored Boots | -| | **Level Requirement:** 67 | -| | **Properties:** | -| | $\color{blue}{ ext{+1 to Warlock Skills}}$ | -| | $\color{blue}{ ext{+30\\% Faster Run/Walk}}$ | -| | $\color{blue}{ ext{+20\\% Faster Hit Recovery}}$ | -| | $\color{blue}{ ext{+50-100 Defense}}$ | -| | $\color{blue}{ ext{+10-20 to Dexterity}}$ | -| | $\color{blue}{ ext{+10-20 to Energy}}$ | -| | $\color{blue}{ ext{Requirements --20\\%}}$ | - diff --git a/output/item_diff_report/added/uniques/bow.md b/output/item_diff_report/added/uniques/bow.md deleted file mode 100644 index af111ed..0000000 --- a/output/item_diff_report/added/uniques/bow.md +++ /dev/null @@ -1,36 +0,0 @@ -# Added Unique Bow - -**Flamestrikes** (Flamestrikes) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Great Bow | -| | **Level Requirement:** 88 | -| | **Properties:** | -| | $\color{blue}{ ext{50\\% Chance to cast level 30 Fire Ball on striking}}$ | -| | $\color{blue}{ ext{+10 to Multiple Shot}}$ | -| | $\color{blue}{ ext{+10-20 to all Attributes}}$ | -| | $\color{blue}{ ext{+40\\% Increased Attack Speed}}$ | -| | $\color{blue}{ ext{+40\\% Faster Run/Walk}}$ | -| | $\color{blue}{ ext{Adds 250-500 Fire Damage}}$ | -| | $\color{blue}{ ext{Adds 250-500 Magic Damage}}$ | -| | $\color{blue}{ ext{Adds 50-100 Damage}}$ | - -**Primal Aries Relic** (Primal Aries Relic) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Great Bow | -| | **Level Requirement:** 88 | -| | **Properties:** | -| | $\color{blue}{ ext{Monster Cold Immunity is Sundered}}$ | -| | $\color{blue}{ ext{Monster Fire Immunity is Sundered}}$ | -| | $\color{blue}{ ext{+6 to Amazon Skill Levels}}$ | -| | $\color{blue}{ ext{5\\% Chance to cast level 35 Enchant on striking}}$ | -| | $\color{blue}{ ext{25\\% Chance to cast level 20 Lower Resist on striking}}$ | -| | $\color{blue}{ ext{-20\\% to Enemy Cold Resistance}}$ | -| | $\color{blue}{ ext{-20\\% to Enemy Fire Resistance}}$ | -| | $\color{blue}{ ext{Fires Explosive Arrows or Bolts}}$ | -| | $\color{blue}{ ext{10\\% Chance to cast level 40 Meteor on striking}}$ | -| | $\color{blue}{ ext{10\\% Chance to cast level 40 Frost Nova on striking}}$ | - diff --git a/output/item_diff_report/added/uniques/charms.md b/output/item_diff_report/added/uniques/charms.md deleted file mode 100644 index 075c2af..0000000 --- a/output/item_diff_report/added/uniques/charms.md +++ /dev/null @@ -1,10 +0,0 @@ -# Added Unique Charms - -**Blank Charm** (Charm Blank) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Small Charm | -| | **Level Requirement:** 1 | -| | **Properties:** | - diff --git a/output/item_diff_report/added/uniques/circlet.md b/output/item_diff_report/added/uniques/circlet.md deleted file mode 100644 index 4656d44..0000000 --- a/output/item_diff_report/added/uniques/circlet.md +++ /dev/null @@ -1,20 +0,0 @@ -# Added Unique Circlet - -**Cirilka's Guidance** (Cirilkas Guidance) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Tiara | -| | **Level Requirement:** 80 | -| | **Properties:** | -| | $\color{blue}{ ext{+10-24\\% Faster Hit Recovery}}$ | -| | $\color{blue}{ ext{+1 to All Skills}}$ | -| | $\color{blue}{ ext{Increase Maximum Life 5\\%}}$ | -| | $\color{blue}{ ext{Increase Maximum Mana 5\\%}}$ | -| | $\color{blue}{ ext{+1 to Random Class Skill Levels}}$ | -| | $\color{blue}{ ext{+90\\% chance for finishing moves to not consume charges}}$ | -| | $\color{blue}{ ext{+100-150 Defense}}$ | -| | $\color{blue}{ ext{+10-25\\% Faster Cast Rate}}$ | -| | $\color{blue}{ ext{+10-25\\% Increased Attack Speed}}$ | -| | $\color{blue}{ ext{+200-300\\% Enhanced Defense}}$ | - diff --git a/output/item_diff_report/added/uniques/colossal_jewel.md b/output/item_diff_report/added/uniques/colossal_jewel.md deleted file mode 100644 index 6afbb83..0000000 --- a/output/item_diff_report/added/uniques/colossal_jewel.md +++ /dev/null @@ -1,92 +0,0 @@ -# Added Unique Colossal Jewel - -**Defender's Bile** (Defender's Bile) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Jewel | -| | **Level Requirement:** 75 | -| | **Properties:** | -| | $\color{blue}{ ext{10\\% Chance to cast level 25 Spike Armor when struck}}$ | -| | $\color{blue}{ ext{+5-10\\% to Poison Skill Damage}}$ | -| | $\color{blue}{ ext{Adds 975-975 Poison Damage Over 975 Seconds}}$ | -| | $\color{blue}{ ext{-5-10\\% to Enemy Poison Resistance}}$ | -| | $\color{blue}{ ext{+3-5\\% to Experience Gained}}$ | -| | $\color{blue}{ ext{15-35\\% Better Chance of Getting Magic Items}}$ | -| | $\color{blue}{ ext{25-50\\% Extra Gold from Monsters}}$ | - -**Defender's Fire** (Defender's Fire) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Jewel | -| | **Level Requirement:** 75 | -| | **Properties:** | -| | $\color{blue}{ ext{10\\% Chance to cast level 25 Blaze when struck}}$ | -| | $\color{blue}{ ext{+5-10\\% to Fire Skill Damage}}$ | -| | $\color{blue}{ ext{Adds 100-250 Fire Damage}}$ | -| | $\color{blue}{ ext{-5-10\\% to Enemy Fire Resistance}}$ | -| | $\color{blue}{ ext{+3-5\\% to Experience Gained}}$ | -| | $\color{blue}{ ext{15-35\\% Better Chance of Getting Magic Items}}$ | -| | $\color{blue}{ ext{25-50\\% Extra Gold from Monsters}}$ | - -**Guardian's Light** (Guardian's Light) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Jewel | -| | **Level Requirement:** 75 | -| | **Properties:** | -| | $\color{blue}{ ext{10\\% Chance to cast level 25 Psychic Ward when struck}}$ | -| | $\color{blue}{ ext{+5-10\\% to Magic Skill Damage}}$ | -| | $\color{blue}{ ext{Adds 100-200 Magic Damage}}$ | -| | $\color{blue}{ ext{-5-10\\% to Enemy Magic Resistance}}$ | -| | $\color{blue}{ ext{+3-5\\% to Experience Gained}}$ | -| | $\color{blue}{ ext{15-35\\% Better Chance of Getting Magic Items}}$ | -| | $\color{blue}{ ext{25-50\\% Extra Gold from Monsters}}$ | - -**Guardian's Thunder** (Guardian's Thunder) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Jewel | -| | **Level Requirement:** 75 | -| | **Properties:** | -| | $\color{blue}{ ext{10\\% Chance to cast level 25 Cyclone Armor when struck}}$ | -| | $\color{blue}{ ext{+5-10\\% to Lightning Skill Damage}}$ | -| | $\color{blue}{ ext{Adds 1-200 Lightning Damage}}$ | -| | $\color{blue}{ ext{-5-10\\% to Enemy Lightning Resistance}}$ | -| | $\color{blue}{ ext{+3-5\\% to Experience Gained}}$ | -| | $\color{blue}{ ext{15-35\\% Better Chance of Getting Magic Items}}$ | -| | $\color{blue}{ ext{25-50\\% Extra Gold from Monsters}}$ | - -**Protector's Frost** (Protector's Frost) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Jewel | -| | **Level Requirement:** 75 | -| | **Properties:** | -| | $\color{blue}{ ext{10\\% Chance to cast level 25 Frozen Armor when struck}}$ | -| | $\color{blue}{ ext{+5-10\\% to Cold Skill Damage}}$ | -| | $\color{blue}{ ext{Adds 50-150 Cold Damage}}$ | -| | $\color{blue}{ ext{-5-10\\% to Enemy Cold Resistance}}$ | -| | $\color{blue}{ ext{+3-5\\% to Experience Gained}}$ | -| | $\color{blue}{ ext{15-35\\% Better Chance of Getting Magic Items}}$ | -| | $\color{blue}{ ext{25-50\\% Extra Gold from Monsters}}$ | - -**Protector's Stone** (Protector's Stone) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Jewel | -| | **Level Requirement:** 75 | -| | **Properties:** | -| | $\color{blue}{ ext{10\\% Chance to cast level 15 Fade when struck}}$ | -| | $\color{blue}{ ext{+30-50\\% Enhanced Damage}}$ | -| | $\color{blue}{ ext{Adds 20-50 Damage}}$ | -| | $\color{blue}{ ext{-5-10\\% to Enemy Physical Resistance}}$ | -| | $\color{blue}{ ext{+3-5\\% to Experience Gained}}$ | -| | $\color{blue}{ ext{15-35\\% Better Chance of Getting Magic Items}}$ | -| | $\color{blue}{ ext{25-50\\% Extra Gold from Monsters}}$ | - diff --git a/output/item_diff_report/added/uniques/crafted_sunder_charm.md b/output/item_diff_report/added/uniques/crafted_sunder_charm.md deleted file mode 100644 index 1e87da7..0000000 --- a/output/item_diff_report/added/uniques/crafted_sunder_charm.md +++ /dev/null @@ -1,93 +0,0 @@ -# Added Unique Crafted Sunder Charm - -**Renewed Black Cleft** (Crafted Black Cleft) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Grand Charm | -| | **Level Requirement:** 75 | -| | **Properties:** | -| | $\color{blue}{ ext{Monster Magic Immunity is Sundered}}$ | -| | $\color{blue}{ ext{Magic Resist +-50--35\\%}}$ | -| | $\color{blue}{ ext{ (Random: +10-15\\% to Magic Skill Damage OR -5-10\\% to Enemy Magic Resistance)}}$ | -| | $\color{blue}{ ext{ (Random: 14-25\\% Better Chance of Getting Magic Items OR 20-55\\% Extra Gold from Monsters)}}$ | -| | $\color{blue}{ ext{ (Random: +10-65 to Life OR +10-75 to Mana)}}$ | -| | $\color{blue}{ ext{ (Random: +5-10\\% Faster Run/Walk OR +12-24\\% Faster Hit Recovery OR +3-8 to all Attributes)}}$ | -| | $\color{blue}{ ext{ (Random: Magic Damage Reduced by 5-10 OR Damage Reduced by 5-10)}}$ | - -**Renewed Bone Break** (Crafted Bone Break) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Grand Charm | -| | **Level Requirement:** 75 | -| | **Properties:** | -| | $\color{blue}{ ext{Monster Physical Immunity is Sundered}}$ | -| | $\color{blue}{ ext{Damage Reduced by -20--5\\%}}$ | -| | $\color{blue}{ ext{ (Random: +75-100\\% Enhanced Damage OR -5-10\\% to Enemy Physical Resistance)}}$ | -| | $\color{blue}{ ext{ (Random: 14-25\\% Better Chance of Getting Magic Items OR 20-55\\% Extra Gold from Monsters)}}$ | -| | $\color{blue}{ ext{ (Random: +10-65 to Life OR +10-75 to Mana)}}$ | -| | $\color{blue}{ ext{ (Random: +5-10\\% Faster Run/Walk OR +12-24\\% Faster Hit Recovery OR +3-8 to all Attributes)}}$ | -| | $\color{blue}{ ext{ (Random: Magic Damage Reduced by 5-10 OR Damage Reduced by 5-10)}}$ | - -**Renewed Cold Rupture** (Crafted Cold Rupture) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Grand Charm | -| | **Level Requirement:** 75 | -| | **Properties:** | -| | $\color{blue}{ ext{Monster Cold Immunity is Sundered}}$ | -| | $\color{blue}{ ext{Cold Resist +-100--80\\%}}$ | -| | $\color{blue}{ ext{ (Random: +5-15\\% to Cold Skill Damage OR -5-10\\% to Enemy Cold Resistance)}}$ | -| | $\color{blue}{ ext{ (Random: 14-25\\% Better Chance of Getting Magic Items OR 20-55\\% Extra Gold from Monsters)}}$ | -| | $\color{blue}{ ext{ (Random: +10-65 to Life OR +10-75 to Mana)}}$ | -| | $\color{blue}{ ext{ (Random: +5-10\\% Faster Run/Walk OR +12-24\\% Faster Hit Recovery OR +3-8 to all Attributes)}}$ | -| | $\color{blue}{ ext{(Missing Affix 5 data) (1)}}$ | -| | $\color{blue}{ ext{ (Random: Magic Damage Reduced by 5-10 OR Damage Reduced by 5-10)}}$ | - -**Renewed Crack of the Heavens** (Crafted Crack of the Heavens) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Grand Charm | -| | **Level Requirement:** 75 | -| | **Properties:** | -| | $\color{blue}{ ext{Monster Lightning Immunity is Sundered}}$ | -| | $\color{blue}{ ext{Lightning Resist +-100--80\\%}}$ | -| | $\color{blue}{ ext{ (Random: +5-15\\% to Lightning Skill Damage OR -5-10\\% to Enemy Lightning Resistance)}}$ | -| | $\color{blue}{ ext{ (Random: 14-25\\% Better Chance of Getting Magic Items OR 20-55\\% Extra Gold from Monsters)}}$ | -| | $\color{blue}{ ext{ (Random: +10-65 to Life OR +10-75 to Mana)}}$ | -| | $\color{blue}{ ext{ (Random: +5-10\\% Faster Run/Walk OR +12-24\\% Faster Hit Recovery OR +3-8 to all Attributes)}}$ | -| | $\color{blue}{ ext{ (Random: Magic Damage Reduced by 5-10 OR Damage Reduced by 5-10)}}$ | - -**Renewed Flame Rift** (Crafted Flame Rift) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Grand Charm | -| | **Level Requirement:** 75 | -| | **Properties:** | -| | $\color{blue}{ ext{Monster Fire Immunity is Sundered}}$ | -| | $\color{blue}{ ext{Fire Resist +-100--80\\%}}$ | -| | $\color{blue}{ ext{ (Random: +5-15\\% to Fire Skill Damage OR -5-10\\% to Enemy Fire Resistance)}}$ | -| | $\color{blue}{ ext{ (Random: 14-25\\% Better Chance of Getting Magic Items OR 20-55\\% Extra Gold from Monsters)}}$ | -| | $\color{blue}{ ext{ (Random: +10-65 to Life OR +10-75 to Mana)}}$ | -| | $\color{blue}{ ext{ (Random: +5-10\\% Faster Run/Walk OR +12-24\\% Faster Hit Recovery OR +3-8 to all Attributes)}}$ | -| | $\color{blue}{ ext{ (Random: Magic Damage Reduced by 5-10 OR Damage Reduced by 5-10)}}$ | - -**Renewed Rotting Fissure** (Crafted Rotting Fissure) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Grand Charm | -| | **Level Requirement:** 75 | -| | **Properties:** | -| | $\color{blue}{ ext{Monster Poison Immunity is Sundered}}$ | -| | $\color{blue}{ ext{Poison Resist +-100--80\\%}}$ | -| | $\color{blue}{ ext{ (Random: +5-15\\% to Poison Skill Damage OR -5-10\\% to Enemy Poison Resistance)}}$ | -| | $\color{blue}{ ext{ (Random: 14-25\\% Better Chance of Getting Magic Items OR 20-55\\% Extra Gold from Monsters)}}$ | -| | $\color{blue}{ ext{ (Random: +10-65 to Life OR +10-75 to Mana)}}$ | -| | $\color{blue}{ ext{ (Random: +5-10\\% Faster Run/Walk OR +12-24\\% Faster Hit Recovery OR +3-8 to all Attributes)}}$ | -| | $\color{blue}{ ext{ (Random: Magic Damage Reduced by 5-10 OR Damage Reduced by 5-10)}}$ | - diff --git a/output/item_diff_report/added/uniques/expansion.md b/output/item_diff_report/added/uniques/expansion.md deleted file mode 100644 index f1c58f7..0000000 --- a/output/item_diff_report/added/uniques/expansion.md +++ /dev/null @@ -1,10 +0,0 @@ -# Added Unique Expansion - -**Warlock Class Pack** (Warlock Class Pack) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Expansion | -| | **Level Requirement:** | -| | **Properties:** | - diff --git a/output/item_diff_report/added/uniques/gloves.md b/output/item_diff_report/added/uniques/gloves.md deleted file mode 100644 index d99fa58..0000000 --- a/output/item_diff_report/added/uniques/gloves.md +++ /dev/null @@ -1,17 +0,0 @@ -# Added Unique Gloves - -**Primal Archmage Fist** (Primal Archmage Fist) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Crusader Gauntlets | -| | **Level Requirement:** 88 | -| | **Properties:** | -| | $\color{blue}{ ext{+1 to Fire Mastery}}$ | -| | $\color{blue}{ ext{+30\\% Faster Cast Rate}}$ | -| | $\color{blue}{ ext{Level 12 Meditation Aura When Equipped}}$ | -| | $\color{blue}{ ext{Increase Maximum Mana 25\\%}}$ | -| | $\color{blue}{ ext{+200 Defense}}$ | -| | $\color{blue}{ ext{Curse Resist +30\\%}}$ | -| | $\color{blue}{ ext{15\\% Chance to cast level 50 Hydra on striking}}$ | - diff --git a/output/item_diff_report/added/uniques/grimoire.md b/output/item_diff_report/added/uniques/grimoire.md deleted file mode 100644 index 446b62a..0000000 --- a/output/item_diff_report/added/uniques/grimoire.md +++ /dev/null @@ -1,74 +0,0 @@ -# Added Unique Grimoire - -**Ars Al'Diabolos** (Ars Al'Diablolos) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Blasphemous Grimoire | -| | **Level Requirement:** 80 | -| | **Properties:** | -| | $\color{blue}{ ext{+2 to Warlock Skill Levels}}$ | -| | $\color{blue}{ ext{15\\% Chance to cast level 1 Terror when struck}}$ | -| | $\color{blue}{ ext{+30\\% Faster Cast Rate}}$ | -| | $\color{blue}{ ext{+170-200\\% Enhanced Defense}}$ | -| | $\color{blue}{ ext{+15-25\\% to Fire Skill Damage}}$ | -| | $\color{blue}{ ext{+5-10 to Mana after each Kill}}$ | -| | $\color{blue}{ ext{Fire Resist +10-50\\%}}$ | -| | $\color{blue}{ ext{+3-5 to Apocalypse (Warlock only)}}$ | -| | $\color{blue}{ ext{+1-2 to Flame Wave (Warlock only)}}$ | -| | $\color{blue}{ ext{+1-2 to Ring of Fire (Warlock only)}}$ | -| | $\color{blue}{ ext{10-25\\% Better Chance of Getting Magic Items}}$ | - -**Ars Dul'Mephistos** (Ars Dul'Mephistos) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Occult Tome | -| | **Level Requirement:** 78 | -| | **Properties:** | -| | $\color{blue}{ ext{+2 to Warlock Skill Levels}}$ | -| | $\color{blue}{ ext{15\\% Chance to cast level 40 Blizzard when struck}}$ | -| | $\color{blue}{ ext{+25-35\\% Faster Cast Rate}}$ | -| | $\color{blue}{ ext{+30\\% Faster Hit Recovery}}$ | -| | $\color{blue}{ ext{+100-200\\% Enhanced Damage}}$ | -| | $\color{blue}{ ext{+1-3 to Psychic Ward (Warlock only)}}$ | -| | $\color{blue}{ ext{+140-200\\% Enhanced Defense}}$ | -| | $\color{blue}{ ext{-10-20\\% to Enemy Magic Resistance}}$ | -| | $\color{blue}{ ext{10-25\\% Better Chance of Getting Magic Items}}$ | - -**Ars Tor'Baalos** (Ars Tor'Baalos) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Blasphemous Compendium | -| | **Level Requirement:** 73 | -| | **Properties:** | -| | $\color{blue}{ ext{+4 to Warlock Skills}}$ | -| | $\color{blue}{ ext{15\\% Chance to cast level 1 Decrepify when struck}}$ | -| | $\color{blue}{ ext{+1-2 to Demonic Mastery (Warlock only)}}$ | -| | $\color{blue}{ ext{+1-2 to Blood Boil (Warlock only)}}$ | -| | $\color{blue}{ ext{+1-2 to Engorge (Warlock only)}}$ | -| | $\color{blue}{ ext{+1-2 to Consume (Warlock only)}}$ | -| | $\color{blue}{ ext{+120-150\\% Enhanced Defense}}$ | -| | $\color{blue}{ ext{+80-150 to Life}}$ | -| | $\color{blue}{ ext{Damage Reduced by 5-15\\%}}$ | -| | $\color{blue}{ ext{10-25\\% Better Chance of Getting Magic Items}}$ | - -**Measured Wrath** (Measured Wrath) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Burnt Text | -| | **Level Requirement:** 52 | -| | **Properties:** | -| | $\color{blue}{ ext{+1-2 to Warlock Skill Levels}}$ | -| | $\color{blue}{ ext{30\\% Chance to cast level 25 Ring of Fire when struck}}$ | -| | $\color{blue}{ ext{+25-30\\% Faster Cast Rate}}$ | -| | $\color{blue}{ ext{+130-180\\% Enhanced Defense}}$ | -| | $\color{blue}{ ext{+1-3 to Summon Tainted (Warlock only)}}$ | -| | $\color{blue}{ ext{+1-3 to Ring of Fire (Warlock only)}}$ | -| | $\color{blue}{ ext{+1-3 to Flame Wave (Warlock only)}}$ | -| | $\color{blue}{ ext{+10-20 to Vitality}}$ | -| | $\color{blue}{ ext{+3-5 Life after each Kill}}$ | -| | $\color{blue}{ ext{All Resistances +20-30}}$ | - diff --git a/output/item_diff_report/added/uniques/hand_to_hand_2.md b/output/item_diff_report/added/uniques/hand_to_hand_2.md deleted file mode 100644 index d4e8bf0..0000000 --- a/output/item_diff_report/added/uniques/hand_to_hand_2.md +++ /dev/null @@ -1,37 +0,0 @@ -# Added Unique Hand to Hand 2 - -**Blood Thirst** (Blood Thirst) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Feral Claws | -| | **Level Requirement:** 88 | -| | **Properties:** | -| | $\color{blue}{ ext{+3 to Assassin Skill Levels}}$ | -| | $\color{blue}{ ext{+200-400\\% Enhanced Damage}}$ | -| | $\color{blue}{ ext{+3 to Whirlwind}}$ | -| | $\color{blue}{ ext{+2 to Weapon Block (Assassin only)}}$ | -| | $\color{blue}{ ext{+30\\% Increased Attack Speed}}$ | -| | $\color{blue}{ ext{+3-10\\% Dexterity}}$ | -| | $\color{blue}{ ext{+3-10\\% Strength}}$ | -| | $\color{blue}{ ext{Adds 100-150 Damage}}$ | -| | $\color{blue}{ ext{3-6\\% Life stolen per hit}}$ | -| | $\color{blue}{ ext{3-6\\% Mana stolen per hit}}$ | - -**Primal Warlords Thirst** (Primal Warlords Thirst) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Feral Claws | -| | **Level Requirement:** 88 | -| | **Properties:** | -| | $\color{blue}{ ext{+3 to Assassin Skill Levels}}$ | -| | $\color{blue}{ ext{+2 to Fire Mastery}}$ | -| | $\color{blue}{ ext{+10 to Corpse Explosion}}$ | -| | $\color{blue}{ ext{+30\\% Faster Cast Rate}}$ | -| | $\color{blue}{ ext{+30\\% Increased Attack Speed}}$ | -| | $\color{blue}{ ext{Damage Reduced by 15\\%}}$ | -| | $\color{blue}{ ext{+2 to Death Sentry (Assassin only)}}$ | -| | $\color{blue}{ ext{+2 to Wake of Fire (Assassin only)}}$ | -| | $\color{blue}{ ext{-10\\% to Enemy Fire Resistance}}$ | - diff --git a/output/item_diff_report/added/uniques/javelin.md b/output/item_diff_report/added/uniques/javelin.md deleted file mode 100644 index 6bbba6f..0000000 --- a/output/item_diff_report/added/uniques/javelin.md +++ /dev/null @@ -1,19 +0,0 @@ -# Added Unique Javelin - -**Primal Gae Bolg** (Primal Gae Bolg) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Winged Harpoon | -| | **Level Requirement:** 88 | -| | **Properties:** | -| | $\color{blue}{ ext{Monster Physical Immunity is Sundered}}$ | -| | $\color{blue}{ ext{20\\% Chance to cast level 20 Amplify Damage on striking}}$ | -| | $\color{blue}{ ext{+300\\% Enhanced Damage}}$ | -| | $\color{blue}{ ext{-25\\% to Enemy Physical Resistance}}$ | -| | $\color{blue}{ ext{Adds 100-150 Damage}}$ | -| | $\color{blue}{ ext{+30 to Dexterity}}$ | -| | $\color{blue}{ ext{+30 to Strength}}$ | -| | $\color{blue}{ ext{+40\\% Increased Attack Speed}}$ | -| | $\color{blue}{ ext{Unknown property: ar\\% (200)}}$ | - diff --git a/output/item_diff_report/added/uniques/jewel.md b/output/item_diff_report/added/uniques/jewel.md deleted file mode 100644 index 6b4b2d9..0000000 --- a/output/item_diff_report/added/uniques/jewel.md +++ /dev/null @@ -1,11 +0,0 @@ -# Added Unique Jewel - -**Titan's Echo** (Titan's Echo) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Jewel | -| | **Level Requirement:** 1 | -| | **Properties:** | -| | $\color{blue}{\\text{splash}}$ | - diff --git a/output/item_diff_report/added/uniques/jewels.md b/output/item_diff_report/added/uniques/jewels.md deleted file mode 100644 index 2aed0ad..0000000 --- a/output/item_diff_report/added/uniques/jewels.md +++ /dev/null @@ -1,11 +0,0 @@ -# Added Unique Jewels - -**Titan's Echo** (Titan's Echo) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Jewel | -| | **Level Requirement:** 1 | -| | **Properties:** | -| | $\color{blue}{ ext{splash}}$ | - diff --git a/output/item_diff_report/added/uniques/knife.md b/output/item_diff_report/added/uniques/knife.md deleted file mode 100644 index 9789986..0000000 --- a/output/item_diff_report/added/uniques/knife.md +++ /dev/null @@ -1,18 +0,0 @@ -# Added Unique Knife - -**Bloodpact Shard** (Bloodpact Shard) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Mithril Point | -| | **Level Requirement:** 67 | -| | **Properties:** | -| | $\color{blue}{ ext{+1-2 to All Skills}}$ | -| | $\color{blue}{ ext{+30\\% Faster Cast Rate}}$ | -| | $\color{blue}{ ext{Increase Maximum Life 10-15\\%}}$ | -| | $\color{blue}{ ext{+2-3 to Blood Oath (Warlock only)}}$ | -| | $\color{blue}{ ext{+2-3 to Blood Boil (Warlock only)}}$ | -| | $\color{blue}{ ext{+1-3 to Bind Demon (Warlock only)}}$ | -| | $\color{blue}{ ext{20-35\\% Better Chance of Getting Magic Items}}$ | -| | $\color{blue}{ ext{Slows Target by 25\\%}}$ | - diff --git a/output/item_diff_report/added/uniques/large_charm.md b/output/item_diff_report/added/uniques/large_charm.md deleted file mode 100644 index 6cd0784..0000000 --- a/output/item_diff_report/added/uniques/large_charm.md +++ /dev/null @@ -1,122 +0,0 @@ -# Added Unique Large Charm - -**Black Cleft** (Black Cleft) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Grand Charm | -| | **Level Requirement:** 75 | -| | **Properties:** | -| | $\color{blue}{ ext{Monster Magic Immunity is Sundered}}$ | -| | $\color{blue}{ ext{Magic Resist +-65--45\\%}}$ | - -**Bone Break** (Bone Break) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Grand Charm | -| | **Level Requirement:** 75 | -| | **Properties:** | -| | $\color{blue}{ ext{Monster Physical Immunity is Sundered}}$ | -| | $\color{blue}{ ext{Damage Reduced by -20--10\\%}}$ | - -**Cold Rupture** (Cold Rupture) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Grand Charm | -| | **Level Requirement:** 75 | -| | **Properties:** | -| | $\color{blue}{ ext{Monster Cold Immunity is Sundered}}$ | -| | $\color{blue}{ ext{Cold Resist +-90--70\\%}}$ | - -**Crack of the Heavens** (Crack of the Heavens) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Grand Charm | -| | **Level Requirement:** 75 | -| | **Properties:** | -| | $\color{blue}{ ext{Monster Lightning Immunity is Sundered}}$ | -| | $\color{blue}{ ext{Lightning Resist +-90--70\\%}}$ | - -**Flame Rift** (Flame Rift) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Grand Charm | -| | **Level Requirement:** 75 | -| | **Properties:** | -| | $\color{blue}{ ext{Monster Fire Immunity is Sundered}}$ | -| | $\color{blue}{ ext{Fire Resist +-90--70\\%}}$ | - -**Latent Black Cleft** (PreCrafted Black Cleft) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Grand Charm | -| | **Level Requirement:** 75 | -| | **Properties:** | -| | $\color{blue}{ ext{Monster Magic Immunity is Sundered}}$ | -| | $\color{blue}{ ext{Magic Resist +-65\\%}}$ | - -**Latent Bone Break** (PreCrafted Bone Break) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Grand Charm | -| | **Level Requirement:** 75 | -| | **Properties:** | -| | $\color{blue}{ ext{Monster Physical Immunity is Sundered}}$ | -| | $\color{blue}{ ext{Damage Reduced by -20\\%}}$ | - -**Latent Cold Rupture** (PreCrafted Cold Rupture) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Grand Charm | -| | **Level Requirement:** 75 | -| | **Properties:** | -| | $\color{blue}{ ext{Monster Cold Immunity is Sundered}}$ | -| | $\color{blue}{ ext{Cold Resist +-100\\%}}$ | - -**Latent Crack of the Heavens** (PreCrafted Crack of the Heavens) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Grand Charm | -| | **Level Requirement:** 75 | -| | **Properties:** | -| | $\color{blue}{ ext{Monster Lightning Immunity is Sundered}}$ | -| | $\color{blue}{ ext{Lightning Resist +-100\\%}}$ | - -**Latent Flame Rift** (PreCrafted Flame Rift) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Grand Charm | -| | **Level Requirement:** 75 | -| | **Properties:** | -| | $\color{blue}{ ext{Monster Fire Immunity is Sundered}}$ | -| | $\color{blue}{ ext{Fire Resist +-100\\%}}$ | - -**Latent Rotting Fissure** (PreCrafted Rotting Fissure) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Grand Charm | -| | **Level Requirement:** 75 | -| | **Properties:** | -| | $\color{blue}{ ext{Monster Poison Immunity is Sundered}}$ | -| | $\color{blue}{ ext{Poison Resist +-100\\%}}$ | - -**Rotting Fissure** (Rotting Fissure) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Grand Charm | -| | **Level Requirement:** 75 | -| | **Properties:** | -| | $\color{blue}{ ext{Monster Poison Immunity is Sundered}}$ | -| | $\color{blue}{ ext{Poison Resist +-90--70\\%}}$ | - diff --git a/output/item_diff_report/added/uniques/merc_equip.md b/output/item_diff_report/added/uniques/merc_equip.md deleted file mode 100644 index ac30c24..0000000 --- a/output/item_diff_report/added/uniques/merc_equip.md +++ /dev/null @@ -1,53 +0,0 @@ -# Added Unique Merc Equip - -**Hellwarden's Will** (Unique Warlock Helm) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Death Mask | -| | **Level Requirement:** 50 | -| | **Properties:** | -| | $\color{blue}{ ext{+1-2 to All Skills}}$ | -| | $\color{blue}{ ext{-5-10\\% to Enemy Fire Resistance}}$ | -| | $\color{blue}{ ext{-5-10\\% to Enemy Magic Resistance}}$ | -| | $\color{blue}{ ext{+20\\% Faster Cast Rate}}$ | -| | $\color{blue}{ ext{+20\\% Increased Attack Speed}}$ | -| | $\color{blue}{ ext{+150-250\\% Enhanced Defense}}$ | -| | $\color{blue}{ ext{+4-6 to Mana after each Kill}}$ | - -**Primal Divine Judgement** (Primal Divine Judgement) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Corona | -| | **Level Requirement:** 88 | -| | **Properties:** | -| | $\color{blue}{ ext{+4 to All Skills}}$ | -| | $\color{blue}{ ext{Monster Lightning Immunity is Sundered}}$ | -| | $\color{blue}{ ext{Monster Magic Immunity is Sundered}}$ | -| | $\color{blue}{ ext{-20\\% to Enemy Lightning Resistance}}$ | -| | $\color{blue}{ ext{-20\\% to Enemy Magic Resistance}}$ | -| | $\color{blue}{ ext{+300\\% Enhanced Defense}}$ | -| | $\color{blue}{ ext{All Resistances +20}}$ | -| | $\color{blue}{ ext{+20 to all Attributes}}$ | - -**Primal Lilith's Visage** (Primal Lilith's Visage) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Demonhead | -| | **Level Requirement:** 88 | -| | **Properties:** | -| | $\color{blue}{ ext{+2 to All Skills}}$ | -| | $\color{blue}{ ext{+30 to Venom}}$ | -| | $\color{blue}{ ext{-25\\% to Enemy Poison Resistance}}$ | -| | $\color{blue}{ ext{Monster Poison Immunity is Sundered}}$ | -| | $\color{blue}{ ext{Poison Length Reduced by 175\\%}}$ | -| | $\color{blue}{ ext{Prevent Monster Heal}}$ | -| | $\color{blue}{ ext{Slows Target by 50\\%}}$ | -| | $\color{blue}{ ext{+25\\% to Poison Skill Damage}}$ | -| | $\color{blue}{ ext{100\\% Deadly Strike}}$ | -| | $\color{blue}{ ext{Curse Resist +100\\%}}$ | -| | $\color{blue}{ ext{Increase Maximum Life 20\\%}}$ | -| | $\color{blue}{ ext{100\\% Chance to cast level 35 Poison Nova on striking}}$ | - diff --git a/output/item_diff_report/added/uniques/polearm.md b/output/item_diff_report/added/uniques/polearm.md deleted file mode 100644 index 4073515..0000000 --- a/output/item_diff_report/added/uniques/polearm.md +++ /dev/null @@ -1,21 +0,0 @@ -# Added Unique Polearm - -**Primal Sickle of Perseus** (Primal Sickle of Perseus) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Giant Thresher | -| | **Level Requirement:** 88 | -| | **Properties:** | -| | $\color{blue}{ ext{+450\\% Enhanced Damage}}$ | -| | $\color{blue}{ ext{-20\\% to Enemy Physical Resistance}}$ | -| | $\color{blue}{ ext{+80\\% Increased Attack Speed}}$ | -| | $\color{blue}{ ext{Monster Physical Immunity is Sundered}}$ | -| | $\color{blue}{ ext{Unknown property: ar\\% (200)}}$ | -| | $\color{blue}{ ext{300\\% Extra Gold from Monsters}}$ | -| | $\color{blue}{ ext{Reduces all Vendor Prices 15\\%}}$ | -| | $\color{blue}{ ext{Curse Resist +100\\%}}$ | -| | $\color{blue}{ ext{+3 to Random Class Skill Levels}}$ | -| | $\color{blue}{ ext{Ethereal}}$ | -| | $\color{blue}{ ext{+7 to Psychic Ward (Warlock only)}}$ | - diff --git a/output/item_diff_report/added/uniques/ring.md b/output/item_diff_report/added/uniques/ring.md deleted file mode 100644 index 8acddba..0000000 --- a/output/item_diff_report/added/uniques/ring.md +++ /dev/null @@ -1,30 +0,0 @@ -# Added Unique Ring - -**Opalvein** (Opalvein) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Ring | -| | **Level Requirement:** 50 | -| | **Properties:** | -| | $\color{blue}{ ext{20\\% Chance to cast level 30 Flame Wave on attack}}$ | -| | $\color{blue}{ ext{+3-5\\% to Magic Skill Damage / +20-40\\% Enhanced Damage / +3-5\\% to Fire Skill Damage / +3-5\\% to Cold Skill Damage / +3-5\\% to Lightning Skill Damage / +3-5\\% to Poison Skill Damage}}$ | -| | $\color{blue}{ ext{+10\\% Faster Cast Rate}}$ | -| | $\color{blue}{ ext{All Resistances +6-11}}$ | -| | $\color{blue}{ ext{+1-3 Life after each Kill}}$ | -| | $\color{blue}{ ext{+1-3 to Mana after each Kill}}$ | - -**Sling** (Sling) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Ring | -| | **Level Requirement:** 50 | -| | **Properties:** | -| | $\color{blue}{ ext{+1 to Town Portal}}$ | -| | $\color{blue}{ ext{+10\\% Faster Cast Rate}}$ | -| | $\color{blue}{ ext{-4-5\\% to Enemy Magic Resistance}}$ | -| | $\color{blue}{ ext{+10-20 to Energy}}$ | -| | $\color{blue}{ ext{Slows Target by 15\\%}}$ | -| | $\color{blue}{ ext{10-20\\% Better Chance of Getting Magic Items}}$ | - diff --git a/output/item_diff_report/added/uniques/shield.md b/output/item_diff_report/added/uniques/shield.md deleted file mode 100644 index 6d547cc..0000000 --- a/output/item_diff_report/added/uniques/shield.md +++ /dev/null @@ -1,19 +0,0 @@ -# Added Unique Shield - -**Primal Stormshield** (Primal Stormshield) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Monarch | -| | **Level Requirement:** 88 | -| | **Properties:** | -| | $\color{blue}{ ext{+1 to Lightning Mastery}}$ | -| | $\color{blue}{ ext{+2 to All Skills}}$ | -| | $\color{blue}{ ext{Increase Maximum Life 20\\%}}$ | -| | $\color{blue}{ ext{Damage Reduced by 30\\%}}$ | -| | $\color{blue}{ ext{+35\\% Faster Hit Recovery}}$ | -| | $\color{blue}{ ext{+35\\% Faster Block Rate}}$ | -| | $\color{blue}{ ext{+35\\% Faster Block Rate}}$ | -| | $\color{blue}{ ext{+20 Cold Absorb}}$ | -| | $\color{blue}{ ext{+20 Lightning Absorb}}$ | - diff --git a/output/item_diff_report/added/uniques/sword.md b/output/item_diff_report/added/uniques/sword.md deleted file mode 100644 index 5116b40..0000000 --- a/output/item_diff_report/added/uniques/sword.md +++ /dev/null @@ -1,37 +0,0 @@ -# Added Unique Sword - -**Dreadfang** (Dreadfang) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Legend Sword | -| | **Level Requirement:** 61 | -| | **Properties:** | -| | $\color{blue}{\\text{33\\% Chance to cast level 22 Amplify Damage on striking}}$ | -| | $\color{blue}{\\text{+33\\% Increased Attack Speed}}$ | -| | $\color{blue}{\\text{+150-280\\% Enhanced Damage}}$ | -| | $\color{blue}{\\text{3-6\\% Mana stolen per hit}}$ | -| | $\color{blue}{\\text{33\\% Deadly Strike}}$ | -| | $\color{blue}{\\text{+3 to Mirrored Blades (Warlock only)}}$ | -| | $\color{blue}{\\text{33\\% Bonus to Attack Rating}}$ | -| | $\color{blue}{\\text{Requirements --33\\%}}$ | - -**Primal Manslaughter** (Primal Manslaughter) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Hydra Edge | -| | **Level Requirement:** 88 | -| | **Properties:** | -| | $\color{blue}{\\text{Monster Physical Immunity is Sundered}}$ | -| | $\color{blue}{\\text{-25\\% to Enemy Physical Resistance}}$ | -| | $\color{blue}{\\text{+250 Defense vs. Missile}}$ | -| | $\color{blue}{\\text{+250 Defense vs. Melee}}$ | -| | $\color{blue}{\\text{+300\\% Enhanced Damage}}$ | -| | $\color{blue}{\\text{Ignore Target's Defense}}$ | -| | $\color{blue}{\\text{+35\\% Increased Attack Speed}}$ | -| | $\color{blue}{\\text{(2.0\\% per clvl) Better Chance of Getting Magic Items (Based on Character Level)}}$ | -| | $\color{blue}{\\text{Replenish Life +-30}}$ | -| | $\color{blue}{\\text{15\\% Life stolen per hit}}$ | -| | $\color{blue}{\\text{+10 Life after each Kill}}$ | - diff --git a/output/item_diff_report/added/uniques/swords.md b/output/item_diff_report/added/uniques/swords.md deleted file mode 100644 index cce5bcb..0000000 --- a/output/item_diff_report/added/uniques/swords.md +++ /dev/null @@ -1,37 +0,0 @@ -# Added Unique Swords - -**Dreadfang** (Dreadfang) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Legend Sword | -| | **Level Requirement:** 61 | -| | **Properties:** | -| | $\color{blue}{ ext{33\\% Chance to cast level 22 Amplify Damage on striking}}$ | -| | $\color{blue}{ ext{+33\\% Increased Attack Speed}}$ | -| | $\color{blue}{ ext{+150-280\\% Enhanced Damage}}$ | -| | $\color{blue}{ ext{3-6\\% Mana stolen per hit}}$ | -| | $\color{blue}{ ext{33\\% Deadly Strike}}$ | -| | $\color{blue}{ ext{+3 to Mirrored Blades (Warlock only)}}$ | -| | $\color{blue}{ ext{33\\% Bonus to Attack Rating}}$ | -| | $\color{blue}{ ext{Requirements --33\\%}}$ | - -**Primal Manslaughter** (Primal Manslaughter) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| | **Base Item:** Hydra Edge | -| | **Level Requirement:** 88 | -| | **Properties:** | -| | $\color{blue}{ ext{Monster Physical Immunity is Sundered}}$ | -| | $\color{blue}{ ext{-25\\% to Enemy Physical Resistance}}$ | -| | $\color{blue}{ ext{+250 Defense vs. Missile}}$ | -| | $\color{blue}{ ext{+250 Defense vs. Melee}}$ | -| | $\color{blue}{ ext{+300\\% Enhanced Damage}}$ | -| | $\color{blue}{ ext{Ignore Target's Defense}}$ | -| | $\color{blue}{ ext{+35\\% Increased Attack Speed}}$ | -| | $\color{blue}{ ext{(2.0\\% per clvl) Better Chance of Getting Magic Items (Based on Character Level)}}$ | -| | $\color{blue}{ ext{Replenish Life +-30}}$ | -| | $\color{blue}{ ext{15\\% Life stolen per hit}}$ | -| | $\color{blue}{ ext{+10 Life after each Kill}}$ | - diff --git a/output/item_diff_report/modified/runewords/other.md b/output/item_diff_report/modified/runewords/other.md deleted file mode 100644 index 6aa127b..0000000 --- a/output/item_diff_report/modified/runewords/other.md +++ /dev/null @@ -1,293 +0,0 @@ -# Modified Other Runewords - -- $\color{gray}{\\text{Gray text}}$: Removed/Old Value -- $\color{blue}{\\text{Blue text}}$: Added/New Value - -**Bone** (Bone) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $ ext{Armor}$ | **Base Item:** $ ext{Armor}$ | -| **Level Requirement:** $ ext{0}$ | **Level Requirement:** $ ext{0}$ | -| **Properties:** | **Properties:** | -| $ ext{+15-20\\% Faster Cast Rate}$ | $ ext{+15-20\\% Faster Cast Rate}$ | -| $ ext{15\\% Chance to cast level 10 Spike Armor when struck}$ | $ ext{15\\% Chance to cast level 10 Spike Armor when struck}$ | -| $ ext{+2 to Necromancer Skill Levels}$ | $ ext{+2 to Necromancer Skill Levels}$ | -| $ ext{+100-150 to Mana}$ | $ ext{+100-150 to Mana}$ | -| $ ext{All Resistances +15}$ | $ ext{All Resistances +15}$ | -| | $\color{blue}{ ext{+50\\% Enhanced Defense}}$ | - -**Bramble** (Bramble) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $ ext{Armor}$ | **Base Item:** $ ext{Armor}$ | -| **Level Requirement:** $ ext{0}$ | **Level Requirement:** $ ext{0}$ | -| **Properties:** | **Properties:** | -| $ ext{+50\\% Faster Hit Recovery}$ | $ ext{+50\\% Faster Hit Recovery}$ | -| $ ext{+300 Defense}$ | $ ext{+300 Defense}$ | -| $ ext{Poison Resist +100\\%}$ | $ ext{Poison Resist +100\\%}$ | -| $ ext{Level 33 Spirit of Barbs (13/\\# Charges)}$ | $ ext{Level 33 Spirit of Barbs (13/\\# Charges)}$ | -| $\\text{Level }\\color{gray}{\\text{15-21}}\\text{ Thorns Aura When Equipped}$ | $\\text{Level }\\color{blue}{\\text{25}}\\text{ Thorns Aura When Equipped}$ | -| $\\color{gray}{\\text{+25-50\\%}}\\text{ to Poison Skill Damage}$ | $\\color{blue}{\\text{+40-50\\%}}\\text{ to Poison Skill Damage}$ | -| $\color{gray}{ ext{+13 Life after each Kill}}$ | $\color{blue}{ ext{(removed)}}$ | -| | $\color{blue}{ ext{-10-20\\% to Enemy Poison Resistance}}$ | - -**Delirium** (Delirium) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $ ext{Merc Equip}$ | **Base Item:** $ ext{Merc Equip}$ | -| **Level Requirement:** $ ext{0}$ | **Level Requirement:** $ ext{0}$ | -| **Properties:** | **Properties:** | -| $ ext{+261 Defense}$ | $ ext{+261 Defense}$ | -| $ ext{+2 to All Skills}$ | $ ext{+2 to All Skills}$ | -| $\color{gray}{ ext{11\\% Chance to cast level 18 Confuse on striking}}$ | $\color{blue}{ ext{(removed)}}$ | -| $\color{gray}{ ext{Level 60 Attract (17/\\# Charges)}}$ | $\color{blue}{ ext{(removed)}}$ | -| $\color{gray}{ ext{14\\% Chance to cast level 13 Terror when struck}}$ | $\color{blue}{ ext{(removed)}}$ | -| $\color{gray}{ ext{6\\% Chance to cast level 14 Mind Blast when struck}}$ | $\color{blue}{ ext{(removed)}}$ | -| | $\color{blue}{ ext{20\\% Chance to cast level 15 Amplifying Damage on striking}}$ | -| | $\color{blue}{ ext{Damage Reduced by 10\\%}}$ | -| | $\color{blue}{ ext{15\\% Chance to cast level 10 Static Field when struck}}$ | -| | $\color{blue}{ ext{5\\% Chance to cast level 30 Chilling Armor when struck}}$ | -| | $\color{blue}{ ext{+8\\% to Experience Gained}}$ | - -**Fortitude** (Fortitude) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $ ext{Weapon}$ | **Base Item:** $ ext{Weapon}$ | -| **Level Requirement:** $ ext{0}$ | **Level Requirement:** $ ext{0}$ | -| **Properties:** | **Properties:** | -| $ ext{+200\\% Enhanced Defense}$ | $ ext{+200\\% Enhanced Defense}$ | -| $ ext{+300\\% Enhanced Damage}$ | $ ext{+300\\% Enhanced Damage}$ | -| $ ext{+25\\% Faster Cast Rate}$ | $ ext{+25\\% Faster Cast Rate}$ | -| $ ext{12\\% Damage Taken Goes To Mana}$ | $ ext{12\\% Damage Taken Goes To Mana}$ | -| $ ext{(1.0-1.5 per clvl) to Life (Based on Character Level)}$ | $ ext{(1.0-1.5 per clvl) to Life (Based on Character Level)}$ | -| $ ext{All Resistances +25-30}$ | $ ext{All Resistances +25-30}$ | -| $\\text{20\\% Chance to cast level }\\color{gray}{\\text{15}}\\text{ Chilling Armor when struck}$ | $\\text{20\\% Chance to cast level }\\color{blue}{\\text{35}}\\text{ Chilling Armor when struck}$ | - -**Grief** (Grief) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $\\color{gray}{\\text{Sword}}$ | **Base Item:** $\\color{blue}{\\text{Swords}}$ | -| **Level Requirement:** $ ext{0}$ | **Level Requirement:** $ ext{0}$ | -| **Properties:** | **Properties:** | -| $ ext{33\\% Deadly Strike}$ | $ ext{33\\% Deadly Strike}$ | -| $ ext{+30-40\\% Increased Attack Speed}$ | $ ext{+30-40\\% Increased Attack Speed}$ | -| $ ext{+300-350 to Maximum Damage}$ | $ ext{+300-350 to Maximum Damage}$ | -| $ ext{+300-350 to Minimum Damage}$ | $ ext{+300-350 to Minimum Damage}$ | -| $ ext{-20-25\\% to Enemy Poison Resistance}$ | $ ext{-20-25\\% to Enemy Poison Resistance}$ | -| $ ext{Ignore Target's Defense}$ | $ ext{Ignore Target's Defense}$ | -| $ ext{+10-15 Life after each Kill}$ | $ ext{+10-15 Life after each Kill}$ | - -**Last Wish** (Last Wish) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $\\color{gray}{\\text{Sword}}$ | **Base Item:** $\\color{blue}{\\text{Swords}}$ | -| **Level Requirement:** $ ext{0}$ | **Level Requirement:** $ ext{0}$ | -| **Properties:** | **Properties:** | -| $ ext{+330-375\\% Enhanced Damage}$ | $ ext{+330-375\\% Enhanced Damage}$ | -| $ ext{Repairs 1 durability in 25 seconds}$ | $ ext{Repairs 1 durability in 25 seconds}$ | -| $ ext{+11 to Life Contributor}$ | $ ext{+11 to Life Contributor}$ | -| $ ext{50\\% Chance to cast level 17 Fade when struck}$ | $ ext{50\\% Chance to cast level 17 Fade when struck}$ | -| $ ext{40-50\\% Chance of Crushing Blow}$ | $ ext{40-50\\% Chance of Crushing Blow}$ | -| $ ext{(0.5\\% per clvl) Better Chance of Getting Magic Items (Based on Character Level)}$ | $ ext{(0.5\\% per clvl) Better Chance of Getting Magic Items (Based on Character Level)}$ | -| $ ext{Level 17 Might Aura When Equipped}$ | $ ext{Level 17 Might Aura When Equipped}$ | - -**Lawbringer** (Lawbringer) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $\\color{gray}{\\text{Sword}}$ | **Base Item:** $\\color{blue}{\\text{Swords}}$ | -| **Level Requirement:** $ ext{0}$ | **Level Requirement:** $ ext{0}$ | -| **Properties:** | **Properties:** | -| $ ext{Adds 200-210 Cold Damage}$ | $ ext{Adds 200-210 Cold Damage}$ | -| $ ext{Adds 200-210 Fire Damage}$ | $ ext{Adds 200-210 Fire Damage}$ | -| $ ext{Level 30-31 Sanctuary Aura When Equipped}$ | $ ext{Level 30-31 Sanctuary Aura When Equipped}$ | -| $ ext{25\\% Chance to cast level 30 Decrepify on striking}$ | $ ext{25\\% Chance to cast level 30 Decrepify on striking}$ | -| $ ext{+200-250 Defense vs. Missile}$ | $ ext{+200-250 Defense vs. Missile}$ | -| $ ext{+200-250 Defense vs. Melee}$ | $ ext{+200-250 Defense vs. Melee}$ | -| $ ext{-50\\% Target Defense}$ | $ ext{-50\\% Target Defense}$ | - -**Lionheart** (Lionheart) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $ ext{Armor}$ | **Base Item:** $ ext{Armor}$ | -| **Level Requirement:** $ ext{0}$ | **Level Requirement:** $ ext{0}$ | -| **Properties:** | **Properties:** | -| $ ext{+50 to Life}$ | $ ext{+50 to Life}$ | -| $ ext{All Resistances +30}$ | $ ext{All Resistances +30}$ | -| $\\color{gray}{\\text{+90-110\\%}}\\text{ Enhanced Damage}$ | $\\color{blue}{\\text{+90-150\\%}}\\text{ Enhanced Damage}$ | -| $\color{gray}{ ext{+15 to Strength}}$ | $\color{blue}{ ext{(removed)}}$ | -| $\color{gray}{ ext{+20 to Vitality}}$ | $\color{blue}{ ext{(removed)}}$ | -| $\color{gray}{ ext{+15 to Dexterity}}$ | $\color{blue}{ ext{(removed)}}$ | -| | $\color{blue}{ ext{+15-30 to all Attributes}}$ | - -**Metamorphosis** (Metamorphosis) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $ ext{Merc Equip}$ | **Base Item:** $ ext{Merc Equip}$ | -| **Level Requirement:** $ ext{0}$ | **Level Requirement:** $ ext{0}$ | -| **Properties:** | **Properties:** | -| $ ext{100\\% Chance to cast level 1 Mark of the Bear on striking}$ | $ ext{100\\% Chance to cast level 1 Mark of the Bear on striking}$ | -| $ ext{100\\% Chance to cast level 1 Mark of the Wolf on striking}$ | $ ext{100\\% Chance to cast level 1 Mark of the Wolf on striking}$ | -| $ ext{+5 to Shape Shifting Skills}$ | $ ext{+5 to Shape Shifting Skills}$ | -| $ ext{+50-80\\% Enhanced Defense}$ | $ ext{+50-80\\% Enhanced Defense}$ | -| $ ext{All Resistances +10}$ | $ ext{All Resistances +10}$ | -| $ ext{25\\% Chance of Crushing Blow}$ | $ ext{25\\% Chance of Crushing Blow}$ | -| | $\color{blue}{ ext{+30\\% Faster Run/Walk}}$ | - -**Mosaic** (Mosaic) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $ ext{Weapon}$ | **Base Item:** $ ext{Weapon}$ | -| **Level Requirement:** $ ext{0}$ | **Level Requirement:** $ ext{0}$ | -| **Properties:** | **Properties:** | -| $ ext{+2 to All Skills}$ | $ ext{+2 to All Skills}$ | -| $\\color{gray}{\\text{-5-12\\%}}\\text{ to Enemy Fire Resistance}$ | $\\color{blue}{\\text{-10\\%}}\\text{ to Enemy Fire Resistance}$ | -| $\\color{gray}{\\text{-5-12\\%}}\\text{ to Enemy Cold Resistance}$ | $\\color{blue}{\\text{-10\\%}}\\text{ to Enemy Cold Resistance}$ | -| $\\color{gray}{\\text{-5-12\\%}}\\text{ to Enemy Lightning Resistance}$ | $\\color{blue}{\\text{-10\\%}}\\text{ to Enemy Lightning Resistance}$ | -| $\\color{gray}{\\text{+8-15\\%}}\\text{ to Fire Skill Damage}$ | $\\color{blue}{\\text{+15\\%}}\\text{ to Fire Skill Damage}$ | -| $\\color{gray}{\\text{+8-15\\%}}\\text{ to Cold Skill Damage}$ | $\\color{blue}{\\text{+15\\%}}\\text{ to Cold Skill Damage}$ | -| $\\color{gray}{\\text{+8-15\\%}}\\text{ to Lightning Skill Damage}$ | $\\color{blue}{\\text{+15\\%}}\\text{ to Lightning Skill Damage}$ | - -**Myth** (Myth) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $ ext{Armor}$ | **Base Item:** $ ext{Armor}$ | -| **Level Requirement:** $ ext{0}$ | **Level Requirement:** $ ext{0}$ | -| **Properties:** | **Properties:** | -| $ ext{+2 to Barbarian Skill Levels}$ | $ ext{+2 to Barbarian Skill Levels}$ | -| $ ext{Replenish Life +10}$ | $ ext{Replenish Life +10}$ | -| $\\color{gray}{\\text{10\\%}}\\text{ Chance to cast level }\\color{gray}{\\text{1}}\\text{ Taunt on striking}$ | $\\color{blue}{\\text{20\\%}}\\text{ Chance to cast level }\\color{blue}{\\text{10}}\\text{ Taunt on striking}$ | -| $\\color{gray}{\\text{+20\\%}}\\text{ Faster Run/Walk}$ | $\\color{blue}{\\text{+25\\%}}\\text{ Faster Run/Walk}$ | -| | $\color{blue}{ ext{+100-150 to Life}}$ | -| | $\color{blue}{ ext{+100\\% Enhanced Defense}}$ | - -**Oath** (Oath) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $\\color{gray}{\\text{Sword}}$ | **Base Item:** $\\color{blue}{\\text{Swords}}$ | -| **Level Requirement:** $ ext{0}$ | **Level Requirement:** $ ext{0}$ | -| **Properties:** | **Properties:** | -| $ ext{+210-340\\% Enhanced Damage}$ | $ ext{+210-340\\% Enhanced Damage}$ | -| $ ext{+30\\% Increased Attack Speed}$ | $ ext{+30\\% Increased Attack Speed}$ | -| $ ext{30\\% Chance to cast level 20 Bone Spirit on striking}$ | $ ext{30\\% Chance to cast level 20 Bone Spirit on striking}$ | -| $ ext{--100 to Monster Defense Per Hit}$ | $ ext{--100 to Monster Defense Per Hit}$ | -| $ ext{Level 20 Heart of Wolverine (16/\\# Charges)}$ | $ ext{Level 20 Heart of Wolverine (16/\\# Charges)}$ | -| $ ext{Magic Absorb 10-15\\%}$ | $ ext{Magic Absorb 10-15\\%}$ | -| $ ext{Indestructible}$ | $ ext{Indestructible}$ | - -**Peace** (Peace) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $ ext{Armor}$ | **Base Item:** $ ext{Armor}$ | -| **Level Requirement:** $ ext{0}$ | **Level Requirement:** $ ext{0}$ | -| **Properties:** | **Properties:** | -| $ ext{+2 to Amazon Skill Levels}$ | $ ext{+2 to Amazon Skill Levels}$ | -| $ ext{+2 to Dangerous Strike}$ | $ ext{+2 to Dangerous Strike}$ | -| $\\color{gray}{\\text{4\\%}}\\text{ Chance to cast level }\\color{gray}{\\text{5}}\\text{ Slow Missiles when struck}$ | $\\color{blue}{\\text{15\\%}}\\text{ Chance to cast level }\\color{blue}{\\text{10}}\\text{ Slow Missiles when struck}$ | -| $\color{gray}{ ext{2\\% Chance to cast level 15 Valkyrie on striking}}$ | $\color{blue}{ ext{(removed)}}$ | -| | $\color{blue}{ ext{+25\\% Faster Run/Walk}}$ | -| | $\color{blue}{ ext{+2 to Evade (Amazon only)}}$ | -| | $\color{blue}{ ext{+2 to Avoid (Amazon only)}}$ | -| | $\color{blue}{ ext{+2 to Dodge (Amazon only)}}$ | - -**Plague** (Plague) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $\\color{gray}{\\text{Sword}}$ | **Base Item:** $\\color{blue}{\\text{Swords}}$ | -| **Level Requirement:** $ ext{0}$ | **Level Requirement:** $ ext{0}$ | -| **Properties:** | **Properties:** | -| $ ext{+220-320\\% Enhanced Damage}$ | $ ext{+220-320\\% Enhanced Damage}$ | -| $ ext{20\\% Chance to cast level 12 Lower Resist when struck}$ | $ ext{20\\% Chance to cast level 12 Lower Resist when struck}$ | -| $ ext{25\\% Chance to cast level 54 Poison Nova on attack}$ | $ ext{25\\% Chance to cast level 54 Poison Nova on attack}$ | -| $ ext{-25-35\\% to Enemy Poison Resistance}$ | $ ext{-25-35\\% to Enemy Poison Resistance}$ | -| $ ext{(0.4\\% per clvl) Deadly Strike (Based on Character Level)}$ | $ ext{(0.4\\% per clvl) Deadly Strike (Based on Character Level)}$ | -| $ ext{Level 13-17 Cleansing Aura When Equipped}$ | $ ext{Level 13-17 Cleansing Aura When Equipped}$ | -| $ ext{+2 to All Skills}$ | $ ext{+2 to All Skills}$ | - -**Principle** (Principle) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $ ext{Armor}$ | **Base Item:** $ ext{Armor}$ | -| **Level Requirement:** $ ext{0}$ | **Level Requirement:** $ ext{0}$ | -| **Properties:** | **Properties:** | -| $ ext{+2 to Paladin Skill Levels}$ | $ ext{+2 to Paladin Skill Levels}$ | -| $ ext{+100-150 to Life}$ | $ ext{+100-150 to Life}$ | -| $\color{gray}{ ext{100\\% Chance to cast level 5 Holy Bolt on striking}}$ | $\color{blue}{ ext{(removed)}}$ | -| $\color{gray}{ ext{+50\\% Damage to Undead}}$ | $\color{blue}{ ext{(removed)}}$ | -| | $\color{blue}{ ext{100\\% Chance to cast level 20 Blessed Hammer on striking}}$ | -| | $\color{blue}{ ext{100\\% Bonus to Attack Rating}}$ | -| | $\color{blue}{ ext{+100\\% Enhanced Defense}}$ | - -**Revenge** (Revenge) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $ ext{Mace}$ | **Base Item:** $ ext{Mace}$ | -| **Level Requirement:** $ ext{0}$ | **Level Requirement:** $ ext{0}$ | -| **Properties:** | **Properties:** | -| $ ext{+20\\% Increased Attack Speed}$ | $ ext{+20\\% Increased Attack Speed}$ | -| $ ext{33\\% Chance to cast level 8 Nova on striking}$ | $ ext{33\\% Chance to cast level 8 Nova on striking}$ | -| $ ext{33\\% Chance to cast level 8 Frost Nova on striking}$ | $ ext{33\\% Chance to cast level 8 Frost Nova on striking}$ | -| $\color{gray}{ ext{33\\% Chance to cast level 8 Fireball on striking}}$ | $\color{blue}{ ext{(removed)}}$ | -| | $\color{blue}{ ext{33\\% Chance to cast level 8 Fire Ball on striking}}$ | - -**Smoke** (Smoke) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $ ext{Armor}$ | **Base Item:** $ ext{Armor}$ | -| **Level Requirement:** $ ext{0}$ | **Level Requirement:** $ ext{0}$ | -| **Properties:** | **Properties:** | -| $ ext{+250 Defense vs. Missile}$ | $ ext{+250 Defense vs. Missile}$ | -| $ ext{+75\\% Enhanced Defense}$ | $ ext{+75\\% Enhanced Defense}$ | -| $ ext{All Resistances +50}$ | $ ext{All Resistances +50}$ | -| $ ext{+20\\% Faster Hit Recovery}$ | $ ext{+20\\% Faster Hit Recovery}$ | -| $ ext{(0.4-0.6 per clvl) to Strength (Based on Character Level)}$ | $ ext{(0.4-0.6 per clvl) to Strength (Based on Character Level)}$ | -| $\color{gray}{ ext{20\\% Chance to cast level 13 Cloak of Shadows when you Kill an Enemy}}$ | $\color{blue}{ ext{(removed)}}$ | -| | $\color{blue}{ ext{20\\% Chance to cast level 13 Cloak of Shadows when struck}}$ | - -**Unbending Will** (Unbending Will) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $\\color{gray}{\\text{Sword}}$ | **Base Item:** $\\color{blue}{\\text{Swords}}$ | -| **Level Requirement:** $ ext{0}$ | **Level Requirement:** $ ext{0}$ | -| **Properties:** | **Properties:** | -| $ ext{+3 to Combat Skills}$ | $ ext{+3 to Combat Skills}$ | -| $ ext{18\\% Chance to cast level 18 Taunt on striking}$ | $ ext{18\\% Chance to cast level 18 Taunt on striking}$ | -| $ ext{+30\\% Increased Attack Speed}$ | $ ext{+30\\% Increased Attack Speed}$ | -| $ ext{+300-350\\% Enhanced Damage}$ | $ ext{+300-350\\% Enhanced Damage}$ | -| $ ext{Damage Reduced by 8}$ | $ ext{Damage Reduced by 8}$ | -| $ ext{Prevent Monster Heal}$ | $ ext{Prevent Monster Heal}$ | -| $ ext{8-10\\% Life stolen per hit}$ | $ ext{8-10\\% Life stolen per hit}$ | - -**Whisper** (Whisper) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $ ext{Polearm}$ | **Base Item:** $ ext{Polearm}$ | -| **Level Requirement:** $ ext{0}$ | **Level Requirement:** $ ext{0}$ | -| **Properties:** | **Properties:** | -| $ ext{+255-325\\% Enhanced Damage}$ | $ ext{+255-325\\% Enhanced Damage}$ | -| $ ext{+35\\% Faster Run/Walk}$ | $ ext{+35\\% Faster Run/Walk}$ | -| $ ext{(0.5 per clvl) to Vitality (Based on Character Level)}$ | $ ext{(0.5 per clvl) to Vitality (Based on Character Level)}$ | -| $ ext{50\\% Chance to cast level 20 Bone Spear when you Kill an Enemy}$ | $ ext{50\\% Chance to cast level 20 Bone Spear when you Kill an Enemy}$ | -| $ ext{Level 30 Cyclone Armor (21/\\# Charges)}$ | $ ext{Level 30 Cyclone Armor (21/\\# Charges)}$ | -| $ ext{-45-55\\% to Enemy Magic Resistance}$ | $ ext{-45-55\\% to Enemy Magic Resistance}$ | -| $\color{gray}{ ext{Level 12 Magic Conviction Aura When Equipped}}$ | $\color{blue}{ ext{(removed)}}$ | -| | $\color{blue}{ ext{Level 12 Summon Tainted Aura When Equipped}}$ | - diff --git a/output/item_diff_report/modified/sets/armor.md b/output/item_diff_report/modified/sets/armor.md deleted file mode 100644 index c05b745..0000000 --- a/output/item_diff_report/modified/sets/armor.md +++ /dev/null @@ -1,20 +0,0 @@ -# Modified Set Armor - -- $\color{gray}{\\text{Gray text}}$: Removed/Old Value -- $\color{blue}{\\text{Blue text}}$: Added/New Value - -**Griswold's Heart** (Griswold's Heart) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $\\color{gray}{\\text{Ornate}}\\text{ }\\color{gray}{\\text{Plate}}$ | **Base Item:** $\\color{blue}{\\text{Sacred}}\\text{ }\\color{blue}{\\text{Armor}}$ | -| **Level Requirement:** $ ext{45}$ | **Level Requirement:** $ ext{45}$ | -| **Properties:** | **Properties:** | -| $ ext{+600 Defense}$ | $ ext{+600 Defense}$ | -| $ ext{+1-3 to Combat Skills}$ | $ ext{+1-3 to Combat Skills}$ | -| $ ext{+20-30 to Strength}$ | $ ext{+20-30 to Strength}$ | -| $ ext{Requirements --40\\%}$ | $ ext{Requirements --40\\%}$ | -| $ ext{+1-3 to Offensive Auras Skills}$ | $ ext{+1-3 to Offensive Auras Skills}$ | -| $ ext{+1-3 to Defensive Auras Skills}$ | $ ext{+1-3 to Defensive Auras Skills}$ | -| $ ext{+6-9 to Mana after each Kill}$ | $ ext{+6-9 to Mana after each Kill}$ | - diff --git a/output/item_diff_report/modified/sets/belt.md b/output/item_diff_report/modified/sets/belt.md deleted file mode 100644 index f57969d..0000000 --- a/output/item_diff_report/modified/sets/belt.md +++ /dev/null @@ -1,93 +0,0 @@ -# Modified Set Belt - -- $\color{gray}{\\text{Gray text}}$: Removed/Old Value -- $\color{blue}{\\text{Blue text}}$: Added/New Value - -**Immortal King's Detail** (Immortal King's Detail) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $\\color{gray}{\\text{War}}\\text{ }\\color{gray}{\\text{Belt}}$ | **Base Item:** $\\color{blue}{\\text{Colossus}}\\text{ }\\color{blue}{\\text{Girdle}}$ | -| **Level Requirement:** $ ext{29}$ | **Level Requirement:** $ ext{29}$ | -| **Properties:** | **Properties:** | -| $ ext{+36 Defense}$ | $ ext{+36 Defense}$ | -| $ ext{Fire Resist +28\\%}$ | $ ext{Fire Resist +28\\%}$ | -| $ ext{Lightning Resist +31\\%}$ | $ ext{Lightning Resist +31\\%}$ | -| $ ext{+25 to Strength}$ | $ ext{+25 to Strength}$ | - -**Immortal King's Tribal Binding** (Immortal King's Tribal Binding) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $\\color{gray}{\\text{War}}\\text{ }\\color{gray}{\\text{Belt}}$ | **Base Item:** $\\color{blue}{\\text{Colossus}}\\text{ }\\color{blue}{\\text{Girdle}}$ | -| **Level Requirement:** $ ext{95}$ | **Level Requirement:** $ ext{95}$ | -| **Properties:** | **Properties:** | -| $ ext{Damage Reduced by 10-20\\%}$ | $ ext{Damage Reduced by 10-20\\%}$ | -| $ ext{+20\\% Increased Attack Speed}$ | $ ext{+20\\% Increased Attack Speed}$ | -| $ ext{+20\\% Faster Cast Rate}$ | $ ext{+20\\% Faster Cast Rate}$ | -| $ ext{+40-75\\% Enhanced Damage}$ | $ ext{+40-75\\% Enhanced Damage}$ | -| $ ext{All Resistances +10-20}$ | $ ext{All Resistances +10-20}$ | -| $ ext{+3-5\\% Vitality}$ | $ ext{+3-5\\% Vitality}$ | -| $ ext{+3-5\\% Strength}$ | $ ext{+3-5\\% Strength}$ | -| $ ext{+3-5\\% Dexterity}$ | $ ext{+3-5\\% Dexterity}$ | -| $ ext{+3-5\\% Energy}$ | $ ext{+3-5\\% Energy}$ | - -**M'avina's Principle** (M'avina's Principle) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $\\color{gray}{\\text{Sharkskin}}\\text{ Belt}$ | **Base Item:** $\\color{blue}{\\text{Vampirefang}}\\text{ Belt}$ | -| **Level Requirement:** $ ext{85}$ | **Level Requirement:** $ ext{85}$ | -| **Properties:** | **Properties:** | -| $ ext{+25\\% Faster Run/Walk}$ | $ ext{+25\\% Faster Run/Walk}$ | -| $ ext{+1 to Amazon Skill Levels}$ | $ ext{+1 to Amazon Skill Levels}$ | -| $ ext{+3-8 to all Attributes}$ | $ ext{+3-8 to all Attributes}$ | -| $ ext{5\\% Mana stolen per hit}$ | $ ext{5\\% Mana stolen per hit}$ | -| $ ext{5\\% Life stolen per hit}$ | $ ext{5\\% Life stolen per hit}$ | -| $ ext{+25\\% Increased Attack Speed}$ | $ ext{+25\\% Increased Attack Speed}$ | -| $ ext{Damage Reduced by 5-10\\%}$ | $ ext{Damage Reduced by 5-10\\%}$ | -| $ ext{All Resistances +10-20}$ | $ ext{All Resistances +10-20}$ | - -**M'avina's Tenet** (M'avina's Tenet) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $\\color{gray}{\\text{Sharkskin}}\\text{ Belt}$ | **Base Item:** $\\color{blue}{\\text{Vampirefang}}\\text{ Belt}$ | -| **Level Requirement:** $ ext{45}$ | **Level Requirement:** $ ext{45}$ | -| **Properties:** | **Properties:** | -| $ ext{+50 Defense}$ | $ ext{+50 Defense}$ | -| $ ext{+30\\% Faster Run/Walk}$ | $ ext{+30\\% Faster Run/Walk}$ | -| $ ext{5\\% Mana stolen per hit}$ | $ ext{5\\% Mana stolen per hit}$ | -| $ ext{All Resistances +10-15}$ | $ ext{All Resistances +10-15}$ | -| $ ext{+3-5 to Mana after each Kill}$ | $ ext{+3-5 to Mana after each Kill}$ | - -**Tal Rasha's Brace** (Tal Rasha's Brace) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $\\color{gray}{\\text{Mesh}}\\text{ }\\color{gray}{\\text{Belt}}$ | **Base Item:** $\\color{blue}{\\text{Mithril}}\\text{ }\\color{blue}{\\text{Coil}}$ | -| **Level Requirement:** $ ext{85}$ | **Level Requirement:** $ ext{85}$ | -| **Properties:** | **Properties:** | -| $ ext{Damage Reduced by 5-10\\%}$ | $ ext{Damage Reduced by 5-10\\%}$ | -| $ ext{+1 to Sorceress Skill Levels}$ | $ ext{+1 to Sorceress Skill Levels}$ | -| $ ext{+1-3 to Meteor (Sorceress only)}$ | $ ext{+1-3 to Meteor (Sorceress only)}$ | -| $ ext{+20\\% Faster Cast Rate}$ | $ ext{+20\\% Faster Cast Rate}$ | -| $ ext{-3-5\\% to Enemy Fire Resistance}$ | $ ext{-3-5\\% to Enemy Fire Resistance}$ | -| $ ext{Increase Maximum Mana 3-8\\%}$ | $ ext{Increase Maximum Mana 3-8\\%}$ | -| $ ext{+5-10 to all Attributes}$ | $ ext{+5-10 to all Attributes}$ | -| $ ext{25-50\\% Better Chance of Getting Magic Items}$ | $ ext{25-50\\% Better Chance of Getting Magic Items}$ | -| $ ext{+3-7 to Mana after each Kill}$ | $ ext{+3-7 to Mana after each Kill}$ | - -**Tal Rasha's Fine\-Spun Cloth** (Tal Rasha's Fire\-Spun Cloth) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $\\color{gray}{\\text{Mesh}}\\text{ }\\color{gray}{\\text{Belt}}$ | **Base Item:** $\\color{blue}{\\text{Mithril}}\\text{ }\\color{blue}{\\text{Coil}}$ | -| **Level Requirement:** $ ext{53}$ | **Level Requirement:** $ ext{53}$ | -| **Properties:** | **Properties:** | -| $ ext{Requirements --20\\%}$ | $ ext{Requirements --20\\%}$ | -| $ ext{+30 to Mana}$ | $ ext{+30 to Mana}$ | -| $ ext{+20 to Dexterity}$ | $ ext{+20 to Dexterity}$ | -| $ ext{37\\% Damage Taken Goes To Mana}$ | $ ext{37\\% Damage Taken Goes To Mana}$ | -| $ ext{10-15\\% Better Chance of Getting Magic Items}$ | $ ext{10-15\\% Better Chance of Getting Magic Items}$ | - diff --git a/output/item_diff_report/modified/sets/boots.md b/output/item_diff_report/modified/sets/boots.md deleted file mode 100644 index f478063..0000000 --- a/output/item_diff_report/modified/sets/boots.md +++ /dev/null @@ -1,94 +0,0 @@ -# Modified Set Boots - -- $\color{gray}{\\text{Gray text}}$: Removed/Old Value -- $\color{blue}{\\text{Blue text}}$: Added/New Value - -**Aldur's Advance** (Aldur's Advance) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $\\color{gray}{\\text{Battle}}\\text{ Boots}$ | **Base Item:** $\\color{blue}{\\text{Mirrored}}\\text{ Boots}$ | -| **Level Requirement:** $ ext{45}$ | **Level Requirement:** $ ext{45}$ | -| **Properties:** | **Properties:** | -| $ ext{Repairs 1 durability in 5 seconds}$ | $ ext{Repairs 1 durability in 5 seconds}$ | -| $ ext{Regenerate Mana 10\\%}$ | $ ext{Regenerate Mana 10\\%}$ | -| $ ext{+50 to Life}$ | $ ext{+50 to Life}$ | -| $ ext{10\\% Damage Taken Goes To Mana}$ | $ ext{10\\% Damage Taken Goes To Mana}$ | -| $ ext{+40\\% Faster Run/Walk}$ | $ ext{+40\\% Faster Run/Walk}$ | -| $ ext{Replenish Life +10}$ | $ ext{Replenish Life +10}$ | -| $ ext{Fire Resist +40-50\\%}$ | $ ext{Fire Resist +40-50\\%}$ | - -**Aldur's Momentum** (Aldur's Momentum) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $\\color{gray}{\\text{Battle}}\\text{ Boots}$ | **Base Item:** $\\color{blue}{\\text{Mirrored}}\\text{ Boots}$ | -| **Level Requirement:** $ ext{85}$ | **Level Requirement:** $ ext{85}$ | -| **Properties:** | **Properties:** | -| $ ext{+50\\% Faster Run/Walk}$ | $ ext{+50\\% Faster Run/Walk}$ | -| $ ext{+1 to Druid Skill Levels}$ | $ ext{+1 to Druid Skill Levels}$ | -| $ ext{+25-50\\% Enhanced Damage}$ | $ ext{+25-50\\% Enhanced Damage}$ | -| $ ext{Increase Maximum Life 5\\%}$ | $ ext{Increase Maximum Life 5\\%}$ | -| $ ext{All Resistances +10-20}$ | $ ext{All Resistances +10-20}$ | -| $ ext{Increase Maximum Mana 5\\%}$ | $ ext{Increase Maximum Mana 5\\%}$ | - -**Immortal King's Pillar** (Immortal King's Pillar) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $\\color{gray}{\\text{War}}\\text{ }\\color{gray}{\\text{Boots}}$ | **Base Item:** $\\color{blue}{\\text{Myrmidon}}\\text{ }\\color{blue}{\\text{Greaves}}$ | -| **Level Requirement:** $ ext{31}$ | **Level Requirement:** $ ext{31}$ | -| **Properties:** | **Properties:** | -| $ ext{+75 Defense}$ | $ ext{+75 Defense}$ | -| $ ext{+40\\% Faster Run/Walk}$ | $ ext{+40\\% Faster Run/Walk}$ | -| $ ext{+110 to Attack Rating}$ | $ ext{+110 to Attack Rating}$ | -| $ ext{Damage Reduced by 3-5\\%}$ | $ ext{Damage Reduced by 3-5\\%}$ | -| $ ext{Magic Resist +30-40\\%}$ | $ ext{Magic Resist +30-40\\%}$ | -| $ ext{+10\\% Faster Cast Rate}$ | $ ext{+10\\% Faster Cast Rate}$ | -| $ ext{+10-15 to Vitality}$ | $ ext{+10-15 to Vitality}$ | - -**Immortal King's Statue** (Immortal King's Statue) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $\\color{gray}{\\text{War}}\\text{ }\\color{gray}{\\text{Boots}}$ | **Base Item:** $\\color{blue}{\\text{Myrmidon}}\\text{ }\\color{blue}{\\text{Greaves}}$ | -| **Level Requirement:** $ ext{95}$ | **Level Requirement:** $ ext{95}$ | -| **Properties:** | **Properties:** | -| $ ext{+40\\% Faster Run/Walk}$ | $ ext{+40\\% Faster Run/Walk}$ | -| $ ext{+1-3\\% to Maximum Fire Resist}$ | $ ext{+1-3\\% to Maximum Fire Resist}$ | -| $ ext{All Resistances +10-20}$ | $ ext{All Resistances +10-20}$ | -| $ ext{Magic Resist +25\\%}$ | $ ext{Magic Resist +25\\%}$ | -| $ ext{Damage Reduced by 10-15\\%}$ | $ ext{Damage Reduced by 10-15\\%}$ | -| $ ext{+40\\% Faster Hit Recovery}$ | $ ext{+40\\% Faster Hit Recovery}$ | - -**Natalya's Footprints** (Natalya's Footprints) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $\\color{gray}{\\text{Mesh}}\\text{ Boots}$ | **Base Item:** $\\color{blue}{\\text{Boneweave}}\\text{ Boots}$ | -| **Level Requirement:** $ ext{85}$ | **Level Requirement:** $ ext{85}$ | -| **Properties:** | **Properties:** | -| $ ext{+40\\% Faster Run/Walk}$ | $ ext{+40\\% Faster Run/Walk}$ | -| $ ext{+35\\% Faster Hit Recovery}$ | $ ext{+35\\% Faster Hit Recovery}$ | -| $ ext{+10-20 to all Attributes}$ | $ ext{+10-20 to all Attributes}$ | -| $ ext{All Resistances +10-20}$ | $ ext{All Resistances +10-20}$ | -| $ ext{-3-5\\% to Enemy Poison Resistance}$ | $ ext{-3-5\\% to Enemy Poison Resistance}$ | -| $ ext{+5\\% to Poison Skill Damage}$ | $ ext{+5\\% to Poison Skill Damage}$ | -| $ ext{+7 to Venom (Assassin only)}$ | $ ext{+7 to Venom (Assassin only)}$ | - -**Natalya's Soul** (Natalya's Soul) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $\\color{gray}{\\text{Mesh}}\\text{ Boots}$ | **Base Item:** $\\color{blue}{\\text{Boneweave}}\\text{ Boots}$ | -| **Level Requirement:** $ ext{25}$ | **Level Requirement:** $ ext{25}$ | -| **Properties:** | **Properties:** | -| $ ext{+75-125 Defense}$ | $ ext{+75-125 Defense}$ | -| $ ext{+40\\% Faster Run/Walk}$ | $ ext{+40\\% Faster Run/Walk}$ | -| $ ext{-3-5\\% to Enemy Fire Resistance}$ | $ ext{-3-5\\% to Enemy Fire Resistance}$ | -| $ ext{-3-5\\% to Enemy Lightning Resistance}$ | $ ext{-3-5\\% to Enemy Lightning Resistance}$ | -| $ ext{Cold Resist +15-25\\%}$ | $ ext{Cold Resist +15-25\\%}$ | -| $ ext{Lightning Resist +15-25\\%}$ | $ ext{Lightning Resist +15-25\\%}$ | -| $ ext{-3-5\\% to Enemy Cold Resistance}$ | $ ext{-3-5\\% to Enemy Cold Resistance}$ | -| $ ext{-3-5\\% to Enemy Poison Resistance}$ | $ ext{-3-5\\% to Enemy Poison Resistance}$ | - diff --git a/output/item_diff_report/modified/sets/gloves.md b/output/item_diff_report/modified/sets/gloves.md deleted file mode 100644 index adf0ca2..0000000 --- a/output/item_diff_report/modified/sets/gloves.md +++ /dev/null @@ -1,92 +0,0 @@ -# Modified Set Gloves - -- $\color{gray}{\\text{Gray text}}$: Removed/Old Value -- $\color{blue}{\\text{Blue text}}$: Added/New Value - -**Immortal King's Forge** (Immortal King's Forge) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $\\color{gray}{\\text{War}}\\text{ Gauntlets}$ | **Base Item:** $\\color{blue}{\\text{Ogre}}\\text{ Gauntlets}$ | -| **Level Requirement:** $ ext{30}$ | **Level Requirement:** $ ext{30}$ | -| **Properties:** | **Properties:** | -| $ ext{+65 Defense}$ | $ ext{+65 Defense}$ | -| $ ext{+20-30 to Strength}$ | $ ext{+20-30 to Strength}$ | -| $ ext{+20-30 to Dexterity}$ | $ ext{+20-30 to Dexterity}$ | -| $ ext{12\\% Chance to cast level 20 Static Field when struck}$ | $ ext{12\\% Chance to cast level 20 Static Field when struck}$ | -| $ ext{+40 to Life}$ | $ ext{+40 to Life}$ | - -**Immortal King's Irons** (Immortal King's Irons) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $\\color{gray}{\\text{War}}\\text{ Gauntlets}$ | **Base Item:** $\\color{blue}{\\text{Ogre}}\\text{ Gauntlets}$ | -| **Level Requirement:** $ ext{95}$ | **Level Requirement:** $ ext{95}$ | -| **Properties:** | **Properties:** | -| $ ext{+20\\% Increased Attack Speed}$ | $ ext{+20\\% Increased Attack Speed}$ | -| $ ext{+1-3 to Barbarian Skill Levels}$ | $ ext{+1-3 to Barbarian Skill Levels}$ | -| $ ext{+20\\% Faster Cast Rate}$ | $ ext{+20\\% Faster Cast Rate}$ | -| $ ext{15\\% Chance of Crushing Blow}$ | $ ext{15\\% Chance of Crushing Blow}$ | -| $ ext{15\\% Deadly Strike}$ | $ ext{15\\% Deadly Strike}$ | -| $ ext{+400 Defense}$ | $ ext{+400 Defense}$ | -| $ ext{Damage Reduced by 10-20\\%}$ | $ ext{Damage Reduced by 10-20\\%}$ | -| $ ext{+3-5\\% Strength}$ | $ ext{+3-5\\% Strength}$ | - -**M'avina's Guidance** (M'avina's Guidance) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $\\color{gray}{\\text{Battle}}\\text{ Gauntlets}$ | **Base Item:** $\\color{blue}{\\text{Crusader}}\\text{ Gauntlets}$ | -| **Level Requirement:** $ ext{85}$ | **Level Requirement:** $ ext{85}$ | -| **Properties:** | **Properties:** | -| $ ext{+25\\% Increased Attack Speed}$ | $ ext{+25\\% Increased Attack Speed}$ | -| $ ext{+50-75\\% Enhanced Damage}$ | $ ext{+50-75\\% Enhanced Damage}$ | -| $ ext{+333 Defense}$ | $ ext{+333 Defense}$ | -| $ ext{+50-150\\% Enhanced Defense}$ | $ ext{+50-150\\% Enhanced Defense}$ | -| $ ext{+5-10\\% Dexterity}$ | $ ext{+5-10\\% Dexterity}$ | -| $ ext{+5-10\\% Strength}$ | $ ext{+5-10\\% Strength}$ | -| $ ext{20\\% Chance to cast level 50 Slow Missiles when struck}$ | $ ext{20\\% Chance to cast level 50 Slow Missiles when struck}$ | -| $ ext{Increase Maximum Life 5-10\\%}$ | $ ext{Increase Maximum Life 5-10\\%}$ | - -**M'avina's Icy Clutch** (M'avina's Icy Clutch) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $\\color{gray}{\\text{Battle}}\\text{ Gauntlets}$ | **Base Item:** $\\color{blue}{\\text{Crusader}}\\text{ Gauntlets}$ | -| **Level Requirement:** $ ext{32}$ | **Level Requirement:** $ ext{32}$ | -| **Properties:** | **Properties:** | -| $ ext{+45-50 Defense}$ | $ ext{+45-50 Defense}$ | -| $ ext{Adds 100-100 Cold Damage}$ | $ ext{Adds 100-100 Cold Damage}$ | -| $ ext{Cannot Be Frozen}$ | $ ext{Cannot Be Frozen}$ | -| $ ext{100-150\\% Extra Gold from Monsters}$ | $ ext{100-150\\% Extra Gold from Monsters}$ | -| $ ext{+20-30 to Strength}$ | $ ext{+20-30 to Strength}$ | -| $ ext{+20-30 to Dexterity}$ | $ ext{+20-30 to Dexterity}$ | - -**Trang\-Oul's Claws** (Trang\-Oul's Claws) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $\\color{gray}{\\text{Heavy Bracers}}$ | **Base Item:** $\\color{blue}{\\text{Vambraces}}$ | -| **Level Requirement:** $ ext{45}$ | **Level Requirement:** $ ext{45}$ | -| **Properties:** | **Properties:** | -| $ ext{+30 Defense}$ | $ ext{+30 Defense}$ | -| $ ext{+20\\% Faster Cast Rate}$ | $ ext{+20\\% Faster Cast Rate}$ | -| $ ext{Cold Resist +30\\%}$ | $ ext{Cold Resist +30\\%}$ | -| $ ext{+2 to Curses Skills}$ | $ ext{+2 to Curses Skills}$ | - -**Trang\-Oul's Sharp Claws** (Trang\-Oul's Sharp Claws) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $\\color{gray}{\\text{Heavy Bracers}}$ | **Base Item:** $\\color{blue}{\\text{Vambraces}}$ | -| **Level Requirement:** $ ext{85}$ | **Level Requirement:** $ ext{85}$ | -| **Properties:** | **Properties:** | -| $ ext{+1-3 to Necromancer Skill Levels}$ | $ ext{+1-3 to Necromancer Skill Levels}$ | -| $ ext{-10\\% to Enemy Poison Resistance}$ | $ ext{-10\\% to Enemy Poison Resistance}$ | -| $ ext{15\\% Chance to cast level 55 Poison Nova when you Kill an Enemy}$ | $ ext{15\\% Chance to cast level 55 Poison Nova when you Kill an Enemy}$ | -| $ ext{+20\\% Faster Cast Rate}$ | $ ext{+20\\% Faster Cast Rate}$ | -| $ ext{+20\\% Increased Attack Speed}$ | $ ext{+20\\% Increased Attack Speed}$ | -| $ ext{Damage Reduced by 10-15}$ | $ ext{Damage Reduced by 10-15}$ | -| $ ext{33\\% Chance to cast level 55 Bone Spear on striking}$ | $ ext{33\\% Chance to cast level 55 Bone Spear on striking}$ | -| $ ext{+3-7 to Mana after each Kill}$ | $ ext{+3-7 to Mana after each Kill}$ | - diff --git a/output/item_diff_report/modified/sets/mace.md b/output/item_diff_report/modified/sets/mace.md deleted file mode 100644 index cbfc4e9..0000000 --- a/output/item_diff_report/modified/sets/mace.md +++ /dev/null @@ -1,36 +0,0 @@ -# Modified Set Mace - -- $\color{gray}{\\text{Gray text}}$: Removed/Old Value -- $\color{blue}{\\text{Blue text}}$: Added/New Value - -**Aldur's Onslaught** (Aldur's Onslaught) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $\\color{gray}{\\text{Jagged}}\\text{ Star}$ | **Base Item:** $\\color{blue}{\\text{Devil}}\\text{ Star}$ | -| **Level Requirement:** $ ext{85}$ | **Level Requirement:** $ ext{85}$ | -| **Properties:** | **Properties:** | -| $ ext{+2-3 to Druid Skill Levels}$ | $ ext{+2-3 to Druid Skill Levels}$ | -| $ ext{+40-50\\% Increased Attack Speed}$ | $ ext{+40-50\\% Increased Attack Speed}$ | -| $ ext{+40-50\\% Faster Cast Rate}$ | $ ext{+40-50\\% Faster Cast Rate}$ | -| $ ext{+300-350\\% Enhanced Damage}$ | $ ext{+300-350\\% Enhanced Damage}$ | -| $ ext{+200-300 to Maximum Damage}$ | $ ext{+200-300 to Maximum Damage}$ | -| $ ext{50\\% Bonus to Attack Rating}$ | $ ext{50\\% Bonus to Attack Rating}$ | -| $ ext{10\\% Life stolen per hit}$ | $ ext{10\\% Life stolen per hit}$ | -| $ ext{35\\% Chance of Crushing Blow}$ | $ ext{35\\% Chance of Crushing Blow}$ | - -**Aldur's Rhythm** (Aldur's Gauntlet) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $\\color{gray}{\\text{Jagged}}\\text{ Star}$ | **Base Item:** $\\color{blue}{\\text{Devil}}\\text{ Star}$ | -| **Level Requirement:** $ ext{55}$ | **Level Requirement:** $ ext{55}$ | -| **Properties:** | **Properties:** | -| $ ext{Adds 50-100 Damage}$ | $ ext{Adds 50-100 Damage}$ | -| $ ext{Damage +50-75}$ | $ ext{Damage +50-75}$ | -| $ ext{10\\% Life stolen per hit}$ | $ ext{10\\% Life stolen per hit}$ | -| $ ext{+45\\% Increased Attack Speed}$ | $ ext{+45\\% Increased Attack Speed}$ | -| $ ext{+300\\% Enhanced Damage}$ | $ ext{+300\\% Enhanced Damage}$ | -| $ ext{5\\% Mana stolen per hit}$ | $ ext{5\\% Mana stolen per hit}$ | -| $ ext{+30\\% Faster Cast Rate}$ | $ ext{+30\\% Faster Cast Rate}$ | - diff --git a/output/item_diff_report/modified/sets/merc_equip.md b/output/item_diff_report/modified/sets/merc_equip.md deleted file mode 100644 index 6e1a3de..0000000 --- a/output/item_diff_report/modified/sets/merc_equip.md +++ /dev/null @@ -1,61 +0,0 @@ -# Modified Set Merc Equip - -- $\color{gray}{\\text{Gray text}}$: Removed/Old Value -- $\color{blue}{\\text{Blue text}}$: Added/New Value - -**Natalya's Totem** (Natalya's Totem) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $\\color{gray}{\\text{Grim}}\\text{ }\\color{gray}{\\text{Helm}}$ | **Base Item:** $\\color{blue}{\\text{Spiked}}\\text{ }\\color{blue}{\\text{Visage}}$ | -| **Level Requirement:** $ ext{59}$ | **Level Requirement:** $ ext{59}$ | -| **Properties:** | **Properties:** | -| $ ext{+135-175 Defense}$ | $ ext{+135-175 Defense}$ | -| $ ext{+20-30 to Dexterity}$ | $ ext{+20-30 to Dexterity}$ | -| $ ext{+20-30 to Strength}$ | $ ext{+20-30 to Strength}$ | -| $ ext{All Resistances +10-20}$ | $ ext{All Resistances +10-20}$ | -| $ ext{Magic Damage Reduced by 6-9}$ | $ ext{Magic Damage Reduced by 6-9}$ | -| $ ext{+1-2 to All Skills}$ | $ ext{+1-2 to All Skills}$ | - -**Natalya's Visage** (Natalya's Visage) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $\\color{gray}{\\text{Grim}}\\text{ }\\color{gray}{\\text{Helm}}$ | **Base Item:** $\\color{blue}{\\text{Spiked}}\\text{ }\\color{blue}{\\text{Visage}}$ | -| **Level Requirement:** $ ext{85}$ | **Level Requirement:** $ ext{85}$ | -| **Properties:** | **Properties:** | -| $ ext{+2 to Assassin Skill Levels}$ | $ ext{+2 to Assassin Skill Levels}$ | -| $ ext{+25\\% Increased Attack Speed}$ | $ ext{+25\\% Increased Attack Speed}$ | -| $ ext{+25\\% Faster Cast Rate}$ | $ ext{+25\\% Faster Cast Rate}$ | -| $ ext{All Resistances +20-30}$ | $ ext{All Resistances +20-30}$ | -| $ ext{+30-40 to all Attributes}$ | $ ext{+30-40 to all Attributes}$ | -| $ ext{+270-350 Defense}$ | $ ext{+270-350 Defense}$ | - -**Tal Rasha's Horadric Crest** (Tal Rasha's Horadric Crest) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $\\color{gray}{\\text{Death Mask}}$ | **Base Item:** $\\color{blue}{\\text{Demonhead}}$ | -| **Level Requirement:** $ ext{66}$ | **Level Requirement:** $ ext{66}$ | -| **Properties:** | **Properties:** | -| $ ext{+30 to Mana}$ | $ ext{+30 to Mana}$ | -| $ ext{+60 to Life}$ | $ ext{+60 to Life}$ | -| $ ext{+45 Defense}$ | $ ext{+45 Defense}$ | -| $ ext{All Resistances +15}$ | $ ext{All Resistances +15}$ | -| $ ext{10\\% Life stolen per hit}$ | $ ext{10\\% Life stolen per hit}$ | -| $ ext{10\\% Mana stolen per hit}$ | $ ext{10\\% Mana stolen per hit}$ | - -**Tal Rasha's Wisdom** (Tal Rasha's Wisdom) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $\\color{gray}{\\text{Death Mask}}$ | **Base Item:** $\\color{blue}{\\text{Demonhead}}$ | -| **Level Requirement:** $ ext{85}$ | **Level Requirement:** $ ext{85}$ | -| **Properties:** | **Properties:** | -| $ ext{+1-2 to Sorceress Skill Levels}$ | $ ext{+1-2 to Sorceress Skill Levels}$ | -| $ ext{+5-10\\% Vitality}$ | $ ext{+5-10\\% Vitality}$ | -| $ ext{+5-10\\% Energy}$ | $ ext{+5-10\\% Energy}$ | -| $ ext{+20-25\\% Faster Cast Rate}$ | $ ext{+20-25\\% Faster Cast Rate}$ | -| $ ext{-3-5\\% to Enemy Cold Resistance}$ | $ ext{-3-5\\% to Enemy Cold Resistance}$ | -| $ ext{+1-3 to Blizzard (Sorceress only)}$ | $ ext{+1-3 to Blizzard (Sorceress only)}$ | - diff --git a/output/item_diff_report/modified/sets/orb.md b/output/item_diff_report/modified/sets/orb.md deleted file mode 100644 index 0ed93dd..0000000 --- a/output/item_diff_report/modified/sets/orb.md +++ /dev/null @@ -1,34 +0,0 @@ -# Modified Set Orb - -- $\color{gray}{\\text{Gray text}}$: Removed/Old Value -- $\color{blue}{\\text{Blue text}}$: Added/New Value - -**Tal Rasha's Lidless Eye** (Tal Rasha's Lidless Eye) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $\\color{gray}{\\text{Swirling}}\\text{ }\\color{gray}{\\text{Crystal}}$ | **Base Item:** $\\color{blue}{\\text{Dimensional}}\\text{ }\\color{blue}{\\text{Shard}}$ | -| **Level Requirement:** $ ext{65}$ | **Level Requirement:** $ ext{65}$ | -| **Properties:** | **Properties:** | -| $ ext{+57 to Life}$ | $ ext{+57 to Life}$ | -| $ ext{+77 to Mana}$ | $ ext{+77 to Mana}$ | -| $ ext{+10 to Energy}$ | $ ext{+10 to Energy}$ | -| $ ext{+20\\% Faster Cast Rate}$ | $ ext{+20\\% Faster Cast Rate}$ | -| $ ext{+2-3 to Sorceress Skill Levels}$ | $ ext{+2-3 to Sorceress Skill Levels}$ | - -**Tal Rasha's Omniscience** (Tal Rasha's Omniscience) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $\\color{gray}{\\text{Swirling}}\\text{ }\\color{gray}{\\text{Crystal}}$ | **Base Item:** $\\color{blue}{\\text{Dimensional}}\\text{ }\\color{blue}{\\text{Shard}}$ | -| **Level Requirement:** $ ext{85}$ | **Level Requirement:** $ ext{85}$ | -| **Properties:** | **Properties:** | -| $ ext{+3 to Sorceress Skill Levels}$ | $ ext{+3 to Sorceress Skill Levels}$ | -| $ ext{+40\\% Faster Cast Rate}$ | $ ext{+40\\% Faster Cast Rate}$ | -| $ ext{+2-3 to Lightning Mastery (Sorceress only)}$ | $ ext{+2-3 to Lightning Mastery (Sorceress only)}$ | -| $ ext{+2-3 to Fire Mastery (Sorceress only)}$ | $ ext{+2-3 to Fire Mastery (Sorceress only)}$ | -| $ ext{+2-3 to Cold Mastery (Sorceress only)}$ | $ ext{+2-3 to Cold Mastery (Sorceress only)}$ | -| $ ext{+50 to Life}$ | $ ext{+50 to Life}$ | -| $ ext{+50 to Mana}$ | $ ext{+50 to Mana}$ | -| $ ext{+5 to Evade}$ | $ ext{+5 to Evade}$ | - diff --git a/output/item_diff_report/modified/sets/pelt.md b/output/item_diff_report/modified/sets/pelt.md deleted file mode 100644 index 17a8276..0000000 --- a/output/item_diff_report/modified/sets/pelt.md +++ /dev/null @@ -1,36 +0,0 @@ -# Modified Set Pelt - -- $\color{gray}{\\text{Gray text}}$: Removed/Old Value -- $\color{blue}{\\text{Blue text}}$: Added/New Value - -**Aldur's Icy Gaze** (Aldur's Icy Gaze) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $\\color{gray}{\\text{Hunter's}}\\text{ }\\color{gray}{\\text{Guise}}$ | **Base Item:** $\\color{blue}{\\text{Earth}}\\text{ }\\color{blue}{\\text{Spirit}}$ | -| **Level Requirement:** $ ext{85}$ | **Level Requirement:** $ ext{85}$ | -| **Properties:** | **Properties:** | -| $ ext{+2 to Druid Skill Levels}$ | $ ext{+2 to Druid Skill Levels}$ | -| $ ext{+45-90\\% Enhanced Damage}$ | $ ext{+45-90\\% Enhanced Damage}$ | -| $ ext{+500 Defense}$ | $ ext{+500 Defense}$ | -| $ ext{All Resistances +15-25}$ | $ ext{All Resistances +15-25}$ | -| $ ext{+7 to Cyclone Armor (Druid only)}$ | $ ext{+7 to Cyclone Armor (Druid only)}$ | -| $ ext{+5-10\\% to Fire Skill Damage}$ | $ ext{+5-10\\% to Fire Skill Damage}$ | -| $ ext{-3-5\\% to Enemy Fire Resistance}$ | $ ext{-3-5\\% to Enemy Fire Resistance}$ | -| $ ext{+5-10\\% to Cold Skill Damage}$ | $ ext{+5-10\\% to Cold Skill Damage}$ | -| $ ext{-3-5\\% to Enemy Cold Resistance}$ | $ ext{-3-5\\% to Enemy Cold Resistance}$ | - -**Aldur's Stony Gaze** (Aldur's Stony Gaze) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $\\color{gray}{\\text{Hunter's}}\\text{ }\\color{gray}{\\text{Guise}}$ | **Base Item:** $\\color{blue}{\\text{Earth}}\\text{ }\\color{blue}{\\text{Spirit}}$ | -| **Level Requirement:** $ ext{36}$ | **Level Requirement:** $ ext{36}$ | -| **Properties:** | **Properties:** | -| $ ext{+90 Defense}$ | $ ext{+90 Defense}$ | -| $ ext{+75 to Mana}$ | $ ext{+75 to Mana}$ | -| $ ext{+25\\% Faster Hit Recovery}$ | $ ext{+25\\% Faster Hit Recovery}$ | -| $ ext{Lightning Resist +40-50\\%}$ | $ ext{Lightning Resist +40-50\\%}$ | -| $ ext{+1-2 to All Skills}$ | $ ext{+1-2 to All Skills}$ | -| $ ext{Cold Resist +40-50\\%}$ | $ ext{Cold Resist +40-50\\%}$ | - diff --git a/output/item_diff_report/modified/sets/primal_helm.md b/output/item_diff_report/modified/sets/primal_helm.md deleted file mode 100644 index d68199b..0000000 --- a/output/item_diff_report/modified/sets/primal_helm.md +++ /dev/null @@ -1,32 +0,0 @@ -# Modified Set Primal Helm - -- $\color{gray}{\\text{Gray text}}$: Removed/Old Value -- $\color{blue}{\\text{Blue text}}$: Added/New Value - -**Immortal King's Triumph** (Immortal King's Triumph) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $\\color{gray}{\\text{Avenger}}\\text{ }\\color{gray}{\\text{Guard}}$ | **Base Item:** $\\color{blue}{\\text{Guardian}}\\text{ }\\color{blue}{\\text{Crown}}$ | -| **Level Requirement:** $ ext{95}$ | **Level Requirement:** $ ext{95}$ | -| **Properties:** | **Properties:** | -| $ ext{+2 to Barbarian Skill Levels}$ | $ ext{+2 to Barbarian Skill Levels}$ | -| $ ext{+25\\% Increased Attack Speed}$ | $ ext{+25\\% Increased Attack Speed}$ | -| $ ext{+40\\% Faster Cast Rate}$ | $ ext{+40\\% Faster Cast Rate}$ | -| $ ext{+750 Defense}$ | $ ext{+750 Defense}$ | -| $ ext{+20-30 to all Attributes}$ | $ ext{+20-30 to all Attributes}$ | -| $ ext{50-75\\% Better Chance of Getting Magic Items}$ | $ ext{50-75\\% Better Chance of Getting Magic Items}$ | - -**Immortal King's Will** (Immortal King's Will) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $\\color{gray}{\\text{Avenger}}\\text{ }\\color{gray}{\\text{Guard}}$ | **Base Item:** $\\color{blue}{\\text{Guardian}}\\text{ }\\color{blue}{\\text{Crown}}$ | -| **Level Requirement:** $ ext{47}$ | **Level Requirement:** $ ext{47}$ | -| **Properties:** | **Properties:** | -| $ ext{+125 Defense}$ | $ ext{+125 Defense}$ | -| $ ext{40-50\\% Extra Gold from Monsters}$ | $ ext{40-50\\% Extra Gold from Monsters}$ | -| $ ext{+1-3 to Warcries Skills}$ | $ ext{+1-3 to Warcries Skills}$ | -| $ ext{30-45\\% Better Chance of Getting Magic Items}$ | $ ext{30-45\\% Better Chance of Getting Magic Items}$ | -| $ ext{Fire Resist +30\\%}$ | $ ext{Fire Resist +30\\%}$ | - diff --git a/output/item_diff_report/modified/sets/voodoo_heads.md b/output/item_diff_report/modified/sets/voodoo_heads.md deleted file mode 100644 index ecc12dc..0000000 --- a/output/item_diff_report/modified/sets/voodoo_heads.md +++ /dev/null @@ -1,38 +0,0 @@ -# Modified Set Voodoo Heads - -- $\color{gray}{\\text{Gray text}}$: Removed/Old Value -- $\color{blue}{\\text{Blue text}}$: Added/New Value - -**Trang\-Oul's Appendage** (Trang\-Oul's Appendage) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $\\color{gray}{\\text{Cantor}}\\text{ }\\color{gray}{\\text{Trophy}}$ | **Base Item:** $\\color{blue}{\\text{Succubus}}\\text{ }\\color{blue}{\\text{Head}}$ | -| **Level Requirement:** $ ext{85}$ | **Level Requirement:** $ ext{85}$ | -| **Properties:** | **Properties:** | -| $ ext{+3 to Necromancer Skill Levels}$ | $ ext{+3 to Necromancer Skill Levels}$ | -| $ ext{+7 to Teeth (Necromancer only)}$ | $ ext{+7 to Teeth (Necromancer only)}$ | -| $ ext{35\\% Chance to cast level 60 Teeth when you Kill an Enemy}$ | $ ext{35\\% Chance to cast level 60 Teeth when you Kill an Enemy}$ | -| $ ext{+35\\% Faster Block Rate}$ | $ ext{+35\\% Faster Block Rate}$ | -| $ ext{+35\\% Faster Block Rate}$ | $ ext{+35\\% Faster Block Rate}$ | -| $ ext{+35\\% Faster Cast Rate}$ | $ ext{+35\\% Faster Cast Rate}$ | -| $ ext{+5-10\\% Energy}$ | $ ext{+5-10\\% Energy}$ | -| $ ext{Magic Resist +15-25\\%}$ | $ ext{Magic Resist +15-25\\%}$ | -| $ ext{-10-15\\% to Enemy Magic Resistance}$ | $ ext{-10-15\\% to Enemy Magic Resistance}$ | - -**Trang\-Oul's Wing** (Trang\-Oul's Wing) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $\\color{gray}{\\text{Cantor}}\\text{ }\\color{gray}{\\text{Trophy}}$ | **Base Item:** $\\color{blue}{\\text{Succubus}}\\text{ }\\color{blue}{\\text{Head}}$ | -| **Level Requirement:** $ ext{54}$ | **Level Requirement:** $ ext{54}$ | -| **Properties:** | **Properties:** | -| $ ext{+125 Defense}$ | $ ext{+125 Defense}$ | -| $ ext{+20-30 to Strength}$ | $ ext{+20-30 to Strength}$ | -| $ ext{+20-30 to Dexterity}$ | $ ext{+20-30 to Dexterity}$ | -| $ ext{Fire Resist +35-50\\%}$ | $ ext{Fire Resist +35-50\\%}$ | -| $ ext{+30\\% Faster Block Rate}$ | $ ext{+30\\% Faster Block Rate}$ | -| $ ext{Poison Resist +40\\%}$ | $ ext{Poison Resist +40\\%}$ | -| $ ext{+2 to Poison and Bone Skills}$ | $ ext{+2 to Poison and Bone Skills}$ | -| $ ext{+35\\% Faster Cast Rate}$ | $ ext{+35\\% Faster Cast Rate}$ | - diff --git a/output/item_diff_report/modified/uniques/amazon_spear.md b/output/item_diff_report/modified/uniques/amazon_spear.md deleted file mode 100644 index 26c21b5..0000000 --- a/output/item_diff_report/modified/uniques/amazon_spear.md +++ /dev/null @@ -1,23 +0,0 @@ -# Modified Unique Amazon Spear - -- $\color{gray}{\\text{Gray text}}$: Removed/Old Value -- $\color{blue}{\\text{Blue text}}$: Added/New Value - -**Gaia's Precision** (Gaia's Precision) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $ ext{Matriarchal Pike}$ | **Base Item:** $ ext{Matriarchal Pike}$ | -| **Level Requirement:** $ ext{91}$ | **Level Requirement:** $ ext{91}$ | -| **Properties:** | **Properties:** | -| $ ext{+3-4 to Amazon Skill Levels}$ | $ ext{+3-4 to Amazon Skill Levels}$ | -| $ ext{+3-4 to Javelin and Spear Skills}$ | $ ext{+3-4 to Javelin and Spear Skills}$ | -| $ ext{-20-30\\% to Enemy Lightning Resistance}$ | $ ext{-20-30\\% to Enemy Lightning Resistance}$ | -| $ ext{+10-20 to all Attributes}$ | $ ext{+10-20 to all Attributes}$ | -| $ ext{+40\\% Increased Attack Speed}$ | $ ext{+40\\% Increased Attack Speed}$ | -| $\\text{Level }\\color{gray}{\\text{3-6}}\\text{ Conviction Aura When Equipped}$ | $\\text{Level }\\color{blue}{\\text{6-10}}\\text{ Conviction Aura When Equipped}$ | -| $\\color{gray}{\\text{+200-300}}\\text{ Defense}$ | $\\color{blue}{\\text{+1000}}\\text{ Defense}$ | -| $\color{gray}{ ext{Damage Reduced by 15-20}}$ | $\color{blue}{ ext{(removed)}}$ | -| | $\color{blue}{ ext{Increase Maximum Life 5-15\\%}}$ | -| | $\color{blue}{ ext{20\\% Chance to cast level 40 Lightning Strike on striking}}$ | - diff --git a/output/item_diff_report/modified/uniques/amulet.md b/output/item_diff_report/modified/uniques/amulet.md deleted file mode 100644 index 2e4514a..0000000 --- a/output/item_diff_report/modified/uniques/amulet.md +++ /dev/null @@ -1,16 +0,0 @@ -# Modified Unique Amulet - -- $\color{gray}{\\text{Gray text}}$: Removed/Old Value -- $\color{blue}{\\text{Blue text}}$: Added/New Value - -**Amulet of the Viper** (Amulet of the Viper) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $ ext{Top of the Horadric Staff}$ | **Base Item:** $ ext{Top of the Horadric Staff}$ | -| **Level Requirement:** $ ext{0}$ | **Level Requirement:** $ ext{0}$ | -| **Properties:** | **Properties:** | -| $\\color{gray}{\\text{+100}}\\text{ to Mana}$ | $\\color{blue}{\\text{+10}}\\text{ to Mana}$ | -| $\\color{gray}{\\text{+100}}\\text{ to Life}$ | $\\color{blue}{\\text{+10}}\\text{ to Life}$ | -| | $\color{blue}{ ext{Poison Resist +25\\%}}$ | - diff --git a/output/item_diff_report/modified/uniques/armor.md b/output/item_diff_report/modified/uniques/armor.md deleted file mode 100644 index 991fc09..0000000 --- a/output/item_diff_report/modified/uniques/armor.md +++ /dev/null @@ -1,42 +0,0 @@ -# Modified Unique Armor - -- $\color{gray}{\\text{Gray text}}$: Removed/Old Value -- $\color{blue}{\\text{Blue text}}$: Added/New Value - -**Shaftstop** (Shaftstop) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $\\color{gray}{\\text{Mesh Armor}}$ | **Base Item:** $\\color{blue}{\\text{Boneweave}}$ | -| **Level Requirement:** $ ext{38}$ | **Level Requirement:** $ ext{38}$ | -| **Properties:** | **Properties:** | -| $ ext{+250 Defense vs. Missile}$ | $ ext{+250 Defense vs. Missile}$ | -| $ ext{Damage Reduced by 25-30\\%}$ | $ ext{Damage Reduced by 25-30\\%}$ | -| $ ext{+200-250\\% Enhanced Defense}$ | $ ext{+200-250\\% Enhanced Defense}$ | -| $ ext{+250 Defense vs. Melee}$ | $ ext{+250 Defense vs. Melee}$ | -| $ ext{+125-150\\% Damage to Demons}$ | $ ext{+125-150\\% Damage to Demons}$ | -| $ ext{+125-150\\% Damage to Undead}$ | $ ext{+125-150\\% Damage to Undead}$ | -| $\\color{gray}{\\text{+85-140}}\\text{ to Life}$ | $\\color{blue}{\\text{+100-200}}\\text{ to Life}$ | -| $\\text{Damage Reduced by }\\color{gray}{\\text{6-12}}$ | $\\text{Damage Reduced by }\\color{blue}{\\text{10-15}}$ | -| | $\color{blue}{ ext{Magic Damage Reduced by 10-15}}$ | -| | $\color{blue}{ ext{+1 to All Skills}}$ | - -**Steel Carapace** (Steel Carapice) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $ ext{Shadow Plate}$ | **Base Item:** $ ext{Shadow Plate}$ | -| **Level Requirement:** $ ext{66}$ | **Level Requirement:** $ ext{66}$ | -| **Properties:** | **Properties:** | -| $ ext{+190-220\\% Enhanced Defense}$ | $ ext{+190-220\\% Enhanced Defense}$ | -| $ ext{Damage Reduced by 9-14}$ | $ ext{Damage Reduced by 9-14}$ | -| $ ext{Cold Resist +40-60\\%}$ | $ ext{Cold Resist +40-60\\%}$ | -| $ ext{Repairs 1 durability in 5 seconds}$ | $ ext{Repairs 1 durability in 5 seconds}$ | -| $ ext{Damage Reduced by 30-40\\%}$ | $ ext{Damage Reduced by 30-40\\%}$ | -| $ ext{+15\\% Faster Run/Walk}$ | $ ext{+15\\% Faster Run/Walk}$ | -| $ ext{Level 8-10 Defiance Aura When Equipped}$ | $ ext{Level 8-10 Defiance Aura When Equipped}$ | -| $\\color{gray}{\\text{+20\\%}}\\text{ Faster Hit Recovery}$ | $\\color{blue}{\\text{+20-40\\%}}\\text{ Faster Hit Recovery}$ | -| $\\text{Regenerate Mana }\\color{gray}{\\text{10-15\\%}}$ | $\\text{Regenerate Mana }\\color{blue}{\\text{50-100\\%}}$ | -| | $\color{blue}{ ext{+1-2 to All Skills}}$ | -| | $\color{blue}{ ext{Requirements --50\\%}}$ | - diff --git a/output/item_diff_report/modified/uniques/axe.md b/output/item_diff_report/modified/uniques/axe.md deleted file mode 100644 index 8f519b3..0000000 --- a/output/item_diff_report/modified/uniques/axe.md +++ /dev/null @@ -1,37 +0,0 @@ -# Modified Unique Axe - -- $\color{gray}{\\text{Gray text}}$: Removed/Old Value -- $\color{blue}{\\text{Blue text}}$: Added/New Value - -**Death Cleaver** (Deathcleaver) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $ ext{Berserker Axe}$ | **Base Item:** $ ext{Berserker Axe}$ | -| **Level Requirement:** $ ext{70}$ | **Level Requirement:** $ ext{70}$ | -| **Properties:** | **Properties:** | -| $ ext{+250-330\\% Enhanced Damage}$ | $ ext{+250-330\\% Enhanced Damage}$ | -| $ ext{66\\% Deadly Strike}$ | $ ext{66\\% Deadly Strike}$ | -| $ ext{-50\\% Target Defense}$ | $ ext{-50\\% Target Defense}$ | -| $ ext{+40\\% Increased Attack Speed}$ | $ ext{+40\\% Increased Attack Speed}$ | -| $ ext{+6-9 Life after each Kill}$ | $ ext{+6-9 Life after each Kill}$ | -| $ ext{10-15\\% Chance of Crushing Blow}$ | $ ext{10-15\\% Chance of Crushing Blow}$ | -| $\color{gray}{ ext{Adds 100-100 Damage}}$ | $\color{blue}{ ext{(removed)}}$ | -| | $\color{blue}{ ext{Damage +50-100}}$ | -| | $\color{blue}{ ext{-10-20\\% to Enemy Physical Resistance}}$ | - -**The Gnasher** (The Gnasher) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $ ext{Hand Axe}$ | **Base Item:** $ ext{Hand Axe}$ | -| **Level Requirement:** $ ext{5}$ | **Level Requirement:** $ ext{5}$ | -| **Properties:** | **Properties:** | -| $ ext{+15 to Strength}$ | $ ext{+15 to Strength}$ | -| $ ext{50\\% Chance of Open Wounds}$ | $ ext{50\\% Chance of Open Wounds}$ | -| $ ext{20\\% Chance of Crushing Blow}$ | $ ext{20\\% Chance of Crushing Blow}$ | -| $ ext{+180-200\\% Enhanced Damage}$ | $ ext{+180-200\\% Enhanced Damage}$ | -| $ ext{+25\\% Increased Attack Speed}$ | $ ext{+25\\% Increased Attack Speed}$ | -| $ ext{10\\% Deadly Strike}$ | $ ext{10\\% Deadly Strike}$ | -| $\color{gray}{ ext{Adds 20-20 Damage}}$ | $\color{blue}{ ext{(removed)}}$ | - diff --git a/output/item_diff_report/modified/uniques/boots.md b/output/item_diff_report/modified/uniques/boots.md deleted file mode 100644 index e4587df..0000000 --- a/output/item_diff_report/modified/uniques/boots.md +++ /dev/null @@ -1,17 +0,0 @@ -# Modified Unique Boots - -- $\color{gray}{\\text{Gray text}}$: Removed/Old Value -- $\color{blue}{\\text{Blue text}}$: Added/New Value - -**Static Accumulator** (Static Accumulator) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $ ext{Boots}$ | **Base Item:** $ ext{Boots}$ | -| **Level Requirement:** $ ext{10}$ | **Level Requirement:** $ ext{10}$ | -| **Properties:** | **Properties:** | -| $ ext{Socketed ()}$ | $ ext{Socketed ()}$ | -| $ ext{+1-10\\% Energy}$ | $ ext{+1-10\\% Energy}$ | -| $ ext{5\\% Chance to cast level 20 Static Field when struck}$ | $ ext{5\\% Chance to cast level 20 Static Field when struck}$ | -| $\\color{gray}{\\text{+5-10\\%}}\\text{ Faster Run/Walk}$ | $\\color{blue}{\\text{+10\\%}}\\text{ Faster Run/Walk}$ | - diff --git a/output/item_diff_report/modified/uniques/charms.md b/output/item_diff_report/modified/uniques/charms.md deleted file mode 100644 index 3617052..0000000 --- a/output/item_diff_report/modified/uniques/charms.md +++ /dev/null @@ -1,18 +0,0 @@ -# Modified Unique Charms - -- $\color{gray}{\\text{Gray text}}$: Removed/Old Value -- $\color{blue}{\\text{Blue text}}$: Added/New Value - -**Game Modifers** (Charm Modifiers) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $ ext{Small Charm}$ | **Base Item:** $ ext{Small Charm}$ | -| **Level Requirement:** $ ext{1}$ | **Level Requirement:** $ ext{1}$ | -| **Properties:** | **Properties:** | -| $ ext{All Resistances +-30}$ | $ ext{All Resistances +-30}$ | -| $ ext{-199\\% Better Chance of Getting Magic Items}$ | $ ext{-199\\% Better Chance of Getting Magic Items}$ | -| $\\text{(}\\color{gray}{\\text{2}}\\text{.}\\color{gray}{\\text{0\\%}}\\text{ per clvl) Better Chance of Getting Magic Items (Based on Character Level)}$ | $\\text{(}\\color{blue}{\\text{0}}\\text{.}\\color{blue}{\\text{5\\%}}\\text{ per clvl) Better Chance of Getting Magic Items (Based on Character Level)}$ | -| $\color{gray}{ ext{Level 1 Magic Pierce Aura When Equipped}}$ | $\color{blue}{ ext{(removed)}}$ | -| $\color{gray}{ ext{+-50\\% to Experience Gained}}$ | $\color{blue}{ ext{(removed)}}$ | - diff --git a/output/item_diff_report/modified/uniques/circlet.md b/output/item_diff_report/modified/uniques/circlet.md deleted file mode 100644 index 152ebe7..0000000 --- a/output/item_diff_report/modified/uniques/circlet.md +++ /dev/null @@ -1,19 +0,0 @@ -# Modified Unique Circlet - -- $\color{gray}{\\text{Gray text}}$: Removed/Old Value -- $\color{blue}{\\text{Blue text}}$: Added/New Value - -**Griffon's Eye** (Griffon's Eye) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $ ext{Diadem}$ | **Base Item:** $ ext{Diadem}$ | -| **Level Requirement:** $ ext{76}$ | **Level Requirement:** $ ext{76}$ | -| **Properties:** | **Properties:** | -| $ ext{+100-200 Defense}$ | $ ext{+100-200 Defense}$ | -| $ ext{+25\\% Faster Cast Rate}$ | $ ext{+25\\% Faster Cast Rate}$ | -| $ ext{+1 to All Skills}$ | $ ext{+1 to All Skills}$ | -| $ ext{+10-15\\% to Lightning Skill Damage}$ | $ ext{+10-15\\% to Lightning Skill Damage}$ | -| $ ext{-8-15\\% to Enemy Lightning Resistance}$ | $ ext{-8-15\\% to Enemy Lightning Resistance}$ | -| | $\color{blue}{ ext{+7 to Thunder Storm}}$ | - diff --git a/output/item_diff_report/modified/uniques/gloves.md b/output/item_diff_report/modified/uniques/gloves.md deleted file mode 100644 index cc3220d..0000000 --- a/output/item_diff_report/modified/uniques/gloves.md +++ /dev/null @@ -1,20 +0,0 @@ -# Modified Unique Gloves - -- $\color{gray}{\\text{Gray text}}$: Removed/Old Value -- $\color{blue}{\\text{Blue text}}$: Added/New Value - -**Amazon's Teaching** (Amazon's Teaching) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $ ext{Crusader Gauntlets}$ | **Base Item:** $ ext{Crusader Gauntlets}$ | -| **Level Requirement:** $ ext{85}$ | **Level Requirement:** $ ext{85}$ | -| **Properties:** | **Properties:** | -| $ ext{Piercing Attack}$ | $ ext{Piercing Attack}$ | -| $ ext{+10\\% Increased Attack Speed}$ | $ ext{+10\\% Increased Attack Speed}$ | -| $ ext{+10\\% Faster Run/Walk}$ | $ ext{+10\\% Faster Run/Walk}$ | -| $ ext{+1 to Multiple Shot}$ | $ ext{+1 to Multiple Shot}$ | -| $ ext{+24\\% Faster Hit Recovery}$ | $ ext{+24\\% Faster Hit Recovery}$ | -| $ ext{+10 to Dexterity}$ | $ ext{+10 to Dexterity}$ | -| | $\color{blue}{ ext{-4-5\\% to Enemy Physical Resistance}}$ | - diff --git a/output/item_diff_report/modified/uniques/hammer.md b/output/item_diff_report/modified/uniques/hammer.md deleted file mode 100644 index 4484b7f..0000000 --- a/output/item_diff_report/modified/uniques/hammer.md +++ /dev/null @@ -1,67 +0,0 @@ -# Modified Unique Hammer - -- $\color{gray}{\\text{Gray text}}$: Removed/Old Value -- $\color{blue}{\\text{Blue text}}$: Added/New Value - -**Hell Forge Hammer** (Hell Forge Hammer) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $ ext{Hell Forge Hammer}$ | **Base Item:** $ ext{Hell Forge Hammer}$ | -| **Level Requirement:** $ ext{0}$ | **Level Requirement:** $ ext{0}$ | -| **Properties:** | **Properties:** | -| $ ext{+5 to Minimum Fire Damage}$ | $ ext{+5 to Minimum Fire Damage}$ | -| $ ext{+20 to Maximum Fire Damage}$ | $ ext{+20 to Maximum Fire Damage}$ | -| $ ext{Fire Resist +40\\%}$ | $ ext{Fire Resist +40\\%}$ | -| $\\color{gray}{\\text{+66}}\\text{ Defense}$ | $\\color{blue}{\\text{+35}}\\text{ Defense}$ | -| $\color{gray}{ ext{Adds 66-66 Damage}}$ | $\color{blue}{ ext{(removed)}}$ | - -**Schaefer's Hammer** (Schaefer's Hammer) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $ ext{Legendary Mallet}$ | **Base Item:** $ ext{Legendary Mallet}$ | -| **Level Requirement:** $ ext{79}$ | **Level Requirement:** $ ext{79}$ | -| **Properties:** | **Properties:** | -| $ ext{+100 to Life}$ | $ ext{+100 to Life}$ | -| $ ext{(8.0 per clvl) to Attack Rating (Based on Character Level)}$ | $ ext{(8.0 per clvl) to Attack Rating (Based on Character Level)}$ | -| $ ext{Lightning Resist +75\\%}$ | $ ext{Lightning Resist +75\\%}$ | -| $ ext{+60\\% Increased Attack Speed}$ | $ ext{+60\\% Increased Attack Speed}$ | -| $ ext{(2.0 per clvl) to Maximum Damage (Based on Character Level)}$ | $ ext{(2.0 per clvl) to Maximum Damage (Based on Character Level)}$ | -| $ ext{Repairs 1 durability in 5 seconds}$ | $ ext{Repairs 1 durability in 5 seconds}$ | -| $ ext{+350\\% Enhanced Damage}$ | $ ext{+350\\% Enhanced Damage}$ | -| $\\text{20\\% Chance to cast level }\\color{gray}{\\text{20}}\\text{ Static Field on striking}$ | $\\text{20\\% Chance to cast level }\\color{blue}{\\text{50}}\\text{ Static Field on striking}$ | -| $\color{gray}{ ext{Adds 50-200 Lightning Damage}}$ | $\color{blue}{ ext{(removed)}}$ | -| | $\color{blue}{ ext{-10-15\\% to Enemy Physical Resistance}}$ | - -**Stone Crusher** (Stone Crusher) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $ ext{Legendary Mallet}$ | **Base Item:** $ ext{Legendary Mallet}$ | -| **Level Requirement:** $ ext{68}$ | **Level Requirement:** $ ext{68}$ | -| **Properties:** | **Properties:** | -| $ ext{+300-320\\% Enhanced Damage}$ | $ ext{+300-320\\% Enhanced Damage}$ | -| $ ext{+20-30 to Strength}$ | $ ext{+20-30 to Strength}$ | -| $ ext{40\\% Chance of Crushing Blow}$ | $ ext{40\\% Chance of Crushing Blow}$ | -| $ ext{-50\\% Target Defense}$ | $ ext{-50\\% Target Defense}$ | -| $ ext{--100 to Monster Defense Per Hit}$ | $ ext{--100 to Monster Defense Per Hit}$ | -| $ ext{Damage +50-85}$ | $ ext{Damage +50-85}$ | -| $ ext{+40\\% Increased Attack Speed}$ | $ ext{+40\\% Increased Attack Speed}$ | -| | $\color{blue}{ ext{-5-10\\% to Enemy Physical Resistance}}$ | - -**Windhammer** (Windhammer) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $ ext{Ogre Maul}$ | **Base Item:** $ ext{Ogre Maul}$ | -| **Level Requirement:** $ ext{68}$ | **Level Requirement:** $ ext{68}$ | -| **Properties:** | **Properties:** | -| $ ext{+200-300\\% Enhanced Damage}$ | $ ext{+200-300\\% Enhanced Damage}$ | -| $ ext{50\\% Chance of Crushing Blow}$ | $ ext{50\\% Chance of Crushing Blow}$ | -| $ ext{+60\\% Increased Attack Speed}$ | $ ext{+60\\% Increased Attack Speed}$ | -| $ ext{40\\% Chance to cast level 44 Twister on striking}$ | $ ext{40\\% Chance to cast level 44 Twister on striking}$ | -| $ ext{+30\\% Faster Run/Walk}$ | $ ext{+30\\% Faster Run/Walk}$ | -| $ ext{50\\% Chance to cast level 40 Tornado when you Kill an Enemy}$ | $ ext{50\\% Chance to cast level 40 Tornado when you Kill an Enemy}$ | -| | $\color{blue}{ ext{-5-15\\% to Enemy Physical Resistance}}$ | - diff --git a/output/item_diff_report/modified/uniques/hand_to_hand_2.md b/output/item_diff_report/modified/uniques/hand_to_hand_2.md deleted file mode 100644 index c91b0e5..0000000 --- a/output/item_diff_report/modified/uniques/hand_to_hand_2.md +++ /dev/null @@ -1,21 +0,0 @@ -# Modified Unique Hand to Hand 2 - -- $\color{gray}{\\text{Gray text}}$: Removed/Old Value -- $\color{blue}{\\text{Blue text}}$: Added/New Value - -**Saboteurs Blade** (Saboteurs Blade) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $ ext{Scissors Suwayyah}$ | **Base Item:** $ ext{Scissors Suwayyah}$ | -| **Level Requirement:** $ ext{95}$ | **Level Requirement:** $ ext{95}$ | -| **Properties:** | **Properties:** | -| $ ext{+2 to Traps Skills}$ | $ ext{+2 to Traps Skills}$ | -| $ ext{-20-30\\% to Enemy Lightning Resistance}$ | $ ext{-20-30\\% to Enemy Lightning Resistance}$ | -| $ ext{-20-30\\% to Enemy Fire Resistance}$ | $ ext{-20-30\\% to Enemy Fire Resistance}$ | -| $ ext{+30\\% Increased Attack Speed}$ | $ ext{+30\\% Increased Attack Speed}$ | -| $ ext{+250-300\\% Enhanced Damage}$ | $ ext{+250-300\\% Enhanced Damage}$ | -| $ ext{Level 5 Vigor Aura When Equipped}$ | $ ext{Level 5 Vigor Aura When Equipped}$ | -| $ ext{+3 to Weapon Block (Assassin only)}$ | $ ext{+3 to Weapon Block (Assassin only)}$ | -| $\\color{gray}{\\text{+1-2}}\\text{ to Assassin Skill Levels}$ | $\\color{blue}{\\text{+2}}\\text{ to Assassin Skill Levels}$ | - diff --git a/output/item_diff_report/modified/uniques/javelin.md b/output/item_diff_report/modified/uniques/javelin.md deleted file mode 100644 index d9edec6..0000000 --- a/output/item_diff_report/modified/uniques/javelin.md +++ /dev/null @@ -1,34 +0,0 @@ -# Modified Unique Javelin - -- $\color{gray}{\\text{Gray text}}$: Removed/Old Value -- $\color{blue}{\\text{Blue text}}$: Added/New Value - -**Skorn** (Skorn) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $ ext{Ghost Glaive}$ | **Base Item:** $ ext{Ghost Glaive}$ | -| **Level Requirement:** $ ext{80}$ | **Level Requirement:** $ ext{80}$ | -| **Properties:** | **Properties:** | -| $ ext{+8-50\\% Strength}$ | $ ext{+8-50\\% Strength}$ | -| $ ext{+80\\% Increased Attack Speed}$ | $ ext{+80\\% Increased Attack Speed}$ | -| $ ext{5\\% Life stolen per hit}$ | $ ext{5\\% Life stolen per hit}$ | -| $ ext{+3 to Double Throw (Barbarian only)}$ | $ ext{+3 to Double Throw (Barbarian only)}$ | -| $\\color{gray}{\\text{+250-300\\%}}\\text{ Enhanced Damage}$ | $\\color{blue}{\\text{+180-250\\%}}\\text{ Enhanced Damage}$ | - -**Wraith Flight** (Wraithflight) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $ ext{Ghost Glaive}$ | **Base Item:** $ ext{Ghost Glaive}$ | -| **Level Requirement:** $ ext{76}$ | **Level Requirement:** $ ext{76}$ | -| **Properties:** | **Properties:** | -| $ ext{Replenishes quantity}$ | $ ext{Replenishes quantity}$ | -| $ ext{8-12\\% Life stolen per hit}$ | $ ext{8-12\\% Life stolen per hit}$ | -| $ ext{+15 to Mana after each Kill}$ | $ ext{+15 to Mana after each Kill}$ | -| $ ext{Ethereal}$ | $ ext{Ethereal}$ | -| $ ext{+35\\% Increased Attack Speed}$ | $ ext{+35\\% Increased Attack Speed}$ | -| $ ext{10\\% Chance of Crushing Blow}$ | $ ext{10\\% Chance of Crushing Blow}$ | -| $ ext{Slows Target by 15\\%}$ | $ ext{Slows Target by 15\\%}$ | -| $\\color{gray}{\\text{+150-250\\%}}\\text{ Enhanced Damage}$ | $\\color{blue}{\\text{+150-240\\%}}\\text{ Enhanced Damage}$ | - diff --git a/output/item_diff_report/modified/uniques/knife.md b/output/item_diff_report/modified/uniques/knife.md deleted file mode 100644 index f661bb1..0000000 --- a/output/item_diff_report/modified/uniques/knife.md +++ /dev/null @@ -1,39 +0,0 @@ -# Modified Unique Knife - -- $\color{gray}{\\text{Gray text}}$: Removed/Old Value -- $\color{blue}{\\text{Blue text}}$: Added/New Value - -**Blackbog's Sharp** (Blackbog's Sharp) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $ ext{Cinquedeas}$ | **Base Item:** $ ext{Cinquedeas}$ | -| **Level Requirement:** $ ext{38}$ | **Level Requirement:** $ ext{38}$ | -| **Properties:** | **Properties:** | -| $ ext{Slows Target by 50\\%}$ | $ ext{Slows Target by 50\\%}$ | -| $ ext{-15\\% to Enemy Poison Resistance}$ | $ ext{-15\\% to Enemy Poison Resistance}$ | -| $ ext{+60\\% Increased Attack Speed}$ | $ ext{+60\\% Increased Attack Speed}$ | -| $ ext{Adds 500-500 Poison Damage Over 500 Seconds}$ | $ ext{Adds 500-500 Poison Damage Over 500 Seconds}$ | -| $ ext{+6 to Poison Explosion (Necromancer only)}$ | $ ext{+6 to Poison Explosion (Necromancer only)}$ | -| $ ext{+6 to Poison Nova (Necromancer only)}$ | $ ext{+6 to Poison Nova (Necromancer only)}$ | -| $\color{gray}{ ext{+6 to Poison Dagger (Necromancer only)}}$ | $\color{blue}{ ext{(removed)}}$ | -| | $\color{blue}{ ext{+6 to Poison Strike (Necromancer only)}}$ | - -**Spineripper** (Spineripper) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $ ext{Poignard}$ | **Base Item:** $ ext{Poignard}$ | -| **Level Requirement:** $ ext{32}$ | **Level Requirement:** $ ext{32}$ | -| **Properties:** | **Properties:** | -| $ ext{Ignore Target's Defense}$ | $ ext{Ignore Target's Defense}$ | -| $ ext{8\\% Life stolen per hit}$ | $ ext{8\\% Life stolen per hit}$ | -| $ ext{Prevent Monster Heal}$ | $ ext{Prevent Monster Heal}$ | -| $ ext{+30\\% Increased Attack Speed}$ | $ ext{+30\\% Increased Attack Speed}$ | -| $ ext{+30 to Dexterity}$ | $ ext{+30 to Dexterity}$ | -| $ ext{+250\\% Enhanced Damage}$ | $ ext{+250\\% Enhanced Damage}$ | -| $ ext{Adds 30-54 Damage}$ | $ ext{Adds 30-54 Damage}$ | -| $ ext{+2 to Necromancer Skill Levels}$ | $ ext{+2 to Necromancer Skill Levels}$ | -| $\color{gray}{ ext{+3 to Poison Dagger}}$ | $\color{blue}{ ext{(removed)}}$ | -| | $\color{blue}{ ext{+3 to Poison Strike}}$ | - diff --git a/output/item_diff_report/modified/uniques/mace.md b/output/item_diff_report/modified/uniques/mace.md deleted file mode 100644 index cb66bc1..0000000 --- a/output/item_diff_report/modified/uniques/mace.md +++ /dev/null @@ -1,21 +0,0 @@ -# Modified Unique Mace - -- $\color{gray}{\\text{Gray text}}$: Removed/Old Value -- $\color{blue}{\\text{Blue text}}$: Added/New Value - -**Khalim's Will** (SuperKhalimFlail) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $ ext{Khalim's Will}$ | **Base Item:** $ ext{Khalim's Will}$ | -| **Level Requirement:** $ ext{0}$ | **Level Requirement:** $ ext{0}$ | -| **Properties:** | **Properties:** | -| $ ext{+1 to Minimum Lightning Damage}$ | $ ext{+1 to Minimum Lightning Damage}$ | -| $ ext{+40 to Maximum Lightning Damage}$ | $ ext{+40 to Maximum Lightning Damage}$ | -| $ ext{+50\\% Increased Attack Speed}$ | $ ext{+50\\% Increased Attack Speed}$ | -| $ ext{6\\% Mana stolen per hit}$ | $ ext{6\\% Mana stolen per hit}$ | -| $ ext{6\\% Life stolen per hit}$ | $ ext{6\\% Life stolen per hit}$ | -| $\color{gray}{ ext{200\\% Bonus to Attack Rating}}$ | $\color{blue}{ ext{(removed)}}$ | -| $\color{gray}{ ext{Adds 50-50 Damage}}$ | $\color{blue}{ ext{(removed)}}$ | -| | $\color{blue}{ ext{+40 to Attack Rating}}$ | - diff --git a/output/item_diff_report/modified/uniques/medium_charm.md b/output/item_diff_report/modified/uniques/medium_charm.md deleted file mode 100644 index 236abbf..0000000 --- a/output/item_diff_report/modified/uniques/medium_charm.md +++ /dev/null @@ -1,18 +0,0 @@ -# Modified Unique Medium Charm - -- $\color{gray}{\\text{Gray text}}$: Removed/Old Value -- $\color{blue}{\\text{Blue text}}$: Added/New Value - -**Hellfire Torch** (Hellfire Torch) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $ ext{Large Charm}$ | **Base Item:** $ ext{Large Charm}$ | -| **Level Requirement:** $ ext{75}$ | **Level Requirement:** $ ext{75}$ | -| **Properties:** | **Properties:** | -| $ ext{+3 to Random Class Skill Levels}$ | $ ext{+3 to Random Class Skill Levels}$ | -| $ ext{+8 to Light Radius}$ | $ ext{+8 to Light Radius}$ | -| $ ext{Level 10 Hydra (30/\\# Charges)}$ | $ ext{Level 10 Hydra (30/\\# Charges)}$ | -| $\\color{gray}{\\text{+10-25}}\\text{ to all Attributes}$ | $\\color{blue}{\\text{+10-20}}\\text{ to all Attributes}$ | -| $\\text{All Resistances }\\color{gray}{\\text{+10-25}}$ | $\\text{All Resistances }\\color{blue}{\\text{+10-20}}$ | - diff --git a/output/item_diff_report/modified/uniques/merc_equip.md b/output/item_diff_report/modified/uniques/merc_equip.md deleted file mode 100644 index a4c6ea6..0000000 --- a/output/item_diff_report/modified/uniques/merc_equip.md +++ /dev/null @@ -1,39 +0,0 @@ -# Modified Unique Merc Equip - -- $\color{gray}{\\text{Gray text}}$: Removed/Old Value -- $\color{blue}{\\text{Blue text}}$: Added/New Value - -**Crown of Ages** (Crown of Ages) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $ ext{Corona}$ | **Base Item:** $ ext{Corona}$ | -| **Level Requirement:** $ ext{82}$ | **Level Requirement:** $ ext{82}$ | -| **Properties:** | **Properties:** | -| $ ext{+30\\% Faster Hit Recovery}$ | $ ext{+30\\% Faster Hit Recovery}$ | -| $ ext{All Resistances +20-30}$ | $ ext{All Resistances +20-30}$ | -| $ ext{+1-3 to All Skills}$ | $ ext{+1-3 to All Skills}$ | -| $ ext{Repairs 1 durability in 5 seconds}$ | $ ext{Repairs 1 durability in 5 seconds}$ | -| $\\color{gray}{\\text{+100-150}}\\text{ Defense}$ | $\\color{blue}{\\text{+100-200}}\\text{ Defense}$ | -| $\\text{Damage Reduced by }\\color{gray}{\\text{10-15\\%}}$ | $\\text{Damage Reduced by }\\color{blue}{\\text{10-20\\%}}$ | -| $\\color{gray}{\\text{+50\\%}}\\text{ Enhanced Defense}$ | $\\color{blue}{\\text{+50-100\\%}}\\text{ Enhanced Defense}$ | -| $\\text{Magic Damage Reduced by }\\color{gray}{\\text{12-15}}$ | $\\text{Magic Damage Reduced by }\\color{blue}{\\text{10-30}}$ | -| $\\color{gray}{\\text{+7-9}}\\text{ Life after each Kill}$ | $\\color{blue}{\\text{+5-9}}\\text{ Life after each Kill}$ | -| | $\color{blue}{ ext{+5-9 to Mana after each Kill}}$ | - -**Nightwing's Veil** (Nightwing's Veil) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $ ext{Spired Helm}$ | **Base Item:** $ ext{Spired Helm}$ | -| **Level Requirement:** $ ext{67}$ | **Level Requirement:** $ ext{67}$ | -| **Properties:** | **Properties:** | -| $ ext{+90-120\\% Enhanced Defense}$ | $ ext{+90-120\\% Enhanced Defense}$ | -| $ ext{+2 to All Skills}$ | $ ext{+2 to All Skills}$ | -| $ ext{+10-20 to Dexterity}$ | $ ext{+10-20 to Dexterity}$ | -| $ ext{Cold Absorb 5-9\\%}$ | $ ext{Cold Absorb 5-9\\%}$ | -| $ ext{Half Freeze Duration}$ | $ ext{Half Freeze Duration}$ | -| $ ext{Requirements --50\\%}$ | $ ext{Requirements --50\\%}$ | -| $ ext{-8-15\\% to Enemy Cold Resistance}$ | $ ext{-8-15\\% to Enemy Cold Resistance}$ | -| $\\color{gray}{\\text{+8-12\\%}}\\text{ to Cold Skill Damage}$ | $\\color{blue}{\\text{+8-15\\%}}\\text{ to Cold Skill Damage}$ | - diff --git a/output/item_diff_report/modified/uniques/pelt.md b/output/item_diff_report/modified/uniques/pelt.md deleted file mode 100644 index b5ba14e..0000000 --- a/output/item_diff_report/modified/uniques/pelt.md +++ /dev/null @@ -1,19 +0,0 @@ -# Modified Unique Pelt - -- $\color{gray}{\\text{Gray text}}$: Removed/Old Value -- $\color{blue}{\\text{Blue text}}$: Added/New Value - -**Cerebus' Bite** (Cerebus) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $ ext{Blood Spirit}$ | **Base Item:** $ ext{Blood Spirit}$ | -| **Level Requirement:** $ ext{63}$ | **Level Requirement:** $ ext{63}$ | -| **Properties:** | **Properties:** | -| $ ext{+130-140\\% Enhanced Defense}$ | $ ext{+130-140\\% Enhanced Defense}$ | -| $ ext{+4-6 to Shape Shifting Skills}$ | $ ext{+4-6 to Shape Shifting Skills}$ | -| $ ext{7-10\\% Life stolen per hit}$ | $ ext{7-10\\% Life stolen per hit}$ | -| $ ext{Level 6-12 Fanaticism Aura When Equipped}$ | $ ext{Level 6-12 Fanaticism Aura When Equipped}$ | -| $ ext{33\\% Chance of Open Wounds}$ | $ ext{33\\% Chance of Open Wounds}$ | -| | $\color{blue}{ ext{-5-10\\% to Enemy Physical Resistance}}$ | - diff --git a/output/item_diff_report/modified/uniques/polearm.md b/output/item_diff_report/modified/uniques/polearm.md deleted file mode 100644 index f548010..0000000 --- a/output/item_diff_report/modified/uniques/polearm.md +++ /dev/null @@ -1,42 +0,0 @@ -# Modified Unique Polearm - -- $\color{gray}{\\text{Gray text}}$: Removed/Old Value -- $\color{blue}{\\text{Blue text}}$: Added/New Value - -**Stormspire** (Stormspire) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $ ext{Giant Thresher}$ | **Base Item:** $ ext{Giant Thresher}$ | -| **Level Requirement:** $ ext{70}$ | **Level Requirement:** $ ext{70}$ | -| **Properties:** | **Properties:** | -| $ ext{Lightning Resist +50\\%}$ | $ ext{Lightning Resist +50\\%}$ | -| $ ext{30\\% Chance to cast level 20 Static Field when struck}$ | $ ext{30\\% Chance to cast level 20 Static Field when struck}$ | -| $ ext{+200-300\\% Enhanced Damage}$ | $ ext{+200-300\\% Enhanced Damage}$ | -| $ ext{+20 to Strength}$ | $ ext{+20 to Strength}$ | -| $ ext{30\\% Chance to cast level 10 Lower Resist on striking}$ | $ ext{30\\% Chance to cast level 10 Lower Resist on striking}$ | -| $ ext{+30\\% Increased Attack Speed}$ | $ ext{+30\\% Increased Attack Speed}$ | -| $ ext{Repairs 1 durability in 5 seconds}$ | $ ext{Repairs 1 durability in 5 seconds}$ | -| $ ext{Adds 1-237 Lightning Damage}$ | $ ext{Adds 1-237 Lightning Damage}$ | -| $ ext{8-10\\% Life stolen per hit}$ | $ ext{8-10\\% Life stolen per hit}$ | -| $ ext{150\\% Bonus to Attack Rating}$ | $ ext{150\\% Bonus to Attack Rating}$ | -| $\color{gray}{ ext{30\\% Chance to cast level 10 Lower Resist when struck}}$ | $\color{blue}{ ext{(removed)}}$ | -| | $\color{blue}{ ext{Unknown property: 91 (30-10)}}$ | - -**Woestave** (Woestave) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $ ext{Halberd}$ | **Base Item:** $ ext{Halberd}$ | -| **Level Requirement:** $ ext{28}$ | **Level Requirement:** $ ext{28}$ | -| **Properties:** | **Properties:** | -| $ ext{Slows Target by 50\\%}$ | $ ext{Slows Target by 50\\%}$ | -| $ ext{50\\% Chance of Open Wounds}$ | $ ext{50\\% Chance of Open Wounds}$ | -| $ ext{Hit Blinds Target +3}$ | $ ext{Hit Blinds Target +3}$ | -| $ ext{--50 to Monster Defense Per Hit}$ | $ ext{--50 to Monster Defense Per Hit}$ | -| $ ext{Freezes Target +1}$ | $ ext{Freezes Target +1}$ | -| $ ext{Prevent Monster Heal}$ | $ ext{Prevent Monster Heal}$ | -| $ ext{+200\\% Enhanced Damage}$ | $ ext{+200\\% Enhanced Damage}$ | -| $ ext{+30\\% Increased Attack Speed}$ | $ ext{+30\\% Increased Attack Speed}$ | -| $\color{gray}{ ext{Level 12-17 Meditation Aura When Equipped}}$ | $\color{blue}{ ext{(removed)}}$ | - diff --git a/output/item_diff_report/modified/uniques/primal_helm.md b/output/item_diff_report/modified/uniques/primal_helm.md deleted file mode 100644 index 9463808..0000000 --- a/output/item_diff_report/modified/uniques/primal_helm.md +++ /dev/null @@ -1,21 +0,0 @@ -# Modified Unique Primal Helm - -- $\color{gray}{\\text{Gray text}}$: Removed/Old Value -- $\color{blue}{\\text{Blue text}}$: Added/New Value - -**Bul Katho's Mind** (Bul Katho's Mind) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $ ext{Guardian Crown}$ | **Base Item:** $ ext{Guardian Crown}$ | -| **Level Requirement:** $ ext{92}$ | **Level Requirement:** $ ext{92}$ | -| **Properties:** | **Properties:** | -| $ ext{+1-2 to Warcries Skills}$ | $ ext{+1-2 to Warcries Skills}$ | -| $ ext{+2 to Barbarian Skill Levels}$ | $ ext{+2 to Barbarian Skill Levels}$ | -| $ ext{+20\\% Faster Cast Rate}$ | $ ext{+20\\% Faster Cast Rate}$ | -| $ ext{+15-20 to all Attributes}$ | $ ext{+15-20 to all Attributes}$ | -| $ ext{+20\\% Faster Hit Recovery}$ | $ ext{+20\\% Faster Hit Recovery}$ | -| $ ext{(0.5\\% per clvl) Better Chance of Getting Magic Items (Based on Character Level)}$ | $ ext{(0.5\\% per clvl) Better Chance of Getting Magic Items (Based on Character Level)}$ | -| $ ext{+150-200\\% Enhanced Defense}$ | $ ext{+150-200\\% Enhanced Defense}$ | -| | $\color{blue}{ ext{-5-10\\% to Enemy Physical Resistance}}$ | - diff --git a/output/item_diff_report/modified/uniques/shield.md b/output/item_diff_report/modified/uniques/shield.md deleted file mode 100644 index cb6411b..0000000 --- a/output/item_diff_report/modified/uniques/shield.md +++ /dev/null @@ -1,19 +0,0 @@ -# Modified Unique Shield - -- $\color{gray}{\\text{Gray text}}$: Removed/Old Value -- $\color{blue}{\\text{Blue text}}$: Added/New Value - -**Lidless Wall** (Lidless Wall) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $ ext{Grim Shield}$ | **Base Item:** $ ext{Grim Shield}$ | -| **Level Requirement:** $ ext{41}$ | **Level Requirement:** $ ext{41}$ | -| **Properties:** | **Properties:** | -| $ ext{+1-2 to All Skills}$ | $ ext{+1-2 to All Skills}$ | -| $ ext{+3-5 to Mana after each Kill}$ | $ ext{+3-5 to Mana after each Kill}$ | -| $ ext{+80-130\\% Enhanced Defense}$ | $ ext{+80-130\\% Enhanced Defense}$ | -| $ ext{+10 to Energy}$ | $ ext{+10 to Energy}$ | -| $ ext{Increase Maximum Mana 10\\%}$ | $ ext{Increase Maximum Mana 10\\%}$ | -| $\\color{gray}{\\text{+20-30\\%}}\\text{ Faster Cast Rate}$ | $\\color{blue}{\\text{+20\\%}}\\text{ Faster Cast Rate}$ | - diff --git a/output/item_diff_report/modified/uniques/small_charm.md b/output/item_diff_report/modified/uniques/small_charm.md deleted file mode 100644 index b782230..0000000 --- a/output/item_diff_report/modified/uniques/small_charm.md +++ /dev/null @@ -1,17 +0,0 @@ -# Modified Unique Small Charm - -- $\color{gray}{\\text{Gray text}}$: Removed/Old Value -- $\color{blue}{\\text{Blue text}}$: Added/New Value - -**Annihilus** (Annihilus) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $ ext{Small Charm}$ | **Base Item:** $ ext{Small Charm}$ | -| **Level Requirement:** $ ext{70}$ | **Level Requirement:** $ ext{70}$ | -| **Properties:** | **Properties:** | -| $ ext{+1 to All Skills}$ | $ ext{+1 to All Skills}$ | -| $\\color{gray}{\\text{+10-25}}\\text{ to all Attributes}$ | $\\color{blue}{\\text{+10-20}}\\text{ to all Attributes}$ | -| $\\text{All Resistances }\\color{gray}{\\text{+10-25}}$ | $\\text{All Resistances }\\color{blue}{\\text{+10-20}}$ | -| $\\color{gray}{\\text{+10-25\\%}}\\text{ to Experience Gained}$ | $\\color{blue}{\\text{+10-15\\%}}\\text{ to Experience Gained}$ | - diff --git a/output/item_diff_report/modified/uniques/spear.md b/output/item_diff_report/modified/uniques/spear.md deleted file mode 100644 index 26456a0..0000000 --- a/output/item_diff_report/modified/uniques/spear.md +++ /dev/null @@ -1,22 +0,0 @@ -# Modified Unique Spear - -- $\color{gray}{\\text{Gray text}}$: Removed/Old Value -- $\color{blue}{\\text{Blue text}}$: Added/New Value - -**Steel Pillar** (Steelpillar) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $\text{War Pike}$ | **Base Item:** $\text{War Pike}$ | -| **Level Requirement:** $\text{69}$ | **Level Requirement:** $\text{69}$ | -| **Properties:** | **Properties:** | -| $\text{+300-350\\% Enhanced Damage}$ | $\text{+300-350\\% Enhanced Damage}$ | -| $\text{+40\\% Increased Attack Speed}$ | $\text{+40\\% Increased Attack Speed}$ | -| $\text{-66\\% Target Defense}$ | $\text{-66\\% Target Defense}$ | -| $\text{35-40\\% Deadly Strike}$ | $\text{35-40\\% Deadly Strike}$ | -| $\text{Repairs 1 durability in 12 seconds}$ | $\text{Repairs 1 durability in 12 seconds}$ | -| $\text{44\\% Chance of Crushing Blow}$ | $\text{44\\% Chance of Crushing Blow}$ | -| $\text{7-12\\% Life stolen per hit}$ | $\text{7-12\\% Life stolen per hit}$ | -| $\text{15\\% Chance to cast level 33 Amplify Damage on striking}$ | $\text{15\\% Chance to cast level 33 Amplify Damage on striking}$ | -| $\\color{gray}{\\text{+1}}\\text{ to Iron Skin}$ | $\\color{blue}{\\text{+1-3}}\\text{ to Iron Skin}$ | - diff --git a/output/item_diff_report/modified/uniques/spears.md b/output/item_diff_report/modified/uniques/spears.md deleted file mode 100644 index 4723f46..0000000 --- a/output/item_diff_report/modified/uniques/spears.md +++ /dev/null @@ -1,22 +0,0 @@ -# Modified Unique Spears - -- $\color{gray}{\\text{Gray text}}$: Removed/Old Value -- $\color{blue}{\\text{Blue text}}$: Added/New Value - -**Steel Pillar** (Steelpillar) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $ ext{War Pike}$ | **Base Item:** $ ext{War Pike}$ | -| **Level Requirement:** $ ext{69}$ | **Level Requirement:** $ ext{69}$ | -| **Properties:** | **Properties:** | -| $ ext{+300-350\\% Enhanced Damage}$ | $ ext{+300-350\\% Enhanced Damage}$ | -| $ ext{+40\\% Increased Attack Speed}$ | $ ext{+40\\% Increased Attack Speed}$ | -| $ ext{-66\\% Target Defense}$ | $ ext{-66\\% Target Defense}$ | -| $ ext{35-40\\% Deadly Strike}$ | $ ext{35-40\\% Deadly Strike}$ | -| $ ext{Repairs 1 durability in 12 seconds}$ | $ ext{Repairs 1 durability in 12 seconds}$ | -| $ ext{44\\% Chance of Crushing Blow}$ | $ ext{44\\% Chance of Crushing Blow}$ | -| $ ext{7-12\\% Life stolen per hit}$ | $ ext{7-12\\% Life stolen per hit}$ | -| $ ext{15\\% Chance to cast level 33 Amplify Damage on striking}$ | $ ext{15\\% Chance to cast level 33 Amplify Damage on striking}$ | -| $\\color{gray}{\\text{+1}}\\text{ to Iron Skin}$ | $\\color{blue}{\\text{+1-3}}\\text{ to Iron Skin}$ | - diff --git a/output/item_diff_report/modified/uniques/staff.md b/output/item_diff_report/modified/uniques/staff.md deleted file mode 100644 index d6ff38c..0000000 --- a/output/item_diff_report/modified/uniques/staff.md +++ /dev/null @@ -1,47 +0,0 @@ -# Modified Unique Staff - -- $\color{gray}{\\text{Gray text}}$: Removed/Old Value -- $\color{blue}{\\text{Blue text}}$: Added/New Value - -**Horadric Staff** (Horadric Staff) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $ ext{Horadric Staff}$ | **Base Item:** $ ext{Horadric Staff}$ | -| **Level Requirement:** $ ext{0}$ | **Level Requirement:** $ ext{0}$ | -| **Properties:** | **Properties:** | -| $ ext{+50\\% Increased Attack Speed}$ | $ ext{+50\\% Increased Attack Speed}$ | -| $\\color{gray}{\\text{+100}}\\text{ to Mana}$ | $\\color{blue}{\\text{+10}}\\text{ to Mana}$ | -| $\\text{All Resistances }\\color{gray}{\\text{+30}}$ | $\\text{All Resistances }\\color{blue}{\\text{+10}}$ | -| $\\color{gray}{\\text{+100}}\\text{ to Life}$ | $\\color{blue}{\\text{+10}}\\text{ to Life}$ | -| $\color{gray}{ ext{+30\\% Faster Cast Rate}}$ | $\color{blue}{ ext{(removed)}}$ | -| $\color{gray}{ ext{Adds 30-30 Damage}}$ | $\color{blue}{ ext{(removed)}}$ | -| | $\color{blue}{ ext{Poison Resist +25\\%}}$ | - -**Mang Song's Lesson** (Mang Song's Lesson) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $ ext{Archon Staff}$ | **Base Item:** $ ext{Archon Staff}$ | -| **Level Requirement:** $ ext{82}$ | **Level Requirement:** $ ext{82}$ | -| **Properties:** | **Properties:** | -| $ ext{All Resistances +40-50}$ | $ ext{All Resistances +40-50}$ | -| $\\color{gray}{\\text{+6}}\\text{ to All Skills}$ | $\\color{blue}{\\text{+7}}\\text{ to All Skills}$ | -| $\\text{Level }\\color{gray}{\\text{1}}\\text{ Conviction Aura When Equipped}$ | $\\text{Level }\\color{blue}{\\text{5-10}}\\text{ Conviction Aura When Equipped}$ | -| $\\text{Regenerate Mana }\\color{gray}{\\text{30\\%}}$ | $\\text{Regenerate Mana }\\color{blue}{\\text{30-80\\%}}$ | -| $\\color{gray}{\\text{+85\\%}}\\text{ Faster Cast Rate}$ | $\\color{blue}{\\text{+115\\%}}\\text{ Faster Cast Rate}$ | -| $\\text{Increase Maximum Mana }\\color{gray}{\\text{40\\%}}$ | $\\text{Increase Maximum Mana }\\color{blue}{\\text{40-50\\%}}$ | -| | $\color{blue}{ ext{Increase Maximum Life 40-50\\%}}$ | - -**Staff of Kings** (Staff of Kings) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $ ext{Shaft of the Horadric Staff}$ | **Base Item:** $ ext{Shaft of the Horadric Staff}$ | -| **Level Requirement:** $ ext{0}$ | **Level Requirement:** $ ext{0}$ | -| **Properties:** | **Properties:** | -| $ ext{+50\\% Increased Attack Speed}$ | $ ext{+50\\% Increased Attack Speed}$ | -| $\\text{All Resistances }\\color{gray}{\\text{+30}}$ | $\\text{All Resistances }\\color{blue}{\\text{+10}}$ | -| $\color{gray}{ ext{+30\\% Faster Cast Rate}}$ | $\color{blue}{ ext{(removed)}}$ | -| $\color{gray}{ ext{Adds 30-30 Damage}}$ | $\color{blue}{ ext{(removed)}}$ | - diff --git a/output/item_diff_report/modified/uniques/sword.md b/output/item_diff_report/modified/uniques/sword.md deleted file mode 100644 index 764db63..0000000 --- a/output/item_diff_report/modified/uniques/sword.md +++ /dev/null @@ -1,85 +0,0 @@ -# Modified Unique Sword - -- $\color{gray}{\\text{Gray text}}$: Removed/Old Value -- $\color{blue}{\\text{Blue text}}$: Added/New Value - -**Azurewrath** (Azurewrath) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $\text{Phase Blade}$ | **Base Item:** $\text{Phase Blade}$ | -| **Level Requirement:** $\text{85}$ | **Level Requirement:** $\text{85}$ | -| **Properties:** | **Properties:** | -| $\text{-10\\% to Enemy Cold Resistance}$ | $\text{-10\\% to Enemy Cold Resistance}$ | -| $\text{+230-270\\% Enhanced Damage}$ | $\text{+230-270\\% Enhanced Damage}$ | -| $\text{Level 10-18 Holy Freeze Aura When Equipped}$ | $\text{Level 10-18 Holy Freeze Aura When Equipped}$ | -| $\text{+30\\% Increased Attack Speed}$ | $\text{+30\\% Increased Attack Speed}$ | -| $\text{+5-10 to all Attributes}$ | $\text{+5-10 to all Attributes}$ | -| $\text{+2 to All Skills}$ | $\text{+2 to All Skills}$ | -| $\text{Cold Absorb 25\\%}$ | $\text{Cold Absorb 25\\%}$ | -| $\text{40\\% Chance to cast level 40 Blizzard on attack}$ | $\text{40\\% Chance to cast level 40 Blizzard on attack}$ | -| $\text{Adds 250-500 Magic Damage}$ | $\text{Adds 250-500 Magic Damage}$ | -| $\\text{Adds }\\color{gray}{\\text{500-500}}\\text{ Cold Damage}$ | $\\text{Adds }\\color{blue}{\\text{250-500}}\\text{ Cold Damage}$ | - -**Corrupted Azurewrath** (Corrupted Azurewrath) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $\text{Crystal Sword}$ | **Base Item:** $\text{Crystal Sword}$ | -| **Level Requirement:** $\text{13}$ | **Level Requirement:** $\text{13}$ | -| **Properties:** | **Properties:** | -| $\text{50\\% Deadly Strike}$ | $\text{50\\% Deadly Strike}$ | -| $\text{25\\% Better Chance of Getting Magic Items}$ | $\text{25\\% Better Chance of Getting Magic Items}$ | -| $\text{Adds 30-60 Cold Damage}$ | $\text{Adds 30-60 Cold Damage}$ | -| $\text{+100-200\\% Enhanced Damage}$ | $\text{+100-200\\% Enhanced Damage}$ | -| $\text{Durability: 25 of 25}$ | $\text{Durability: 25 of 25}$ | -| $\text{Adds 50-100 Magic Damage}$ | $\text{Adds 50-100 Magic Damage}$ | -| $\color{gray}{\\text{10-15\\% Better Chance of Getting Magic Items}}$ | $\color{blue}{\\text{(removed)}}$ | - -**Shadowfang** (Shadowfang) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $\\color{gray}{\\text{Two-Handed}}\\text{ Sword}$ | **Base Item:** $\\color{blue}{\\text{2H}}\\text{ Sword}$ | -| **Level Requirement:** $\text{12}$ | **Level Requirement:** $\text{12}$ | -| **Properties:** | **Properties:** | -| $\text{9\\% Mana stolen per hit}$ | $\text{9\\% Mana stolen per hit}$ | -| $\text{Cold Resist +20\\%}$ | $\text{Cold Resist +20\\%}$ | -| $\text{Adds 100-100 Cold Damage}$ | $\text{Adds 100-100 Cold Damage}$ | -| $\text{+200\\% Enhanced Damage}$ | $\text{+200\\% Enhanced Damage}$ | -| $\text{9\\% Life stolen per hit}$ | $\text{9\\% Life stolen per hit}$ | -| $\text{+40\\% Increased Attack Speed}$ | $\text{+40\\% Increased Attack Speed}$ | - -**The Corrupted Grandfather** (The Corrupted Grandfather) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $\text{Colossus Blade}$ | **Base Item:** $\text{Colossus Blade}$ | -| **Level Requirement:** $\text{81}$ | **Level Requirement:** $\text{81}$ | -| **Properties:** | **Properties:** | -| $\text{Indestructible}$ | $\text{Indestructible}$ | -| $\text{(2.5 per clvl) to Maximum Damage (Based on Character Level)}$ | $\text{(2.5 per clvl) to Maximum Damage (Based on Character Level)}$ | -| $\text{+20 to Strength}$ | $\text{+20 to Strength}$ | -| $\text{+20 to Dexterity}$ | $\text{+20 to Dexterity}$ | -| $\\color{gray}{\\text{+250\\%}}\\text{ Enhanced Damage}$ | $\\color{blue}{\\text{+300-350\\%}}\\text{ Enhanced Damage}$ | -| $\\color{gray}{\\text{150\\%}}\\text{ Bonus to Attack Rating}$ | $\\color{blue}{\\text{250\\%}}\\text{ Bonus to Attack Rating}$ | -| $\\color{gray}{\\text{+175}}\\text{ to Life}$ | $\\color{blue}{\\text{+200}}\\text{ to Life}$ | -| $\\text{Increase Maximum Mana }\\color{gray}{\\text{25\\%}}$ | $\\text{Increase Maximum Mana }\\color{blue}{\\text{40-50\\%}}$ | -| $\\text{Increase Maximum Life }\\color{gray}{\\text{25\\%}}$ | $\\text{Increase Maximum Life }\\color{blue}{\\text{40-50\\%}}$ | -| | $\color{blue}{\\text{-15-30\\% to Enemy Physical Resistance}}$ | - -**The Grandfather** (The Grandfather) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $\text{Colossus Blade}$ | **Base Item:** $\text{Colossus Blade}$ | -| **Level Requirement:** $\text{81}$ | **Level Requirement:** $\text{81}$ | -| **Properties:** | **Properties:** | -| $\text{(2.5 per clvl) to Maximum Damage (Based on Character Level)}$ | $\text{(2.5 per clvl) to Maximum Damage (Based on Character Level)}$ | -| $\text{Repairs 1 durability in 5 seconds}$ | $\text{Repairs 1 durability in 5 seconds}$ | -| $\text{+450\\% Enhanced Damage}$ | $\text{+450\\% Enhanced Damage}$ | -| $\\color{gray}{\\text{+20}}\\text{ to all Attributes}$ | $\\color{blue}{\\text{+20-30}}\\text{ to all Attributes}$ | -| $\\color{gray}{\\text{+80}}\\text{ to Life}$ | $\\color{blue}{\\text{+100}}\\text{ to Life}$ | -| $\color{gray}{\\text{50\\% Bonus to Attack Rating}}$ | $\color{blue}{\\text{(removed)}}$ | -| | $\color{blue}{\\text{-10-20\\% to Enemy Physical Resistance}}$ | - diff --git a/output/item_diff_report/modified/uniques/swords.md b/output/item_diff_report/modified/uniques/swords.md deleted file mode 100644 index e23519e..0000000 --- a/output/item_diff_report/modified/uniques/swords.md +++ /dev/null @@ -1,85 +0,0 @@ -# Modified Unique Swords - -- $\color{gray}{\\text{Gray text}}$: Removed/Old Value -- $\color{blue}{\\text{Blue text}}$: Added/New Value - -**Azurewrath** (Azurewrath) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $ ext{Phase Blade}$ | **Base Item:** $ ext{Phase Blade}$ | -| **Level Requirement:** $ ext{85}$ | **Level Requirement:** $ ext{85}$ | -| **Properties:** | **Properties:** | -| $ ext{-10\\% to Enemy Cold Resistance}$ | $ ext{-10\\% to Enemy Cold Resistance}$ | -| $ ext{+230-270\\% Enhanced Damage}$ | $ ext{+230-270\\% Enhanced Damage}$ | -| $ ext{Level 10-18 Holy Freeze Aura When Equipped}$ | $ ext{Level 10-18 Holy Freeze Aura When Equipped}$ | -| $ ext{+30\\% Increased Attack Speed}$ | $ ext{+30\\% Increased Attack Speed}$ | -| $ ext{+5-10 to all Attributes}$ | $ ext{+5-10 to all Attributes}$ | -| $ ext{+2 to All Skills}$ | $ ext{+2 to All Skills}$ | -| $ ext{Cold Absorb 25\\%}$ | $ ext{Cold Absorb 25\\%}$ | -| $ ext{40\\% Chance to cast level 40 Blizzard on attack}$ | $ ext{40\\% Chance to cast level 40 Blizzard on attack}$ | -| $ ext{Adds 250-500 Magic Damage}$ | $ ext{Adds 250-500 Magic Damage}$ | -| $\\text{Adds }\\color{gray}{\\text{500-500}}\\text{ Cold Damage}$ | $\\text{Adds }\\color{blue}{\\text{250-500}}\\text{ Cold Damage}$ | - -**Corrupted Azurewrath** (Corrupted Azurewrath) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $ ext{Crystal Sword}$ | **Base Item:** $ ext{Crystal Sword}$ | -| **Level Requirement:** $ ext{13}$ | **Level Requirement:** $ ext{13}$ | -| **Properties:** | **Properties:** | -| $ ext{50\\% Deadly Strike}$ | $ ext{50\\% Deadly Strike}$ | -| $ ext{25\\% Better Chance of Getting Magic Items}$ | $ ext{25\\% Better Chance of Getting Magic Items}$ | -| $ ext{Adds 30-60 Cold Damage}$ | $ ext{Adds 30-60 Cold Damage}$ | -| $ ext{+100-200\\% Enhanced Damage}$ | $ ext{+100-200\\% Enhanced Damage}$ | -| $ ext{Durability: 25 of 25}$ | $ ext{Durability: 25 of 25}$ | -| $ ext{Adds 50-100 Magic Damage}$ | $ ext{Adds 50-100 Magic Damage}$ | -| $\color{gray}{ ext{10-15\\% Better Chance of Getting Magic Items}}$ | $\color{blue}{ ext{(removed)}}$ | - -**Shadowfang** (Shadowfang) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $\\color{gray}{\\text{Two-Handed}}\\text{ Sword}$ | **Base Item:** $\\color{blue}{\\text{2H}}\\text{ Sword}$ | -| **Level Requirement:** $ ext{12}$ | **Level Requirement:** $ ext{12}$ | -| **Properties:** | **Properties:** | -| $ ext{9\\% Mana stolen per hit}$ | $ ext{9\\% Mana stolen per hit}$ | -| $ ext{Cold Resist +20\\%}$ | $ ext{Cold Resist +20\\%}$ | -| $ ext{Adds 100-100 Cold Damage}$ | $ ext{Adds 100-100 Cold Damage}$ | -| $ ext{+200\\% Enhanced Damage}$ | $ ext{+200\\% Enhanced Damage}$ | -| $ ext{9\\% Life stolen per hit}$ | $ ext{9\\% Life stolen per hit}$ | -| $ ext{+40\\% Increased Attack Speed}$ | $ ext{+40\\% Increased Attack Speed}$ | - -**The Corrupted Grandfather** (The Corrupted Grandfather) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $ ext{Colossus Blade}$ | **Base Item:** $ ext{Colossus Blade}$ | -| **Level Requirement:** $ ext{81}$ | **Level Requirement:** $ ext{81}$ | -| **Properties:** | **Properties:** | -| $ ext{Indestructible}$ | $ ext{Indestructible}$ | -| $ ext{(2.5 per clvl) to Maximum Damage (Based on Character Level)}$ | $ ext{(2.5 per clvl) to Maximum Damage (Based on Character Level)}$ | -| $ ext{+20 to Strength}$ | $ ext{+20 to Strength}$ | -| $ ext{+20 to Dexterity}$ | $ ext{+20 to Dexterity}$ | -| $\\color{gray}{\\text{+250\\%}}\\text{ Enhanced Damage}$ | $\\color{blue}{\\text{+300-350\\%}}\\text{ Enhanced Damage}$ | -| $\\color{gray}{\\text{150\\%}}\\text{ Bonus to Attack Rating}$ | $\\color{blue}{\\text{250\\%}}\\text{ Bonus to Attack Rating}$ | -| $\\color{gray}{\\text{+175}}\\text{ to Life}$ | $\\color{blue}{\\text{+200}}\\text{ to Life}$ | -| $\\text{Increase Maximum Mana }\\color{gray}{\\text{25\\%}}$ | $\\text{Increase Maximum Mana }\\color{blue}{\\text{40-50\\%}}$ | -| $\\text{Increase Maximum Life }\\color{gray}{\\text{25\\%}}$ | $\\text{Increase Maximum Life }\\color{blue}{\\text{40-50\\%}}$ | -| | $\color{blue}{ ext{-15-30\\% to Enemy Physical Resistance}}$ | - -**The Grandfather** (The Grandfather) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $ ext{Colossus Blade}$ | **Base Item:** $ ext{Colossus Blade}$ | -| **Level Requirement:** $ ext{81}$ | **Level Requirement:** $ ext{81}$ | -| **Properties:** | **Properties:** | -| $ ext{(2.5 per clvl) to Maximum Damage (Based on Character Level)}$ | $ ext{(2.5 per clvl) to Maximum Damage (Based on Character Level)}$ | -| $ ext{Repairs 1 durability in 5 seconds}$ | $ ext{Repairs 1 durability in 5 seconds}$ | -| $ ext{+450\\% Enhanced Damage}$ | $ ext{+450\\% Enhanced Damage}$ | -| $\\color{gray}{\\text{+20}}\\text{ to all Attributes}$ | $\\color{blue}{\\text{+20-30}}\\text{ to all Attributes}$ | -| $\\color{gray}{\\text{+80}}\\text{ to Life}$ | $\\color{blue}{\\text{+100}}\\text{ to Life}$ | -| $\color{gray}{ ext{50\\% Bonus to Attack Rating}}$ | $\color{blue}{ ext{(removed)}}$ | -| | $\color{blue}{ ext{-10-20\\% to Enemy Physical Resistance}}$ | - diff --git a/output/item_diff_report/modified/uniques/throwing_axe.md b/output/item_diff_report/modified/uniques/throwing_axe.md deleted file mode 100644 index 632ed14..0000000 --- a/output/item_diff_report/modified/uniques/throwing_axe.md +++ /dev/null @@ -1,20 +0,0 @@ -# Modified Unique Throwing Axe - -- $\color{gray}{\\text{Gray text}}$: Removed/Old Value -- $\color{blue}{\\text{Blue text}}$: Added/New Value - -**Gimmershred** (Gimmershred) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $ ext{Flying Axe}$ | **Base Item:** $ ext{Flying Axe}$ | -| **Level Requirement:** $ ext{70}$ | **Level Requirement:** $ ext{70}$ | -| **Properties:** | **Properties:** | -| $ ext{+200-230\\% Enhanced Damage}$ | $ ext{+200-230\\% Enhanced Damage}$ | -| $ ext{Adds 250-500 Fire Damage}$ | $ ext{Adds 250-500 Fire Damage}$ | -| $ ext{Adds 250-500 Cold Damage}$ | $ ext{Adds 250-500 Cold Damage}$ | -| $ ext{Increased Stack Size}$ | $ ext{Increased Stack Size}$ | -| $ ext{+30\\% Increased Attack Speed}$ | $ ext{+30\\% Increased Attack Speed}$ | -| $ ext{20\\% Chance to cast level 20 Lower Resist on striking}$ | $ ext{20\\% Chance to cast level 20 Lower Resist on striking}$ | -| $\\text{Adds }\\color{gray}{\\text{61-511}}\\text{ Lightning Damage}$ | $\\text{Adds }\\color{blue}{\\text{61-501}}\\text{ Lightning Damage}$ | - diff --git a/output/item_diff_report/modified/uniques/wand.md b/output/item_diff_report/modified/uniques/wand.md deleted file mode 100644 index 5abe2b0..0000000 --- a/output/item_diff_report/modified/uniques/wand.md +++ /dev/null @@ -1,19 +0,0 @@ -# Modified Unique Wand - -- $\color{gray}{\\text{Gray text}}$: Removed/Old Value -- $\color{blue}{\\text{Blue text}}$: Added/New Value - -**Arcbane** (Arcbane) - -| BT Diablo (Old) | BK Diablo (New) | -| :--- | :--- | -| **Base Item:** $ ext{Ghost Wand}$ | **Base Item:** $ ext{Ghost Wand}$ | -| **Level Requirement:** $ ext{81}$ | **Level Requirement:** $ ext{81}$ | -| **Properties:** | **Properties:** | -| $ ext{+1-2 to All Skills}$ | $ ext{+1-2 to All Skills}$ | -| $ ext{+10-55\\% Faster Cast Rate}$ | $ ext{+10-55\\% Faster Cast Rate}$ | -| $ ext{Curse Resist +50\\%}$ | $ ext{Curse Resist +50\\%}$ | -| $ ext{Piercing Attack}$ | $ ext{Piercing Attack}$ | -| $ ext{Increase Maximum Mana 10-20\\%}$ | $ ext{Increase Maximum Mana 10-20\\%}$ | -| $\\text{Level }\\color{gray}{\\text{3-12}}\\text{ Magic Conviction Aura When Equipped}$ | $\\text{Level }\\color{blue}{\\text{1-12}}\\text{ Magic Conviction Aura When Equipped}$ | - diff --git a/scripts/README.md b/scripts/README.md index 04565d6..7498513 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -6,7 +6,6 @@ This folder keeps the existing top-level script names for compatibility, but the - `cli/`: primary user-facing entrypoints - `devtools/`: developer utilities for inspection and validation - `legacy/`: older skill extraction prototypes and reference tooling -- `debug/`: one-off debugging helpers Top-level wrappers are intentionally thin so existing commands like `python scripts/extract_class_skills.py` and imports like `from d2_services import ...` continue to work. diff --git a/scripts/debug/__init__.py b/scripts/debug/__init__.py deleted file mode 100644 index 477d782..0000000 --- a/scripts/debug/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -"""One-off debug helpers.""" - diff --git a/scripts/debug/debug_war_cry.py b/scripts/debug/debug_war_cry.py deleted file mode 100644 index a66d425..0000000 --- a/scripts/debug/debug_war_cry.py +++ /dev/null @@ -1,16 +0,0 @@ -import csv -import sys - -csv.field_size_limit(1000000) - -with open("mods/BKDiablo/bkdiablo.mpq/data/global/excel/skills.txt", 'r', encoding='utf-8', errors='ignore') as f: - lines = f.readlines() - header = lines[0].split('\t') - for line in lines[1:]: - row = line.split('\t') - if "War Cry" in row[0]: - print(f"Match found: {row[0]}") - for h, v in zip(header, row): - if v and v.strip() != '0' and v.strip() != '': - print(f"{h.strip()}: {v.strip()}") - break