도적 카드 전체에 공식 스킬 아이콘 적용 #73
Reference in New Issue
Block a user
Delete Branch "codex/thief-card-icons"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
변경 사항
node tools/deck/gen-slaydeck.mjs로 codeblock/common 산출물을 재생성했습니다.검증
node -e "JSON.parse(require('fs').readFileSync('data/cards.json','utf8')); console.log('cards.json OK')"node -e "const fs=require('fs'); const c=JSON.parse(fs.readFileSync('data/cards.json','utf8')).cards; const thief=Object.entries(c).filter(([id,v])=>['bandit','shiv'].includes(v.class)); const missing=thief.filter(([id,v])=>!v.image); console.log(JSON.stringify({thiefCards:thief.length,missingImages:missing.length,uniqueImages:new Set(thief.map(([id,v])=>v.image).filter(Boolean)).size})); if(missing.length) process.exit(1);"node tools/deck/gen-slaydeck.mjsnode --check tools/deck/gen-slaydeck.mjsnode tools/verify/count.mjs cb 92a5020c978c46bdabab910598118b86 1b0f2dc8abd0434990eee1befefcbe0d 0946f69d84464df29b24b94c744c868d 49c8f279bfa64bf3954037f17da0052d 91a2d1c16cb041549adbf1a0d7b1f37f c1e19219745e44c39ae6ac2f77e347d9 19361e72087946b1888684185b40d935 b1360ed0c4b942309d240634b8f36872 dbdbb1b56ae54672ae68ac6882fff6a2