Commit ee532da
Fix enchant scroll applying single-level stats instead of cumulative (#674)
* Fix enchant scroll applying single-level stats instead of cumulative
EnchantScrollHandler.HandleEnchant only called GetEnchant for the target
level, giving e.g. only level 11's bonus instead of the sum of levels
1 through 11. HandlePreview also computed deltas from current enchant
level instead of absolute cumulative values, showing wrong stats when
using a scroll on an already-enchanted item.
Both now use GetCumulativeEnchant which sums per-level rates from 1
through the target level, matching manual Ophelia/Peachy enchanting.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix: enchant scroll preview floor and in-place enchant update
Clamp preview minimum to item's current enchant level (Math.Max) since
enchant scrolls never decrease enchant level. Update enchant properties
in-place instead of replacing the ItemEnchant object to preserve
persisted fields (EnchantExp, EnchantCharges, Charges, Tradeable).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 6c7235b commit ee532da
1 file changed
Lines changed: 32 additions & 26 deletions
Lines changed: 32 additions & 26 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
89 | 74 | | |
| 75 | + | |
90 | 76 | | |
91 | 77 | | |
92 | 78 | | |
| |||
122 | 108 | | |
123 | 109 | | |
124 | 110 | | |
125 | | - | |
126 | | - | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
127 | 117 | | |
128 | 118 | | |
129 | 119 | | |
| |||
151 | 141 | | |
152 | 142 | | |
153 | 143 | | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
154 | 160 | | |
155 | 161 | | |
156 | 162 | | |
| |||
0 commit comments