Added the system from trail

This commit is contained in:
Sebastian Bularca
2026-04-19 12:25:49 +02:00
parent 47ee77f272
commit 89e36b4df9
57 changed files with 2160 additions and 15 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "com.jovian.encounter-system",
"version": "0.1.0",
"displayName": "Jovian Encounter System",
"description": "Data-driven encounter authoring with polymorphic encounter kinds, dialog options with designer-authored events, cross-table quest chaining, and gated quest progression.",
"unity": "2022.3",
"dependencies": {
"com.unity.addressables": "1.21.0"
},
"keywords": [
"encounter",
"quest",
"dialog",
"rpg"
],
"author": {
"name": "Jovian"
}
}