Perker

How to Use

  • Create a new perk
      1. Click on Create to create a new perk
      2. Customize its name, description and stats
      3. Changes are saved automatically
  • Editing
      1. You can use / in perk names to nest perks in a folder
      2. You can copy stats object and click to paste them instead of manual rewrite
  • Import/Export
      1. Click on Import JSON to import perks from JSON
      2. Click on Export JSON to export perks to JSON
      3. JSON structure looks like this:
      4. 
        { 
          "perk_1": { 
            "description": "Perk 1", 
            "stats": { 
              "stat_1": 25, 
              "stat_2": 30 
            } 
          } 
        }

Perks

    Import/Export