Jump to content

User:SerpentofSet: Difference between revisions

From Deadlock Wiki
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

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