{
    "skill-tree": {
        "settings": {
            "skill-tree-manager": {
                "name": "Skill Tree Manager",
                "label": "Configure Skill Trees",
                "hint": "Manage your skill trees"
            },
            "playerOwnedOnly": {
                "name": "Player Owned Only",
                "hint": "Show Skill Tree header button only on player owned actors"
            },
            "playersCantEditPoints": {
                "name": "Players Can't Edit Points",
                "hint": "Only the GM will be able to edit the total points of an actor"
            },
            "playersCantRemovePoints": {
                "name": "Players Can't Remove Points",
                "hint": "Players won't be able to remove points from skills they already unlocked"
            }
        },
        "skill-tree-actor": {
            "title": "Skill Tree: ",
            "mutual-exclusion-info": "Only %n skills with the same requirement as this skill can be unlocked at the same time.",
            "added-items": "Added items: ",
            "removed-items": "Removed items: ",
            "no-skill-trees": "There are no Skill Trees available for this actor. Make sure the GM has created a Skill Tree and granted the proper permissions.",
            "prerequisites": "Prerequisites:",
            "toggle-fullscreen": "Toggle Fullscreen",
            "item-not-found": "Item not found: %s"
        },
        "skill-tree-manager": {
            "title": "Skill Tree Manager",
            "create-new": "Create New",
            "new-skill-tree": "New Skill Tree",
            "new-skill-tree-name": "Name",
            "new-skill-tree-name-hint": "The name of the skill tree",
            "name": "Name",
            "edit": "Edit",
            "permissions": "Permissions",
            "delete": "Delete"
        },
        "skill-tree-application": {
            "title": "Skill Tree Editor: ",
            "new-group": "New Group",
            "configure-skill-tree": "Configure Skill Tree",
            "configure-skill-tree-name": "Name",
            "configure-skill-tree-image": "Points Image",
            "configure-skill-tree-image-hint": "The image to use as the points image",
            "edit-group-title": "Edit Group: ",
            "edit-group-name": "Name",
            "edit-group-name-hint": "The name of the group",
            "edit-group-color": "Color",
            "edit-group-color-hint": "The color of the group",
            "edit-group-image": "Background Image",
            "edit-group-image-hint": "The image to use as the background for the group",
            "edit-group-blur-background": "Blur Background",
            "edit-group-blur-background-hint": "Whether to blur the background image",
            "edit-group-sound": "Sound Effect",
            "edit-group-sound-hint": "The sound effect to play when a skill is unlocked",
            "edit-group-min-rows": "Minimum Rows",
            "edit-group-min-rows-hint": "The minimum number of rows in the grid",
            "edit-group-min-cols": "Minimum Columns",
            "edit-group-min-cols-hint": "The minimum number of columns in the grid",
            "edit-group-submit": "Save",
            "edit-skill-aspect-tab": "Aspect",
            "edit-skill-behavior-tab": "Behavior",
            "edit-skill-scripts-tab": "Scripts",
            "edit-skill-requirements-tab": "Requirements",
            "edit-skill-requirement-label": "Label",
            "edit-skill-requirement-attribute": "Attribute Key",
            "edit-skill-requirement-operator": "Operator",
            "edit-skill-requirement-value": "Value",
            "edit-skill-title": "Edit Skill: ",
            "edit-skill-name": "Name",
            "edit-skill-image": "Image",
            "edit-skill-color": "Color",
            "edit-skill-color-hint": "If set will override the group color",
            "edit-skill-style": "Style",
            "edit-skill-style-hint": "If set will override the skill tree style",
            "edit-skill-style-default": "Default",
            "edit-skill-points": "Points",
            "edit-skill-points-hint": "The number of points required to unlock this skill.",
            "edit-skill-item": "Linked Items",
            "edit-skill-item-hint": "When a skill is unlocked, its linked items are added to the actor; when removed, the items are also removed. For skills requiring multiple points, items are granted based on points spent. For example, with a 3-point skill and 3 items, one item is granted per point. If 5 points are required for 3 items, one item is granted for every 2 points, with the last item given on the fifth point.",
            "edit-skill-connected-skills": "Required Skills",
            "edit-skill-connected-skills-hint": "Skills required to unlock this skill. Follows the required skill rule.",
            "edit-skill-linked-skill-rule": "Required Skill Rule Override",
            "edit-skill-linked-skill-rule-hint": "If set to a number larger than 0, this will override the required skill rule and require the specified number of required skills (or more) to be unlocked in order for this skill to be unlocked",
            "edit-skill-mutual-exclusion": "Mutual Exclusion",
            "edit-skill-mutual-exclusion-hint": "If set to a number larger than 1, only the specified number of skills required by the same skill as this one can be unlocked at the same time",
            "edit-skill-condition-script": "Condition Script",
            "edit-skill-condition-script-hint": "A script that will be checked to determine if this skill can be unlocked. The script must return a boolean value. You can reference actor, skill, group and skillTree in the macro.",
            "edit-skill-on-unlock": "On Change Script",
            "edit-skill-on-unlock-hint": "A script that will be run when this skill is unlocked or when a point is spent. You can reference actor, skill, group and skillTree in the macro.",
            "edit-skill-lockout-skills": "Lockout",
            "edit-skill-lockout-skills-hint": "If any skill in this list is unlocked, this skill will not be able to be unlocked",
            "edit-skill-edit-tooltip-button": "Edit Tooltip",
            "edit-skill-minimum-points-in-group": "Minimum Points in Group",
            "edit-skill-minimum-points-in-group-hint": "The minimum number of points spent in the group required to unlock this skill.",
            "skill-tree-options": "Skill Tree Options",
            "linked-skill-rule": "Required Skill Rule",
            "linked-skill-rule-hint": "How required skills should behave:\n\n - Some: Only one required skill is required to unlock a skill\n\n - All: All required skills must be unlocked in order for a skill to be unlocked",
            "linked-skill-rule-some": "Some",
            "linked-skill-rule-all": "All",
            "multiple-items-rule": "Multiple Items Rule",
            "multiple-items-rule-hint": "How multiple items should behave in tiered skills:\n\n - All: All items are granted\n\n - One: Only the item corresponding to the current tier is granted",
            "multiple-items-rule-all": "All",
            "multiple-items-rule-one": "One",
            "skill-style": "Skill Style",
            "skill-style-hint": "How skills should be displayed:\n\n - Circle: Skills are displayed as circles\n\n - Square: Skills are displayed as squares",
            "skill-style-circle": "Circle",
            "skill-style-square": "Square",
            "independent-skill-points": "Independent Skill Points",
            "independent-skill-points-hint": "If set, skill points in this tree will be local to the skill tree and not shared with other trees on the same actor.",
            "show-skill-points-in-group": "Show Skill Points in Group",
            "show-skill-points-in-group-hint": "If set, skill points spent in a group will be shown in the group header.",
            "drop-error": "You can only drop items or other skills onto the grid",
            "delete-group-title": "Delete Group",
            "delete-group-content": "Are you sure you want to delete this group? This will also delete all skills in the group.",
            "allow-incomplete-progression": "Allow Incomplete Progression",
            "allow-incomplete-progression-hint": "Number of points which will make this skill count as unlocked, allowing progression in the skill tree. Set to 0 to disable."
        },
        "header-button": {
            "label": "Skill Tree"
        },
        "app": {},
        "flags": {}
    }
}