From 02059f47d3a4c13a093d4f4485e60b5592a9ab8f Mon Sep 17 00:00:00 2001 From: TrisTOON <36267812+TrisTOON@users.noreply.github.com> Date: Fri, 26 Apr 2024 22:19:33 +0200 Subject: [PATCH] Adds data for version 11.1.0 --- src/bindings/outfits.json | 10 +++++----- src/bindings/rarities.json | 6 +++--- src/bindings/updates.json | 22 ++++++++++++++++++++++ 3 files changed, 30 insertions(+), 8 deletions(-) diff --git a/src/bindings/outfits.json b/src/bindings/outfits.json index 5313b05..e65357a 100644 --- a/src/bindings/outfits.json +++ b/src/bindings/outfits.json @@ -558,7 +558,7 @@ "cost": 0, "rarity": 1, "update": 24, - "variations": 1 + "variations": 3 }, { "name": { @@ -907,7 +907,7 @@ "fr": "Chapeau de football", "pt-BR": "Chapéu de futebol" }, - "cost": 5, + "cost": 4, "rarity": 3, "update": 53, "variations": 1 @@ -995,7 +995,7 @@ "fr": "Dé", "pt-BR": "Dado" }, - "cost": 4, + "cost": 1, "rarity": 3, "update": 59, "variations": 1 @@ -1127,7 +1127,7 @@ "fr": "Tête de chat", "pt-BR": "Cabeça de gato" }, - "cost": 2, + "cost": 4, "rarity": 3, "update": 76, "variations": 1 @@ -1479,7 +1479,7 @@ "fr": "Lunettes écran", "pt-BR": "Óculos de tela" }, - "cost": 1, + "cost": 3, "rarity": 3, "update": 92, "variations": 1 diff --git a/src/bindings/rarities.json b/src/bindings/rarities.json index 34586c1..96afdd7 100644 --- a/src/bindings/rarities.json +++ b/src/bindings/rarities.json @@ -115,9 +115,9 @@ }, { "name": { - "en-US": "PMK Vol.1", - "fr": "PMK Vol.1", - "pt-BR": "PMK Vol.1" + "en-US": "Pierre Music Kit (PMK) Volume 1", + "fr": "Pierre Music Kit (PMK) Volume 1", + "pt-BR": "Pierre Music Kit (PMK) Volume 1" }, "cost": 0, "payoffs": [ diff --git a/src/bindings/updates.json b/src/bindings/updates.json index 0fa1f89..090a70f 100644 --- a/src/bindings/updates.json +++ b/src/bindings/updates.json @@ -1103,5 +1103,27 @@ "Added Pierre Music Kit Vol.1: new DLC with unique outfits and songs", "New speedrun features and boss changes" ] + }, + { + "name": "11.0.1", + "date": { + "android": "2024-04-05", + "ios": "2024-04-05", + "switch": null + }, + "notes": [] + }, + { + "name": "11.1.0", + "date": { + "android": "2024-04-23", + "ios": "2024-04-24", + "switch": null + }, + "notes": [ + "Added functional pirate ship in the desert", + "Added sleeping animation to the player", + "Many bug fixes" + ] } ]