Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Crystals: Difference between revisions

From HarvestWiki
Use aggregate Cargo count in crystal archive
Improve structured-data editing experience
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<div class="hw-archive-banner hw-archive-banner--crystals">
<div class="hw-archive-banner hw-archive-banner--crystals">
<div class="hw-record-code">CULTIVATION ARCHIVE · CRYSTAL CODEX</div>
<div class="hw-record-code">CULTIVATION ARCHIVE · CRYSTAL INDEX</div>
<div class="hw-record-name">Crystals</div>
<div class="hw-record-name">Crystals</div>
<div class="hw-record-summary">A centralized catalogue of cultivation crystals, effect multipliers, loot weights, and their preferred herbs.</div>
<div class="hw-record-summary">Cultivation catalysts, effect multipliers, and preferred herbs derived automatically from Herb records.</div>
<div class="hw-archive-stats"><span>{{#cargo_query:tables=Crystals|fields=COUNT(*)=Count|format=plainlist}} documented crystals</span><span>Linked herb affinities</span><span>Form-managed records</span></div>
<div class="hw-archive-stats"><span>{{#cargo_query:tables=Crystals|fields=COUNT(*)=Count|format=plainlist}} documented crystals</span><span>Automatically linked herb preferences</span><span>Form-managed records</span></div>
</div>
</div>


<div class="hw-page-nav">[[Main Page|Main Page]] [[Herbs|Herb Compendium]] [[Locations|World Atlas]] [[Special:CargoTables/Crystals|Crystal Data]]</div>
<div class="hw-page-nav">[[Main Page|Main Page]] · [[Herbs|Herb Compendium]] · [[Locations|Location Archive]] · [[HarvestWiki:Data editor|Data Editor]]</div>


== Overview ==
== Overview ==
Crystal information is stored once on each crystal page through the [[Form:Crystal|Crystal form]]. Preferred-herb links are shared with the herb compendium and individual herb records.
Crystals are consumable cultivation aids that provide universal luck, preferred luck, and technique multipliers.


{{#forminput:form=Crystal|button text=Add crystal record|placeholder=New crystal page name}}
Preferred herbs are calculated from each herb's canonical Preferred crystals field. Edit those relationships in the [[HarvestWiki:Data editor|Herb data editor]].


== Crystal Index ==
== Crystal Index ==
<div class="hw-crystal-catalog">
<div class="hw-crystal-catalog">
{{#cargo_query:
{{#cargo_query:
tables=Crystals
tables=Crystals=c,Herbs=h
|fields=_pageName=Crystal,Rarity,UniversalLuck=Universal Luck,PreferredLuck=Preferred Luck,Technique,Weight=Loot Weight,PreferredHerbs=Preferred Herbs
|join on=h.PreferredCrystals HOLDS c._pageName
|order by=Name
|fields=c._pageName=Crystal,c.Rarity,c.UniversalLuck=Universal Luck,c.PreferredLuck=Preferred Luck,c.Technique,GROUP_CONCAT(h._pageName)=Preferred Herbs
|group by=c._pageName
|order by=c.Name
|format=table
|format=table
|class=wikitable hw-table sortable
|class=wikitable hw-table sortable
Line 24: Line 26:
</div>
</div>


== Loot Weights ==
[[Category:Crystals]]
The stored loot weights come directly from the supplied crystal roll table. Higher values represent a larger share of the weighted pool.


[[Category:Crystals]]
== Change History ==
{{Change History|0.01.0|0.01}}

Latest revision as of 22:18, 13 September 2026

CULTIVATION ARCHIVE · CRYSTAL INDEX
Crystals
Cultivation catalysts, effect multipliers, and preferred herbs derived automatically from Herb records.
17 documented crystalsAutomatically linked herb preferencesForm-managed records

Overview

Crystals are consumable cultivation aids that provide universal luck, preferred luck, and technique multipliers.

Preferred herbs are calculated from each herb's canonical Preferred crystals field. Edit those relationships in the Herb data editor.

Crystal Index

Crystal Rarity Universal Luck Preferred Luck Technique Preferred Herbs
Air Crystal Mortal 1.4 1.5 1.1 Breathless Dawn Herb,Silvervein Fern,Sparkling Joy Herb
Ancient Crystal Earth 3.5 2.8 1.0
Bamboo Crystal Refined 2.0 1.6 1.0
Earth Crystal Mortal 1.4 1.5 1.1 Ancient Woe Herb,Fleeting Dusk Herb,Morning Dew Flower
Emerald Crystal Refined 2.0 1.6 1.0
Flame Crystal Mortal 1.4 1.5 1.1 Crimson Sun Grass,Threeleaf Grass,Yang Lotus
Grove Crystal Mortal 1.5 1.3 1.0
Jade Crystal Spirit 2.5 2.2 1.0
Longevity Crystal Spirit 2.0 2.5 1.2 Jade Vein Ginseng,Pursuing Longevity Herb,Rainbow Root Herb
Lotus Crystal Refined 2.0 1.6 1.0
Magma Crystal Refined 1.8 1.5 1.0 Ancient Woe Herb,Teardrop Orchid,Yang Lotus
Mist Crystal Refined 1.8 1.5 1.0 Seven Petal Lotus,Sparkling Joy Herb,Yin Lotus
Moss Crystal Mortal 1.5 1.3 1.0
Sprout Crystal Mortal 1.5 1.3 1.0
Verdant Crystal Spirit 2.5 2.2 1.0
Water Crystal Mortal 1.4 1.5 1.1 Frigid Moon Grass,Redstem Root,Yin Lotus
Wood Crystal Mortal 1.4 1.5 1.1 Cloud Cap Mushroom,Pursuing Longevity Herb

Change History


Version 0.01.0

Version 0.01.0

  • Page created.