import React 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 {p.mouseOverText}
}
function ExpandTooltip(p) {
return {p.mouseOverText}
}
function TestPanel(p) {
return ( //Futasuke is a genius
Weapons
1
Resurgir Rifle+40
Abilitiy Details
- } tooltip={<>Potency +20%/
Critical Hit Rage +15% for 30 seconds after a successful sidestep>}/>Dynamo Unit Lv.3
- } tooltip={<>Potency +4%>}/>Fixa Attack Lv.3
- } tooltip={<>PP +5
Ranged Weapon Potency +2.0%>}/>Pettas Soul II
- } tooltip={<>HP -10, Potency +1.5%,
Potency Floor Increase +1.5%
Damage Resistance -1.5%>}/>Alts Secreta II
- } tooltip={<>HP +10
Ranged Weapon Potency +2.0%>}/>Gigas Precision II
- } tooltip={<>Ranged Weapon Potency +2.0%>}/>Precision III
Properties
- Enhancement Lv. +35
- Multi-Weapon -
- Element -
Battle Power |
{p.bp} |
|
HP |
289 |
|
PP |
100 |
|
Defense |
402 |
|
Weapon Up |
+34% |
+34% |
|
+34% |
|
Damage Resist. |
18% |
|
Critical Hit Rate |
5% |
Critical Multiplier |
120% |
Midrange |
126 |
Critcal |
152 |
Effective |
127 |
)
}
export default TestPanel;