Anonymous

User:Falterfire: Difference between revisions

From Melvor Idle
→‎After Update Checklist: removed redundant skills/data
(Tinkering with things)
(→‎After Update Checklist: removed redundant skills/data)
(27 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#vardefine:monster|Black Knight}}{| class="wikitable" style="margin: 0rem 1rem;"
== User Info==
 
Hello! I'm one of the admins on the Melvor Idle wiki. If you're interested in getting an account to help edit the wiki, go to the [https://discord.gg/MelvorIdle Discord] and then DM Falterfire#7778 and I'll get you set up with an account.
 
If something is wrong with a Template or Module on a page and you can't figure out how to handle it, feel free to @ me on Discord and I'll see if I can sort things out. One of the primary things I do on the wiki is maintain the Lua modules that power several of the pages.
 
I try to keep an eye on [[:Category:Pages with script errors]] (Currently {{PAGESINCAT:Pages with script errors}} pages) and make sure that number stays at zero.
 
==After Update Checklist==
Right now the following data pages have to be updated manually after each new update. To do so, just copy & paste the script at the top into your browser's console on the Melvor Idle page, then paste the result underneath and re-save the page.
 
* [[Module:Constants/data]]
* [[Module:Items/data]]
* [[Module:Monsters/data]]
* [[Module:CombatAreas/data]]
* [[Module:Skills/data]]
* [[Module:Magic/data]]
* [[Module:Pets/data]]
* [[Module:Shop/data]]
 
==To-Do List==
Below is a list of various things that I need to automate:
* [[Template:ItemsTable]]
* All templates used on [[Equipment]]
* The Dungeon List on [[Dungeons]]
* [[Template:Dungeon]]
* [[Template:Spell]]
* [[Template:Upgrade]]
* Spell tables on [[Magic]] and [[Alt. Magic]]
* All pages in [[:Category:Bot Templates]] (Currently {{PAGESINCAT:Bot Templates}} pages) need to be replaced with Lua versions.
 
 
==Other==
 
[[User:Falterfire/Page2]]
[[User:Falterfire/Page3]]
 
==LightTable Test==
{| class="wikitable lighttable"
!foo
!bar
|-
|-
! colspan=16 | Combat Stats
|A||B
|-
|-
| style="font-weight: bold;" | Combat Level:
|C||D
| colspan=15 style="text-align: right" | {{#invoke:FalterTest|getMonsterStat|{{#var:monster}}|combatLevel}}
|-
|-
| style="font-weight: bold;" | Hitpoints:
|1||2
| colspan=15 style="text-align: right" | {{SkillReq|Hitpoints|{{#invoke:FalterTest|getMonsterStat|{{#var:monster}}|hitpoints}}}}
|}
 
 
==Potions==
 
{| class="wikitable"
!Potion!!{{Skill|Herblore|notext=true}} Level!!XP!!Ingredients!!Tier!!{{Icon|Coins|notext=true}} Price!!Charges!!Effect
|-
|-
| style="font-weight: bold;" | Attack Speed:
|rowspan="4"|[[Melee Accuracy Potion]]
| colspan=15 style="text-align: right" | {{formatnum:{{#invoke:FalterTest|getMonsterStat|{{#var:monster}}|attackSpeed}}}} ms
|rowspan="4"|5
|rowspan="4"|8
|rowspan="4"|{{ItemIcon|Garum Herb|notext=true|qty=1}}, {{ItemIcon|Bones|notext=true|qty=1}}
|{{ItemIcon|Melee Accuracy Potion I|notext=true|size=30}}||{{GP|2}}||5||5% increased Melee Accuracy Rating
|-
|-
| style="font-weight: bold;" | Accuracy Rating:
|{{ItemIcon|Melee Accuracy Potion II|notext=true|size=30}}||{{GP|3}}||5|||10% increased Melee Accuracy Rating
| colspan=15 style="text-align: right" | {{{accuracyRating}}}
|-
|-
| rowspan=2 style="font-weight: bold;" | Evasion Ratings:
|{{ItemIcon|Melee Accuracy Potion III|notext=true|size=30}}||{{GP|4}}||5|||15% increased Melee Accuracy Rating
| colspan=5 style="text-align: center;" | [[File:Defence (skill).svg|25px|middle|link=Defence]]
| colspan=5 style="text-align: center;" | [[File:Ranged (skill).svg|25px|middle|link=Ranged]]
| colspan=5 style="text-align: center;" | [[File:Magic (skill).svg|25px|middle|link=Magic]]
|-
|-
| colspan=5 style="text-align: right;" | {{Icon|Melee|notext=true}} {{formatnum:{{#invoke:FalterTest|getMonsterStat|{{#var:monster}}|meleeEvasion}}}}
|{{ItemIcon|Melee Accuracy Potion IV|notext=true|size=30}}||{{GP|5}}||10|||25% increased Melee Accuracy Rating
| colspan=5 style="text-align: right;" | {{formatnum:{{{rangedEvasionRating}}}}}
| colspan=5 style="text-align: right;" | {{formatnum:{{{magicEvasionRating}}}}}
|-
|-
| rowspan=1 style="font-weight: bold;" | Skill Levels:
|rowspan="4"|[[Melee Evasion Potion]]
| colspan=3 class="center" | {{SkillReq|Attack|{{#invoke:FalterTest|getMonsterStat|{{#var:monster}}|attackLevel}}}}
|rowspan="4"|10
| colspan=3 class="center" | {{SkillReq|Strength|{{#invoke:FalterTest|getMonsterStat|{{#var:monster}}|strengthLevel}}}}
|rowspan="4"|10
| colspan=3 class="center" | {{SkillReq|Defence|{{#invoke:FalterTest|getMonsterStat|{{#var:monster}}|defenceLevel}}}}
|rowspan="4"|{{ItemIcon|Garum Herb|notext=true|qty=1}}, {{ItemIcon|Eyeball|notext=true|qty=1}}
| colspan=3 class="center" | {{SkillReq|Ranged|{{#invoke:FalterTest|getMonsterStat|{{#var:monster}}|rangedLevel}}}}
|{{ItemIcon|Melee Evasion Potion I|notext=true|size=30}}||{{GP|2}}||5||5% increased Melee Evasion Rating
| colspan=3 class="center" | {{SkillReq|Magic|{{#invoke:FalterTest|getMonsterStat|{{#var:monster}}|magicLevel}}}}
|-
|{{ItemIcon|Melee Evasion Potion II|notext=true|size=30}}||{{GP|3}}||5|||10% increased Melee Evasion Rating
|-
|{{ItemIcon|Melee Evasion Potion III|notext=true|size=30}}||{{GP|4}}||5|||15% increased Melee Evasion Rating
|-
|{{ItemIcon|Melee Evasion Potion IV|notext=true|size=30}}||{{GP|5}}||10|||25% increased Melee Evasion Rating
|}
|}