[Fix]Updating the Alchemist's guidebook (#1069)
* first-ru * ru-2 * en-1
This commit is contained in:
@@ -2,9 +2,11 @@
|
||||
|
||||
# Alchemist
|
||||
|
||||
TODO
|
||||
The Alchemist is one of the available in-game roles focused on brewing potions.
|
||||
|
||||
## Ways to make money
|
||||
An Alchemist always has access to one of the [color=#a4885c]Alchemy Laboratories[/color] in the city.
|
||||
|
||||
## Ways to Make Money
|
||||
|
||||
- [textlink="Alchemy" link="CP14_EN_Alchemy"]
|
||||
|
||||
|
||||
@@ -1,8 +1,110 @@
|
||||
<Document>
|
||||
# Alchemy
|
||||
# Alchemy
|
||||
|
||||
.
|
||||
.
|
||||
.
|
||||
Alchemy is one of the mechanics that allows players to create potions and other items. Alchemists can use various ingredients to craft potions with different effects. You'll need to experiment with different components to discover new recipes and improve existing ones.
|
||||
|
||||
## What You'll Work With
|
||||
|
||||
The world contains many "raw" substances - plant juices, blood of living creatures, or even crushed crystals. A skilled alchemist can transform these seemingly useless items into something valuable.
|
||||
|
||||
<Box>
|
||||
<GuideEntityEmbed Entity="CP14BlueAmanita"/>
|
||||
<GuideEntityEmbed Entity="CP14AgaricMushroom"/>
|
||||
<GuideEntityEmbed Entity="CP14Dayflin"/>
|
||||
<GuideEntityEmbed Entity="CP14ChromiumSlime"/>
|
||||
</Box>
|
||||
<Box>
|
||||
<GuideEntityEmbed Entity="CP14WildSage"/>
|
||||
<GuideEntityEmbed Entity="CP14AirLily"/>
|
||||
<GuideEntityEmbed Entity="CP14LumiMushroom"/>
|
||||
<GuideEntityEmbed Entity="CP14BloodFlower"/>
|
||||
</Box>
|
||||
<Box>
|
||||
<GuideEntityEmbed Entity="CP14CrystalAir"/>
|
||||
<GuideEntityEmbed Entity="CP14CrystalWater"/>
|
||||
<GuideEntityEmbed Entity="CP14CrystalFire"/>
|
||||
<GuideEntityEmbed Entity="CP14CrystalOrder"/>
|
||||
<GuideEntityEmbed Entity="CP14CrystalChaos"/>
|
||||
<GuideEntityEmbed Entity="CP14CrystalEarth"/>
|
||||
</Box>
|
||||
|
||||
Most "raw" ingredients can first be ground using a mortar and pestle:
|
||||
|
||||
<Box>
|
||||
<GuideEntityEmbed Entity="CP14Mortar"/>
|
||||
<GuideEntityEmbed Entity="CP14Pestle"/>
|
||||
</Box>
|
||||
|
||||
Place raw materials in the mortar and grind them thoroughly by repeatedly clicking with the pestle. Gradually all items will disappear, leaving a liquid in the mortar that you can pour wherever needed.
|
||||
|
||||
To study the liquids in containers, you can use special alchemy glasses available only to the "Alchemist" role.
|
||||
|
||||
<Box>
|
||||
<GuideEntityEmbed Entity="CP14ClothingEyesAlchemyGlasses"/>
|
||||
</Box>
|
||||
|
||||
Other useful tools include:
|
||||
- Dropper: Transfers small liquid doses (0.25u to 1u)
|
||||
- Vials of various sizes and durability
|
||||
- Cauldron: 100u container that can be heated over a bonefire or alchemy furnace
|
||||
- Big vat: Huge 500u container, that can be heated over a bonefire. Great for industrial production.
|
||||
- Alchemy furnace: Wood-fueled furnace for heating solutions
|
||||
- Mana glove: An unsophisticated but aesthetically pleasing blend of technology and magic crystals that allows you to operate with raw mana: siphoning it from some objects and pumping it into others. An extremely important function of glove for alchemist is [color=#5EABEB]Magical Splitting[/color]. It allows you to split a solution into its component parts. To use it, select [color=#5EABEB]Magical Splitting[/color] in the action bar and click on the container with the solution.
|
||||
<GuideEntityEmbed Entity="CP14ActionSpellMagicSplitting"/>
|
||||
- Solution cleaner: An alchemical device that destroys from a solution poured into it the reagent that is least in the solution. Requires an energy crystal to operate.
|
||||
- Alchemy bomb: 10u vessel that creates effect clouds when thrown
|
||||
- Thaumaturgy glasses: Scan items to see their essences
|
||||
- Essence collector: Being powered by the energy crystal, it will start sucking in all the essence floating in the air and converting it into useful liquid.
|
||||
- Essence splitter: A device capable of splitting objects into magical essence when overloaded with energy.
|
||||
|
||||
<Box>
|
||||
<GuideEntityEmbed Entity="CP14Dropper"/>
|
||||
<GuideEntityEmbed Entity="CP14VialTiny"/>
|
||||
<GuideEntityEmbed Entity="CP14VialSmall"/>
|
||||
<GuideEntityEmbed Entity="CP14VialMedium"/>
|
||||
</Box>
|
||||
|
||||
<Box>
|
||||
<GuideEntityEmbed Entity="CP14Cauldron"/>
|
||||
<GuideEntityEmbed Entity="CP14BaseVat"/>
|
||||
<GuideEntityEmbed Entity="CP14AlchemyFurnace"/>
|
||||
</Box>
|
||||
|
||||
<Box>
|
||||
<GuideEntityEmbed Entity="CP14ManaOperationGlove"/>
|
||||
<GuideEntityEmbed Entity="CP14AlchemySolutionCleaner"/>
|
||||
<GuideEntityEmbed Entity="CP14BaseAlchemyBomb"/>
|
||||
</Box>
|
||||
|
||||
<Box>
|
||||
<GuideEntityEmbed Entity="CP14ClothingEyesThaumaturgyGlasses"/>
|
||||
<GuideEntityEmbed Entity="CP14EssenceCollector"/>
|
||||
<GuideEntityEmbed Entity="CP14EssenceSplitter"/>
|
||||
</Box>
|
||||
|
||||
## Random Reaction Generation
|
||||
|
||||
Beyond fixed recipes, some reactions have random outcomes generated at round start. You'll need to experiment to discover results.
|
||||
|
||||
## Dyes
|
||||
|
||||
Alchemists can create dyes for coloring fabrics:
|
||||
- Red: 10u [color=#5c1f0a]Bloodrose nectar[/color] + 1u water(catalyst)
|
||||
- Yellow: 10u [color=#ffe269]Yellow dayfline pulp[/color] + 1u water(catalyst)
|
||||
- Blue: 10u [color=#6bb4bf]Blue amanita[/color] + 1u water(catalyst)
|
||||
|
||||
<Box>
|
||||
<GuideEntityEmbed Entity="CP14DyeRed"/>
|
||||
<GuideEntityEmbed Entity="CP14DyeYellow"/>
|
||||
<GuideEntityEmbed Entity="CP14DyeBlue"/>
|
||||
</Box>
|
||||
|
||||
## Tips
|
||||
|
||||
- Experiment! Alchemy is fun! Don't fear trying new combinations.
|
||||
- Ask Adventurers for help obtaining rare ingredients.
|
||||
- Not all impurities are useless - some aid potion creation.
|
||||
- The Freeze spell stops furnaces from wasting fuel.
|
||||
<GuideEntityEmbed Entity="CP14ActionSpellFreeze"/>
|
||||
- Chromium slime can invert reagent effects when heated with Empty solution.
|
||||
</Document>
|
||||
|
||||
@@ -5,15 +5,37 @@
|
||||
Minimal units of being. By obtaining them from splitting items and precursers, and folding them into more complex variants, you can use them to create the alchemical potions you require.
|
||||
|
||||
## Basic 6 essences:
|
||||
<Box>
|
||||
<GuideEntityEmbed Entity="CP14EssenceAir"/>
|
||||
<GuideEntityEmbed Entity="CP14EssenceWater"/>
|
||||
<GuideEntityEmbed Entity="CP14EssenceFire"/>
|
||||
<GuideEntityEmbed Entity="CP14EssenceOrder"/>
|
||||
<GuideEntityEmbed Entity="CP14EssenceChaos"/>
|
||||
<GuideEntityEmbed Entity="CP14EssenceEarth"/>
|
||||
</Box>
|
||||
|
||||
<GuideReagentGroupEmbed Group="CP14MagicEssenceT0"/>
|
||||
|
||||
## First Compound Essences:
|
||||
|
||||
<Box>
|
||||
<GuideEntityEmbed Entity="CP14EssenceFrost"/>
|
||||
<GuideEntityEmbed Entity="CP14EssenceLight"/>
|
||||
<GuideEntityEmbed Entity="CP14EssenceMotion"/>
|
||||
<GuideEntityEmbed Entity="CP14EssenceCycle"/>
|
||||
<GuideEntityEmbed Entity="CP14EssenceEnergia"/>
|
||||
<GuideEntityEmbed Entity="CP14EssenceVoid"/>
|
||||
</Box>
|
||||
<Box>
|
||||
<GuideEntityEmbed Entity="CP14EssencePoison"/>
|
||||
<GuideEntityEmbed Entity="CP14EssenceLife"/>
|
||||
<GuideEntityEmbed Entity="CP14EssenceCrystal"/>
|
||||
</Box>
|
||||
<GuideReagentGroupEmbed Group="CP14MagicEssenceT1"/>
|
||||
|
||||
## Second Compound Essences:
|
||||
|
||||
<Box>
|
||||
<GuideEntityEmbed Entity="CP14EssenceMagic"/>
|
||||
</Box>
|
||||
<GuideReagentGroupEmbed Group="CP14MagicEssenceT2"/>
|
||||
|
||||
</Document>
|
||||
@@ -2,7 +2,9 @@
|
||||
|
||||
# Алхимик
|
||||
|
||||
TODO
|
||||
Алхимик - одна из доступных игровых ролей, сосредоточенная на приготовлении зельев.
|
||||
|
||||
Алхимик всегда имеет в своем распоряжении одну из [color=#a4885c]Алхимических лабораторий[/color] в городе.
|
||||
|
||||
## Способы заработка
|
||||
|
||||
|
||||
@@ -1,67 +1,111 @@
|
||||
<Document>
|
||||
# Алхимия
|
||||
# Алхимия
|
||||
|
||||
.
|
||||
Алхимия - одна из механик, которая позволяет игрокам создавать зелья и другие вещи. Алхимики могут использовать различные ингредиенты, чтобы создать зелья с различными эффектами. Вам придется экспериментировать с различными ингредиентами, чтобы найти новые рецепты и улучшить старые.
|
||||
|
||||
## С чем вам придется работать
|
||||
## С чем вам придется работать
|
||||
|
||||
В мире можно найти большое количество "сырых" веществ. Соки растений, кровь живых существ, или даже раздробленные кристаллы. Грамотный алхимик может преобразовать эти, для большинства людей, бесполезные предметы, в нечто ценное.
|
||||
В мире можно найти большое количество "сырых" веществ. Соки растений, кровь живых существ, или даже раздробленные кристаллы. Грамотный алхимик может преобразовать эти, для большинства людей, бесполезные предметы, в нечто ценное.
|
||||
|
||||
<Box>
|
||||
<GuideEntityEmbed Entity="CP14BlueAmanita"/>
|
||||
<GuideEntityEmbed Entity="CP14AgaricMushroom"/>
|
||||
<GuideEntityEmbed Entity="CP14ChromiumSlime"/>
|
||||
</Box>
|
||||
<Box>
|
||||
<GuideEntityEmbed Entity="CP14WildSage"/>
|
||||
<GuideEntityEmbed Entity="CP14AirLily"/>
|
||||
<GuideEntityEmbed Entity="CP14LumiMushroom"/>
|
||||
</Box>
|
||||
<Box>
|
||||
<GuideEntityEmbed Entity="CP14BlueAmanita"/>
|
||||
<GuideEntityEmbed Entity="CP14AgaricMushroom"/>
|
||||
<GuideEntityEmbed Entity="CP14Dayflin"/>
|
||||
<GuideEntityEmbed Entity="CP14ChromiumSlime"/>
|
||||
</Box>
|
||||
<Box>
|
||||
<GuideEntityEmbed Entity="CP14WildSage"/>
|
||||
<GuideEntityEmbed Entity="CP14AirLily"/>
|
||||
<GuideEntityEmbed Entity="CP14LumiMushroom"/>
|
||||
<GuideEntityEmbed Entity="CP14BloodFlower"/>
|
||||
</Box>
|
||||
<Box>
|
||||
<GuideEntityEmbed Entity="CP14CrystalAir"/>
|
||||
<GuideEntityEmbed Entity="CP14CrystalWater"/>
|
||||
<GuideEntityEmbed Entity="CP14CrystalFire"/>
|
||||
<GuideEntityEmbed Entity="CP14CrystalOrder"/>
|
||||
<GuideEntityEmbed Entity="CP14CrystalChaos"/>
|
||||
<GuideEntityEmbed Entity="CP14CrystalEarth"/>
|
||||
</Box>
|
||||
|
||||
Большая часть таких "сырых" ингредиентов может быть сначала измельчена при помощи пестика и ступки:
|
||||
|
||||
Большая часть таких "сырых" ингредиентов может быть сначала измельчена при помощи пестика и ступки:
|
||||
<Box>
|
||||
<GuideEntityEmbed Entity="CP14Mortar"/>
|
||||
<GuideEntityEmbed Entity="CP14Pestle"/>
|
||||
</Box>
|
||||
|
||||
<Box>
|
||||
<GuideEntityEmbed Entity="CP14Mortar"/>
|
||||
<GuideEntityEmbed Entity="CP14Pestle"/>
|
||||
</Box>
|
||||
Положив сырые вещества внутрь ступки, вам нужно тщательно измельчить их, часто кликая пестиком. Постепенно все предметы исчезнут, и в ступке останется жидкость, которую вы можете перелить куда вам нужно.
|
||||
|
||||
Чтобы изучить, что за жидкости находятся в емкостях, вы можете использовать специальные алхимические очки, доступные только для роли "Алхимик".
|
||||
|
||||
Положив сырые вещества внутрь ступки, вам нужно тщательно измеличьть их, часто кликая пестиком. Постепенно все предметы исчезнут, и в ступке останется жидкость, которую вы можете перелить куда вам нужно.
|
||||
<Box>
|
||||
<GuideEntityEmbed Entity="CP14ClothingEyesAlchemyGlasses"/>
|
||||
</Box>
|
||||
|
||||
Чтобы изучить, что за жидкости находятся в емкостях, вы можете использовать специальные алхимические очки, доступные только для роли "Алхимик".
|
||||
Также в вашей науке вам могут помочь следующие инструменты:
|
||||
- Пипетка. Позволяет переносить небольшие дозы жидкостей, от 0.25u до 1u.
|
||||
- Флаконы разных размеров и прочности.
|
||||
- Котел. Неплохая емкость, вмещающая 100u, которую можно нагревать на костре или алхимической печи.
|
||||
- Большой чан. Огромная емкость, вмещающая 500u, которую можно нагревать на костре. Поможет для производства веществ в промышленных масштабах.
|
||||
- Алхимическая печь. Печь, работающая на древесном топливе, позволяющая нагревать ваши растворы.
|
||||
- Мана-перчатка. Несложная, но эстетически приятная смесь технологии и магических кристаллов, позволяющая оперировать сырой маной: высасывать ее из одних предметов и вливать в другие. Крайне важной функцией перчатки для алхимика является [color=#5EABEB]Магическое расщепление[/color]. Позволяет расщеплять раствор на его составные части. Для использования выберите в панели действий [color=#5EABEB]Магическое расщепление[/color] и нажмите на емкость с раствором.
|
||||
<GuideEntityEmbed Entity="CP14ActionSpellMagicSplitting"/>
|
||||
- Очиститель растворов. Технологичное устройство, убирающее из раствора реагент, которого в нем меньше всего. Требуется энергокристалл для работы.
|
||||
- Алхимическая бомба. Сосуд, который вмещает 10u. Будучи наполненным любым реагентом и брошенным на землю, создаст алхимическое облако, которое будет применять на всех существ все реагенты зелья.
|
||||
- Тауматургические очки. Очки, позволяющие сканировать предметы и видеть эссенции в них.
|
||||
- Сборщик эссенций. Запитанный от энергетического кристалла, он начнет всасывать всю парящую в воздухе эссенцию и преобразовывать ее в полезную жидкость.
|
||||
- Разделитель эссенций. Устройство, способное расщеплять предметы на эссенции при перегрузке энергией.
|
||||
|
||||
<Box>
|
||||
<GuideEntityEmbed Entity="CP14ClothingEyesAlchemyGlasses"/>
|
||||
</Box>
|
||||
<Box>
|
||||
<GuideEntityEmbed Entity="CP14Dropper"/>
|
||||
<GuideEntityEmbed Entity="CP14VialTiny"/>
|
||||
<GuideEntityEmbed Entity="CP14VialSmall"/>
|
||||
<GuideEntityEmbed Entity="CP14VialMedium"/>
|
||||
</Box>
|
||||
|
||||
<Box>
|
||||
<GuideEntityEmbed Entity="CP14Cauldron"/>
|
||||
<GuideEntityEmbed Entity="CP14BaseVat"/>
|
||||
<GuideEntityEmbed Entity="CP14AlchemyFurnace"/>
|
||||
</Box>
|
||||
|
||||
Так же в вашей науке вам могут помочь следующие инструменты:
|
||||
- Пипетка. Позволяет переносить небольшие дозы жидкостей, от 0.25u до 1u
|
||||
- Флаконы разных размеров и прочности.
|
||||
- Небольшой котел. Неплохая емкость, которую можно греть на алхимической плите.
|
||||
- Большой чан. Огромная емкость, которую можно разогревать на костре. Поможет для производства веществ в промышленных масштабах.
|
||||
- Алхимическая печь. Печь, работающая на древесном топливе, позволяющая нагревать ваши растворы.
|
||||
- Очиститель растворов. Технологичное устройство, убирающее из раствора реагент, которого в нем меньше всего. Требуется энергокристалл для работы.
|
||||
<Box>
|
||||
<GuideEntityEmbed Entity="CP14ManaOperationGlove"/>
|
||||
<GuideEntityEmbed Entity="CP14AlchemySolutionCleaner"/>
|
||||
<GuideEntityEmbed Entity="CP14BaseAlchemyBomb"/>
|
||||
</Box>
|
||||
|
||||
<Box>
|
||||
<GuideEntityEmbed Entity="CP14Cauldron"/>
|
||||
<GuideEntityEmbed Entity="CP14AlchemyFurnace"/>
|
||||
<GuideEntityEmbed Entity="CP14EssenceCollector"/>
|
||||
<GuideEntityEmbed Entity="CP14BaseVat"/>
|
||||
</Box>
|
||||
<Box>
|
||||
<GuideEntityEmbed Entity="CP14Dropper"/>
|
||||
<GuideEntityEmbed Entity="CP14VialTiny"/>
|
||||
<GuideEntityEmbed Entity="CP14VialSmall"/>
|
||||
</Box>
|
||||
<Box>
|
||||
<GuideEntityEmbed Entity="CP14ClothingEyesThaumaturgyGlasses"/>
|
||||
<GuideEntityEmbed Entity="CP14EssenceCollector"/>
|
||||
<GuideEntityEmbed Entity="CP14EssenceSplitter"/>
|
||||
</Box>
|
||||
|
||||
## Система базовых реагентов
|
||||
## Случайная генерация реакций
|
||||
|
||||
.
|
||||
Кроме заранее заготовленных рецептов с известным выходом, существуют реакции, которые могут иметь случайный выход. Такие реакции генерируются в начале раунда и действуют весь раунд. Вам придется экспериментировать с этим рецептом, чтобы узнать, что получится в итоге.
|
||||
|
||||
## Случайная генерация реакций
|
||||
## Красители
|
||||
|
||||
.
|
||||
Кроме приготовления лечебных или не очень зельев, алхимики могут создавать красители, которые могут продавать. Красители можно использовать для окрашивания тканей.
|
||||
|
||||
</Document>
|
||||
- Красный краситель - 10u [color=#5c1f0a]Нектар кровавых роз[/color] и 1u воды (катализатор).
|
||||
- Желтый краситель - 10u [color=#ffe269]Мякоть солнечных днецветов[/color] и 1u воды (катализатор).
|
||||
- Синий краситель - 10u [color=#6bb4bf]Лазурная Аманита[/color] и 1u воды (катализатор).
|
||||
|
||||
<Box>
|
||||
<GuideEntityEmbed Entity="CP14DyeRed"/>
|
||||
<GuideEntityEmbed Entity="CP14DyeYellow"/>
|
||||
<GuideEntityEmbed Entity="CP14DyeBlue"/>
|
||||
</Box>
|
||||
|
||||
## Советы
|
||||
|
||||
- Экспериментируйте! Алхимия это весело! Не бойтесь попробовать что-то новое и находить новые рецепты.
|
||||
- Просите Авантюристов о помощи. Они могут принести вам ингредиенты с демипланов или купить зелья у вас.
|
||||
- Не все примеси бесполезны. Некоторые из них могут быть использованы для создания/очистки зелий или помочь вам сэкономить деньги на реагентах, даже в малых количествах зелья могут быть очень сильными.
|
||||
- Заклинание Заморозка позволяет затушить печь, чтобы не тратить лишнее топливо.
|
||||
<GuideEntityEmbed Entity="CP14ActionSpellFreeze"/>
|
||||
- Хромиевая слизь может выручить вас в трудную минуту. При нагреве её и пустого раствора, инвертирует эффекты реагентов. Это может позволить вам сделать из 200 ядовитого раствора 200 ядовыводящего раствора!
|
||||
</Document>
|
||||
@@ -5,15 +5,36 @@
|
||||
Минимальные единицы сущего. Получая их из расщепления предметов и веществ, и складывая в более сложные варианты, вы можете использовать их для создания требуемых для вас алхимических зелий.
|
||||
|
||||
## Базовые 6 эссенций:
|
||||
|
||||
<Box>
|
||||
<GuideEntityEmbed Entity="CP14EssenceAir"/>
|
||||
<GuideEntityEmbed Entity="CP14EssenceWater"/>
|
||||
<GuideEntityEmbed Entity="CP14EssenceFire"/>
|
||||
<GuideEntityEmbed Entity="CP14EssenceOrder"/>
|
||||
<GuideEntityEmbed Entity="CP14EssenceChaos"/>
|
||||
<GuideEntityEmbed Entity="CP14EssenceEarth"/>
|
||||
</Box>
|
||||
<GuideReagentGroupEmbed Group="CP14MagicEssenceT0"/>
|
||||
|
||||
## Эссенции первого сложения:
|
||||
|
||||
<Box>
|
||||
<GuideEntityEmbed Entity="CP14EssenceFrost"/>
|
||||
<GuideEntityEmbed Entity="CP14EssenceLight"/>
|
||||
<GuideEntityEmbed Entity="CP14EssenceMotion"/>
|
||||
<GuideEntityEmbed Entity="CP14EssenceCycle"/>
|
||||
<GuideEntityEmbed Entity="CP14EssenceEnergia"/>
|
||||
<GuideEntityEmbed Entity="CP14EssenceVoid"/>
|
||||
</Box>
|
||||
<Box>
|
||||
<GuideEntityEmbed Entity="CP14EssencePoison"/>
|
||||
<GuideEntityEmbed Entity="CP14EssenceLife"/>
|
||||
<GuideEntityEmbed Entity="CP14EssenceCrystal"/>
|
||||
</Box>
|
||||
<GuideReagentGroupEmbed Group="CP14MagicEssenceT1"/>
|
||||
|
||||
## Эссенции второго сложения:
|
||||
|
||||
<Box>
|
||||
<GuideEntityEmbed Entity="CP14EssenceMagic"/>
|
||||
</Box>
|
||||
<GuideReagentGroupEmbed Group="CP14MagicEssenceT2"/>
|
||||
|
||||
</Document>
|
||||
Reference in New Issue
Block a user