User:Gorgon/Sandbox/Sandbox Charlie

From Avlis Wiki
Revision as of 22:54, 4 January 2024 by Gorgon (talk | contribs) (template demo)
Jump to navigation Jump to search

[[Magic:{{{School}}}|{{{School}}}]] {{{Subschool}}} {{{Descriptors}}}
Level: {{{Level}}}
Innate Level: {{{Innate Level}}}
Component(s): {{{Components}}}
Casting Time: {{{Casting Time}}}
Range: {{{Range}}}
Target: {{{Target}}}
Duration: {{{Duration}}}
Counter(s): {{{Counters}}}
Saving Throw: {{{Saving Throw}}}
Spell Resistance: {{{Spell Resistance}}}
Metamagic: {{{Metamagic}}}
Energy Substitution: {{{Energy Substitution}}}

{{{Description}}}

<templatedata> {

   "description": "Spell template parameter descriptions.",
   "format": "inline",
   "params": {
       "Name": {
           "label": "Spell Name",
           "description": "The name of the spell.",
           "example": "Cone of Cold",
           "type": "line",
           "required": true
       },
       "School": {
           "label": "School",
           "description": "The Magical School to which the spell belongs.",
           "type": "line",
           "suggestedvalues": [
               "Abjuration",
               "Conjuration",
               "Divination",
               "Enchantment",
               "Evocation",
               "Illusion",
               "Necromancy",
               "Transmutation",
               "Universal"
           ],
           "required": true
       },
       "Subschool": {
           "label": "Sub-School",
           "description": "The Sub-School to which the spell belongs.",
           "type": "line",
           "default": "",
           "suggestedvalues": [
               "(Calling)",
               "(Creation)",
               "(Healing)",
               "(Summoning)",
               "(Charm)",
               "(Compulsion)",
               "(Figment)",
               "(Glamer)",
               "(Pattern)",
               "(Phantasm)",
               "(Shadow)"
           ]
       },
       "Descriptors": {
           "label": "Descriptors",
           "description": "Descriptors indicate the nature of a spell.",
           "type": "line",
           "default": "",
           "suggestedvalues": [
               "[ Acid ]",
               "[ Chaotic ]",
               "[ Cold ]",
               "[ Darkness ]",
               "[ Death ]",
               "[ Disease ]",
               "[ Divine ]",
               "[ Electricity ]",
               "[ Evil ]",
               "[ Fear ]",
               "[ Fire ]",
               "[ Force ]",
               "[ Good ]",
               "[ Language-dependent ]",
               "[ Lawful ]",
               "[ Light ]",
               "[ Mind-affecting ]",
               "[ Negative ]",
               "[ Nature ]",
               "[ Paralyze ]",
               "[ Poison ]",
               "[ Positive ]",
               "[ Sonic ]",
               "[ Teleportation ]",
               "[ Weapon_Enchantment ]"
           ]
       },
       "Level": {
           "label": "Class/Domain Levels",
           "description": "Level shows abbreviations for each class that can cast this spell and at what level it is cast. It also indicates if a spell is a domain spell and at what its level is cast.",
           "example": "Brd 3, Sor/Wiz 3, Travel 5",
           "type": "line",
           "required": true
       },
       "Innate Level": {
           "label": "Innate Level",
           "description": "Innate Level is the level number of the the spell when there is no reference to a particular spellcasting class. Typically, the innate level is the lowest spell level among all the classes that can cast the spell (check the 'Innate' column for the spell in spells.2da).",
           "type": "number",
           "required": true
       },
       "Components": {
           "label": "Components",
           "description": "Components indicates what the character must do to cast the spell. Spells in NWN only use V (Verbal) and/or S (Somatic) as components unless they include extra component code (see: spells.2da - 'VS').",
           "type": "line",
           "suggestedvalues": [
               "V",
               "S",
               "V, S"
           ],
           "required": true
       },
       "Casting Time": {
           "label": "Casting Time",
           "description": "Casting Time in NWN is 1 Action. The actual casting time can vary by a few seconds, but you can cast 1 spell per round as an action (more actions while hasted, quickened, and so on).",
           "type": "line",
           "default": "1 Action",
           "required": true
       },
       "Range": {
           "label": "Target Range",
           "description": "Range is the maximum distance from the caster at which the spell can affect a target.",
           "type": "line",
           "suggestedvalues": [
               "P",
               "T",
               "S",
               "M",
               "L"
           ],
           "required": true
       },
       "Target": {
           "label": "Target",
           "description": "Target lists what is affected and the area of effect.",
           "example": "Caster: Personal / Target: Single / Area: Medium / Target/Area: 14m Cone",
           "type": "line",
           "required": true
       },
       "Duration": {
           "label": "Duration",
           "description": "Duration is how long the spell lasts.",
           "example": "Instantaneous / 1 Round (6 Seconds)/2 Levels  / 1 Minute/Level / 4 Minutes/Level / 96 Minutes",
           "type": "line",
           "suggestedvalues": [
               "Instantaneous",
               "Permanent",
               "Concentration",
               "Discharge",
               "1 Round (6 Seconds)/Level",
               "1 Minute/Level",
               "4 Minutes/Level",
               "96 Minutes"
           ],
           "required": true
       },
       "Counters": {
           "label": "Counters",
           "description": "Counters is a list of additional counter spells. This is a required parameter. If the spell doesn't have extra counters, or you don't know them, always use the default value of '--' (do not use 'None').",
           "example": "Freedom of Movement",
           "type": "line",
           "default": "--",
           "required": true
       },
       "Saving Throw": {
           "label": "Saving Throw",
           "description": "Saving Throw lists if the spell allows a save, what type(s), and the effects.",
           "example": "Fortitude: Negates, Will: Half / Reflex 1/2 (Evasion Ineffective) / Will And Fortitude: Partial",
           "type": "line",
           "suggestedvalues": [
               "None",
               "Fortitude",
               "Reflex",
               "Will"
           ],
           "required": true
       },
       "Spell Resistance": {
           "label": "Spell Resistance",
           "description": "Spell Resistance shows if spell resistance (SR) resists this spell.",
           "type": "line",
           "default": "",
           "suggestedvalues": [
               "No",
               "Yes"
           ]
       },
       "Metamagic": {
           "label": "Metamagic",
           "description": "Metamagic that can be use with this spell.",
           "example": "Extend, Empower, Maximize, Silent, Still, Quicken",
           "type": "line",
           "default": ""
       },
       "Energy Substitution": {
           "label": "Energy Substitution",
           "description": "Energy Substitution shows if the spell can use energy substitution.",
           "type": "line",
           "default": "",
           "suggestedvalues": [
               "No",
               "Yes"
           ]
       },
       "Description": {
           "label": "Spell Description",
           "description": "Details of what the spell does and how it works.",
           "type": "unbalanced-wikitext",
           "required": true
       }
   },
   "paramOrder": [
       "Name",
       "School",
       "Subschool",
       "Descriptors",
       "Level",
       "Innate Level",
       "Components",
       "Casting Time",
       "Range",
       "Target",
       "Duration",
       "Counters",
       "Saving Throw",
       "Spell Resistance",
       "Metamagic",
       "Energy Substitution",
       "Description"
   ]

} </templatedata>