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
m Removed crystal data.
Improve structured-data editing experience
 
(3 intermediate revisions by one other user 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 ARCHIVE</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 archive 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 preferences</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|Location Archive]]</div>
<div class="hw-page-nav">[[Main Page|Main Page]] · [[Herbs|Herb Compendium]] · [[Locations|Location Archive]] · [[HarvestWiki:Data editor|Data Editor]]</div>


== Overview ==
== Overview ==
Crystals are useful consumables that can be used to help you get the [[herbs|herb]] that you need, they also give you a universal luck boost and technique boost depending on their type. All of them have one or more preferred [[herbs]].
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 [[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 23: Line 26:
</div>
</div>


== Loot Weights ==
[[Category:Crystals]]
The loot weight represents a value of the crystal in the loot pool. The higher it is the higher chance for you to get that crystal.


[[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.