User:GauBot/Combat Calculator
Daily Updater[edit | edit source]
Updates the monster list, the item list, and the icons.
log.txt[edit | edit source]
Output of script, including any errors or warnings.
slots[edit | edit source]
A list of all equippable items with some manually defined properties:
SMW_NAME|VISIBILITY|... SMW_NAME: The name of the item as found on smw lookup (generally PAGENAME#VERSIONNAME) VISIBILITY: -1 (skip item), 0 (item exists but is hidden from the dropdown menu) or 1 (item is visible in the dropdown menu) ...: Optional parameters: [email protected] - rename the displayed monster name Special [email protected] - Indicates that the weapon has a special attack that takes VALUE energy [email protected] - The weapon/ammunition poisons with a starting poison of VALUE [email protected] - The weapon applies venom Mining [email protected] - The weapon is a pickaxe with a Mining level of VALUE [email protected] - Add a combat type to a monster Empty lines, lines starting with a "<pre>" tag, and lines starting with "@@" are ignored.
icons[edit | edit source]
- File:Combat Calculator blowpipe sprite.png
- File:Combat Calculator head sprite.png
- File:Combat Calculator ammo sprite.png
- File:Combat Calculator neck sprite.png
- File:Combat Calculator cape sprite.png
- File:Combat Calculator weapon sprite.png
- File:Combat Calculator torso sprite.png
- File:Combat Calculator shield sprite.png
- File:Combat Calculator legs sprite.png
- File:Combat Calculator gloves sprite.png
- File:Combat Calculator boots sprite.png
- File:Combat Calculator ring sprite.png
- File:Combat Calculator combatStyle sprite.png
- File:Combat Calculator potions sprite.png
- File:Combat Calculator prayers sprite.png
- File:Combat Calculator spell sprite.png
- MediaWiki:Gadget-dps-sprite.css
.js/.css[edit | edit source]
- MediaWiki:Gadget-dps.js (resource loader)
- MediaWiki:Gadget-dps-data.js (equipment dataset)
- MediaWiki:Gadget-dps-data2.js (monster dataset)
- MediaWiki:Gadget-dps-core.js (core calculator)
- MediaWiki:Gadget-dps-core.css (core css)
- MediaWiki:Gadget-dps-sprite.css (icon dataset)