From 714c397fa025a3021e360a8e44c0550f052cbd11 Mon Sep 17 00:00:00 2001 From: Rekai Musuka Date: Mon, 15 Feb 2021 21:48:36 -0600 Subject: [PATCH] chore: add Mashiro to students.json --- data/students.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/data/students.json b/data/students.json index 870f644..8fdad68 100644 --- a/data/students.json +++ b/data/students.json @@ -403,5 +403,14 @@ } }, "rarity": 1 + }, + { + "name": { + "translations": { + "eng": "Mashiro", + "jpn": "マシロ" + } + }, + "rarity": 3 } -] \ No newline at end of file +]