rpg-event-generator 1.2.1 → 1.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -62,10 +62,10 @@ Since this is a personal project with a private repository:
62
62
 
63
63
  ### Enhanced Features (v1.2.0)
64
64
 
65
- - **🌍 Multi-Language Support**: Generate events in different languages with cultural adaptation
66
- - **🔗 Event Dependencies**: Complex prerequisite systems for event triggering
67
- - **🌤️ Environmental Modifiers**: Weather, season, and location-based event modifications
68
- - **👥 NPC Relationships**: Dynamic character relationship networks and social consequences
65
+ - ** Multi-Language Support**: Generate events in different languages with cultural adaptation
66
+ - ** Event Dependencies**: Complex prerequisite systems for event triggering
67
+ - ** Environmental Modifiers**: Weather, season, and location-based event modifications
68
+ - ** NPC Relationships**: Dynamic character relationship networks and social consequences
69
69
 
70
70
  ## 📖 Usage Guide
71
71
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rpg-event-generator",
3
- "version": "1.2.1",
3
+ "version": "1.2.3",
4
4
  "description": "Procedural RPG event generation system for games",
5
5
  "main": "dist/index.js",
6
6
  "files": [