Difference between revisions of "User:Qord"

From Path of Diablo Wiki
Jump to: navigation, search
(Created page with "== 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 cre...")
 
Line 1: Line 1:
 +
== Quick templates for odd ==
 +
 +
''' 2 tables, static values and synergies
 +
 +
{| 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
 +
|}
 +
|}
 +
 +
'''No odd, just synergies on left'''
 +
 +
{| class="wikitable" style="display: inline-table; margin-right: 50px;"
 +
! Synergies !! Bonus to skill
 +
|-
 +
! style="text-align:left;" |None
 +
| style="text-align:center;" | -
 +
|}
 +
 +
'''Or...'''
 +
 +
{| 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;"
 +
! Synergies !! Bonus to skill
 +
|-style="text-align:right;"
 +
| [[Defensive_Auras#Redemption|'''Redemption''']]
 +
| +10% Damage per hardpoint
 +
|-style="text-align:right;"
 +
| [[Offensive_Auras#Fanaticism|'''Fanaticism''']]
 +
| +5% Damage per hardpoint
 +
|}
 +
| style="width:20px" |
 +
|
 +
|}
 +
 
== Wiki Editing ==
 
== Wiki Editing ==
  

Revision as of 17:37, 2 August 2023

Quick templates for odd

2 tables, static values and synergies

Weapon Damage 150%
Damage to self 4%
Mana cost 0
Synergies Bonus to skill
Redemption +10% Damage per hardpoint
Fanaticism +5% Damage per hardpoint

No odd, just synergies on left

Synergies Bonus to skill
None -

Or...

Synergies Bonus to skill
Redemption +10% Damage per hardpoint
Fanaticism +5% Damage per hardpoint

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

Jab.png Description: Attacks with a series of rapid thrusts using a javelin or spear class weapon.
Required Level: 1
Prerequisites: None
Deals 100% of weapon damage
Hits 3 times
Synergies Bonus to skill
None -
Skill level 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Attack Rating: +40% +50% +60% +70% +80% +90% +100% +110% +120% +130% +140% +150% +160% +170% +180% +190% +200% +210% +220% +230%
Damage: +30% +36% +42% +48% +54% +60% +66% +72% +78% +84% +90% +96% +102% +108% +114% +120% +126% +132% +138% +144%
Mana Cost: 2 2.2 2.5 2.7 3 3.2 3.5 3.7 4 4.2 4.5 4.7 5 5.2 5.5 5.7 6 6.2 6.5 6.7
Version Name Patch Notes
#1 Bedrock
  • Initial %damage increased from -15% to +30%.
  • Damage to self decreased from 8% to 5%.
  • (hidden) Compared with Vanilla D2, damage scaling and attack rating increased slightly.
Older Versions
#1 Bedrock
  • Initial %damage increased from -15% to +30%.
  • Damage to self decreased from 8% to 5%.
  • (hidden) Compared with Vanilla D2, damage scaling and attack rating increased slightly.
Patch 2
  • Initial %damage increased from -15% to +30%.
  • Damage to self decreased from 8% to 5%.
  • (hidden) Compared with Vanilla D2, damage scaling and attack rating increased slightly.
  • Initial %damage increased from -15% to +30%.
  • Damage to self decreased from 8% to 5%.
  • (hidden) Compared with Vanilla D2, damage scaling and attack rating increased slightly.
Patch 3
  • Initial %damage increased from -15% to +30%.
Patch 4
  • Initial %damage increased from -15% to +30%.
  • Damage to self decreased from 8% to 5%.
  • (hidden) Compared with Vanilla D2, damage scaling and attack rating increased slightly.

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
|}