CoolFace
Datasetpublic

misterdonn/aspen-game-resources

A.S.P.E.N. Game Resources Dataset Dataset Description This dataset contains procedurally generated game resources for the A.S.P.E.N. (Autonomous Space Station for Procedural Exploration and Narrative) game project. Contents 10,000+ Procedural Items: Weapons, armor, consumables, artifacts 200 NPCs: Sentinel commanders, drones, rust-walkers, void crawlers 120 World Resource Nodes: Distributed across 8 zones AI Training Data: Agent behavior examples… See the full description on the dataset page: https://huggingface.co/datasets/misterdonn/aspen-game-resources.

sourceHugging Facemitupdated 7mo agoView on Hugging Face
0likes12downloads
Dataset Card

A.S.P.E.N. Game Resources Dataset

Dataset Description

This dataset contains procedurally generated game resources for the A.S.P.E.N. (Autonomous Space Station for Procedural Exploration and Narrative) game project.

Contents

  • 10,000+ Procedural Items: Weapons, armor, consumables, artifacts
  • 200 NPCs: Sentinel commanders, drones, rust-walkers, void crawlers
  • 120 World Resource Nodes: Distributed across 8 zones
  • AI Training Data: Agent behavior examples
  • Texture Prompts: Stable Diffusion prompts for asset generation

Supported Tasks

  • Procedural content generation
  • Game asset creation
  • AI agent training
  • Lore generation

Languages

English (game data), JSON (structured data), SQL (database imports)

Dataset Structure

Data Instances

json
{
  "id": 20001,
  "name": "Obsidian Blade of the Void",
  "type": "weapon",
  "base_value": 45000,
  "alch_value": 27000,
  "weight": 3.2,
  "tier": 7
}

Data Fields

  • id: Unique identifier
  • name: Item/NPC name
  • type: Category classification
  • tier: Power level (1-10)
  • signature: Content verification hash

Data Splits

  • generated_items.json: 10,000 items
  • generated_npcs.json: 200 NPCs
  • hf_agent_training.json: AI training data
  • hf_*_prompts.json: Asset generation prompts

Dataset Creation

Curation Rationale

Created to support procedural game content generation and AI-driven game development for the A.S.P.E.N. RSPS project.

Source Data

Generated programmatically using Python scripts with randomized attributes, names, and properties based on cyberpunk/sci-fi themes.

Annotations

All content is automatically annotated with:

  • Type classifications
  • Tier/rarity ratings
  • Faction assignments (NPCs)
  • Zone distributions (world nodes)

Considerations

Personal Information

No personal information included. All data is fictional game content.

Social Impact

Dataset supports open-source game development and procedural content generation research.

Additional Information

Dataset Curators

A.S.P.E.N. Development Team

Licensing Information

MIT License - Free for commercial and non-commercial use

Citation Information

bibtex
@dataset{aspen_game_resources,
  title={A.S.P.E.N. Game Resources Dataset},
  author={misterdonn},
  year={2026},
  publisher={Hugging Face},
  url={https://huggingface.co/datasets/misterdonn/aspen-game-resources}
}

Contributions

Contributions welcome! Submit pull requests or open issues on GitHub.