Commit 8823194
committed
Implement "as though using ..." weapon type check
"Hollow Palm" introduces the "as though using a Quarterstaff" wording.
Current interpretation is that this is different from "count as using"
wording and only removes weapon type restrictions. This commit adds
support for that kind of behavior.
Note:
Because "WeaponData" mods are only processed in `Item.lua` and only for
actual items. This kind of mod will not work via `ModParser` when
modifying "Unarmed" weaponData1 parent 9f39731 commit 8823194
1 file changed
Lines changed: 19 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
200 | 218 | | |
201 | 219 | | |
202 | 220 | | |
| |||
207 | 225 | | |
208 | 226 | | |
209 | 227 | | |
210 | | - | |
| 228 | + | |
211 | 229 | | |
212 | 230 | | |
213 | 231 | | |
| |||
0 commit comments