Skip to content

JsonPassiveNode Arc is calculated incorrectly #11

@EmmittJ

Description

@EmmittJ

The Arc property should be calculated as follows: 2 * Math.PI * SkillsPerOrbitIndex / SkillsPerOrbit[OrbitRadiiIndex] instead of 2 * Math.PI * SkillsPerOrbitIndex / SkillsPerOrbit[SkillsPerOrbitIndex]. The latter throws an index out of bounds exception due to SkillsPerOrbitIndex being greater than 4 in some cases.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions