Skip to content

Commit

Permalink
make the linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Qwasyx committed Jan 10, 2025
1 parent 104ce44 commit 17ba009
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
14 changes: 11 additions & 3 deletions wiki/ranking/criteria/formatting-and-metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,25 +225,32 @@ songName: Possesed By The Blood Moon
Official metadata should be used in all fields, even if it contains unsearchable characters, as long as there is a significant string of searchable characters in each field. In all cases, **official translations** of metadata, as well as **romanization**, can both be used at the mapper's discretion. "Significant string" will be defined on a case-by-case basis where searchability of the string is prioritized.

### *Example of acceptable, searchable metadata:*

```:no-line-numbers
levelAuthorName: Uninstaller
songAuthorName: KIVΛ
songName: Code:11
```

### *Other examples of searchable metadata:*

```:no-line-numbers
XHRONOXAPSULΞ, t+pazolite, ΩΩPARTS, †:OLPHEUX:†, +ERABY+E CONNEC+10N, AμreoLe ~for Triumph~, \frac{\textup{sig}=\frac{821}{149}}{bpm\approx533}, 嚮導BRING+瞳EYES=死DEATH+齎INVITE
```

If the official metadata for any field does not contain any searchable characters, then official translations or romanization should be used. We will use "ヒアソビ" by かめりあ as an example here.

### *Example of official translation:*

```:no-line-numbers
levelAuthorName: Amanatsu
songAuthorName: Camellia
songName: Play with Fire
```

### *Example of romanization:*
```:no-line-numbers

```:no-line-numbers
levelAuthorName: Amanatsu
songAuthorName: Camellia
songName: Hiasobi
Expand All @@ -252,8 +259,9 @@ songName: Hiasobi
All cases where a map would break any metadata criteria, but cannot be changed in a way that would adhere to the metadata criteria for any reason, will be handled on a case-by-case basis.

### *Example:*
```:no-line-numbers

```:no-line-numbers
levelAuthorName: Skeelie
songAuthorName: x0o0x_
songName: / / // / /
```
```
4 changes: 2 additions & 2 deletions wiki/ranking/criteria/mapping-criteria.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ Fake walls, which have negative width, are not allowed because they are not an i
Fast walls, which have negative duration, are not allowed because they are not an intended part of the base game.

#### R.6.A (Lighting)
Sufficient lighting means that some form of lighting that follows the music should be present in sections of the map that contain interactive objects. Any form of automatic light generation that creates lighting that fits this criteria is allowed.
Sufficient lighting means that some form of lighting that follows the music should be present in sections of the map that contain interactive objects. Any form of automatic light generation that creates lighting that fits this criteria is allowed.

#### G.1.E (Vision Blocks)
When a note is vision blocked, the location should always be deducible from previous note placements.
Expand All @@ -266,7 +266,7 @@ The red up note is in the follow-through path of the blue up note.
![Hitboxes](~@images\ranking\mapping-criteria\Picture8.png)

#### R.2.B (Dot Note Swing Direction)
The implicit circling of the dot notes causes a hitbox issue.
The implicit circling of the dot notes causes a hitbox issue.
![Dot Hitbox Circle](~@images\ranking\mapping-criteria\dot-hitbox-circle.png)

#### R.2.C (Walls)
Expand Down

0 comments on commit 17ba009

Please sign in to comment.