|
|
| (25 intermediate revisions by 2 users not shown) |
| Line 1: |
Line 1: |
| <h1>Welcome to the Official CoraTO Wiki!</h1>
| | {{MainPage}} |
| | |
| <p>
| |
| This wiki is under major import/overhaul, please take note that some of the information may be artifacts of a prior server, but not to worry, we’ll see those features here, soon, too!
| |
| </p>
| |
| | |
| <p>Check out the [[Special:Statistics|wiki stats here]]!!!!</p>
| |
| <p>Our [https://discord.gg/Wrk4YEEnXw public Discord Link is here]!!!! Come join us!!!</p>
| |
| <p>Overwhelmed and need help using the wiki? [[How to Use the Wiki|Here's some info to help you]]!</p>
| |
| | |
| <div class="wiki-sections">
| |
| | |
| <div class="wiki-card">
| |
| <h2>Huge Indexes</h2>
| |
| <ul>
| |
| <li>[[FAQ]]</li>
| |
| <li>[[Vocabulary]]</li>
| |
| <li>[[QuickList of Wiki Links & References]]</li>
| |
| <li>[[:Category:Categories|Wiki-Specific Navigation]]</li>
| |
| <li>[[:Category:MyShop Boxes|List of MyShop Boxes]] | [[MyShop WIP]] | [[MyShop Boxes (Permanent)]]</li>
| |
| </ul>
| |
| </div>
| |
| | |
| <div class="wiki-card">
| |
| <h2>Guides</h2>
| |
| <ul>
| |
| <li>[[Quick n Dirty Tips For All New Players|Quick and Dirty Tips for All New Players]]</li>
| |
| <li>[[Key Quest Guide|Key Quest Guide (WIP)]] | [[Recommended Key Quest Guide|Recommended Key Quest Guide (WIP)]]</li>
| |
| <li>[[How to Grind Galder]]</li>
| |
| <li>[[How to Compare Gear per Patch|How to Gear/Compare Gear per Patch]]</li>
| |
| <li>[[Mew's Sheep Guide]]</li>
| |
| <li>[[Mew's Guardian Guide]]</li>
| |
| <li>[[Mew's General Newbie Guide|Mew's General Newbie Guide (WIP)]]</li>
| |
| <li>[[FastlaneTM Resources|FastLane™ Resources]]</li>
| |
| <li>[[:Category:Guides|All Guides]]</li>
| |
| <li>'''[[Endgame PvE Tips to Keep Going|Post-end Game PvE Tips to Keep Playing]]!'''</li>
| |
| </ul>
| |
| </div>
| |
| | |
| <div class="wiki-card">
| |
| <h2>Server-specific Features</h2>
| |
| <ul>
| |
| <li>[[Paula (Summary and Tips)|Paula]]</li>
| |
| <li>[[Major Bugs]]</li>
| |
| <li>[[Quality Of Life Updates|QoL/Skill/Other Changes]]</li>
| |
| <li>[[PyuPyu’s Exchange (PyuPyu’s Scavenger Hunt)|PyuPyu's Exchange / Scavenger Hunt]]</li>
| |
| <li>[[Cora Coupons]]</li>
| |
| <li>[[Cora Boxes]]</li>
| |
| <li>[[Cora Eggs]]</li>
| |
| <li>[[PyuPyu Penguins]]</li>
| |
| <li>[[Harkon Defense Custom Exchanges|Harkon Shard Compound Exchange]]</li>
| |
| <li>[[Website Features]]</li>
| |
| <li>[[Fading Tower|Torres Tower]]</li>
| |
| <li>Anticipated Path of Progression</li>
| |
| <li>[[:Category:Custom Fuses|Custom Fuses]]</li>
| |
| <li>Custom Fashion</li>
| |
| </ul>
| |
| </div>
| |
| | |
| <div class="wiki-card">
| |
| <h2>General Trickster Knowledge</h2>
| |
| <ul>
| |
| <li>[[Controls and Secret Controls]]</li>
| |
| <li>[[Daily Coupons]]</li>
| |
| <li>[[Drilling]]</li>
| |
| <li>[[Important NPCs and Their Functions]]</li>
| |
| <li>[[Chaos Tower (CT)]]</li>
| |
| <li>[[Refining]]</li>
| |
| <li>Tempering</li>
| |
| <li>[[MyShop]]</li>
| |
| <li>[[MyCamp]]</li>
| |
| <li>[[Fiesta]]</li>
| |
| <li>[[Pets]]</li>
| |
| <li>Recycling</li>
| |
| <li>Treasure Maps & Black Market</li>
| |
| <li>[[1:1 Trading System]]</li>
| |
| <li>Parties & XP Share</li>
| |
| <li>[[Guilds]]</li>
| |
| <li>Marriage</li>
| |
| <li>[[Quests & QuestLog|Quests + Questlog]]</li>
| |
| <li>Fortune</li>
| |
| <li>Compounding</li>
| |
| <li>Mature Compounding</li>
| |
| <li>Exchanging</li>
| |
| <li>[[Guardian Guide (TLDR)|Guardian TLDR]] + [[Mew's Guardian Guide]]</li>
| |
| <li>Harkon Defense TLDR</li>
| |
| <li>[[Bossing]]</li>
| |
| </ul>
| |
| </div>
| |
| | |
| </div>
| |
| <style>
| |
| .wiki-sections {
| |
| display: flex;
| |
| flex-wrap: wrap;
| |
| gap: 20px;
| |
| justify-content: center;
| |
| margin: 2em auto;
| |
| /* max-width: 1200px; */
| |
| }
| |
| | |
| .wiki-card {
| |
| flex: 1 1 360px;
| |
| max-width: 360px;
| |
| background: #fff;
| |
| border: 1px solid #ddd;
| |
| border-radius: 10px;
| |
| padding: 16px;
| |
| box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
| |
| display: flex;
| |
| flex-direction: column;
| |
| }
| |
| | |
| .wiki-card h2 {
| |
| margin-top: 0;
| |
| font-size: 1.4em;
| |
| border-bottom: 1px solid #ccc;
| |
| padding-bottom: 4px;
| |
| }
| |
| | |
| .wiki-card ul {
| |
| padding-left: 1.2em;
| |
| margin: 0;
| |
| } | |
| | |
| .wiki-card li {
| |
| margin-bottom: 6px;
| |
| } | |
| | |
| </style>
| |