Topic: Mismatched BUR

Posted under Tag Alias and Implication Suggestions

The bulk update request #8575 is pending approval.

create implication asymmetrical_clothing (221) -> clothing (2278357)
create implication asymmetrical_footwear (161) -> asymmetrical_clothing (221)
create implication asymmetrical_footwear (161) -> footwear (293997)
create implication asymmetrical_socks (0) -> asymmetrical_footwear (161)
create implication asymmetrical_socks (0) -> socks (71270)
create implication asymmetrical_shoes (0) -> asymmetrical_footwear (161)
create implication asymmetrical_shoes (0) -> shoes (219738)
create implication asymmetrical_legwear (38) -> asymmetrical_clothing (221)
create implication asymmetrical_legwear (38) -> legwear (335168)
create implication asymmetrical_stockings (1) -> asymmetrical_legwear (38)
create implication asymmetrical_stockings (1) -> stockings (120210)
create implication asymmetrical_bottomwear (0) -> bottomwear (457040)
create implication asymmetrical_bottomwear (0) -> asymmetrical_clothing (221)
create implication asymmetrical_pants (16) -> asymmetrical_bottomwear (0)
create implication asymmetrical_pants (16) -> pants (198258)
create implication asymmetrical_handwear (0) -> asymmetrical_clothing (221)
create implication asymmetrical_handwear (0) -> handwear (225498)
create implication asymmetrical_gloves (0) -> asymmetrical_handwear (0)
create implication asymmetrical_gloves (0) -> gloves (215073)
create implication asymmetrical_armwear (0) -> asymmetrical_clothing (221)
create implication asymmetrical_armwear (0) -> armwear (94261)

Reason: Just trying to standardize this, for clothing that doesn't match on both sides.

Updated

waydence said:
Asymmetrical seems like a more versal term. Mismatched works for things that come in pairs, but breaks down for single items.
What's this clothing mismatched with?
post #1109538 post #3919262
Also not to be confused with one_*_on:
post #4586223

I originally had it as asymmetrical_* and I'm not against swapping it, ahaha. I would agree it's the better name.

TBH I would imply one_* to ashmmetrical_* since fundamentally if you're only wearing one sock, your socks aren't matching on both sides. But there might be weird edge cases.

Updated

The bulk update request #8583 is pending approval.

create alias mismatched_clothing (18) -> asymmetrical_clothing (221)
create alias mismatched_footwear (22) -> asymmetrical_footwear (161)
create alias mismatched_legwear (47) -> asymmetrical_legwear (38)
create alias mismatched_handwear (2) -> asymmetrical_handwear (0)
create alias mismatched_gloves (13) -> asymmetrical_gloves (0)
create alias mismatched_armwear (6) -> asymmetrical_armwear (0)

Reason: Moving aliases to separate BUR because BUR too long, pointing to asymmetrical_* instead like my initial plan since it encompasses more.

Missed a couple of lines:

create implication asymmetrical_bottomwear (0) -> mismatched_clothing (9)
create implication asymmetrical_bottomwear (0) -> bottomwear (376437)
create implication asymmetrical_pants (8) -> mismatched_bottomwear (0)

is supposed to be

imply asymmetrical_bottomwear -> bottomwear
imply asymmetrical_bottomwear -> asymmetrical_clothing
imply asymmetrical_pants -> asymmetrical_bottomwear

(included middle line so it's easy to copy/pase)

waydence said:
Missed a couple of lines:

create implication asymmetrical_bottomwear (0) -> mismatched_clothing (9)
create implication asymmetrical_bottomwear (0) -> bottomwear (376437)
create implication asymmetrical_pants (8) -> mismatched_bottomwear (0)

is supposed to be

imply asymmetrical_bottomwear -> bottomwear
imply asymmetrical_bottomwear -> asymmetrical_clothing
imply asymmetrical_pants -> asymmetrical_bottomwear

(included middle line so it's easy to copy/pase)

Thank you

post #2778546