Skip to content

Commit

Permalink
Started work on item descriptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
youbetterdont committed Apr 15, 2020
1 parent 805e010 commit 6343640
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 2 deletions.
70 changes: 70 additions & 0 deletions BH.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,76 @@
// Border-only boxes (box with overlayed black (0x00) dot)
// Used to indicate a low chance rolls, like unidentified rings and amulets

//
// ITEM DESCRIPTIONS
// =================

// Add sockets
// -----------

// Armor socket recipe
ItemDisplay[NMAG !RW CHEST !SUP SOCK=0]: {%WHITE%Add sockets with %ORANGE%Tal Thul %YELLOW%O%WHITE%Perfect}
// Weapon socket recipe
ItemDisplay[NMAG !RW WEAPON !SUP SOCK=0]: {%WHITE%Add sockets with %ORANGE%Ral Amn %PURPLE%O%WHITE%Perfect}
// Shield socket recipe
ItemDisplay[NMAG !RW SHIELD !SUP SOCK=0]: {%WHITE%Add sockets with %ORANGE%Tal Amn %RED%O%WHITE%Perfect}
// Helm socket recipe
ItemDisplay[NMAG !RW SHIELD !SUP SOCK=0]: {%WHITE%Add sockets with %ORANGE%Ral Thul %BLUE%O%WHITE%Perfect}

// Runewords
// ---------

// Enigma
ItemDisplay[NMAG !RW CHEST !ETH SOCK=3]: {%WHITE%Enigma: %ORANGE%JahIthBer}
// Infinity/Insight
ItemDisplay[NMAG !RW POLEARM SOCK=4]: {%WHITE%Infinity: %ORANGE%BerMalBerIst %GRAY%| %WHITE%Insight: %ORANGE%RalTirTalSol}
// Spirit sword
ItemDisplay[NMAG !RW SWORD SOCK=4]: {%WHITE%Spirit: %ORANGE%TalThulOrtAmn}
// Spirit/Phoenix shield
ItemDisplay[NMAG !RW SHIELD !ETH SOCK=4]: {%WHITE%Spirit: %ORANGE%TalThulOrtAmn %GRAY%| %WHITE%Phoenix: %ORANGE%VexVexLoJah}
// Exile shield
ItemDisplay[NMAG !RW DIN ETH SOCK=4]: {%WHITE%Exile: %ORANGE%VexOhmIstDol}
// Delirium helm
ItemDisplay[NMAG !RW (BAR OR DRU) SOCK=3]: {%WHITE%Delirium: %ORANGE%LemIstIo}
// Dream helm
ItemDisplay[NMAG !RW HELM !BAR !DRU SOCK=3]: {%WHITE%Dream: %ORANGE%IoJahPul}
// Dream shield
ItemDisplay[NMAG !RW SHIELD SOCK=3]: {%WHITE%Dream: %ORANGE%IoJahPul}

// Rune upgrades
// -------------

ItemDisplay[RUNE=32]: {%WHITE%2x%ORANGE%Cham %GREEN%O%WHITE%Flawless -> %ORANGE%Zod}
ItemDisplay[RUNE=29]: {%WHITE%2x%ORANGE%Sur %PURPLE%O%WHITE%Flawless -> %ORANGE%Ber}
ItemDisplay[RUNE=28]: {%WHITE%2x%ORANGE%Lo %YELLOW%O%WHITE%Flawless -> %ORANGE%Sur}
ItemDisplay[RUNE=27]: {%WHITE%2x%ORANGE%Ohm %WHITE%O%WHITE%Normal -> %ORANGE%Lo}
ItemDisplay[RUNE=26]: {%WHITE%2x%ORANGE%Vex %GREEN%O%WHITE%Normal -> %ORANGE%Ohm}
ItemDisplay[RUNE=25]: {%WHITE%2x%ORANGE%Gul %RED%O%WHITE%Normal -> %ORANGE%Vex}
ItemDisplay[RUNE=24]: {%WHITE%2x%ORANGE%Ist %BLUE%O%WHITE%Normal -> %ORANGE%Gul}
ItemDisplay[RUNE=23]: {%WHITE%2x%ORANGE%Mal %PURPLE%O%WHITE%Normal -> %ORANGE%Ist}
ItemDisplay[RUNE=22]: {%WHITE%2x%ORANGE%Um %YELLOW%O%WHITE%Normal -> %ORANGE%Mal}
ItemDisplay[RUNE=21]: {%WHITE%2x%ORANGE%Pul %WHITE%O%WHITE%Flawed -> %ORANGE%Um}
ItemDisplay[RUNE=20]: {%WHITE%3x%ORANGE%Lem %GREEN%O%WHITE%Flawed -> %ORANGE%Pul}
ItemDisplay[RUNE=19]: {%WHITE%3x%ORANGE%Fal %RED%O%WHITE%Flawed -> %ORANGE%Lem}
ItemDisplay[RUNE=18]: {%WHITE%3x%ORANGE%Ko %BLUE%O%WHITE%Flawed -> %ORANGE%Fal}
ItemDisplay[RUNE=17]: {%WHITE%3x%ORANGE%Lum %PURPLE%O%WHITE%Flawed -> %ORANGE%Ko}
ItemDisplay[RUNE=16]: {%WHITE%3x%ORANGE%Io %YELLOW%O%WHITE%Flawed -> %ORANGE%Lum}
ItemDisplay[RUNE=15]: {%WHITE%3x%ORANGE%Hel %WHITE%O%WHITE%Chipped -> %ORANGE%Io}
ItemDisplay[RUNE=14]: {%WHITE%3x%ORANGE%Dol %GREEN%O%WHITE%Chipped -> %ORANGE%Hel}
ItemDisplay[RUNE=13]: {%WHITE%3x%ORANGE%Shael %RED%O%WHITE%Chipped -> %ORANGE%Dol}
ItemDisplay[RUNE=12]: {%WHITE%3x%ORANGE%Sol %BLUE%O%WHITE%Chipped -> %ORANGE%Shael}
ItemDisplay[RUNE=11]: {%WHITE%3x%ORANGE%Amn %PURPLE%O%WHITE%Chipped -> %ORANGE%Sol}
ItemDisplay[RUNE=10]: {%WHITE%3x%ORANGE%Thul %YELLOW%O%WHITE%Chipped -> %ORANGE%Amn}
ItemDisplay[RUNE=9]: {%WHITE%3x%ORANGE%Ort %WHITE%-> %ORANGE%Thul}
ItemDisplay[RUNE=8]: {%WHITE%3x%ORANGE%Ral %WHITE%-> %ORANGE%Ort}
ItemDisplay[RUNE=7]: {%WHITE%3x%ORANGE%Tal %WHITE%-> %ORANGE%Ral}
ItemDisplay[RUNE=6]: {%WHITE%3x%ORANGE%Ith %WHITE%-> %ORANGE%Tal}
ItemDisplay[RUNE=5]: {%WHITE%3x%ORANGE%Eth %WHITE%-> %ORANGE%Ith}
ItemDisplay[RUNE=4]: {%WHITE%3x%ORANGE%Nef %WHITE%-> %ORANGE%Eth}
ItemDisplay[RUNE=3]: {%WHITE%3x%ORANGE%Tir %WHITE%-> %ORANGE%Nef}
ItemDisplay[RUNE=2]: {%WHITE%3x%ORANGE%Eld %WHITE%-> %ORANGE%Tir}
ItemDisplay[RUNE=1]: {%WHITE%3x%ORANGE%El %WHITE%-> %ORANGE%Eld}

//
// GEMS
// ====
Expand Down
4 changes: 2 additions & 2 deletions BH_settings.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Slash Diablo Default BH_settings, v1.0
// Slash Diablo Default BH_settings, v1.1
// Authors: M81, Labarr
// Requires BH>=1.9.9 (planqi branch)
// This file will be customized by the user. It's meant to be a template. The item
Expand Down Expand Up @@ -210,5 +210,5 @@ Item Detailed Notifications:True, None
Verbose Notifications: False, None
Suppress Invalid Stats: False, None
Filter Level: 1
Filter Level: 2
Ping Level: 5

0 comments on commit 6343640

Please sign in to comment.