{"version":3,"sources":["../daytool/src/presets/daytool_fun_basics.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAG5D,MAAM,UAAU,mBAAmB;IACjC,MAAM;IACN,IAAI,GAAG,GAAG,IAAI,YAAY,EAAE,CAAC;IAC7B,GAAG,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;IACtB,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;IACrB,GAAG,CAAC,QAAQ,GAAG,IAAI,CAAC;IACpB,GAAG,CAAC,WAAW,CAAC,IAAI,CAAC,8CAA8C,CAAC,CAAC;IACrE,OAAO,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC;IACvB,uBAAuB;IACvB,2CAA2C;IAC3C,oCAAoC;IACpC,uCAAuC;IACvC,8BAA8B;IAC9B,oCAAoC;IACpC,yBAAyB;IACzB,sEAAsE;AACxE,CAAC","file":"daytool_fun_basics.js","sourcesContent":["import { DAYTOOL } from \"../classes/daytool.js\";\r\nimport { daytool_need } from \"../classes/daytool_entity.js\";\r\nimport { daytool_injector } from \"../classes/UI/daytool_injector.js\";\r\n\r\nexport function loadFunBasicPresets() {\r\n // FUN\r\n var fun = new daytool_need();\r\n fun.title.push(\"Fun\");\r\n fun.icon.push(\"fun\");\r\n fun.imported = true;\r\n fun.description.push(\"Set aside time to enjoy the things you love.\");\r\n DAYTOOL.addEntity(fun);\r\n // FUN GOAL SUGGESTIONS\r\n // 1. Learn more about your personal tastes\r\n // 2. Time to explore and be curious\r\n // 3. Playing favorite games more often\r\n // 4. Going to favorite places\r\n // 5. Vacations, holidays and breaks\r\n // 6. Learning new skills\r\n // 7. Learning about the world: history, location, science, literature\r\n}\r\n"]}