Closed sgkoishi closed 1 year ago
NPC, Item, Prefix, Buff
In the previous implementation,
FullName
TypeName
SetDefaults
AffixName
Prefix ItemName
ItemName (PrefixWithParentheses)
This PR unify their behaviours:
StartsWith
Contains
This is really good but I'm going to wait until 5.2 because this probably requires at least one other person besides me to review.
NPC, Item, Prefix, Buff
In the previous implementation,
FullName
andTypeName
while they are the sameSetDefaults
AffixName
which returnsPrefix ItemName
orItemName (PrefixWithParentheses)
This PR unify their behaviours:
StartsWith
, return it (same behaviour as previous)StartsWith
, show bothStartsWith
andContains
(it's already no match or multiple match error)StartsWith
, fallback toContains