@ai-rpg-engine/starter-zombie 3.8.1 → 3.9.0

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/dist/content.js +2 -2
  2. package/package.json +1 -1
package/dist/content.js CHANGED
@@ -3,7 +3,7 @@
3
3
  export const manifest = {
4
4
  id: 'ashfall-dead',
5
5
  title: 'Ashfall Dead',
6
- version: '3.8.1',
6
+ version: '3.9.0',
7
7
  engineVersion: '>=3.8.0 <4.0.0',
8
8
  ruleset: 'zombie-minimal',
9
9
  modules: [
@@ -688,7 +688,7 @@ export const packMeta = {
688
688
  tones: ['tense', 'gritty'],
689
689
  tags: ['zombie', 'survival', 'scavenging', 'infection'],
690
690
  engineVersion: '>=3.8.0 <4.0.0',
691
- version: '3.8.1',
691
+ version: '3.9.0',
692
692
  description: 'Survive in a zombie-ravaged city. Manage infection, scavenge supplies, and make impossible choices about who lives.',
693
693
  narratorTone: 'survival horror, desperate, tense, bleak',
694
694
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-rpg-engine/starter-zombie",
3
- "version": "3.8.1",
3
+ "version": "3.9.0",
4
4
  "description": "AI RPG Engine zombie survival starter: Ashfall Dead",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",