# The Archadian Alchemist

<figure><img src="https://627854888-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fpfp5mZuJjTxQQw5c1qVd%2Fuploads%2FZ6iWbHkpjn2eIxkQ4Piq%2FGroup%2098.png?alt=media&#x26;token=187f29d3-7274-4042-952e-d620faa59e4f" alt=""><figcaption></figcaption></figure>

### Overview

The Archadian Alchemist is a mod for Final Fantasy XII: The Zodiac Age that adds an alchemy system allowing players to modify equipment through an NPC questline. Players can enhance weapons, armor, and accessories with elemental bindings and attribute refinements.

The mod works out of the box for end users while providing extensive configuration options for modders.

***

#### The story

Thorne is a researcher who once served the Archadian Empire, sent to aid the war effort through alchemy. When the conflict ended, the Empire abandoned its outposts, leaving Thorne stranded in Nalbina Fortress with his work abandoned and supplies cut off.

<figure><img src="https://627854888-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fpfp5mZuJjTxQQw5c1qVd%2Fuploads%2Fyr7mqWkUJna3D1AhTAt3%2FGroup%20101.png?alt=media&#x26;token=6848df6a-f92c-491d-9b96-5c13c16dea2c" alt=""><figcaption></figcaption></figure>

When you encounter Thorne in Nalbina Fortress, his laboratory stands in disrepair. Your decision to help him rebuild his workshop unlocks access to the alchemy system, allowing you to modify equipment in ways previously impossible.

***

<p align="center"><mark style="color:$primary;"><strong>Bind an element to equipment, reshaping its combat nature.</strong></mark></p>

<figure><img src="https://627854888-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fpfp5mZuJjTxQQw5c1qVd%2Fuploads%2FBEnEp8nssObK1uXcJ1OE%2FSem%20T%C3%ADtulo-2.png?alt=media&#x26;token=e8aaba01-4dcf-4eab-98a8-66d5e1b06be1" alt=""><figcaption></figcaption></figure>

<p align="center"><mark style="color:$primary;">Refine equipment attributes to maximize your build’s potential</mark></p>

<figure><img src="https://627854888-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fpfp5mZuJjTxQQw5c1qVd%2Fuploads%2F7VorGx0rRpI67oXQerHt%2FSem%20T%C3%ADtulo-1.png?alt=media&#x26;token=913d3cba-f19a-483e-9ae4-170e8a54571d" alt=""><figcaption></figcaption></figure>

***

#### Core Features

<mark style="color:$primary;">**Equipment Modification System**</mark>

Modify equipment through methods: Attune Attribute, Imbue Elemental On-Hit, Infuse Status Effect On-Hit, Infuse Status Effect On-Equip, Infuse Status Effect Immunity, and Imbue Elemental Affinity. All modifications are permanent and stored directly on equipment.

<mark style="color:$primary;">**Questline Integration**</mark>

A questline system gates content based on story progress. Help Thorne rebuild his workshop to unlock increasingly powerful alchemy capabilities. Modders can bypass story gating using symbol-based control for programmatic unlocks.

<mark style="color:$primary;">**Attune Attribute**</mark>

Enhance equipment attributes to maximize your build's potential: attack power, defense, magick resist, range, charge time, evasion, stats, and more.

<mark style="color:$primary;">**Imbue Elemental On-Hit**</mark>

Imbue any of the eight elements to weapon as an on-hit effect: Fire, Lightning, Ice, Earth, Water, Wind, Holy and Dark. Each element requires specific reagents and gil. Bindings can be removed to return equipment to a neutral state.

<mark style="color:$primary;">**Infuse Status Effect**</mark>

Infuse status effects to equipment as on-hit or on-equip effects. On-hit effects trigger on attack with a chance to inflict a status. On-equip effects apply a permanent buff while the item is worn. Equipment can also be made immune to specific status effects.

<mark style="color:$primary;">**Imbue Elemental Affinity**</mark>

Alter how equipment interacts with elemental damage: Weak, Half, Immune, Potency and Absorb. Each affinity changes the damage relationship with a specific element.

<mark style="color:$primary;">**Category-Based Configuration**</mark>

Each equipment type (weapons, armor, shields, accessories, ammunition) has its own configuration file, allowing different costs and values for the same attribute across categories.

<mark style="color:$primary;">**Effort and Reward Balance**</mark>

Every modification requires both gil and specific loot items. Costs scale with power, basic refinements use common reagents, while advanced transmutations demand rare materials.

<mark style="color:$primary;">**Unlock Management**</mark>

Content unlocks through story-based progression or programmatic control via symbols. Elements and attributes unlock in tiers, preventing overpowered modifications early in the game.

<mark style="color:$primary;">**Complete Configuration Freedom**</mark>

Every aspect is configurable through Lua files: costs, values, unlock requirements, available equipment, attribute scaling, and element availability. Default settings work for end users; modders can reshape the entire system.

<mark style="color:$primary;">**Progress Synchronization**</mark>

All modifications and progress are saved directly to your savegame. Every elemental binding, attribute refinement, and unlock state persists across sessions, ensuring your customized equipment and achievements remain intact.

<mark style="color:$primary;">**Symbol System for Modders**</mark>

Integrate with other mods through a symbol-based interface. External scripts can read and write quest status, element tiers, and attribute tiers directly, enabling seamless integration with custom quest systems or other modifications.

***

#### For End Users

The mod works out of the box with sensible defaults. Install and follow Thorne's questline to unlock alchemy capabilities. No configuration required, balanced costs, appropriate unlock timing, and complete equipment modifications are ready to use.

#### For Modders

Extensive configuration through well-structured Lua files. Every cost, value, unlock requirement, and system behavior can be customized. Configuration files are organized logically with clear separation between equipment lists, element costs, attribute definitions per category, and questline progression. The symbol system provides programmatic control for mod-to-mod integration.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://fehdead.gitbook.io/the-archadian-alchemist/the-archadian-alchemist.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
