Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
ExtraCosmeticBox
衣装ボックスの抽選回数を0~10回加算します / Adds configurable extra cosmetic box roll attempts.
| Date uploaded | 3 weeks ago |
| Version | 1.1.0 |
| Download link | HalHally-ExtraCosmeticBox-1.1.0.zip |
| Downloads | 21358 |
| Dependency string | HalHally-ExtraCosmeticBox-1.1.0 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2305README
Extra Cosmetic Box
衣装ボックス(Cosmetic Box)の抽選回数を加算します。 Adds configurable extra cosmetic box roll attempts for cosmetic boxes.
How It Works / 動作概要
This mod does NOT directly increase cosmetic box spawn chance. Instead, it adds extra cosmetic roll attempts while preserving the game's original spawn rates and rarity balance.
このMODは衣装ボックスの「出現確率そのもの」は変更しません。
代わりに、ゲーム内部で行われている抽選回数を加算することで、 自然なバランスを維持したままボックスの出現数を増やします。
Examples / 設定例
- 0 = Vanilla / バニラ(MOD無し)と同じ
- 2 = Slightly more frequent / 少し出やすい
- 10 = Cosmetic box apocalypse / バランス崩壊注意
Features
- Configurable extra cosmetic roll attempts
- REPOConfig compatible
- Multiplayer friendly
- Keeps vanilla rarity balance intact
本MODの機能
- 衣装ボックス抽選回数を設定可能
- REPOConfig対応
- マルチプレイ対応
- バニラのレアリティバランスを維持
Configuration / 設定
This mod supports in-game configuration through REPOConfig. このMODは REPOConfig によるゲーム内設定に対応しています。
| Setting / 設定項目 | Default / 初期値 | Range / 範囲 |
|---|---|---|
| Additional Cosmetic Rolls | 2 | 0 - 10 |
Multiplayer / マルチプレイ
All players are recommended to install this mod. If a guest does not have the mod installed, cosmetic box counting may be unstable on their end. The number of cosmetic boxes that spawn is determined by the host's setting.
全員の導入を推奨します。 ゲスト側がMODを導入していない場合、コスメボックスの納品カウントが正常に行われない可能性があります。 コスメボックスのスポーン数はホスト側の設定値によって決まります。
Installation / 導入方法
r2modman / Thunderstore Mod Manager
Install directly using r2modman or Thunderstore Mod Manager. r2modman または Thunderstore Mod Manager から直接インストールしてください。
Manual Installation / 手動導入
Extract the downloaded ZIP file and place the HalHally-ExtraCosmeticBox folder into:
ダウンロードしたZIPを展開し、HalHally-ExtraCosmeticBox フォルダを以下へ配置してください。
r2modmanPlus-local\REPO\profiles\Default\BepInEx\plugins
Dependencies / 前提MOD
The following dependencies will be installed automatically when using Mod Manager. 以下の前提MODは Mod Manager 使用時に自動導入されます。
- BepInExPack
- MenuLib
- REPOConfig
Source
Created by HalHally.
CHANGELOG
Changelog
1.1.0
- Fixed issue where guests could not correctly count multiple cosmetic boxes in multiplayer
- マルチプレイ時にゲスト側で複数のコスメボックスが正常にカウントされない問題を修正
1.0.7
- Moved repository to GitHub (Public Open Source)
- GitHubリポジトリを公開(オープンソース化)
1.0.6
- Fixed patch not applying when loaded alongside REPOLib or other mods
- Reverted PatchAll() to no-argument form to resolve BepInEx assembly resolution issue
- Added REPOLib soft dependency for correct load ordering
- REPOLibや他MODと同時導入時にパッチが適用されない問題を修正
- BepInExのアセンブリ解決問題に対応するためPatchAll()を引数なし形式に戻す
- ロード順序の安定化のためREPOLibをソフト依存関係に追加
1.0.5
- Refactored plugin structure and class organization
- Added safe Harmony unpatch handling on destroy
- Improved maintainability and patch initialization
- プラグイン構造とクラス構成を整理
- 終了時のHarmonyアンパッチ処理を追加
- パッチ初期化処理と保守性を改善
1.0.4
- Added MenuLib dependency
- Added REPOConfig dependency
- Improved Mod Manager automatic dependency installation
- MenuLib依存関係を追加
- REPOConfig依存関係を追加
- Mod Managerでの前提MOD自動導入に対応
1.0.3
- Fixed directory structure for better Mod Manager compatibility
- Updated package structure to flat layout
- Mod Managerとの互換性向上のためファイル構造を修正
- パッケージ構成をフラットレイアウトに更新
1.0.2
- Added Japanese README support
- Improved README formatting and explanations
- Improved installation instructions
- 日本語READMEを追加
- READMEの説明とフォーマットを改善
- 導入手順を改善
1.0.1
- Fixed dependency version
- Fixed mod manager install support
- 依存関係のバージョンを修正
- Mod Managerでのインストール対応を修正
1.0.0
- Initial release
- Added configurable cosmetic box extra roll attempts
- Added REPOConfig support
- Added multiplayer compatibility
- 初回リリース
- 衣装ボックスの追加抽選回数の設定機能を追加
- REPOConfigへの対応
- マルチプレイヤーに対応