From Dark and Darker Wiki
(Automated edit: Reupload of items with correctly calling craftable updates) Tag: Manual revert |
m (Automated edit: Attempt to fix accesssories/armor from incorrect upload order) Tag: Reverted |
||
Line 161: | Line 161: | ||
|stats={{#switch:{{lc:{{{3|}}}}} | |stats={{#switch:{{lc:{{{3|}}}}} | ||
|magical resistance=22~26 | |magical resistance=22~26 | ||
|luck= | |luck=1.8~2.5% | ||
|allstats=Magical Resistance,Luck | |allstats=Magical Resistance,Luck | ||
|all=magical resistance,luck,allstats | |all=magical resistance,luck,allstats | ||
Line 345: | Line 345: | ||
|strength=2 | |strength=2 | ||
|vigor=3 | |vigor=3 | ||
|luck=6~ | |luck=0.6~1.2% | ||
|allstats=Strength,Vigor,Luck | |allstats=Strength,Vigor,Luck | ||
|all=strength,vigor,luck,allstats | |all=strength,vigor,luck,allstats |
Revision as of 00:51, 30 July 2024
Usage
{{Accessory_Data|<variable1>|<variable2>|...}}
Variables
- <item_name>
- stats
- <stat_name>
- allstats
- abilities
- <ability_type>
- <ability_name>
- <ability_attribute>
- <ability_name>
- <ability_type>
- types
- <type>
- hitbox
- height
- width
- height
- rarities
- handtype
- slottype
- artifactname
- artifactpower
- invslots
- invwidth
- invheight
- hitslow
- hitslowduration
- flavortext
- maxammocount
- maxcount
- maxcontentscount
- reloadtime
- wearingdelaytime
- equiptime
- unequiptime
- ap
- <rarity>
- xp
- <rarity>
- gearscore
- <rarity>
- sellprices
- <rarity>
- initialspeed
- damagefalloff
- piercecount
- classes
- impactresistance
- interactiontime
- interactiontimescaling
- stats
Global
All attributes that are shared between all other attributes in the same layer are moved to a global layer
For example, if all |movementmultiplier's under Abilities|Primary| are the same, they will be moved to Abilities|Primary|global
See Example 2 for more information
All
All sub-layers can also call |all for a list of all unique attributes For example,
{{Accessory_Data|all}}
will output a list of all items
For example,
{{Accessory_Data|<itemname>|all}}
will output a list of all attributes of a particular
See example 1 and 6 for more information
Examples
Note, some variables may not be applicable to all item categories. The below examples are for the Arming Sword, which only exists in Weapon_Data. Other item categories, like Misc_Data, may have different variables, and obviously don't have others, like abilities
Example 1
All stats of the Arming Sword
{{Accessory_Data|Arming Sword|stats|all}}
Outputs
Example 2
All shared attributes for Primary attacks of Arming Sword
{{Accessory_Data|Arming Sword|abilities|Primary|global}}
Outputs
Example 3
Damagefalloff widget of Longbow
{{Accessory_Data|Longbow|damagefalloff}}
Outputs
Example 4
All non-artifact rarities of the Arming Sword
{{Accessory_Data|Arming Sword|rarities}}
Outputs
Example 5
Invslots size image of Arming Sword
{{Accessory_Data|Arming Sword|invslots}}
Outputs
Example 6
All attributes of primary abilities of Arming Sword
{{Accessory_Data|Arming Sword|abilities|Primary|all}}
Outputs