import React, { useEffect,useState } from 'react';
import Tooltip from 'react-simple-tooltip' //Mess with all tooltip props here: https://cedricdelpoux.github.io/react-simple-tooltip/
function DefaultTooltip(p) {
return
Author | Dudley | |
Build Name | Fatimah | |
Class |
{p.className} {p.secondaryClassName} |
Lv.{p.classLv} Lv.{p.secondaryClassLv} |
Battle Power | {p.bp} | ||
HP | {p.hp} | ||
PP | {p.pp} | ||
Attack | {p.statDisplayAtk} | ||
Defense | {p.def} | ||
Weapon Up | +{(p.weaponUp1*100).toFixed(1)}% +{(p.weaponUp3*100).toFixed(1)}% |
+{(p.weaponUp2*100).toFixed(1)}% | |
Ailment Resist. | {p.damageResist} | ||
Damage Resist. | {p.damageResist} |
Critical Hit Rate | 5% |
Critical Multiplier | 120% |
Midrange | 126 |
Critcal | 152 |
Effective | 127 |