From 2ca2c854a16bea6aac53709ea474bcb1d11584e2 Mon Sep 17 00:00:00 2001 From: juk0de Date: Mon, 15 Jul 2024 09:56:01 +0200 Subject: [PATCH] updated json template files with new 'structure' section layout (see #4) --- tests/json/biped/Amarok_3.json | 32 ++++++++++++++++++++-------- tests/json/biped/Atlas_AS7-K.json | 32 ++++++++++++++++++++-------- tests/json/biped/Banshee_BNC-3E.json | 32 ++++++++++++++++++++-------- 3 files changed, 69 insertions(+), 27 deletions(-) diff --git a/tests/json/biped/Amarok_3.json b/tests/json/biped/Amarok_3.json index 4869e09..8746902 100644 --- a/tests/json/biped/Amarok_3.json +++ b/tests/json/biped/Amarok_3.json @@ -20,15 +20,29 @@ "structure": { "type": "Endo Steel", "tech_base": "Clan", - "pips": { - "head": 3, - "center_torso": 31, - "left_torso": 21, - "right_torso": 21, - "left_arm": 17, - "right_arm": 17, - "left_leg": 21, - "right_leg": 21 + "head": { + "pips": 3 + }, + "center_torso": { + "pips": 31 + }, + "left_torso": { + "pips": 21 + }, + "right_torso": { + "pips": 21 + }, + "left_arm": { + "pips": 17 + }, + "right_arm": { + "pips": 17 + }, + "left_leg": { + "pips": 21 + }, + "right_leg": { + "pips": 21 } }, "myomer": "Standard", diff --git a/tests/json/biped/Atlas_AS7-K.json b/tests/json/biped/Atlas_AS7-K.json index 39ecec7..1edfd9e 100644 --- a/tests/json/biped/Atlas_AS7-K.json +++ b/tests/json/biped/Atlas_AS7-K.json @@ -20,15 +20,29 @@ "engine": "300 XL Engine", "structure": { "type": "Standard", - "pips": { - "head": 3, - "center_torso": 31, - "left_torso": 21, - "right_torso": 21, - "left_arm": 17, - "right_arm": 17, - "left_leg": 21, - "right_leg": 21 + "head": { + "pips": 3 + }, + "center_torso": { + "pips": 31 + }, + "left_torso": { + "pips": 21 + }, + "right_torso": { + "pips": 21 + }, + "left_arm": { + "pips": 17 + }, + "right_arm": { + "pips": 17 + }, + "left_leg": { + "pips": 21 + }, + "right_leg": { + "pips": 21 } }, "myomer": "Standard", diff --git a/tests/json/biped/Banshee_BNC-3E.json b/tests/json/biped/Banshee_BNC-3E.json index 25cc093..4c93070 100644 --- a/tests/json/biped/Banshee_BNC-3E.json +++ b/tests/json/biped/Banshee_BNC-3E.json @@ -19,15 +19,29 @@ "structure": { "type": "Standard", "tech_base": "Inner Sphere", - "pips": { - "head": 3, - "center_torso": 30, - "left_torso": 20, - "right_torso": 20, - "left_arm": 16, - "right_arm": 16, - "left_leg": 20, - "right_leg": 20 + "head": { + "pips": 3 + }, + "center_torso": { + "pips": 30 + }, + "left_torso": { + "pips": 20 + }, + "right_torso": { + "pips": 20 + }, + "left_arm": { + "pips": 16 + }, + "right_arm": { + "pips": 16 + }, + "left_leg": { + "pips": 20 + }, + "right_leg": { + "pips": 20 } }, "myomer": "Standard",