12,661
editsAd placeholder
Template:Infobox creature: Difference between revisions
Jump to navigation
Jump to search
Improve documentation.
(Further code cleanup.) |
(Improve documentation.) |
||
Line 590: | Line 590: | ||
* The <code>image</code> property may contain a <code><nowiki><gallery>...</gallery></nowiki></code>. | * The <code>image</code> property may contain a <code><nowiki><gallery>...</gallery></nowiki></code>. | ||
* The provided image will be automatically set as the page image (as if using [[Template:PageSeo]]), unless it's a gallery. If it's a gallery, you can use the <code>page image</code> property instead to set the page image. | * The provided image will be automatically set as the page image (as if using [[Template:PageSeo]]), unless it's a gallery. If it's a gallery, you can use the <code>page image</code> property instead to set the page image. | ||
How to specify a creature's initiative bonus: | |||
* If a creature's initiative bonus is just their Dex modifier, then you mustn't use any initiative-related parameters. It will automatically use the Dex modifier. | |||
* If a creature has ''extra'' initiative bonus through sources other than Dex, use the <code>extra init</code> parameter to specify the extra value (without Dex modifier). | |||
* For example, if a creature has [[Alert]] (+5), [[Feral Instincts]] (+3), and [[Ambusher (+1)]], then you would specify <code>extra init = 9</code>, and the Dex modifier will be automatically added on top. | |||
* This way, if the creature's Dex changes between difficulties, the correct initiative bonus will be calculated. If necessary, the <code>extra init</code> parameter can also be changed per difficulty; for example, if the creature's Dex stays the same between difficulties, but they have an additional passive feature in a higher difficulty that grants them extra initiative. | |||
Example use: | Example use: |