Difference between revisions of "User:NormalPerson7"

From CrawlWiki
Jump to: navigation, search
(Removing a tier list from way back in 0.21!)
 
Line 1: Line 1:
 
Hi there, I'm NormalPerson7. To talk to me, please see my talk page: [[User talk: NormalPerson7]], or ping me on one of the discord servers dedicated to Crawl. See you around!
 
Hi there, I'm NormalPerson7. To talk to me, please see my talk page: [[User talk: NormalPerson7]], or ping me on one of the discord servers dedicated to Crawl. See you around!
 +
 +
 +
  ["Cigotuvi's Putrefaction"] = {
 +
    books = {
 +
      ["book of Decay"] = true,
 +
      ["Trismegistus Codex"] = true
 +
    },
 +
    description = "Magically accelerates the decay of damaged living tissue, causing great clouds of miasma to billow forth from a targeted victim's wounds over several turns
 +
which may slow and heavily poison any living creature who stands in them. Air currents will prevent this pestilence from forming wherever the caster is standing, but they are not otherwise protected from its effects.
 +
 +
This spell may only be cast on a living creature who is at least heavily wounded, and channelling such necrotic energies will leave the caster's own health temporarily drained (though spellpower will reduce the intensity of this
 +
side-effect).",
 +
    flags = {
 +
        target = true,
 +
        unclean = true,},
 +
    level = 4,
 +
    range = 5,
 +
    name = "Cigotuvi's Putrefaction",
 +
    noise = {
 +
      casting = 4,
 +
      effect = 0
 +
    },
 +
    ["power cap"] = 100,
 +
    schools = {
 +
      Necromancy = true,
 +
      Air = true
 +
    }
 +
  },
 +
 +
  ["Hoarfrost Cannonade"] = {
 +
    books = {
 +
      ["book of Winter"] = true,
 +
      ["Compendium of Siegecraft"] = true
 +
    },
 +
    description = "Conjures a cannonade of hail, battering nearby creatures that fail to dodge. The eye of the storm is wide enough that monsters adjacent to the caster are unaffected. Due to the strong impact and cutting edges, half of its damage bypasses cold resistance.",
 +
    flags = {},
 +
    level = 5,
 +
    name = "Hoarfrost Cannonade",
 +
    noise = {
 +
      casting = 4,
 +
      effect = 0
 +
    },
 +
    ["power cap"] = 200,
 +
    schools = {
 +
      Ice = true,
 +
      Alchemy = true
 +
    }
 +
  },
 +
 +
  ["Maxwell's Portable Piledriver"] = {
 +
    books = {
 +
      ["book of Displacement"] = true,
 +
      ["Maxwell's Memoranda"] = true
 +
    },
 +
    description = "Compresses an envelope of space around the caster and an adjacent enemy, then allows it to decompress abruptly, propelling both of them forward until the latter collides with something, inflicting damage proportional to the distance
 +
travelled.
 +
 +
Originally designed for use in construction, it will automatically target the nearest mass with the longest clear path towards a wall or other solid object (such as another monster).",
 +
    flags = {},
 +
    level = 3,
 +
    range = 5,
 +
    name = "Maxwell's Portable Piledriver",
 +
    noise = {
 +
      casting = 3,
 +
      effect = 0
 +
    },
 +
    ["power cap"] = 100,
 +
    schools = {
 +
      Translocation = true
 +
    }
 +
  },
 +
 +
  ["Grave Claw"] = {
 +
    books = {
 +
      ["book of Unlife"] = true
 +
    },
 +
    description = "Calls forth the spite of the recently dead to skewer a targeted enemy with shards of bone. This spell never misses, and will pin its target in place for several turns, but casting it rapidly consumes the remnants of death that linger upon the caster.
 +
 +
You can stockpile enough malice to cast this spell at most three times, and this can only be replenished by causing the death of a sufficient number of living beings.",
 +
    flags = {target = true, not_self = true},
 +
    level = 2,
 +
    range = 4,
 +
    name = "Grave Claw",
 +
    noise = {
 +
      casting = 2,
 +
      effect = 0
 +
    },
 +
    ["power cap"] = 50,
 +
    schools = {
 +
      Necromancy = true
 +
    }
 +
  },
 +
 +
  ["Soul Splinter"] = {
 +
    books = {
 +
      ["book of Necromancy"] = true,
 +
      ["book of Cantrips"] = true
 +
    },
 +
    description = "Attempts to force a tiny fragment of a living, holy, or demonic being's soul to take leave of their body and manifest as a soul wisp. This wisp is nominally under the necromancer's control, but will focus its attacks foremost on the creature it was created from, instinctually trying to return to its proper home once more. The victim will be weakened until the wisp reverts to where it belongs.
 +
 +
Wisps created from more powerful souls have more damaging attacks, but are always fragile.",
 +
    flags = {dir_or_target = true, not_self = true, needs_tracer = true, WL_check = true},
 +
    level = 1,
 +
    range = 5,
 +
    name = "Soul Splinter",
 +
    noise = {
 +
      casting = 1,
 +
      effect = 0
 +
    },
 +
    ["power cap"] = 25,
 +
    schools = {
 +
      Necromancy = true
 +
    }
 +
  },

Latest revision as of 21:55, 30 August 2024

Hi there, I'm NormalPerson7. To talk to me, please see my talk page: User talk: NormalPerson7, or ping me on one of the discord servers dedicated to Crawl. See you around!


 ["Cigotuvi's Putrefaction"] = {
   books = {
     ["book of Decay"] = true,
     ["Trismegistus Codex"] = true
   },
   description = "Magically accelerates the decay of damaged living tissue, causing great clouds of miasma to billow forth from a targeted victim's wounds over several turns

which may slow and heavily poison any living creature who stands in them. Air currents will prevent this pestilence from forming wherever the caster is standing, but they are not otherwise protected from its effects.

This spell may only be cast on a living creature who is at least heavily wounded, and channelling such necrotic energies will leave the caster's own health temporarily drained (though spellpower will reduce the intensity of this side-effect).",

   flags = {
       target = true,
       unclean = true,},
   level = 4,
   range = 5,
   name = "Cigotuvi's Putrefaction",
   noise = {
     casting = 4,
     effect = 0
   },
   ["power cap"] = 100,
   schools = {
     Necromancy = true,
     Air = true
   }
 },
 ["Hoarfrost Cannonade"] = {
   books = {
     ["book of Winter"] = true,
     ["Compendium of Siegecraft"] = true
   },
   description = "Conjures a cannonade of hail, battering nearby creatures that fail to dodge. The eye of the storm is wide enough that monsters adjacent to the caster are unaffected. Due to the strong impact and cutting edges, half of its damage bypasses cold resistance.",
   flags = {},
   level = 5,
   name = "Hoarfrost Cannonade",
   noise = {
     casting = 4,
     effect = 0
   },
   ["power cap"] = 200,
   schools = {
     Ice = true,
     Alchemy = true
   }
 },
 ["Maxwell's Portable Piledriver"] = {
   books = {
     ["book of Displacement"] = true,
     ["Maxwell's Memoranda"] = true
   },
   description = "Compresses an envelope of space around the caster and an adjacent enemy, then allows it to decompress abruptly, propelling both of them forward until the latter collides with something, inflicting damage proportional to the distance

travelled.

Originally designed for use in construction, it will automatically target the nearest mass with the longest clear path towards a wall or other solid object (such as another monster).",

   flags = {},
   level = 3,
   range = 5,
   name = "Maxwell's Portable Piledriver",
   noise = {
     casting = 3,
     effect = 0
   },
   ["power cap"] = 100,
   schools = {
     Translocation = true
   }
 },
 ["Grave Claw"] = {
   books = {
     ["book of Unlife"] = true
   },
   description = "Calls forth the spite of the recently dead to skewer a targeted enemy with shards of bone. This spell never misses, and will pin its target in place for several turns, but casting it rapidly consumes the remnants of death that linger upon the caster.

You can stockpile enough malice to cast this spell at most three times, and this can only be replenished by causing the death of a sufficient number of living beings.",

   flags = {target = true, not_self = true},
   level = 2,
   range = 4,
   name = "Grave Claw",
   noise = {
     casting = 2,
     effect = 0
   },
   ["power cap"] = 50,
   schools = {
     Necromancy = true
   }
 },
 ["Soul Splinter"] = {
   books = {
     ["book of Necromancy"] = true,
     ["book of Cantrips"] = true
   },
   description = "Attempts to force a tiny fragment of a living, holy, or demonic being's soul to take leave of their body and manifest as a soul wisp. This wisp is nominally under the necromancer's control, but will focus its attacks foremost on the creature it was created from, instinctually trying to return to its proper home once more. The victim will be weakened until the wisp reverts to where it belongs.

Wisps created from more powerful souls have more damaging attacks, but are always fragile.",

   flags = {dir_or_target = true, not_self = true, needs_tracer = true, WL_check = true},
   level = 1,
   range = 5,
   name = "Soul Splinter",
   noise = {
     casting = 1,
     effect = 0
   },
   ["power cap"] = 25,
   schools = {
     Necromancy = true
   }
 },