User:SerpentofSet: Difference between revisions

From Deadlock Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
I am bad at the game so I edit the wiki
I am bad at the game so I edit the wiki


{{#invoke:ItemsByStat|tablefy|BonusHealthRegen|+X Health Regen|}}
{{#invoke:ItemsByStat|tablefy|BulletLifestealPercent|+X% Bullet Lifesteal|%}}
 
Use this for the debug console when testing the ItemsByStat page:
<nowiki>
=p.tablefy(
  mw.getCurrentFrame():newChild{
      title="Module:ItemsByStat",
      args={"BulletLifestealPercent", "+X% Bullet Lifesteal", "%"}
  }
)
</nowiki>

Revision as of 00:55, 5 October 2024

I am bad at the game so I edit the wiki

Item Cost +X% Bullet Lifesteal
Active Reload Souls1250 +20%
Heroic Aura Souls3000 +20%
Crippling Headshot Souls6200 +10%
Bullet Lifesteal Souls1250 +28%
Leech Souls6200 +35%

Use this for the debug console when testing the ItemsByStat page: =p.tablefy( mw.getCurrentFrame():newChild{ title="Module:ItemsByStat", args={"BulletLifestealPercent", "+X% Bullet Lifesteal", "%"} } )