{ "skills": [ { "id": 0, "tier": 1, "name": "HTML", "description": "Your first skill. A little boring on its own.", "price": 10, "rate": 1.1, "levelPriceRate": 1.3, "icon": "html.png", "unlockOnPreviousLevel": 0 }, { "id": 1, "tier": 1, "name": "Website Development", "description": "You picked up some CSS. Now you can design websites!", "price": 100, "rate": 1.2, "levelPriceRate": 1.45, "icon": "css.png", "unlockOnPreviousLevel": 5 }, { "id": 2, "tier": 1, "name": "Content Writing", "description": "What are websites without any content? Very boring.", "price": 500, "rate": 2.0, "levelPriceRate": 1.7, "icon": "content-writing.png", "unlockOnPreviousLevel": 5 }, { "id": 3, "tier": 2, "name": "Javascript Programming", "description": "Javascript! Website development mastered, now you can make websites interactive as well!", "price": 1000, "rate": 1.8, "levelPriceRate": 1.9, "icon": "javascript.png", "unlockOnPreviousLevel": 5 }, { "id": 4, "tier": 2, "name": "Python programming", "description": "Python is the new Javascript. Or so they say. This is the beginning of your programming journey!", "price": 15000, "rate": 2.0, "levelPriceRate": 2.0, "icon": "python.png", "unlockOnPreviousLevel": 5 }, { "id": 5, "tier": 2, "name": "Software principles", "description": "Before you can make software, you need to know how to make software.", "price": 25000, "rate": 2.2, "levelPriceRate": 2.2, "icon": "developer.png", "unlockOnPreviousLevel": 5 }, { "id": 6, "tier": 3, "name": "Java programming", "description": "A bigger boy than Python. Who doesn't love a good cup of Java?", "price": 50000, "rate": 2.5, "levelPriceRate": 2.4, "icon": "java.png", "unlockOnPreviousLevel": 5 }, { "id": 7, "tier": 3, "name": "C++ programming", "description": "The biggest boy. The grandparent of them all.", "price": 70000, "rate": 2.7, "levelPriceRate": 2.6, "icon": "cplusplus.png", "unlockOnPreviousLevel": 5 }, { "id": 8, "tier": 3, "name": "Advanced programming skills", "description": "You are now a master of programming. You are basically a wizard!", "price": 100000, "rate": 3.0, "levelPriceRate": 2.8, "icon": "monitoring.png", "unlockOnPreviousLevel": 5 }, { "id": 9, "tier": 4, "name": "Copywriting", "description": "You can now write content that sells. Opening a whole new market!", "price": 120000, "rate": 3.2, "levelPriceRate": 3.0, "icon": "copywriter.png", "unlockOnPreviousLevel": 5 }, { "id": 10, "tier": 4, "name": "SEO optimazation", "description": "Search engine optimization, the ground stone of digital marketing.", "price": 5000, "rate": 3.4, "levelPriceRate": 3.2, "icon": "seo.png", "unlockOnPreviousLevel": 5 }, { "id": 11, "tier": 4, "name": "Email marketing", "description": "Sometimes annoying but always effective. You can now spam people with your offers!", "price": 5000, "rate": 3.6, "levelPriceRate": 3.4, "icon": "email.png", "unlockOnPreviousLevel": 5 }, { "id": 12, "tier": 4, "name": "Social media marketing", "description": "You can now sell your products on social media. The future is here!", "price": 5000, "rate": 3.75, "levelPriceRate": 3.6, "icon": "smm.png", "unlockOnPreviousLevel": 5 }, { "id": 13, "tier": 4, "name": "Digital marketing", "description": "You are now a master of digital marketing. You can sell anything to anyone!", "price": 5000, "rate": 4.0, "levelPriceRate": 3.8, "icon": "smm.png", "unlockOnPreviousLevel": 5 }, { "id": 14, "tier": 5, "name": "Photo Editing", "description": "Everyone needs a little Photoshop in their life.", "price": 10000, "rate": 4.1, "levelPriceRate": 4.0, "icon": "web.png", "unlockOnPreviousLevel": 5 }, { "id": 15, "tier": 5, "name": "Video Editing", "description": "Things are getting serious now. You can now edit videos!", "price": 1000, "rate": 4.3, "levelPriceRate": 4.2, "icon": "web.png", "unlockOnPreviousLevel": 5 }, { "id": 16, "tier": 5, "name": "3D Rendering", "description": "This will really impress your clients. Never 2D again!", "price": 10000, "rate": 4.5, "levelPriceRate": 4.4, "icon": "web.png", "unlockOnPreviousLevel": 5 }, { "id": 17, "tier": 5, "name": "3D Printing", "description": "3D Physical printed products? Now you are really in the future!", "price": 1000, "rate": 4.4, "levelPriceRate": 4.5, "icon": "web.png", "unlockOnPreviousLevel": 5 }, { "id": 18, "tier": 5, "name": "Complete Software Designing", "description": "You have completed the designing tree. You are now a master of design!", "price": 1000, "rate": 5.0, "levelPriceRate": 5.0, "icon": "web.png", "unlockOnPreviousLevel": 5 } ] }