Difference between revisions of "User:Qord"
From Path of Diablo Wiki
(→Quick templates for odd) |
|||
Line 197: | Line 197: | ||
|} | |} | ||
</div> | </div> | ||
+ | |||
+ | |||
+ | '''Sacrifice is the official template skill for formatting changes''' | ||
+ | == Sacrifice == | ||
+ | <!-- If skill doesnt exist in original Diablo 2 remove comment marks below --> | ||
+ | <!-- <span style="color:green">'''New skill'''</span> --> | ||
+ | |||
+ | {| <!-- Layout table --> | ||
+ | |- | ||
+ | | | ||
+ | {| <!-- Description table --> | ||
+ | |rowspan="3" style="vertical-align:top; padding:0.5em 0.5em 0.5em 0.5em; width:5%"|https://pathofdiablo.com/wiki/images/paladin/Sacrifice.png ||'''Skill description:''' Increased accuracy and damage at the cost of life. | ||
+ | |- | ||
+ | | '''Required level:''' 1 | ||
+ | |- | ||
+ | | '''Prerequisites:''' None | ||
+ | |} | ||
+ | |- | ||
+ | | | ||
+ | {| style="margin:auto 0em;" <!-- Layout table for description and misc tables--> | ||
+ | |- | ||
+ | | style="vertical-align:top;" | | ||
+ | {| class="wikitable" <!-- Additional skill table (put here not scalable skill properties) --> | ||
+ | |- style="text-align:right;" | ||
+ | ! <span title="Deals a portion of Normal Attack damage and can apply weapon related stats like On Striking, Life on Hit, Deadly Strike etc" style="text-decoration: none; border-bottom:2px dotted #98989A;">Weapon Damage</span> | ||
+ | | 150% | ||
+ | |- style="text-align:right;" | ||
+ | ! Damage to self | ||
+ | | 4% | ||
+ | |- style="text-align:right;" | ||
+ | ! Mana cost | ||
+ | | 0 | ||
+ | |} | ||
+ | | style="width:20px" | | ||
+ | | | ||
+ | {| class="wikitable" <!-- Synergies table (Please use skill codes from class discussion page) --> | ||
+ | ! Synergies !! Bonus to skill | ||
+ | |- | ||
+ | | [[Defensive_Auras#Redemption|'''Redemption''']] | ||
+ | | +10% Damage per hardpoint | ||
+ | |- | ||
+ | | [[Offensive_Auras#Fanaticism|'''Fanaticism''']] | ||
+ | | +5% Damage per hardpoint | ||
+ | |} | ||
+ | |} | ||
+ | |- | ||
+ | | | ||
+ | |||
+ | {| class="wikitable" style="float:left" | ||
+ | |- | ||
+ | ! style="text-align:left;" | Skill level: | ||
+ | |- | ||
+ | ! style="text-align:left;" | Attack Rating: | ||
+ | |- | ||
+ | ! style="text-align:left;" | Damage: | ||
+ | |} | ||
+ | <div style="width: 80%; overflow-x: scroll;"> | ||
+ | {| class="wikitable" style="display: inline-table; margin-left: 0px; margin-r" | ||
+ | |- | ||
+ | !1!!2!!3!!4!!5!!6!!7!!8!!9!!10!!11!!12!!13!!14!!15!!16!!17!!18!!19!!20!!21!!22!!23!!24!!25!!26!!27!!28!!29!!30!!31!!32!!33!!34!!35!!36!!37!!38!!39!!40 | ||
+ | |- style="text-align:right;" | ||
+ | |- | ||
+ | |- style="text-align:right;" | ||
+ | || +25%||+35%||+45%||+55%||+65%||+75%||+85%||+95%||+105%||+115%||+125%||+135%||+145%||+155%||+165%||+175%||+185%||+195%||+205%||+215%|| xx || xx || xx || xx || xx || xx || xx || xx || xx || xx || xx || xx || xx || xx || xx || xx || xx || xx || xx || xx | ||
+ | |- style="text-align:right;" | ||
+ | || +200%||+220%||+240%||+260%||+280%||+300%||+320%||+340%||+360%||+380%||+400%||+420%||+440%||+460%||+480%||+500%||+520%||+540%||+560%||+580%|| xx || xx || xx || xx || xx || xx || xx || xx || xx || xx || xx || xx || xx || xx || xx || xx || xx || xx || xx || xx | ||
+ | |} | ||
+ | </div> | ||
+ | |||
+ | {| class="wikitable" | ||
+ | !Version Name!!Patch Notes | ||
+ | |- | ||
+ | | [[Patch_Notes#Patch_.2317:_Tourmaline|#17 Tourmaline]] || | ||
+ | * Damage to self decreased from 5% to 4%. | ||
+ | |||
+ | |- | ||
+ | | Older Versions | ||
+ | | | ||
+ | {| class="mw-collapsible mw-collapsed" cellspacing="0" | ||
+ | ! | ||
+ | ! | ||
+ | |- | ||
+ | |style="border-bottom: 1px solid #a2a9b1;"| [[Patch_Notes#Patch_.231:_Bedrock|#1 Bedrock]] ||style="border-bottom: 1px solid #a2a9b1;"| | ||
+ | * Base weapon damage increased from 100% to 150% and starting damage bonus decreased to compensate. | ||
+ | * Damage to self decreased from 8% to 5%. | ||
+ | * (hidden) Compared with Vanilla D2, damage scaling and attack rating increased moderately but Redemption synergy reduced moderately. | ||
+ | |||
+ | |} | ||
+ | |} |
Revision as of 18:26, 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
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|