Warudo
55 个评价
おかき式ガチャシステム (Okakiya-GACHA system)
   
奖励
收藏
已收藏
取消收藏
类型: 插件
文件大小
发表于
更新日期
28.663 KB
4 月 10 日 上午 7:45
4 月 24 日 下午 11:26
2 项改动说明 ( 查看 )

订阅以下载
おかき式ガチャシステム (Okakiya-GACHA system)

描述
Update: GachaTable20を追加しました

# おかき式ガチャシステム (Okakiya-GACHA system)

ランダム景品抽選支援ツールです。
以下のノードが含まれています。
  • MakeGachaItem
  • GachaTable
  • GachaTable20
  • DoGacha

This is Okakiya-GACHA system, a tool to assist with random prize drawings.
It includes the node shown above.

----

各ノードの説明

MakeGachaItem
景品の情報を入力するノードです。以下の情報を入力してください。
  • 景品No. (Integer>0, 重複×)
  • 景品名 (String)
  • 景品の重み=>その景品の出現のしやすさ(Float>0)
  • レア度 (Integer)
景品の抽選率は 景品の重み / 全ての景品の重みの合計 です。

GachaTable
おかき式ガチャの景品テーブルです。MakeGachaItemで生成したStringを入力してください。
入力ミスがあった場合のメッセージは"Message"に出力されるので、ご確認ください。

DoGacha
おかき式ガチャの抽選機です。GachaTableのGachaItemListを入力してください。
GachaTableを初めて接続した時や、更新をした場合はUpdate Gachaフローを実行してください。
Gachaフローで抽選を実行します。
抽選が完了すると景品情報を出力して、出口フローが実行されます。

--

Description of Each Node

MakeGachaItem
This node is used to input prize item information. Please provide the following details:
  • Prize ID (Integer>0, must be unique)
  • Prize Name (String)
  • Prize Weight. The likelihood of this item appearing (Float>0)
  • Rarity (Integer)
The probability of each prize being drawn is calculated as:
Prize Weight / Total Weight of All Prizes

GachaTable
This is the prize table used for the Okakiya-GACHA system.
Please input the strings generated by the MakeGachaItem node.
If there are any input errors, messages will be displayed in the "Message" output. Be sure to check there.

DoGacha
This is the drawing machine for the Okakiya-GACHA system.
Provide the GachaItemList from the GachaTable node.
When connecting the GachaTable for the first time or after making updates, please run the Update Gacha flow.
Use the Gacha flow to perform a draw.
Once the drawing is complete, the prize information will be output and the exit flow will be executed.