PrototypeTokenData

data. PrototypeTokenData

Extend the base TokenData to define a PrototypeToken which exists within a parent Actor.

Constructor

new PrototypeTokenData()

See:
  • ActorData
Properties:
Name Type Attributes Default Description
_id string

The Token _id which uniquely identifies it within its parent Scene

name string

The name used to describe the Token

displayName number <optional>
0

The display mode of the Token nameplate, from CONST.TOKEN_DISPLAY_MODES

actorId string | null

The _id of an Actor document which this Token represents

actorLink boolean <optional>
false

Does this Token uniquely represent a singular Actor, or is it one of many?

img string

A file path to an image or video file used to depict the Token

randomImg boolean <optional>
false

Uses a random "wildcard" image path which is resolved with a Token is created

tint string <optional>
null

An optional color tint applied to the Token image

width number <optional>
1

The width of the Token in grid units

height number <optional>
1

The height of the Token in grid units

scale number <optional>
1

A scale factor applied to the Token image, between 0.25 and 3

mirrorX boolean <optional>
false

Flip the Token image horizontally?

mirrorY boolean <optional>
false

Flip the Token image vertically?

lockRotation boolean <optional>
false

Prevent the Token image from visually rotating?

rotation number <optional>
0

The rotation of the Token in degrees, from 0 to 360. A value of 0 represents a southward-facing Token.

vision boolean <optional>

Is this Token a source of vision?

dimSight number <optional>
0

How far in distance units the Token can naturally see as if in dim light

brightSight number <optional>
0

How far in distance units the Token can naturally see as if in bright light

sightAngle number <optional>
360

The angle at which this Token is able to see, if it has vision

light LightData <optional>

Configuration of the light source that this Token emits, if any

disposition number <optional>
-1

A displayed Token disposition from CONST.TOKEN_DISPOSITIONS

displayBars number <optional>
0

The display mode of Token resource bars, from CONST.TOKEN_DISPLAY_MODES

bar1 TokenBarData <optional>

The configuration of the Token's primary resource bar

bar2 TokenBarData <optional>

The configuration of the Token's secondary resource bar

Extends

  • DocumentData

Methods

_initialize()

toObject()