diff options
Diffstat (limited to 'db/story/introduction.json')
-rw-r--r-- | db/story/introduction.json | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/db/story/introduction.json b/db/story/introduction.json new file mode 100644 index 0000000..7fa2ea3 --- /dev/null +++ b/db/story/introduction.json @@ -0,0 +1,46 @@ +{ + "characters": { + "ceo": { + "slug": "omnichannel-ceo", + "text": [ + "spyder_intro00", + "spyder_intro01" + ] + }, + + "shopKeeper": { + "slug": "tuxemart-keeper", + "text": [ + "spyder_intro_shopkeeper1", + "spyder_intro_shopkeeper4" + ] + } + }, + + "monsters": [ + { + "slug": "budaye", + "level": 5 + }, + { + "slug": "dollfin", + "level": 5 + }, + { + "slug": "grintot", + "level": 5 + }, + { + "slug": "ignibus", + "level": 5 + }, + { + "slug": "memnomnom", + "level": 5 + } + ], + + "money": 250, + + "area": "paper-town" +} |