Melvor Idle:Projects/V1.3 Lua Fixes and Additions: Difference between revisions

From Melvor Idle
(→‎Tasks: Add few more templates that need level fixes and 2 new tasks)
(11 intermediate revisions by 3 users not shown)
Line 4: Line 4:


==Tasks==
==Tasks==
The following major goals / tasks can be identified. They are listed in order that they are most reasonable to complete in. (Please do not remove items from this list once finished. Rather change <code>complete=no</code> to <code>complete=yes</code>
The following major goals / tasks can be identified. They are listed in order that they are most reasonable to complete in. (Please do not remove items from this list once finished. Rather change <code>completed=no</code> to <code>completed=yes</code>
{| class="wikitable" style="width: 100%"
{| class="wikitable" style="width: 100%"
|-
|-
Line 11: Line 11:
! Description  
! Description  
! style="width: 1px" | Skills
! style="width: 1px" | Skills
{{WikiTask|complete=no|user=Auron956|Create templates for strongholds, likely to be contained within [[Module:CombatAreas]] and [[Module:CombatAreas/AreaTables]]|Lua}}
{{WikiTask|completed=no|user=Auron956|Create templates for strongholds, likely to be contained within [[Module:CombatAreas]] and [[Module:CombatAreas/AreaTables]]|Lua}}
{{WikiTask|complete=no|Summoning Item costs are now rounded up instead of down. Any code deriving the quantity of Summoning secondary item costs will need amending|Lua}}
{{WikiTask|completed=yes|user=Slash|Summoning Item costs are now rounded up instead of down. Any code deriving the quantity of Summoning secondary item costs will need amending. Additionally, Abyssal tablet costs are capped at 250, up from 50.|Lua}}
{{WikiTask|complete=no|Check any tables that have Abyssal Levels and/or Abyssal EXP for incorrect values such as Level 99 or 0xp. Known Templates with issues: [[Template:BuildingBox]], [[Template:TownshipBuildingUpgrades]], [[Template:SkillUnlocks]]|Lua}}
{{WikiTask|completed=no|user=Slash|Check any tables that have Abyssal Levels and/or Abyssal EXP for incorrect values such as Level 99 or 0xp. Known Templates with issues: [[Template:SkillUnlocks]], [[Template:MenuThieving]] (sort by DLC too), [[Template:MenuLogs]], [[Template:OreBarNav]], [[Template:RuneNav]], [[Template:FamiliarNav]], [[Template:PrayerNav]],|Lua}}
{{WikiTask|complete=no|Correctly handle requirements for Abyssal Realm recipes within [[Module:Items/UseTables]] and [[Module:Items/SourceTables]]|Lua}}
{{WikiTask|completed=no|Correctly handle requirements for Abyssal Realm within [[Module:Items/UseTables]] and [[Module:Items/SourceTables]]|Lua}}
{{WikiTask|complete=no|Present new resistances, damage type information within [[Template:AutoArmourStats]], [[Template:AutoWeaponStats]], [[Template:EquipmentTableFromList]]|Lua}}
{{WikiTask|completed=no|Support Realms in the following templates: [[Template:TownshipBuildingBiomeTable]], [[Template:TownshipBuildingTable]], [[Template:SkillUnlocks]]|lua}}
{{WikiTask|complete=no|Add any new modifier sources into [[Module:ModifierTables]]|Lua}}
{{WikiTask|completed=no|Enhance modifiers support, enabling [[Template:ModifierTable]] to pass restrictions for parameters like currency, realm, etc. on a global and per-modifier basis|Lua}}
{{WikiTask|complete=no|Introduce support for combat effects, likely as a new module ([[Module:CombatEffects]]?)|Lua}}
{{WikiTask|completed=no|Present new resistances, damage type information within [[Template:AutoArmourStats]], [[Template:AutoWeaponStats]], [[Template:EquipmentTableFromList]]|Lua}}
{{WikiTask|complete=no|Correct monster maximum hit calculation, likely dependent on combat effects support|Lua}}
{{WikiTask|completed=no|Add any new modifier sources into [[Module:ModifierTables]]|Lua}}
{{WikiTask|complete=no|Support conditional modifiers within [[Module:Modifiers]], then incorporate into [[Module:ModifierTables]]|Lua}}
{{WikiTask|completed=no|Introduce support for combat effects, likely as a new module ([[Module:CombatEffects]]?)|Lua}}
{{WikiTask|complete=no|Support abyssal stats within [[Template:UpgradeTable]] and fix {{T|UpgradeTable|Potions}} having no results (?)|Lua}}
{{WikiTask|completed=no|Correct monster maximum hit calculation, likely dependent on combat effects support|Lua}}
{{WikiTask|completed=no|Support conditional modifiers within [[Module:Modifiers]], then incorporate into [[Module:ModifierTables]]|Lua}}
{{WikiTask|completed=no|Support abyssal stats within [[Template:UpgradeTable]] and fix {{T|UpgradeTable|Potions}} having no results (?)|Lua}}
{{WikiTask|completed=no|The tables under [[Astrology#Constellations]] should have IDs so they can be linked to using [[Astrology#Deedree]]|Lua}}
{{WikiTask|completed=no|Add Expansion icons to the following templates: [[Template:FishingNav]], [[Template:FarmingNav]], [[Template:PotionNav]], [[Template:FoodNav]], [[Template:PetNav]], [[Template:SpellNav]]|Lua}}
{{WikiTask|completed=no|Add Abyss Depths to [[Template:CombatNav]]|Lua}}
|}
|}



Revision as of 19:54, 4 July 2024

Following the release of V1.3 (Into the Abyss Expansion) of the game, there are a number of changes required for many Lua generated templates:

  • Some existing templates need to be amended to correctly handle changes to the game data structure
  • Some new templates are required, for things such as infoboxes & associated other templates for stronghold and abyssal depth pages

Tasks

The following major goals / tasks can be identified. They are listed in order that they are most reasonable to complete in. (Please do not remove items from this list once finished. Rather change completed=no to completed=yes

Completed User Description Skills
No Auron956 Create templates for strongholds, likely to be contained within Module:CombatAreas and Module:CombatAreas/AreaTables Lua
Yes Slash Summoning Item costs are now rounded up instead of down. Any code deriving the quantity of Summoning secondary item costs will need amending. Additionally, Abyssal tablet costs are capped at 250, up from 50. Lua
No Slash Check any tables that have Abyssal Levels and/or Abyssal EXP for incorrect values such as Level 99 or 0xp. Known Templates with issues: Template:SkillUnlocks, Template:MenuThieving (sort by DLC too), Template:MenuLogs, Template:OreBarNav, Template:RuneNav, Template:FamiliarNav, Template:PrayerNav, Lua
No N/A Correctly handle requirements for Abyssal Realm within Module:Items/UseTables and Module:Items/SourceTables Lua
No N/A Support Realms in the following templates: Template:TownshipBuildingBiomeTable, Template:TownshipBuildingTable, Template:SkillUnlocks lua
No N/A Enhance modifiers support, enabling Template:ModifierTable to pass restrictions for parameters like currency, realm, etc. on a global and per-modifier basis Lua
No N/A Present new resistances, damage type information within Template:AutoArmourStats, Template:AutoWeaponStats, Template:EquipmentTableFromList Lua
No N/A Add any new modifier sources into Module:ModifierTables Lua
No N/A Introduce support for combat effects, likely as a new module (Module:CombatEffects?) Lua
No N/A Correct monster maximum hit calculation, likely dependent on combat effects support Lua
No N/A Support conditional modifiers within Module:Modifiers, then incorporate into Module:ModifierTables Lua
No N/A Support abyssal stats within Template:UpgradeTable and fix {{UpgradeTable|Potions}} having no results (?) Lua
No N/A The tables under Astrology#Constellations should have IDs so they can be linked to using Astrology#Deedree Lua
No N/A Add Expansion icons to the following templates: Template:FishingNav, Template:FarmingNav, Template:PotionNav, Template:FoodNav, Template:PetNav, Template:SpellNav Lua
No N/A Add Abyss Depths to Template:CombatNav Lua

Notes

Take care when amending modules due to the high impact upon other pages. Using the console (available when editing any module) and creating sandbox copies of modules is encouraged.

Goal

Once completed, all automated templates in use across the wiki should correctly handle the current version of the game data, reporting accurate information.