From 56357c6caf8ab189d91c6e27c9ab36f57187407a Mon Sep 17 00:00:00 2001 From: Kenshut <120565475+Kenshut@users.noreply.github.com> Date: Wed, 15 Nov 2023 22:44:30 +0500 Subject: [PATCH 1/3] Update other.json --- data/json/EraOfDecay/items/tools/other.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/data/json/EraOfDecay/items/tools/other.json b/data/json/EraOfDecay/items/tools/other.json index 61ddb7d3733bf..22422b9168f07 100644 --- a/data/json/EraOfDecay/items/tools/other.json +++ b/data/json/EraOfDecay/items/tools/other.json @@ -73,14 +73,15 @@ }, { "id": "rc_scout_car", - "copy-from": "rc_scout_car", + "type": "TOOL", + "weight": "1 kg", + "volume": "1 L", "type": "TOOL", "name": { "str": "RC scout car" }, "description": "A small wheeled drone, nimble and almost undetectable it mounts a robotic eye for espionage work. Once turned on, a remote controller will let you use it as a mobile camera.", "symbol": "e", "ammo": [ "battery" ], "charges_per_use": 1, - "proportional": { "weight": 0.73, "volume": 0.75, "price": 0.8 }, "use_action": { "target": "rc_scout_car_on", "menu_text": "Activate RC scout car", From 0827f9d18363e540e8c623e8942b950bfda1da19 Mon Sep 17 00:00:00 2001 From: Kenshut <120565475+Kenshut@users.noreply.github.com> Date: Wed, 15 Nov 2023 22:46:37 +0500 Subject: [PATCH 2/3] Update other.json --- data/json/EraOfDecay/items/tools/other.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/EraOfDecay/items/tools/other.json b/data/json/EraOfDecay/items/tools/other.json index 22422b9168f07..6bcca9c99c1c3 100644 --- a/data/json/EraOfDecay/items/tools/other.json +++ b/data/json/EraOfDecay/items/tools/other.json @@ -76,7 +76,7 @@ "type": "TOOL", "weight": "1 kg", "volume": "1 L", - "type": "TOOL", + "price_postapoc": 5000, "name": { "str": "RC scout car" }, "description": "A small wheeled drone, nimble and almost undetectable it mounts a robotic eye for espionage work. Once turned on, a remote controller will let you use it as a mobile camera.", "symbol": "e", From fc64d3c0d4e0794dbb561706d4989c463aa53887 Mon Sep 17 00:00:00 2001 From: Kenshut <120565475+Kenshut@users.noreply.github.com> Date: Wed, 15 Nov 2023 22:54:44 +0500 Subject: [PATCH 3/3] Update data/json/EraOfDecay/items/tools/other.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- data/json/EraOfDecay/items/tools/other.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/json/EraOfDecay/items/tools/other.json b/data/json/EraOfDecay/items/tools/other.json index 6bcca9c99c1c3..6f9e0525d09e2 100644 --- a/data/json/EraOfDecay/items/tools/other.json +++ b/data/json/EraOfDecay/items/tools/other.json @@ -74,9 +74,9 @@ { "id": "rc_scout_car", "type": "TOOL", - "weight": "1 kg", - "volume": "1 L", - "price_postapoc": 5000, + "weight": "1 kg", + "volume": "1 L", + "price_postapoc": 5000, "name": { "str": "RC scout car" }, "description": "A small wheeled drone, nimble and almost undetectable it mounts a robotic eye for espionage work. Once turned on, a remote controller will let you use it as a mobile camera.", "symbol": "e",