User:SerpentofSet: Difference between revisionsGive feedback
Jump to navigation
Jump to search
SerpentofSet (talk | contribs) mNo edit summary |
SerpentofSet (talk | contribs) mNo 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 | ||
==How to Debug in Scribunto== | |||
== | |||
<code><nowiki>{{#invoke:Test|a|sep=;|b}}</nowiki></code> | <code><nowiki>{{#invoke:Test|a|sep=;|b}}</nowiki></code> | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
=p.main( | =p.main( | ||
| Line 25: | Line 10: | ||
} | } | ||
)</syntaxhighlight> | )</syntaxhighlight> | ||
====Simplified version==== | ====Simplified version==== | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
=p.main{ | =p.main{ | ||
| Line 34: | Line 16: | ||
}</syntaxhighlight> | }</syntaxhighlight> | ||
What's a sandbox | ==What's a sandbox== | ||
{{PageRef|Yamato|type=Hero}} | {{PageRef|Yamato|type=Hero}} | ||
Revision as of 17:13, 20 October 2024
I am bad at the game so I edit the wiki
How to Debug in Scribunto
{{#invoke:Test|a|sep=;|b}}
=p.main(
mw.getCurrentFrame():newChild{
title="Module:Test",
args={"a",["sep"]=";","b"}
}
)
Simplified version
=p.main{
args={"a",["sep"]=";","b"}
}
What's a sandbox
| Hero | Starting | Added per Boon | At Max Boon |
|---|---|---|---|
| 800 | +49 | 2515 | |
| 770 | +45 | 2345 | |
| 880 | +52 | 2700 | |
| 820 | +53 | 2675 | |
| 730 | +37 | 2025 | |
| 690 | +33 | 1845 | |
| 755 | +42 | 2225 | |
| 755 | +41 | 2190 | |
| 880 | +61 | 3015 | |
| 730 | +33 | 1885 | |
| 780 | +38 | 2110 | |
| 730 | +33 | 1885 | |
| 780 | +41 | 2215 | |
| 830 | +39 | 2195 | |
| 755 | +45 | 2330 | |
| 880 | +60 | 2980 | |
| 880 | +51 | 2665 | |
| 780 | +50 | 2530 | |
| 780 | +52 | 2600 | |
| 660 | +27 | 1605 | |
| 730 | +45 | 2305 | |
| 930 | +65 | 3205 | |
| 680 | +31 | 1765 | |
| 730 | +46 | 2340 | |
| 780 | +36 | 2040 | |
| 680 | +28 | 1660 | |
| 730 | +41 | 2165 | |
| 830 | +46 | 2440 | |
| 830 | +28 | 1810 | |
| 830 | +28 | 1810 | |
| 730 | +38 | 2060 | |
| 820 | +43 | 2325 | |
| 800 | +34 | 1990 | |
| 755 | +28 | 1735 | |
| 780 | +45 | 2355 | |
| 780 | +35 | 2005 | |
| 805 | +60 | 2905 | |
| 730 | +35 | 1955 | |
| 730 | +45 | 2305 |
| 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", "%"} })

