Modèle:ItemDetails

De Dead Cells Wiki
Aller à la navigation Aller à la recherche

Utilisation[modifier]

Only include arguments that apply. Arguments not mentioned will generally not appear. Leaving an argument empty can result in the template breaking.

{{ItemDetails
| ammo = 
| absorb_dmg = 
| special = 
| breach_bonus = 
| breach_dmg = 
| breach_dps = 
| combo_type = 
| first_charge = 
| first_lock = 
| first_cooldown = 
| second_charge = 
| second_lock = 
| second_cooldown = 
| third_charge = 
| third_lock = 
| third_cooldown = 
...
| tenth_charge = 
| tenth_lock = 
| tenth_cooldown = 
| tags = 
| legendary = 
| forced_affix = 
| affix_quote = 
}}

If the weapon has multiple attacks in it's combo, divide them with slashes, like this:

| bonus = 20 / 30 / 50

To distinguish between a combo and a single attack, type combo or single respectively.

Exemples[modifier]

Sample 1[modifier]

Markup Renders as
{{ItemDetails
| ammo = 10
| absorb_dmg = 15%
| special = * Fait des dégâts.
* Fait plus de dégâts.
| breach_bonus = 1
| breach_dmg = 0 / 10 (1 / 20)
| breach_dps = 123 / 123 (456 / 456)
| combo_type = combo
| first_charge = 0.2
| first_lock = 0.2
| first_cooldown = 0.8
| second_charge = 0.2
| second_lock = 0.2
| second_cooldown = 0
| third_charge = 0.2
| third_lock = 0.2
| third_cooldown = 0.1
| tags = HasAmmo
| legendary = Awesome Weapon
| forced_affix = Modifcateur extra !
| affix_quote = Rend l'objet extra !.
}}
Will result in:
  • Munitions: 10
  • Dégâts de base absorbés: 15%
  • Effets spéciaux:
    • Fait des dégâts.
    • Fait plus de dégâts.
  • Bonus de Brèche: 1
    • Dégâts de base de Brèche: 0 / 10 (1 / 20)
    • DPS de base de Brèche: 123 / 123 (456 / 456)
  • Durée du combo: 2.1 secondes
    • Premier coup: 1.2 (0.2 + 0.2 + 0.8)
    • Second coup: 0.4 (0.2 + 0.2 + 0)
    • Troisième coup: 0.5 (0.2 + 0.2 + 0.1)
  • Tags: HasAmmo
  • Version légendaire: Arme extra
    • Modificateur forcé: Modifcateur extra !
      • "Rend l'objet extra !."

Sample 2[modifier]

Markup Renders as
{{ItemDetails
| ammo = 
| absorb_dmg = 
| special = * Does damage.
| breach_bonus = 1
| breach_dmg = 
| breach_dps = 
| combo_type = single
| first_charge = 0.2
| first_lock = 0.2
| first_cooldown = 0.3
| tags = 
| legendary = 
| forced_affix = Modificateur extra
| affix_quote = Rend l'objet extra !.
}}
Will result in:
  • Effets spéciaux:
    • Does damage.
  • Bonus de Brèche: 1
    • Durée de l'attaque: 0.5 secondes
      • Charge: 0.2
      • Verrouillage: 0.2
      • Délai: 0.3
    • Version légendaire:
      • Modificateur forcé: Modificateur extra
        • "Rend l'objet extra !."