mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Update shp conditions.
This commit is contained in:
parent
fbc4c2d054
commit
e326e3d809
8 changed files with 137 additions and 179 deletions
|
|
@ -29,6 +29,10 @@
|
|||
"$anchor": "SubRace",
|
||||
"enum": [ "Unknown", "Midlander", "Highlander", "Wildwood", "Duskwight", "Plainsfolk", "Dunesfolk", "SeekerOfTheSun", "KeeperOfTheMoon", "Seawolf", "Hellsguard", "Raen", "Xaela", "Helion", "Lost", "Rava", "Veena" ]
|
||||
},
|
||||
"ShapeConnectorCondition": {
|
||||
"$anchor": "ShapeConnectorCondition",
|
||||
"enum": [ "None", "Wrists", "Waist", "Ankles" ]
|
||||
},
|
||||
"U8": {
|
||||
"$anchor": "U8",
|
||||
"oneOf": [
|
||||
|
|
|
|||
|
|
@ -17,11 +17,8 @@
|
|||
"maxLength": 30,
|
||||
"pattern": "^shpx_"
|
||||
},
|
||||
"ShapeCondition": {
|
||||
"type": "string",
|
||||
"minLength": 8,
|
||||
"maxLength": 30,
|
||||
"pattern": "^shpx_(wa|an|wr)_"
|
||||
"ConnectorCondition": {
|
||||
"$ref": "meta_enums.json#ShapeConnectorCondition"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue