MimicActive
MIMIC
Mimic the targeted player, granting access to a second-slot ability based on the weapon equipped by the target for 20s.
Casting Mimic on an Arcane Staff wielder will grant you access to Magic Shock (the cooldown is independent from the Magic Shock you can select as your first-slot ability).
The ability goes on cooldown if you either cast the mimicked ability or do not cast it while you have access to it.
If you cast the mimicked ability of another weapon, its cooldown is reduced by 20%.
Stats
| Cast time | Instant |
|---|---|
| Range | 15 m |
| Target | allplayers |
Granted by(8)
Advanced view
Where each number comes from, and the arithmetic behind it. How this works
| # | Source | Base | Progression | Result |
|---|---|---|---|---|
| {0} | $MIMIC_AXE.multispell[0].timewindow | 20 | — | 20s |
| {1} | $MIMIC_COOLDOWN.resetcooldowns[0].amount | 0.2 | — | 20% |
Ability definition
{
"@uniquename": "MIMIC",
"@bindtoitem": "true",
"@target": "allplayers",
"@castingtime": "0",
"@hitdelay": "0.4",
"@standtime": "0",
"@disruptionfactor": "1",
"@recastdelay": "0",
"@castrange": "15",
"@energyusage": "0",
"@uitype": "buff",
"@category": "instant",
"@animIgnoreHitDelay": "true",
"@maxstack": "1",
"@showrange": "true",
"@unlockedtoequip": "false",
"@cancelautoattackaftercasting": "true",
"@statblock": "@SPELLS_STANDARD_STATBLOCK_V2",
"@descriptionlocatag": "@SPELLS_MIMIC_V2_DESC",
"@autoattackcooldownaftercasting": "Trigger",
"@controllerpreferredtarget": "enemyandally",
"@controllerselfcastable": "true",
"locareferences": {
"description": {
"locareference": [
{
"@tag": "$$MIMIC_AXE.multispell[0].timewindow$"
},
{
"@tag": "$$MIMIC_COOLDOWN.resetcooldowns[0].amount$"
}
]
},
"statblock": {
"locareference": [
{
"@tag": "$energyusage$"
},
{
"@tag": "$castingtime$"
},
{
"@tag": "$castrange$"
},
{
"@tag": "$$MIMIC_AXE.multispell[0].timeoutcooldown$"
}
]
}
},
"applyspell": [
{
"@spell": "MIMIC_ARCANE",
"@target": "all",
"IfTargetItemTypeEquipped": {
"@slottype": "mainhand",
"@shopsubcategory1": "arcanestaff"
}
},
{
"@spell": "MIMIC_AXE",
"@target": "all",
"IfTargetItemTypeEquipped": {
"@slottype": "mainhand",
"@shopsubcategory1": "axe"
}
},
{
"@spell": "MIMIC_BOW",
"@target": "all",
"IfTargetItemTypeEquipped": {
"@slottype": "mainhand",
"@shopsubcategory1": "bow"
}
},
{
"@spell": "MIMIC_CROSSBOW",
"@target": "all",
"IfTargetItemTypeEquipped": {
"@slottype": "mainhand",
"@shopsubcategory1": "crossbow"
}
},
{
"@spell": "MIMIC_CURSEDSTAFF",
"@target": "all",
"IfTargetItemTypeEquipped": {
"@slottype": "mainhand",
"@shopsubcategory1": "cursestaff"
}
},
{
"@spell": "MIMIC_DAGGER",
"@target": "all",
"IfTargetItemTypeEquipped": {
"@slottype": "mainhand",
"@shopsubcategory1": "dagger"
}
},
{
"@spell": "MIMIC_FIRESTAFF",
"@target": "all",
"IfTargetItemTypeEquipped": {
"@slottype": "mainhand",
"@shopsubcategory1": "firestaff"
}
},
{
"@spell": "MIMIC_FROSTSTAFF",
"@target": "all",
"IfTargetItemTypeEquipped": {
"@slottype": "mainhand",
"@shopsubcategory1": "froststaff"
}
},
{
"@spell": "MIMIC_HAMMER",
"@target": "all",
"IfTargetItemTypeEquipped": {
"@slottype": "mainhand",
"@shopsubcategory1": "hammer"
}
},
{
"@spell": "MIMIC_HOLYSTAFF",
"@target": "all",
"IfTargetItemTypeEquipped": {
"@slottype": "mainhand",
"@shopsubcategory1": "holystaff"
}
},
{
"@spell": "MIMIC_KNUCKLES",
"@target": "all",
"IfTargetItemTypeEquipped": {
"@slottype": "mainhand",
"@shopsubcategory1": "knuckles"
}
},
{
"@spell": "MIMIC_MACE",
"@target": "all",
"IfTargetItemTypeEquipped": {
"@slottype": "mainhand",
"@shopsubcategory1": "mace"
}
},
{
"@spell": "MIMIC_NATURESTAFF",
"@target": "all",
"IfTargetItemTypeEquipped": {
"@slottype": "mainhand",
"@shopsubcategory1": "naturestaff"
}
},
{
"@spell": "MIMIC_QUARTERSTAFF",
"@target": "all",
"IfTargetItemTypeEquipped": {
"@slottype": "mainhand",
"@shopsubcategory1": "quarterstaff"
}
},
{
"@spell": "MIMIC_SHAPESHIFTER",
"@target": "all",
"IfTargetItemTypeEquipped": {
"@slottype": "mainhand",
"@shopsubcategory1": "shapeshifterstaff"
}
},
{
"@spell": "MIMIC_SPEAR",
"@target": "all",
"IfTargetItemTypeEquipped": {
"@slottype": "mainhand",
"@shopsubcategory1": "spear"
}
},
{
"@spell": "MIMIC_SWORD",
"@target": "all",
"IfTargetItemTypeEquipped": {
"@slottype": "mainhand",
"@shopsubcategory1": "sword"
}
}
],
"projectile": {
"@flyspeed": "60",
"@startsocket": "damage",
"@hitsocket": "damage",
"@direction": "targettosource"
}
}