supSMS-GeckoCode/PatternSelector/info.xml

89 lines
3.6 KiB
XML
Raw Permalink Normal View History

2024-02-07 20:34:27 +09:00
<code>
<category>qol</category>
<id>PatternSelector</id>
<title lang="en-US">Pattern Selector</title>
<title lang="ja-JP">パターン選択</title>
<author>sup39(サポミク)</author>
<version>0.4</version>
<date>Jan 31, 2023</date>
<dependencies>drawText</dependencies>
<description lang="en-US">
Ⓑ is the cursor to select the pattern,
and the three digits are the numbers representing the pattern.
See below for more information.
| Combination | Result |
|---------------|-------------------------------------------------|
|L + D-Pad Left |Move cursor(Ⓑ) one digit to the left |
|L + D-Pad Right|Move cursor(Ⓑ) one digit to the right |
|L + D-Pad Up |Increase the number at the right of the cursor(Ⓑ)|
|L + D-Pad Down |Decrease the number at the right of the cursor(Ⓑ)|
When the cursor(Ⓑ) is not shown, you can press L+D-Pad Left/Right to make it appear.
You can change the position and color of the text [here](#PatternSelector-config).
### Chain Chomp (PV4)
Use the [1st digit]{.emph} to select the pattern. The 2nd and 3rd are ignored.
|1st digit|Direction at the beginning|
|:-------:|:------------------------:|
| 1 | ← |
| 2 | ↑ |
| 3 | → |
| o.w. | Random |
### Chain Chomplets (PV1)
Each digit represents the pattern of each Chain Chomplet.
Numbers not on the graph (e.g. 0) mean random.
#### 1st digit
%object[]{data="/img/PatternSelector/PV1-1.svg"}
#### 2nd digit
%object[]{data="/img/PatternSelector/PV1-2.svg"}
#### 3rd digit
%object[]{data="/img/PatternSelector/PV1-3.svg"}
</description>
<description lang="ja-JP">
Ⓑはパターンを選択するためのカーソルであり、三つの数字はパターンの番号を表します。
各パターンの番号は下記を参照してください。
| ボタン | 動作 |
|--------------|------------------------------|
|L + 十字キー左|カーソル(Ⓑ)を左一桁に移動 |
|L + 十字キー右|カーソル(Ⓑ)を右一桁に移動 |
|L + 十字キー上|カーソル(Ⓑ)の右の数字を1増やす|
|L + 十字キー下|カーソル(Ⓑ)の右の数字を1減らす|
カーソル(Ⓑ)が表示されない時、L+十字キー左/右を押せば出てきます。
[ここ](#PatternSelector-config)で文字の位置や色を変えることができます。
### ワンワン(PV4)
[1桁目]{.emph}でパターンを選択します。2桁目と3桁目は無視されます。
| 1桁目 | 最初の向き |
|:-------:|:----------:|
| 1 | ← |
| 2 | ↑ |
| 3 | → |
| その他 | ランダム |
### キャンキャン(PV1)
各桁は各キャンキャンのパターンを表します。図上にない数字(例えば0)はランダムを表します。
#### 1桁目
%object[]{data="/img/PatternSelector/PV1-1.svg"}
#### 2桁目
%object[]{data="/img/PatternSelector/PV1-2.svg"}
#### 3桁目
%object[]{data="/img/PatternSelector/PV1-3.svg"}
</description>
</code>