mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 10:17:22 +01:00
Add global EQP edits to always hide horns or ears.
This commit is contained in:
parent
fefa3852f7
commit
861cbc7759
4 changed files with 51 additions and 8 deletions
|
|
@ -6,7 +6,7 @@
|
|||
"$ref": "meta_enums.json#U16"
|
||||
},
|
||||
"Type": {
|
||||
"enum": [ "DoNotHideEarrings", "DoNotHideNecklace", "DoNotHideBracelets", "DoNotHideRingR", "DoNotHideRingL", "DoNotHideHrothgarHats", "DoNotHideVieraHats" ]
|
||||
"enum": [ "DoNotHideEarrings", "DoNotHideNecklace", "DoNotHideBracelets", "DoNotHideRingR", "DoNotHideRingL", "DoNotHideHrothgarHats", "DoNotHideVieraHats", "HideHorns", "HideVieraEars", "HideMiqoteEars" ]
|
||||
}
|
||||
},
|
||||
"required": [ "Type" ],
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
{
|
||||
"properties": {
|
||||
"Type": {
|
||||
"const": [ "DoNotHideHrothgarHats", "DoNotHideVieraHats" ]
|
||||
"const": [ "DoNotHideHrothgarHats", "DoNotHideVieraHats", "HideHorns", "HideVieraEars", "HideMiqoteEars" ]
|
||||
},
|
||||
"Condition": {
|
||||
"const": 0
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
{
|
||||
"properties": {
|
||||
"Type": {
|
||||
"const": [ "DoNotHideHrothgarHats", "DoNotHideVieraHats" ]
|
||||
"const": [ "DoNotHideHrothgarHats", "DoNotHideVieraHats", "HideHorns", "HideVieraEars", "HideMiqoteEars" ]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue