Skip to content

Commit

Permalink
Add support for affixes loot table (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
hguy authored Aug 7, 2022
1 parent c348f29 commit 9cb6f0a
Show file tree
Hide file tree
Showing 49 changed files with 10,160 additions and 8,982 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ Works with all expansions!
- Powerful search
- Cheats
- Items
- Extract relic/charm from items at no cost, keeping both
- Modify the relic/charm/artefact completion bonus
- Complete relic/charm from a single piece
- Craft an artifact from its recipe
- Create missing set pieces
- [Extract relic/charm from items at no cost, keeping both](documentation/AFFIXES.md#RelicRemoval)
- [Modify the relic/charm/artefact completion bonus](documentation/AFFIXES.md#RelicCompletion)
- [Complete relic/charm from a single piece](documentation/AFFIXES.md#RelicCompleteStack)
- [Craft an artifact from its recipe](documentation/AFFIXES.md#Formula)
- [Change item seed](documentation/AFFIXES.md#Seed)
- [Create missing set pieces](documentation/AFFIXES.md#MissingSetPiece)
- [Craft custom items](/documentation/FORGE.md)
- [Change items affixes](documentation/AFFIXES.md)
- Duplicate any item
- Characters
- Redisribute attribute points
Expand Down
1 change: 1 addition & 0 deletions TQVaultAE.sln
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TQVaultAE.GUI", "src\TQVaul
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{20915EFE-C25B-499E-9CB6-5888F29BC32F}"
ProjectSection(SolutionItems) = preProject
documentation\AFFIXES.md = documentation\AFFIXES.md
CHANGELOG.md = CHANGELOG.md
CONTRIBUTING.md = CONTRIBUTING.md
documentation\FORGE.md = documentation\FORGE.md
Expand Down
106 changes: 106 additions & 0 deletions documentation/AFFIXES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
# Item editing features

Beside the [Forge](FORGE.md) that can be overkill, TQvault let you tweek some items in a respectful manner.

You can choose item affixes from regular loot table instead of farming duplicate and using the forge.

### _Theory crafting made easy!!_

_**Note : "Item editing feature" must be enable in the settings.**_

---

## Table of contents
* [Prefix change](#Prefix)
* [Suffix change](#Suffix)
* [Broken items](#Broken)
* [Affixes removal](#Remove)
* [Affixes display mode](#DisplayMode)
* [Artefact creation](#Formula)
* [Artefact completion bonus change](#Artefact)
* [Relic and charm completion](#RelicCompleteStack)
* [Relic and charm completion bonus change](#RelicCompletion)
* [Relics removal](#RelicRemoval)
* [Socketed relic and charm completion bonus change](#SocketedRelicCompletion)
* [Item seed change](#Seed)
* [Create missing set pieces](#MissingSetPiece)

---

### <a id="Prefix"></a>Prefix change

![Prefix change](affixes/prefix.png)

---

### <a id="Suffix"></a>Suffix change

![Suffix change](affixes/suffix.png)

---

### <a id="Broken"></a>Broken affix when available

![Broken affix when available](affixes/broken.png)

---

### <a id="Remove"></a>Affixes removal

![Affixes removal](affixes/removeaffixes.png)

---

### <a id="DisplayMode"></a>Affixes display mode

![Affixes removal](affixes/displaymode.png)

---

### <a id="Formula"></a>Artefact creation

![Artefact creation](affixes/artefactcreation.png)

---

### <a id="Artefact"></a>Artefact completion bonus change

![Artefact completion bonus change](affixes/artefactcompletion.png)

---

### <a id="RelicCompleteStack"></a>Relic and charm completion

![Relic and charm completion](affixes/reliccompletestack.png)

---

### <a id="RelicCompletion"></a>Relic and charm completion bonus change

![Relic and charm completion bonus change](affixes/reliccompletion.png)

---

### <a id="SocketedRelicCompletion"></a>Socketed relic and charm completion bonus change

![Socketed relic and charm completion bonus change](affixes/socketedreliccompletion.png)

---

### <a id="RelicRemoval"></a>Relics removal

![Relics removal](affixes/removerelic.png)

---

### <a id="Seed"></a>Item seed change

| ![Open Seed form](affixes/seed1.png) | ![Change Seed](affixes/seed2.png)

---

### <a id="MissingSetPiece"></a>Create missing set pieces

![Create missing set pieces](affixes/missingset.png)


Binary file added documentation/affixes/artefactcompletion.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added documentation/affixes/artefactcreation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added documentation/affixes/broken.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added documentation/affixes/displaymode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added documentation/affixes/missingset.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added documentation/affixes/prefix.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added documentation/affixes/reliccompletestack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added documentation/affixes/reliccompletion.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added documentation/affixes/removeaffixes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added documentation/affixes/removerelic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added documentation/affixes/seed1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added documentation/affixes/seed2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added documentation/affixes/suffix.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9cb6f0a

Please sign in to comment.