From Dark and Darker Wiki
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
}} | }} | ||
</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; align-items: flex-end; justify-content:space-between!important;display:flex;flex-direction: column!important;float:left;margin-top:0px;"> | ||
<div class="bold" style="margin-top:0px!important;font-size:22px;">{{{name}}}</div> | <div class="bold" style="margin-top:0px!important;font-size:22px;">{{{name}}}</div> | ||
<div style="width:100%;justify-content:space-between!important;display:flex;flex-direction: row!important;font-size:17px;bottom:0px;"> | <div style="width:100%;justify-content:space-between!important;display:flex;flex-direction: row!important;font-size:17px;bottom:0px;"> |
Revision as of 05:38, 5 February 2023
Creates an infobox for a weapon.
Example
Code | Preview |
---|---|
{{Infobox Weapon |name = Arming Sword |classes = [[Fighter]], [[Ranger]] |damage = 25 |rarity = 7 |movementspeed = -20 |combo = Slash/Slash/Thrust |combodamage = 100%/100%/100% |attackspeed = 0.6s/0.56s/0.75s |sweetsour = 100%/90%/70% |actionmovementspeed = Attack: -25% }} |
Arming Sword
|
All Options
The full list of options are listed below.
{{Infobox Weapon |name = |classes = |damage = |rarity = |movementspeed = |combo = |combodamage = |attackspeed = |sweetsour = |actionmovementspeed = }}
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | The name of the weapon
| String | required |
Classes | classes | One or more classes can be added | String | suggested |
Damage | damage | Damage of the item at corresponding rarity | String | suggested |
Movement speed | movementspeed | Movement speed of the item | String | suggested |
Combo | combo | Combo of the item | String | suggested |
Rarity | rarity | Rarity of the item | String | suggested |
Combo damage | combodamage | Combo damage of the item | String | suggested |
Attackspeed | attackspeed | Attackspeed of the item | String | suggested |
Sweet and Sour spots | sweetsour | Sweet and Sour spots of the item | String | suggested |
Action movement speed | actionmovementspeed | Action movement speed of the item | String | suggested |