mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-12-24 10:25:20 +01:00
[mff & runes] More work on wizard class : spontafire and info wand
- Add wands and scrolls to reserved items list for wizards - Add spontaneous inflaming (spontafire) glyph and scroll - Add information wand
This commit is contained in:
@@ -33,3 +33,9 @@ register_scroll("manasucker", "knowledge", {
|
||||
texture = "runes_scroll_manasucker.png",
|
||||
description = "Mana Sucker Knowledge Scroll",
|
||||
})
|
||||
|
||||
register_scroll("spontafire", "knowledge", {
|
||||
glyph = "runes:glyph_spontafire",
|
||||
texture = "runes_scroll_spontafire.png",
|
||||
description = "Spontaneous Fire Knowledge Scroll",
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user