Skip to content

Commit

Permalink
BoEB: Make more items stack
Browse files Browse the repository at this point in the history
These are all cases where similar items stack but these ones for some reason didn't.

Gemstones/Ores: Ruby, Crystal, Rough Diamond
Powders: Dust of Hiding and Choking
Missiles: Poison Darts; Arrows of Life and Light; Burning and Exploding Arrows
Reagents: Asp Fangs
  • Loading branch information
CelticMinstrel committed Feb 23, 2025
1 parent ae9afab commit 78ba2af
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
14 changes: 14 additions & 0 deletions rsrc/bases/bladbase/items.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3347,7 +3347,9 @@
<awkward>0</awkward>
<bonus>0</bonus>
<protection>0</protection>
<charges>1</charges>
<pic>87</pic>
<flag>20</flag>
<name>Gem</name>
<full-name>Ruby</full-name>
<treasure>2</treasure>
Expand Down Expand Up @@ -3679,6 +3681,7 @@
<protection>0</protection>
<charges>3</charges>
<pic>93</pic>
<flag>43</flag>
<name>Dust</name>
<full-name>Dust of Hiding</full-name>
<treasure>2</treasure>
Expand All @@ -3705,6 +3708,7 @@
<protection>0</protection>
<charges>6</charges>
<pic>93</pic>
<flag>44</flag>
<name>Dust</name>
<full-name>Dust of Choking</full-name>
<treasure>2</treasure>
Expand Down Expand Up @@ -4506,7 +4510,9 @@
<awkward>0</awkward>
<bonus>0</bonus>
<protection>0</protection>
<charges>1</charges>
<pic>87</pic>
<flag>37</flag>
<name>Crystal</name>
<full-name>Crystal</full-name>
<treasure>3</treasure>
Expand Down Expand Up @@ -5855,6 +5861,7 @@
<charges>5</charges>
<missile-type>4</missile-type>
<pic>57</pic>
<flag>51</flag>
<name>Arrows</name>
<full-name>Arrows of Light</full-name>
<treasure>2</treasure>
Expand Down Expand Up @@ -5882,6 +5889,7 @@
<charges>6</charges>
<missile-type>4</missile-type>
<pic>57</pic>
<flag>52</flag>
<name>Arrows</name>
<full-name>Arrows of Life</full-name>
<treasure>2</treasure>
Expand Down Expand Up @@ -5909,6 +5917,7 @@
<charges>6</charges>
<missile-type>4</missile-type>
<pic>57</pic>
<flag>53</flag>
<name>Arrows</name>
<full-name>Burning Arrows</full-name>
<treasure>2</treasure>
Expand Down Expand Up @@ -5936,6 +5945,7 @@
<charges>4</charges>
<missile-type>4</missile-type>
<pic>57</pic>
<flag>54</flag>
<name>Arrows</name>
<full-name>Exploding Arrows</full-name>
<treasure>2</treasure>
Expand Down Expand Up @@ -6012,6 +6022,7 @@
<weapon-type>thrown</weapon-type>
<missile-type>1</missile-type>
<pic>58</pic>
<flag>55</flag>
<name>Darts</name>
<full-name>Poison Darts</full-name>
<treasure>2</treasure>
Expand Down Expand Up @@ -7345,7 +7356,9 @@
<awkward>0</awkward>
<bonus>0</bonus>
<protection>0</protection>
<charges>1</charges>
<pic>101</pic>
<flag>49</flag>
<name>Rock</name>
<full-name>Rough Diamond</full-name>
<treasure>2</treasure>
Expand Down Expand Up @@ -8222,6 +8235,7 @@
<protection>0</protection>
<charges>1</charges>
<pic>126</pic>
<flag>48</flag>
<name>Asp Fangs</name>
<full-name>Asp Fangs</full-name>
<treasure>1</treasure>
Expand Down
11 changes: 11 additions & 0 deletions rsrc/bases/bladbase/scenario.xml
Original file line number Diff line number Diff line change
Expand Up @@ -879,6 +879,7 @@
<item-typeflag id="17">Iron Bolts</item-typeflag>
<item-typeflag id="18">Magic Bolts</item-typeflag>
<item-typeflag id="19">Sapphires</item-typeflag>
<item-typeflag id="20">Rubies</item-typeflag>
<item-typeflag id="21">Holly</item-typeflag>
<item-typeflag id="22">Comfrey Root</item-typeflag>
<item-typeflag id="23">Glowing Nettle</item-typeflag>
Expand All @@ -895,13 +896,23 @@
<item-typeflag id="34">Killer Poison</item-typeflag>
<item-typeflag id="35">Lightning Rods</item-typeflag>
<item-typeflag id="36">Cleansing Powder</item-typeflag>
<item-typeflag id="37">Crystals</item-typeflag>
<item-typeflag id="38">Candles</item-typeflag>
<item-typeflag id="39">Diamonds</item-typeflag>
<item-typeflag id="40">Emeralds</item-typeflag>
<item-typeflag id="41">Basic Powder</item-typeflag>
<item-typeflag id="42">Power of Lethe</item-typeflag>
<item-typeflag id="43">Dust of Hiding</item-typeflag>
<item-typeflag id="44">Dust of Choking</item-typeflag>
<item-typeflag id="46">Silver Ore</item-typeflag>
<item-typeflag id="47">Gold Ore</item-typeflag>
<item-typeflag id="48">Asp Fangs</item-typeflag>
<item-typeflag id="49">Rough Diamonds</item-typeflag>
<item-typeflag id="50">Asptongue Mold</item-typeflag>
<item-typeflag id="51">Arrows of Light</item-typeflag>
<item-typeflag id="52">Arrows of Life</item-typeflag>
<item-typeflag id="53">Burning Arrows</item-typeflag>
<item-typeflag id="54">Exploding Arrows</item-typeflag>
<item-typeflag id="55">Poison Darts</item-typeflag>
</editor>
</scenario>

0 comments on commit 78ba2af

Please sign in to comment.