-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 984 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 984 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "mustaverse.studio.deal",
"version": "1.0.0",
"displayName": "DEAL",
"description": "A data-driven Unity card-game framework. Game flow is a ScriptableObject-driven state machine; cards are data assets composed from condition + effect traits (zero code per card); scoring runs through a Base x Multiplier pipeline with statuses, seeded RNG, and a headless EditMode test harness. Built and shipped by Mustaverse; powers the card game Aurayale.",
"unity": "2021.3",
"dependencies": {
"com.unity.textmeshpro": "3.0.6"
},
"samples": [
{
"displayName": "DEAL Samples",
"description": "Sample scenes (CardChange, HighCard, PatternEval) with example data and scripts.",
"path": "Samples~/DEALSamples"
}
],
"keywords": [
"Card",
"Deckbuilder",
"Roguelike",
"Framework",
"FSM",
"ScriptableObject",
"Poker"
],
"author": {
"name": "MustaverseStudio",
"email": "mustaverse.studio@gmail.com"
}
}