クレジット/紹介コードの仕組み
VOID STRIKER には「クレジット(CR)」というゲーム内通貨があり、これを使って スキン や テーマ をHANGARで購入できます。クレジットはブラウザのローカルストレージに保存され、次にゲームを開いたときも引き継がれます。ここではクレジットの稼ぎ方と、紹介コードの仕組みを説明します。
クレジットの稼ぎ方
もっとも基本的な稼ぎ方はプレイしてスコアを伸ばすことです。ゲームオーバーになった時点で、そのプレイのスコアを100で割った数(端数切り捨て)がクレジットとして加算されます。たとえば最終スコアが52,300点であれば、
52300 ÷ 100 = 523 クレジットを獲得できます。この加算は1回のプレイにつき最初にゲームオーバーになったときのみ発生し、ゲームオーバー画面の
EARNED
表示で確認できます(同じプレイ中にコンティニューしても二重には加算されません)。高スコアを狙うほど、そのままクレジット収入も増える設計です。
紹介コードの入力で+300クレジット
タイトルメニューの CODE
画面には、あなた専用の8桁の「紹介コード」が表示されています。このコードは初めてゲームを起動したときに自動生成され、以降ずっと同じ値が使われます。友達など他のプレイヤーが持っている紹介コードを自分の
CODE
画面から入力して OK を押すと、+300クレジット
を獲得できます。逆にあなたの紹介コードを他の人が入力しても、同様にその人が+300クレジットを獲得します(お互いのクレジット残高が減ることはありません)。
紹介コードの入力は、キーボードなら矢印キーでキーパッド上のカーソルを動かして
Enter
(決定)で押下、タッチならキーパッド上の数字を直接タップします。8桁入力後に
OK キーを押すと判定され、結果がその場にメッセージで表示されます。
紹介コードの形式
紹介コードは 0〜9 の数字8桁で構成されており、最後の1桁は残り7桁から計算される「チェックディジット」になっています。具体的には上位7桁を
d1〜d7 としたとき、(d1×1 + d2×2 + ... + d7×7) mod 10
の値が8桁目と一致していなければ無効なコードとして扱われます。この仕組みにより、他人のコードをランダムな数字の当てずっぽうで入力しても、まず正しい形式にすら一致しません。
入力結果の一覧
| ケース | 結果 |
|---|---|
| 他プレイヤーの正しい紹介コードを初めて入力 | +300クレジットを獲得 |
| 8桁の数字形式になっていない | 「ENTER 8 DIGITS」と表示され失敗 |
| チェックディジットが合っていない | 「INVALID CODE」と表示され失敗 |
| 自分自身の紹介コードを入力 | 「CANNOT USE OWN CODE」と表示され失敗(自分のコードでは獲得できない) |
| すでに一度使用したコードを再入力 | 「ALREADY USED」と表示され失敗(同じコードは1度しか使えない) |
使いどころ
紹介コードは友達や配信の視聴者などと交換し合うことを想定した仕組みです。それぞれが1つずつ持つ固有のコードなので、複数人でVOID STRIKERを遊んでいるなら、お互いのコードを教え合うだけで双方が+300クレジットを獲得できます。稼いだクレジットは スキンやテーマ の購入に充てられるので、序盤のHANGARでの選択肢を広げたいときにまず試してみる価値があります。
Credits and Referral Codes
VOID STRIKER has an in-game currency called credits (CR). You can spend credits in the HANGAR to buy skins and themes. Credits are stored in your browser's local storage and remain available the next time you open the game. This page explains how to earn credits and how referral codes work.
How to Earn Credits
The basic way to earn credits is to play and improve your score. When the game ends, your score for that run is divided by 100 and rounded down, then added to your credits. For example, a final score of 52,300 earns 52300 ÷ 100 = 523 credits. Credits are awarded only the first time you reach game over in a run, and the amount appears under EARNED on the game-over screen. Continuing the same run does not award them twice. A higher score therefore produces more credit income directly.
Earn 300 Credits with a Referral Code
The CODE screen on the title menu shows your personal eight-digit referral code. It is generated automatically the first time you launch the game and remains the same thereafter. Enter another player's referral code on your CODE screen and press OK to receive 300 credits. Likewise, when someone enters your code, that player receives 300 credits. Neither player's balance is reduced.
With a keyboard, move the cursor across the keypad with the arrow keys and press Enter to select a digit. On a touch device, tap the keypad digits directly. After entering eight digits, press OK; the result appears immediately as a message.
Referral Code Format
A referral code consists of eight digits from 0 to 9. The final digit is a check digit calculated from the first seven. If those digits are d1 through d7, the eighth digit must equal (d1×1 + d2×2 + ... + d7×7) mod 10. This validation makes a randomly guessed number unlikely even to have a valid format.
Possible Results
| Case | Result |
|---|---|
| Entering another player's valid referral code for the first time | Receive 300 credits |
| The entry is not eight digits | Fails with “ENTER 8 DIGITS” |
| The check digit does not match | Fails with “INVALID CODE” |
| Entering your own referral code | Fails with “CANNOT USE OWN CODE”; your own code cannot award credits |
| Entering a code that you have already used | Fails with “ALREADY USED”; each code can be used only once |
When to Use Codes
Referral codes are intended to be exchanged with friends or viewers of a stream. Each player has one unique code, so a group playing VOID STRIKER can share codes and let each participant receive 300 credits. Those credits can be spent on skins or themes, making code exchange a useful early way to expand your options in the HANGAR.