From Dark and Darker Wiki

(Automated edit: HF53)
(Automated edit: Item's incraftingrecipe populated)
Line 2,592: Line 2,592:
|all=1,2,3,4,5,6,7
|all=1,2,3,4,5,6,7
}}
}}
|incraftingrecipe=true
|numenchants={{#switch:{{lc:{{{3|}}}}}
|numenchants={{#switch:{{lc:{{{3|}}}}}
|3=1
|3=1
Line 2,807: Line 2,808:
|all=1,2,3,4,5,6
|all=1,2,3,4,5,6
}}
}}
|incraftingrecipe=true
|questinformation=The Fortune Teller needs you to <i>fetch</i> 3 Rare Crystal Ball for quest "Faith In The Unknown" of chapter "Guided Path".
|questinformation=The Fortune Teller needs you to <i>fetch</i> 3 Rare Crystal Ball for quest "Faith In The Unknown" of chapter "Guided Path".
|numenchants={{#switch:{{lc:{{{3|}}}}}
|numenchants={{#switch:{{lc:{{{3|}}}}}
Line 4,913: Line 4,915:
|all=1,2,3,4,5,6
|all=1,2,3,4,5,6
}}
}}
|incraftingrecipe=true
|numenchants={{#switch:{{lc:{{{3|}}}}}
|numenchants={{#switch:{{lc:{{{3|}}}}}
|3=1
|3=1
Line 5,551: Line 5,554:
|all=1,2,3,4,5,6
|all=1,2,3,4,5,6
}}
}}
|incraftingrecipe=true
|numenchants={{#switch:{{lc:{{{3|}}}}}
|numenchants={{#switch:{{lc:{{{3|}}}}}
|3=1
|3=1
Line 5,815: Line 5,819:
|all=1,2,3,4,5,6
|all=1,2,3,4,5,6
}}
}}
|incraftingrecipe=true
|numenchants={{#switch:{{lc:{{{3|}}}}}
|numenchants={{#switch:{{lc:{{{3|}}}}}
|3=1
|3=1
Line 5,957: Line 5,962:
|all=1,2,3,4,5,6,7
|all=1,2,3,4,5,6,7
}}
}}
|incraftingrecipe=true
|numenchants={{#switch:{{lc:{{{3|}}}}}
|numenchants={{#switch:{{lc:{{{3|}}}}}
|3=1
|3=1
Line 8,900: Line 8,906:
|all=1,2,3,4,5,6
|all=1,2,3,4,5,6
}}
}}
|incraftingrecipe=true
|numenchants={{#switch:{{lc:{{{3|}}}}}
|numenchants={{#switch:{{lc:{{{3|}}}}}
|3=1
|3=1
Line 10,292: Line 10,299:
|all=1,2,3,4,5,6
|all=1,2,3,4,5,6
}}
}}
|incraftingrecipe=true
|numenchants={{#switch:{{lc:{{{3|}}}}}
|numenchants={{#switch:{{lc:{{{3|}}}}}
|3=1
|3=1
Line 10,426: Line 10,434:
|all=1,2,3,4,5,6
|all=1,2,3,4,5,6
}}
}}
|incraftingrecipe=true
|numenchants={{#switch:{{lc:{{{3|}}}}}
|numenchants={{#switch:{{lc:{{{3|}}}}}
|3=1
|3=1
Line 10,629: Line 10,638:
|all=1,2,3,4,5,6
|all=1,2,3,4,5,6
}}
}}
|incraftingrecipe=true
|numenchants={{#switch:{{lc:{{{3|}}}}}
|numenchants={{#switch:{{lc:{{{3|}}}}}
|3=1
|3=1
Line 10,882: Line 10,892:
|all=1,2,3,4,5,6,7
|all=1,2,3,4,5,6,7
}}
}}
|incraftingrecipe=true
|numenchants={{#switch:{{lc:{{{3|}}}}}
|numenchants={{#switch:{{lc:{{{3|}}}}}
|3=1
|3=1
Line 11,436: Line 11,447:
|all=1,2,3,4,5,6,7
|all=1,2,3,4,5,6,7
}}
}}
|incraftingrecipe=true
|numenchants={{#switch:{{lc:{{{3|}}}}}
|numenchants={{#switch:{{lc:{{{3|}}}}}
|3=1
|3=1
Line 11,885: Line 11,897:
|all=1,2,3,4,5,6,7
|all=1,2,3,4,5,6,7
}}
}}
|incraftingrecipe=true
|numenchants={{#switch:{{lc:{{{3|}}}}}
|numenchants={{#switch:{{lc:{{{3|}}}}}
|3=1
|3=1
Line 14,361: Line 14,374:
|all=1,2,3,4,5,6,7
|all=1,2,3,4,5,6,7
}}
}}
|incraftingrecipe=true
|numenchants={{#switch:{{lc:{{{3|}}}}}
|numenchants={{#switch:{{lc:{{{3|}}}}}
|3=1
|3=1

Revision as of 19:59, 22 June 2024


Usage

{{Weapon_Data|<variable1>|<variable2>|...}}


Variables

  • <item_name>
    • stats
      • <stat_name>
      • allstats
    • abilities
      • <ability_type>
        • <ability_name>
          • <ability_attribute>
    • 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


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,

{{Weapon_Data|all}}

will output a list of all items

For example,

{{Weapon_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

{{Weapon_Data|Arming Sword|stats|all}}

Outputs physical weapon damage 1,physical weapon damage 2,physical weapon damage 3,physical weapon damage 4,physical weapon damage 5,physical weapon damage 6,move speed,allstats


Example 2

All shared attributes for Primary attacks of Arming Sword

{{Weapon_Data|Arming Sword|abilities|Primary|global}}

Outputs


Example 3

Damagefalloff widget of Longbow

{{Weapon_Data|Longbow|damagefalloff}}

Outputs


Example 4

All non-artifact rarities of the Arming Sword

{{Weapon_Data|Arming Sword|rarities}}

Outputs 1,2,3,4,5,6


Example 5

Invslots size image of Arming Sword

{{Weapon_Data|Arming Sword|invslots}}

Outputs 1x3InvSlot.jpg


Example 6

All attributes of primary abilities of Arming Sword

{{Weapon_Data|Arming Sword|abilities|Primary|all}}

Outputs Attack 1,Attack 2,Attack 3,Global