Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update overrides.yaml #160

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions config/overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1601,6 +1601,44 @@ species:
4: "Skin Highlights"
5: "Body Highlights"

# Additional Creatures 2: Wild Ark mod creatures colour region names
/Game/Mods/AC2/gigas/Gigas_Character_BP.Gigas_Character_BP:
color_regions:
region_names:
0: null
1: null
2: "Lateral Pattern"
3: "Flanks"
4: null
5: "Underside Pattern"
/Game/Mods/AC2/Taco/Taco_Character_bp.Taco_Character_bp:
color_regions:
region_names:
0: "Underside"
1: "Quills"
2: "Main Body"
3: "Eyes"
4: "Quill Bands"
5: "Body Pattern"
/Game/Mods/AC2/pelta/Pelta_Character_BP.Pelta_Character_BP:
color_regions:
region_names:
0: "Main Body"
1: null
2: null
3: null
4: "Tail"
5: "Underside"
/Game/Mods/AC2/Torosaurus/Torosaur_Character_BP.Torosaur_Character_BP:
color_regions:
region_names:
0: "Main Body"
1: null
2: "Face Accents"
3: "Stripe Pattern"
4: null
5: "Underside"

# Additional Creatures: Aquaria mod creatures colour region names
/Game/Mods/Aquaria/FIsh/Tigerfish/GoliathTigerfish_Character_bp:
color_regions:
Expand Down