Template:AutoInfobox

From Idlescape Wiki
Revision as of 11:45, 28 May 2024 by Silent1 (talk | contribs) (Add usage)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Shard of Kalanahmatti
Gold6,360,000
MarketYes
Level Required85 Strength
SlotWeapon
Enchantment Slots8
Attack Speed2.4
Offensive Stats
Crit Chance5%
Crit Multiplier1.3
StrIntDex
10900
Offensive Affinity
MeleeMagicRange
10%-15%-25%
PiercingBluntSlashingIce
-75%-75%33%25%
Accuracy
MeleeMagicRange
9414-14
SlashingIce
12332
Set Bonus
Valley's Vigor [2, 3]
Increases stamina by 3%. Increases ice, fire, and nature defensive affinities by 2%. Increases health gained from food by 3%.
Augmentation
Aug BonusCost
+4.7 Melee Accuracy
+1.6 Ice Accuracy
+5.5 Strength
10 Runite BarRunite Bar
50 Yew LogYew Log
Research
SuccessFail
Mythical Runic DustMythical Runic Dust
Epic Gear ScrapsEpic Gear Scraps
Tooltip
This powerful blade is fashioned from a shard of the legendary spear 'Kalanahmatti.'

Creates an item infobox using the item data module. If there is an error making the infobox, check if the title or name are correct. If they are, the data may need to be updated.

How to upload data to Module:Items/data

  1. Open the dev console of the browser while on the in-game tab.
  2. Run this code JSON.stringify(Idlescape.data.items)
  3. Copy the output and the code may need to be cleaned to properly conform to JSON. A code editor will help you see any errors.
  4. Use a JSON to LUA table converter.
  5. Replace everything in Module:Items/data with the result and while adding return at the very front.
  6. Or just ask someone in the Idlescape Discord for help

Usage

Creates an infobox from the page title.

{{AutoInfobox)}}

Creates an infobox from the passed in item name. Use if the title doesn't match the name. The item name is case insensitive.

{{AutoInfobox|item name)}}

Example

{{AutoInfobox|shard of kalanahmatti)}}