diff --git a/bulkData.yml b/bulkData.yml deleted file mode 100644 index 5cc1b09..0000000 --- a/bulkData.yml +++ /dev/null @@ -1,65 +0,0 @@ -rooms: - livingRoom: - EN: "the living room" - FR: "le salon" - kitchen: - EN: "the kitchen" - FR: "La couisine >:(" - -questions: - where: - text: - - FR: "Ou étais tu ?" - - FR: "Where were you ?" - withwho: - text: - - FR: "Avec qui étais tu ?" - - EN: "Who were you with ?" - -traits: - happy: - name: - FR: "Heureux" - EN: "Happy" - description: - FR: "Une description" - EN: "Some description" - sad: - name: - FR: "Malheureux" - EN: "sad" - description: - FR: "Une description 2" - EN: "Some description 2" - -npc: - diva: - name: - FR: "La diva" - EN: "The diva" - reactions: - neutral: - img: "local/files/diva/neutral.png" - happy: - img: "local/files/diva/happy.png" - sad: - img: "local/files/diva/sad.png" - answers: - withwho: - - EN: "I was in {ROOM}" - - FR: "J'étais dans {ROOM}" - agent: - name: - FR: "L'agent" - EN: "The agent" - reactions: - neutral: - img: "local/files/agent/neutral.png" - sad: - img: "local/files/agent/happy/1.png" - - answers: - where: - - EN: "I was in {ROOM}" - - FR: "J'étais dans la salle {ROOM}" - - EN: "{ROOM} reminds me of my travls" \ No newline at end of file diff --git a/bulk_data.json b/datasets/bulk_data.json similarity index 100% rename from bulk_data.json rename to datasets/bulk_data.json diff --git a/bulk_data.sql b/datasets/bulk_data.sql similarity index 100% rename from bulk_data.sql rename to datasets/bulk_data.sql diff --git a/bulk_data.yml b/datasets/bulk_data.yml similarity index 100% rename from bulk_data.yml rename to datasets/bulk_data.yml