a collection of tools for fly for fun universe skillulator.lol

update how to use instructions

besaid.zone 30dc2abf 3ff8c40c

verified
Changed files
+17 -15
apps
skillulator
public
locales
src
routes
+16 -15
apps/skillulator/public/locales/en/translation.json
··· 1 1 { 2 - "pageDescription": "Skillulator, optimize and share your FlyFF skill builds", 3 - "secondaryTitle": "How to use", 4 - "appInstructions": { 5 - "inst1": "Use the left and right click to level up or level down a skill", 6 - "inst2": "The arrow up and arrow down keys can be used as well", 7 - "inst3": "You can set a level using the character level input", 8 - "inst4": "Clicking \"copy skill tree\" will create a link for you to share with other people" 9 - }, 10 - "classSelectionLink": "Back to class selection", 11 - "copyText": "Copy skill tree", 12 - "copiedText": "Copied code to clipboard!", 13 - "resetText": "Reset skill tree", 14 - "availSkillPoints": "Available skill points", 15 - "charLevel": "Character Level", 16 - "requiredText": "is required" 2 + "pageDescription": "Skillulator, optimize and share your FlyFF skill builds", 3 + "secondaryTitle": "How to use", 4 + "appInstructions": { 5 + "inst1": "Use the left and right click to level up or level down a skill", 6 + "inst2": "The arrow up and arrow down keys can be used as well", 7 + "inst3": "You can set a level using the character level input", 8 + "inst4": "Clicking \"copy skill tree\" will create a link for you to share with other people", 9 + "inst5": "Clicking on the master icon within a skill opens the master variation dialog" 10 + }, 11 + "classSelectionLink": "Back to class selection", 12 + "copyText": "Copy skill tree", 13 + "copiedText": "Copied code to clipboard!", 14 + "resetText": "Reset skill tree", 15 + "availSkillPoints": "Available skill points", 16 + "charLevel": "Character Level", 17 + "requiredText": "is required" 17 18 }
+1
apps/skillulator/src/routes/index/route.lazy.tsx
··· 27 27 <li>{t("appInstructions.inst2")}</li> 28 28 <li>{t("appInstructions.inst3")}</li> 29 29 <li>{t("appInstructions.inst4")}</li> 30 + <li>{t("appInstructions.inst5")}</li> 30 31 </ul> 31 32 </main> 32 33 </Suspense>