From 68984c7831ac00f3196b4888b9cbbed6064e85c8 Mon Sep 17 00:00:00 2001 From: Joshua Sigona Date: Tue, 17 Aug 2021 22:52:42 +0900 Subject: [PATCH] Working on skill window --- src/TestPanel.js | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) 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
*/} }