From 1e91201bd678d1bd8a575412a9489b4c35294168 Mon Sep 17 00:00:00 2001 From: Maximo Machado Date: Sat, 23 May 2026 02:05:21 -0700 Subject: [PATCH 1/2] Add missing "value" JSON field in raider_flag All items/*.json files except raider_flag has a "value" field. For easier parsing and normalization, I have set the field to have a value of 0. --- items/raider_flag.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/items/raider_flag.json b/items/raider_flag.json index 53c7f6ac..1e932a2c 100644 --- a/items/raider_flag.json +++ b/items/raider_flag.json @@ -47,9 +47,10 @@ "type": "Trinket", "rarity": "Common", "weightKg": 0.5, + "value": 0, "stackSize": 1, "questItem": true, "imageFilename": "https://cdn.arctracker.io/items/v2/raider_flag.png", - "updatedAt": "05/04/2026", + "updatedAt": "05/23/2026", "addedIn": "base" } From 682e5bd68110dcfa7f3c0851f83dbf9cb9907180 Mon Sep 17 00:00:00 2001 From: Maximo Machado Date: Wed, 27 May 2026 17:24:09 -0700 Subject: [PATCH 2/2] Apply suggestion from @MaximoMachado --- items/raider_flag.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/items/raider_flag.json b/items/raider_flag.json index 1e932a2c..7ea4b572 100644 --- a/items/raider_flag.json +++ b/items/raider_flag.json @@ -47,7 +47,7 @@ "type": "Trinket", "rarity": "Common", "weightKg": 0.5, - "value": 0, + "value": 100, "stackSize": 1, "questItem": true, "imageFilename": "https://cdn.arctracker.io/items/v2/raider_flag.png",