This commit is contained in:
Aotumuri
2026-04-03 15:26:03 +09:00
parent a7a5dacf84
commit a65de0815a
3 changed files with 29 additions and 6 deletions
+2
View File
@@ -244,6 +244,8 @@
"personal_player_id": "Personal Player ID:"
},
"achievements": {
"test": "Test",
"test_desc": "This is a test achievement.",
"win_no_nukes": "Win Without Nukes",
"win_no_nukes_desc": "Win a free-for-all match without launching any nukes."
},
+3
View File
@@ -1,4 +1,7 @@
{
"test": {
"difficulty": "Medium"
},
"win_no_nukes": {
"difficulty": "Hard"
}