|
|
Line 136: |
Line 136: |
|
| |
|
| Following is an example of usage with all possible template parameters shown. This describes a made up Longsword which for some reason deals an extra 1d4 Fire damage, is heavy (longswords normally aren't), and has the Tenacity attribute which normally Morningstars and Greatclubs have. | | Following is an example of usage with all possible template parameters shown. This describes a made up Longsword which for some reason deals an extra 1d4 Fire damage, is heavy (longswords normally aren't), and has the Tenacity attribute which normally Morningstars and Greatclubs have. |
| ----
| |
| {{WeaponPage
| |
| | <!-- See here for tips on how to use this template: https://bg3.wiki/wiki/Template:WeaponPage -->
| |
| | image = Longsword Icon.png
| |
| | description =
| |
| | quote = The in-game flavor text in the item's tooltip.
| |
| | category = martial <!-- martial or simple -->
| |
| | melee or ranged = melee <!-- melee or ranged, duh -->
| |
| | handedness = versatile <!-- one-handed, versatile, two-handed -->
| |
| | type = Longswords <!-- One of [[Category:Weapon Types]]. -->
| |
| | rarity = <!-- EMPTY for common, otherwise: uncommon, rare, veryrare, legendary -->
| |
| | enchantment = <!-- EMPTY for none, otherwise: +1, +2, +3, +4, +5 -->
| |
| | damage = 1d8 + 1 <!-- Must follow this exact strict format, with the "+ X" being optional. -->
| |
| | damage type = Slashing <!-- Accepts any of [[Damage Types]], but usually: Slashing, Piercing, or Bludgeoning -->
| |
| | versatile damage = 1d10 + 2 <!-- Same format as regular damage, or EMPTY if this isn't a Versatile weapon. -->
| |
| | extra damage = 1d4 Fire <!-- Same format as regular damage but with type directly on the same line. -->
| |
| | range m = <!-- EMPTY if melee, otherwise range in metric. -->
| |
| | range ft = <!-- EMPTY if melee, otherwise range in feet. -->
| |
| | <!-- Following are yes/no properties, which MUST BE EMPTY if you mean "no"! Never actually type "no"! -->
| |
| | ammunition =
| |
| | finesse =
| |
| | heavy =
| |
| | light =
| |
| | loading =
| |
| | reach =
| |
| | thrown = x
| |
| | can't dual wield =
| |
| | dippable = yes
| |
| | weight kg = 1.35
| |
| | weight lb = 2.7
| |
| | price = 75
| |
| | actions = <!-- Common actions you get when you have proficiency and wield the weapon in your main-hand. -->
| |
| * {{Pommel Strike}}
| |
| * {{Lacerate}}
| |
| * {{Rush Attack}}
| |
| | special = <!-- List of special features or abilities granted by the weapon. -->
| |
| * '''Super Cool Ability:''' Once per [[Long Rest]] you can use this awesome ability of this weapon.
| |
| | where to find = <!-- Describe where and how to obtain the weapon, if it's a special one. -->
| |
| This is a made-up weapon. You cannot obtain it anywhere in the game.
| |
| }}
| |
|
| |
|
| <pre> | | <pre> |