Release candidate for first stable release of Trading Card Mod. Changes in this RC: - Added VERSION file tracking release versions - Standardized card weight to 0.05 across all card sets - Updated documentation (README.md, CLAUDE.md) for ModConfig integration - Updated card format to include optional Description field - Documented Collection and Misc tags for cards - All features complete: cards, packs, storage, ModConfig integration Features: - Custom card sets with user-provided artwork - Card packs with gacha-style mechanics - Storage system (9-slot binders, 36-slot boxes) - ModConfig integration for enhanced card info - 93 cards across 2 example sets (ExampleSet, PokemonGO) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
22 lines
1.3 KiB
Plaintext
22 lines
1.3 KiB
Plaintext
# Example Card Set - Trading Card Mod for Escape from Duckov
|
|
# Format: CardName | SetName | SetNumber | ImageFile | Rarity | Weight | Value | Description (optional)
|
|
#
|
|
# Fields:
|
|
# CardName - Display name of the card
|
|
# SetName - Name of the card collection
|
|
# SetNumber - Number within the set (for sorting)
|
|
# ImageFile - Filename of the card image (must be in images/ subfolder)
|
|
# Rarity - Card rarity. Valid values: Common, Uncommon, Rare, Very Rare, Ultra Rare, Legendary
|
|
# Weight - Physical weight in game units
|
|
# Value - In-game currency value
|
|
# Description - (Optional) Custom tooltip text. If omitted, auto-generates as "SetName #SetNumber - Rarity"
|
|
#
|
|
# Add your own cards below! Just follow the format above.
|
|
# Place corresponding images in the images/ subfolder.
|
|
|
|
Duck Hero | Example Set | 001 | duck_hero.png | Rare | 0.05 | 500 | The brave defender of all ponds
|
|
Golden Quacker | Example Set | 002 | golden_quacker.png | Ultra Rare | 0.05 | 12500 | A legendary duck made of pure gold
|
|
Pond Guardian | Example Set | 003 | pond_guardian.png | Uncommon | 0.05 | 100
|
|
Bread Seeker | Example Set | 004 | bread_seeker.png | Common | 0.05 | 25
|
|
Feathered Fury | Example Set | 005 | feathered_fury.png | Rare | 0.05 | 500 | Known for its fierce battle cry
|