Year of the Dragon: Through April 23rd, claim the adventure pack Slice of Life for free! Speak to Xatheral in the Hall of Heroes.

Game mechanicsNewbie guideIn developmentDDO StoreSocial Media


ChallengesClassesCollectablesCraftingEnhancementsEpic DestiniesFavorFeats

GlossaryItemsMapsMonstersPlacesQuestsRacesReincarnationSkillsSpells


Please create an account or log in to build a reputation and unlock more editing privileges, and then visit DDO wiki's IRC Chat/Discord if you need any help!

Template:Scroll

From DDO wiki
Jump to navigation Jump to search

Purpose[edit]

  • Generate a display in table format for scrolls

Usage[edit]

{{Scroll
  | name             = Name of the item
    An undefined or empty value will use : {{PAGENAME}} / The name of the current page (without the namespace) being viewed

  | equips to       = default : Main Hand
    An undefined or empty value will use : Main Hand
    Valid values : Main Hand

  | umd difficulty   = UMD skill check required to pass to use item without failing
    An undefined or empty value will use : 20
    Valid values : Integer between 0 and 100

  | no umd check for = Classes and levels which require no UMD skill check to use item without failing
    An undefined or empty value will use : Wiz 1, Sor 1
    Valid values : Comma separated list of abbreviated classes (with optional level between 1 and 20)
    Example : Wiz, Sor 2, Wlk, Rog

  | minimum level    = Minimum level required to use this item
    An undefined or empty value will use : 1
    Valid values : Integer between 1 and 20

  | spell            = Spell cast when item is used
    An undefined or empty value will use : No default will be supplied
    Valid values : Non empty string

  | caster level     = Level of the spell cast when item is used
    An undefined or empty value will use : 1
    Valid values : Integer between 1 and 20

  | description      = Description of the item
    An undefined or empty value will use : A heavy sheet ...
    Valid values : String

  | base value       = Base Value of the item
    An undefined or empty value will use : 2pp 5gp
    Valid values : String

  | weight           = Weight of the item (in lbs)
    An undefined or empty value will use : 0.10 lbs
    Valid values : String

  | vendors          = Vendors where the scroll may be purchased
    An undefined or empty value will use : <empty>
    Valid values : Comma separated list of vendors
    Example : Auromir Palance, Taniera Grisvill

  | notes            = General notes related to the item
    If an Alchemical Recipe exists, a note will be added related to inscribing with a link to the Recipe
    An undefined or empty value will use : <empty string>
    Valid values : String

  | pic              = Image of Scroll dialog pop up
    An undefined or empty value will use : No_pic.jpg
    Valid values : String
}}

Examples[edit]

code result
{{Scroll
  | name             = Scroll of Acid Spray
  | equips to        = Main Hand
  | umd difficulty   = 20
  | no umd check for = Wiz 1, Sor 1
  | minimum level    = 1
  | spell            = Acid Spray
  | caster level     = 1
  | description      = A heavy sheet of fine vellum reinforced at the top and bottom with strips of leather, covered with arcane writing.
  | base value       = 2pp 5gp
  | weight           = 0.10 lbs
  | vendors          = Lorna Wyrmtouched, Relf Thurman
  | notes            =
  | pic              = Scroll of Acid Spray.png
}}

Scroll of Acid Spray[edit]

Equips to Main Hand
Scroll of Acid Spray.png
UMD Difficulty 20
No UMD check for Wiz 1, Sor 1
Minimum Level 1
Spell Acid Spray
Caster Level 1
Description A heavy sheet of fine vellum reinforced at the top and bottom with strips of leather, covered with arcane writing.
Base Value 2pp 5gp
Weight 0.10 lbs
Vendors
Notes
{{Scroll
  | name             = Scroll of Curative Admixture: Remove Curse
  | equips to        = Main Hand
  | umd difficulty   = 20
  | no umd check for = Art 12, Alc 3
  | minimum level    = 10
  | spell            = Curative Admixture: Remove Curse
  | caster level     = 12
  | description      = A heavy sheet of fine vellum reinforced at the top and bottom with strips of leather, covered with arcane writing.
  | base value       = 122pp 5gp
  | weight           = 0.10 lbs
  | vendors          =
  | notes            = Sample notes
  | pic              = Scroll of Curative Admixture- Cure Serious Wounds.png
}}

Scroll of Curative Admixture: Remove Curse[edit]

Equips to Main Hand
Scroll of Curative Admixture- Cure Serious Wounds.png
UMD Difficulty 20
No UMD check for Art 12, Alc 3
Minimum Level 10
Spell Curative Admixture: Remove Curse
Caster Level 12
Description A heavy sheet of fine vellum reinforced at the top and bottom with strips of leather, covered with arcane writing.
Base Value 122pp 5gp
Weight 0.10 lbs
Vendors
Notes Sample notes

Categorization[edit]

Coding[edit]