Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ version = "0.1.0"
edition = "2021"
authors = ["feor"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bit = "0.1.1"
31 changes: 31 additions & 0 deletions notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,34 @@ Instead, the new codes (Nightmare A2 mercs with Prayer/Defiance/Blessed Aim, Hel
This also explains why Qual-Kehk usually has more Bash barbs than Frenzy: the two old codes per difficulty still mean bash, whereas there is only one of the new frenzy code per difficulty.


## Statistics

https://d2mods.info/forum/kb/viewarticle?a=448

Open as tab-separated csv.

Incompatible with 1.09 and before.

Saved is col 7
CSvSigned is col 8
CSvBits# is col 9


| Stat | ID | Saved | Signed | Bits |
| --------------------- | --------- | ----- | --------- | --------- |
| Strength | 0 | 1 | 0 | 10 |
| Energy | 1 | 1 | 0 | 10 |
| Dexterity | 2 | 1 | 0 | 10 |
| Vitality | 3 | 1 | 0 | 10 |
| Stat Points Left | 4 | 1 | 0 | 10 |
| Skill Points Left | 5 | 1 | 0 | 8 |
| Hit Points (Current) | 6 | 1 | 0 | 21 |
| Hit Points (Max) | 7 | 1 | 0 | 21 |
| Mana (Current) | 8 | 1 | 0 | 21 |
| Mana (Max) | 9 | 1 | 0 | 21 |
| Stamina (Current) | 10 | 1 | 0 | 21 |
| Stamina (Max) | 11 | 1 | 0 | 21 |
| Level | 12 | 1 | 0 | 7 |
| Experience | 13 | 1 | 0 | 32 |
| Gold (Inventory) | 14 | 1 | 0 | 25 |
| Gold (Stash) | 15 | 1 | 0 | 25 |
Loading