Skip to content

NomaiTextArcInfo

Celestial Body Schema / Definitions / NomaiTextArcInfo
Schema Type: JSON Type: object

No Description Found

type

Type: NomaiTextArcType Default: adult

The type of text to display.

See Definitions/NomaiTextArcType

position

Type: MVector2

The local position of this object on the wall. If specified, auto spiral will not touch this arc.

See Definitions/MVector2

zRotation

Type: null or number Minimum: 0Maximum: 360

The z euler angle for this arc. If specified, auto spiral will not touch this arc.


mirror

Type: boolean or null

Whether to flip the spiral from left-curling to right-curling or vice versa. If specified, auto spiral will not touch this arc.


customTextImage

Type: string

Allows you to create custom alien language text by overriding the displayed image. This will automatically set the type to Custom.


legiblePersistentCondition

Type: string

Makes this text require a persistent condition to be known before it can be translated.
If you want it to always be untranslatable, use a condition that you will never set like "UNTRANSLATABLE".


customLanguageName

Type: string

Replaces the "Nomai" part in "Untranslated Nomai writing". Translated in the OtherDictionary.
If type is set to Custom, this will default to "unknown".


overrideUnreadColor

Type: MColor

Overrides the default unread color of the text arc.

See Definitions/MColor

overrideTranslatedColor

Type: MColor

Overrides the default translated color of the text arc. This requires that overrideUnreadColor is also set.
If overrideUnreadColor is set but this is not, the translated color will be a desaturated version of the unread color.

See Definitions/MColor