From Dark and Darker Wiki
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
<div style="display:flex"class="itemboxheader"> | <div style="display:flex"class="itemboxheader"> | ||
<div style="float:left"> | <div style="float:left"> | ||
{{#if:{{{rarity|}}} | |||
|{{Iconbox|{{{name}}}|image={{{name}}} {{{rarity}}}.png|caption=no|size=150x150px|nolink=1}} | |||
|{{Iconbox|{{{name}}}|image={{{name}}} 2.png|caption=no|size=150x150px|nolink=1}} | |||
}} | |||
</div> | </div> | ||
<div style="width:60%;max-width:280px;margin-left:15px;height:150px;justify-content:space-between!important;display:flex;flex-direction: column!important;float:left;margin-top:0px;"> | <div style="width:60%;max-width:280px;margin-left:15px;height:150px;justify-content:space-between!important;display:flex;flex-direction: column!important;float:left;margin-top:0px;"> | ||
Line 21: | Line 24: | ||
<div class="stats-container"> | <div class="stats-container"> | ||
<div style="float: left; width: 40%; font-weight:bold; color:rgb(221,149,42);">Damage</div> | <div style="float: left; width: 40%; font-weight:bold; color:rgb(221,149,42);">Damage</div> | ||
{{#if:{{{rarity|}}} | |||
|<div class="colorrarity{{{rarity}}}" style="float: right;width: 60%;text-align-last: right;font-weight:bold;">{{{damage}}}</div> | |||
|<div style="float: right;width: 60%;text-align-last: right;font-weight:bold;">{{{damage}}}</div>}} | |||
</div> | |||
|}} | |}} | ||
{{#if:{{{movementspeed|}}}| | {{#if:{{{movementspeed|}}}| | ||
Line 67: | Line 72: | ||
This template can be used by entering the following onto a relevant page. Do not use this on your user page. It is reserved for content pages. | This template can be used by entering the following onto a relevant page. Do not use this on your user page. It is reserved for content pages. | ||
<pre>{{Infobox Weapon | <pre>{{Infobox Weapon | ||
|name = | |name = Arming Sword | ||
|classes = [[Fighter]], [[Ranger]] | |classes = [[Fighter]], [[Ranger]] | ||
|damage = | |damage = 30 | ||
|movementspeed = -20 | |movementspeed = -20 | ||
|rarity = 2 | |||
|combo = Slash/Slash/Thrust | |combo = Slash/Slash/Thrust | ||
|combodamage = 100%/100%/100% | |combodamage = 100%/100%/100% | ||
Line 89: | Line 88: | ||
{{Infobox Weapon | {{Infobox Weapon | ||
|name = | |name = Arming Sword | ||
|classes = [[Fighter]], [[Ranger]] | |classes = [[Fighter]], [[Ranger]] | ||
|damage = | |damage = 30 | ||
|rarity = 6 | |||
|movementspeed = -20 | |movementspeed = -20 | ||
|combo = Slash/Slash/Thrust | |combo = Slash/Slash/Thrust |
Revision as of 05:44, 3 February 2023
Usage
This template can be used by entering the following onto a relevant page. Do not use this on your user page. It is reserved for content pages.
{{Infobox Weapon |name = Arming Sword |classes = [[Fighter]], [[Ranger]] |damage = 30 |movementspeed = -20 |rarity = 2 |combo = Slash/Slash/Thrust |combodamage = 100%/100%/100% |attackspeed = 0.6s/0.56s/0.75s |sweetsour = 100%/90%/70% |actionmovementspeed = Attack: -25% }}
Results in:
Arming Sword
Damage
30
Movement Speed
-20
Combo
Slash/Slash/Thrust
Combo Damage
100%/100%/100%
Attack Speed
0.6s/0.56s/0.75s
Sweet Sour
100%/90%/70%
Action Movement Speed
Attack: -25%