summaryrefslogtreecommitdiff
path: root/data.js
diff options
context:
space:
mode:
Diffstat (limited to 'data.js')
-rw-r--r--data.js38
1 files changed, 38 insertions, 0 deletions
diff --git a/data.js b/data.js
index 0b7d294..a028139 100644
--- a/data.js
+++ b/data.js
@@ -559,5 +559,43 @@ const data = {
top: 426,
},
],
+ medaillons: [
+ {
+ id: 0,
+ name: 'Subterfuge'
+ },
+ {
+ id: 1,
+ name: 'Valor'
+ },
+ {
+ id: 2,
+ name: 'Momentum'
+ },
+ {
+ id: 3,
+ name: 'Strategy'
+ },
+ {
+ id: 4,
+ name: 'Propaganda'
+ },
+ {
+ id: 5,
+ name: 'Intelligence'
+ },
+ {
+ id: 6,
+ name: 'Volunteers'
+ },
+ {
+ id: 7,
+ name: 'Archives'
+ },
+ {
+ id: 8,
+ name: 'Organization'
+ },
+ ]
};
exports.default = data;