Path of Diablo Wiki talk:About: Difference between revisions
From Path of Diablo Wiki
No edit summary |
|||
Line 132: | Line 132: | ||
Here's a short video about editing a skill description. | Here's a short video about editing a skill description. | ||
<youtube>https://youtu.be/M9hSpJGWgL8</youtube> | <youtube>https://youtu.be/M9hSpJGWgL8</youtube> | ||
=== Synergies and static values === | |||
After the skill description, the next part we'll focus on are the synergies and miscellaneous static values a skill has. For Fire Wall, the relevant parts are highlighted below: | |||
https://i.imgur.com/XABVvf4.png | |||
We want these in their own tables, side by side like this: | |||
{| 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:left;" | |||
| Fire Duration: || 3.6 seconds | |||
|- style="text-align:left;" | |||
| Cooldown: || 1.4 seconds | |||
|} | |||
| style="width:20px" | | |||
| | |||
{| class="wikitable" <!-- Synergies table (Please use skill codes from class discussion page) --> | |||
! Synergies !! Bonus to skill | |||
|-style="text-align:left;" | |||
| [[Fire_Spells#Warmth|'''Warmth''']] | |||
| +4% Fire damage per hardpoint | |||
|-style="text-align:left;" | |||
| [[Fire_Spells#Blaze|'''Blaze''']] | |||
| +4% Fire damage per hardpoint | |||
|- | |||
| style="text-align:left;" colspan="2;" | [[Fire_Spells#Fire_Mastery|'''Fire Mastery''']] | |||
|} | |||
| style="width:20px" | | |||
| | |||
|} | |||
|} | |||
And this is the code that gets us there: | |||
<pre> | |||
{| 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:left;" | |||
| Fire Duration: || 3.6 seconds | |||
|- style="text-align:left;" | |||
| Cooldown: || 1.4 seconds | |||
|} | |||
| style="width:20px" | | |||
| | |||
{| class="wikitable" <!-- Synergies table (Please use skill codes from class discussion page) --> | |||
! Synergies !! Bonus to skill | |||
|-style="text-align:left;" | |||
| [[Fire_Spells#Warmth|'''Warmth''']] | |||
| +4% Fire damage per hardpoint | |||
|-style="text-align:left;" | |||
| [[Fire_Spells#Blaze|'''Blaze''']] | |||
| +4% Fire damage per hardpoint | |||
|- | |||
| style="text-align:left;" colspan="2;" | [[Fire_Spells#Fire_Mastery|'''Fire Mastery''']] | |||
|} | |||
| style="width:20px" | | |||
| | |||
|} | |||
|} | |||
</pre> |