Skip to content

Commit 8e6e887

Browse files
authored
Merge pull request #82750 from gettingusedto/gossamer-clothing-devariant
[XEDRA Evolved] gossamer clothing devarianting
2 parents 58b83bb + 1f5ea53 commit 8e6e887

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

data/mods/Xedra_Evolved/items/clothes.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,8 @@
348348
"moves": 80
349349
}
350350
],
351-
"armor": [ { "encumbrance": [ 5, 7 ], "coverage": 100, "covers": [ "leg_l", "leg_r" ] } ]
351+
"armor": [ { "encumbrance": [ 5, 7 ], "coverage": 100, "covers": [ "leg_l", "leg_r" ] } ],
352+
"variants": [ ]
352353
},
353354
{
354355
"id": "pants_no_pocket_gossamer",
@@ -361,7 +362,8 @@
361362
"color": "white",
362363
"material": [ "fae_cotton" ],
363364
"pocket_data": [ ],
364-
"armor": [ { "encumbrance": 4, "coverage": 100, "covers": [ "leg_l", "leg_r" ] } ]
365+
"armor": [ { "encumbrance": 4, "coverage": 100, "covers": [ "leg_l", "leg_r" ] } ],
366+
"variants": [ ]
365367
},
366368
{
367369
"id": "skirt_gossamer",
@@ -373,7 +375,8 @@
373375
"proportional": { "weight": 0.6666, "price": 2 },
374376
"color": "white",
375377
"material": [ "fae_cotton" ],
376-
"pocket_data": [ ]
378+
"pocket_data": [ ],
379+
"variants": [ ]
377380
},
378381
{
379382
"id": "skirt_long_gossamer",
@@ -415,7 +418,8 @@
415418
"encumbrance": 3
416419
},
417420
{ "covers": [ "leg_l", "leg_r" ], "specifically_covers": [ "leg_upper_l", "leg_upper_r" ], "coverage": 60 }
418-
]
421+
],
422+
"variants": [ ]
419423
},
420424
{
421425
"id": "slippers_gossamer",

0 commit comments

Comments
 (0)