Difference between revisions of "User:Qord"
From Path of Diablo Wiki
(→Quick templates for odd) |
|||
Line 44: | Line 44: | ||
| style="vertical-align:top;" | | | style="vertical-align:top;" | | ||
{| class="wikitable" <!-- Additional skill table (put here not scalable skill properties) --> | {| class="wikitable" <!-- Additional skill table (put here not scalable skill properties) --> | ||
− | |- style="text-align: | + | |- style="text-align:left;" |
! Synergies !! Bonus to skill | ! Synergies !! Bonus to skill | ||
− | |-style="text-align: | + | |-style="text-align:left;" |
| [[Defensive_Auras#Redemption|'''Redemption''']] | | [[Defensive_Auras#Redemption|'''Redemption''']] | ||
| +10% Damage per hardpoint | | +10% Damage per hardpoint | ||
− | |-style="text-align: | + | |-style="text-align:left;" |
| [[Offensive_Auras#Fanaticism|'''Fanaticism''']] | | [[Offensive_Auras#Fanaticism|'''Fanaticism''']] | ||
| +5% Damage per hardpoint | | +5% Damage per hardpoint |
Revision as of 18:29, 2 August 2023
Quick templates for odd
2 tables, static values and synergies
|
|
No odd, just synergies on left
Synergies | Bonus to skill |
---|---|
None | - |
Or...
|
Wiki Editing
Wiki Editing for class Skills Basics
Each page for class skills includes an overall page with "sections" for each skill. Sections are divided by creating headers using equals signs:
== Section Name ==
Gives us:
Section Name
Beneath that, we'll have 4 effective sections in a skill:
- The skill description, which includes the icon/picture, description, lvl required, and any prerequisites
- The "odd one", tables for synergies and static values (like "does 100% weapon damage" or "mana cost of 10")
- The skil damage table
- Patch notes tables
Using Jab as an example we see:
Jab
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Version Name | Patch Notes | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
#1 Bedrock |
| ||||||||||
Older Versions |
|
Let's parse through this code one section at a time. For the description section, this will be pretty standard/constant in layout, thought the values will change.
Description layout code:
<!-- If skill doesnt exist in original Diablo 2 remove comment marks below --> |
<!-- <span style="color:green">'''New skill'''</span> --> |
{| |
|- |
| |
{| <!-- Description table --> |
|rowspan="3" style="vertical-align:top; padding:0.5em 0.5em 0.5em 0.5em; width:5%" |
|https://pathofdiablo.com/wiki/images/amazon/Jab.png '''Description:''' Attacks with a series of rapid thrusts using a javelin or spear class weapon.''' |
|- |
|'''Required Level:''' 1 |
|- |
|'''Prerequisites:''' None |
|} |
Sacrifice is the official template skill for formatting changes
Sacrifice
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|