Per-kind arrays of logic instances — the shape returned by the SohlActorLogic.logicTypes getter. Each property holds every embedded item of that kind on the actor, in document order.

const skills = actor.logic.logicTypes.skill; // SkillLogic[]

Properties

affiliation: AffiliationLogic[]

All affiliation logic instances on this actor.

affliction: AfflictionLogic[]

All affliction logic instances on this actor.

armorgear: ArmorGearLogic[]

All armor gear logic instances on this actor.

attribute: AttributeLogic[]

All attribute logic instances on this actor.

concoctiongear: ConcoctionGearLogic[]

All concoction gear logic instances on this actor.

containergear: ContainerGearLogic[]

All container gear logic instances on this actor.

miscgear: MiscGearLogic[]

All miscellaneous gear logic instances on this actor.

mystery: MysteryLogic[]

All mystery logic instances on this actor.

mysticalability: MysticalAbilityLogic[]

All mystical ability logic instances on this actor.

projectilegear: ProjectileGearLogic[]

All projectile gear logic instances on this actor.

skill: SkillLogic[]

All skill logic instances on this actor.

trauma: TraumaLogic[]

All trauma logic instances on this actor.

All weapon gear logic instances on this actor.