원클릭으로
admin-data-edit
Editing game data through admin panel (skills, passives, inner ways, martial arts, rotations)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Editing game data through admin panel (skills, passives, inner ways, martial arts, rotations)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | admin-data-edit |
| description | Editing game data through admin panel (skills, passives, inner ways, martial arts, rotations) |
Use when editing game data through the admin panel.
/admin on the tool URL. Requires admin secret key.
static_data)| Key | Admin Tab |
|---|---|
skills | Skills |
passiveSkills | Passive Skills |
innerWays | Inner Ways |
martialArts | Martial Arts |
defaultRotations | Default Rotations |
/admin in browserapp/domain/skill/data/*.json) — they are outdatedwwm_static_data_cache — hard refresh + clear cache if staleWriting and running Playwright E2E tests for the web app
Modifying or adding damage calculation formulas (damageFormula.ts + damageCalculator.ts)
Adding passive skill / inner way code changes (modifier engine, skill context, types, not data)
Adding new stats to the game (constants.ts + types.ts + gear/OCR/tune files)
Running and writing tests for the project (vitest, node env, globals)
Working with gear tune features (tune variants, success rate, tune history in optimizer + UI)