UmbraSpaceIndustries / USI-LS

USI Life Support
Other
65 stars 47 forks source link

Replace localized pcm.experienceTrait.* #290

Closed cake-pie closed 5 years ago

cake-pie commented 5 years ago

Fixes #259 for real this time.

280 was an attempt but unfortunately does not work due to what seems to be a bug on SQUAD's end.

This page details how both ExperienceTrait.TypeName and ExperienceTrait.Title are localized strings, even though the API docs seem to suggest that the former is an internal identifier and the latter is a display string.

Neither should be used for logic or persistence purposes. Use ExperienceTrait.Config.Name instead.