Skip to content

Commit

Permalink
updated json template files with new 'structure' section layout (see #4)
Browse files Browse the repository at this point in the history
  • Loading branch information
juk0de committed Jul 15, 2024
1 parent 06ab443 commit 2ca2c85
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 27 deletions.
32 changes: 23 additions & 9 deletions tests/json/biped/Amarok_3.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
32 changes: 23 additions & 9 deletions tests/json/biped/Atlas_AS7-K.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
32 changes: 23 additions & 9 deletions tests/json/biped/Banshee_BNC-3E.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2ca2c85

Please sign in to comment.