Add Loadout Planner and Quest Trees templates
- Created loadout.html for a comprehensive loadout planner, allowing users to filter and view gear options across various categories including guns, armor, helmets, headwear, backpacks, and rigs. - Implemented a build builder feature to calculate total loadout weight and save builds. - Added quests.html to display quest trees with trader dependencies, filtering options, and quest completion tracking.
This commit is contained in:
@@ -168,7 +168,13 @@
|
||||
|
||||
<body>
|
||||
<div class="page">
|
||||
<nav style="margin-bottom:12px"><a href="/collector">Collector Checklist →</a></nav>
|
||||
<nav style="margin-bottom:12px">
|
||||
<a href="/collector">Collector Checklist</a>
|
||||
|
|
||||
<a href="/quests">Quest Trees</a>
|
||||
|
|
||||
<a href="/loadout">Loadout Planner</a>
|
||||
</nav>
|
||||
<h1>OnlyScavs – Keys</h1>
|
||||
|
||||
<form method="get" class="filters">
|
||||
|
||||
Reference in New Issue
Block a user