From 5c1946ea0f7c8e3932232dd7a231b71a8ebc8329 Mon Sep 17 00:00:00 2001 From: eli fessler Date: Sat, 31 Aug 2024 00:24:39 +0900 Subject: [PATCH] support conch clash (#188) & version bump --- s3s.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/s3s.py b/s3s.py index 8b3c41c..a0b3387 100755 --- a/s3s.py +++ b/s3s.py @@ -11,7 +11,7 @@ import requests, msgpack from packaging import version import iksm, utils -A_VERSION = "0.6.5" +A_VERSION = "0.6.6" DEBUG = False @@ -631,6 +631,12 @@ def prepare_battle_result(battle, ismonitoring, isblackout, overview_data=None): payload["fest_dragon"] = "100x" elif times_battle == "DOUBLE_DRAGON": payload["fest_dragon"] = "333x" + elif times_battle == "CONCH_SHELL_SCRAMBLE": + payload["conch_clash"] = "1x" + elif times_battle == "CONCH_SHELL_SCRAMBLE_10": + payload["conch_clash"] = "10x" + elif times_battle == "CONCH_SHELL_SCRAMBLE_33": # presumed + payload["conch_clash"] = "33x" payload["clout_change"] = battle["festMatch"]["contribution"] payload["fest_power"] = battle["festMatch"]["myFestPower"] # pro only