dandy-s-meta-mastermind / tier-list.html
hmaras's picture
/html/body/main/div[3] repalce with
319e8fb verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Toon Tier List | Dandifo</title>
<link rel="stylesheet" href="style.css">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/feather-icons"></script>
</head>
<body class="bg-light text-dark">
<custom-navbar></custom-navbar>
<main class="container mx-auto px-4 py-8">
<h1 class="text-4xl font-bold mb-8 text-primary">Toon Optimization Hub</h1>
<p class="text-lg mb-8">Best Tool for the Job - Top Toons and builds for specific objectives</p>
<!-- Optimization Tables -->
<div class="bg-white rounded-xl shadow-md overflow-hidden mb-12">
<div class="p-6 border-b border-gray-200">
<h2 class="text-2xl font-bold text-primary">Max Ichor Extraction</h2>
</div>
<div class="overflow-x-auto">
<table class="w-full">
<thead class="bg-gray-100">
<tr>
<th class="px-6 py-3 text-left">Top Toon Candidates</th>
<th class="px-6 py-3 text-left">Core Strategy Focus</th>
<th class="px-6 py-3 text-left">Optimized Trinket Combo</th>
<th class="px-6 py-3 text-left">Strategic Rationale</th>
</tr>
</thead>
<tbody class="divide-y divide-gray-200">
<tr>
<td class="px-6 py-4">Vee, Shelly, Yatta</td>
<td class="px-6 py-4">Highest Extraction Speed and Skill Check proficiency</td>
<td class="px-6 py-4">Vee's Remote + Magnifying Glass</td>
<td class="px-6 py-4">Definitive Output. This combination maximizes the flat percentage boost to extraction, making it the highest Ichor/second combo in the game for focused grinding.</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- More optimization tables for each category -->
<div class="grid grid-cols-1 md:grid-cols-2 gap-8 mb-12">
<div class="bg-white rounded-xl shadow-md overflow-hidden">
<div class="p-6 border-b border-gray-200">
<h2 class="text-2xl font-bold text-primary">Solo Survival Run</h2>
</div>
<div class="p-6">
<p class="font-semibold">Top Toons: Tisha, Looey, Pebble</p>
<p class="mb-2">Focus: Max Movement Speed, Stamina, Evasion</p>
<p class="text-secondary font-medium">Trinket Combo: Dog Plush + Speedy Shoes</p>
<p class="text-gray-600 mt-2">Pure Evasion. Maximizes walk speed to outpace most base Twisteds, conserving vital stamina for deep-floor progression.</p>
</div>
</div>
<div class="bg-white rounded-xl shadow-md overflow-hidden">
<div class="p-6 border-b border-gray-200">
<h2 class="text-2xl font-bold text-primary">Research Farming</h2>
</div>
<div class="p-6">
<p class="font-semibold">Top Toons: Rodger, Brightney</p>
<p class="mb-2">Focus: Research Capsule efficiency</p>
<p class="text-secondary font-medium">Trinket Combo: Award + Machine Manual</p>
<p class="text-gray-600 mt-2">Capsule Efficiency. Focuses on accelerating machine completion to trigger Rodger's unique ability faster, while the Award boosts research gain from skill checks.</p>
</div>
</div>
</div>
<!-- Main Character Spotlight -->
<h2 class="text-3xl font-bold mb-6 text-primary">Main Character Spotlight</h2>
<div class="grid grid-cols-1 md:grid-cols-3 gap-6 mb-12">
<div class="bg-white rounded-xl shadow-md overflow-hidden">
<img src="https://huggingface.co/spaces/hmaras/dandy-s-meta-mastermind/resolve/main/images/Untitled-1_19.png" alt="Pebble" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold mb-2">Pebble (M-001)</h3>
<p class="text-gray-600 mb-2"><span class="font-semibold">Unlock:</span> Ichor, 100% Twisted Pebble Research, and Toodles' Mastery Quests</p>
<p class="mb-4">Superior Distractor with the highest base movement speed. Active ability draws Twisted aggro for clutch saves.</p>
<div class="bg-gray-100 p-4 rounded-lg">
<p class="font-medium text-primary">Recommended Trinket Combo:</p>
<p class="text-secondary"><span class="font-bold">Distraction</span> - Speedy Shoes + Dog Plush</p>
<p class="text-secondary"><span class="font-bold">Extraction</span> - Magnifying Glass + Participation Award</p>
</div>
</div>
</div>
<div class="bg-white rounded-xl shadow-md overflow-hidden">
<img src="https://huggingface.co/spaces/hmaras/dandy-s-meta-mastermind/resolve/main/images/Untitled-1_27.png" alt="Sprout" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold mb-2">Sprout (M-003)</h3>
<p class="text-gray-600 mb-2"><span class="font-semibold">Unlock:</span> 4,500 Ichor, 100% Twisted Sprout Research, and Cosmo's Mastery Quests</p>
<p class="mb-4">Top-tier dedicated healer with the Medic active skill. High Skill Check stat for reliable extraction support.</p>
<div class="bg-gray-100 p-4 rounded-lg">
<p class="font-medium text-primary">Recommended Trinket Combo:</p>
<p class="text-secondary">Fancy Purse + Dandy Plush</p>
</div>
</div>
</div>
<div class="bg-white rounded-xl shadow-md overflow-hidden">
<img src="https://huggingface.co/spaces/hmaras/dandy-s-meta-mastermind/resolve/main/images/Untitled-1_29.png" alt="Vee" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold mb-2">Vee (M-002)</h3>
<p class="text-gray-600 mb-2"><span class="font-semibold">Unlock:</span> 3,000 Ichor, 100% Twisted Vee Research, and Toodles' Mastery Quests</p>
<p class="mb-4">Versatile support with Remote ability. Excellent for both extraction and team utility.</p>
<div class="bg-gray-100 p-4 rounded-lg">
<p class="font-medium text-primary">Recommended Trinket Combo:</p>
<p class="text-secondary">Vee's Remote + Magnifying Glass</p>
</div>
</div>
</div>
</div>
</main>
<custom-footer></custom-footer>
<script src="components/navbar.js"></script>
<script src="components/footer.js"></script>
<script src="script.js"></script>
<script>
feather.replace();
</script>
</body>
</html>