ItemExtractor
A BepInEx mod for Cave Crawlers that extracts all game item data to CSV and formatted text files.
Usage
Press F10 in-game to export all item data. The files will be saved to:
BepInEx/plugins/ItemExtractor/items.txt - Formatted text output
BepInEx/plugins/ItemExtractor/items.csv - CSV spreadsheet format
Features
- Exports all item data including:
- Item names, descriptions, and rarity
- Weapon stats (damage, range, attack speed, knockback, critical chance/damage)
- Stat changes and modifiers
- Talent information with stat effects
- Floor range availability
- Deduplicated items grouped by type
- Two export formats: .txt and .CSV
Dependencies
- BepInEx-BepInExPack_IL2CPP-6.0.755