latest, d2s stuff

This commit is contained in:
Hash Borgir
2022-07-03 04:13:50 -06:00
parent e51e40175e
commit f3b24de2a8
11 changed files with 393 additions and 239 deletions

View File

@@ -194,11 +194,10 @@ EOT;
if ($c->cData['Quests'][0]['Norm']["ToolsOfTheTrade"]) $a1q5 = "checked";
if ($c->cData['Quests'][0]['Norm']["SistersToTheSlaughter"]) $a1q6 = "checked";
$skills = '';
foreach($c->cData['skills']['skills'] as $k => $skill){
$skills .= "<input style='width: 64px;' class='skill-$k skill' name='$k' type='number' min='1' max='99' value='{$skill['points']}'>: {$skill['skill']}<hr>";
}
// dump($c['Waypoints']);
$tabContent .= <<<EOT
@@ -217,6 +216,9 @@ EOT;
</select>
Level: <input style="border: 1px solid black;width: 54px;" type="number" id="CharacterLevel" value="{$c->cData['CharacterLevel']}"><br>
$radio
$skills
</div>
<div class="col"><h2>Quests</h2>
$quests