diff --git a/src/TestPanel.js b/src/TestPanel.js
index 913bbe6..93d6f0a 100644
--- a/src/TestPanel.js
+++ b/src/TestPanel.js
@@ -174,8 +174,17 @@ function GetSpecialWeaponName(item) {
}
function SkillTreeBoxes(p) {
+
+ function ConvertCoordinate(x,y) {
+ return (x+'a')+(y+1);
+ }
+
return <>
-
1/5Blight Rounds
+ {p.skillTreeSkillData&&p.skillTreeSkillData.map((skill)=>{
+ var splitter = skill.split(",")
+ return 0/10Bad Condition Ward
+ })}
+ {/*1/5Blight Rounds
1/1Blight Rounds Reinforce
0/10Bad Condition Ward
0/1Spread Shot
@@ -186,7 +195,7 @@ function SkillTreeBoxes(p) {
0/1Sticky Bomb Quick Reload
0/1Launcher Charge Grouping
0/1Slow Landing Attack-Ranger
- 0/1Slow Landing Charge-Ranger
+ 0/1Slow Landing Charge-Ranger
*/}
>
}