-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
636de67
commit 17fba83
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,6 +56,7 @@ | |
- Fyrak Assault | ||
- Embellishments | ||
- Item Enhancements | ||
- Dreaming Crests | ||
|
||
## Bugs? | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
category_name = "Guardians of the Dream (10.2)" | ||
category_color = 0x0B9600 | ||
category_description = { _ = "Items which can be found and used in the Emerald Dream and related zones." } | ||
mergeable = true | ||
merged_by_default = false | ||
|
||
[dreaming_crests] | ||
name = "Dreaming Crests" | ||
description = { _ = "This category contains Dreaming Crests, which can be used to upgrade gear." } | ||
color = 0x7EFF00 | ||
items = [206960, 206961, 206977, 208393, 208394, 208395, 208568, 208569, 208570] |