Block a user
[Skin] Cutoff
Draft
- Example primary judge:
head
- Example secondary judge for miss:
j_miss
- Example component:
polysec
Cut at hit timing
@if .judge_head {
@if > !is(?judge_result,…
[Ruleset] Read and write scope
Solution
Example selector: .judge_head
, ..jtrel_head
.
Read scope
@if .judge_head { }
Write scope
(not practical yet)
@then ..jtrel_head { }
[Skin] Judge anchor
Solution
Example judge name: head
.
Static judge anchor
.judge_head { }
Dynamic judge anchor
.jtabs_head { }
.jtrel_head { }