{"id":42558163,"url":"https://github.com/n123git/yw-cond","last_synced_at":"2026-06-21T22:00:35.668Z","repository":{"id":314166009,"uuid":"1054433744","full_name":"n123git/yw-cond","owner":"n123git","description":"A W.I.P Cond UI and toolkit, mainly for the Yo-kai Watch series.","archived":false,"fork":false,"pushed_at":"2026-04-19T08:21:02.000Z","size":677,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-19T09:34:18.810Z","etag":null,"topics":["3ds","community","cond","conditions","conds","documentation","hacking","modding","modding-tools","parser","tool","tools","yo-kaiwatch","yokai","yokai-watch","yokaiwatch","youkaiwatch","yw","yw-cond"],"latest_commit_sha":null,"homepage":"https://n123git.github.io/yw-cond/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/n123git.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-10T20:38:20.000Z","updated_at":"2026-04-19T08:21:06.000Z","dependencies_parsed_at":"2026-01-31T23:03:25.550Z","dependency_job_id":null,"html_url":"https://github.com/n123git/yw-cond","commit_stats":null,"previous_names":["n123git/yw-cond"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/n123git/yw-cond","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n123git%2Fyw-cond","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n123git%2Fyw-cond/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n123git%2Fyw-cond/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n123git%2Fyw-cond/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/n123git","download_url":"https://codeload.github.com/n123git/yw-cond/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n123git%2Fyw-cond/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34627170,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-21T02:00:05.568Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["3ds","community","cond","conditions","conds","documentation","hacking","modding","modding-tools","parser","tool","tools","yo-kaiwatch","yokai","yokai-watch","yokaiwatch","youkaiwatch","yw","yw-cond"],"created_at":"2026-01-28T20:00:26.605Z","updated_at":"2026-06-21T22:00:35.663Z","avatar_url":"https://github.com/n123git.png","language":"HTML","funding_links":[],"categories":["Game \u0026 Studio Tools"],"sub_categories":["Level-5"],"readme":"# yw-cond\nA web-based work-in-progress UI and toolkit for parsing, decompiling, analyzing and generating Yo-kai Watch Conds (CExpressions), with frequent updates.\n\nThis parser is for the Yo-kai Watch franchise which has a much more complex system (and some slight changes) from Inazuma Eleven: GO, for IEGO Cond parsing take a look at the newly released [level5_condition](https://github.com/Tiniifan/level5_condition/) made by Tinifan themself!\n\nExamples of how the games use Conds can be shown below:\n* Yo-kai AI\n* NPC/Treasure Chest Availability\n* Quest/Trophy Conditions\n* Shop Item/Price Conditions\n* Story Progression\n* NPC Interaction handler\n* Soundtracks\n* Minimap Image\n* Mirapo Unlocks\n* Face Icon Unlocks\n* Treasure Chest Loot Tables\n* Fishing/Searching Loot Tables\n* Weather\n* Trains\n* Springdale Scratch Off\n* and much, much more!\n\n[The website can be downloaded or viewed here](https://n123git.github.io/yw-cond).\n\nFollow [this](/docs/usage.md) link for a tutorial on using `yw-cond`.\n\nFormat documentation can be found [here](/docs/format-docs.md).\n\nv1.4b release progress and changelog:\n* Float support - 100%\n* ~~Jump support - 31%~~\n  * Delayed to v1.4\n* Rewritten cond parser to fix remaining bugs - 100%\n* Readability and maintainability improvements - 94%\n* A cond compiler to create entirely new conds with support for floats, brackets, implicit ordering, scientific notation, psuedo ops, advanced recursive subsections and more - 100%\n  * Might implement the ternary psuedo-op (` ? : `) which would compile to jumps later\n* ~~Improved light mode - 0%~~\n  * Does any sane person use this?\n  * Delayed to v1.4 as the scope of the update is getting too large and this will take a lot of time and CSS changes for no benefit to 100% of the 0 people using this tool\n* More config options for safety - 100%\n* Decompiler improvement (Aggresive simplification) - 100%\n* More labelled CExpression funcs - 100%\n* Clean up UI - 91%\n* Add more templates - 100%\n* More decompiler improvements (aggressive simplification) - 100%\n\n# Roadmap\n## v1.5\n* This update will mainly focus on making things easier to use; the lib will be easily separable from the UI, there will be more configs etc\n  * This will be done in preparation for being built into `yw-mod`, an upcoming project I'm working on!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn123git%2Fyw-cond","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fn123git%2Fyw-cond","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn123git%2Fyw-cond/lists"}