From 0c424e9d7b61989e2605605a9106a47c5b2d97ad Mon Sep 17 00:00:00 2001 From: azw Date: Tue, 26 Nov 2024 07:54:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20tools/diff.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/diff.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tools/diff.sh b/tools/diff.sh index 2f54b3a..3a56da7 100644 --- a/tools/diff.sh +++ b/tools/diff.sh @@ -57,6 +57,16 @@ process_files() { sed -i 's/other = FRA/other = YUW/g' "$file" sed -i 's/other = JAP/other = CHY/g' "$file" sed -i 's/other = ITA/other = SAD/g' "$file" + # is_ally_with = xxx + sed -i 's/is_ally_with = ENG/is_ally_with = HUJ/g' "$file" + sed -i 's/is_ally_with = USA/is_ally_with = BYG/g' "$file" + sed -i 's/is_ally_with = CHI/is_ally_with = DOH/g' "$file" + sed -i 's/is_ally_with = PRC/is_ally_with = DOH/g' "$file" + sed -i 's/is_ally_with = SOV/is_ally_with = BFL/g' "$file" + sed -i 's/is_ally_with = GER/is_ally_with = TIX/g' "$file" + sed -i 's/is_ally_with = FRA/is_ally_with = YUW/g' "$file" + sed -i 's/is_ally_with = JAP/is_ally_with = CHY/g' "$file" + sed -i 's/is_ally_with = ITA/is_ally_with = SAD/g' "$file" # Others sed -i 's/ ENG / HUJ /g' "$file" sed -i 's/ USA / BYG /g' "$file"