{"version":3,"sources":["../daytool/src/presets/daytool_health_basics.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAG5D,MAAM,UAAU,sBAAsB;IACpC,SAAS;IACT,IAAI,MAAM,GAAG,IAAI,YAAY,EAAE,CAAC;IAChC,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;IAC5B,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;IAC3B,MAAM,CAAC,QAAQ,GAAG,IAAI,CAAC;IACvB,MAAM,CAAC,WAAW,CAAC,IAAI,CACrB,iEAAiE,CAClE,CAAC;IACF,OAAO,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC;IAC1B,0BAA0B;IAC1B,sBAAsB;IACtB,oCAAoC;IACpC,sDAAsD;IACtD,kEAAkE;IAClE,6HAA6H;IAC7H,mDAAmD;IAEnD,sCAAsC;IAEtC,gCAAgC;IAChC,KAAK;AACP,CAAC","file":"daytool_health_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 loadHealthBasicPresets() {\r\n // HEALTH\r\n var health = new daytool_need();\r\n health.title.push(\"Health\");\r\n health.icon.push(\"health\");\r\n health.imported = true;\r\n health.description.push(\r\n \"Set aside time to take care of your mental and physical health.\"\r\n );\r\n DAYTOOL.addEntity(health);\r\n // HEALTH GOAL SUGGESTIONS\r\n // 1. Exercising Daily\r\n // 2. Hygiene, grooming and skincare\r\n // 3. Routine health checkups, supplements and therapy\r\n // 4. Meditating and maintaing a positive, forward-looking outlook\r\n // 5. Prioritizing water over water substitutes (soft drinks, hard drinks, coffee, etc.) and checking water quality routinely\r\n // 6. Spending some time in the sun/outdoors weekly\r\n\r\n // HEALTH SITUATIONAL GOALS SUGGESTION\r\n\r\n // COMMON HEALTH RELATED ISSUES:\r\n // 1.\r\n}\r\n"]}